From 24876c7a131741b20ffbfcf7a7d560d5b2831769 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 17 Mar 2024 23:14:35 +0800 Subject: [PATCH 01/52] the next gitmars --- .github/dependabot.yml | 128 ++++++++ .github/workflows/publish-test.yml | 16 + .github/workflows/publish.yml | 16 + build/packages.ts | 88 ++++++ build/tasks/buildLib.ts | 18 +- packages/api/.eslintignore | 11 + packages/api/.eslintrc.js | 6 + packages/api/README.md | 57 ++++ packages/api/api-extractor.json | 44 +++ packages/api/package.json | 96 ++++++ .../{core/src/api => api/src}/getUserInfo.ts | 10 +- packages/{core/src/api => api/src}/index.ts | 5 +- packages/api/src/lang.ts | 11 + packages/api/src/locales/en-US.ts | 8 + packages/api/src/locales/index.ts | 10 + packages/api/src/locales/zh-CN.ts | 8 + .../{core/src/api => api/src}/mergeRequest.ts | 8 +- .../src/api => api/src}/mergeRequestNotes.ts | 8 +- packages/api/src/types.ts | 4 + packages/api/tsconfig.json | 19 ++ packages/api/typedoc.js | 12 + packages/build/.eslintignore | 11 + packages/build/.eslintrc.js | 6 + packages/build/README.md | 57 ++++ packages/build/api-extractor.json | 44 +++ packages/build/package.json | 97 ++++++ .../src/build => build/src}/buildConfig.ts | 16 +- packages/build/src/index.ts | 8 + packages/build/src/lang.ts | 11 + packages/build/src/locales/en-US.ts | 10 + packages/build/src/locales/index.ts | 10 + packages/build/src/locales/zh-CN.ts | 9 + .../src/build => build/src}/runJenkins.ts | 8 +- packages/build/src/types.ts | 85 ++++++ packages/build/tsconfig.json | 19 ++ packages/build/typedoc.js | 12 + .../{core => build}/typings/node-apollo.d.ts | 0 packages/core/package.json | 16 +- packages/core/src/build/index.ts | 8 - packages/core/src/cache/cache.ts | 60 ---- packages/core/src/cache/commandCache.ts | 54 ---- packages/core/src/cache/index.ts | 10 - packages/core/src/cache/log.ts | 39 --- packages/core/src/cache/revertCache.ts | 99 ------ packages/core/src/getConfig.ts | 9 +- packages/core/src/git/index.ts | 47 --- packages/core/src/index.default.ts | 147 +-------- packages/core/src/index.ts | 66 ---- packages/core/src/lang.ts | 4 +- packages/core/src/locales/en-US.ts | 60 ---- packages/core/src/locales/zh-CN.ts | 58 ---- packages/core/src/queue.ts | 24 +- packages/core/src/sendGroupMessage.ts | 6 +- packages/core/src/shell/index.ts | 5 - packages/core/src/spawn.ts | 8 +- packages/core/src/types.ts | 71 +++++ packages/core/src/versionControl.ts | 10 +- packages/core/typings/core.d.ts | 286 ------------------ packages/git/.eslintignore | 11 + packages/git/.eslintrc.js | 6 + packages/git/README.md | 57 ++++ packages/git/api-extractor.json | 44 +++ packages/git/package.json | 95 ++++++ .../src/git => git/src}/checkGitStatus.ts | 6 +- packages/{core/src/git => git/src}/fetch.ts | 4 +- .../{core/src/git => git/src}/getAheadLogs.ts | 8 +- .../src/git => git/src}/getBehindLogs.ts | 8 +- .../src/git => git/src}/getBranchesFromID.ts | 4 +- .../src/git => git/src}/getCommandMessage.ts | 4 +- .../src/git => git/src}/getCurrentBranch.ts | 2 +- .../{core/src/git => git/src}/getGitConfig.ts | 4 +- .../{core/src/git => git/src}/getGitLogs.ts | 9 +- .../git => git/src}/getGitLogsByCommitIDs.ts | 8 +- .../src/git => git/src}/getGitRevParse.ts | 4 +- .../{core/src/git => git/src}/getGitStatus.ts | 6 +- .../{core/src/git => git/src}/getGitUser.ts | 6 +- .../src/git => git/src}/getGitVersion.ts | 6 +- .../src}/getIsBranchOrCommitExist.ts | 4 +- .../src/git => git/src}/getIsGitProject.ts | 4 +- .../src/git => git/src}/getIsMergeAction.ts | 2 +- .../src}/getIsMergedTargetBranch.ts | 6 +- .../src/git => git/src}/getIsUpdatedInTime.ts | 8 +- .../{core/src/git => git/src}/getStashList.ts | 8 +- .../src/git => git/src}/gitLogsFormatter.ts | 4 +- packages/git/src/index.ts | 47 +++ packages/git/src/lang.ts | 11 + packages/git/src/locales/en-US.ts | 43 +++ packages/git/src/locales/index.ts | 10 + packages/git/src/locales/zh-CN.ts | 43 +++ packages/{core/src/git => git/src}/prune.ts | 4 +- .../src/git => git/src}/searchBranches.ts | 8 +- packages/git/src/types.ts | 76 +++++ packages/git/tsconfig.json | 19 ++ packages/git/typedoc.js | 12 + packages/gitmars/src/gitm-build.ts | 2 +- packages/gitmars/src/gitm-config.ts | 2 +- packages/gitmars/src/locales/en-US.ts | 3 - packages/gitmars/src/locales/zh-CN.ts | 3 - packages/gitmars/typings/gitmars.d.ts | 61 ++++ packages/go/.eslintignore | 11 + packages/go/.eslintrc.js | 6 + packages/go/README.md | 57 ++++ packages/go/api-extractor.json | 44 +++ packages/go/package.json | 95 ++++++ .../{core/src/go => go/src}/cleanConfigSet.ts | 2 +- .../{core/src/go => go/src}/createPrompt.ts | 4 +- .../{core/src/go => go/src}/getCommand.ts | 4 +- packages/go/src/lang.ts | 11 + packages/go/src/locales/en-US.ts | 3 + packages/go/src/locales/index.ts | 10 + packages/go/src/locales/zh-CN.ts | 3 + packages/go/src/types.ts | 46 +++ packages/go/tsconfig.json | 19 ++ packages/go/typedoc.js | 12 + packages/hook/.eslintignore | 11 + packages/hook/.eslintrc.js | 6 + packages/hook/README.md | 57 ++++ packages/hook/api-extractor.json | 44 +++ packages/hook/package.json | 97 ++++++ .../src/hook => hook/src}/checkGitDirEnv.ts | 4 +- .../src/hook => hook/src}/getHookComment.ts | 5 +- .../src/hook => hook/src}/getHookShell.ts | 5 +- .../src/hook => hook/src}/getHookType.ts | 0 .../src/hook => hook/src}/getLocalShell.ts | 2 +- .../hook => hook/src}/getPackageManager.ts | 0 packages/{core/src/hook => hook/src}/index.ts | 35 ++- packages/hook/src/lang.ts | 11 + packages/hook/src/locales/en-US.ts | 3 + packages/hook/src/locales/index.ts | 10 + packages/hook/src/locales/zh-CN.ts | 3 + packages/{core/src/hook => hook/src}/run.ts | 9 +- packages/hook/src/types.ts | 2 + packages/hook/tsconfig.json | 19 ++ packages/hook/typedoc.js | 12 + packages/shell/.eslintignore | 11 + packages/shell/.eslintrc.js | 6 + packages/shell/README.md | 57 ++++ packages/shell/api-extractor.json | 44 +++ packages/shell/package.json | 96 ++++++ .../src}/getCurlOfMergeRequest.ts | 6 +- packages/shell/src/index.ts | 5 + packages/shell/src/lang.ts | 11 + packages/shell/src/locales/en-US.ts | 3 + packages/shell/src/locales/index.ts | 10 + packages/shell/src/locales/zh-CN.ts | 3 + .../cache/.gitkeep => shell/src/types.ts} | 0 packages/shell/tsconfig.json | 19 ++ packages/shell/typedoc.js | 12 + packages/utils/.eslintignore | 11 + packages/utils/.eslintrc.js | 6 + packages/utils/README.md | 57 ++++ packages/utils/api-extractor.json | 44 +++ packages/utils/package.json | 98 ++++++ .../{core/src/utils => utils/src}/command.ts | 6 +- .../{core/src/utils => utils/src}/debug.ts | 9 +- .../{core/src/utils => utils/src}/echo.ts | 2 +- .../{core/src/utils => utils/src}/file.ts | 15 +- .../src/utils => utils/src}/getSeconds.ts | 0 .../{core/src/utils => utils/src}/isWin32.ts | 0 packages/utils/src/lang.ts | 11 + .../{core/src/utils => utils/src}/local.ts | 2 +- packages/utils/src/locales/en-US.ts | 12 + packages/utils/src/locales/index.ts | 10 + packages/utils/src/locales/zh-CN.ts | 11 + .../{core/src/utils => utils/src}/message.ts | 13 +- .../{core/src/utils => utils/src}/paths.ts | 0 .../{core/src/utils => utils/src}/pkgInfo.ts | 15 +- .../{core/src/utils => utils/src}/readPkg.ts | 4 +- .../src/utils => utils/src}/stringify.ts | 2 +- packages/utils/src/types.ts | 17 ++ .../{core/src/utils => utils/src}/unicode.ts | 5 - packages/utils/tsconfig.json | 19 ++ packages/utils/typedoc.js | 12 + pnpm-workspace.yaml | 8 + 174 files changed, 2890 insertions(+), 1189 deletions(-) create mode 100644 packages/api/.eslintignore create mode 100644 packages/api/.eslintrc.js create mode 100644 packages/api/README.md create mode 100644 packages/api/api-extractor.json create mode 100644 packages/api/package.json rename packages/{core/src/api => api/src}/getUserInfo.ts (82%) rename packages/{core/src/api => api/src}/index.ts (70%) create mode 100644 packages/api/src/lang.ts create mode 100644 packages/api/src/locales/en-US.ts create mode 100644 packages/api/src/locales/index.ts create mode 100644 packages/api/src/locales/zh-CN.ts rename packages/{core/src/api => api/src}/mergeRequest.ts (97%) rename packages/{core/src/api => api/src}/mergeRequestNotes.ts (95%) create mode 100644 packages/api/src/types.ts create mode 100644 packages/api/tsconfig.json create mode 100644 packages/api/typedoc.js create mode 100644 packages/build/.eslintignore create mode 100644 packages/build/.eslintrc.js create mode 100644 packages/build/README.md create mode 100644 packages/build/api-extractor.json create mode 100644 packages/build/package.json rename packages/{core/src/build => build/src}/buildConfig.ts (86%) create mode 100644 packages/build/src/index.ts create mode 100644 packages/build/src/lang.ts create mode 100644 packages/build/src/locales/en-US.ts create mode 100644 packages/build/src/locales/index.ts create mode 100644 packages/build/src/locales/zh-CN.ts rename packages/{core/src/build => build/src}/runJenkins.ts (92%) create mode 100644 packages/build/src/types.ts create mode 100644 packages/build/tsconfig.json create mode 100644 packages/build/typedoc.js rename packages/{core => build}/typings/node-apollo.d.ts (100%) delete mode 100644 packages/core/src/build/index.ts delete mode 100644 packages/core/src/cache/cache.ts delete mode 100644 packages/core/src/cache/commandCache.ts delete mode 100644 packages/core/src/cache/index.ts delete mode 100644 packages/core/src/cache/log.ts delete mode 100644 packages/core/src/cache/revertCache.ts delete mode 100644 packages/core/src/git/index.ts delete mode 100644 packages/core/src/shell/index.ts create mode 100644 packages/core/src/types.ts delete mode 100644 packages/core/typings/core.d.ts create mode 100644 packages/git/.eslintignore create mode 100644 packages/git/.eslintrc.js create mode 100644 packages/git/README.md create mode 100644 packages/git/api-extractor.json create mode 100644 packages/git/package.json rename packages/{core/src/git => git/src}/checkGitStatus.ts (87%) rename packages/{core/src/git => git/src}/fetch.ts (63%) rename packages/{core/src/git => git/src}/getAheadLogs.ts (69%) rename packages/{core/src/git => git/src}/getBehindLogs.ts (73%) rename packages/{core/src/git => git/src}/getBranchesFromID.ts (85%) rename packages/{core/src/git => git/src}/getCommandMessage.ts (95%) rename packages/{core/src/git => git/src}/getCurrentBranch.ts (85%) rename packages/{core/src/git => git/src}/getGitConfig.ts (89%) rename packages/{core/src/git => git/src}/getGitLogs.ts (84%) rename packages/{core/src/git => git/src}/getGitLogsByCommitIDs.ts (80%) rename packages/{core/src/git => git/src}/getGitRevParse.ts (92%) rename packages/{core/src/git => git/src}/getGitStatus.ts (84%) rename packages/{core/src/git => git/src}/getGitUser.ts (89%) rename packages/{core/src/git => git/src}/getGitVersion.ts (82%) rename packages/{core/src/git => git/src}/getIsBranchOrCommitExist.ts (84%) rename packages/{core/src/git => git/src}/getIsGitProject.ts (81%) rename packages/{core/src/git => git/src}/getIsMergeAction.ts (88%) rename packages/{core/src/git => git/src}/getIsMergedTargetBranch.ts (86%) rename packages/{core/src/git => git/src}/getIsUpdatedInTime.ts (86%) rename packages/{core/src/git => git/src}/getStashList.ts (83%) rename packages/{core/src/git => git/src}/gitLogsFormatter.ts (93%) create mode 100644 packages/git/src/index.ts create mode 100644 packages/git/src/lang.ts create mode 100644 packages/git/src/locales/en-US.ts create mode 100644 packages/git/src/locales/index.ts create mode 100644 packages/git/src/locales/zh-CN.ts rename packages/{core/src/git => git/src}/prune.ts (69%) rename packages/{core/src/git => git/src}/searchBranches.ts (91%) create mode 100644 packages/git/src/types.ts create mode 100644 packages/git/tsconfig.json create mode 100644 packages/git/typedoc.js create mode 100644 packages/go/.eslintignore create mode 100644 packages/go/.eslintrc.js create mode 100644 packages/go/README.md create mode 100644 packages/go/api-extractor.json create mode 100644 packages/go/package.json rename packages/{core/src/go => go/src}/cleanConfigSet.ts (96%) rename packages/{core/src/go => go/src}/createPrompt.ts (98%) rename packages/{core/src/go => go/src}/getCommand.ts (96%) create mode 100644 packages/go/src/lang.ts create mode 100644 packages/go/src/locales/en-US.ts create mode 100644 packages/go/src/locales/index.ts create mode 100644 packages/go/src/locales/zh-CN.ts create mode 100644 packages/go/src/types.ts create mode 100644 packages/go/tsconfig.json create mode 100644 packages/go/typedoc.js create mode 100644 packages/hook/.eslintignore create mode 100644 packages/hook/.eslintrc.js create mode 100644 packages/hook/README.md create mode 100644 packages/hook/api-extractor.json create mode 100644 packages/hook/package.json rename packages/{core/src/hook => hook/src}/checkGitDirEnv.ts (80%) rename packages/{core/src/hook => hook/src}/getHookComment.ts (78%) rename packages/{core/src/hook => hook/src}/getHookShell.ts (74%) rename packages/{core/src/hook => hook/src}/getHookType.ts (100%) rename packages/{core/src/hook => hook/src}/getLocalShell.ts (87%) rename packages/{core/src/hook => hook/src}/getPackageManager.ts (100%) rename packages/{core/src/hook => hook/src}/index.ts (90%) create mode 100644 packages/hook/src/lang.ts create mode 100644 packages/hook/src/locales/en-US.ts create mode 100644 packages/hook/src/locales/index.ts create mode 100644 packages/hook/src/locales/zh-CN.ts rename packages/{core/src/hook => hook/src}/run.ts (91%) create mode 100644 packages/hook/src/types.ts create mode 100644 packages/hook/tsconfig.json create mode 100644 packages/hook/typedoc.js create mode 100644 packages/shell/.eslintignore create mode 100644 packages/shell/.eslintrc.js create mode 100644 packages/shell/README.md create mode 100644 packages/shell/api-extractor.json create mode 100644 packages/shell/package.json rename packages/{core/src/shell => shell/src}/getCurlOfMergeRequest.ts (85%) create mode 100644 packages/shell/src/index.ts create mode 100644 packages/shell/src/lang.ts create mode 100644 packages/shell/src/locales/en-US.ts create mode 100644 packages/shell/src/locales/index.ts create mode 100644 packages/shell/src/locales/zh-CN.ts rename packages/{core/cache/.gitkeep => shell/src/types.ts} (100%) create mode 100644 packages/shell/tsconfig.json create mode 100644 packages/shell/typedoc.js create mode 100644 packages/utils/.eslintignore create mode 100644 packages/utils/.eslintrc.js create mode 100644 packages/utils/README.md create mode 100644 packages/utils/api-extractor.json create mode 100644 packages/utils/package.json rename packages/{core/src/utils => utils/src}/command.ts (80%) rename packages/{core/src/utils => utils/src}/debug.ts (90%) rename packages/{core/src/utils => utils/src}/echo.ts (88%) rename packages/{core/src/utils => utils/src}/file.ts (83%) rename packages/{core/src/utils => utils/src}/getSeconds.ts (100%) rename packages/{core/src/utils => utils/src}/isWin32.ts (100%) create mode 100644 packages/utils/src/lang.ts rename packages/{core/src/utils => utils/src}/local.ts (97%) create mode 100644 packages/utils/src/locales/en-US.ts create mode 100644 packages/utils/src/locales/index.ts create mode 100644 packages/utils/src/locales/zh-CN.ts rename packages/{core/src/utils => utils/src}/message.ts (80%) rename packages/{core/src/utils => utils/src}/paths.ts (100%) rename packages/{core/src/utils => utils/src}/pkgInfo.ts (80%) rename packages/{core/src/utils => utils/src}/readPkg.ts (89%) rename packages/{core/src/utils => utils/src}/stringify.ts (90%) create mode 100644 packages/utils/src/types.ts rename packages/{core/src/utils => utils/src}/unicode.ts (90%) create mode 100644 packages/utils/tsconfig.json create mode 100644 packages/utils/typedoc.js diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1497077a3..a15e62b95 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,54 @@ updates: - dependency-name: '*' update-types: ['version-update:semver-patch'] + - package-ecosystem: npm # See documentation for possible values + directory: /packages/api # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + + - package-ecosystem: npm # See documentation for possible values + directory: /packages/build # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + + - package-ecosystem: npm # See documentation for possible values + directory: /packages/cache # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + - package-ecosystem: npm # See documentation for possible values directory: /packages/core # Location of package manifests schedule: @@ -37,6 +85,86 @@ updates: - dependency-name: '*' update-types: ['version-update:semver-patch'] + - package-ecosystem: npm # See documentation for possible values + directory: /packages/git # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + + - package-ecosystem: npm # See documentation for possible values + directory: /packages/go # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + + - package-ecosystem: npm # See documentation for possible values + directory: /packages/hook # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + + - package-ecosystem: npm # See documentation for possible values + directory: /packages/shell # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + + - package-ecosystem: npm # See documentation for possible values + directory: /packages/utils # Location of package manifests + schedule: + interval: weekly + open-pull-requests-limit: 2 + ignore: + - dependency-name: 'core-js' + - dependency-name: 'eslint' + - dependency-name: 'prettier' + - dependency-name: '@babel/*' + - dependency-name: '@types/*' + - dependency-name: typescript + versions: [4.x] + - dependency-name: '*' + update-types: ['version-update:semver-patch'] + - package-ecosystem: npm # See documentation for possible values directory: /packages/docs # Location of package manifests schedule: diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index 222e5b8e7..dc588ef1d 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -46,7 +46,15 @@ jobs: - name: Gen .npmrc run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/api/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/build/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/cache/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/core/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/git/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/go/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/hook/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/shell/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/utils/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/gitmars/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/docs/.npmrc @@ -55,6 +63,14 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/monorepo/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/api/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/build/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/cache/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/core/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/git/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/go/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/hook/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/shell/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/utils/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/gitmars/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/docs/sync" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index df24320ab..177e89549 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,15 @@ jobs: - name: Gen .npmrc run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/api/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/build/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/cache/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/core/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/git/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/go/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/hook/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/shell/.npmrc + - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/utils/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/gitmars/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/docs/.npmrc @@ -57,6 +65,14 @@ jobs: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/monorepo/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/api/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/build/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/cache/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/core/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/git/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/go/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/hook/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/shell/sync" + - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/utils/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/gitmars/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/docs/sync" diff --git a/build/packages.ts b/build/packages.ts index a3c5d8222..89af399a5 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -1,6 +1,39 @@ import type { PackageManifest } from './types' export const packages: PackageManifest[] = [ + { + name: 'core', + pkgName: '@gitmars/api', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars api' + }, + { + name: 'core', + pkgName: '@gitmars/build', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars build' + }, + { + name: 'core', + pkgName: '@gitmars/cache', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars cache' + }, { name: 'core', pkgName: '@gitmars/core', @@ -12,6 +45,61 @@ export const packages: PackageManifest[] = [ output: 'lib', display: 'gitmars核心程序' }, + { + name: 'core', + pkgName: '@gitmars/git', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars git' + }, + { + name: 'core', + pkgName: '@gitmars/go', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars go' + }, + { + name: 'core', + pkgName: '@gitmars/hook', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars hook' + }, + { + name: 'core', + pkgName: '@gitmars/shell', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars shell' + }, + { + name: 'core', + pkgName: '@gitmars/utils', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars utils' + }, { name: 'gitmars', pkgName: 'gitmars', diff --git a/build/tasks/buildLib.ts b/build/tasks/buildLib.ts index 55b9db814..245c866cf 100644 --- a/build/tasks/buildLib.ts +++ b/build/tasks/buildLib.ts @@ -34,7 +34,21 @@ if (childBuildLibIndex > -1) { } export async function buildLib() { - const externals = ['js-cool', 'lodash-unified', 'lodash-es', '@gitmars/core', '@gitmars/docs'] + const externals = [ + 'js-cool', + 'lodash-unified', + 'lodash-es', + '@gitmars/api', + '@gitmars/build', + '@gitmars/cache', + '@gitmars/core', + '@gitmars/git', + '@gitmars/go', + '@gitmars/hook', + '@gitmars/shell', + '@gitmars/utils', + '@gitmars/docs' + ] const builds = pkgs.map( async ({ globals = {}, @@ -69,8 +83,6 @@ export async function buildLib() { 'js-cool': 'JsCool', // 'lodash-unified': 'lodashUnified', // 'lodash-es': 'lodashEs', - '@gitmars/utils': 'EslintSets', - '@gitmars/core': 'EslintSets', ...globals } const iifeName = 'Gitmars' diff --git a/packages/api/.eslintignore b/packages/api/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/api/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/api/.eslintrc.js b/packages/api/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/api/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/api/README.md b/packages/api/README.md new file mode 100644 index 000000000..b7e266e27 --- /dev/null +++ b/packages/api/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/api + +some api js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/api --save + +# use yarn +$ yarn add @gitmars/api + +# use pnpm +$ pnpm install @gitmars/api +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/api') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/api/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/api.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/api +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/api/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/api&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/api.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/api +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/api/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/api/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/api/api-extractor.json b/packages/api/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/api/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/api/package.json b/packages/api/package.json new file mode 100644 index 000000000..8384704ff --- /dev/null +++ b/packages/api/package.json @@ -0,0 +1,96 @@ +{ + "name": "@gitmars/api", + "description": "gitmars api", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", + "@gitmars/utils": "workspace:*", + "@jssj/request": "^1.1.0", + "chalk": "^4.1.2", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/api#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/api" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/api/getUserInfo.ts b/packages/api/src/getUserInfo.ts similarity index 82% rename from packages/core/src/api/getUserInfo.ts rename to packages/api/src/getUserInfo.ts index 01c22280c..12117d969 100644 --- a/packages/core/src/api/getUserInfo.ts +++ b/packages/api/src/getUserInfo.ts @@ -1,11 +1,11 @@ import sh from 'shelljs' import chalk from 'chalk' import request from '@jssj/request' -import type { FetchDataType } from '../../typings/core' -import getConfig from '#lib/getConfig' -import { debug } from '#lib/utils/debug' -import { getGitUser } from '#lib/git/getGitUser' -import lang from '#lib/lang' +import { getConfig } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import { getGitUser } from '@gitmars/git' +import type { FetchDataType } from './types' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/api/index.ts b/packages/api/src/index.ts similarity index 70% rename from packages/core/src/api/index.ts rename to packages/api/src/index.ts index 8577bf31c..8c4656912 100644 --- a/packages/core/src/api/index.ts +++ b/packages/api/src/index.ts @@ -1,4 +1,5 @@ -export { default as getUserInfo } from '#lib/api/getUserInfo' +export type * from './types' +export { default as getUserInfo } from './getUserInfo' export { createMergeRequest, @@ -11,4 +12,4 @@ export { acceptMergeRequest, updateMergeRequest, deleteMergeRequest -} from '#lib/api/mergeRequest' +} from './mergeRequest' diff --git a/packages/api/src/lang.ts b/packages/api/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/api/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/api/src/locales/en-US.ts b/packages/api/src/locales/en-US.ts new file mode 100644 index 000000000..e987398df --- /dev/null +++ b/packages/api/src/locales/en-US.ts @@ -0,0 +1,8 @@ +export default { + name: 'en-US', + 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level': + 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level', + 'Please set the local git user name': 'Please set the local git user name', + 'No user found, please contact admin': 'No user found, please contact admin', + 'The request reported an error': 'The request reported an error' +} diff --git a/packages/api/src/locales/index.ts b/packages/api/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/api/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/api/src/locales/zh-CN.ts b/packages/api/src/locales/zh-CN.ts new file mode 100644 index 000000000..380aaeb04 --- /dev/null +++ b/packages/api/src/locales/zh-CN.ts @@ -0,0 +1,8 @@ +export default { + name: 'zh-CN', + 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level': + '请配置用于请求权限的api接口地址,接收参数形式:url?name=git_user_name,返回data.level', + 'Please set the local git user name': '请设置本地git用户名', + 'No user found, please contact admin': '没有找到用户,请联系管理员', + 'The request reported an error': '请求报错了' +} diff --git a/packages/core/src/api/mergeRequest.ts b/packages/api/src/mergeRequest.ts similarity index 97% rename from packages/core/src/api/mergeRequest.ts rename to packages/api/src/mergeRequest.ts index 97e4c42ec..e4c274644 100644 --- a/packages/core/src/api/mergeRequest.ts +++ b/packages/api/src/mergeRequest.ts @@ -1,9 +1,9 @@ import chalk from 'chalk' import request from '@jssj/request' -import getConfig from '#lib/getConfig' -import { debug } from '#lib/utils/debug' -import { getGitToken } from '#lib/git/getGitUser' -import lang from '#lib/lang' +import { getConfig } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import { getGitToken } from '@gitmars/git' +import lang from './lang' const { t } = lang const config = getConfig() diff --git a/packages/core/src/api/mergeRequestNotes.ts b/packages/api/src/mergeRequestNotes.ts similarity index 95% rename from packages/core/src/api/mergeRequestNotes.ts rename to packages/api/src/mergeRequestNotes.ts index 7be7c49e4..092b2c555 100644 --- a/packages/core/src/api/mergeRequestNotes.ts +++ b/packages/api/src/mergeRequestNotes.ts @@ -1,9 +1,9 @@ import chalk from 'chalk' import request from '@jssj/request' -import getConfig from '#lib/getConfig' -import { debug } from '#lib/utils/debug' -import { getGitToken } from '#lib/git/getGitUser' -import lang from '#lib/lang' +import { getConfig } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import { getGitToken } from '@gitmars/git' +import lang from './lang' const { t } = lang const config = getConfig() diff --git a/packages/api/src/types.ts b/packages/api/src/types.ts new file mode 100644 index 000000000..89833c991 --- /dev/null +++ b/packages/api/src/types.ts @@ -0,0 +1,4 @@ +export interface FetchDataType { + level: 1 | 2 | 3 | 4 // 1=超级管理员 2=管理员 3=审核员 4=开发者 + [prop: string]: any +} diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/api/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/api/typedoc.js b/packages/api/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/api/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/build/.eslintignore b/packages/build/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/build/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/build/.eslintrc.js b/packages/build/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/build/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/build/README.md b/packages/build/README.md new file mode 100644 index 000000000..6c6151017 --- /dev/null +++ b/packages/build/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/build + +some build js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/build --save + +# use yarn +$ yarn add @gitmars/build + +# use pnpm +$ pnpm install @gitmars/build +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/build') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/build/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/build.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/build +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/build/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/build&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/build.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/build +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/build/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/build/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/build/api-extractor.json b/packages/build/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/build/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/build/package.json b/packages/build/package.json new file mode 100644 index 000000000..4f91e7586 --- /dev/null +++ b/packages/build/package.json @@ -0,0 +1,97 @@ +{ + "name": "@gitmars/build", + "description": "gitmars build", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", + "@gitmars/utils": "workspace:*", + "@jssj/request": "^1.1.0", + "chalk": "^4.1.2", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "node-apollo": "^1.2.1", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/build#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/build" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/build/buildConfig.ts b/packages/build/src/buildConfig.ts similarity index 86% rename from packages/core/src/build/buildConfig.ts rename to packages/build/src/buildConfig.ts index 714a8d185..6248f9111 100644 --- a/packages/core/src/build/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -3,17 +3,11 @@ import apollo from 'node-apollo' import sh from 'shelljs' import request from '@jssj/request' import chalk from 'chalk' -import type { - ApolloConfigType, - GitmarsConfigApisBuildConfigType, - GitmarsConfigType -} from '../../typings/core' -import { isCacheExpired, updateCacheTime } from '#lib/cache/cache' -import { isFileExist, removeFile, writeFile } from '#lib/utils/file' -import lang from '#lib/lang' -import getConfig from '#lib/getConfig' -import { debug } from '#lib/utils/debug' -import { CACHE_PATH } from '#lib/utils/paths' +import { isCacheExpired, updateCacheTime } from '@gitmars/cache' +import { CACHE_PATH, debug, isFileExist, removeFile, writeFile } from '@gitmars/utils' +import { getConfig } from '@gitmars/core' +import type { ApolloConfigType, GitmarsConfigApisBuildConfigType, GitmarsConfigType } from './types' +import lang from './lang' const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts new file mode 100644 index 000000000..9128f1028 --- /dev/null +++ b/packages/build/src/index.ts @@ -0,0 +1,8 @@ +import runJenkins from './runJenkins' +import { cleanBuildConfig, getBuildConfig } from './buildConfig' + +export default { + getBuildConfig, + cleanBuildConfig, + runJenkins +} diff --git a/packages/build/src/lang.ts b/packages/build/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/build/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/build/src/locales/en-US.ts b/packages/build/src/locales/en-US.ts new file mode 100644 index 000000000..ce347371b --- /dev/null +++ b/packages/build/src/locales/en-US.ts @@ -0,0 +1,10 @@ +export default { + name: 'en-US', + 'Please configure apollo or buildConfigApi': 'Please configure apollo or buildConfigApi', + 'Jenkins build configuration cache file': 'Jenkins build configuration cache file', + 'Please enter the correct environment name': 'Please enter the correct environment name', + 'Please enter the correct application name': 'Please enter the correct application name', + 'Please configure the Jenkins build address template': + 'Please configure the Jenkins build address template', + 'Successfully pulled up Jenkins build': 'Successfully pulled up Jenkins build' +} diff --git a/packages/build/src/locales/index.ts b/packages/build/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/build/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/build/src/locales/zh-CN.ts b/packages/build/src/locales/zh-CN.ts new file mode 100644 index 000000000..0c381be46 --- /dev/null +++ b/packages/build/src/locales/zh-CN.ts @@ -0,0 +1,9 @@ +export default { + name: 'zh-CN', + 'Please configure apollo or buildConfigApi': '请配置apollo或buildConfigApi', + 'Jenkins build configuration cache file': 'Jenkins构建配置缓存文件', + 'Please enter the correct environment name': '请输入正确的环境名称', + 'Please enter the correct application name': '请输入正确的应用名称', + 'Please configure the Jenkins build address template': '请配置Jenkins构建地址模板', + 'Successfully pulled up Jenkins build': '成功调起Jenkins构建' +} diff --git a/packages/core/src/build/runJenkins.ts b/packages/build/src/runJenkins.ts similarity index 92% rename from packages/core/src/build/runJenkins.ts rename to packages/build/src/runJenkins.ts index 40dbfdb0e..f69e09284 100644 --- a/packages/core/src/build/runJenkins.ts +++ b/packages/build/src/runJenkins.ts @@ -2,10 +2,10 @@ import sh from 'shelljs' import chalk from 'chalk' import request from '@jssj/request' import { mapTemplate } from 'js-cool' -import type { ApolloBranchList, ApolloConfigBranchType, ApolloConfigType } from '../../typings/core' -import { debug } from '#lib/utils/debug' -import { getBuildConfig } from '#lib/build/buildConfig' -import lang from '#lib/lang' +import { debug } from '@gitmars/utils' +import type { ApolloBranchList, ApolloConfigBranchType, ApolloConfigType } from './types' +import { getBuildConfig } from './buildConfig' +import lang from './lang' const { t } = lang diff --git a/packages/build/src/types.ts b/packages/build/src/types.ts new file mode 100644 index 000000000..73fb956df --- /dev/null +++ b/packages/build/src/types.ts @@ -0,0 +1,85 @@ +export type VersionControlType = 'patch' | 'minor' | 'major' | false + +export interface GitmarsConfigApisBuildConfigType { + url: string + method?: 'post' | 'get' | 'put' | 'delete' + params?: Record +} + +export interface GitmarsConfigType { + master: string + develop: string + release: string + bugfix: string + support: string + user?: string + email?: string + skipCI?: boolean + msgTemplate?: string + apolloConfig?: { + configServerUrl: string + appId: string + clusterName: string + namespaceName: string[] + apolloEnv: string + token: string + } + apis?: Record + api?: string + gitHost?: string + gitID?: string + hooks?: Record + filepath?: string + nameValidator?: string | RegExp + descriptionValidator?: string | RegExp + versionControlType?: VersionControlType +} // & Record + +export interface GitmarsConfigExtend extends GitmarsConfigType { + skipCI: boolean + filepath: string +} + +export type GitmarsConfigProperty = keyof GitmarsConfigType +// | 'master' +// | 'develop' +// | 'release' +// | 'bugfix' +// | 'support' +// | 'user' +// | 'email' +// | 'skipCI' +// | 'msgTemplate' +// | 'apolloConfig' +// | 'apis' +// | 'api' +// | 'gitHost' +// | 'gitID' +// | 'hooks' +// | 'filepath' +// | 'nameValidator' +// | 'descriptionValidator' + +export type ApolloBranchList = 'dev' | 'bug' | 'prod' + +export interface ApolloConfigProjectType { + name: string + project: string + apps?: string[] +} + +export interface ApolloConfigBranchType { + line: string + token: string + list: ApolloConfigProjectType[] +} + +export type ApolloConfigType = { + [props in ApolloBranchList]: ApolloConfigBranchType +} & { + username: string + password: string + template: string // 不带参数 + templateWithParam: string // 带参数 + gitNotificationGroupUrl?: string | string[] // 推送群消息的api +} diff --git a/packages/build/tsconfig.json b/packages/build/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/build/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/build/typedoc.js b/packages/build/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/build/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/core/typings/node-apollo.d.ts b/packages/build/typings/node-apollo.d.ts similarity index 100% rename from packages/core/typings/node-apollo.d.ts rename to packages/build/typings/node-apollo.d.ts diff --git a/packages/core/package.json b/packages/core/package.json index 6d000b784..82beb3e3b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -49,31 +49,25 @@ "typings": "typings" }, "dependencies": { + "@gitmars/build": "workspace:*", + "@gitmars/cache": "workspace:*", + "@gitmars/git": "workspace:*", + "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", - "ci-info": "^4.0.0", - "columnify": "^1.6.0", - "commander": "^11.1.0", "cosmiconfig": "^9.0.0", "cross-spawn": "^7.0.3", - "dayjs": "^1.11.10", - "debug": "^4.3.4", - "inquirer": "^8.2.5", "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", - "node-apollo": "^1.2.1", "ora": "^5.4.1", "os-lang": "^3.2.0", "semver-diff": "^4.0.0", - "shelljs": "^0.8.5", - "slash": "^3.0.0" + "shelljs": "^0.8.5" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/cross-spawn": "^6.0.6", - "@types/debug": "^4.1.12", - "@types/inquirer": "^8.2.6", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.24", "@types/shelljs": "^0.8.15", diff --git a/packages/core/src/build/index.ts b/packages/core/src/build/index.ts deleted file mode 100644 index b6b6a435a..000000000 --- a/packages/core/src/build/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -import runJenkins from '#lib/build/runJenkins' -import { cleanBuildConfig, getBuildConfig } from '#lib/build/buildConfig' - -export default { - getBuildConfig, - cleanBuildConfig, - runJenkins -} diff --git a/packages/core/src/cache/cache.ts b/packages/core/src/cache/cache.ts deleted file mode 100644 index a115db695..000000000 --- a/packages/core/src/cache/cache.ts +++ /dev/null @@ -1,60 +0,0 @@ -import { resolve } from 'path' -import { createRequire } from 'node:module' -import { isFileExist, removeFile, writeFile } from '#lib/utils/file' -import { CACHE_PATH } from '#lib/utils/paths' -import lang from '#lib/lang' - -const { t } = lang -const require = createRequire(import.meta.url) - -type TimestampType = Record & { - packageInfoTime?: number -} - -/** - * 获取缓存是否过期 - * - * @param name - 缓存名称 - * @param time - 过期时长,默认24 * 60 * 60 * 1000 - * @returns isCacheExpired - 返回是否过期 - */ -export function isCacheExpired(name: keyof TimestampType, time: number = 24 * 60 * 60 * 1000) { - const now = new Date().getTime() - let timestamp: TimestampType = {} - if (!name) throw t('Please pass in the name') - // 没有找到缓存文件 - if (!isFileExist(resolve(CACHE_PATH + 'timestamp.json'))) return true - // 从文件读取时间戳 - timestamp = require(resolve(CACHE_PATH + 'timestamp.json')) - return !timestamp[name] || now - timestamp[name]! >= time -} - -/** - * 更新缓存 - * - * @param name - 缓存名称 - */ -export async function updateCacheTime(name: keyof TimestampType) { - const now = new Date().getTime() - let timestamp: TimestampType = {} - if (!name) throw t('Please pass in the name') - // 没有找到缓存文件 - if (isFileExist(resolve(CACHE_PATH + 'timestamp.json'))) { - timestamp = require(resolve(CACHE_PATH + 'timestamp.json')) - } - timestamp[name] = now - await writeFile(resolve(CACHE_PATH + 'timestamp.json'), JSON.stringify(timestamp)) -} - -export async function cleanCache() { - removeFile({ - name: t('Cache time Map file'), - url: resolve(CACHE_PATH + 'timestamp.json') - }) -} - -export default { - isCacheExpired, - updateCacheTime, - cleanCache -} diff --git a/packages/core/src/cache/commandCache.ts b/packages/core/src/cache/commandCache.ts deleted file mode 100644 index 515386a72..000000000 --- a/packages/core/src/cache/commandCache.ts +++ /dev/null @@ -1,54 +0,0 @@ -import sh from 'shelljs' -import type { CommandType } from '../../typings/core' -import getGitRevParse from '#lib/git/getGitRevParse' -import { isFileExist } from '#lib/utils/file' - -/** - * 获取未执行脚本列表 - * - * @returns arr - 待执行指令列表 - */ -export function getCommandCache() { - const { gitDir } = getGitRevParse() - let arr: string[] = [] - if (isFileExist(gitDir + '/.gitmarscommands')) { - const result = sh - .cat(gitDir + '/.gitmarscommands') - .stdout.split('\n')[0] - .replace(/(^\n*)|(\n*$)/g, '') - .replace(/\n{2,}/g, '\n') - .replace(/\r/g, '') - arr = JSON.parse(decodeURIComponent(result)) - } - return arr -} - -/** - * 存储未执行脚本列表 - * - * @param rest - 待执行指令列表 - */ -export function setCommandCache(rest: Array): void { - const { gitDir } = getGitRevParse() - sh.touch(gitDir + '/.gitmarscommands') - sh.sed( - '-i', - // eslint-disable-next-line no-control-regex - /[\s\S\n\r\x0A\x0D]*/, - encodeURIComponent(JSON.stringify(rest)), - gitDir + '/.gitmarscommands' - ) -} - -/** - * 清除队列缓存 - */ -export function cleanCommandCache(): void { - setCommandCache([]) -} - -export default { - getCommandCache, - setCommandCache, - cleanCommandCache -} diff --git a/packages/core/src/cache/index.ts b/packages/core/src/cache/index.ts deleted file mode 100644 index 396b73518..000000000 --- a/packages/core/src/cache/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -export { isCacheExpired, updateCacheTime, cleanCache } from '#lib/cache/cache' -export { setLog, cleanLog } from '#lib/cache/log' -export { getCommandCache, setCommandCache, cleanCommandCache } from '#lib/cache/commandCache' -export { - getRevertCache, - setRevertCache, - addRevertCache, - delRevertCache, - cleanRevertCache -} from '#lib/cache/revertCache' diff --git a/packages/core/src/cache/log.ts b/packages/core/src/cache/log.ts deleted file mode 100644 index 0c33594e0..000000000 --- a/packages/core/src/cache/log.ts +++ /dev/null @@ -1,39 +0,0 @@ -import sh from 'shelljs' -import type { GitmarsLogType } from '../../typings/core' -import getGitRevParse from '#lib/git/getGitRevParse' -import { removeFile } from '#lib/utils/file' -import lang from '#lib/lang' - -const { t } = lang -const { gitDir } = getGitRevParse() - -/** - * 存储错误日志 - * - * @param log - 错误日志 - */ -export function setLog(log: GitmarsLogType): void { - sh.touch(gitDir + '/.gitmarslog') - sh.sed( - '-i', - // eslint-disable-next-line no-control-regex - /[\s\S\n\r\x0A\x0D]*/, - encodeURIComponent(JSON.stringify(log)), - gitDir + '/.gitmarslog' - ) -} - -/** - * 清理log - */ -export function cleanLog() { - removeFile({ - name: t('Gitmars package cache file'), - url: gitDir + '/.gitmarslog' - }) -} - -export default { - setLog, - cleanLog -} diff --git a/packages/core/src/cache/revertCache.ts b/packages/core/src/cache/revertCache.ts deleted file mode 100644 index 06cb14e9c..000000000 --- a/packages/core/src/cache/revertCache.ts +++ /dev/null @@ -1,99 +0,0 @@ -import { createRequire } from 'node:module' -import sh from 'shelljs' -import type { RevertCacheType } from '../../typings/core' -import getGitRevParse from '#lib/git/getGitRevParse' -import { isFileExist, writeFileSync } from '#lib/utils/file' -import { debug } from '#lib/utils/debug' - -const require = createRequire(import.meta.url) -const { gitDir } = getGitRevParse() -const GITMARS_REVERT_CACHE_FILE = gitDir + '/gitmarsreverts.json' - -/** - * 获取revert缓存 - * - * @param branch - 分支名 - * @returns reverts - revert缓存列表 - */ -export function getRevertCache(branch?: string) { - let reverts: RevertCacheType[] = [] - if (isFileExist(GITMARS_REVERT_CACHE_FILE)) { - reverts = require(GITMARS_REVERT_CACHE_FILE) - } else { - sh.touch(GITMARS_REVERT_CACHE_FILE) - // sh.sed('-i', /[.\n]+/, '[]', GITMARS_REVERT_CACHE_FILE) - writeFileSync(GITMARS_REVERT_CACHE_FILE, JSON.stringify([])) - } - debug('getRevertCache', reverts, branch) - if (branch) reverts = reverts.filter(revert => revert.branch === branch) - return reverts -} - -/** - * 存储未执行脚本列表 - * - * @param reverts - revert缓存列表 - */ -export function setRevertCache(reverts: Array): void { - sh.touch(GITMARS_REVERT_CACHE_FILE) - writeFileSync(GITMARS_REVERT_CACHE_FILE, JSON.stringify(reverts, null, 4)) -} - -/** - * 设置revert缓存 - * - * @param revertCaches - revert缓存列表 - * @returns result - 执行结果 - */ -export function addRevertCache(revertCaches: RevertCacheType | RevertCacheType[]): void { - if (!Array.isArray(revertCaches)) revertCaches = [revertCaches] - const _cacheList = getRevertCache() - let len = revertCaches.length - while (len--) { - const _index = _cacheList.findIndex( - (item: RevertCacheType) => - item.before['%H'] === (revertCaches as RevertCacheType[])[len].before['%H'] - ) - if (_index === -1) { - // 第一次revert - _cacheList.push(revertCaches[len]) - } else { - // revert后的第二次revert - // reverts.splice(_index, 1) - } - } - setRevertCache(_cacheList) -} - -/** - * 移除缓存 - */ -export function delRevertCache(commitIDs: string | string[]): void { - if (!Array.isArray(commitIDs)) commitIDs = [commitIDs] - const _cacheList = getRevertCache() - let len = commitIDs.length - while (len--) { - const _index = _cacheList.findIndex((item: RevertCacheType) => - item.after['%H']!.includes((commitIDs as string[])[len]) - ) - if (_index > -1) { - _cacheList.splice(_index, 1) - } - } - setRevertCache(_cacheList) -} - -/** - * 清除队列缓存 - */ -export function cleanRevertCache(): void { - setRevertCache([]) -} - -export default { - getRevertCache, - setRevertCache, - addRevertCache, - delRevertCache, - cleanRevertCache -} diff --git a/packages/core/src/getConfig.ts b/packages/core/src/getConfig.ts index 5b96a6ed6..098427190 100644 --- a/packages/core/src/getConfig.ts +++ b/packages/core/src/getConfig.ts @@ -1,10 +1,9 @@ import { statSync } from 'fs' import { cosmiconfigSync } from 'cosmiconfig' -import type { GitmarsConfigExtend } from '../typings/core' -import getGitRevParse from '#lib/git/getGitRevParse' -import { debug } from '#lib/utils/debug' -import echo from '#lib/utils/echo' -import lang from '#lib/lang' +import { getGitRevParse } from '@gitmars/git' +import { debug, echo } from '@gitmars/utils' +import type { GitmarsConfigExtend } from './types' +import lang from './lang' const { t } = lang const defaults = { diff --git a/packages/core/src/git/index.ts b/packages/core/src/git/index.ts deleted file mode 100644 index adf923ad7..000000000 --- a/packages/core/src/git/index.ts +++ /dev/null @@ -1,47 +0,0 @@ -import getIsGitProject from '#lib/git/getIsGitProject' -import searchBranches from '#lib/git/searchBranches' -import getCurrentBranch from '#lib/git/getCurrentBranch' -import getGitLogs from '#lib/git/getGitLogs' -import getGitLogsByCommitIDs from '#lib/git/getGitLogsByCommitIDs' -import getGitVersion from '#lib/git/getGitVersion' -import getGitConfig from '#lib/git/getGitConfig' -import getGitRevParse from '#lib/git/getGitRevParse' -import getAheadLogs from '#lib/git/getAheadLogs' -import getBehindLogs from '#lib/git/getBehindLogs' -import getIsBranchOrCommitExist from '#lib/git/getIsBranchOrCommitExist' -import getIsMergeAction from '#lib/git/getIsMergeAction' -import getIsMergedTargetBranch from '#lib/git/getIsMergedTargetBranch' -import getIsUpdatedInTime from '#lib/git/getIsUpdatedInTime' -import { getGitEmail, getGitToken, getGitUser } from '#lib/git/getGitUser' -import getBranchesFromID from '#lib/git/getBranchesFromID' -import getGitStatus from '#lib/git/getGitStatus' -import getCommandMessage from '#lib/git/getCommandMessage' -import checkGitStatus from '#lib/git/checkGitStatus' -import getStashList from '#lib/git/getStashList' -import fetch from '#lib/git/fetch' - -export default { - getIsGitProject, - searchBranches, - getCurrentBranch, - getGitLogs, - getGitLogsByCommitIDs, - getGitVersion, - getGitConfig, - getGitRevParse, - getAheadLogs, - getBehindLogs, - getIsBranchOrCommitExist, - getIsMergeAction, - getIsMergedTargetBranch, - getIsUpdatedInTime, - getGitToken, - getGitUser, - getGitEmail, - getBranchesFromID, - getGitStatus, - getCommandMessage, - checkGitStatus, - getStashList, - fetch -} diff --git a/packages/core/src/index.default.ts b/packages/core/src/index.default.ts index 561a7468e..691e2b205 100644 --- a/packages/core/src/index.default.ts +++ b/packages/core/src/index.default.ts @@ -1,57 +1,3 @@ -import getUserInfo from '#lib/api/getUserInfo' -import { - acceptMergeRequest, - createMergeRequest, - deleteMergeRequest, - getMergeRequestChanges, - getMergeRequestCloseIssues, - getMergeRequestCommits, - getMergeRequestDiffVersions, - getMergeRequestList, - getMergeRequestParticipants, - updateMergeRequest -} from '#lib/api/mergeRequest' - -import runJenkins from '#lib/build/runJenkins' -import { cleanBuildConfig, getBuildConfig } from '#lib/build/buildConfig' - -import { cleanCache, isCacheExpired, updateCacheTime } from '#lib/cache/cache' -import { cleanLog, setLog } from '#lib/cache/log' -import { cleanCommandCache, getCommandCache, setCommandCache } from '#lib/cache/commandCache' -import { - addRevertCache, - cleanRevertCache, - delRevertCache, - getRevertCache, - setRevertCache -} from '#lib/cache/revertCache' - -import getIsGitProject from '#lib/git/getIsGitProject' -import searchBranches from '#lib/git/searchBranches' -import getCurrentBranch from '#lib/git/getCurrentBranch' -import getGitLogs from '#lib/git/getGitLogs' -import getGitLogsByCommitIDs from '#lib/git/getGitLogsByCommitIDs' -import getGitVersion from '#lib/git/getGitVersion' -import getGitConfig from '#lib/git/getGitConfig' -import getGitRevParse from '#lib/git/getGitRevParse' -import getAheadLogs from '#lib/git/getAheadLogs' -import getBehindLogs from '#lib/git/getBehindLogs' -import getIsBranchOrCommitExist from '#lib/git/getIsBranchOrCommitExist' -import getIsMergeAction from '#lib/git/getIsMergeAction' -import getIsMergedTargetBranch from '#lib/git/getIsMergedTargetBranch' -import getIsUpdatedInTime from '#lib/git/getIsUpdatedInTime' -import { getGitEmail, getGitToken, getGitUser } from '#lib/git/getGitUser' -import getBranchesFromID from '#lib/git/getBranchesFromID' -import getGitStatus from '#lib/git/getGitStatus' -import getCommandMessage from '#lib/git/getCommandMessage' -import checkGitStatus from '#lib/git/checkGitStatus' -import getStashList from '#lib/git/getStashList' -import fetch from '#lib/git/fetch' - -import cleanConfigSet from '#lib/go/cleanConfigSet' -import createPrompt from '#lib/go/createPrompt' -import getCommand from '#lib/go/getCommand' - // import hook from '#lib/hook' // const { @@ -65,81 +11,11 @@ import getCommand from '#lib/go/getCommand' // removeLocalShell // } = hook -import { enUS, zhCN } from '#lib/locales' -export type { TranslatePair, Language } from '#lib/locales' - -import getCurlOfMergeRequest from '#lib/shell/getCurlOfMergeRequest' - -import { isFileExist, writeFile } from '#lib/utils/file' -import { createArgs } from '#lib/utils/command' -import getSeconds from '#lib/utils/getSeconds' -import { decodeUnicode, encodeUnicode } from '#lib/utils/unicode' -import { cleanPkgInfo, getPkgInfo } from '#lib/utils/pkgInfo' -import readPkg from '#lib/utils/readPkg' -import { getMessage, postMessage } from '#lib/utils/message' -import echo from '#lib/utils/echo' -import { debug, isDebug } from '#lib/utils/debug' +import { enUS, zhCN } from './locales' +export type { TranslatePair, Language } from './locales' export default { version: '__VERSION__', - // api - getUserInfo, - acceptMergeRequest, - createMergeRequest, - deleteMergeRequest, - getMergeRequestChanges, - getMergeRequestCloseIssues, - getMergeRequestCommits, - getMergeRequestDiffVersions, - getMergeRequestList, - getMergeRequestParticipants, - updateMergeRequest, - // build - getBuildConfig, - cleanBuildConfig, - runJenkins, - // cache - cleanCache, - isCacheExpired, - updateCacheTime, - cleanLog, - setLog, - cleanCommandCache, - getCommandCache, - setCommandCache, - addRevertCache, - cleanRevertCache, - delRevertCache, - getRevertCache, - setRevertCache, - // git - getIsGitProject, - searchBranches, - getCurrentBranch, - getGitLogs, - getGitLogsByCommitIDs, - getGitVersion, - getGitConfig, - getGitRevParse, - getAheadLogs, - getBehindLogs, - getIsBranchOrCommitExist, - getIsMergeAction, - getIsMergedTargetBranch, - getIsUpdatedInTime, - getGitToken, - getGitUser, - getGitEmail, - getBranchesFromID, - getGitStatus, - getCommandMessage, - checkGitStatus, - getStashList, - fetch, - // go - cleanConfigSet, - createPrompt, - getCommand, // hook // init, // remove, @@ -151,22 +27,5 @@ export default { // removeLocalShell, // locales zhCN, - enUS, - // shell - getCurlOfMergeRequest, - // utils - writeFile, - isFileExist, - createArgs, - getSeconds, - encodeUnicode, - decodeUnicode, - getPkgInfo, - cleanPkgInfo, - readPkg, - getMessage, - postMessage, - echo, - isDebug, - debug + enUS } diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 9327e2195..77313e317 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,57 +1,3 @@ -export { default as getUserInfo } from '#lib/api/getUserInfo' -export { - acceptMergeRequest, - createMergeRequest, - deleteMergeRequest, - getMergeRequestChanges, - getMergeRequestCloseIssues, - getMergeRequestCommits, - getMergeRequestDiffVersions, - getMergeRequestList, - getMergeRequestParticipants, - updateMergeRequest -} from '#lib/api/mergeRequest' - -export { default as runJenkins } from '#lib/build/runJenkins' -export { cleanBuildConfig, getBuildConfig } from '#lib/build/buildConfig' - -export { cleanCache, isCacheExpired, updateCacheTime } from '#lib/cache/cache' -export { cleanLog, setLog } from '#lib/cache/log' -export { cleanCommandCache, getCommandCache, setCommandCache } from '#lib/cache/commandCache' -export { - addRevertCache, - cleanRevertCache, - delRevertCache, - getRevertCache, - setRevertCache -} from '#lib/cache/revertCache' - -export { default as getIsGitProject } from '#lib/git/getIsGitProject' -export { default as searchBranches } from '#lib/git/searchBranches' -export { default as getCurrentBranch } from '#lib/git/getCurrentBranch' -export { default as getGitLogs } from '#lib/git/getGitLogs' -export { default as getGitLogsByCommitIDs } from '#lib/git/getGitLogsByCommitIDs' -export { default as getGitVersion } from '#lib/git/getGitVersion' -export { default as getGitConfig } from '#lib/git/getGitConfig' -export { default as getGitRevParse } from '#lib/git/getGitRevParse' -export { default as getAheadLogs } from '#lib/git/getAheadLogs' -export { default as getBehindLogs } from '#lib/git/getBehindLogs' -export { default as getIsBranchOrCommitExist } from '#lib/git/getIsBranchOrCommitExist' -export { default as getIsMergeAction } from '#lib/git/getIsMergeAction' -export { default as getIsMergedTargetBranch } from '#lib/git/getIsMergedTargetBranch' -export { default as getIsUpdatedInTime } from '#lib/git/getIsUpdatedInTime' -export { getGitEmail, getGitToken, getGitUser } from '#lib/git/getGitUser' -export { default as getBranchesFromID } from '#lib/git/getBranchesFromID' -export { default as getGitStatus } from '#lib/git/getGitStatus' -export { default as getCommandMessage } from '#lib/git/getCommandMessage' -export { default as checkGitStatus } from '#lib/git/checkGitStatus' -export { default as getStashList } from '#lib/git/getStashList' -export { default as fetch } from '#lib/git/fetch' - -export { default as cleanConfigSet } from '#lib/go/cleanConfigSet' -export { default as createPrompt } from '#lib/go/createPrompt' -export { default as getCommand } from '#lib/go/getCommand' - // export { default as hook } from '#lib/hook' // const { @@ -68,17 +14,5 @@ export { default as getCommand } from '#lib/go/getCommand' export { enUS, zhCN } from '#lib/locales' export type { TranslatePair, Language } from '#lib/locales' -export { default as getCurlOfMergeRequest } from '#lib/shell/getCurlOfMergeRequest' - -export { isFileExist, writeFile } from '#lib/utils/file' -export { createArgs } from '#lib/utils/command' -export { default as getSeconds } from '#lib/utils/getSeconds' -export { decodeUnicode, encodeUnicode } from '#lib/utils/unicode' -export { cleanPkgInfo, getPkgInfo } from '#lib/utils/pkgInfo' -export { default as readPkg } from '#lib/utils/readPkg' -export { getMessage, postMessage } from '#lib/utils/message' -export { default as echo } from '#lib/utils/echo' -export { debug, isDebug } from '#lib/utils/debug' - export { default } from './index.default' export const version = '__VERSION__' as string diff --git a/packages/core/src/lang.ts b/packages/core/src/lang.ts index 269a110e1..b393afd38 100644 --- a/packages/core/src/lang.ts +++ b/packages/core/src/lang.ts @@ -1,6 +1,6 @@ import { osLangSync } from 'os-lang' -import { useLocale } from '#lib/utils/local' -import * as languages from '#lib/locales/index' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' export type LanguageType = Exclude diff --git a/packages/core/src/locales/en-US.ts b/packages/core/src/locales/en-US.ts index 13e416456..6288c7d5a 100644 --- a/packages/core/src/locales/en-US.ts +++ b/packages/core/src/locales/en-US.ts @@ -15,57 +15,6 @@ export default { 'Your version is detected as old, please upgrade before using', '\nMac users upgrade method: sudo gitm upgrade latest -m -c npm \nWindows users use PowerShell or CMD: gitm upgrade latest -m -c npm.cmd': '\nMac users upgrade method: sudo gitm upgrade latest -m -c npm \nWindows users use PowerShell or CMD: gitm upgrade latest -m -c npm.cmd', - 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level': - 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level', - 'Please set the local git user name': 'Please set the local git user name', - 'No user found, please contact admin': 'No user found, please contact admin', - 'Please set git access token': 'Please set git access token', - 'The request reported an error': 'The request reported an error', - 'Please enter the correct environment name': 'Please enter the correct environment name', - 'Please enter the correct application name': 'Please enter the correct application name', - 'Please configure the Jenkins build address template': - 'Please configure the Jenkins build address template', - 'Successfully pulled up Jenkins build': 'Successfully pulled up Jenkins build', - 'Cache time Map file': 'Cache time Map file', - 'Please pass in the name': 'Please pass in the name', - 'Gitmars package cache file': 'Gitmars package cache file', - 'You still have uncommitted files, please process them before continuing': - 'You still have uncommitted files, please process them before continuing', - 'If you need to staging files please do: gitm save\nWhen resuming: gitm get': - 'If you need to staging files please do: gitm save\nWhen resuming: gitm get', - 'You have uncommitted files': 'You have uncommitted files', - 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get': - 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get', - 'Checkout branches now': 'Checkout branches now', - 'Checkout branch successfully': 'Checkout branch successfully', - 'Failed to checkout': 'Failed to checkout', - 'Pulling code successfully': 'Pulling code successfully', - 'Failed to pull code': 'Failed to pull code', - 'Pulling code now': 'Pulling code now', - 'Pulling remote version': 'Pulling remote version', - 'Fetching success': 'Fetching success', - 'Failed to fetch': 'Failed to fetch', - Committing: 'Committing', - 'Commit success': 'Commit success', - 'Commit Failure': 'Commit Failure', - Pushing: 'Pushing', - 'Push failed': 'Push failed', - 'Syncing submission records': 'Syncing submission records', - 'Syncing submission records successfully': 'Syncing submission records successfully', - 'Failed to sync commit records': 'Failed to sync commit records', - 'Merging branch': 'Merging branch', - 'merge branch succeeded': 'merge branch succeeded', - 'merge branch failed': 'merge branch failed', - 'working on rebase branch': 'working on rebase branch', - 'rebase branch succeeded': 'rebase branch succeeded', - 'rebase branch failed': 'rebase branch failed', - 'Undoing code': 'Undoing code', - 'Undoing success': 'Undoing success', - 'undo failed': 'undo failed', - 'Cleaning up': 'Cleaning up', - 'Cleanup successful': 'Cleanup successful', - 'Cleanup failed': 'Cleanup failed', - 'git not found': 'git not found', 'Please select': 'Please select', 'Please fill in': 'Please fill in', 'If prompted "fatal: not a git repository", please check the value of GIT_DIR': @@ -78,9 +27,6 @@ export default { 'Gitmars requires Git version 2.13.0 or higher, current version', 'Gitmars > Unknown error! Please contact Wu Feng': 'Gitmars > Unknown error! Please contact Wu Feng', - 'Please configure the message sending api template address': - 'Please configure the message sending api template address', - 'An error occurred': 'An error occurred', 'An error has occurred! Command {command} execution failed, process exits': 'An error has occurred! Command {command} execution failed, process exits', 'Command {command} Execution failed': 'Command {command} Execution failed', @@ -90,11 +36,5 @@ export default { 'Merge existing ghooks hooks: {name}': 'Merge existing ghooks hooks: {name}', 'Merge existing pre-commit hooks: {name}': 'Merge existing pre-commit hooks: {name}', 'Skip existing git hooks: {name}': 'Skip existing git hooks: {name}', - 'Cleaned up': 'Cleaned up', - '{name} not found': '{name} not found', - '{name} deleted': '{name} deleted', - 'File write error': 'File write error', - 'Jenkins build configuration cache file': 'Jenkins build configuration cache file', - 'Please configure apollo or buildConfigApi': 'Please configure apollo or buildConfigApi', 'Please enter the correct project name': 'Please enter the correct project name' } diff --git a/packages/core/src/locales/zh-CN.ts b/packages/core/src/locales/zh-CN.ts index 5a7a25e9c..313eae9fa 100644 --- a/packages/core/src/locales/zh-CN.ts +++ b/packages/core/src/locales/zh-CN.ts @@ -14,56 +14,6 @@ export default { '检测到你的版本比较古老,请升级之后再使用', '\nMac users upgrade method: sudo gitm upgrade latest -m -c npm \nWindows users use PowerShell or CMD: gitm upgrade latest -m -c npm.cmd': '\nMac用户升级方法:sudo gitm upgrade latest -m -c npm\nWindows用户使用PowerShell或CMD:gitm upgrade latest -m -c npm.cmd', - 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level': - '请配置用于请求权限的api接口地址,接收参数形式:url?name=git_user_name,返回data.level', - 'Please set the local git user name': '请设置本地git用户名', - 'No user found, please contact admin': '没有找到用户,请联系管理员', - 'Please set git access token': '请设置git access token', - 'The request reported an error': '请求报错了', - 'Please enter the correct environment name': '请输入正确的环境名称', - 'Please enter the correct application name': '请输入正确的应用名称', - 'Please configure the Jenkins build address template': '请配置Jenkins构建地址模板', - 'Successfully pulled up Jenkins build': '成功调起Jenkins构建', - 'Cache time Map file': '缓存时间Map文件', - 'Please pass in the name': '请传入名称', - 'Gitmars package cache file': 'Gitmars包缓存文件', - 'You still have uncommitted files, please process them before continuing': - '您还有未提交的文件,请处理后再继续', - 'If you need to staging files please do: gitm save\nWhen resuming: gitm get': - '如果需要暂存文件请执行: gitm save\n恢复时执行:gitm get', - 'You have uncommitted files': '您有未加入版本的文件', - 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get': - '如果需要暂存文件请执行: gitm save --force\n恢复时执行:gitm get', - 'Checkout branches now': '正在切换分支', - 'Checkout branch successfully': '切换分支成功', - 'Failed to checkout': '切换分支失败', - 'Pulling code successfully': '拉取代码成功', - 'Failed to pull code': '拉取代码失败', - 'Pulling code now': '正在拉取代码', - 'Pulling remote version': '正在拉取远程版本', - 'Fetching success': '抓取成功', - 'Failed to fetch': '抓取失败', - Committing: '正在提交', - 'Commit success': '提交成功', - 'Commit Failure': '提交失败', - Pushing: '正在推送', - 'Push failed': '推送失败', - 'Syncing submission records': '正在同步提交记录', - 'Syncing submission records successfully': '同步提交记录成功', - 'Failed to sync commit records': '同步提交记录失败', - 'Merging branch': '正在merge分支', - 'merge branch succeeded': 'merge分支成功', - 'merge branch failed': 'merge分支失败', - 'working on rebase branch': '正在rebase分支', - 'rebase branch succeeded': 'rebase分支成功', - 'rebase branch failed': 'rebase分支失败', - 'Undoing code': '正在回撤代码', - 'Undoing success': '撤销成功', - 'undo failed': '撤销失败', - 'Cleaning up': '正在清理', - 'Cleanup successful': '清理成功', - 'Cleanup failed': '清理失败', - 'git not found': '没有找到git', 'Please select': '请选择', 'Please fill in': '请填写', 'If prompted "fatal: not a git repository", please check the value of GIT_DIR': @@ -74,8 +24,6 @@ export default { 'Gitmars requires Git version 2.13.0 or higher, current version': 'Gitmars需要使用2.13.0以上版本的Git,当前版本', 'Gitmars > Unknown error! Please contact Wu Feng': 'Gitmars > 未知错误!请联系吴峰', - 'Please configure the message sending api template address': '请配置消息发送api模板地址', - 'An error occurred': '出错了', 'An error has occurred! Command {command} execution failed, process exits': '出错了!指令 {cmd} 执行失败,中断了进程', 'Command {command} Execution failed': '指令 {command} 执行失败', @@ -85,11 +33,5 @@ export default { 'Merge existing ghooks hooks: {name}': '合并已存在的ghooks钩子: {name}', 'Merge existing pre-commit hooks: {name}': '合并已存在的pre-commit钩子: {name}', 'Skip existing git hooks: {name}': '跳过已存在的git钩子: {name}', - 'Cleaned up': '清理完毕', - '{name} not found': '{name}未找到', - '{name} deleted': '{name}已删除', - 'File write error': '文件写入错误', - 'Jenkins build configuration cache file': 'Jenkins构建配置缓存文件', - 'Please configure apollo or buildConfigApi': '请配置apollo或buildConfigApi', 'Please enter the correct project name': '请输入正确的项目名称' } diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index 160bc9bc8..5958f184a 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -2,19 +2,12 @@ import { createRequire } from 'node:module' import ora from 'ora' import { extend } from 'js-cool' import chalk from 'chalk' -import type { - CommandMessageType, - CommandType, - CommandTypeCmd, - QueueReturnsType -} from '../typings/core' -import { setCommandCache } from '#lib/cache/commandCache' -import getCommandMessage from '#lib/git/getCommandMessage' -import { setLog } from '#lib/cache/log' -import { postMessage } from '#lib/utils/message' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import lang from '#lib/lang' +import { setCommandCache, setLog } from '@gitmars/cache' +import { getCommandMessage } from '@gitmars/git' +import { debug, postMessage } from '@gitmars/utils' +import type { CommandMessageType, CommandType, CommandTypeCmd, QueueReturnsType } from './types' +import { spawnSync } from './spawn' +import lang from './lang' const { t } = lang const require = createRequire(import.meta.url) @@ -249,8 +242,3 @@ export function queue(list: Array): Promise = T extends ReadonlyArray ? T[number] : T[keyof T] + +// export function GitmarsOptionFunctionType(val: string, opts: object, cb: any): void + +export type GitmarsBranchType = 'feature' | 'bugfix' | 'support' + +export type VersionControlType = 'patch' | 'minor' | 'major' | false + +export type ApolloBranchList = 'dev' | 'bug' | 'prod' + +export interface ApolloConfigProjectType { + name: string + project: string + apps?: string[] +} + +export interface ApolloConfigBranchType { + line: string + token: string + list: ApolloConfigProjectType[] +} + +export type ApolloConfigType = { + [props in ApolloBranchList]: ApolloConfigBranchType +} & { + username: string + password: string + template: string // 不带参数 + templateWithParam: string // 带参数 + gitNotificationGroupUrl?: string | string[] // 推送群消息的api +} + +export interface ModuleCommandType { + module: string + entry?: string + options?: unknown +} + +export interface CommandTypeCmd { + cmd: string | string[] | ModuleCommandType + config: QueueConfigType +} + +export interface CommandTypeMessage { + message: string +} + +export type CommandType = CommandTypeCmd | CommandTypeMessage + +export interface QueueConfigType extends SpawnOptions { + again?: boolean | string + processing?: string + success?: string + fail?: string + postmsg?: boolean + kill?: boolean +} + +export interface QueueReturnsType + extends Partial, 'stdout' | 'stderr' | 'status'>> { + cfg: QueueConfigType + cmd: string | string[] | ModuleCommandType +} + +export interface CommandMessageType { + processing?: string + success?: string + fail?: string +} diff --git a/packages/core/src/versionControl.ts b/packages/core/src/versionControl.ts index 787bb31c4..0286eb4cb 100644 --- a/packages/core/src/versionControl.ts +++ b/packages/core/src/versionControl.ts @@ -3,9 +3,8 @@ import sh from 'shelljs' import chalk from 'chalk' import semverDiff from 'semver-diff' // import { version } from '../package.json' assert { type: 'json' } -import type { VersionControlType } from '../typings/core' -import { getPkgInfo } from '#lib/utils/pkgInfo' -import { debug } from '#lib/utils/debug' +import { debug, getPkgInfo } from '@gitmars/utils' +import type { VersionControlType } from './types' import lang from '#lib/lang' const { t } = lang @@ -63,8 +62,3 @@ export function upgradeGitmars() { ) process.exit(1) } - -export default { - isNeedUpgrade, - upgradeGitmars -} diff --git a/packages/core/typings/core.d.ts b/packages/core/typings/core.d.ts deleted file mode 100644 index b3e343256..000000000 --- a/packages/core/typings/core.d.ts +++ /dev/null @@ -1,286 +0,0 @@ -/// - -import type { SpawnOptions, SpawnSyncReturns } from 'child_process' - -export type AnyObject = Record - -export interface AnyFunction extends AnyObject { - (...args: any[]): any -} - -export type ValueOf = T extends ReadonlyArray ? T[number] : T[keyof T] - -// export function GitmarsOptionFunctionType(val: string, opts: object, cb: any): void - -export type GitmarsBranchType = 'feature' | 'bugfix' | 'support' - -export type VersionControlType = 'patch' | 'minor' | 'major' | false - -// 127和128是git个别场景的执行结果值 -export type ShellCode = 0 | 1 | 127 | 128 - -export type GitLogKeysType = - | '%H' - | '%h' - | '%T' - | '%t' - | '%P' - | '%p' - | '%an' - | '%aN' - | '%ae' - | '%aE' - | '%al' - | '%aL' - | '%ad' - | '%aD' - | '%ar' - | '%at' - | '%ai' - | '%aI' - | '%as' - | '%cn' - | '%cN' - | '%ce' - | '%cE' - | '%cl' - | '%cL' - | '%cd' - | '%cD' - | '%cr' - | '%ct' - | '%ci' - | '%cI' - | '%cs' - | '%d' - | '%D' - // %(describe[:options]), // human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags are added or removed at the same time. - | '%S' // ref name given on the command line by which the commit was reached (like git log --source), only works with git log - | '%e' // encoding - // ---------- - | '%s' // subject - | '%f' // sanitized subject line, suitable for a filename - | '%b' // body - | '%B' // raw body (unwrapped subject and body) - | '%N' // commit notes - | '%GG' // raw verification message from GPG for a signed commit - | '%G?' // show "G" for a good (valid) signature, "B" for a bad signature, "U" for a good signature with unknown validity, "X" for a good signature that has expired, "Y" for a good signature made by an expired key, "R" for a good signature made by a revoked key, "E" if the signature cannot be checked (e.g. missing key) and "N" for no signature - | '%GS' // show the name of the signer for a signed commit - | '%GK' // show the key used to sign a signed commit - | '%GF' // show the fingerprint of the key used to sign a signed commit - | '%GP' // show the fingerprint of the primary key whose subkey was used to sign a signed commit - | '%GT' // show the trust level for the key used to sign a signed commit - | '%gD' // reflog selector, e.g., refs/stash@{1} or refs/stash@{2 minutes ago}; the format follows the rules described for the -g option. The portion before the @ is the refname as given on the command line (so git log -g refs/heads/master would yield refs/heads/master@{0}). - | '%gd' // shortened reflog selector; same as %gD, but the refname portion is shortened for human readability (so refs/heads/master becomes just master). - | '%gn' // reflog identity name - | '%gN' // reflog identity name (respecting .mailmap, see git-shortlog[1] or git-blame[1]) - | '%ge' // reflog identity email - | '%gE' // reflog identity email (respecting .mailmap, see git-shortlog[1] or git-blame[1]) - | '%gs' // reflog subject - | '%(trailers:key=Signed-off-by)' - | '%(trailers:key=Reviewed-by)' // display the trailers of the body as interpreted by git-interpret-trailers[1]. The trailers string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the last occurrence wins. - -export type GitLogsType = { - [key in GitLogKeysType]?: string -} - -export interface GitmarsOptionArgsType { - required: boolean - name: string - variadic: boolean - validator?(val: string, opts: object, cb: Function): void - transformer?(val: string, answers: object, flags: object, options: GitmarsOptionArgsType): void - description?: string - defaultValue?: any - options?: Array - value?: string -} - -export interface GitmarsOptionOptionsType { - flags: string - required: boolean - optional: boolean - variadic: boolean - mandatory: boolean - short?: string | null - long: string - negate: boolean - description: string - defaultValue?: any - value?: any - recommend?: boolean - options?: Array - validator?(val: string, opts: object, cb: Function): void - transformer?( - val: string, - answers: object, - flags: object, - options: GitmarsOptionOptionsType - ): void - when?(answers: object): void -} - -export interface GitmarsOptionType { - command: string - short?: string | null - args: GitmarsOptionArgsType[] - options: GitmarsOptionOptionsType[] - validatorOpts?(val: any, opts: object, cb: Function): void - validatorArgs?(val: any, opts: object, cb: Function): void - transformOpts?(val: any, opts: object, cb: Function): void - transformArgs?(val: any, opts: object, cb: Function): void -} - -export interface GitmarsMultiOptionType { - command: string - short?: string | null - create: GitmarsOptionType - publish: GitmarsOptionType - update: GitmarsOptionType - clean: GitmarsOptionType - approve: GitmarsOptionType -} - -export interface GitmarsConfigApisBuildConfigType { - url: string - method?: 'post' | 'get' | 'put' | 'delete' - params?: Record -} - -export interface GitmarsConfigType { - master: string - develop: string - release: string - bugfix: string - support: string - user?: string - email?: string - skipCI?: boolean - msgTemplate?: string - apolloConfig?: { - configServerUrl: string - appId: string - clusterName: string - namespaceName: string[] - apolloEnv: string - token: string - } - apis?: Record - api?: string - gitHost?: string - gitID?: string - hooks?: Record - filepath?: string - nameValidator?: string | regExp - descriptionValidator?: string | regExp - versionControlType?: VersionControlType -} // & Record - -export interface GitmarsConfigExtend extends GitmarsConfigType { - skipCI: boolean - filepath: string -} - -export type GitmarsConfigProperty = keyof GitmarsConfigType -// | 'master' -// | 'develop' -// | 'release' -// | 'bugfix' -// | 'support' -// | 'user' -// | 'email' -// | 'skipCI' -// | 'msgTemplate' -// | 'apolloConfig' -// | 'apis' -// | 'api' -// | 'gitHost' -// | 'gitID' -// | 'hooks' -// | 'filepath' -// | 'nameValidator' -// | 'descriptionValidator' - -export type ApolloBranchList = 'dev' | 'bug' | 'prod' - -export interface ApolloConfigProjectType { - name: string - project: string - apps?: string[] -} - -export interface ApolloConfigBranchType { - line: string - token: string - list: ApolloConfigProjectType[] -} - -export type ApolloConfigType = { - [props in ApolloBranchList]: ApolloConfigBranchType -} & { - username: string - password: string - template: string // 不带参数 - templateWithParam: string // 带参数 - gitNotificationGroupUrl?: string | string[] // 推送群消息的api -} - -export interface ModuleCommandType { - module: string - entry?: string - options?: unknown -} - -export interface CommandTypeCmd { - cmd: string | string[] | ModuleCommandType - config: QueueConfigType -} - -export interface CommandTypeMessage { - message: string -} - -export type CommandType = CommandTypeCmd | CommandTypeMessage - -export interface FetchDataType { - level: 1 | 2 | 3 | 4 // 1=超级管理员 2=管理员 3=审核员 4=开发者 - [prop: string]: any -} - -export type GitStatusListType = 'A' | 'D' | 'M' | 'UU' | '??' - -export type GitStatusInfoType = { - [props in GitStatusListType]: string[] -} - -export interface QueueConfigType extends SpawnOptions { - again?: boolean | string - processing?: string - success?: string - fail?: string - postmsg?: boolean - kill?: boolean -} - -export interface QueueReturnsType - extends Partial, 'stdout' | 'stderr' | 'status'>> { - cfg: QueueConfigType - cmd: string | string[] | ModuleCommandType -} - -export interface GitmarsLogType - extends Partial, 'stdout' | 'stderr' | 'status'>> { - command: string -} - -export interface CommandMessageType { - processing?: string - success?: string - fail?: string -} - -export interface RevertCacheType { - before: GitLogsType - after: GitLogsType - branch: string -} diff --git a/packages/git/.eslintignore b/packages/git/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/git/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/git/.eslintrc.js b/packages/git/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/git/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/git/README.md b/packages/git/README.md new file mode 100644 index 000000000..e0e1fb8b4 --- /dev/null +++ b/packages/git/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/git + +some git js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/git --save + +# use yarn +$ yarn add @gitmars/git + +# use pnpm +$ pnpm install @gitmars/git +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/git') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/git/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/git.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/git +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/git/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/git&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/git.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/git +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/git/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/git/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/git/api-extractor.json b/packages/git/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/git/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/git/package.json b/packages/git/package.json new file mode 100644 index 000000000..5f7ad9b8f --- /dev/null +++ b/packages/git/package.json @@ -0,0 +1,95 @@ +{ + "name": "@gitmars/git", + "description": "gitmars git", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/core": "workspace:*", + "@gitmars/utils": "workspace:*", + "chalk": "^4.1.2", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5", + "slash": "^3.0.0" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/git#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/git" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/git/checkGitStatus.ts b/packages/git/src/checkGitStatus.ts similarity index 87% rename from packages/core/src/git/checkGitStatus.ts rename to packages/git/src/checkGitStatus.ts index 99eb99c86..88426618a 100644 --- a/packages/core/src/git/checkGitStatus.ts +++ b/packages/git/src/checkGitStatus.ts @@ -1,8 +1,8 @@ import sh from 'shelljs' import chalk from 'chalk' -import { debug } from '#lib/utils/debug' -import getGitStatus from '#lib/git/getGitStatus' -import lang from '#lib/lang' +import { debug } from '@gitmars/utils' +import getGitStatus from './getGitStatus' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/git/fetch.ts b/packages/git/src/fetch.ts similarity index 63% rename from packages/core/src/git/fetch.ts rename to packages/git/src/fetch.ts index d9d0dd872..ff0a092a5 100644 --- a/packages/core/src/git/fetch.ts +++ b/packages/git/src/fetch.ts @@ -1,5 +1,5 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' /** * 同步远程版本 diff --git a/packages/core/src/git/getAheadLogs.ts b/packages/git/src/getAheadLogs.ts similarity index 69% rename from packages/core/src/git/getAheadLogs.ts rename to packages/git/src/getAheadLogs.ts index e38c22e09..2c84ac570 100644 --- a/packages/core/src/git/getAheadLogs.ts +++ b/packages/git/src/getAheadLogs.ts @@ -1,7 +1,7 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import fetch from '#lib/git/fetch' -import getCurrentBranch from '#lib/git/getCurrentBranch' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import fetch from './fetch' +import getCurrentBranch from './getCurrentBranch' /** * 获取当前本地分支领先远程的日志 diff --git a/packages/core/src/git/getBehindLogs.ts b/packages/git/src/getBehindLogs.ts similarity index 73% rename from packages/core/src/git/getBehindLogs.ts rename to packages/git/src/getBehindLogs.ts index 957b118a8..a3261d366 100644 --- a/packages/core/src/git/getBehindLogs.ts +++ b/packages/git/src/getBehindLogs.ts @@ -1,7 +1,7 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import fetch from '#lib/git/fetch' -import getCurrentBranch from '#lib/git/getCurrentBranch' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import fetch from './fetch' +import getCurrentBranch from './getCurrentBranch' /** * 获取当前本地分支落后远程的日志 diff --git a/packages/core/src/git/getBranchesFromID.ts b/packages/git/src/getBranchesFromID.ts similarity index 85% rename from packages/core/src/git/getBranchesFromID.ts rename to packages/git/src/getBranchesFromID.ts index 5832be900..13e32038b 100644 --- a/packages/core/src/git/getBranchesFromID.ts +++ b/packages/git/src/getBranchesFromID.ts @@ -1,5 +1,5 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' /** * 获取包含commitID的分支 diff --git a/packages/core/src/git/getCommandMessage.ts b/packages/git/src/getCommandMessage.ts similarity index 95% rename from packages/core/src/git/getCommandMessage.ts rename to packages/git/src/getCommandMessage.ts index 6b139fc41..2bf1612e8 100644 --- a/packages/core/src/git/getCommandMessage.ts +++ b/packages/git/src/getCommandMessage.ts @@ -1,5 +1,5 @@ -import type { CommandMessageType } from '../../typings/core' -import lang from '#lib/lang' +import type { CommandMessageType } from './types' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/git/getCurrentBranch.ts b/packages/git/src/getCurrentBranch.ts similarity index 85% rename from packages/core/src/git/getCurrentBranch.ts rename to packages/git/src/getCurrentBranch.ts index c922616ac..295e344be 100644 --- a/packages/core/src/git/getCurrentBranch.ts +++ b/packages/git/src/getCurrentBranch.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '#lib/spawn' +import { spawnSync } from '@gitmars/core' /** * 获取当前分支 diff --git a/packages/core/src/git/getGitConfig.ts b/packages/git/src/getGitConfig.ts similarity index 89% rename from packages/core/src/git/getGitConfig.ts rename to packages/git/src/getGitConfig.ts index afe5eac72..59c5617f4 100644 --- a/packages/core/src/git/getGitConfig.ts +++ b/packages/git/src/getGitConfig.ts @@ -1,6 +1,6 @@ import slash from 'slash' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' export interface GitProjectConfigType { gitUrl: string diff --git a/packages/core/src/git/getGitLogs.ts b/packages/git/src/getGitLogs.ts similarity index 84% rename from packages/core/src/git/getGitLogs.ts rename to packages/git/src/getGitLogs.ts index dfd3b2fe0..a1da0d644 100644 --- a/packages/core/src/git/getGitLogs.ts +++ b/packages/git/src/getGitLogs.ts @@ -1,8 +1,7 @@ -import type { GitLogKeysType, GitLogsType } from '../../typings/core' -import { spawnSync } from '#lib/spawn' -import getSeconds from '#lib/utils/getSeconds' -import { debug } from '#lib/utils/debug' -import GitLogsFormatter from '#lib/git/gitLogsFormatter' +import { spawnSync } from '@gitmars/core' +import { debug, getSeconds } from '@gitmars/utils' +import GitLogsFormatter from './gitLogsFormatter' +import type { GitLogKeysType, GitLogsType } from './types' export interface GetGitLogsOption { lastet?: string diff --git a/packages/core/src/git/getGitLogsByCommitIDs.ts b/packages/git/src/getGitLogsByCommitIDs.ts similarity index 80% rename from packages/core/src/git/getGitLogsByCommitIDs.ts rename to packages/git/src/getGitLogsByCommitIDs.ts index 05d7c7027..755ca10e5 100644 --- a/packages/core/src/git/getGitLogsByCommitIDs.ts +++ b/packages/git/src/getGitLogsByCommitIDs.ts @@ -1,7 +1,7 @@ -import type { GitLogKeysType, GitLogsType } from '../../typings/core' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import GitLogsFormatter from '#lib/git/gitLogsFormatter' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import GitLogsFormatter from './gitLogsFormatter' +import type { GitLogKeysType, GitLogsType } from './types' export interface GetGitLogsByCommitIDsOptions { commitIDs: string | string[] diff --git a/packages/core/src/git/getGitRevParse.ts b/packages/git/src/getGitRevParse.ts similarity index 92% rename from packages/core/src/git/getGitRevParse.ts rename to packages/git/src/getGitRevParse.ts index 3ae99568c..f92d46c29 100644 --- a/packages/core/src/git/getGitRevParse.ts +++ b/packages/git/src/getGitRevParse.ts @@ -1,6 +1,6 @@ import slash from 'slash' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' export interface GitProjectRevParseType { prefix: string diff --git a/packages/core/src/git/getGitStatus.ts b/packages/git/src/getGitStatus.ts similarity index 84% rename from packages/core/src/git/getGitStatus.ts rename to packages/git/src/getGitStatus.ts index 5fa5538df..331e6116a 100644 --- a/packages/core/src/git/getGitStatus.ts +++ b/packages/git/src/getGitStatus.ts @@ -1,7 +1,7 @@ import type { SpawnOptions } from 'child_process' -import type { GitStatusInfoType } from '../../typings/core' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import type { GitStatusInfoType } from './types' /** * 获取分支状态 diff --git a/packages/core/src/git/getGitUser.ts b/packages/git/src/getGitUser.ts similarity index 89% rename from packages/core/src/git/getGitUser.ts rename to packages/git/src/getGitUser.ts index ee2e48c36..8f98ca242 100644 --- a/packages/core/src/git/getGitUser.ts +++ b/packages/git/src/getGitUser.ts @@ -1,8 +1,8 @@ import chalk from 'chalk' import sh from 'shelljs' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import lang from '#lib/lang' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/git/getGitVersion.ts b/packages/git/src/getGitVersion.ts similarity index 82% rename from packages/core/src/git/getGitVersion.ts rename to packages/git/src/getGitVersion.ts index 747ce1efa..688add143 100644 --- a/packages/core/src/git/getGitVersion.ts +++ b/packages/git/src/getGitVersion.ts @@ -1,8 +1,8 @@ import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import lang from '#lib/lang' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/git/getIsBranchOrCommitExist.ts b/packages/git/src/getIsBranchOrCommitExist.ts similarity index 84% rename from packages/core/src/git/getIsBranchOrCommitExist.ts rename to packages/git/src/getIsBranchOrCommitExist.ts index 45c93e253..e02acf916 100644 --- a/packages/core/src/git/getIsBranchOrCommitExist.ts +++ b/packages/git/src/getIsBranchOrCommitExist.ts @@ -1,5 +1,5 @@ -import { spawnSync } from '#lib/spawn' -import getCurrentBranch from '#lib/git/getCurrentBranch' +import { spawnSync } from '@gitmars/core' +import getCurrentBranch from './getCurrentBranch' /** * 获取是否存在某个分支 diff --git a/packages/core/src/git/getIsGitProject.ts b/packages/git/src/getIsGitProject.ts similarity index 81% rename from packages/core/src/git/getIsGitProject.ts rename to packages/git/src/getIsGitProject.ts index 6b2b1ea30..f9152f17c 100644 --- a/packages/core/src/git/getIsGitProject.ts +++ b/packages/git/src/getIsGitProject.ts @@ -1,5 +1,5 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' /** * 获取当前是否git项目目录 diff --git a/packages/core/src/git/getIsMergeAction.ts b/packages/git/src/getIsMergeAction.ts similarity index 88% rename from packages/core/src/git/getIsMergeAction.ts rename to packages/git/src/getIsMergeAction.ts index a3a70c801..33c460160 100644 --- a/packages/core/src/git/getIsMergeAction.ts +++ b/packages/git/src/getIsMergeAction.ts @@ -1,4 +1,4 @@ -import getGitLogs from '#lib/git/getGitLogs' +import getGitLogs from './getGitLogs' /** * 获取主干分支推送的内容是否是merge内容,暂时只检测最后一条记录 diff --git a/packages/core/src/git/getIsMergedTargetBranch.ts b/packages/git/src/getIsMergedTargetBranch.ts similarity index 86% rename from packages/core/src/git/getIsMergedTargetBranch.ts rename to packages/git/src/getIsMergedTargetBranch.ts index 0e697fdd1..2478d8669 100644 --- a/packages/core/src/git/getIsMergedTargetBranch.ts +++ b/packages/git/src/getIsMergedTargetBranch.ts @@ -1,6 +1,6 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import getCurrentBranch from '#lib/git/getCurrentBranch' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import getCurrentBranch from './getCurrentBranch' /** * 获取是否合并过dev diff --git a/packages/core/src/git/getIsUpdatedInTime.ts b/packages/git/src/getIsUpdatedInTime.ts similarity index 86% rename from packages/core/src/git/getIsUpdatedInTime.ts rename to packages/git/src/getIsUpdatedInTime.ts index e45f308a4..f36310dbc 100644 --- a/packages/core/src/git/getIsUpdatedInTime.ts +++ b/packages/git/src/getIsUpdatedInTime.ts @@ -1,7 +1,7 @@ -import type { GitLogsType } from '../../typings/core' -import { debug } from '#lib/utils/debug' -import getCurrentBranch from '#lib/git/getCurrentBranch' -import getGitLogs from '#lib/git/getGitLogs' +import { debug } from '@gitmars/utils' +import getCurrentBranch from './getCurrentBranch' +import getGitLogs from './getGitLogs' +import type { GitLogsType } from './types' export interface IsUpdatedInTimeConfigType { lastet: string diff --git a/packages/core/src/git/getStashList.ts b/packages/git/src/getStashList.ts similarity index 83% rename from packages/core/src/git/getStashList.ts rename to packages/git/src/getStashList.ts index 7afa99435..4fc596d08 100644 --- a/packages/core/src/git/getStashList.ts +++ b/packages/git/src/getStashList.ts @@ -1,8 +1,8 @@ import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import lang from '#lib/lang' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import lang from './lang' const { t } = lang @@ -29,7 +29,7 @@ function getStashList(key: string) { sh.echo( chalk.yellow( t( - 'There are a total of {{length}} staging records under this item, please clean it up regularly!', + 'There are a total of {length} staging records under this item, please clean it up regularly!', { length: String(list.length) } ) ) diff --git a/packages/core/src/git/gitLogsFormatter.ts b/packages/git/src/gitLogsFormatter.ts similarity index 93% rename from packages/core/src/git/gitLogsFormatter.ts rename to packages/git/src/gitLogsFormatter.ts index 0f9e74107..b12be1ea4 100644 --- a/packages/core/src/git/gitLogsFormatter.ts +++ b/packages/git/src/gitLogsFormatter.ts @@ -1,5 +1,5 @@ -import type { GitLogKeysType, GitLogsType } from '../../typings/core' -import { debug } from '#lib/utils/debug' +import { debug } from '@gitmars/utils' +import type { GitLogKeysType, GitLogsType } from './types' class GitLogsFormatter { keys: GitLogKeysType[] = [ diff --git a/packages/git/src/index.ts b/packages/git/src/index.ts new file mode 100644 index 000000000..50c3cc857 --- /dev/null +++ b/packages/git/src/index.ts @@ -0,0 +1,47 @@ +import getIsGitProject from './getIsGitProject' +import searchBranches from './searchBranches' +import getCurrentBranch from './getCurrentBranch' +import getGitLogs from './getGitLogs' +import getGitLogsByCommitIDs from './getGitLogsByCommitIDs' +import getGitVersion from './getGitVersion' +import getGitConfig from './getGitConfig' +import getGitRevParse from './getGitRevParse' +import getAheadLogs from './getAheadLogs' +import getBehindLogs from './getBehindLogs' +import getIsBranchOrCommitExist from './getIsBranchOrCommitExist' +import getIsMergeAction from './getIsMergeAction' +import getIsMergedTargetBranch from './getIsMergedTargetBranch' +import getIsUpdatedInTime from './getIsUpdatedInTime' +import { getGitEmail, getGitToken, getGitUser } from './getGitUser' +import getBranchesFromID from './getBranchesFromID' +import getGitStatus from './getGitStatus' +import getCommandMessage from './getCommandMessage' +import checkGitStatus from './checkGitStatus' +import getStashList from './getStashList' +import fetch from './fetch' + +export default { + getIsGitProject, + searchBranches, + getCurrentBranch, + getGitLogs, + getGitLogsByCommitIDs, + getGitVersion, + getGitConfig, + getGitRevParse, + getAheadLogs, + getBehindLogs, + getIsBranchOrCommitExist, + getIsMergeAction, + getIsMergedTargetBranch, + getIsUpdatedInTime, + getGitToken, + getGitUser, + getGitEmail, + getBranchesFromID, + getGitStatus, + getCommandMessage, + checkGitStatus, + getStashList, + fetch +} diff --git a/packages/git/src/lang.ts b/packages/git/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/git/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/git/src/locales/en-US.ts b/packages/git/src/locales/en-US.ts new file mode 100644 index 000000000..8f28fa9d3 --- /dev/null +++ b/packages/git/src/locales/en-US.ts @@ -0,0 +1,43 @@ +export default { + name: 'en-US', + 'You still have uncommitted files, please process them before continuing': + 'You still have uncommitted files, please process them before continuing', + 'If you need to staging files please do: gitm save\nWhen resuming: gitm get': + 'If you need to staging files please do: gitm save\nWhen resuming: gitm get', + 'You have uncommitted files': 'You have uncommitted files', + 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get': + 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get', + 'Please set git access token': 'Please set git access token', + 'Checkout branches now': 'Checkout branches now', + 'Checkout branch successfully': 'Checkout branch successfully', + 'Failed to checkout': 'Failed to checkout', + 'Pulling code successfully': 'Pulling code successfully', + 'Failed to pull code': 'Failed to pull code', + 'Pulling code now': 'Pulling code now', + 'Pulling remote version': 'Pulling remote version', + 'Fetching success': 'Fetching success', + 'Failed to fetch': 'Failed to fetch', + Committing: 'Committing', + 'Commit success': 'Commit success', + 'Commit Failure': 'Commit Failure', + Pushing: 'Pushing', + 'Push failed': 'Push failed', + 'Syncing submission records': 'Syncing submission records', + 'Syncing submission records successfully': 'Syncing submission records successfully', + 'Failed to sync commit records': 'Failed to sync commit records', + 'Merging branch': 'Merging branch', + 'merge branch succeeded': 'merge branch succeeded', + 'merge branch failed': 'merge branch failed', + 'working on rebase branch': 'working on rebase branch', + 'rebase branch succeeded': 'rebase branch succeeded', + 'rebase branch failed': 'rebase branch failed', + 'Undoing code': 'Undoing code', + 'Undoing success': 'Undoing success', + 'undo failed': 'undo failed', + 'Cleaning up': 'Cleaning up', + 'Cleanup successful': 'Cleanup successful', + 'Cleanup failed': 'Cleanup failed', + 'git not found': 'git not found', + 'There are a total of {length} staging records under this item, please clean it up regularly!': + 'There are a total of {length} staging records under this item, please clean it up regularly!' +} diff --git a/packages/git/src/locales/index.ts b/packages/git/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/git/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/git/src/locales/zh-CN.ts b/packages/git/src/locales/zh-CN.ts new file mode 100644 index 000000000..e4a2c7b6d --- /dev/null +++ b/packages/git/src/locales/zh-CN.ts @@ -0,0 +1,43 @@ +export default { + name: 'zh-CN', + 'You still have uncommitted files, please process them before continuing': + '您还有未提交的文件,请处理后再继续', + 'If you need to staging files please do: gitm save\nWhen resuming: gitm get': + '如果需要暂存文件请执行: gitm save\n恢复时执行:gitm get', + 'You have uncommitted files': '您有未加入版本的文件', + 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get': + '如果需要暂存文件请执行: gitm save --force\n恢复时执行:gitm get', + 'Please set git access token': '请设置git access token', + 'Checkout branches now': '正在切换分支', + 'Checkout branch successfully': '切换分支成功', + 'Failed to checkout': '切换分支失败', + 'Pulling code successfully': '拉取代码成功', + 'Failed to pull code': '拉取代码失败', + 'Pulling code now': '正在拉取代码', + 'Pulling remote version': '正在拉取远程版本', + 'Fetching success': '抓取成功', + 'Failed to fetch': '抓取失败', + Committing: '正在提交', + 'Commit success': '提交成功', + 'Commit Failure': '提交失败', + Pushing: '正在推送', + 'Push failed': '推送失败', + 'Syncing submission records': '正在同步提交记录', + 'Syncing submission records successfully': '同步提交记录成功', + 'Failed to sync commit records': '同步提交记录失败', + 'Merging branch': '正在merge分支', + 'merge branch succeeded': 'merge分支成功', + 'merge branch failed': 'merge分支失败', + 'working on rebase branch': '正在rebase分支', + 'rebase branch succeeded': 'rebase分支成功', + 'rebase branch failed': 'rebase分支失败', + 'Undoing code': '正在回撤代码', + 'Undoing success': '撤销成功', + 'undo failed': '撤销失败', + 'Cleaning up': '正在清理', + 'Cleanup successful': '清理成功', + 'Cleanup failed': '清理失败', + 'git not found': '没有找到git', + 'There are a total of {length} staging records under this item, please clean it up regularly!': + '该项目下一共有{length}条暂存记录,请定期清理!' +} diff --git a/packages/core/src/git/prune.ts b/packages/git/src/prune.ts similarity index 69% rename from packages/core/src/git/prune.ts rename to packages/git/src/prune.ts index 22b6192be..2f07b74d1 100644 --- a/packages/core/src/git/prune.ts +++ b/packages/git/src/prune.ts @@ -1,5 +1,5 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' /** * 清理已删除的远程分支 diff --git a/packages/core/src/git/searchBranches.ts b/packages/git/src/searchBranches.ts similarity index 91% rename from packages/core/src/git/searchBranches.ts rename to packages/git/src/searchBranches.ts index 121cc6b82..da80cacaa 100644 --- a/packages/core/src/git/searchBranches.ts +++ b/packages/git/src/searchBranches.ts @@ -1,7 +1,7 @@ -import { spawnSync } from '#lib/spawn' -import { debug } from '#lib/utils/debug' -import getGitConfig from '#lib/git/getGitConfig' -import getGitRevParse from '#lib/git/getGitRevParse' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import getGitConfig from './getGitConfig' +import getGitRevParse from './getGitRevParse' export interface SearchBranchesMapType { heads: string[] diff --git a/packages/git/src/types.ts b/packages/git/src/types.ts new file mode 100644 index 000000000..7531ff1b7 --- /dev/null +++ b/packages/git/src/types.ts @@ -0,0 +1,76 @@ +export type GitLogKeysType = + | '%H' + | '%h' + | '%T' + | '%t' + | '%P' + | '%p' + | '%an' + | '%aN' + | '%ae' + | '%aE' + | '%al' + | '%aL' + | '%ad' + | '%aD' + | '%ar' + | '%at' + | '%ai' + | '%aI' + | '%as' + | '%cn' + | '%cN' + | '%ce' + | '%cE' + | '%cl' + | '%cL' + | '%cd' + | '%cD' + | '%cr' + | '%ct' + | '%ci' + | '%cI' + | '%cs' + | '%d' + | '%D' + // %(describe[:options]), // human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags are added or removed at the same time. + | '%S' // ref name given on the command line by which the commit was reached (like git log --source), only works with git log + | '%e' // encoding + // ---------- + | '%s' // subject + | '%f' // sanitized subject line, suitable for a filename + | '%b' // body + | '%B' // raw body (unwrapped subject and body) + | '%N' // commit notes + | '%GG' // raw verification message from GPG for a signed commit + | '%G?' // show "G" for a good (valid) signature, "B" for a bad signature, "U" for a good signature with unknown validity, "X" for a good signature that has expired, "Y" for a good signature made by an expired key, "R" for a good signature made by a revoked key, "E" if the signature cannot be checked (e.g. missing key) and "N" for no signature + | '%GS' // show the name of the signer for a signed commit + | '%GK' // show the key used to sign a signed commit + | '%GF' // show the fingerprint of the key used to sign a signed commit + | '%GP' // show the fingerprint of the primary key whose subkey was used to sign a signed commit + | '%GT' // show the trust level for the key used to sign a signed commit + | '%gD' // reflog selector, e.g., refs/stash@{1} or refs/stash@{2 minutes ago}; the format follows the rules described for the -g option. The portion before the @ is the refname as given on the command line (so git log -g refs/heads/master would yield refs/heads/master@{0}). + | '%gd' // shortened reflog selector; same as %gD, but the refname portion is shortened for human readability (so refs/heads/master becomes just master). + | '%gn' // reflog identity name + | '%gN' // reflog identity name (respecting .mailmap, see git-shortlog[1] or git-blame[1]) + | '%ge' // reflog identity email + | '%gE' // reflog identity email (respecting .mailmap, see git-shortlog[1] or git-blame[1]) + | '%gs' // reflog subject + | '%(trailers:key=Signed-off-by)' + | '%(trailers:key=Reviewed-by)' // display the trailers of the body as interpreted by git-interpret-trailers[1]. The trailers string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the last occurrence wins. + +export type GitLogsType = { + [key in GitLogKeysType]?: string +} + +export type GitStatusListType = 'A' | 'D' | 'M' | 'UU' | '??' + +export type GitStatusInfoType = { + [props in GitStatusListType]: string[] +} + +export interface CommandMessageType { + processing?: string + success?: string + fail?: string +} diff --git a/packages/git/tsconfig.json b/packages/git/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/git/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/git/typedoc.js b/packages/git/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/git/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index b43a5f31d..949676afd 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -5,7 +5,7 @@ import inquirer from 'inquirer' import chalk from 'chalk' import { createArgs } from '@gitmars/core/lib/utils/command' import runJenkins from '@gitmars/core/lib/build/runJenkins' -import { type ApolloBranchList } from '@gitmars/core/typings/core' +import { type ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from '../typings/gitmars' import lang from '#lib/common/local' import buildConfig from '#lib/conf/build' diff --git a/packages/gitmars/src/gitm-config.ts b/packages/gitmars/src/gitm-config.ts index 771d40973..21da4f3cf 100644 --- a/packages/gitmars/src/gitm-config.ts +++ b/packages/gitmars/src/gitm-config.ts @@ -6,7 +6,7 @@ import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' import getGitRevParse from '@gitmars/core/lib/git/getGitRevParse' import { writeFile } from '@gitmars/core/lib/utils/file' import getConfig from '@gitmars/core/lib/getConfig' -import type { GitmarsConfigProperty } from '@gitmars/core/typings/core' +import type { GitmarsConfigProperty } from '@gitmars/build' import lang from '#lib/common/local' import { defaults } from '#lib/common/global' diff --git a/packages/gitmars/src/locales/en-US.ts b/packages/gitmars/src/locales/en-US.ts index fbf7c547f..0dc3cf512 100644 --- a/packages/gitmars/src/locales/en-US.ts +++ b/packages/gitmars/src/locales/en-US.ts @@ -389,8 +389,6 @@ export default { '{nickname} submitted a merge request for {source} branch to {target} branch in {app} project', '${message}; project: ${project}; path: ${pwd}': '${message}; project: ${project}; path: ${pwd}', - 'There are a total of {length} staging records under this item, please clean it up regularly!': - 'There are a total of {length} staging records under this item, please clean it up regularly!', 'Deleting: {something}': 'Deleting: {something}', 'Deleted successfully: {something}': 'Deleted successfully: {something}', 'Start analysis: {something}': 'Start analysis: {something}', @@ -400,7 +398,6 @@ export default { 'Current branch: {something}': 'Current branch: {something}', 'Processing failed, {name} soft link does not exist, please go to the local {name} root directory and execute: gitm link': 'Processing failed, {name} soft link does not exist, please go to the local {name} root directory and execute: gitm link', - 'Processing: {something}': 'Processing: {something}', 'File write error occurred': 'File write error occurred', 'Cleanup is complete': 'Cleanup is complete', '{id}: total {total} files changed': '{id}: total {total} files changed', diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index 08120059d..652ac1def 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -354,8 +354,6 @@ export default { '{nickname} submitted a merge request for {source} branch to {target} branch in {app} project': '{nickname}在{app}项目提交了{source}分支合并到{target}分支的merge请求', '${message}; project: ${project}; path: ${pwd}': '${message};项目:${project};路径:${pwd}', - 'There are a total of {length} staging records under this item, please clean it up regularly!': - '该项目下一共有{length}条暂存记录,请定期清理!', 'Deleting: {something}': '正在删除:{something}', 'Deleted successfully: {something}': '删除成功:{something}', 'Start analysis: {something}': '开始分析:{something}', @@ -365,7 +363,6 @@ export default { 'Current branch: {something}': '当前分支:{something}', 'Processing failed, {name} soft link does not exist, please go to the local {name} root directory and execute: gitm link': '处理失败,{name}软链不存在,请进入本地{name}根目录执行:gitm link', - 'Processing: {something}': '正在处理:{something}', 'File write error occurred': '文件写入错误', 'Cleanup is complete': '清理完毕', '{id}: total {total} files changed': '{id}:一共变动了{total}个文件', diff --git a/packages/gitmars/typings/gitmars.d.ts b/packages/gitmars/typings/gitmars.d.ts index b8c8c6bfa..caacc78ef 100644 --- a/packages/gitmars/typings/gitmars.d.ts +++ b/packages/gitmars/typings/gitmars.d.ts @@ -22,6 +22,67 @@ export type ShellCode = 0 | 1 | 127 | 128 export type PackageVersionTag = 'alpha' | 'lite' | 'beta' | 'release' | 'latest' | 'next' +export type GitLogKeysType = + | '%H' + | '%h' + | '%T' + | '%t' + | '%P' + | '%p' + | '%an' + | '%aN' + | '%ae' + | '%aE' + | '%al' + | '%aL' + | '%ad' + | '%aD' + | '%ar' + | '%at' + | '%ai' + | '%aI' + | '%as' + | '%cn' + | '%cN' + | '%ce' + | '%cE' + | '%cl' + | '%cL' + | '%cd' + | '%cD' + | '%cr' + | '%ct' + | '%ci' + | '%cI' + | '%cs' + | '%d' + | '%D' + // %(describe[:options]), // human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags are added or removed at the same time. + | '%S' // ref name given on the command line by which the commit was reached (like git log --source), only works with git log + | '%e' // encoding + // ---------- + | '%s' // subject + | '%f' // sanitized subject line, suitable for a filename + | '%b' // body + | '%B' // raw body (unwrapped subject and body) + | '%N' // commit notes + | '%GG' // raw verification message from GPG for a signed commit + | '%G?' // show "G" for a good (valid) signature, "B" for a bad signature, "U" for a good signature with unknown validity, "X" for a good signature that has expired, "Y" for a good signature made by an expired key, "R" for a good signature made by a revoked key, "E" if the signature cannot be checked (e.g. missing key) and "N" for no signature + | '%GS' // show the name of the signer for a signed commit + | '%GK' // show the key used to sign a signed commit + | '%GF' // show the fingerprint of the key used to sign a signed commit + | '%GP' // show the fingerprint of the primary key whose subkey was used to sign a signed commit + | '%GT' // show the trust level for the key used to sign a signed commit + | '%gD' // reflog selector, e.g., refs/stash@{1} or refs/stash@{2 minutes ago}; the format follows the rules described for the -g option. The portion before the @ is the refname as given on the command line (so git log -g refs/heads/master would yield refs/heads/master@{0}). + | '%gd' // shortened reflog selector; same as %gD, but the refname portion is shortened for human readability (so refs/heads/master becomes just master). + | '%gn' // reflog identity name + | '%gN' // reflog identity name (respecting .mailmap, see git-shortlog[1] or git-blame[1]) + | '%ge' // reflog identity email + | '%gE' // reflog identity email (respecting .mailmap, see git-shortlog[1] or git-blame[1]) + | '%gs' // reflog subject + | '%(trailers:key=Signed-off-by)' + | '%(trailers:key=Reviewed-by)' // display the trailers of the body as interpreted by git-interpret-trailers[1]. The trailers string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the last occurrence wins. + export type GitLogsType = { [key in GitLogKeysType]?: string } diff --git a/packages/go/.eslintignore b/packages/go/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/go/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/go/.eslintrc.js b/packages/go/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/go/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/go/README.md b/packages/go/README.md new file mode 100644 index 000000000..c32826af7 --- /dev/null +++ b/packages/go/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/go + +some go js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/go --save + +# use yarn +$ yarn add @gitmars/go + +# use pnpm +$ pnpm install @gitmars/go +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/go') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/go/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/go.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/go +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/go/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/go&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/go.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/go +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/go/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/go/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/go/api-extractor.json b/packages/go/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/go/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/go/package.json b/packages/go/package.json new file mode 100644 index 000000000..f008c945f --- /dev/null +++ b/packages/go/package.json @@ -0,0 +1,95 @@ +{ + "name": "@gitmars/go", + "description": "gitmars go", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/utils": "workspace:*", + "chalk": "^4.1.2", + "inquirer": "^8.2.5", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/inquirer": "^8.2.6", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/go#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/go" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/go/cleanConfigSet.ts b/packages/go/src/cleanConfigSet.ts similarity index 96% rename from packages/core/src/go/cleanConfigSet.ts rename to packages/go/src/cleanConfigSet.ts index 9dc8bd1e2..81c8f7b3b 100644 --- a/packages/core/src/go/cleanConfigSet.ts +++ b/packages/go/src/cleanConfigSet.ts @@ -1,4 +1,4 @@ -import type { GitmarsOptionType } from '../../typings/core' +import type { GitmarsOptionType } from './types' export interface GoCleanConfigType { delOptions?: string[] diff --git a/packages/core/src/go/createPrompt.ts b/packages/go/src/createPrompt.ts similarity index 98% rename from packages/core/src/go/createPrompt.ts rename to packages/go/src/createPrompt.ts index 8f121ae18..31f4150d1 100644 --- a/packages/core/src/go/createPrompt.ts +++ b/packages/go/src/createPrompt.ts @@ -1,6 +1,6 @@ import chalk from 'chalk' -import type { GitmarsOptionArgsType, GitmarsOptionOptionsType } from '../../typings/core' -import lang from '#lib/lang' +import type { GitmarsOptionArgsType, GitmarsOptionOptionsType } from './types' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/go/getCommand.ts b/packages/go/src/getCommand.ts similarity index 96% rename from packages/core/src/go/getCommand.ts rename to packages/go/src/getCommand.ts index d47dd98b5..f2131ac79 100644 --- a/packages/core/src/go/getCommand.ts +++ b/packages/go/src/getCommand.ts @@ -1,6 +1,6 @@ import inquirer from 'inquirer' -import type { GitmarsOptionType } from '../../typings/core' -import createPrompt from '#lib/go/createPrompt' +import type { GitmarsOptionType } from './types' +import createPrompt from './createPrompt' export interface CommandNeedInput { required: boolean diff --git a/packages/go/src/lang.ts b/packages/go/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/go/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/go/src/locales/en-US.ts b/packages/go/src/locales/en-US.ts new file mode 100644 index 000000000..bf11574a7 --- /dev/null +++ b/packages/go/src/locales/en-US.ts @@ -0,0 +1,3 @@ +export default { + name: 'en-US' +} diff --git a/packages/go/src/locales/index.ts b/packages/go/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/go/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/go/src/locales/zh-CN.ts b/packages/go/src/locales/zh-CN.ts new file mode 100644 index 000000000..d00acca05 --- /dev/null +++ b/packages/go/src/locales/zh-CN.ts @@ -0,0 +1,3 @@ +export default { + name: 'zh-CN' +} diff --git a/packages/go/src/types.ts b/packages/go/src/types.ts new file mode 100644 index 000000000..e907a626b --- /dev/null +++ b/packages/go/src/types.ts @@ -0,0 +1,46 @@ +export interface GitmarsOptionArgsType { + required: boolean + name: string + variadic: boolean + validator?(val: string, opts: object, cb: Function): void + transformer?(val: string, answers: object, flags: object, options: GitmarsOptionArgsType): void + description?: string + defaultValue?: any + options?: Array + value?: string +} + +export interface GitmarsOptionOptionsType { + flags: string + required: boolean + optional: boolean + variadic: boolean + mandatory: boolean + short?: string | null + long: string + negate: boolean + description: string + defaultValue?: any + value?: any + recommend?: boolean + options?: Array + validator?(val: string, opts: object, cb: Function): void + transformer?( + val: string, + answers: object, + flags: object, + options: GitmarsOptionOptionsType + ): void + when?(answers: object): void +} + +export interface GitmarsOptionType { + command: string + short?: string | null + args: GitmarsOptionArgsType[] + options: GitmarsOptionOptionsType[] + validatorOpts?(val: any, opts: object, cb: Function): void + validatorArgs?(val: any, opts: object, cb: Function): void + transformOpts?(val: any, opts: object, cb: Function): void + transformArgs?(val: any, opts: object, cb: Function): void +} diff --git a/packages/go/tsconfig.json b/packages/go/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/go/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/go/typedoc.js b/packages/go/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/go/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/hook/.eslintignore b/packages/hook/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/hook/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/hook/.eslintrc.js b/packages/hook/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/hook/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/hook/README.md b/packages/hook/README.md new file mode 100644 index 000000000..7724c8ce1 --- /dev/null +++ b/packages/hook/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/hook + +some hook js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/hook --save + +# use yarn +$ yarn add @gitmars/hook + +# use pnpm +$ pnpm install @gitmars/hook +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/hook') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/hook/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/hook.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/hook +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/hook/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/hook&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/hook.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/hook +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/hook/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/hook/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/hook/api-extractor.json b/packages/hook/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/hook/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/hook/package.json b/packages/hook/package.json new file mode 100644 index 000000000..a735454aa --- /dev/null +++ b/packages/hook/package.json @@ -0,0 +1,97 @@ +{ + "name": "@gitmars/hook", + "description": "gitmars hook", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", + "@gitmars/utils": "workspace:*", + "chalk": "^4.1.2", + "ci-info": "^4.0.0", + "js-cool": "^5.18.1", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/hook#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/hook" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/hook/checkGitDirEnv.ts b/packages/hook/src/checkGitDirEnv.ts similarity index 80% rename from packages/core/src/hook/checkGitDirEnv.ts rename to packages/hook/src/checkGitDirEnv.ts index 3f182ce6a..5ad73e0da 100644 --- a/packages/core/src/hook/checkGitDirEnv.ts +++ b/packages/hook/src/checkGitDirEnv.ts @@ -1,5 +1,5 @@ -import { debug } from '#lib/utils/debug' -import lang from '#lib/lang' +import { debug } from '@gitmars/utils' +import lang from './lang' const { t } = lang diff --git a/packages/core/src/hook/getHookComment.ts b/packages/hook/src/getHookComment.ts similarity index 78% rename from packages/core/src/hook/getHookComment.ts rename to packages/hook/src/getHookComment.ts index 05226d07d..0dd3a98bd 100644 --- a/packages/core/src/hook/getHookComment.ts +++ b/packages/hook/src/getHookComment.ts @@ -1,6 +1,5 @@ -import getGitConfig from '#lib/git/getGitConfig' -import getGitRevParse from '#lib/git/getGitRevParse' -import readPkg from '#lib/utils/readPkg' +import { getGitConfig, getGitRevParse } from '@gitmars/git' +import { readPkg } from '@gitmars/utils' const { gitUrl } = getGitConfig() const { root } = getGitRevParse() diff --git a/packages/core/src/hook/getHookShell.ts b/packages/hook/src/getHookShell.ts similarity index 74% rename from packages/core/src/hook/getHookShell.ts rename to packages/hook/src/getHookShell.ts index 68e02dbdc..1debd551f 100644 --- a/packages/core/src/hook/getHookShell.ts +++ b/packages/hook/src/getHookShell.ts @@ -1,8 +1,7 @@ import fs from 'fs' import { resolve } from 'path' -import readPkg from '#lib/utils/readPkg' -import { SH_PATH } from '#lib/utils/paths' -import getHookComment from '#lib/hook/getHookComment' +import { SH_PATH, readPkg } from '@gitmars/utils' +import getHookComment from './getHookComment' /** * 生成hook主程序 diff --git a/packages/core/src/hook/getHookType.ts b/packages/hook/src/getHookType.ts similarity index 100% rename from packages/core/src/hook/getHookType.ts rename to packages/hook/src/getHookType.ts diff --git a/packages/core/src/hook/getLocalShell.ts b/packages/hook/src/getLocalShell.ts similarity index 87% rename from packages/core/src/hook/getLocalShell.ts rename to packages/hook/src/getLocalShell.ts index 041e5b925..33b7c2437 100644 --- a/packages/core/src/hook/getLocalShell.ts +++ b/packages/hook/src/getLocalShell.ts @@ -1,4 +1,4 @@ -import getHookComment from '#lib/hook/getHookComment' +import getHookComment from './getHookComment' const hookComment = getHookComment() /** diff --git a/packages/core/src/hook/getPackageManager.ts b/packages/hook/src/getPackageManager.ts similarity index 100% rename from packages/core/src/hook/getPackageManager.ts rename to packages/hook/src/getPackageManager.ts diff --git a/packages/core/src/hook/index.ts b/packages/hook/src/index.ts similarity index 90% rename from packages/core/src/hook/index.ts rename to packages/hook/src/index.ts index fa15bd2fc..835d0f8de 100644 --- a/packages/core/src/hook/index.ts +++ b/packages/hook/src/index.ts @@ -4,14 +4,13 @@ import sh from 'shelljs' import chalk from 'chalk' import ciInfo from 'ci-info' import { compareVersion } from 'js-cool' -import getConfig from '#lib/getConfig' -import getGitVersion from '#lib/git/getGitVersion' -import getGitRevParse from '#lib/git/getGitRevParse' -import getHookComment from '#lib/hook/getHookComment' -import getHookType from '#lib/hook/getHookType' -import getHookShell from '#lib/hook/getHookShell' -import getLocalShell from '#lib/hook/getLocalShell' -import lang from '#lib/lang' +import { getConfig } from '@gitmars/core' +import { getGitRevParse, getGitVersion } from '@gitmars/git' +import getHookComment from './getHookComment' +import getHookType from './getHookType' +import getHookShell from './getHookShell' +import getLocalShell from './getLocalShell' +import lang from './lang' const { t } = lang const hookList = [ @@ -213,13 +212,13 @@ export function remove(): void { console.info('gitmars hooks removed') } -export default { - init, - remove, - createHooks, - removeHooks, - createHookShell, - removeHookShell, - createLocalShell, - removeLocalShell -} +// export default { +// init, +// remove, +// createHooks, +// removeHooks, +// createHookShell, +// removeHookShell, +// createLocalShell, +// removeLocalShell +// } diff --git a/packages/hook/src/lang.ts b/packages/hook/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/hook/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/hook/src/locales/en-US.ts b/packages/hook/src/locales/en-US.ts new file mode 100644 index 000000000..bf11574a7 --- /dev/null +++ b/packages/hook/src/locales/en-US.ts @@ -0,0 +1,3 @@ +export default { + name: 'en-US' +} diff --git a/packages/hook/src/locales/index.ts b/packages/hook/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/hook/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/hook/src/locales/zh-CN.ts b/packages/hook/src/locales/zh-CN.ts new file mode 100644 index 000000000..d00acca05 --- /dev/null +++ b/packages/hook/src/locales/zh-CN.ts @@ -0,0 +1,3 @@ +export default { + name: 'zh-CN' +} diff --git a/packages/core/src/hook/run.ts b/packages/hook/src/run.ts similarity index 91% rename from packages/core/src/hook/run.ts rename to packages/hook/src/run.ts index ccb13aa86..52a634949 100644 --- a/packages/core/src/hook/run.ts +++ b/packages/hook/src/run.ts @@ -1,8 +1,7 @@ -import type { ShellCode } from '../../typings/core' -import { spawnSync } from '#lib/spawn' -import getConfig from '#lib/getConfig' -import checkGitDirEnv from '#lib/hook/checkGitDirEnv' -import lang from '#lib/lang' +import { getConfig, spawnSync } from '@gitmars/core' +import type { ShellCode } from './types' +import checkGitDirEnv from './checkGitDirEnv' +import lang from './lang' const { t } = lang const config = getConfig() diff --git a/packages/hook/src/types.ts b/packages/hook/src/types.ts new file mode 100644 index 000000000..6a3f5a596 --- /dev/null +++ b/packages/hook/src/types.ts @@ -0,0 +1,2 @@ +// 127和128是git个别场景的执行结果值 +export type ShellCode = 0 | 1 | 127 | 128 diff --git a/packages/hook/tsconfig.json b/packages/hook/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/hook/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/hook/typedoc.js b/packages/hook/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/hook/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/shell/.eslintignore b/packages/shell/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/shell/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/shell/.eslintrc.js b/packages/shell/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/shell/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/shell/README.md b/packages/shell/README.md new file mode 100644 index 000000000..e5a85cb1d --- /dev/null +++ b/packages/shell/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/shell + +some shell js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/shell --save + +# use yarn +$ yarn add @gitmars/shell + +# use pnpm +$ pnpm install @gitmars/shell +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/shell') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/shell/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/shell.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/shell +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/shell/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/shell&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/shell.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/shell +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/shell/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/shell/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/shell/api-extractor.json b/packages/shell/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/shell/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/shell/package.json b/packages/shell/package.json new file mode 100644 index 000000000..cf1c702fb --- /dev/null +++ b/packages/shell/package.json @@ -0,0 +1,96 @@ +{ + "name": "@gitmars/shell", + "description": "gitmars shell", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", + "@gitmars/utils": "workspace:*", + "@jssj/request": "^1.1.0", + "chalk": "^4.1.2", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/shell#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/shell" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/shell/getCurlOfMergeRequest.ts b/packages/shell/src/getCurlOfMergeRequest.ts similarity index 85% rename from packages/core/src/shell/getCurlOfMergeRequest.ts rename to packages/shell/src/getCurlOfMergeRequest.ts index e7b8df1fd..013c7ff65 100644 --- a/packages/core/src/shell/getCurlOfMergeRequest.ts +++ b/packages/shell/src/getCurlOfMergeRequest.ts @@ -1,6 +1,6 @@ -import { encodeUnicode } from '#lib/utils/unicode' -import getConfig from '#lib/getConfig' -import { getGitToken } from '#lib/git/getGitUser' +import { encodeUnicode } from '@gitmars/utils' +import { getConfig } from '@gitmars/core' +import { getGitToken } from '@gitmars/git' const config = getConfig() /** diff --git a/packages/shell/src/index.ts b/packages/shell/src/index.ts new file mode 100644 index 000000000..efe6264ea --- /dev/null +++ b/packages/shell/src/index.ts @@ -0,0 +1,5 @@ +import getCurlOfMergeRequest from './getCurlOfMergeRequest' + +export default { + getCurlOfMergeRequest +} diff --git a/packages/shell/src/lang.ts b/packages/shell/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/shell/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/shell/src/locales/en-US.ts b/packages/shell/src/locales/en-US.ts new file mode 100644 index 000000000..bf11574a7 --- /dev/null +++ b/packages/shell/src/locales/en-US.ts @@ -0,0 +1,3 @@ +export default { + name: 'en-US' +} diff --git a/packages/shell/src/locales/index.ts b/packages/shell/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/shell/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/shell/src/locales/zh-CN.ts b/packages/shell/src/locales/zh-CN.ts new file mode 100644 index 000000000..d00acca05 --- /dev/null +++ b/packages/shell/src/locales/zh-CN.ts @@ -0,0 +1,3 @@ +export default { + name: 'zh-CN' +} diff --git a/packages/core/cache/.gitkeep b/packages/shell/src/types.ts similarity index 100% rename from packages/core/cache/.gitkeep rename to packages/shell/src/types.ts diff --git a/packages/shell/tsconfig.json b/packages/shell/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/shell/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/shell/typedoc.js b/packages/shell/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/shell/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/utils/.eslintignore b/packages/utils/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/utils/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/utils/.eslintrc.js b/packages/utils/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/utils/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/utils/README.md b/packages/utils/README.md new file mode 100644 index 000000000..4c61e216f --- /dev/null +++ b/packages/utils/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/utils + +some utils js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/utils --save + +# use yarn +$ yarn add @gitmars/utils + +# use pnpm +$ pnpm install @gitmars/utils +``` + +## Usage + +```js +const { debug } = require('@gitmars/utils') + +debug() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/utils/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/utils.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/utils +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/utils/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/utils&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/utils.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/utils +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/utils/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/utils/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/utils/api-extractor.json b/packages/utils/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/utils/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/utils/package.json b/packages/utils/package.json new file mode 100644 index 000000000..bd27b416b --- /dev/null +++ b/packages/utils/package.json @@ -0,0 +1,98 @@ +{ + "name": "@gitmars/utils", + "description": "gitmars utils", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", + "chalk": "^4.1.2", + "debug": "^4.3.4", + "js-cool": "^5.18.1", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "ora": "^5.4.1", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/debug": "^4.1.12", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/utils#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/utils" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/core/src/utils/command.ts b/packages/utils/src/command.ts similarity index 80% rename from packages/core/src/utils/command.ts rename to packages/utils/src/command.ts index 650d110f5..a9e6690a3 100644 --- a/packages/core/src/utils/command.ts +++ b/packages/utils/src/command.ts @@ -1,4 +1,4 @@ -import type { GitmarsOptionArgsType } from '../../typings/core' +import type { GitmarsOptionArgsType } from './types' /** * 生成参数 @@ -17,7 +17,3 @@ export function createArgs(args: GitmarsOptionArgsType[]): string { }) return argArr.join(' ') } - -export default { - createArgs -} diff --git a/packages/core/src/utils/debug.ts b/packages/utils/src/debug.ts similarity index 90% rename from packages/core/src/utils/debug.ts rename to packages/utils/src/debug.ts index 7fe33d88c..148171cab 100644 --- a/packages/core/src/utils/debug.ts +++ b/packages/utils/src/debug.ts @@ -2,7 +2,7 @@ import chalk from 'chalk' import _debug from 'debug' const { red, yellow, green } = chalk -const name = '@gitmars/core' +const name = '@gitmars/utils' export const isDebug = ['1', 'true'].includes(process.env.GITMARS_DEBUG || '') || process.env.DEBUG @@ -41,10 +41,3 @@ export function debugError(infoName = '', ...args: any[]) { _debug(`${name}:error`)(`[${red(infoName)}]`, ...args) } } - -export default { - isDebug, - debug, - debugWarn, - debugError -} diff --git a/packages/core/src/utils/echo.ts b/packages/utils/src/echo.ts similarity index 88% rename from packages/core/src/utils/echo.ts rename to packages/utils/src/echo.ts index 96b12b30c..435634a88 100644 --- a/packages/core/src/utils/echo.ts +++ b/packages/utils/src/echo.ts @@ -1,4 +1,4 @@ -import { format } from 'util' +import { format } from 'node:util' /** * 读取gitmars在线版本列表 diff --git a/packages/core/src/utils/file.ts b/packages/utils/src/file.ts similarity index 83% rename from packages/core/src/utils/file.ts rename to packages/utils/src/file.ts index 4fb9a3007..f9df96467 100644 --- a/packages/core/src/utils/file.ts +++ b/packages/utils/src/file.ts @@ -2,7 +2,7 @@ import fs from 'fs' import sh from 'shelljs' import ora from 'ora' import chalk from 'chalk' -import lang from '#lib/lang' +import lang from './lang' sh.config.silent = true @@ -63,7 +63,7 @@ export function removeFile( file.name && spinner.start( chalk.green( - t('Processing: {{{something}}}', { + t('Processing: {something}', { something: file.name }) ) @@ -71,18 +71,11 @@ export function removeFile( const fileExist = isFileExist(file.url) if (fileExist) { sh.rm(file.url) - file.name && spinner.succeed(chalk.green(t('{{name}} deleted', { name: file.name }))) + file.name && spinner.succeed(chalk.green(t('{name} deleted', { name: file.name }))) } else { - file.name && spinner.warn(chalk.green(t('{{name}} not found', { name: file.name }))) + file.name && spinner.warn(chalk.green(t('{name} not found', { name: file.name }))) } } spinner.stop() sh.echo(chalk.green(t('Cleaned up'))) } - -export default { - writeFile, - writeFileSync, - isFileExist, - removeFile -} diff --git a/packages/core/src/utils/getSeconds.ts b/packages/utils/src/getSeconds.ts similarity index 100% rename from packages/core/src/utils/getSeconds.ts rename to packages/utils/src/getSeconds.ts diff --git a/packages/core/src/utils/isWin32.ts b/packages/utils/src/isWin32.ts similarity index 100% rename from packages/core/src/utils/isWin32.ts rename to packages/utils/src/isWin32.ts diff --git a/packages/utils/src/lang.ts b/packages/utils/src/lang.ts new file mode 100644 index 000000000..03487261f --- /dev/null +++ b/packages/utils/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from './local' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/core/src/utils/local.ts b/packages/utils/src/local.ts similarity index 97% rename from packages/core/src/utils/local.ts rename to packages/utils/src/local.ts index 726ddb295..d673ac68f 100644 --- a/packages/core/src/utils/local.ts +++ b/packages/utils/src/local.ts @@ -1,5 +1,5 @@ import { get } from 'lodash-unified' -import { type Language } from '#lib/locales/index' +import { type Language } from './locales' export type TranslatorOption = Record export type Translator = (path: string, option?: TranslatorOption) => string diff --git a/packages/utils/src/locales/en-US.ts b/packages/utils/src/locales/en-US.ts new file mode 100644 index 000000000..f51dff7ee --- /dev/null +++ b/packages/utils/src/locales/en-US.ts @@ -0,0 +1,12 @@ +export default { + name: 'en-US', + 'File write error': 'File write error', + 'Processing: {something}': 'Processing: {something}', + '{name} deleted': '{name} deleted', + 'Cleaned up': 'Cleaned up', + '{name} not found': '{name} not found', + 'Please configure the message sending api template address': + 'Please configure the message sending api template address', + 'An error occurred': 'An error occurred', + 'Gitmars package cache file': 'Gitmars package cache file' +} diff --git a/packages/utils/src/locales/index.ts b/packages/utils/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/utils/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/utils/src/locales/zh-CN.ts b/packages/utils/src/locales/zh-CN.ts new file mode 100644 index 000000000..8be9c0e18 --- /dev/null +++ b/packages/utils/src/locales/zh-CN.ts @@ -0,0 +1,11 @@ +export default { + name: 'zh-CN', + 'File write error': '文件写入错误', + 'Processing: {something}': '正在处理:{something}', + '{name} deleted': '{name}已删除', + 'Cleaned up': '清理完毕', + '{name} not found': '{name}未找到', + 'Please configure the message sending api template address': '请配置消息发送api模板地址', + 'An error occurred': '出错了', + 'Gitmars package cache file': 'Gitmars包缓存文件' +} diff --git a/packages/core/src/utils/message.ts b/packages/utils/src/message.ts similarity index 80% rename from packages/core/src/utils/message.ts rename to packages/utils/src/message.ts index 12c3eb07a..bf67a3461 100644 --- a/packages/core/src/utils/message.ts +++ b/packages/utils/src/message.ts @@ -1,11 +1,9 @@ import sh from 'shelljs' import chalk from 'chalk' import { mapTemplate } from 'js-cool' -import getGitConfig from '#lib/git/getGitConfig' -import getGitRevParse from '#lib/git/getGitRevParse' -import sendGroupMessage from '#lib/sendGroupMessage' -import getConfig from '#lib/getConfig' -import lang from '#lib/lang' +import { getGitConfig, getGitRevParse } from '@gitmars/git' +import { getConfig, sendGroupMessage } from '@gitmars/core' +import lang from './lang' const { t } = lang @@ -61,8 +59,3 @@ export async function postMessage(msg = ''): Promise { }) message && (await sendGroupMessage(message)) } - -export default { - getMessage, - postMessage -} diff --git a/packages/core/src/utils/paths.ts b/packages/utils/src/paths.ts similarity index 100% rename from packages/core/src/utils/paths.ts rename to packages/utils/src/paths.ts diff --git a/packages/core/src/utils/pkgInfo.ts b/packages/utils/src/pkgInfo.ts similarity index 80% rename from packages/core/src/utils/pkgInfo.ts rename to packages/utils/src/pkgInfo.ts index c7a78e321..e6887dae3 100644 --- a/packages/core/src/utils/pkgInfo.ts +++ b/packages/utils/src/pkgInfo.ts @@ -1,11 +1,11 @@ import { resolve } from 'path' import { createRequire } from 'node:module' import { getProperty } from 'js-cool' -import { spawnSync } from '#lib/spawn' -import { isCacheExpired, updateCacheTime } from '#lib/cache/cache' -import { CACHE_PATH } from '#lib/utils/paths' -import { isFileExist, removeFile, writeFile } from '#lib/utils/file' -import lang from '#lib/lang' +import { spawnSync } from '@gitmars/core' +import { isCacheExpired, updateCacheTime } from '@gitmars/cache' +import { CACHE_PATH } from './paths' +import { isFileExist, removeFile, writeFile } from './file' +import lang from './lang' const { t } = lang const require = createRequire(import.meta.url) @@ -46,8 +46,3 @@ export function cleanPkgInfo() { url: resolve(CACHE_PATH + 'packageInfo.json') }) } - -export default { - getPkgInfo, - cleanPkgInfo -} diff --git a/packages/core/src/utils/readPkg.ts b/packages/utils/src/readPkg.ts similarity index 89% rename from packages/core/src/utils/readPkg.ts rename to packages/utils/src/readPkg.ts index 8f2e4a0b5..29d544258 100644 --- a/packages/core/src/utils/readPkg.ts +++ b/packages/utils/src/readPkg.ts @@ -12,8 +12,8 @@ import { readFileSync } from 'fs' import { resolve } from 'path' -import type { AnyObject } from '../../typings/core' -import getGitRevParse from '#lib/git/getGitRevParse' +import { getGitRevParse } from '@gitmars/git' +import type { AnyObject } from './types' /** * 读取配置 diff --git a/packages/core/src/utils/stringify.ts b/packages/utils/src/stringify.ts similarity index 90% rename from packages/core/src/utils/stringify.ts rename to packages/utils/src/stringify.ts index 9891cfa75..c2684713a 100644 --- a/packages/core/src/utils/stringify.ts +++ b/packages/utils/src/stringify.ts @@ -1,4 +1,4 @@ -import isWin32 from '#lib/utils/isWin32' +import isWin32 from './isWin32' const NEED_STRINGIFY: string[] = ['^', '&'] diff --git a/packages/utils/src/types.ts b/packages/utils/src/types.ts new file mode 100644 index 000000000..2d651d27c --- /dev/null +++ b/packages/utils/src/types.ts @@ -0,0 +1,17 @@ +export type AnyObject = Record + +export interface AnyFunction extends AnyObject { + (...args: any[]): any +} + +export interface GitmarsOptionArgsType { + required: boolean + name: string + variadic: boolean + validator?(val: string, opts: object, cb: Function): void + transformer?(val: string, answers: object, flags: object, options: GitmarsOptionArgsType): void + description?: string + defaultValue?: any + options?: Array + value?: string +} diff --git a/packages/core/src/utils/unicode.ts b/packages/utils/src/unicode.ts similarity index 90% rename from packages/core/src/utils/unicode.ts rename to packages/utils/src/unicode.ts index c55dcde2d..2e862c4c6 100644 --- a/packages/core/src/utils/unicode.ts +++ b/packages/utils/src/unicode.ts @@ -22,8 +22,3 @@ export function decodeUnicode(str: string): string { str = str.replace(/\\/g, '%') return unescape(str) } - -export default { - encodeUnicode, - decodeUnicode -} diff --git a/packages/utils/tsconfig.json b/packages/utils/tsconfig.json new file mode 100644 index 000000000..5c453cfee --- /dev/null +++ b/packages/utils/tsconfig.json @@ -0,0 +1,19 @@ +{ + "extends": "../../tsconfig.json", + "exclude": ["**/__tests__"], + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/utils/typedoc.js b/packages/utils/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/utils/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 98e1f2d2e..7db305173 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,12 @@ packages: + - packages/api + - packages/build + - packages/cache - packages/core + - packages/git + - packages/go + - packages/hook + - packages/shell + - packages/utils - packages/docs - packages/gitmars From a39a748574b29bfaad72e793776b06aa8077300c Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 17 Mar 2024 23:21:32 +0800 Subject: [PATCH 02/52] release v6.4.0 --- packages/core/src/locales/index.ts | 4 ++-- packages/core/src/versionControl.ts | 2 +- packages/utils/src/local.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/core/src/locales/index.ts b/packages/core/src/locales/index.ts index 29486ce98..19436241b 100644 --- a/packages/core/src/locales/index.ts +++ b/packages/core/src/locales/index.ts @@ -1,5 +1,5 @@ -export { default as zhCN } from '#lib/locales/zh-CN' -export { default as enUS } from '#lib/locales/en-US' +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' export interface TranslatePair { [key: string]: string | string[] | TranslatePair diff --git a/packages/core/src/versionControl.ts b/packages/core/src/versionControl.ts index 0286eb4cb..e041e0c27 100644 --- a/packages/core/src/versionControl.ts +++ b/packages/core/src/versionControl.ts @@ -5,7 +5,7 @@ import semverDiff from 'semver-diff' // import { version } from '../package.json' assert { type: 'json' } import { debug, getPkgInfo } from '@gitmars/utils' import type { VersionControlType } from './types' -import lang from '#lib/lang' +import lang from './lang' const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/utils/src/local.ts b/packages/utils/src/local.ts index d673ac68f..422e6cb4d 100644 --- a/packages/utils/src/local.ts +++ b/packages/utils/src/local.ts @@ -34,7 +34,7 @@ export const useLocale = (locale: Language): LocaleContext => { } // import { get } from 'lodash-unified' -// import { type Language } from '#lib/locales/index' +// import { type Language } from './locales/index' // export type TranslatorOption = Record // export type Translator = (path: string, option?: TranslatorOption) => string From 9d94f03d4ff803eafc3e7e312e47afafd6887bb9 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 17 Mar 2024 23:23:24 +0800 Subject: [PATCH 03/52] the next gitmars --- pnpm-lock.yaml | 644 ++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 560 insertions(+), 84 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c75d5f6a7..2aaf716a2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -169,8 +169,386 @@ importers: specifier: ^7.2.3 version: 7.2.3 + packages/api: + dependencies: + '@gitmars/core': + specifier: workspace:* + version: link:../core + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + '@jssj/request': + specifier: ^1.1.0 + version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + chalk: + specifier: ^4.1.2 + version: 4.1.2 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + + packages/build: + dependencies: + '@gitmars/core': + specifier: workspace:* + version: link:../core + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + '@jssj/request': + specifier: ^1.1.0 + version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + chalk: + specifier: ^4.1.2 + version: 4.1.2 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + node-apollo: + specifier: ^1.2.1 + version: 1.2.1 + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + + packages/cache: + dependencies: + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + packages/core: dependencies: + '@gitmars/build': + specifier: workspace:* + version: link:../build + '@gitmars/cache': + specifier: workspace:* + version: link:../cache + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + '@jssj/request': + specifier: ^1.1.0 + version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + chalk: + specifier: ^4.1.2 + version: 4.1.2 + cosmiconfig: + specifier: ^9.0.0 + version: 9.0.0(typescript@5.3.3) + cross-spawn: + specifier: ^7.0.3 + version: 7.0.3 + js-cool: + specifier: ^5.18.1 + version: 5.18.1 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + ora: + specifier: ^5.4.1 + version: 5.4.1 + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + semver-diff: + specifier: ^4.0.0 + version: 4.0.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/cross-spawn': + specifier: ^6.0.6 + version: 6.0.6 + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + + packages/docs: + dependencies: + js-cool: + specifier: ^5.18.1 + version: 5.18.1 + devDependencies: + '@eslint-sets/eslint-config-vue3': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/markdown-it': + specifier: ^13.0.7 + version: 13.0.7 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + markdown-it: + specifier: ^14.0.0 + version: 14.0.0 + markdown-it-anchor: + specifier: ^8.6.7 + version: 8.6.7(@types/markdown-it@13.0.7)(markdown-it@14.0.0) + markdown-it-container: + specifier: ^4.0.0 + version: 4.0.0 + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + vitepress: + specifier: 1.0.0-rc.44 + version: 1.0.0-rc.44(@types/node@20.11.24)(postcss@8.4.33)(search-insights@2.6.0)(typescript@5.3.3) + + packages/git: + dependencies: + '@gitmars/core': + specifier: workspace:* + version: link:../core + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + chalk: + specifier: ^4.1.2 + version: 4.1.2 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + slash: + specifier: ^3.0.0 + version: 3.0.0 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + + packages/gitmars: + dependencies: + '@gitmars/core': + specifier: workspace:* + version: link:../core '@jssj/request': specifier: ^1.1.0 version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) @@ -219,9 +597,6 @@ importers: os-lang: specifier: ^3.2.0 version: 3.2.0 - semver-diff: - specifier: ^4.0.0 - version: 4.0.0 shelljs: specifier: ^0.8.5 version: 0.8.5 @@ -232,12 +607,70 @@ importers: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/columnify': + specifier: ^1.5.4 + version: 1.5.4 '@types/cross-spawn': specifier: ^6.0.6 version: 6.0.6 - '@types/debug': - specifier: ^4.1.12 - version: 4.1.12 + '@types/inquirer': + specifier: ^8.2.6 + version: 8.2.6 + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + + packages/go: + dependencies: + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + chalk: + specifier: ^4.1.2 + version: 4.1.2 + inquirer: + specifier: ^8.2.5 + version: 8.2.5 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) '@types/inquirer': specifier: ^8.2.6 version: 8.2.6 @@ -272,33 +705,60 @@ importers: specifier: ^5.3.3 version: 5.3.3 - packages/docs: + packages/hook: dependencies: + '@gitmars/core': + specifier: workspace:* + version: link:../core + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/utils': + specifier: workspace:* + version: link:../utils + chalk: + specifier: ^4.1.2 + version: 4.1.2 + ci-info: + specifier: ^4.0.0 + version: 4.0.0 js-cool: specifier: ^5.18.1 version: 5.18.1 + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 devDependencies: - '@eslint-sets/eslint-config-vue3': + '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@types/markdown-it': - specifier: ^13.0.7 - version: 13.0.7 + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 '@types/node': specifier: ^20.11.24 version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: + specifier: ^7.0.3 + version: 7.0.3 eslint: specifier: ^8.57.0 version: 8.57.0 - markdown-it: - specifier: ^14.0.0 - version: 14.0.0 - markdown-it-anchor: - specifier: ^8.6.7 - version: 8.6.7(@types/markdown-it@13.0.7)(markdown-it@14.0.0) - markdown-it-container: - specifier: ^4.0.0 - version: 4.0.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -311,45 +771,85 @@ importers: typescript: specifier: ^5.3.3 version: 5.3.3 - vitepress: - specifier: 1.0.0-rc.44 - version: 1.0.0-rc.44(@types/node@20.11.24)(postcss@8.4.33)(search-insights@2.6.0)(typescript@5.3.3) - packages/gitmars: + packages/shell: dependencies: '@gitmars/core': specifier: workspace:* version: link:../core + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/utils': + specifier: workspace:* + version: link:../utils '@jssj/request': specifier: ^1.1.0 version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) chalk: specifier: ^4.1.2 version: 4.1.2 - ci-info: - specifier: ^4.0.0 - version: 4.0.0 - columnify: - specifier: ^1.6.0 - version: 1.6.0 - commander: - specifier: ^11.1.0 - version: 11.1.0 - cosmiconfig: - specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) - cross-spawn: + lodash-es: + specifier: ^4.17.21 + version: 4.17.21 + lodash-unified: + specifier: ^1.0.3 + version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + os-lang: + specifier: ^3.2.0 + version: 3.2.0 + shelljs: + specifier: ^0.8.5 + version: 0.8.5 + devDependencies: + '@eslint-sets/eslint-config-ts': + specifier: ^5.12.0 + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/lodash-es': + specifier: ^4.17.12 + version: 4.17.12 + '@types/node': + specifier: ^20.11.24 + version: 20.11.24 + '@types/shelljs': + specifier: ^0.8.15 + version: 0.8.15 + cross-env: specifier: ^7.0.3 version: 7.0.3 - dayjs: - specifier: ^1.11.10 - version: 1.11.10 + eslint: + specifier: ^8.57.0 + version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) + prettier: + specifier: ^3.2.5 + version: 3.2.5 + prettier-config-common: + specifier: ^1.4.0 + version: 1.4.0 + tsnd: + specifier: ^1.1.0 + version: 1.1.0 + typescript: + specifier: ^5.3.3 + version: 5.3.3 + + packages/utils: + dependencies: + '@gitmars/core': + specifier: workspace:* + version: link:../core + '@gitmars/git': + specifier: workspace:* + version: link:../git + chalk: + specifier: ^4.1.2 + version: 4.1.2 debug: specifier: ^4.3.4 version: 4.3.4 - inquirer: - specifier: ^8.2.5 - version: 8.2.5 js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -359,9 +859,6 @@ importers: lodash-unified: specifier: ^1.0.3 version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) - node-apollo: - specifier: ^1.2.1 - version: 1.2.1 ora: specifier: ^5.4.1 version: 5.4.1 @@ -371,22 +868,13 @@ importers: shelljs: specifier: ^0.8.5 version: 0.8.5 - slash: - specifier: ^3.0.0 - version: 3.0.0 devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@types/columnify': - specifier: ^1.5.4 - version: 1.5.4 - '@types/cross-spawn': - specifier: ^6.0.6 - version: 6.0.6 - '@types/inquirer': - specifier: ^8.2.6 - version: 8.2.6 + '@types/debug': + specifier: ^4.1.12 + version: 4.1.12 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -402,6 +890,9 @@ importers: eslint: specifier: ^8.57.0 version: 8.57.0 + madge: + specifier: ^6.1.0 + version: 6.1.0(typescript@5.3.3) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -2721,7 +3212,7 @@ packages: graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 - semver: 7.5.4 + semver: 7.6.0 ts-api-utils: 1.0.1(typescript@5.3.3) typescript: 5.3.3 transitivePeerDependencies: @@ -3185,6 +3676,7 @@ packages: resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /acorn@8.11.2: resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} @@ -3196,7 +3688,6 @@ packages: resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} engines: {node: '>=0.4.0'} hasBin: true - dev: true /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} @@ -4555,7 +5046,7 @@ packages: dependencies: debug: 4.3.4 is-url: 1.2.4 - postcss: 8.4.31 + postcss: 8.4.35 postcss-values-parser: 2.0.1 transitivePeerDependencies: - supports-color @@ -4566,8 +5057,8 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dependencies: is-url: 1.2.4 - postcss: 8.4.31 - postcss-values-parser: 6.0.2(postcss@8.4.31) + postcss: 8.4.35 + postcss-values-parser: 6.0.2(postcss@8.4.35) dev: true /detective-sass@3.0.2: @@ -5511,7 +6002,7 @@ packages: read-pkg-up: 7.0.1 regexp-tree: 0.1.24 safe-regex: 2.1.1 - semver: 7.5.4 + semver: 7.6.0 strip-indent: 3.0.0 dev: true @@ -8110,12 +8601,6 @@ packages: thenify-all: 1.6.0 dev: false - /nanoid@3.3.6: - resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true - /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} @@ -8230,7 +8715,7 @@ packages: resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} engines: {node: '>=6.0'} dependencies: - '@babel/parser': 7.22.10 + '@babel/parser': 7.24.0 dev: true /node-source-walk@5.0.1: @@ -8972,7 +9457,7 @@ packages: debug: 4.3.4 fast-diff: 1.2.0 lodash.sortedlastindex: 4.1.0 - postcss: 8.4.33 + postcss: 8.4.35 stylus: 0.57.0 transitivePeerDependencies: - supports-color @@ -8987,7 +9472,7 @@ packages: uniq: 1.0.1 dev: true - /postcss-values-parser@6.0.2(postcss@8.4.31): + /postcss-values-parser@6.0.2(postcss@8.4.35): resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} engines: {node: '>=10'} peerDependencies: @@ -8995,19 +9480,10 @@ packages: dependencies: color-name: 1.1.4 is-url-superb: 4.0.0 - postcss: 8.4.31 + postcss: 8.4.35 quote-unquote: 1.0.0 dev: true - /postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /postcss@8.4.33: resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==} engines: {node: ^10 || ^12 || >=14} @@ -11184,7 +11660,7 @@ packages: deprecated: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. hasBin: true dependencies: - acorn: 8.10.0 + acorn: 8.11.3 acorn-walk: 8.2.0 dev: false From 657542a3be2837c246130fa9d5696aed5a9f3ecc Mon Sep 17 00:00:00 2001 From: saqqdy Date: Mon, 18 Mar 2024 13:03:54 +0800 Subject: [PATCH 04/52] the next gitmars --- .gitignore | 4 +- packages/gitmars/package.json | 7 ++ packages/gitmars/src/common/global.ts | 2 +- packages/gitmars/src/common/local.ts | 4 +- packages/gitmars/src/conf/admin.ts | 4 +- packages/gitmars/src/conf/alias.ts | 4 +- packages/gitmars/src/conf/approve.ts | 4 +- packages/gitmars/src/conf/branch.ts | 4 +- packages/gitmars/src/conf/build.ts | 4 +- packages/gitmars/src/conf/clean.ts | 4 +- packages/gitmars/src/conf/cleanbranch.ts | 4 +- packages/gitmars/src/conf/combine.ts | 4 +- packages/gitmars/src/conf/continue.ts | 4 +- packages/gitmars/src/conf/copy.ts | 4 +- packages/gitmars/src/conf/end.ts | 4 +- packages/gitmars/src/conf/get.ts | 4 +- packages/gitmars/src/conf/go.ts | 4 +- packages/gitmars/src/conf/hook.ts | 4 +- packages/gitmars/src/conf/install.ts | 4 +- packages/gitmars/src/conf/link.ts | 4 +- packages/gitmars/src/conf/log.ts | 4 +- packages/gitmars/src/conf/postmsg.ts | 4 +- packages/gitmars/src/conf/redo.ts | 4 +- packages/gitmars/src/conf/revert.ts | 4 +- packages/gitmars/src/conf/review.ts | 4 +- packages/gitmars/src/conf/run.ts | 4 +- packages/gitmars/src/conf/save.ts | 4 +- packages/gitmars/src/conf/start.ts | 4 +- packages/gitmars/src/conf/status.ts | 4 +- packages/gitmars/src/conf/suggest.ts | 4 +- packages/gitmars/src/conf/undo.ts | 4 +- packages/gitmars/src/conf/unlink.ts | 4 +- packages/gitmars/src/conf/update.ts | 4 +- packages/gitmars/src/conf/upgrade.ts | 4 +- packages/gitmars/src/gitm-admin.ts | 25 ++++--- packages/gitmars/src/gitm-alias.ts | 9 +-- packages/gitmars/src/gitm-approve.ts | 21 +++--- packages/gitmars/src/gitm-branch.ts | 12 ++- packages/gitmars/src/gitm-build.ts | 10 +-- packages/gitmars/src/gitm-clean.ts | 17 ++--- packages/gitmars/src/gitm-cleanbranch.ts | 23 +++--- packages/gitmars/src/gitm-combine.ts | 31 ++++---- packages/gitmars/src/gitm-config.ts | 11 ++- packages/gitmars/src/gitm-continue.ts | 13 ++-- packages/gitmars/src/gitm-copy.ts | 31 ++++---- packages/gitmars/src/gitm-end.ts | 32 ++++---- packages/gitmars/src/gitm-get.ts | 12 ++- packages/gitmars/src/gitm-go.ts | 12 +-- packages/gitmars/src/gitm-hook.ts | 28 +++---- packages/gitmars/src/gitm-init.ts | 9 +-- packages/gitmars/src/gitm-install.ts | 11 ++- packages/gitmars/src/gitm-link.ts | 10 +-- packages/gitmars/src/gitm-log.ts | 12 ++- packages/gitmars/src/gitm-permission.ts | 7 +- packages/gitmars/src/gitm-postmsg.ts | 10 +-- packages/gitmars/src/gitm-redo.ts | 16 ++-- packages/gitmars/src/gitm-revert.ts | 12 +-- packages/gitmars/src/gitm-review.ts | 12 ++- packages/gitmars/src/gitm-run.ts | 10 +-- packages/gitmars/src/gitm-save.ts | 13 ++-- packages/gitmars/src/gitm-start.ts | 15 ++-- packages/gitmars/src/gitm-status.ts | 13 ++-- packages/gitmars/src/gitm-suggest.ts | 10 +-- packages/gitmars/src/gitm-undo.ts | 25 ++----- packages/gitmars/src/gitm-unlink.ts | 10 +-- packages/gitmars/src/gitm-update.ts | 27 +++---- packages/gitmars/src/gitm-upgrade.ts | 10 +-- packages/gitmars/src/gitm.ts | 6 +- packages/gitmars/src/go/index.ts | 47 ++++++------ packages/gitmars/src/locales/index.ts | 4 +- .../{typings/gitmars.d.ts => src/types.ts} | 2 - pnpm-lock.yaml | 75 +++++++++++++++---- 72 files changed, 404 insertions(+), 386 deletions(-) rename packages/gitmars/{typings/gitmars.d.ts => src/types.ts} (99%) diff --git a/.gitignore b/.gitignore index 950bca059..d449a5e33 100644 --- a/.gitignore +++ b/.gitignore @@ -46,8 +46,8 @@ yarn-error.log* *.njsproj *.sln *.sw* -**/cache/* -!**/cache/.gitkeep +**/cache/cache/* +!**/cache/cache/.gitkeep stats.html #Electron-builder output diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index c2031b0ff..b78d42b5c 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -53,7 +53,14 @@ "typings": "typings" }, "dependencies": { + "@gitmars/api": "workspace:*", + "@gitmars/build": "workspace:*", "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", + "@gitmars/go": "workspace:*", + "@gitmars/hook": "workspace:*", + "@gitmars/shell": "workspace:*", + "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", "ci-info": "^4.0.0", diff --git a/packages/gitmars/src/common/global.ts b/packages/gitmars/src/common/global.ts index 339662fab..49b1a0774 100644 --- a/packages/gitmars/src/common/global.ts +++ b/packages/gitmars/src/common/global.ts @@ -1,4 +1,4 @@ -import lang from '#lib/common/local' +import lang from '../common/local' const { t } = lang diff --git a/packages/gitmars/src/common/local.ts b/packages/gitmars/src/common/local.ts index 8f8430fb7..710cff4bb 100644 --- a/packages/gitmars/src/common/local.ts +++ b/packages/gitmars/src/common/local.ts @@ -1,6 +1,6 @@ import { osLangSync } from 'os-lang' -import { type LocaleContext, useLocale } from '@gitmars/core/lib/utils/local' -import * as languages from '#lib/locales/index' +import { type LocaleContext, useLocale } from '@gitmars/utils' +import * as languages from '../locales/index' export type LanguageType = Exclude diff --git a/packages/gitmars/src/conf/admin.ts b/packages/gitmars/src/conf/admin.ts index 1f4a3dfe3..4e9b63fed 100644 --- a/packages/gitmars/src/conf/admin.ts +++ b/packages/gitmars/src/conf/admin.ts @@ -1,5 +1,5 @@ -import type { GitmarsMultiOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsMultiOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsMultiOptionType = { diff --git a/packages/gitmars/src/conf/alias.ts b/packages/gitmars/src/conf/alias.ts index 126baacba..7519f18e8 100644 --- a/packages/gitmars/src/conf/alias.ts +++ b/packages/gitmars/src/conf/alias.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/approve.ts b/packages/gitmars/src/conf/approve.ts index 3968235c5..e99e49cf1 100644 --- a/packages/gitmars/src/conf/approve.ts +++ b/packages/gitmars/src/conf/approve.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/branch.ts b/packages/gitmars/src/conf/branch.ts index 59114ab9c..b9ac94381 100644 --- a/packages/gitmars/src/conf/branch.ts +++ b/packages/gitmars/src/conf/branch.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/build.ts b/packages/gitmars/src/conf/build.ts index bc2497df5..79176f043 100644 --- a/packages/gitmars/src/conf/build.ts +++ b/packages/gitmars/src/conf/build.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/clean.ts b/packages/gitmars/src/conf/clean.ts index 06c8c6e38..c7720139e 100644 --- a/packages/gitmars/src/conf/clean.ts +++ b/packages/gitmars/src/conf/clean.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/cleanbranch.ts b/packages/gitmars/src/conf/cleanbranch.ts index 3708c2899..78ad45daa 100644 --- a/packages/gitmars/src/conf/cleanbranch.ts +++ b/packages/gitmars/src/conf/cleanbranch.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/combine.ts b/packages/gitmars/src/conf/combine.ts index c79c77642..0c65b9263 100644 --- a/packages/gitmars/src/conf/combine.ts +++ b/packages/gitmars/src/conf/combine.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/continue.ts b/packages/gitmars/src/conf/continue.ts index d1675563c..db3b73ba9 100644 --- a/packages/gitmars/src/conf/continue.ts +++ b/packages/gitmars/src/conf/continue.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/copy.ts b/packages/gitmars/src/conf/copy.ts index f5e3772ed..6db35b50c 100644 --- a/packages/gitmars/src/conf/copy.ts +++ b/packages/gitmars/src/conf/copy.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/end.ts b/packages/gitmars/src/conf/end.ts index 6b996d3cf..4eaf105d4 100644 --- a/packages/gitmars/src/conf/end.ts +++ b/packages/gitmars/src/conf/end.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/get.ts b/packages/gitmars/src/conf/get.ts index 405d9df13..d7824c295 100644 --- a/packages/gitmars/src/conf/get.ts +++ b/packages/gitmars/src/conf/get.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/go.ts b/packages/gitmars/src/conf/go.ts index cef0ad610..157d10474 100644 --- a/packages/gitmars/src/conf/go.ts +++ b/packages/gitmars/src/conf/go.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/hook.ts b/packages/gitmars/src/conf/hook.ts index 1b4bcfb56..c5d94a17a 100644 --- a/packages/gitmars/src/conf/hook.ts +++ b/packages/gitmars/src/conf/hook.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/install.ts b/packages/gitmars/src/conf/install.ts index 27db18610..a5f9dd6c4 100644 --- a/packages/gitmars/src/conf/install.ts +++ b/packages/gitmars/src/conf/install.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/link.ts b/packages/gitmars/src/conf/link.ts index f70d16b3a..513deaaae 100644 --- a/packages/gitmars/src/conf/link.ts +++ b/packages/gitmars/src/conf/link.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/log.ts b/packages/gitmars/src/conf/log.ts index 0caea4347..906d6adf0 100644 --- a/packages/gitmars/src/conf/log.ts +++ b/packages/gitmars/src/conf/log.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/postmsg.ts b/packages/gitmars/src/conf/postmsg.ts index 83aefa560..899197f06 100644 --- a/packages/gitmars/src/conf/postmsg.ts +++ b/packages/gitmars/src/conf/postmsg.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/redo.ts b/packages/gitmars/src/conf/redo.ts index 0338fb1d6..deeeb20ce 100644 --- a/packages/gitmars/src/conf/redo.ts +++ b/packages/gitmars/src/conf/redo.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/revert.ts b/packages/gitmars/src/conf/revert.ts index 25e2806ee..499ae1694 100644 --- a/packages/gitmars/src/conf/revert.ts +++ b/packages/gitmars/src/conf/revert.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/review.ts b/packages/gitmars/src/conf/review.ts index 6580597cd..3a2fcda06 100644 --- a/packages/gitmars/src/conf/review.ts +++ b/packages/gitmars/src/conf/review.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/run.ts b/packages/gitmars/src/conf/run.ts index 3214d87e4..b765c55bb 100644 --- a/packages/gitmars/src/conf/run.ts +++ b/packages/gitmars/src/conf/run.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/save.ts b/packages/gitmars/src/conf/save.ts index 2f0ac3ccd..114268c17 100644 --- a/packages/gitmars/src/conf/save.ts +++ b/packages/gitmars/src/conf/save.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/start.ts b/packages/gitmars/src/conf/start.ts index ac025fb0b..c0ecc3189 100644 --- a/packages/gitmars/src/conf/start.ts +++ b/packages/gitmars/src/conf/start.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/status.ts b/packages/gitmars/src/conf/status.ts index d1618ff36..f9a38f1f9 100644 --- a/packages/gitmars/src/conf/status.ts +++ b/packages/gitmars/src/conf/status.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' // const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/suggest.ts b/packages/gitmars/src/conf/suggest.ts index c1a32b6e5..9c50cd089 100644 --- a/packages/gitmars/src/conf/suggest.ts +++ b/packages/gitmars/src/conf/suggest.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' // const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/undo.ts b/packages/gitmars/src/conf/undo.ts index 132a574b7..3e4f4b5b6 100644 --- a/packages/gitmars/src/conf/undo.ts +++ b/packages/gitmars/src/conf/undo.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/unlink.ts b/packages/gitmars/src/conf/unlink.ts index 19809be8c..f61964886 100644 --- a/packages/gitmars/src/conf/unlink.ts +++ b/packages/gitmars/src/conf/unlink.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/update.ts b/packages/gitmars/src/conf/update.ts index beacca659..9385167da 100644 --- a/packages/gitmars/src/conf/update.ts +++ b/packages/gitmars/src/conf/update.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/conf/upgrade.ts b/packages/gitmars/src/conf/upgrade.ts index b858270b9..cd23c3cb1 100644 --- a/packages/gitmars/src/conf/upgrade.ts +++ b/packages/gitmars/src/conf/upgrade.ts @@ -1,5 +1,5 @@ -import type { GitmarsOptionType } from '../../typings/gitmars' -// import lang from '#lib/common/local' +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' const t = (txt: string) => txt export const cmdConfig: GitmarsOptionType = { diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts index cf2886c88..61394c4b5 100755 --- a/packages/gitmars/src/gitm-admin.ts +++ b/packages/gitmars/src/gitm-admin.ts @@ -3,18 +3,19 @@ import { createRequire } from 'node:module' import { Command } from 'commander' import chalk from 'chalk' import { getType } from 'js-cool' -import getUserInfo from '@gitmars/core/lib/api/getUserInfo' +import { getUserInfo } from '@gitmars/api' import { queue } from '@gitmars/core/lib/queue' -import getIsBranchOrCommitExist from '@gitmars/core/lib/git/getIsBranchOrCommitExist' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getGitConfig from '@gitmars/core/lib/git/getGitConfig' -import getIsMergedTargetBranch from '@gitmars/core/lib/git/getIsMergedTargetBranch' -import checkGitStatus from '@gitmars/core/lib/git/checkGitStatus' -import fetch from '@gitmars/core/lib/git/fetch' -import { createArgs } from '@gitmars/core/lib/utils/command' +import { + checkGitStatus, + fetch, + getCurrentBranch, + getGitConfig, + getIsBranchOrCommitExist, + getIsGitProject, + getIsMergedTargetBranch +} from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' import { spawnSync } from '@gitmars/core/lib/spawn' -import echo from '@gitmars/core/lib/utils/echo' import getConfig from '@gitmars/core/lib/getConfig' import type { CommandType, @@ -22,8 +23,8 @@ import type { GitmarsMainBranchType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import adminConfig from '#lib/conf/admin' +import lang from './common/local' +import adminConfig from './conf/admin' const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/gitmars/src/gitm-alias.ts b/packages/gitmars/src/gitm-alias.ts index 14a8db658..d64d8eeaf 100644 --- a/packages/gitmars/src/gitm-alias.ts +++ b/packages/gitmars/src/gitm-alias.ts @@ -1,12 +1,11 @@ #!/usr/bin/env ts-node import { program } from 'commander' import chalk from 'chalk' -import { createArgs } from '@gitmars/core/lib/utils/command' +import { createArgs, echo } from '@gitmars/utils' import { spawnSync } from '@gitmars/core/lib/spawn' -import echo from '@gitmars/core/lib/utils/echo' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import aliasConfig from '#lib/conf/alias' -import lang from '#lib/common/local' +import type { GitmarsOptionOptionsType } from './types' +import aliasConfig from './conf/alias' +import lang from './common/local' const { t } = lang const { red } = chalk diff --git a/packages/gitmars/src/gitm-approve.ts b/packages/gitmars/src/gitm-approve.ts index af7c767e4..95ed93622 100755 --- a/packages/gitmars/src/gitm-approve.ts +++ b/packages/gitmars/src/gitm-approve.ts @@ -3,24 +3,21 @@ import { program } from 'commander' import dayjs from 'dayjs' import inquirer from 'inquirer' import chalk from 'chalk' -import getUserInfo from '@gitmars/core/lib/api/getUserInfo' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitConfig from '@gitmars/core/lib/git/getGitConfig' -import sendGroupMessage from '@gitmars/core/lib/sendGroupMessage' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' -import getConfig from '@gitmars/core/lib/getConfig' import { acceptMergeRequest, deleteMergeRequest, getMergeRequestChanges, getMergeRequestList, + getMergeRequestNotesList, + getUserInfo, updateMergeRequest -} from '@gitmars/core/lib/api/mergeRequest' -import { getMergeRequestNotesList } from '@gitmars/core/lib/api/mergeRequestNotes' -import type { FetchDataType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import approveConfig from '#lib/conf/approve' +} from '@gitmars/api' +import { getGitConfig, getIsGitProject } from '@gitmars/git' +import { getConfig, sendGroupMessage } from '@gitmars/core' +import { createArgs, echo } from '@gitmars/utils' +import type { FetchDataType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import approveConfig from './conf/approve' const { t } = lang const { blue, cyan, green, magenta, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-branch.ts b/packages/gitmars/src/gitm-branch.ts index e2b607ff4..e74c1677c 100755 --- a/packages/gitmars/src/gitm-branch.ts +++ b/packages/gitmars/src/gitm-branch.ts @@ -3,13 +3,11 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { queue } from '@gitmars/core/lib/queue' -import searchBranches from '@gitmars/core/lib/git/searchBranches' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getIsBranchOrCommitExist from '@gitmars/core/lib/git/getIsBranchOrCommitExist' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { CommandType, GitmarsBranchType, GitmarsOptionOptionsType } from '../typings/gitmars' -import branchConfig from '#lib/conf/branch' -import lang from '#lib/common/local' +import { getIsBranchOrCommitExist, getIsGitProject, searchBranches } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import type { CommandType, GitmarsBranchType, GitmarsOptionOptionsType } from './types' +import branchConfig from './conf/branch' +import lang from './common/local' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 949676afd..fd0d1a10c 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -3,12 +3,12 @@ import { program } from 'commander' import sh from 'shelljs' import inquirer from 'inquirer' import chalk from 'chalk' -import { createArgs } from '@gitmars/core/lib/utils/command' -import runJenkins from '@gitmars/core/lib/build/runJenkins' +import { createArgs } from '@gitmars/utils' +import { runJenkins } from '@gitmars/build' import { type ApolloBranchList } from '@gitmars/build' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import buildConfig from '#lib/conf/build' +import type { GitmarsOptionOptionsType } from '../types' +import lang from './common/local' +import buildConfig from './conf/build' const { t } = lang const { red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-clean.ts b/packages/gitmars/src/gitm-clean.ts index b7934c251..ce224e501 100755 --- a/packages/gitmars/src/gitm-clean.ts +++ b/packages/gitmars/src/gitm-clean.ts @@ -3,16 +3,13 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import inquirer from 'inquirer' -import getGitRevParse from '@gitmars/core/lib/git/getGitRevParse' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import { removeFile } from '@gitmars/core/lib/utils/file' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { cleanCache } from '@gitmars/core/lib/cache/cache' -import { cleanPkgInfo } from '@gitmars/core/lib/utils/pkgInfo' -import { cleanBuildConfig } from '@gitmars/core/lib/build/buildConfig' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import cleanConfig from '#lib/conf/clean' +import { getGitRevParse, getIsGitProject } from '@gitmars/git' +import { cleanPkgInfo, createArgs, removeFile } from '@gitmars/utils' +import { cleanCache } from '@gitmars/cache' +import { cleanBuildConfig } from '@gitmars/build' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import cleanConfig from './conf/clean' sh.config.silent = true diff --git a/packages/gitmars/src/gitm-cleanbranch.ts b/packages/gitmars/src/gitm-cleanbranch.ts index dbd184d27..2413fb85b 100755 --- a/packages/gitmars/src/gitm-cleanbranch.ts +++ b/packages/gitmars/src/gitm-cleanbranch.ts @@ -4,19 +4,20 @@ import chalk from 'chalk' import inquirer from 'inquirer' import ora from 'ora' import { waiting } from 'js-cool' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import searchBranches from '@gitmars/core/lib/git/searchBranches' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getIsMergedTargetBranch from '@gitmars/core/lib/git/getIsMergedTargetBranch' -import getIsBranchOrCommitExist from '@gitmars/core/lib/git/getIsBranchOrCommitExist' -import fetch from '@gitmars/core/lib/git/fetch' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' +import { + fetch, + getCurrentBranch, + getIsBranchOrCommitExist, + getIsGitProject, + getIsMergedTargetBranch, + searchBranches +} from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' import { spawnSync } from '@gitmars/core/lib/spawn' import getConfig from '@gitmars/core/lib/getConfig' -import type { GitmarsBranchType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import cleanbranchConfig from '#lib/conf/cleanbranch' +import type { GitmarsBranchType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import cleanbranchConfig from './conf/cleanbranch' const { t } = lang const { green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index 8a66e9867..2bfc3297e 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -5,21 +5,22 @@ import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getGitConfig from '@gitmars/core/lib/git/getGitConfig' -import getIsMergedTargetBranch from '@gitmars/core/lib/git/getIsMergedTargetBranch' -import getIsUpdatedInTime from '@gitmars/core/lib/git/getIsUpdatedInTime' -import checkGitStatus from '@gitmars/core/lib/git/checkGitStatus' -import searchBranches from '@gitmars/core/lib/git/searchBranches' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { isNeedUpgrade, upgradeGitmars } from '@gitmars/core/lib/versionControl' -import getConfig from '@gitmars/core/lib/getConfig' -import getUserInfo from '@gitmars/core/lib/api/getUserInfo' -import type { CommandType, FetchDataType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import { defaults } from '#lib/common/global' -import combineConfig from '#lib/conf/combine' +import { + checkGitStatus, + getCurrentBranch, + getGitConfig, + getIsGitProject, + getIsMergedTargetBranch, + getIsUpdatedInTime, + searchBranches +} from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import { getConfig, isNeedUpgrade, upgradeGitmars } from '@gitmars/core' +import { getUserInfo } from '@gitmars/api' +import type { CommandType, FetchDataType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import { defaults } from './common/global' +import combineConfig from './conf/combine' const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/gitmars/src/gitm-config.ts b/packages/gitmars/src/gitm-config.ts index 21da4f3cf..0d886f60a 100644 --- a/packages/gitmars/src/gitm-config.ts +++ b/packages/gitmars/src/gitm-config.ts @@ -2,13 +2,12 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitRevParse from '@gitmars/core/lib/git/getGitRevParse' -import { writeFile } from '@gitmars/core/lib/utils/file' -import getConfig from '@gitmars/core/lib/getConfig' +import { getGitRevParse, getIsGitProject } from '@gitmars/git' +import { writeFile } from '@gitmars/utils' +import { getConfig } from '@gitmars/core' import type { GitmarsConfigProperty } from '@gitmars/build' -import lang from '#lib/common/local' -import { defaults } from '#lib/common/global' +import lang from './common/local' +import { defaults } from './common/global' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-continue.ts b/packages/gitmars/src/gitm-continue.ts index 8e160ea3b..31ef8023b 100755 --- a/packages/gitmars/src/gitm-continue.ts +++ b/packages/gitmars/src/gitm-continue.ts @@ -4,13 +4,12 @@ import sh from 'shelljs' import chalk from 'chalk' import inquirer from 'inquirer' import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitStatus from '@gitmars/core/lib/git/getGitStatus' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { cleanCommandCache, getCommandCache } from '@gitmars/core/lib/cache/commandCache' -import type { CommandType, GitmarsOptionOptionsType } from '../typings/gitmars' -import continueConfig from '#lib/conf/continue' -import lang from '#lib/common/local' +import { getGitStatus, getIsGitProject } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import { cleanCommandCache, getCommandCache } from '@gitmars/cache' +import type { CommandType, GitmarsOptionOptionsType } from './types' +import continueConfig from './conf/continue' +import lang from './common/local' const { t } = lang const { green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-copy.ts b/packages/gitmars/src/gitm-copy.ts index d92668b75..390d885b2 100755 --- a/packages/gitmars/src/gitm-copy.ts +++ b/packages/gitmars/src/gitm-copy.ts @@ -4,21 +4,22 @@ import dayjs from 'dayjs' import inquirer from 'inquirer' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import checkGitStatus from '@gitmars/core/lib/git/checkGitStatus' -import fetch from '@gitmars/core/lib/git/fetch' -import prune from '@gitmars/core/lib/git/prune' -import getGitLogs from '@gitmars/core/lib/git/getGitLogs' -import getGitLogsByCommitIDs from '@gitmars/core/lib/git/getGitLogsByCommitIDs' -import searchBranches from '@gitmars/core/lib/git/searchBranches' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' -import type { GitLogKeysType } from '@gitmars/core/typings/core' -import type { CommandType, GitLogsType, GitmarsOptionOptionsType } from '../typings/gitmars' -import copyConfig from '#lib/conf/copy' -import lang from '#lib/common/local' +import { queue } from '@gitmars/core' +import { + checkGitStatus, + fetch, + getCurrentBranch, + getGitLogs, + getGitLogsByCommitIDs, + getIsGitProject, + prune, + searchBranches +} from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' +import type { GitLogKeysType } from '@gitmars/core' +import type { CommandType, GitLogsType, GitmarsOptionOptionsType } from './types' +import copyConfig from './conf/copy' +import lang from './common/local' const { t } = lang const { blue, green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-end.ts b/packages/gitmars/src/gitm-end.ts index d952849d2..94af48ddb 100755 --- a/packages/gitmars/src/gitm-end.ts +++ b/packages/gitmars/src/gitm-end.ts @@ -4,22 +4,22 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getGitConfig from '@gitmars/core/lib/git/getGitConfig' -import getIsMergedTargetBranch from '@gitmars/core/lib/git/getIsMergedTargetBranch' -import getIsBranchOrCommitExist from '@gitmars/core/lib/git/getIsBranchOrCommitExist' -import checkGitStatus from '@gitmars/core/lib/git/checkGitStatus' -import searchBranches from '@gitmars/core/lib/git/searchBranches' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { isNeedUpgrade, upgradeGitmars } from '@gitmars/core/lib/versionControl' -import getConfig from '@gitmars/core/lib/getConfig' -import getUserInfo from '@gitmars/core/lib/api/getUserInfo' -import type { CommandType, FetchDataType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import { defaults } from '#lib/common/global' -import endConfig from '#lib/conf/end' +import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' +import { + checkGitStatus, + getCurrentBranch, + getGitConfig, + getIsBranchOrCommitExist, + getIsGitProject, + getIsMergedTargetBranch, + searchBranches +} from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import { getUserInfo } from '@gitmars/api' +import type { CommandType, FetchDataType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import { defaults } from './common/global' +import endConfig from './conf/end' const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/gitmars/src/gitm-get.ts b/packages/gitmars/src/gitm-get.ts index 3ae3dc0cd..f531de726 100755 --- a/packages/gitmars/src/gitm-get.ts +++ b/packages/gitmars/src/gitm-get.ts @@ -3,13 +3,11 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getStashList from '@gitmars/core/lib/git/getStashList' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import getConfig from '#lib/conf/get' +import { getCurrentBranch, getIsGitProject, getStashList } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import getConfig from './conf/get' const { t } = lang const { red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-go.ts b/packages/gitmars/src/gitm-go.ts index 2f5f3035e..835219072 100755 --- a/packages/gitmars/src/gitm-go.ts +++ b/packages/gitmars/src/gitm-go.ts @@ -4,12 +4,12 @@ import sh from 'shelljs' import chalk from 'chalk' import inquirer from 'inquirer' import { getProperty } from 'js-cool' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import * as commands from '#lib/go/index' -import goConfig from '#lib/conf/go' +import { getCurrentBranch } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import * as commands from './go/index' +import goConfig from './conf/go' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-hook.ts b/packages/gitmars/src/gitm-hook.ts index 86b6980ad..a76e51ed1 100755 --- a/packages/gitmars/src/gitm-hook.ts +++ b/packages/gitmars/src/gitm-hook.ts @@ -2,19 +2,21 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import getBranchesFromID from '@gitmars/core/lib/git/getBranchesFromID' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getIsMergedTargetBranch from '@gitmars/core/lib/git/getIsMergedTargetBranch' -import getIsUpdatedInTime from '@gitmars/core/lib/git/getIsUpdatedInTime' -import getIsMergeAction from '@gitmars/core/lib/git/getIsMergeAction' -import getBehindLogs from '@gitmars/core/lib/git/getBehindLogs' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { init, remove } from '@gitmars/core/lib/hook/index' -import getConfig from '@gitmars/core/lib/getConfig' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import hookConfig from '#lib/conf/hook' +import { + getBehindLogs, + getBranchesFromID, + getCurrentBranch, + getIsGitProject, + getIsMergeAction, + getIsMergedTargetBranch, + getIsUpdatedInTime +} from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import { init, remove } from '@gitmars/hook' +import { getConfig } from '@gitmars/core' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import hookConfig from './conf/hook' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-init.ts b/packages/gitmars/src/gitm-init.ts index af9466642..402be51d0 100755 --- a/packages/gitmars/src/gitm-init.ts +++ b/packages/gitmars/src/gitm-init.ts @@ -4,11 +4,10 @@ import { program } from 'commander' import chalk from 'chalk' import sh from 'shelljs' import inquirer from 'inquirer' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitRevParse from '@gitmars/core/lib/git/getGitRevParse' -import type { InitInquirerPromptType } from '../typings/gitmars' -import lang from '#lib/common/local' -import { defaults } from '#lib/common/global' +import { getGitRevParse, getIsGitProject } from '@gitmars/git' +import type { InitInquirerPromptType } from './types' +import lang from './common/local' +import { defaults } from './common/global' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-install.ts b/packages/gitmars/src/gitm-install.ts index 5f7a279ae..c23f816f2 100644 --- a/packages/gitmars/src/gitm-install.ts +++ b/packages/gitmars/src/gitm-install.ts @@ -2,12 +2,11 @@ import { program } from 'commander' import ora from 'ora' import chalk from 'chalk' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { spawnSync } from '@gitmars/core/lib/spawn' -import echo from '@gitmars/core/lib/utils/echo' -import type { GitmarsOptionOptionsType, PackageVersionTag } from '../typings/gitmars' -import installConfig from '#lib/conf/install' -import lang from '#lib/common/local' +import { createArgs, echo } from '@gitmars/utils' +import { spawnSync } from '@gitmars/core' +import type { GitmarsOptionOptionsType, PackageVersionTag } from './types' +import installConfig from './conf/install' +import lang from './common/local' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-link.ts b/packages/gitmars/src/gitm-link.ts index 13c3608ab..b7ae99c11 100755 --- a/packages/gitmars/src/gitm-link.ts +++ b/packages/gitmars/src/gitm-link.ts @@ -1,11 +1,11 @@ #!/usr/bin/env ts-node import { program } from 'commander' import sh from 'shelljs' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { spawnSync } from '@gitmars/core/lib/spawn' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import linkConfig from '#lib/conf/link' -import lang from '#lib/common/local' +import { createArgs } from '@gitmars/utils' +import { spawnSync } from '@gitmars/core' +import type { GitmarsOptionOptionsType } from './types' +import linkConfig from './conf/link' +import lang from './common/local' const { t } = lang const { args, options } = linkConfig diff --git a/packages/gitmars/src/gitm-log.ts b/packages/gitmars/src/gitm-log.ts index d213c00dd..2f4beb7b7 100755 --- a/packages/gitmars/src/gitm-log.ts +++ b/packages/gitmars/src/gitm-log.ts @@ -3,13 +3,11 @@ import { program } from 'commander' import dayjs from 'dayjs' import columnify from 'columnify' import chalk from 'chalk' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitLogs from '@gitmars/core/lib/git/getGitLogs' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' -import type { GitLogsType, GitmarsOptionOptionsType } from '../typings/gitmars' -import logConfig from '#lib/conf/log' -import lang from '#lib/common/local' +import { getGitLogs, getIsGitProject } from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' +import type { GitLogsType, GitmarsOptionOptionsType } from './types' +import logConfig from './conf/log' +import lang from './common/local' const { t } = lang const { blue, cyan, green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-permission.ts b/packages/gitmars/src/gitm-permission.ts index 844cc0c72..ea12665e2 100755 --- a/packages/gitmars/src/gitm-permission.ts +++ b/packages/gitmars/src/gitm-permission.ts @@ -2,10 +2,9 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import { spawnSync } from '@gitmars/core/lib/spawn' -import getConfig from '@gitmars/core/lib/getConfig' -import lang from '#lib/common/local' +import { getCurrentBranch } from '@gitmars/git' +import { getConfig, spawnSync } from '@gitmars/core' +import lang from './common/local' const { t } = lang const { red } = chalk diff --git a/packages/gitmars/src/gitm-postmsg.ts b/packages/gitmars/src/gitm-postmsg.ts index bbf823f39..fb2298c0f 100755 --- a/packages/gitmars/src/gitm-postmsg.ts +++ b/packages/gitmars/src/gitm-postmsg.ts @@ -1,10 +1,10 @@ #!/usr/bin/env ts-node import { program } from 'commander' -import sendGroupMessage from '@gitmars/core/lib/sendGroupMessage' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import postmsgConfig from '#lib/conf/postmsg' +import { sendGroupMessage } from '@gitmars/core' +import { createArgs } from '@gitmars/utils' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import postmsgConfig from './conf/postmsg' const { t } = lang const { args, options } = postmsgConfig diff --git a/packages/gitmars/src/gitm-redo.ts b/packages/gitmars/src/gitm-redo.ts index cdb6ee652..3184bcf08 100755 --- a/packages/gitmars/src/gitm-redo.ts +++ b/packages/gitmars/src/gitm-redo.ts @@ -4,15 +4,13 @@ import dayjs from 'dayjs' import inquirer from 'inquirer' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' -import { delRevertCache, getRevertCache } from '@gitmars/core/lib/cache/revertCache' -import type { CommandType, GitmarsOptionOptionsType, RevertCacheType } from '../typings/gitmars' -import lang from '#lib/common/local' -import redoConfig from '#lib/conf/redo' +import { queue } from '@gitmars/core' +import { getCurrentBranch, getIsGitProject } from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' +import { delRevertCache, getRevertCache } from '@gitmars/cache' +import type { CommandType, GitmarsOptionOptionsType, RevertCacheType } from './types' +import lang from './common/local' +import redoConfig from './conf/redo' const { t } = lang const { blue, green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-revert.ts b/packages/gitmars/src/gitm-revert.ts index a4aca48dd..74bcb3d57 100755 --- a/packages/gitmars/src/gitm-revert.ts +++ b/packages/gitmars/src/gitm-revert.ts @@ -2,12 +2,12 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { CommandType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import revertConfig from '#lib/conf/revert' +import { queue } from '@gitmars/core' +import { getIsGitProject } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import type { CommandType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import revertConfig from './conf/revert' const { t } = lang const { red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index 538970f00..69dd9905e 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -4,11 +4,9 @@ import dayjs from 'dayjs' import inquirer from 'inquirer' import columnify from 'columnify' import chalk from 'chalk' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitConfig from '@gitmars/core/lib/git/getGitConfig' -import sendGroupMessage from '@gitmars/core/lib/sendGroupMessage' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' +import { getGitConfig, getIsGitProject } from '@gitmars/git' +import { sendGroupMessage } from '@gitmars/core' +import { createArgs, echo } from '@gitmars/utils' import { deleteMergeRequest, getMergeRequestChanges, @@ -20,8 +18,8 @@ import { getMergeRequestNotesList } from '@gitmars/core/lib/api/mergeRequestNotes' import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import reviewConfig from '#lib/conf/review' +import lang from './common/local' +import reviewConfig from './conf/review' const { t } = lang const { blue, cyan, green, magenta, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-run.ts b/packages/gitmars/src/gitm-run.ts index fb5370556..468ca15f5 100755 --- a/packages/gitmars/src/gitm-run.ts +++ b/packages/gitmars/src/gitm-run.ts @@ -1,10 +1,10 @@ #!/usr/bin/env ts-node import { program } from 'commander' -import { createArgs } from '@gitmars/core/lib/utils/command' -import run from '@gitmars/core/lib/hook/run' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import runConfig from '#lib/conf/run' +import { createArgs } from '@gitmars/utils' +import { run } from '@gitmars/hook' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import runConfig from './conf/run' const { t } = lang const { args, options } = runConfig diff --git a/packages/gitmars/src/gitm-save.ts b/packages/gitmars/src/gitm-save.ts index 71b0d5d56..84d498154 100755 --- a/packages/gitmars/src/gitm-save.ts +++ b/packages/gitmars/src/gitm-save.ts @@ -2,13 +2,12 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { CommandType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import saveConfig from '#lib/conf/save' +import { queue } from '@gitmars/core' +import { getCurrentBranch, getIsGitProject } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import type { CommandType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import saveConfig from './conf/save' const { t } = lang const { red } = chalk diff --git a/packages/gitmars/src/gitm-start.ts b/packages/gitmars/src/gitm-start.ts index 6fb1ff7cf..02d1ba651 100755 --- a/packages/gitmars/src/gitm-start.ts +++ b/packages/gitmars/src/gitm-start.ts @@ -3,15 +3,12 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import checkGitStatus from '@gitmars/core/lib/git/checkGitStatus' -import { createArgs } from '@gitmars/core/lib/utils/command' -import getConfig from '@gitmars/core/lib/getConfig' -import { isNeedUpgrade, upgradeGitmars } from '@gitmars/core/lib/versionControl' -import type { CommandType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import startConfig from '#lib/conf/start' +import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' +import { checkGitStatus, getIsGitProject } from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import type { CommandType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import startConfig from './conf/start' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm-status.ts b/packages/gitmars/src/gitm-status.ts index 1beb90fa7..cc1201c7f 100755 --- a/packages/gitmars/src/gitm-status.ts +++ b/packages/gitmars/src/gitm-status.ts @@ -2,14 +2,11 @@ import { program } from 'commander' import columnify from 'columnify' import chalk from 'chalk' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getGitStatus from '@gitmars/core/lib/git/getGitStatus' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' -import type { GitStatusInfoType, GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import statusConfig from '#lib/conf/status' +import { getCurrentBranch, getGitStatus, getIsGitProject } from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' +import type { GitStatusInfoType, GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import statusConfig from './conf/status' const { t } = lang const { cyan, green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-suggest.ts b/packages/gitmars/src/gitm-suggest.ts index 1d6e2e2a3..52d82fa53 100755 --- a/packages/gitmars/src/gitm-suggest.ts +++ b/packages/gitmars/src/gitm-suggest.ts @@ -3,11 +3,11 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { createArgs } from '@gitmars/core/lib/utils/command' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import suggestConfig from '#lib/conf/suggest' +import { createArgs } from '@gitmars/utils' +import { getIsGitProject } from '@gitmars/git' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import suggestConfig from './conf/suggest' const { t } = lang const { red } = chalk diff --git a/packages/gitmars/src/gitm-undo.ts b/packages/gitmars/src/gitm-undo.ts index 1404dd556..25cb3115f 100755 --- a/packages/gitmars/src/gitm-undo.ts +++ b/packages/gitmars/src/gitm-undo.ts @@ -4,23 +4,14 @@ import dayjs from 'dayjs' import inquirer from 'inquirer' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getGitLogs from '@gitmars/core/lib/git/getGitLogs' -import getGitLogsByCommitIDs from '@gitmars/core/lib/git/getGitLogsByCommitIDs' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import { createArgs } from '@gitmars/core/lib/utils/command' -import echo from '@gitmars/core/lib/utils/echo' -import { addRevertCache, getRevertCache, setRevertCache } from '@gitmars/core/lib/cache/revertCache' -import type { GitLogKeysType } from '@gitmars/core/typings/core' -import type { - CommandType, - GitLogsType, - GitmarsOptionOptionsType, - RevertCacheType -} from '../typings/gitmars' -import lang from '#lib/common/local' -import undoConfig from '#lib/conf/undo' +import { queue } from '@gitmars/core' +import { getCurrentBranch, getGitLogs, getGitLogsByCommitIDs, getIsGitProject } from '@gitmars/git' +import { createArgs, echo } from '@gitmars/utils' +import { addRevertCache, getRevertCache, setRevertCache } from '@gitmars/cache' +import type { GitLogKeysType } from '@gitmars/core' +import type { CommandType, GitLogsType, GitmarsOptionOptionsType, RevertCacheType } from './types' +import lang from './common/local' +import undoConfig from './conf/undo' const { t } = lang const { blue, green, red, yellow } = chalk diff --git a/packages/gitmars/src/gitm-unlink.ts b/packages/gitmars/src/gitm-unlink.ts index 0e51661b6..aa1d31c94 100755 --- a/packages/gitmars/src/gitm-unlink.ts +++ b/packages/gitmars/src/gitm-unlink.ts @@ -1,11 +1,11 @@ #!/usr/bin/env ts-node import { program } from 'commander' import sh from 'shelljs' -import { createArgs } from '@gitmars/core/lib/utils/command' -import { spawnSync } from '@gitmars/core/lib/spawn' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' -import lang from '#lib/common/local' -import unlinkConfig from '#lib/conf/unlink' +import { createArgs } from '@gitmars/utils' +import { spawnSync } from '@gitmars/core' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import unlinkConfig from './conf/unlink' const { t } = lang const { args, options } = unlinkConfig diff --git a/packages/gitmars/src/gitm-update.ts b/packages/gitmars/src/gitm-update.ts index 061ce9e9d..1d7bb7656 100755 --- a/packages/gitmars/src/gitm-update.ts +++ b/packages/gitmars/src/gitm-update.ts @@ -3,19 +3,20 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { queue } from '@gitmars/core/lib/queue' -import getIsGitProject from '@gitmars/core/lib/git/getIsGitProject' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import getIsMergedTargetBranch from '@gitmars/core/lib/git/getIsMergedTargetBranch' -import checkGitStatus from '@gitmars/core/lib/git/checkGitStatus' -import fetch from '@gitmars/core/lib/git/fetch' -import searchBranches from '@gitmars/core/lib/git/searchBranches' -import { createArgs } from '@gitmars/core/lib/utils/command' -import getConfig from '@gitmars/core/lib/getConfig' -import { isNeedUpgrade, upgradeGitmars } from '@gitmars/core/lib/versionControl' -import type { CommandType, GitmarsOptionOptionsType } from '../typings/gitmars' -import { defaults } from '#lib/common/global' -import updateConfig from '#lib/conf/update' -import lang from '#lib/common/local' +import { + checkGitStatus, + fetch, + getCurrentBranch, + getIsGitProject, + getIsMergedTargetBranch, + searchBranches +} from '@gitmars/git' +import { createArgs } from '@gitmars/utils' +import { getConfig, isNeedUpgrade, upgradeGitmars } from '@gitmars/core' +import type { CommandType, GitmarsOptionOptionsType } from './types' +import { defaults } from './common/global' +import updateConfig from './conf/update' +import lang from './common/local' const { t } = lang const { red } = chalk diff --git a/packages/gitmars/src/gitm-upgrade.ts b/packages/gitmars/src/gitm-upgrade.ts index d3f834320..7fbf945d4 100755 --- a/packages/gitmars/src/gitm-upgrade.ts +++ b/packages/gitmars/src/gitm-upgrade.ts @@ -2,11 +2,11 @@ import { program } from 'commander' import chalk from 'chalk' import ora from 'ora' -import { spawnSync } from '@gitmars/core/lib/spawn' -import { createArgs } from '@gitmars/core/lib/utils/command' -import type { GitmarsOptionOptionsType, PackageVersionTag } from '../typings/gitmars' -import lang from '#lib/common/local' -import upgradeConfig from '#lib/conf/upgrade' +import { spawnSync } from '@gitmars/core' +import { createArgs } from '@gitmars/utils' +import type { GitmarsOptionOptionsType, PackageVersionTag } from './types' +import lang from './common/local' +import upgradeConfig from './conf/upgrade' const { t } = lang const { green, red } = chalk diff --git a/packages/gitmars/src/gitm.ts b/packages/gitmars/src/gitm.ts index 833b304f6..3bac87ef6 100755 --- a/packages/gitmars/src/gitm.ts +++ b/packages/gitmars/src/gitm.ts @@ -3,10 +3,10 @@ import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/core/lib/spawn' -import echo from '@gitmars/core/lib/utils/echo' +import { spawnSync } from '@gitmars/core' +import { echo } from '@gitmars/utils' // import { version } from '../package.json' assert { type: 'json' } -import lang from '#lib/common/local' +import lang from './common/local' const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/gitmars/src/go/index.ts b/packages/gitmars/src/go/index.ts index 089d9e7e7..2e1896bb7 100644 --- a/packages/gitmars/src/go/index.ts +++ b/packages/gitmars/src/go/index.ts @@ -1,27 +1,26 @@ -import { spawnSync } from '@gitmars/core/lib/spawn' -import { debug } from '@gitmars/core/lib/utils/debug' -import getCurrentBranch from '@gitmars/core/lib/git/getCurrentBranch' -import cleanConfigSet from '@gitmars/core/lib/go/cleanConfigSet' -import getCommand from '@gitmars/core/lib/go/getCommand' - -import combineConfig from '#lib/conf/combine' -import endConfig from '#lib/conf/end' -import updateConfig from '#lib/conf/update' -import undoConfig from '#lib/conf/undo' -import redoConfig from '#lib/conf/redo' -import branchConfig from '#lib/conf/branch' -import buildConfig from '#lib/conf/build' -import startConfig from '#lib/conf/start' -import copyConfig from '#lib/conf/copy' -import getConfig from '#lib/conf/get' -import saveConfig from '#lib/conf/save' -import cleanbranchConfig from '#lib/conf/cleanbranch' -import cleanConfig from '#lib/conf/clean' -import revertConfig from '#lib/conf/revert' -import linkConfig from '#lib/conf/link' -import unlinkConfig from '#lib/conf/unlink' -import postmsgConfig from '#lib/conf/postmsg' -import adminConfig from '#lib/conf/admin' +import { spawnSync } from '@gitmars/core' +import { debug } from '@gitmars/utils' +import { getCurrentBranch } from '@gitmars/git' +import { cleanConfigSet, getCommand } from '@gitmars/go' + +import combineConfig from '../conf/combine' +import endConfig from '../conf/end' +import updateConfig from '../conf/update' +import undoConfig from '../conf/undo' +import redoConfig from '../conf/redo' +import branchConfig from '../conf/branch' +import buildConfig from '../conf/build' +import startConfig from '../conf/start' +import copyConfig from '../conf/copy' +import getConfig from '../conf/get' +import saveConfig from '../conf/save' +import cleanbranchConfig from '../conf/cleanbranch' +import cleanConfig from '../conf/clean' +import revertConfig from '../conf/revert' +import linkConfig from '../conf/link' +import unlinkConfig from '../conf/unlink' +import postmsgConfig from '../conf/postmsg' +import adminConfig from '../conf/admin' const { create: adminCreateConfig, diff --git a/packages/gitmars/src/locales/index.ts b/packages/gitmars/src/locales/index.ts index 29486ce98..19436241b 100644 --- a/packages/gitmars/src/locales/index.ts +++ b/packages/gitmars/src/locales/index.ts @@ -1,5 +1,5 @@ -export { default as zhCN } from '#lib/locales/zh-CN' -export { default as enUS } from '#lib/locales/en-US' +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' export interface TranslatePair { [key: string]: string | string[] | TranslatePair diff --git a/packages/gitmars/typings/gitmars.d.ts b/packages/gitmars/src/types.ts similarity index 99% rename from packages/gitmars/typings/gitmars.d.ts rename to packages/gitmars/src/types.ts index caacc78ef..94ffdc893 100644 --- a/packages/gitmars/typings/gitmars.d.ts +++ b/packages/gitmars/src/types.ts @@ -1,5 +1,3 @@ -/// - import type { SpawnOptions, SpawnSyncReturns } from 'child_process' import type { QuestionCollection } from 'inquirer' diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2aaf716a2..4a717ca6d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -302,21 +302,48 @@ importers: packages/cache: dependencies: + '@gitmars/build': + specifier: workspace:* + version: link:../build + '@gitmars/cache': + specifier: workspace:* + version: 'link:' '@gitmars/git': specifier: workspace:* version: link:../git '@gitmars/utils': specifier: workspace:* version: link:../utils + '@jssj/request': + specifier: ^1.1.0 + version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + chalk: + specifier: ^4.1.2 + version: 4.1.2 + cosmiconfig: + specifier: ^9.0.0 + version: 9.0.0(typescript@5.3.3) + cross-spawn: + specifier: ^7.0.3 + version: 7.0.3 + js-cool: + specifier: ^5.18.1 + version: 5.18.1 lodash-es: specifier: ^4.17.21 version: 4.17.21 lodash-unified: specifier: ^1.0.3 version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + ora: + specifier: ^5.4.1 + version: 5.4.1 os-lang: specifier: ^3.2.0 version: 3.2.0 + semver-diff: + specifier: ^4.0.0 + version: 4.0.0 shelljs: specifier: ^0.8.5 version: 0.8.5 @@ -324,6 +351,9 @@ importers: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/cross-spawn': + specifier: ^6.0.6 + version: 6.0.6 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -546,9 +576,30 @@ importers: packages/gitmars: dependencies: + '@gitmars/api': + specifier: workspace:* + version: link:../api + '@gitmars/build': + specifier: workspace:* + version: link:../build '@gitmars/core': specifier: workspace:* version: link:../core + '@gitmars/git': + specifier: workspace:* + version: link:../git + '@gitmars/go': + specifier: workspace:* + version: link:../go + '@gitmars/hook': + specifier: workspace:* + version: link:../hook + '@gitmars/shell': + specifier: workspace:* + version: link:../shell + '@gitmars/utils': + specifier: workspace:* + version: link:../utils '@jssj/request': specifier: ^1.1.0 version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) @@ -3340,7 +3391,7 @@ packages: globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.5.4 + semver: 7.6.0 ts-api-utils: 1.0.1(typescript@5.3.3) typescript: 5.3.3 transitivePeerDependencies: @@ -3360,7 +3411,7 @@ packages: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) eslint: 8.57.0 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript @@ -4283,7 +4334,7 @@ packages: /builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.5.4 + semver: 7.6.0 dev: true /bytes@3.1.2: @@ -5763,7 +5814,7 @@ packages: eslint: '>=6.0.0 || >= 8.0.0' dependencies: eslint: 8.57.0 - semver: 7.5.4 + semver: 7.6.0 dev: true /eslint-config-prettier@9.1.0(eslint@8.57.0): @@ -5943,7 +5994,7 @@ packages: is-core-module: 2.13.1 minimatch: 3.1.2 resolve: 1.22.4 - semver: 7.5.4 + semver: 7.6.0 dev: true /eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5): @@ -7831,7 +7882,7 @@ packages: acorn: 8.11.2 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - semver: 7.5.4 + semver: 7.6.0 dev: true /jsonc-parser@3.2.0: @@ -10285,7 +10336,7 @@ packages: resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==} engines: {node: '>=12'} dependencies: - semver: 7.5.4 + semver: 7.6.0 dev: false /semver-greatest-satisfied-range@1.1.0: @@ -10295,15 +10346,9 @@ packages: sver-compat: 1.5.0 dev: true - /semver@5.7.1: - resolution: {integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==} - hasBin: true - dev: false - /semver@5.7.2: resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} hasBin: true - dev: true /semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} @@ -10316,6 +10361,7 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 + dev: true /semver@7.6.0: resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} @@ -10323,7 +10369,6 @@ packages: hasBin: true dependencies: lru-cache: 6.0.0 - dev: true /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} @@ -11824,7 +11869,7 @@ packages: resolution: {integrity: sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==} engines: {node: '>=0.10.0'} dependencies: - semver: 5.7.1 + semver: 5.7.2 dev: false /word-wrap@1.2.3: From bff17d9af04148a84c3c195549f54101f3fe679c Mon Sep 17 00:00:00 2001 From: saqqdy Date: Mon, 18 Mar 2024 18:33:46 +0800 Subject: [PATCH 05/52] the next gitmars --- packages/utils/src/index.default.ts | 5 +++++ packages/utils/src/index.ts | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packages/utils/src/index.default.ts create mode 100644 packages/utils/src/index.ts diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts new file mode 100644 index 000000000..d3a69e695 --- /dev/null +++ b/packages/utils/src/index.default.ts @@ -0,0 +1,5 @@ +import {} from './command' + +export default { + // +} diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts new file mode 100644 index 000000000..2a891b2ed --- /dev/null +++ b/packages/utils/src/index.ts @@ -0,0 +1,3 @@ +export {} from './command' + +export { default } from './index.default' From c6b5ba147cb8b0e61f5f3d38197d2707e1d31325 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Mon, 18 Mar 2024 20:36:29 +0800 Subject: [PATCH 06/52] the next gitmars --- packages/api/tsconfig.json | 1 - packages/build/src/types.ts | 5 -- packages/build/tsconfig.json | 1 - packages/cache/.eslintignore | 11 +++ packages/cache/.eslintrc.js | 6 ++ packages/cache/README.md | 57 ++++++++++++++ packages/cache/api-extractor.json | 44 +++++++++++ packages/cache/cache/.gitkeep | 0 packages/cache/package.json | 93 +++++++++++++++++++++++ packages/cache/src/cache.ts | 53 +++++++++++++ packages/cache/src/commandCache.ts | 48 ++++++++++++ packages/cache/src/index.ts | 10 +++ packages/cache/src/lang.ts | 11 +++ packages/cache/src/locales/en-US.ts | 6 ++ packages/cache/src/locales/index.ts | 10 +++ packages/cache/src/locales/zh-CN.ts | 6 ++ packages/cache/src/log.ts | 34 +++++++++ packages/cache/src/revertCache.ts | 90 ++++++++++++++++++++++ packages/cache/src/types.ts | 103 ++++++++++++++++++++++++++ packages/cache/tsconfig.json | 18 +++++ packages/cache/typedoc.js | 12 +++ packages/core/src/types.ts | 40 ++++++++++ packages/core/tsconfig.json | 1 - packages/git/tsconfig.json | 1 - packages/gitmars/tsconfig.json | 1 - packages/gitmars/tsconfig.tsbuildinfo | 2 +- packages/go/tsconfig.json | 1 - packages/hook/tsconfig.json | 1 - packages/shell/tsconfig.json | 1 - packages/utils/src/index.default.ts | 40 +++++++++- packages/utils/src/index.ts | 14 +++- packages/utils/tsconfig.json | 1 - pnpm-lock.yaml | 30 -------- 33 files changed, 704 insertions(+), 48 deletions(-) create mode 100644 packages/cache/.eslintignore create mode 100644 packages/cache/.eslintrc.js create mode 100644 packages/cache/README.md create mode 100644 packages/cache/api-extractor.json create mode 100644 packages/cache/cache/.gitkeep create mode 100644 packages/cache/package.json create mode 100644 packages/cache/src/cache.ts create mode 100644 packages/cache/src/commandCache.ts create mode 100644 packages/cache/src/index.ts create mode 100644 packages/cache/src/lang.ts create mode 100644 packages/cache/src/locales/en-US.ts create mode 100644 packages/cache/src/locales/index.ts create mode 100644 packages/cache/src/locales/zh-CN.ts create mode 100644 packages/cache/src/log.ts create mode 100644 packages/cache/src/revertCache.ts create mode 100644 packages/cache/src/types.ts create mode 100644 packages/cache/tsconfig.json create mode 100644 packages/cache/typedoc.js diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/build/src/types.ts b/packages/build/src/types.ts index 73fb956df..23acaeda1 100644 --- a/packages/build/src/types.ts +++ b/packages/build/src/types.ts @@ -35,11 +35,6 @@ export interface GitmarsConfigType { versionControlType?: VersionControlType } // & Record -export interface GitmarsConfigExtend extends GitmarsConfigType { - skipCI: boolean - filepath: string -} - export type GitmarsConfigProperty = keyof GitmarsConfigType // | 'master' // | 'develop' diff --git a/packages/build/tsconfig.json b/packages/build/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/build/tsconfig.json +++ b/packages/build/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/cache/.eslintignore b/packages/cache/.eslintignore new file mode 100644 index 000000000..c5617e9ab --- /dev/null +++ b/packages/cache/.eslintignore @@ -0,0 +1,11 @@ +lib +es +dist + +*.bak +*_bak +*.bak.js + +stats.html +#Electron-builder output +dist_electron diff --git a/packages/cache/.eslintrc.js b/packages/cache/.eslintrc.js new file mode 100644 index 000000000..24f66b6cd --- /dev/null +++ b/packages/cache/.eslintrc.js @@ -0,0 +1,6 @@ +module.exports = { + extends: '@eslint-sets/ts', + rules: { + camelcase: 0 + } +} diff --git a/packages/cache/README.md b/packages/cache/README.md new file mode 100644 index 000000000..1b5e73281 --- /dev/null +++ b/packages/cache/README.md @@ -0,0 +1,57 @@ +
+ +# @gitmars/cache + +some cache js for gitmars + +[![NPM version][npm-image]][npm-url] +[![Codacy Badge][codacy-image]][codacy-url] +[![npm download][download-image]][download-url] +[![gzip][gzip-image]][gzip-url] +[![License][license-image]][license-url] + +[![Sonar][sonar-image]][sonar-url] + +
+ +## Install + +```bash +# use npm +$ npm install @gitmars/cache --save + +# use yarn +$ yarn add @gitmars/cache + +# use pnpm +$ pnpm install @gitmars/cache +``` + +## Usage + +```js +const { getUserInfo } = require('@gitmars/cache') + +getUserInfo() +``` + +## Issues & Support + +Please open an issue [here](https://github.com/saqqdy/@gitmars/cache/issues). + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/@gitmars/cache.svg?style=flat-square +[npm-url]: https://npmjs.org/package/@gitmars/cache +[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 +[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/cache/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/cache&utm_campaign=Badge_Grade +[download-image]: https://img.shields.io/npm/dm/@gitmars/cache.svg?style=flat-square +[download-url]: https://npmjs.org/package/@gitmars/cache +[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/cache/index.js?compression=gzip&label=gzip%20size:%20JS +[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/cache/index.js?compression=gzip&label=gzip%20size:%20JS +[license-image]: https://img.shields.io/badge/License-MIT-blue.svg +[license-url]: LICENSE +[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars +[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/cache/api-extractor.json b/packages/cache/api-extractor.json new file mode 100644 index 000000000..899d5623f --- /dev/null +++ b/packages/cache/api-extractor.json @@ -0,0 +1,44 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "projectFolder": ".", + "mainEntryPointFilePath": "./lib/index.d.ts", + "dtsRollup": { + "enabled": true, + "untrimmedFilePath": "", + "publicTrimmedFilePath": "./typings/index.d.ts" + }, + "apiReport": { + "enabled": false + }, + "docModel": { + "enabled": false + }, + "tsdocMetadata": { + "enabled": false + }, + "messages": { + "compilerMessageReporting": { + "default": { + "logLevel": "warning" + } + }, + "extractorMessageReporting": { + "default": { + "logLevel": "warning", + "addToApiReportFile": true + }, + + "ae-missing-release-tag": { + "logLevel": "none" + } + }, + "tsdocMessageReporting": { + "default": { + "logLevel": "warning" + }, + "tsdoc-undefined-tag": { + "logLevel": "none" + } + } + } +} diff --git a/packages/cache/cache/.gitkeep b/packages/cache/cache/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/packages/cache/package.json b/packages/cache/package.json new file mode 100644 index 000000000..1b5ce81bc --- /dev/null +++ b/packages/cache/package.json @@ -0,0 +1,93 @@ +{ + "name": "@gitmars/cache", + "description": "gitmars cache", + "version": "6.4.0", + "private": false, + "main": "./lib/index.js", + "module": "./lib/index.mjs", + "exports": { + ".": { + "types": "./lib/index.d.ts", + "require": "./lib/index.js", + "import": "./lib/index.mjs" + }, + "./*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "./lib/*": { + "types": "./lib/*.d.ts", + "require": "./lib/*.js", + "import": "./lib/*.mjs" + } + }, + "imports": { + "#lib/*": { + "require": "./lib/*.js", + "import": "./lib/*.mjs" + }, + "#typings/*": { + "require": "./typings/*.d.ts", + "import": "./typings/*.d.ts" + } + }, + "files": [ + "cache/.gitkeep", + "lib", + "sh", + "typings", + "*.d.ts" + ], + "scripts": {}, + "directories": { + "bin": "bin", + "lib": "lib", + "src": "src", + "cache": "cache", + "sh": "sh", + "typings": "typings" + }, + "dependencies": { + "@gitmars/git": "workspace:*", + "@gitmars/utils": "workspace:*", + "lodash-es": "^4.17.21", + "lodash-unified": "^1.0.3", + "os-lang": "^3.2.0", + "shelljs": "^0.8.5" + }, + "devDependencies": { + "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/lodash-es": "^4.17.12", + "@types/node": "^20.11.24", + "@types/shelljs": "^0.8.15", + "cross-env": "^7.0.3", + "eslint": "^8.57.0", + "madge": "^6.1.0", + "prettier": "^3.2.5", + "prettier-config-common": "^1.4.0", + "tsnd": "^1.1.0", + "typescript": "^5.3.3" + }, + "sideEffects": false, + "keywords": [ + "gitmars", + "git", + "tool" + ], + "license": "GPL-3.0", + "author": "saqqdy ", + "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/cache#readme", + "bugs": { + "url": "https://github.com/saqqdy/gitmars/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/saqqdy/gitmars.git", + "directory": "packages/cache" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "access": "public" + } +} diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts new file mode 100644 index 000000000..9fa6d2adf --- /dev/null +++ b/packages/cache/src/cache.ts @@ -0,0 +1,53 @@ +import { resolve } from 'path' +import { createRequire } from 'node:module' +import { CACHE_PATH, isFileExist, removeFile, writeFile } from '@gitmars/utils' +import lang from './lang' + +const { t } = lang +const require = createRequire(import.meta.url) + +type TimestampType = Record & { + packageInfoTime?: number +} + +/** + * 获取缓存是否过期 + * + * @param name - 缓存名称 + * @param time - 过期时长,默认24 * 60 * 60 * 1000 + * @returns isCacheExpired - 返回是否过期 + */ +export function isCacheExpired(name: keyof TimestampType, time: number = 24 * 60 * 60 * 1000) { + const now = new Date().getTime() + let timestamp: TimestampType = {} + if (!name) throw t('Please pass in the name') + // 没有找到缓存文件 + if (!isFileExist(resolve(CACHE_PATH + 'timestamp.json'))) return true + // 从文件读取时间戳 + timestamp = require(resolve(CACHE_PATH + 'timestamp.json')) + return !timestamp[name] || now - timestamp[name]! >= time +} + +/** + * 更新缓存 + * + * @param name - 缓存名称 + */ +export async function updateCacheTime(name: keyof TimestampType) { + const now = new Date().getTime() + let timestamp: TimestampType = {} + if (!name) throw t('Please pass in the name') + // 没有找到缓存文件 + if (isFileExist(resolve(CACHE_PATH + 'timestamp.json'))) { + timestamp = require(resolve(CACHE_PATH + 'timestamp.json')) + } + timestamp[name] = now + await writeFile(resolve(CACHE_PATH + 'timestamp.json'), JSON.stringify(timestamp)) +} + +export async function cleanCache() { + removeFile({ + name: t('Cache time Map file'), + url: resolve(CACHE_PATH + 'timestamp.json') + }) +} diff --git a/packages/cache/src/commandCache.ts b/packages/cache/src/commandCache.ts new file mode 100644 index 000000000..4da34206f --- /dev/null +++ b/packages/cache/src/commandCache.ts @@ -0,0 +1,48 @@ +import sh from 'shelljs' +import getGitRevParse from '@gitmars/git' +import { isFileExist } from '@gitmars/utils' +import type { CommandType } from './types' + +/** + * 获取未执行脚本列表 + * + * @returns arr - 待执行指令列表 + */ +export function getCommandCache() { + const { gitDir } = getGitRevParse() + let arr: string[] = [] + if (isFileExist(gitDir + '/.gitmarscommands')) { + const result = sh + .cat(gitDir + '/.gitmarscommands') + .stdout.split('\n')[0] + .replace(/(^\n*)|(\n*$)/g, '') + .replace(/\n{2,}/g, '\n') + .replace(/\r/g, '') + arr = JSON.parse(decodeURIComponent(result)) + } + return arr +} + +/** + * 存储未执行脚本列表 + * + * @param rest - 待执行指令列表 + */ +export function setCommandCache(rest: Array): void { + const { gitDir } = getGitRevParse() + sh.touch(gitDir + '/.gitmarscommands') + sh.sed( + '-i', + // eslint-disable-next-line no-control-regex + /[\s\S\n\r\x0A\x0D]*/, + encodeURIComponent(JSON.stringify(rest)), + gitDir + '/.gitmarscommands' + ) +} + +/** + * 清除队列缓存 + */ +export function cleanCommandCache(): void { + setCommandCache([]) +} diff --git a/packages/cache/src/index.ts b/packages/cache/src/index.ts new file mode 100644 index 000000000..22feae36a --- /dev/null +++ b/packages/cache/src/index.ts @@ -0,0 +1,10 @@ +export { isCacheExpired, updateCacheTime, cleanCache } from './cache' +export { setLog, cleanLog } from './log' +export { getCommandCache, setCommandCache, cleanCommandCache } from './commandCache' +export { + getRevertCache, + setRevertCache, + addRevertCache, + delRevertCache, + cleanRevertCache +} from './revertCache' diff --git a/packages/cache/src/lang.ts b/packages/cache/src/lang.ts new file mode 100644 index 000000000..b393afd38 --- /dev/null +++ b/packages/cache/src/lang.ts @@ -0,0 +1,11 @@ +import { osLangSync } from 'os-lang' +import { useLocale } from '@gitmars/utils' +import * as languages from './locales' + +export type LanguageType = Exclude + +const locales: LanguageType[] = ['enUS', 'zhCN'] +let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(locale)) locale = 'enUS' + +export default useLocale(languages[locale]) diff --git a/packages/cache/src/locales/en-US.ts b/packages/cache/src/locales/en-US.ts new file mode 100644 index 000000000..86e76c6ec --- /dev/null +++ b/packages/cache/src/locales/en-US.ts @@ -0,0 +1,6 @@ +export default { + name: 'en-US', + 'Gitmars package cache file': 'Gitmars package cache file', + 'Cache time Map file': 'Cache time Map file', + 'Please pass in the name': 'Please pass in the name' +} diff --git a/packages/cache/src/locales/index.ts b/packages/cache/src/locales/index.ts new file mode 100644 index 000000000..19436241b --- /dev/null +++ b/packages/cache/src/locales/index.ts @@ -0,0 +1,10 @@ +export { default as zhCN } from './zh-CN' +export { default as enUS } from './en-US' + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/cache/src/locales/zh-CN.ts b/packages/cache/src/locales/zh-CN.ts new file mode 100644 index 000000000..c4b3cbeb3 --- /dev/null +++ b/packages/cache/src/locales/zh-CN.ts @@ -0,0 +1,6 @@ +export default { + name: 'zh-CN', + 'Gitmars package cache file': 'Gitmars包缓存文件', + 'Cache time Map file': '缓存时间Map文件', + 'Please pass in the name': '请传入名称' +} diff --git a/packages/cache/src/log.ts b/packages/cache/src/log.ts new file mode 100644 index 000000000..5147f05bb --- /dev/null +++ b/packages/cache/src/log.ts @@ -0,0 +1,34 @@ +import sh from 'shelljs' +import { getGitRevParse } from '@gitmars/git' +import { removeFile } from '@gitmars/utils' +import type { GitmarsLogType } from './types' +import lang from './lang' + +const { t } = lang +const { gitDir } = getGitRevParse() + +/** + * 存储错误日志 + * + * @param log - 错误日志 + */ +export function setLog(log: GitmarsLogType): void { + sh.touch(gitDir + '/.gitmarslog') + sh.sed( + '-i', + // eslint-disable-next-line no-control-regex + /[\s\S\n\r\x0A\x0D]*/, + encodeURIComponent(JSON.stringify(log)), + gitDir + '/.gitmarslog' + ) +} + +/** + * 清理log + */ +export function cleanLog() { + removeFile({ + name: t('Gitmars package cache file'), + url: gitDir + '/.gitmarslog' + }) +} diff --git a/packages/cache/src/revertCache.ts b/packages/cache/src/revertCache.ts new file mode 100644 index 000000000..6e8a21bd5 --- /dev/null +++ b/packages/cache/src/revertCache.ts @@ -0,0 +1,90 @@ +import { createRequire } from 'node:module' +import sh from 'shelljs' +import { getGitRevParse } from '@gitmars/git' +import { debug, isFileExist, writeFileSync } from '@gitmars/utils' +import type { RevertCacheType } from './types' + +const require = createRequire(import.meta.url) +const { gitDir } = getGitRevParse() +const GITMARS_REVERT_CACHE_FILE = gitDir + '/gitmarsreverts.json' + +/** + * 获取revert缓存 + * + * @param branch - 分支名 + * @returns reverts - revert缓存列表 + */ +export function getRevertCache(branch?: string) { + let reverts: RevertCacheType[] = [] + if (isFileExist(GITMARS_REVERT_CACHE_FILE)) { + reverts = require(GITMARS_REVERT_CACHE_FILE) + } else { + sh.touch(GITMARS_REVERT_CACHE_FILE) + // sh.sed('-i', /[.\n]+/, '[]', GITMARS_REVERT_CACHE_FILE) + writeFileSync(GITMARS_REVERT_CACHE_FILE, JSON.stringify([])) + } + debug('getRevertCache', reverts, branch) + if (branch) reverts = reverts.filter(revert => revert.branch === branch) + return reverts +} + +/** + * 存储未执行脚本列表 + * + * @param reverts - revert缓存列表 + */ +export function setRevertCache(reverts: Array): void { + sh.touch(GITMARS_REVERT_CACHE_FILE) + writeFileSync(GITMARS_REVERT_CACHE_FILE, JSON.stringify(reverts, null, 4)) +} + +/** + * 设置revert缓存 + * + * @param revertCaches - revert缓存列表 + * @returns result - 执行结果 + */ +export function addRevertCache(revertCaches: RevertCacheType | RevertCacheType[]): void { + if (!Array.isArray(revertCaches)) revertCaches = [revertCaches] + const _cacheList = getRevertCache() + let len = revertCaches.length + while (len--) { + const _index = _cacheList.findIndex( + (item: RevertCacheType) => + item.before['%H'] === (revertCaches as RevertCacheType[])[len].before['%H'] + ) + if (_index === -1) { + // 第一次revert + _cacheList.push(revertCaches[len]) + } else { + // revert后的第二次revert + // reverts.splice(_index, 1) + } + } + setRevertCache(_cacheList) +} + +/** + * 移除缓存 + */ +export function delRevertCache(commitIDs: string | string[]): void { + if (!Array.isArray(commitIDs)) commitIDs = [commitIDs] + const _cacheList = getRevertCache() + let len = commitIDs.length + while (len--) { + const _index = _cacheList.findIndex((item: RevertCacheType) => + item.after['%H']!.includes((commitIDs as string[])[len]) + ) + if (_index > -1) { + _cacheList.splice(_index, 1) + } + } + setRevertCache(_cacheList) +} + +/** + * 清除队列缓存 + */ +export function cleanRevertCache(): void { + setRevertCache([]) +} diff --git a/packages/cache/src/types.ts b/packages/cache/src/types.ts new file mode 100644 index 000000000..4da09d56a --- /dev/null +++ b/packages/cache/src/types.ts @@ -0,0 +1,103 @@ +import type { SpawnOptions, SpawnSyncReturns } from 'child_process' + +export type GitLogKeysType = + | '%H' + | '%h' + | '%T' + | '%t' + | '%P' + | '%p' + | '%an' + | '%aN' + | '%ae' + | '%aE' + | '%al' + | '%aL' + | '%ad' + | '%aD' + | '%ar' + | '%at' + | '%ai' + | '%aI' + | '%as' + | '%cn' + | '%cN' + | '%ce' + | '%cE' + | '%cl' + | '%cL' + | '%cd' + | '%cD' + | '%cr' + | '%ct' + | '%ci' + | '%cI' + | '%cs' + | '%d' + | '%D' + // %(describe[:options]), // human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags are added or removed at the same time. + | '%S' // ref name given on the command line by which the commit was reached (like git log --source), only works with git log + | '%e' // encoding + // ---------- + | '%s' // subject + | '%f' // sanitized subject line, suitable for a filename + | '%b' // body + | '%B' // raw body (unwrapped subject and body) + | '%N' // commit notes + | '%GG' // raw verification message from GPG for a signed commit + | '%G?' // show "G" for a good (valid) signature, "B" for a bad signature, "U" for a good signature with unknown validity, "X" for a good signature that has expired, "Y" for a good signature made by an expired key, "R" for a good signature made by a revoked key, "E" if the signature cannot be checked (e.g. missing key) and "N" for no signature + | '%GS' // show the name of the signer for a signed commit + | '%GK' // show the key used to sign a signed commit + | '%GF' // show the fingerprint of the key used to sign a signed commit + | '%GP' // show the fingerprint of the primary key whose subkey was used to sign a signed commit + | '%GT' // show the trust level for the key used to sign a signed commit + | '%gD' // reflog selector, e.g., refs/stash@{1} or refs/stash@{2 minutes ago}; the format follows the rules described for the -g option. The portion before the @ is the refname as given on the command line (so git log -g refs/heads/master would yield refs/heads/master@{0}). + | '%gd' // shortened reflog selector; same as %gD, but the refname portion is shortened for human readability (so refs/heads/master becomes just master). + | '%gn' // reflog identity name + | '%gN' // reflog identity name (respecting .mailmap, see git-shortlog[1] or git-blame[1]) + | '%ge' // reflog identity email + | '%gE' // reflog identity email (respecting .mailmap, see git-shortlog[1] or git-blame[1]) + | '%gs' // reflog subject + | '%(trailers:key=Signed-off-by)' + | '%(trailers:key=Reviewed-by)' // display the trailers of the body as interpreted by git-interpret-trailers[1]. The trailers string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the last occurrence wins. + +export type GitLogsType = { + [key in GitLogKeysType]?: string +} + +export interface ModuleCommandType { + module: string + entry?: string + options?: unknown +} + +export interface CommandTypeCmd { + cmd: string | string[] | ModuleCommandType + config: QueueConfigType +} + +export interface CommandTypeMessage { + message: string +} + +export type CommandType = CommandTypeCmd | CommandTypeMessage + +export interface QueueConfigType extends SpawnOptions { + again?: boolean | string + processing?: string + success?: string + fail?: string + postmsg?: boolean + kill?: boolean +} + +export interface GitmarsLogType + extends Partial, 'stdout' | 'stderr' | 'status'>> { + command: string +} + +export interface RevertCacheType { + before: GitLogsType + after: GitLogsType + branch: string +} diff --git a/packages/cache/tsconfig.json b/packages/cache/tsconfig.json new file mode 100644 index 000000000..732ed1b99 --- /dev/null +++ b/packages/cache/tsconfig.json @@ -0,0 +1,18 @@ +{ + "extends": "../../tsconfig.json", + "compilerOptions": { + // "composite": true, + "target": "ESNext", + "module": "ESNext", + "sourceMap": true, + "declaration": true, + "emitDeclarationOnly": true, + "rootDir": "src", + "outDir": "lib", + "baseUrl": ".", + "paths": { + "#lib/*": ["./src/*"], + "#conf/*": ["./src/conf/*"] + } + } +} diff --git a/packages/cache/typedoc.js b/packages/cache/typedoc.js new file mode 100644 index 000000000..873fa676e --- /dev/null +++ b/packages/cache/typedoc.js @@ -0,0 +1,12 @@ +module.exports = { + out: 'typedoc', + entryPoints: ['src/**/*.ts'], + json: 'typedoc/out.json', + name: 'index.md', + includeVersion: true, + readme: 'README.md' + // emit: true, + // exclude: '', + // externalPattern: '', + // excludeExternals: '' +} diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index fa59a4a52..ff5cd47bf 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -69,3 +69,43 @@ export interface CommandMessageType { success?: string fail?: string } + +export interface GitmarsConfigApisBuildConfigType { + url: string + method?: 'post' | 'get' | 'put' | 'delete' + params?: Record +} + +export interface GitmarsConfigType { + master: string + develop: string + release: string + bugfix: string + support: string + user?: string + email?: string + skipCI?: boolean + msgTemplate?: string + apolloConfig?: { + configServerUrl: string + appId: string + clusterName: string + namespaceName: string[] + apolloEnv: string + token: string + } + apis?: Record + api?: string + gitHost?: string + gitID?: string + hooks?: Record + filepath?: string + nameValidator?: string | RegExp + descriptionValidator?: string | RegExp + versionControlType?: VersionControlType +} // & Record + +export interface GitmarsConfigExtend extends GitmarsConfigType { + skipCI: boolean + filepath: string +} diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/git/tsconfig.json b/packages/git/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/git/tsconfig.json +++ b/packages/git/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/gitmars/tsconfig.json b/packages/gitmars/tsconfig.json index 88cd448b9..04d3d234e 100644 --- a/packages/gitmars/tsconfig.json +++ b/packages/gitmars/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { "composite": true, "target": "ESNext", diff --git a/packages/gitmars/tsconfig.tsbuildinfo b/packages/gitmars/tsconfig.tsbuildinfo index 02b2af9d2..3b6795b5b 100644 --- a/packages/gitmars/tsconfig.tsbuildinfo +++ b/packages/gitmars/tsconfig.tsbuildinfo @@ -1 +1 @@ -{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/commander@11.1.0/node_modules/commander/typings/index.d.ts","../../node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../node_modules/.pnpm/await-to-done@1.0.2/node_modules/await-to-done/dist/index.d.ts","../../node_modules/.pnpm/use-downloads@1.5.1/node_modules/use-downloads/dist/index.d.ts","../../node_modules/.pnpm/mount-image@1.2.0/node_modules/mount-image/dist/index.d.ts","../../node_modules/.pnpm/mount-css@1.2.0/node_modules/mount-css/dist/index.d.ts","../../node_modules/.pnpm/mount-script@1.2.0/node_modules/mount-script/dist/index.d.ts","../../node_modules/.pnpm/mount-style@1.2.0/node_modules/mount-style/dist/index.d.ts","../../node_modules/.pnpm/load-source@1.2.0/node_modules/load-source/dist/index.d.ts","../../node_modules/.pnpm/js-cool@5.17.1/node_modules/js-cool/dist/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/index.d.ts","../core/typings/core.d.ts","../core/lib/api/getuserinfo.d.ts","../core/lib/queue.d.ts","../core/lib/git/getisbranchorcommitexist.d.ts","../core/lib/git/getisgitproject.d.ts","../core/lib/git/getcurrentbranch.d.ts","../core/lib/git/getgitconfig.d.ts","../core/lib/git/getismergedtargetbranch.d.ts","../core/lib/git/checkgitstatus.d.ts","../core/lib/git/fetch.d.ts","../core/lib/utils/command.d.ts","../core/lib/spawn.d.ts","../core/lib/utils/echo.d.ts","../core/lib/getconfig.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscription.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscriber.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operator.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/types.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audit.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audittime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffercount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/bufferwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/catcherror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combineall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/connect.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/count.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debouncetime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/defaultifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delaywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilchanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilkeychanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/elementat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/endwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/every.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/expand.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/filter.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/find.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/findindex.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/first.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/groupby.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/ignoreelements.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/isempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/last.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/map.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/notification.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/max.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergeall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/flatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergescan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/min.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectableobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/observeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/onerrorresumenextwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publish.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishbehavior.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishlast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishreplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/racewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeatwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retry.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retrywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/refcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sample.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sampletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/scan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sequenceequal.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/share.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sharereplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/single.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skiplast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipwhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/startwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/subscribeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchscan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/take.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takelast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takeuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takewhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/tap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throwifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeinterval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeoutwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/toarray.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/window.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/withlatestfrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/operators/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/action.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testmessage.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionlog.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionloggable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/coldobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/hotobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/timerhandle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncaction.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/virtualtimescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/testing/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/dom/animationframes.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/behaviorsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/replaysubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/asyncsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asapscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queuescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/identity.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/pipe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/noop.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/isobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/lastvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/firstvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/argumentoutofrangeerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/emptyerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/notfounderror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/objectunsubscribederror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/sequenceerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/unsubscriptionerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindcallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindnodecallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/anycatcher.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/defer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/empty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/forkjoin.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/from.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromevent.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromeventpattern.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/generate.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/iif.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/interval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/never.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/of.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/onerrorresumenext.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/range.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/throwerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/timer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/using.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/config.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/index.d.ts","../../node_modules/.pnpm/@types+through@0.0.30/node_modules/@types/through/index.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choice.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/separator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choices.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/screen-manager.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/base.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/paginator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/checkbox.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/confirm.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/editor.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/expand.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/input.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/list.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/number.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/password.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/rawlist.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/baseui.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/bottom-bar.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/prompt.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/events.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/readline.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/index.d.ts","./typings/gitmars.d.ts","../../node_modules/.pnpm/os-lang@3.2.0/node_modules/os-lang/dist/index.d.ts","./src/locales/zh-cn.ts","./src/locales/en-us.ts","./src/locales/index.ts","../core/lib/utils/local.d.ts","./src/common/local.ts","./src/conf/admin.ts","./src/gitm-admin.ts","./src/conf/alias.ts","./src/gitm-alias.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/types.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/index.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/index.d.ts","../core/lib/sendgroupmessage.d.ts","../core/lib/api/mergerequest.d.ts","../core/lib/api/mergerequestnotes.d.ts","./src/conf/approve.ts","./src/gitm-approve.ts","../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../node_modules/.pnpm/@types+glob@7.2.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+shelljs@0.8.15/node_modules/@types/shelljs/index.d.ts","../core/lib/git/searchbranches.d.ts","./src/conf/branch.ts","./src/gitm-branch.ts","../core/lib/build/runjenkins.d.ts","./src/conf/build.ts","./src/gitm-build.ts","../core/lib/git/getgitrevparse.d.ts","../core/lib/utils/file.d.ts","../core/lib/cache/cache.d.ts","../core/lib/utils/pkginfo.d.ts","../core/lib/build/buildconfig.d.ts","./src/conf/clean.ts","./src/gitm-clean.ts","../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/index.d.ts","../../node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.d.ts","./src/conf/cleanbranch.ts","./src/gitm-cleanbranch.ts","../core/lib/git/getisupdatedintime.d.ts","../core/lib/versioncontrol.d.ts","./src/common/global.ts","./src/conf/combine.ts","./src/gitm-combine.ts","./src/gitm-config.ts","../core/lib/git/getgitstatus.d.ts","../core/lib/cache/commandcache.d.ts","./src/conf/continue.ts","./src/gitm-continue.ts","../core/lib/git/prune.d.ts","../core/lib/git/getgitlogs.d.ts","../core/lib/git/getgitlogsbycommitids.d.ts","./src/conf/copy.ts","./src/gitm-copy.ts","./src/conf/end.ts","./src/gitm-end.ts","../core/lib/git/getstashlist.d.ts","./src/conf/get.ts","./src/gitm-get.ts","../core/lib/utils/debug.d.ts","../core/lib/go/cleanconfigset.d.ts","../core/lib/go/getcommand.d.ts","./src/conf/update.ts","./src/conf/undo.ts","./src/conf/redo.ts","./src/conf/start.ts","./src/conf/save.ts","./src/conf/revert.ts","./src/conf/link.ts","./src/conf/unlink.ts","./src/conf/postmsg.ts","./src/go/index.ts","./src/conf/go.ts","./src/gitm-go.ts","../core/lib/git/getbranchesfromid.d.ts","../core/lib/git/getismergeaction.d.ts","../core/lib/git/getbehindlogs.d.ts","../core/lib/hook/index.d.ts","./src/conf/hook.ts","./src/gitm-hook.ts","./src/gitm-init.ts","./src/conf/install.ts","./src/gitm-install.ts","./src/gitm-link.ts","../../node_modules/.pnpm/@types+columnify@1.5.4/node_modules/@types/columnify/index.d.ts","./src/conf/log.ts","./src/gitm-log.ts","./src/gitm-permission.ts","./src/gitm-postmsg.ts","../core/lib/cache/revertcache.d.ts","./src/gitm-redo.ts","./src/gitm-revert.ts","./src/conf/review.ts","./src/gitm-review.ts","../core/lib/hook/run.d.ts","./src/conf/run.ts","./src/gitm-run.ts","./src/gitm-save.ts","./src/gitm-start.ts","./src/conf/status.ts","./src/gitm-status.ts","./src/conf/suggest.ts","./src/gitm-suggest.ts","./src/gitm-undo.ts","./src/gitm-unlink.ts","./src/gitm-update.ts","./src/conf/upgrade.ts","./src/gitm-upgrade.ts","./src/gitm.ts","./typings/global.d.ts","./typings/lowdb.d.ts","../../node_modules/.pnpm/@types+cross-spawn@6.0.6/node_modules/@types/cross-spawn/index.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/add.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/after.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assign.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assigninwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/at.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/attempt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/before.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bind.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/camelcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/capitalize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/castarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ceil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chain.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chunk.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clamp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clone.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeepwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/compact.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/concat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/cond.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conforms.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conformsto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/constant.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/countby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/create.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curry.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curryright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/debounce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/deburr.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaults.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultsdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/delay.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/difference.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differenceby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differencewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/divide.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/drop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/droprightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/each.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/endswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entries.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entriesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escaperegexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/every.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extendwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/fill.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/filter.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/find.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlast.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/first.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatten.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/floor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flow.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flowright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreach.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forinright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forown.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forownright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/frompairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functions.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functionsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/get.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/groupby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/has.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/hasin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/head.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/identity.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/includes.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/indexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/initial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/inrange.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersection.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invert.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invertby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invoke.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invokemap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarguments.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraybuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylikeobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isboolean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isbuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isdate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iselement.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isempty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequal.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequalwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iserror.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfunction.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/islength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatch.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatchwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnan.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnative.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobjectlike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isregexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issymbol.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/istypedarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isundefined.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iteratee.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/join.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/kebabcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keyby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keysin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/last.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowerfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/map.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapkeys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapvalues.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matches.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matchesproperty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/max.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/maxby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/meanby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/memoize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/merge.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mergewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/method.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/methodof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/min.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/minby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mixin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/multiply.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/negate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/noop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/now.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/nth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ntharg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omit.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omitby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/once.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/orderby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/over.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overargs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overevery.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/oversome.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pad.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/parseint.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partialright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partition.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pick.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pickby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/property.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/propertyof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/random.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/range.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rangeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rearg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduceright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/remove.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/repeat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/replace.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rest.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/result.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reverse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/round.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sample.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/samplesize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/set.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/setwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/shuffle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/size.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/slice.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/snakecase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/some.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/split.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/spread.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubfalse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubtrue.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/subtract.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sum.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sumby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tail.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/take.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takerightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takewhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/template.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/templatesettings.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/throttle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/thru.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/times.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tofinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tointeger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolower.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tonumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topath.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tosafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tostring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toupper.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/transform.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trim.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/truncate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unescape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/union.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqueid.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/update.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/updatewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uppercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/upperfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/values.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/valuesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/without.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/words.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/wrap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobjectdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/index.d.ts","../../node_modules/.pnpm/@types+argparse@1.0.38/node_modules/@types/argparse/index.d.ts","../../node_modules/.pnpm/@types+ms@0.7.32/node_modules/@types/ms/index.d.ts","../../node_modules/.pnpm/@types+debug@4.1.12/node_modules/@types/debug/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+expect@1.20.4/node_modules/@types/expect/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/utils.d.ts","../../node_modules/.pnpm/@types+fs-extra@11.0.1/node_modules/@types/fs-extra/index.d.ts","../../node_modules/.pnpm/@types+glob@8.1.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+glob-stream@6.1.1/node_modules/@types/glob-stream/index.d.ts","../../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../../node_modules/.pnpm/@types+undertaker-registry@1.0.1/node_modules/@types/undertaker-registry/index.d.ts","../../node_modules/.pnpm/async-done@1.3.2/node_modules/async-done/index.d.ts","../../node_modules/.pnpm/@types+undertaker@1.2.8/node_modules/@types/undertaker/index.d.ts","../../node_modules/.pnpm/@types+vinyl@2.0.7/node_modules/@types/vinyl/index.d.ts","../../node_modules/.pnpm/@types+vinyl-fs@3.0.1/node_modules/@types/vinyl-fs/index.d.ts","../../node_modules/.pnpm/@types+gulp@4.0.17/node_modules/@types/gulp/index.d.ts","../../node_modules/.pnpm/@types+js-yaml@4.0.5/node_modules/@types/js-yaml/index.d.ts","../../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../../node_modules/.pnpm/@types+json5@0.0.29/node_modules/@types/json5/index.d.ts","../../node_modules/.pnpm/@types+linkify-it@3.0.2/node_modules/@types/linkify-it/index.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/encode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/decode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/parse.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/format.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/common/utils.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/token.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/ruler.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_block/state_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_core/state_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/renderer.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/index.d.ts","../../node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts","../../node_modules/.pnpm/@types+mdast@3.0.11/node_modules/@types/mdast/index.d.ts","../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts","../../node_modules/.pnpm/@types+normalize-package-data@2.4.1/node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/.pnpm/@types+ps-tree@1.1.2/node_modules/@types/ps-tree/index.d.ts","../../node_modules/.pnpm/@types+resolve@1.20.2/node_modules/@types/resolve/index.d.ts","../../node_modules/.pnpm/@types+rimraf@2.0.5/node_modules/@types/rimraf/index.d.ts","../../node_modules/.pnpm/@types+estree@0.0.39/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@0.63.5/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/@types+rollup-plugin-css-only@3.1.3/node_modules/@types/rollup-plugin-css-only/index.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts","../../node_modules/.pnpm/@types+web-bluetooth@0.0.20/node_modules/@types/web-bluetooth/index.d.ts","../../node_modules/.pnpm/@types+which@3.0.0/node_modules/@types/which/index.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/worker_threads.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","bed7b7ba0eb5a160b69af72814b4dde371968e40b6c5e73d3a9f7bee407d158c",{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"17d716b12c230355d207d8b464a3359e13041c0cbb94c243981618e279f57670","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","1a8efc8122d15a1d01a0e3736631713045e6ed5be354324f1c649ef0e3e7f872","0e7352e7ace3286d77e39f0d12731901a3d678956f364d6cd9bb571f33cbaa87","42d1ee5a4f647b2a53c00f818e641975005dd6134753ae9a305a215ac929e10b","4da1491bea70723b794d809e01e6bd9e363405fc5c42c5cbdd145339a6975484","ccc9116aea42694e3b7583975c223c8b1f333d760874b931d51ede2e6d5efdb6","31c2d8698b4a00e395306895f37a2401de55b2de891ffc8f0a532cdc20a1d377","facbf7d3391c19f77c267d7ff5a2a3ad854154716f4a83a42f23b867f7107767","14e5a0817854762835d43653f8d1abc5a6dfdd6c749487706faba4f850fbbb67","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"df3389f71a71a38bc931aaf1ef97a65fada98f0a27f19dd12f8b8de2b0f4e461","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"674168aa3db414ea0a19b2a31d901b2d49705c7a495e43ffdc96928543010f8c","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","afb1701fd4be413a8a5a88df6befdd4510c30a31372c07a4138facf61594c66d","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","e8d229e5d4d38ef4c108556c8ace652bd4f82ffa9dca94f266e69bb1167c1272","c554c713e5241f2b71a1ce7169ee57c3bfd5ffa13afd71ad012d6750327161a9","1060cb1eceb6d3808ff20bf14a80aa8be914f2698a3b7fd75f2e97dba9b29915","51cccb59d8bed8c8fb70e8a65295b923574cb69a4db035c66182f1811001c360","0d4a5a3e465423296bcb82bc35efc4de751ee0ff3c2d365d10718747f0a075da","46a2aa783259d2e61ceb530fc7e87b255062cad0949799dfdf2737abb181b51e","50ffdc0439d561bfaf04b3a13b80e8d75c62aa510fc628f4cd5fb327d2543f31","b13f76b4172777b1d5e0ba2f5a9ae07c158bcc1f57cd534e200526805352b46a","21d26b3c38381c828b864b46d4dbaa4c6e49f18e28bf32816f307832c8bfcf5b","115bfe5529bd52d8d2e0c2322c20fffcd5cd07667abcb902ab08f5ffa8fc7a8e","bf7fb150763c92186b52a3db9d02bbe7d9c08060e11aa8591a0c577356b6b112","4333eb58de8eca37caf18d3c620a9b524916d76becb4058cf2461904fb036dcc","a313ad742faf3e331433b53843e3509a3b31f7dc1b08d914ac1a18f8ed94e28b","e7a606c672b0f545ee667ee7378ed9a0fe29b278975cd76f43e02748065b21c5","ecf5cb089ea438f2545e04b6c52828c68d0b0f4bfaa661986faf36da273e9892","95444fb6292d5e2f7050d7021383b719c0252bf5f88854973977db9e3e3d8006","241bd4add06f06f0699dcd58f3b334718d85e3045d9e9d4fa556f11f4d1569c1","06540a9f3f2f88375ada0b89712de1c4310f7398d821c4c10ab5c6477dafb4bc",{"version":"c0ed4fcaf919e6990f53a966d329ef058499696e3d97a8a076dc9254dfe20228","affectsGlobalScope":true},"b8bff8a60af0173430b18d9c3e5c443eaa3c515617210c0c7b3d2e1743c19ecb","97bdf234f5db52085d99c6842db560bca133f8a0413ff76bf830f5f38f088ce3","a76ebdf2579e68e4cfe618269c47e5a12a4e045c2805ed7f7ab37af8daa6b091","b493ff8a5175cbbb4e6e8bcfa9506c08f5a7318b2278365cfca3b397c9710ebc","e59d36b7b6e8ba2dd36d032a5f5c279d2460968c8b4e691ca384f118fb09b52a","e96885c0684c9042ec72a9a43ef977f6b4b4a2728f4b9e737edcbaa0c74e5bf6","303ee143a869e8f605e7b1d12be6c7269d4cab90d230caba792495be595d4f56","89e061244da3fc21b7330f4bd32f47c1813dd4d7f1dc3d0883d88943f035b993","e46558c2e04d06207b080138678020448e7fc201f3d69c2601b0d1456105f29a","71549375db52b1163411dba383b5f4618bdf35dc57fa327a1c7d135cf9bf67d1","7e6b2d61d6215a4e82ea75bc31a80ebb8ad0c2b37a60c10c70dd671e8d9d6d5d","78bea05df2896083cca28ed75784dde46d4b194984e8fc559123b56873580a23","5dd04ced37b7ea09f29d277db11f160df7fd73ba8b9dba86cb25552e0653a637","f74b81712e06605677ae1f061600201c425430151f95b5ef4d04387ad7617e6a","9a72847fcf4ac937e352d40810f7b7aec7422d9178451148296cf1aa19467620","3ae18f60e0b96fa1e025059b7d25b3247ba4dcb5f4372f6d6e67ce2adac74eac","2b9260f44a2e071450ae82c110f5dc8f330c9e5c3e85567ed97248330f2bf639","4f196e13684186bda6f5115fc4677a87cf84a0c9c4fc17b8f51e0984f3697b6d","61419f2c5822b28c1ea483258437c1faab87d00c6f84481aa22afb3380d8e9a4","64479aee03812264e421c0bf5104a953ca7b02740ba80090aead1330d0effe91","a5eb4835ab561c140ffc4634bb039387d5d0cceebb86918f1696c7ac156d26fd","c5570e504be103e255d80c60b56c367bf45d502ca52ee35c55dec882f6563b5c","4252b852dd791305da39f6e1242694c2e560d5e46f9bb26e2aca77252057c026","0520b5093712c10c6ef23b5fea2f833bf5481771977112500045e5ea7e8e2b69","5c3cf26654cf762ac4d7fd7b83f09acfe08eef88d2d6983b9a5a423cb4004ca3","e60fa19cf7911c1623b891155d7eb6b7e844e9afdf5738e3b46f3b687730a2bd","b1fd72ff2bb0ba91bb588f3e5329f8fc884eb859794f1c4657a2bfa122ae54d0","6cf42a4f3cfec648545925d43afaa8bb364ac10a839ffed88249da109361b275","ba13c7d46a560f3d4df8ffb1110e2bbec5801449af3b1240a718514b5576156e","6df52b70d7f7702202f672541a5f4a424d478ee5be51a9d37b8ccbe1dbf3c0f2","0ca7f997e9a4d8985e842b7c882e521b6f63233c4086e9fe79dd7a9dc4742b5e","ebc8936ed464874fcceb0ded3b8728695aa356a21890238e9076887ec0722a54","db5704fdad56c74dfc5941283c1182ed471bd17598209d3ac4a49faa72e43cfc","758e8e89559b02b81bc0f8fd395b17ad5aff75490c862cbe369bb1a3d1577c40","2ee64342c077b1868f1834c063f575063051edd6e2964257d34aad032d6b657c","6f6b4b3d670b6a5f0e24ea001c1b3d36453c539195e875687950a178f1730fa7","05c4e2a992bb83066a3a648bad1c310cecd4d0628d7e19545bb107ac9596103a","b48b83a86dd9cfe36f8776b3ff52fcd45b0e043c0538dc4a4b149ba45fe367b9","792de5c062444bd2ee0413fb766e57e03cce7cdaebbfc52fc0c7c8e95069c96b","a79e3e81094c7a04a885bad9b049c519aace53300fb8a0fe4f26727cb5a746ce","dd6c3362aaaec60be028b4ba292806da8e7020eef7255c7414ce4a5c3a7138ef","8a4e89564d8ea66ad87ee3762e07540f9f0656a62043c910d819b4746fc429c5","b9011d99942889a0f95e120d06b698c628b0b6fdc3e6b7ecb459b97ed7d5bcc6","4d639cbbcc2f8f9ce6d55d5d503830d6c2556251df332dc5255d75af53c8a0e7","cdb48277f600ab5f429ecf1c5ea046683bc6b9f73f3deab9a100adac4b34969c","75be84956a29040a1afbe864c0a7a369dfdb739380072484eff153905ef867ee","b06b4adc2ae03331a92abd1b19af8eb91ec2bf8541747ee355887a167d53145e","3114b315cd0687aad8b57cff36f9c8c51f5b1bc6254f1b1e8446ae583d8e2474","0d417c15c5c635384d5f1819cc253a540fe786cc3fda32f6a2ae266671506a21","af733cb878419f3012f0d4df36f918a69ba38d73f3232ba1ab46ef9ede6cb29c","cb59317243a11379a101eb2f27b9df1022674c3df1df0727360a0a3f963f523b","0a01b0b5a9e87d04737084731212106add30f63ec640169f1462ba2e44b6b3a8","06b8a7d46195b6b3980e523ef59746702fd210b71681a83a5cf73799623621f9","860e4405959f646c101b8005a191298b2381af8f33716dc5f42097e4620608f8","f7e32adf714b8f25d3c1783473abec3f2e82d5724538d8dcf6f51baaaff1ca7a","e07d62a8a9a3bb65433a62e9bbf400c6bfd2df4de60652af4d738303ee3670a1","bfbf80f9cd4558af2d7b2006065340aaaced15947d590045253ded50aabb9bc5","851e8d57d6dd17c71e9fa0319abd20ab2feb3fb674d0801611a09b7a25fd281c","c3bd2b94e4298f81743d92945b80e9b56c1cdfb2bef43c149b7106a2491b1fc9","a246cce57f558f9ebaffd55c1e5673da44ea603b4da3b2b47eb88915d30a9181","d993eacc103c5a065227153c9aae8acea3a4322fe1a169ee7c70b77015bf0bb2","fc2b03d0c042aa1627406e753a26a1eaad01b3c496510a78016822ef8d456bb6","063c7ebbe756f0155a8b453f410ca6b76ffa1bbc1048735bcaf9c7c81a1ce35f","748e79252a7f476f8f28923612d7696b214e270cc909bc685afefaac8f052af0","9669075ac38ce36b638b290ba468233980d9f38bdc62f0519213b2fd3e2552ec","4d123de012c24e2f373925100be73d50517ac490f9ed3578ac82d0168bfbd303","656c9af789629aa36b39092bee3757034009620439d9a39912f587538033ce28","3ac3f4bdb8c0905d4c3035d6f7fb20118c21e8a17bee46d3735195b0c2a9f39f","1f453e6798ed29c86f703e9b41662640d4f2e61337007f27ac1c616f20093f69","af43b7871ff21c62bf1a54ec5c488e31a8d3408d5b51ff2e9f8581b6c55f2fc7","70550511d25cbb0b6a64dcac7fffc3c1397fd4cbeb6b23ccc7f9b794ab8a6954","af0fbf08386603a62f2a78c42d998c90353b1f1d22e05a384545f7accf881e0a","c3f32a185cd27ac232d3428a8d9b362c3f7b4892a58adaaa022828a7dcd13eed","3139c3e5e09251feec7a87f457084bee383717f3626a7f1459d053db2f34eb76","4888fd2bcfee9a0ce89d0df860d233e0cee8ee9c479b6bd5a5d5f9aae98342fe","3be870c8e17ec14f1c18fc248f5d2c4669e576404744ff5c63e6dafcf05b97ea","56654d2c5923598384e71cb808fac2818ca3f07dd23bb018988a39d5e64f268b","8b6719d3b9e65863da5390cb26994602c10a315aa16e7d70778a63fee6c4c079","6ab380571d87bd1d6f644fb6ab7837239d54b59f07dc84347b1341f866194214","547d3c406a21b30e2b78629ecc0b2ddaf652d9e0bdb2d59ceebce5612906df33","b3a4f9385279443c3a5568ec914a9492b59a723386161fd5ef0619d9f8982f97","3fe66aba4fbe0c3ba196a4f9ed2a776fe99dc4d1567a558fb11693e9fcc4e6ed","140eef237c7db06fc5adcb5df434ee21e81ee3a6fd57e1a75b8b3750aa2df2d8","0944ec553e4744efae790c68807a461720cff9f3977d4911ac0d918a17c9dd99","7c9ed7ffdc6f843ab69e5b2a3e7f667b050dd8d24d0052db81e35480f6d4e15d","7c7d9e116fe51100ff766703e6b5e4424f51ad8977fe474ddd8d0959aa6de257","af70a2567e586be0083df3938b6a6792e6821363d8ef559ad8d721a33a5bcdaf","006cff3a8bcb92d77953f49a94cd7d5272fef4ab488b9052ef82b6a1260d870b","7d44bfdc8ee5e9af70738ff652c622ae3ad81815e63ab49bdc593d34cb3a68e5","339814517abd4dbc7b5f013dfd3b5e37ef0ea914a8bbe65413ecffd668792bc6","34d5bc0a6958967ec237c99f980155b5145b76e6eb927c9ffc57d8680326b5d8","9eae79b70c9d8288032cbe1b21d0941f6bd4f315e14786b2c1d10bccc634e897","18ce015ed308ea469b13b17f99ce53bbb97975855b2a09b86c052eefa4aa013a","5a931bc4106194e474be141e0bc1046629510dc95b9a0e4b02a3783847222965","5e5f371bf23d5ced2212a5ff56675aefbd0c9b3f4d4fdda1b6123ac6e28f058c","907c17ad5a05eecb29b42b36cc8fec6437be27cc4986bb3a218e4f74f606911c","3656f0584d5a7ee0d0f2cc2b9cffbb43af92e80186b2ce160ebd4421d1506655","a726ad2d0a98bfffbe8bc1cd2d90b6d831638c0adc750ce73103a471eb9a891c","ce871684a7cb81d6a89630e0c6b4a064f876f7ec1d352917ace027b3fc3e537f","354582b26ecec449c94c71f76227102aad8a3aa7a113810a6b932c2421ddc050","42f8ed746d486725017ead628c6589fe13d6d6f5fa1517f978b3ccfcd7b46860","b03aa292cfdcd4edc3af00a7dbd71136dd067ec70a7536b655b82f4dd444e857","90f690a1c5fcb4c2d19c80fea05c8ab590d8f6534c4c296d70af6293ede67366","be95e987818530082c43909be722a838315a0fc5deb6043de0a76f5221cbad24","9ed5b799c50467b0c9f81ddf544b6bcda3e34d92076d6cab183c84511e45c39f","b4fa87cc1833839e51c49f20de71230e259c15b2c9c3e89e4814acc1d1ef10de","e90ac9e4ac0326faa1bc39f37af38ace0f9d4a655cd6d147713c653139cf4928","ea27110249d12e072956473a86fd1965df8e1be985f3b686b4e277afefdde584","1f6058d60eaa8825f59d4b76bbf6cc0e6ad9770948be58de68587b0931da00cc","5666075052877fe2fdddd5b16de03168076cf0f03fbca5c1d4a3b8f43cba570c","50100b1a91f61d81ca3329a98e64b7f05cddc5e3cb26b3411adc137c9c631aca","11aceaee5663b4ed597544567d6e6a5a94b66857d7ebd62a9875ea061018cd2c","6e30d0b5a1441d831d19fe02300ab3d83726abd5141cbcc0e2993fa0efd33db4","423f28126b2fc8d8d6fa558035309000a1297ed24473c595b7dec52e5c7ebae5","fb30734f82083d4790775dae393cd004924ebcbfde49849d9430bf0f0229dd16","2c92b04a7a4a1cd9501e1be338bf435738964130fb2ad5bd6c339ee41224ac4c","94ff6974e4afe28061d44732ecb889bb2296cf98c52022e8ebaf99ba8e9e5d62","669b754ec246dd7471e19b655b73bda6c2ca5bb7ccb1a4dff44a9ae45b6a716a","4bb6035e906946163ecfaec982389d0247ceeac6bdee7f1d07c03d9c224db3aa","8a44b424edee7bb17dc35a558cc15f92555f14a0441205613e0e50452ab3a602","24a00d0f98b799e6f628373249ece352b328089c3383b5606214357e9107e7d5","33637e3bc64edd2075d4071c55d60b32bdb0d243652977c66c964021b6fc8066","0f0ad9f14dedfdca37260931fac1edf0f6b951c629e84027255512f06a6ebc4c","16ad86c48bf950f5a480dc812b64225ca4a071827d3d18ffc5ec1ae176399e36","8cbf55a11ff59fd2b8e39a4aa08e25c5ddce46e3af0ed71fb51610607a13c505","d5bc4544938741f5daf8f3a339bfbf0d880da9e89e79f44a6383aaf056fe0159","c82857a876075e665bbcc78213abfe9e9b0206d502379576d7abd481ade3a569","4f71d883ed6f398ba8fe11fcd003b44bb5f220f840b3eac3c395ad91304e4620","5229c3934f58413f34f1b26c01323c93a5a65a2d9f2a565f216590dfbed1fe32","9fd7466b77020847dbc9d2165829796bf7ea00895b2520ff3752ffdcff53564b","fbfc12d54a4488c2eb166ed63bab0fb34413e97069af273210cf39da5280c8d6","85a84240002b7cf577cec637167f0383409d086e3c4443852ca248fc6e16711e","4c754b03f36ff35fc539f9ebb5f024adbb73ec2d3e4bfb35b385a05abb36a50e","59507446213e73654d6979f3b82dadc4efb0ed177425ae052d96a3f5a5be0d35","a914be97ca7a5be670d1545fc0691ac3fbabd023d7d084b338f6934349798a1f","8f62cbd3afbd6a07bb8c934294b6bfbe437021b89e53a4da7de2648ecfc7af25","62c3621d34fb2567c17a2c4b89914ebefbfbd1b1b875b070391a7d4f722e55dc","c05ac811542e0b59cb9c2e8f60e983461f0b0e39cea93e320fad447ff8e474f3","8e7a5b8f867b99cc8763c0b024068fb58e09f7da2c4810c12833e1ca6eb11c4f","132351cbd8437a463757d3510258d0fa98fd3ebef336f56d6f359cf3e177a3ce","df877050b04c29b9f8409aa10278d586825f511f0841d1ec41b6554f8362092b","33d1888c3c27d3180b7fd20bac84e97ecad94b49830d5dd306f9e770213027d1","ee942c58036a0de88505ffd7c129f86125b783888288c2389330168677d6347f","a3f317d500c30ea56d41501632cdcc376dae6d24770563a5e59c039e1c2a08ec","eb21ddc3a8136a12e69176531197def71dc28ffaf357b74d4bf83407bd845991","0c1651a159995dfa784c57b4ea9944f16bdf8d924ed2d8b3db5c25d25749a343","aaa13958e03409d72e179b5d7f6ec5c6cc666b7be14773ae7b6b5ee4921e52db","0a86e049843ad02977a94bb9cdfec287a6c5a0a4b6b5391a6648b1a122072c5a","87437ca9dabab3a41d483441696ff9220a19e713f58e0b6a99f1731af10776d7","26c5dfa9aa4e6428f4bb7d14cbf72917ace69f738fa92480b9749eebce933370","8e94328e7ca1a7a517d1aa3c569eac0f6a44f67473f6e22c2c4aff5f9f4a9b38","d604d413aff031f4bfbdae1560e54ebf503d374464d76d50a2c6ded4df525712","299f0af797897d77685d606502be72846b3d1f0dc6a2d8c964e9ea3ccbacf5bc","12bfd290936824373edda13f48a4094adee93239b9a73432db603127881a300d","340ceb3ea308f8e98264988a663640e567c553b8d6dc7d5e43a8f3b64f780374","c5a769564e530fba3ec696d0a5cff1709b9095a0bdf5b0826d940d2fc9786413","7124ef724c3fc833a17896f2d994c368230a8d4b235baed39aa8037db31de54f","5de1c0759a76e7710f76899dcae601386424eab11fb2efaf190f2b0f09c3d3d3","9c5ee8f7e581f045b6be979f062a61bf076d362bf89c7f966b993a23424e8b0d","1a11df987948a86aa1ec4867907c59bdf431f13ed2270444bf47f788a5c7f92d","3c97b5ea66276cf463525a6aa9d5bb086bf5e05beac70a0597cda2575503b57b","b756781cd40d465da57d1fc6a442c34ae61fe8c802d752aace24f6a43fedacee","0fe76167c87289ea094e01616dcbab795c11b56bad23e1ef8aba9aa37e93432a","3a45029dba46b1f091e8dc4d784e7be970e209cd7d4ff02bd15270a98a9ba24b","032c1581f921f8874cf42966f27fd04afcabbb7878fa708a8251cac5415a2a06","69c68ed9652842ce4b8e495d63d2cd425862104c9fb7661f72e7aa8a9ef836f8","a31383256374723b47d8b5497a9558bbbcf95bcecfb586a36caf7bfd3693eb0e","06f62a14599a68bcde148d1efd60c2e52e8fa540cc7dcfa4477af132bb3de271","64aa66c7458cbfd0f48f88070b08c2f66ae94aba099dac981f17c2322d147c06","11f19ce32d21222419cecab448fa335017ebebf4f9e5457c4fa9df42fa2dcca7","2e8ee2cbb5e9159764e2189cf5547aebd0e6b0d9a64d479397bb051cd1991744","1b0471d75f5adb7f545c1a97c02a0f825851b95fe6e069ac6ecaa461b8bb321d","1d157c31a02b1e5cca9bc495b3d8d39f4b42b409da79f863fb953fbe3c7d4884","07baaceaec03d88a4b78cb0651b25f1ae0322ac1aa0b555ae3749a79a41cba86","619a132f634b4ebe5b4b4179ea5870f62f2cb09916a25957bff17b408de8b56d","f60fa446a397eb1aead9c4e568faf2df8068b4d0306ebc075fb4be16ed26b741","f3cb784be4d9e91f966a0b5052a098d9b53b0af0d341f690585b0cc05c6ca412","350f63439f8fe2e06c97368ddc7fb6d6c676d54f59520966f7dbbe6a4586014e","eba613b9b357ac8c50a925fa31dc7e65ff3b95a07efbaa684b624f143d8d34ba","9814545517193cf51127d7fbdc3b7335688206ec04ee3a46bba2ee036bd0dcac","0f6199602df09bdb12b95b5434f5d7474b1490d2cd8cc036364ab3ba6fd24263","c8ca7fd9ec7a3ec82185bfc8213e4a7f63ae748fd6fced931741d23ef4ea3c0f","5c6a8a3c2a8d059f0592d4eab59b062210a1c871117968b10797dee36d991ef7","7acee2009eb9f4c6b17245edc555c7d5c9404343ea1b0cf8adae3b66292c1527","656424ca784760c679bf2677d8aaf55d1cb8452cd0ac04bbe1c0f659f45f8c11","0be1753924a848cf8df0be004518d84957a8539f6b01f1fad1ac639dc17586cb","e243f7d314cb8d05f393a5dc9904b3bcbd769ac082596402ab197df75bf582bf","5a7c95bcd09e90d7feb672686992187a310c37d5e30a1ddf3c39487c1aa74710","441ae3724070b80188b7bc48f66b96ca521d817e81836cdddb905cef6bbb4c8a","75c1851fd42fce32c4b066cc4666b158b44bb1cea3e88cc74a24ea2e5d1c5056","3901d2da5f2efb88bf7adf2cf609ac628469a6e00a57c241dff8068871239175","06af2a73111a13b52a270c1e74fd7dcccd1a9f1fdc3425bda9f8b45fa0c269cd","6abc96a8be012572275422560c525ed036b84fc6a798a90bd89d17c9810e2762","f71cbe1afd8376df3764bb980646b503353611b42534f1a1d44cb311bedab837","e9934689b2e167ba54f01b1225ff348055a8574ee7c907ef49b62c14102c6d26","0ecff30f6ee36ed2899ca0259e8bd018e9c627702d204256a436d76ac5991413","a353332b8d2de7ae57ab97b72ace1e8794e2907d3f907e04bff1a636ee93c826","505f2e4a22d30a66a1ffbc3f43ccc895e2ea3fcd92f9521797f25c354a87435d","60fef2f608d0ecaf124cb543ab18d835979a4841d38e5df9d64794ab51cd1352","cb8f5ffbf8bb06658a6ef27f1829c69238673b467a4881cac6a8247df73d94f3","9304e0b36cfdf03a7b7f972ac0b21ecd55e2cf5a5c0ce70754f8a47b55b6a90e","ab2265036d8a12bdd5454800b03966bf0e971be44fbd118f3aed3c1bd0124fc6","bbe08916928cbaca40a89cf36fc3c751ff3b32ab549b9f7e0b4fafcd0c3699d4","ab3f0217cbf698cadf45799bf224ade13e0b410d2cf76b0757b3f47349ff11a3","616ea4ff77f89fe59032df6f80ebdf5f40789419341de9b25d2946485c85ad05","9e59e01db841f0d4fe21443b8611e49ea7c91f297afc28ce6c433458afbcd081","6d3fbbb02013299c6af48bebeac2bb8c2d2a55e61cbd43992e56282c1d8d3946","2573547d477bfa20917d678da31182a392fa28123b9f64318168365ab207ce09",{"version":"55841d8a7b029d42573731e178433aba08766d33123c99e775c2ff5aaef9b833","signature":"08103531b4b3f36946803a542a4e5360615b8b728ed2d14c104596df1396213c"},{"version":"b941fc24dcf6f84f33a916eb9b132bd645f2b889f63c72b8290198296e28511d","signature":"9b5f17d908d229b4f7f74034c660dfb440c2fcbd813705e0e2f93fad0d9f8182"},{"version":"c5eeb285abb9ce414c79bdcdc16ae13e4eeb52d14aa181247a73ca58a8cab806","signature":"bafbc19fc792c6d6bef6824d4f0dfd1febc72fff8d0c3bbc45e6a7fbc97d9060"},"218f3531dcb93a06c646584bd211c21e81787892a2ec961540d322d9daf6c94f",{"version":"a6427fbb5aacde4a2e495fea54229e42a38f4ffa961494db72ff3ada38419744","signature":"d96a2be5c6bb3210f0ee0c1dff9128a72c551565bef60d886d441e6194022622"},{"version":"b7ee3e9b8920c105980c877c485db7a53404543317fc3a5fd6f29be9c18ad90c","signature":"e2440fcd772252c264dd2cab832a5ad842503783f7a6074d87fd29310f0d111d"},{"version":"13b6b31a6e6baa78aa720d2b1914057413c488aece859dc0d55137e279709ed4","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"2efee065ee66dbf4620ebb2baf30f0a13add914a97a9bc1fe7889d12c58ea0f5","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"8d12609d282bc8cc2b5f2e1da5c6e93140a8fe8eb5824f92b5a34a59cca1af7f","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","ccff6a039925da0bbddce77e8fe06865bb4bc144f8ca2f729b4390015044183b","8595f3e816cfbd193fee8f4236eab7ed0964434fa0a10a5db6bfc92b96226c30","75814b98e29acd92518c9d6507cc17e4fa54e475034b592673a2a8ecaaad92a7","a543d279a634f6d75e2c1ac20a6f0d8253a605636243e950386198c41240dfdb",{"version":"b52628eeb47b0cd52cda3b9651b3c3f54c80d1f2d6273a7ef1c973bf0101d344","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"4f7385a4469f1fb93ff8c08da62fccb8886533418acd45b93405712bd129abea","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","df84eca381b7c2ec232cda8f9e0f4e05802d3eb64b23d9972cbc5e08327f7f27","76f1d085a3922a651052594db96a1d32b7911c781f0a40b2fc01c1f1e3b22b96",{"version":"b2b82672e1edde180192354f2fbd60f90f9d170fe456a37ccd6c64ba8e6f11e2","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"8022c6862f9a4f4488435893afa17e40cf90e6149431c436f818da348d3d3520","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"c62b5e22f96fd8d3ac1cc66b442acf0594725c30452b064f673a62a64602f390",{"version":"0f24a3225102f8fed8a305bc2fa513bc473a940c9d97645320874eb0a288578f","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"4509ca8ceb7955c09f64c901b066b4cd3eaa2e40934dc54d5663c022d5125d4d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"80093aa4d3270317e6840beb91e4c049ffb878d3b04d10679d8fa4b75b5f3bb8","8e066672893413e167c4a2906a6cce250138fc4f3e9b9514e6fbdec95210b184","88fcd929c00efd6048254953f1ab1fef53a750578818802506cd06dbc69ad709","fea8c6a3883f7310002aaa3e66e4e917cd73f97601867abe6a0c22f17dd21558","e97e696c26f46153622ed9e38e67b5f7512d01748b71666192ca882cbf64ff3b",{"version":"38496fdf95c0d00f30b994c852878901b013c27748387df5378a7ba37207ffb3","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"3e88bb64dc914c056152fb0c5214d3d0e48c8a74dac913a05ec6f1ad2dfdef30","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"c2a70cf2999d7ccd2f87c22042393b853e01bb2994d6561071aa53a82926c0de","437ce3def325725c84c242f916886e634ff8f133356ea88ccb4bdd425792bb36",{"version":"64e203f19d555a700a557bacbee78d678fadea0a92a4bfb187479ded48c16469","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"b407071c2dc30ab54ddc25cde9f28cc167f5d59f7b50b470a74120c8191445cf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"edb02f3da82a3277232b26f6c01ea025eab5c14c541ba4da0c65439ba6e9ac34","dba18d6997f01923248f4e12f0c388e4c760026726d190dc11d9114db3e01c1a",{"version":"c032bae74047886c9ef54ac78251effe2d2eb384fdf13d725c91f2ae6596d73e","signature":"5899bb32de24c2ac05c168c038fca0d503ab0972cb595e2cb1728f5ccbb24f44"},{"version":"e28ae4bd552699c5c765e967c5f348c53d32d6ed5d9f352e3911b8c71c795362","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"4e5cbae643bfd8ee953f1403cbeb4d076cb9058613a403fb130bbf6bbfebcaec","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e1e8aa3cf555fa3b0228e603eb22a0195389e8e289b45daa53a23f1da349eef0","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"274e5a91263555feed6ef52c3f7f028d5d69341761170fbd6b148ca8682a1b5a","5d065c0e5167ebde3c8c51edcd8862128592462cb16c3d2a2c76141e92ebd288",{"version":"c334817900fa31bda3f833cbc4815c1e55bbb58db0ceb94069f5568b0f926488","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"5e730f3f78582b00e663651992805ea443f72a2a55f2eb0766499da1a0aa97b0","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"5d4514dfcdba8fea8261a07b27528ea838ad50a6484646b546d529dabd67ac1e","333a10012749a59dad0723aae8dc2da24d70dedf3c3ca9df5d4d560024b506e3","8073ddc157506ce7fee6a9454d61c9b5a49b12f50610b59739e760d2918f591a",{"version":"41955c23e42e44197baee63ac89c86a8dc1c6842b994b783b3a606379b3a13f9","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"4d78904728817cedd6887480bb285d8d48c4a5b555fd852dedb7d8b17962de5c","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e67b5c6f8dbc0d1299c9264c33caa954c695b94579ae749720d1d91539cb7ce4","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"afe92f01b87086b8dd16ac195f4a3b4bf2c4cf3714c2cca716e299d210b4a45f","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"f528017c2753bc992e454ca5ad8e9ab5657f82d1706820130ac4d1f1aa667237",{"version":"998d24de163d04f809405662aa67f393b5bf785ed04ed97c0dfe1f8a14d200b4","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"7be5eb96ee046e09bd65a6ec147274cd16a888d249c948814fe69471b706c6ca","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"0748cd9aa62c8a5509ec0a8f3cbb427857fea1c5db450bf1d8cc657462ce27a3","18d54dcfeaa58f9b305ec400d10f603eb10c267c7c1878877169a8035685375e","5000f04adaca31c3efe5158b53a1be6617197d54a6469a8e79c5c731c5f25727",{"version":"da5f57411f376ef00549f78ef64154012da1c504da2464ac38837f06d9d66443","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"405d4ae28f9dc2a6fc28c088b783520265aaa33ccdaec726dab8331b447fdcbf","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"c898167f07e98feeb78c440072c4c2a6e8fc263316a191c916802e31e808bf25","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"617bbbecea3cdaf391f7786c2a02fdb1c1a684e45dcd30558e7de7381cd53fb1","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"bdb12cc7446f0baf53cd7103fab10d7b859e45c3e9d0f0357ce322b7c117716d","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"eb74d51d2b5a0032319b176257da18a2692161f96d2cacae977dfe3d58f70aa1","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"837fcb5076e60db6f0c70e0fafea5368ac6ecedb58ae18c96d69864a9a1b2037","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"1e713415aa8b29455dc9f56480656f759316682aa91b6799c51d889c3c5429c5","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"c3f29cb275ccaea909c5ee6098fb7bd6c86e01b33ebc804a2c17a409dbb514a7","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"d4c2aa9e3b65f60b4c593465ee246a2118c8f6484660858a1095eea41104bf8c","signature":"aaaf4495995b6d1687f849b28f543205755e10a34988d083db4ba5c0716c259c"},{"version":"2cc5a271e08d86713a3dbb2d31870a8827565cc49a44934f24656253fda7a3cf","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"d628f269b884d5c45a2f70bff9c3c14bfc7478fdf4b6e52736e790ffc1e5992d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"6b007652aa23e4abb863a4cd00bb64201ce3b096ff78e5279eb2b9d492035394","260d8adf9016371afa88404f86bd1ea8bc94d6fdf6eea55a86e408f51360c30c","2305b99a3376f16b8818f0b64cff8e0c180eabce3fb81119b18b7c2fc4648ecd","63aff9cbcea181b81272321fd0b5c892eed9589fabf2e516c392f5b31dc10eb1",{"version":"5e7377f4d75dd34afc017424abfa193f65cac05020f753c210d5fae9387b7774","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"0b0ede3722802bde94edbd9f9d68ca675715a4618c75ff0ab4e254fb03ed0aa7","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"5808209744cd7c1a18fe910bb75454c8da20d2df560438ce169de4d3a3ff8d09","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c6d3ef8663c257ad725ffaf229194595b39f8acef0f77de795db63f2b4ece42b","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"2ee3a5c52e8b80f97001f29a68a0a5459602c3fe590b7ff58f12e7cf7661c6da","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"68a7ebc3c0bea15c9a7412bfa207024619192fc7640f0a3f67a40991b518ded2","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"f4054ad0c9b4ce4e3f3a3a545be2388af5c1636d23c5adc663e1efbeeabf344d",{"version":"ee9064671e06cd4a6dec14504eabf362ccad0ee23e1e019989ffa0957dcfd34f","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"93acc4052ae338ceb08ca44e2774d36cb8d89fa528b926e72f838514d7c475f9","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e312c08b7c1a44fc451490025dc1bf81085c36f3ddfddc7b5476c5274cec32e2","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"d8656f6a9d58a4d1da3602ca9e414a3b801d9e84258a6d61ad5687506285fadd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"be2858250199192fe9d20d7270a2b39958dc83092754e73db3fa8ce17a0a22cb",{"version":"a535f40a29c44827ec240efa441a8f2b4149e32e964e1775f93d0229da9b0757","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"4eca0258069711a7ab1a5d2b38fc98562a027ef247201d1d29d2eec62b0c917d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1a500b4a2c1d4d643db16ce25e57f1c9756229413edd5ef189f46bae62c7578d","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"b5937757af6f044f7f422eb6094c230b5692f01606818f39eea2e8a5008993c1","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"748e0a592f05614e152baaced769cdd3fd57907acb9f3ace5a31c42566022485",{"version":"51e2e927e5bc5d06a5b511921c903ac1b3cc161164d3558bf86bc5a64a450e33","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"55828333a0943312408f1af6cf73e400791f9d40b0114122069a494f2507fdfa","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"a642fa511d3d02cede5b3ed77cd795477f0c0bf14f6240f7449933045e56868c","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"38324652f0390d328a66520d26aa0fd98477b1cc35b8fd40c1d943f7aa418b20","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"7d4468432fd113af7dad1c41db42c81a763a7c88754a43d0c3964395b901ef94","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"8805ed16d3b852bf1eebac0ef6cfbb1d0cd0a1ed6a51e36329d73973d5e34feb","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"b7141076aefc03aaba36205dbb9ec67df57252f5d74d6c77729d7416a030be15","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"ec3b40180760291e763893d4d94fb7ae5a44268c66e0ed9bab795927ae33a39e","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"d88099bca25957df6a5e29d028b00d426776439413c29670d735429963012405","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"004aa402193e18faa5e781383996eb3370c0976c577441b59919b8f8e02bfc66","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"88bcf48c17034d61dc6c107130c887dabb28f047a8c0c59907e3979c013778e9","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f584fe92f254631e79795f5a0fa48ffb2a37280088ee1ab90d3efc14c8aba67d","signature":"0d640e068083c68e44634c47920585fcc6350bb233ce7883625efd3512c6763d"},{"version":"5ec4c76c1e4d9897184413852157a824faae5f92f09a75061457a3ae30fc76c2","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"a804ddc5eacee7d9a58f1b6bf5f081e0d6a2258a1f3835112dad4ad647510eef","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"99bbfdf4f454d76e91a518b42f91c742759fa9d2dd9364381deadecc161d489b","affectsGlobalScope":true},"beda6215df1bf614f16276ad61cce5f25b3ceba88a901dfe949093e3a143f435","c269a12e83c5ffc0332b1f245008e4e621e483dd2f8b9b77fc6a664fcde4969d","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cf93e7b09b66e142429611c27ba2cbf330826057e3c793e1e2861e976fae3940","90e727d145feb03695693fdc9f165a4dc10684713ee5f6aa81e97a6086faa0f8","ee2c6ec73c636c9da5ab4ce9227e5197f55a57241d66ea5828f94b69a4a09a2d","afaf64477630c7297e3733765046c95640ab1c63f0dfb3c624691c8445bc3b08","5aa03223a53ad03171988820b81a6cae9647eabcebcb987d1284799de978d8e3","7f50c8914983009c2b940923d891e621db624ba32968a51db46e0bf480e4e1cb","90fc18234b7d2e19d18ac026361aaf2f49d27c98dc30d9f01e033a9c2b01c765","a980e4d46239f344eb4d5442b69dcf1d46bd2acac8d908574b5a507181f7e2a1","bbbfa4c51cdaa6e2ef7f7be3ae199b319de6b31e3b5afa7e5a2229c14bb2568a","bc7bfe8f48fa3067deb3b37d4b511588b01831ba123a785ea81320fe74dd9540","fd60c0aaf7c52115f0e7f367d794657ac18dbb257255777406829ab65ca85746","15c17866d58a19f4a01a125f3f511567bd1c22235b4fd77bf90c793bf28388c3","51301a76264b1e1b4046f803bda44307fba403183bc274fe9e7227252d7315cb","ddef23e8ace6c2b2ddf8d8092d30b1dd313743f7ff47b2cbb43f36c395896008","9e42df47111429042b5e22561849a512ad5871668097664b8fb06a11640140ac","391fcc749c6f94c6c4b7f017c6a6f63296c1c9ae03fa639f99337dddb9cc33fe","ac4706eb1fb167b19f336a93989763ab175cd7cc6227b0dcbfa6a7824c6ba59a","633220dc1e1a5d0ccf11d3c3e8cadc9124daf80fef468f2ff8186a2775229de3","6de22ad73e332e513454f0292275155d6cb77f2f695b73f0744928c4ebb3a128","ebe0e3c77f5114b656d857213698fade968cff1b3a681d1868f3cfdd09d63b75","22c27a87488a0625657b52b9750122814c2f5582cac971484cda0dcd7a46dc3b","7e7a817c8ec57035b2b74df8d5dbcc376a4a60ad870b27ec35463536158e1156","0e2061f86ca739f34feae42fd7cce27cc171788d251a587215b33eaec456e786","91659b2b090cadffdb593736210910508fc5b77046d4ce180b52580b14b075ec","d0f6c657c45faaf576ca1a1dc64484534a8dc74ada36fd57008edc1aab65a02b","ce0c52b1ebc023b71d3c1fe974804a2422cf1d85d4af74bb1bced36ff3bff8b5","9c6acb4a388887f9a5552eda68987ee5d607152163d72f123193a984c48157c9","90d0a9968cbb7048015736299f96a0cceb01cf583fd2e9a9edbc632ac4c81b01","49abec0571c941ab6f095885a76828d50498511c03bb326eec62a852e58000c5","8eeb4a4ff94460051173d561749539bca870422a6400108903af2fb7a1ffe3d7","49e39b284b87452fed1e27ac0748ba698f5a27debe05084bc5066b3ecf4ed762","59dcf835762f8df90fba5a3f8ba87941467604041cf127fb456543c793b71456","33e0c4c683dcaeb66bedf5bb6cc35798d00ac58d7f3bc82aadb50fa475781d60","605839abb6d150b0d83ed3712e1b3ffbeb309e382770e7754085d36bc2d84a4c","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","0f0a16a0e8037c17e28f537028215e87db047eba52281bd33484d5395402f3c1","cf533aed4c455b526ddccbb10dae7cc77e9269c3d7862f9e5cedbd4f5c92e05e","f8a60ca31702a0209ef217f8f3b4b32f498813927df2304787ac968c78d8560d","530192961885d3ddad87bf9c4390e12689fa29ff515df57f17a57c9125fc77c3","165ba9e775dd769749e2177c383d24578e3b212e4774b0a72ad0f6faee103b68","61448f238fdfa94e5ccce1f43a7cced5e548b1ea2d957bec5259a6e719378381","69fa523e48131ced0a52ab1af36c3a922c5fd7a25e474d82117329fe051f5b85","fa10b79cd06f5dd03435e184fb05cc5f0d02713bfb4ee9d343db527501be334c","c6fb591e363ee4dea2b102bb721c0921485459df23a2d2171af8354cacef4bce","ea7e1f1097c2e61ed6e56fa04a9d7beae9d276d87ac6edb0cd39a3ee649cddfe","e8cf2659d87462aae9c7647e2a256ac7dcaf2a565a9681bfb49328a8a52861e8","7e374cb98b705d35369b3c15444ef2ff5ff983bd2fbb77a287f7e3240abf208c","ca75ba1519f9a426b8c512046ebbad58231d8627678d054008c93c51bc0f3fa5","ff63760147d7a60dcfc4ac16e40aa2696d016b9ffe27e296b43655dfa869d66b","4d434123b16f46b290982907a4d24675442eb651ca95a5e98e4c274be16f1220","57263d6ba38046e85f499f3c0ab518cfaf0a5f5d4f53bdae896d045209ab4aff","d3a535f2cd5d17f12b1abf0b19a64e816b90c8c10a030b58f308c0f7f2acfe2c","be26d49bb713c13bd737d00ae8a61aa394f0b76bc2d5a1c93c74f59402eb8db3","c7012003ac0c9e6c9d3a6418128ddebf6219d904095180d4502b19c42f46a186","d58c55750756bcf73f474344e6b4a9376e5381e4ba7d834dc352264b491423b6","01e2aabfabe22b4bf6d715fc54d72d32fa860a3bd1faa8974e0d672c4b565dfe","ba2c489bb2566c16d28f0500b3d98013917e471c40a4417c03991460cb248e88","39f94b619f0844c454a6f912e5d6868d0beb32752587b134c3c858b10ecd7056","0d2d8b0477b1cf16b34088e786e9745c3e8145bc8eea5919b700ad054e70a095","2a5e963b2b8f33a50bb516215ba54a20801cb379a8e9b1ae0b311e900dc7254c","d8307f62b55feeb5858529314761089746dce957d2b8fd919673a4985fa4342a","bf449ec80fc692b2703ad03e64ae007b3513ecd507dc2ab77f39be6f578e6f5c","f780213dd78998daf2511385dd51abf72905f709c839a9457b6ba2a55df57be7","2b7843e8a9a50bdf511de24350b6d429a3ee28430f5e8af7d3599b1e9aa7057f","05d95be6e25b4118c2eb28667e784f0b25882f6a8486147788df675c85391ab7","62d2721e9f2c9197c3e2e5cffeb2f76c6412121ae155153179049890011eb785","ff5668fb7594c02aca5e7ba7be6c238676226e450681ca96b457f4a84898b2d9","59fd37ea08657fef36c55ddea879eae550ffe21d7e3a1f8699314a85a30d8ae9","84e23663776e080e18b25052eb3459b1a0486b5b19f674d59b96347c0cb7312a","43e5934c7355731eec20c5a2aa7a859086f19f60a4e5fcd80e6684228f6fb767","a49c210c136c518a7c08325f6058fc648f59f911c41c93de2026db692bba0e47","1a92f93597ebc451e9ef4b158653c8d31902de5e6c8a574470ecb6da64932df4","256513ad066ac9898a70ca01e6fbdb3898a4e0fe408fbf70608fdc28ac1af224","d9835850b6cc05c21e8d85692a8071ebcf167a4382e5e39bf700c4a1e816437e","e5ab7190f818442e958d0322191c24c2447ddceae393c4e811e79cda6bd49836","91b4b77ef81466ce894f1aade7d35d3589ddd5c9981109d1dea11f55a4b807a0","03abb209bed94c8c893d9872639e3789f0282061c7aa6917888965e4047a8b5f","e97a07901de562219f5cba545b0945a1540d9663bd9abce66495721af3903eec","bf39ed1fdf29bc8178055ec4ff32be6725c1de9f29c252e31bdc71baf5c227e6","985eabf06dac7288fc355435b18641282f86107e48334a83605739a1fe82ac15","6112d33bcf51e3e6f6a81e419f29580e2f8e773529d53958c7c1c99728d4fb2e","89e9f7e87a573504acc2e7e5ad727a110b960330657d1b9a6d3526e77c83d8be","44bbb88abe9958c7c417e8687abf65820385191685009cc4b739c2d270cb02e9","ab4b506b53d2c4aec4cc00452740c540a0e6abe7778063e95c81a5cd557c19eb","858757bde6d615d0d1ee474c972131c6d79c37b0b61897da7fbd7110beb8af12","60b9dea33807b086a1b4b4b89f72d5da27ad0dd36d6436a6e306600c47438ac4","409c963b1166d0c1d49fdad1dfeb4de27fd2d6662d699009857de9baf43ca7c3","b7674ecfeb5753e965404f7b3d31eec8450857d1a23770cb867c82f264f546ab","c9800b9a9ad7fcdf74ed8972a5928b66f0e4ff674d55fd038a3b1c076911dcbe","99864433e35b24c61f8790d2224428e3b920624c01a6d26ea8b27ee1f62836bb","c391317b9ff8f87d28c6bfe4e50ed92e8f8bfab1bb8a03cd1fe104ff13186f83","42bdc3c98446fdd528e2591213f71ce6f7008fb9bb12413bd57df60d892a3fb5","542d2d689b58c25d39a76312ccaea2fcd10a45fb27b890e18015399c8032e2d9","97d1656f0a563dbb361d22b3d7c2487427b0998f347123abd1c69a4991326c96","d4f53ed7960c9fba8378af3fa28e3cc483d6c0b48e4a152a83ff0973d507307d","0665de5280d65ec32776dc55fb37128e259e60f389cde5b9803cf9e81ad23ce0","b6dc8fd1c6092da86725c338ca6c263d1c6dd3073046d3ec4eb2d68515062da2","d9198a0f01f00870653347560e10494efeca0bfa2de0988bd5d883a9d2c47edb","d4279865b926d7e2cfe8863b2eae270c4c035b6e923af8f9d7e6462d68679e07","73b6945448bb3425b764cfe7b1c4b0b56c010cc66e5f438ef320c53e469797eb","cf72fd8ffa5395f4f1a26be60246ec79c5a9ad201579c9ba63fd2607b5daf184","301a458744666096f84580a78cc3f6e8411f8bab92608cdaa33707546ca2906f","711e70c0916ff5f821ea208043ecd3e67ed09434b8a31d5616286802b58ebebe","e1f2fd9f88dd0e40c358fbf8c8f992211ab00a699e7d6823579b615b874a8453","17db3a9dcb2e1689ff7ace9c94fa110c88da64d69f01dc2f3cec698e4fc7e29e","73fb07305106bb18c2230890fcacf910fd1a7a77d93ac12ec40bc04c49ee5b8e","2c5f341625a45530b040d59a4bc2bc83824d258985ede10c67005be72d3e21d0","c4a262730d4277ecaaf6f6553dabecc84dcca8decaebbf2e16f1df8bbd996397","c23c533d85518f3358c55a7f19ab1a05aad290251e8bba0947bd19ea3c259467","5d0322a0b8cdc67b8c71e4ccaa30286b0c8453211d4c955a217ac2d3590e911f","f5e4032b6e4e116e7fec5b2620a2a35d0b6b8b4a1cc9b94a8e5ee76190153110","9ab26cb62a0e86ab7f669c311eb0c4d665457eb70a103508aa39da6ccee663da","5f64d1a11d8d4ce2c7ee3b72471df76b82d178a48964a14cdfdc7c5ef7276d70","24e2fbc48f65814e691d9377399807b9ec22cd54b51d631ba9e48ee18c5939dd","bfa2648b2ee90268c6b6f19e84da3176b4d46329c9ec0555d470e647d0568dfb","75ef3cb4e7b3583ba268a094c1bd16ce31023f2c3d1ac36e75ca65aca9721534","3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","3ada1b216e45bb9e32e30d8179a0a95870576fe949c33d9767823ccf4f4f4c97","1ace2885dffab849f7c98bffe3d1233260fbf07ee62cb58130167fd67a376a65","2126e5989c0ca5194d883cf9e9c10fe3e5224fbd3e4a4a6267677544e8be0aae","41a6738cf3c756af74753c5033e95c5b33dfc1f6e1287fa769a1ac4027335bf5","6e8630be5b0166cbc9f359b9f9e42801626d64ff1702dcb691af811149766154","e36b77c04e00b4a0bb4e1364f2646618a54910c27f6dc3fc558ca2ced8ca5bc5","2c4ea7e9f95a558f46c89726d1fedcb525ef649eb755a3d7d5055e22b80c2904","4875d65190e789fad05e73abd178297b386806b88b624328222d82e455c0f2e7","bf5302ecfaacee37c2316e33703723d62e66590093738c8921773ee30f2ecc38","62684064fe034d54b87f62ad416f41b98a405dee4146d0ec03b198c3634ea93c","be02cbdb1688c8387f8a76a9c6ed9d75d8bb794ec5b9b1d2ba3339a952a00614","cefaff060473a5dbf4939ee1b52eb900f215f8d6249dc7c058d6b869d599983c","b2797235a4c1a7442a6f326f28ffb966226c3419399dbb33634b8159af2c712f","164d633bbd4329794d329219fc173c3de85d5ad866d44e5b5f0fb60c140e98f2","b74300dd0a52eaf564b3757c07d07e1d92def4e3b8708f12eedb40033e4cafe9","a792f80b1e265b06dce1783992dbee2b45815a7bdc030782464b8cf982337cf2","8816b4b3a87d9b77f0355e616b38ed5054f993cc4c141101297f1914976a94b1","0f35e4da974793534c4ca1cdd9491eab6993f8cf47103dadfc048b899ed9b511","0ccdfcaebf297ec7b9dde20bbbc8539d5951a3d8aaa40665ca469da27f5a86e1","7fcb05c8ce81f05499c7b0488ae02a0a1ac6aebc78c01e9f8c42d98f7ba68140","81c376c9e4d227a4629c7fca9dde3bbdfa44bd5bd281aee0ed03801182368dc5","0f2448f95110c3714797e4c043bbc539368e9c4c33586d03ecda166aa9908843","b2f1a443f7f3982d7325775906b51665fe875c82a62be3528a36184852faa0bb","7568ff1f23363d7ee349105eb936e156d61aea8864187a4c5d85c60594b44a25","8c4d1d9a4eba4eac69e6da0f599a424b2689aee55a455f0b5a7f27a807e064db","e1beb9077c100bdd0fc8e727615f5dae2c6e1207de224569421907072f4ec885","3dda13836320ec71b95a68cd3d91a27118b34c05a2bfda3e7e51f1d8ca9b960b","fedc79cb91f2b3a14e832d7a8e3d58eb02b5d5411c843fcbdc79e35041316b36","99f395322ffae908dcdfbaa2624cc7a2a2cb7b0fbf1a1274aca506f7b57ebcb5","5e1f7c43e8d45f2222a5c61cbc88b074f4aaf1ca4b118ac6d6123c858efdcd71","7388273ab71cb8f22b3f25ffd8d44a37d5740077c4d87023da25575204d57872","0a48ceb01a0fdfc506aa20dfd8a3563edbdeaa53a8333ddf261d2ee87669ea7b","3182d06b874f31e8e55f91ea706c85d5f207f16273480f46438781d0bd2a46a1","ccd47cab635e8f71693fa4e2bbb7969f559972dae97bd5dbd1bbfee77a63b410","89770fa14c037f3dc3882e6c56be1c01bb495c81dec96fa29f868185d9555a5d","7048c397f08c54099c52e6b9d90623dc9dc6811ea142f8af3200e40d66a972e1","512120cd6f026ce1d3cf686c6ab5da80caa40ef92aa47466ec60ba61a48b5551","6cd0cb7f999f221e984157a7640e7871960131f6b221d67e4fdc2a53937c6770","f48b84a0884776f1bc5bf0fcf3f69832e97b97dc55d79d7557f344de900d259b","dca490d986411644b0f9edf6ea701016836558e8677c150dca8ad315178ec735","a028a04948cf98c1233166b48887dad324e8fe424a4be368a287c706d9ccd491","3046ed22c701f24272534b293c10cfd17b0f6a89c2ec6014c9a44a90963dfa06","394da10397d272f19a324c95bea7492faadf2263da157831e02ae1107bd410f5","0580595a99248b2d30d03f2307c50f14eb21716a55beb84dd09d240b1b087a42","a7da9510150f36a9bea61513b107b59a423fdff54429ad38547c7475cd390e95","659615f96e64361af7127645bb91f287f7b46c5d03bea7371e6e02099226d818","1f2a42974920476ce46bb666cd9b3c1b82b2072b66ccd0d775aa960532d78176","500b3ae6095cbab92d81de0b40c9129f5524d10ad955643f81fc07d726c5a667","a957ad4bd562be0662fb99599dbcf0e16d1631f857e5e1a83a3f3afb6c226059","e57a4915266a6a751c6c172e8f30f6df44a495608613e1f1c410196207da9641","7a12e57143b7bc5a52a41a8c4e6283a8f8d59a5e302478185fb623a7157fff5e","17b3426162e1d9cb0a843e8d04212aabe461d53548e671236de957ed3ae9471b","f38e86eb00398d63180210c5090ef6ed065004474361146573f98b3c8a96477d","231d9e32382d3971f58325e5a85ba283a2021243651cb650f82f87a1bf62d649","6532e3e87b87c95f0771611afce929b5bad9d2c94855b19b29b3246937c9840b","65704bbb8f0b55c73871335edd3c9cead7c9f0d4b21f64f5d22d0987c45687f0","787232f574af2253ac860f22a445c755d57c73a69a402823ae81ba0dfdd1ce23","5e63903cd5ebce02486b91647d951d61a16ad80d65f9c56581cd624f39a66007","bcc89a120d8f3c02411f4df6b1d989143c01369314e9b0e04794441e6b078d22","d17531ef42b7c76d953f63bd5c5cd927c4723e62a7e0b2badf812d5f35f784eb","6d4ee1a8e3a97168ea4c4cc1c68bb61a3fd77134f15c71bb9f3f63df3d26b54c","1eb04fea6b47b16922ed79625d90431a8b2fc7ba9d5768b255e62df0c96f1e3a","de0c2eece83bd81b8682f4496f558beb728263e17e74cbc4910e5c9ce7bef689","98866542d45306dab48ecc3ddd98ee54fa983353bc3139dfbc619df882f54d90","9e04c7708917af428c165f1e38536ddb2e8ecd576f55ed11a97442dc34b6b010","31fe6f6d02b53c1a7c34b8d8f8c87ee9b6dd4b67f158cbfff3034b4f3f69c409","2e1d853f84188e8e002361f4bfdd892ac31c68acaeac426a63cd4ff7abf150d0","666b5289ec8a01c4cc0977c62e3fd32e89a8e3fd9e97c8d8fd646f632e63c055","a1107bbb2b10982dba1f7958a6a5cf841e1a19d6976d0ecdc4c43269c7b0eaf2","07fa6122f7495331f39167ec9e4ebd990146a20f99c16c17bc0a98aa81f63b27","39c1483481b35c2123eaab5094a8b548a0c3f1e483ab7338102c3291f1ab18bf","b73e6242c13796e7d5fba225bf1c07c8ee66d31b7bb65f45be14226a9ae492d2","f2931608d541145d189390d6cfb74e1b1e88f73c0b9a80c4356a4daa7fa5e005","8684656fe3bf1425a91bd62b8b455a1c7ec18b074fd695793cfae44ae02e381a","ccf0b9057dd65c7fb5e237de34f706966ebc30c6d3669715ed05e76225f54fbd","d930f077da575e8ea761e3d644d4c6279e2d847bae2b3ea893bbd572315acc21","19b0616946cb615abde72c6d69049f136cc4821b784634771c1d73bec8005f73","553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","1225cf1910667bfd52b4daa9974197c3485f21fe631c3ce9db3b733334199faa","f7cb9e46bd6ab9d620d68257b525dbbbbc9b0b148adf500b819d756ebc339de0","e46d6c3120aca07ae8ec3189edf518c667d027478810ca67a62431a0fa545434","9d234b7d2f662a135d430d3190fc21074325f296273125244b2bf8328b5839a0","0554ef14d10acea403348c53436b1dd8d61e7c73ef5872e2fe69cc1c433b02f8","2f6ae5538090db60514336bd1441ca208a8fab13108cfa4b311e61eaca5ff716","17bf4ce505a4cff88fb56177a8f7eb48aa55c22ccc4cce3e49cc5c8ddc54b07d","3d735f493d7da48156b79b4d8a406bf2bbf7e3fe379210d8f7c085028143ee40","41de1b3ddd71bd0d9ed7ac217ca1b15b177dd731d5251cde094945c20a715d03","17d9c562a46c6a25bc2f317c9b06dd4e8e0368cbe9bdf89be6117aeafd577b36","ded799031fe18a0bb5e78be38a6ae168458ff41b6c6542392b009d2abe6a6f32","ed48d467a7b25ee1a2769adebc198b647a820e242c96a5f96c1e6c27a40ab131","b914114df05f286897a1ae85d2df39cfd98ed8da68754d73cf830159e85ddd15","73881e647da3c226f21e0b80e216feaf14a5541a861494c744e9fbe1c3b3a6af","d79e1d31b939fa99694f2d6fbdd19870147401dbb3f42214e84c011e7ec359ab","4f71097eae7aa37941bab39beb2e53e624321fd341c12cc1d400eb7a805691ff","58ebb4f21f3a90dda31a01764462aa617849fdb1b592f3a8d875c85019956aff","a8e8d0e6efff70f3c28d3e384f9d64530c7a7596a201e4879a7fd75c7d55cbb5","df5cbb80d8353bf0511a4047cc7b8434b0be12e280b6cf3de919d5a3380912c0","256eb0520e822b56f720962edd7807ed36abdf7ea23bcadf4a25929a3317c8cf","9cf2cbc9ceb5f718c1705f37ce5454f14d3b89f690d9864394963567673c1b5c","07d3dd790cf1e66bb6fc9806d014dd40bb2055f8d6ca3811cf0e12f92ba4cb9a","1f99fd62e9cff9b50c36f368caf3b9fb79fc6f6c75ca5d3c2ec4afaea08d9109","6558faaacba5622ef7f1fdfb843cd967af2c105469b9ff5c18a81ce85178fca7","34e7f17ae9395b0269cd3f2f0af10709e6dc975c5b44a36b6b70442dc5e25a38","a4295111b54f84c02c27e46b0855b02fad3421ae1d2d7e67ecf16cb49538280a","ce9746b2ceae2388b7be9fe1f009dcecbc65f0bdbc16f40c0027fab0fb848c3b","35ce823a59f397f0e85295387778f51467cea137d787df385be57a2099752bfb","2e5acd3ec67bc309e4f679a70c894f809863c33b9572a8da0b78db403edfa106","1872f3fcea0643d5e03b19a19d777704320f857d1be0eb4ee372681357e20c88","9689628941205e40dcbb2706d1833bd00ce7510d333b2ef08be24ecbf3eb1a37","0317a72a0b63094781476cf1d2d27585d00eb2b0ca62b5287124735912f3d048","6ce4c0ab3450a4fff25d60a058a25039cffd03141549589689f5a17055ad0545","9153ec7b0577ae77349d2c5e8c5dd57163f41853b80c4fb5ce342c7a431cbe1e","f490dfa4619e48edd594a36079950c9fca1230efb3a82aaf325047262ba07379","674f00085caff46d2cbc76fc74740fd31f49d53396804558573421e138be0c12","41d029194c4811f09b350a1e858143c191073007a9ee836061090ed0143ad94f","44a6259ffd6febd8510b9a9b13a700e1d022530d8b33663f0735dbb3bee67b3d","6f4322500aff8676d9b8eef7711c7166708d4a0686b792aa4b158e276ed946a7","e829ff9ecffa3510d3a4d2c3e4e9b54d4a4ccfef004bacbb1d6919ce3ccca01f","62e6fec9dbd012460b47af7e727ec4cd34345b6e4311e781f040e6b640d7f93e","4d180dd4d0785f2cd140bc069d56285d0121d95b53e4348feb4f62db2d7035d3","f1142cbba31d7f492d2e7c91d82211a8334e6642efe52b71d9a82cb95ba4e8ae","279cac827be5d48c0f69fe319dc38c876fdd076b66995d9779c43558552d8a50","a70ff3c65dc0e7213bfe0d81c072951db9f5b1e640eb66c1eaed0737879c797b","f75d3303c1750f4fdacd23354657eca09aae16122c344e65b8c14c570ff67df5","3ebae6a418229d4b303f8e0fdb14de83f39fba9f57b39d5f213398bca72137c7","21ba07e33265f59d52dece5ac44f933b2b464059514587e64ad5182ddf34a9b0","2d3d96efba00493059c460fd55e6206b0667fc2e73215c4f1a9eb559b550021f","d23d4a57fff5cec5607521ba3b72f372e3d735d0f6b11a4681655b0bdd0505f4","395c1f3da7e9c87097c8095acbb361541480bf5fd7fa92523985019fef7761dd","d61f3d719293c2f92a04ba73d08536940805938ecab89ac35ceabc8a48ccb648","ca693235a1242bcd97254f43a17592aa84af66ccb7497333ccfea54842fde648","cd41cf040b2e368382f2382ec9145824777233730e3965e9a7ba4523a6a4698e","2e7a9dba6512b0310c037a28d27330520904cf5063ca19f034b74ad280dbfe71","9f2a38baf702e6cb98e0392fa39d25a64c41457a827b935b366c5e0980a6a667","c1dc37f0e7252928f73d03b0d6b46feb26dea3d8737a531ca4c0ec4105e33120","25126b80243fb499517e94fc5afe5c9c5df3a0105618e33581fb5b2f2622f342","d332c2ddcb64012290eb14753c1b49fe3eee9ca067204efba1cf31c1ce1ee020","1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","7c9f2d62d83f1292a183a44fb7fb1f16eb9037deb05691d307d4017ac8af850a","d0163ab7b0de6e23b8562af8b5b4adea4182884ca7543488f7ac2a3478f3ae6e","05224e15c6e51c4c6cd08c65f0766723f6b39165534b67546076c226661db691","a5f7158823c7700dd9fc1843a94b9edc309180c969fbfa6d591aeb0b33d3b514","7d30937f8cf9bb0d4b2c2a8fb56a415d7ef393f6252b24e4863f3d7b84285724","e04d074584483dc9c59341f9f36c7220f16eed09f7af1fa3ef9c64c26095faec","619697e06cbc2c77edda949a83a62047e777efacde1433e895b904fe4877c650","88d9a8593d2e6aee67f7b15a25bda62652c77be72b79afbee52bea61d5ffb39e","044d7acfc9bd1af21951e32252cf8f3a11c8b35a704169115ddcbde9fd717de2","a4ca8f13a91bd80e6d7a4f013b8a9e156fbf579bbec981fe724dad38719cfe01","5a216426a68418e37e55c7a4366bc50efc99bda9dc361eae94d7e336da96c027","13b65b640306755096d304e76d4a237d21103de88b474634f7ae13a2fac722d5","7478bd43e449d3ce4e94f3ed1105c65007b21f078b3a791ea5d2c47b30ea6962","601d3e8e71b7d6a24fc003aca9989a6c25fa2b3755df196fd0aaee709d190303","168e0850fcc94011e4477e31eca81a8a8a71e1aed66d056b7b50196b877e86c8","37ba82d63f5f8c6b4fc9b756f24902e47f62ea66aae07e89ace445a54190a86e","f5b66b855f0496bc05f1cd9ba51a6a9de3d989b24aa36f6017257f01c8b65a9f","823b16d378e8456fcc5503d6253c8b13659be44435151c6b9f140c4a38ec98c1","b58b254bf1b586222844c04b3cdec396e16c811463bf187615bb0a1584beb100","a367c2ccfb2460e222c5d10d304e980bd172dd668bcc02f6c2ff626e71e90d75","0718623262ac94b016cb0cfd8d54e4d5b7b1d3941c01d85cf95c25ec1ba5ed8d","d4f3c9a0bd129e9c7cbfac02b6647e34718a2b81a414d914e8bd6b76341172e0","824306df6196f1e0222ff775c8023d399091ada2f10f2995ce53f5e3d4aff7a4","84ca07a8d57f1a6ba8c0cf264180d681f7afae995631c6ca9f2b85ec6ee06c0f","35755e61e9f4ec82d059efdbe3d1abcccc97a8a839f1dbf2e73ac1965f266847","64a918a5aa97a37400ec085ffeea12a14211aa799cd34e5dc828beb1806e95bb","0c8f5489ba6af02a4b1d5ba280e7badd58f30dc8eb716113b679e9d7c31185e5","7b574ca9ae0417203cdfa621ab1585de5b90c4bc6eea77a465b2eb8b92aa5380","3334c03c15102700973e3e334954ac1dffb7be7704c67cc272822d5895215c93","aabcb169451df7f78eb43567fab877a74d134a0a6d9850aa58b38321374ab7c0","1b5effdd8b4e8d9897fc34ab4cd708a446bf79db4cb9a3467e4a30d55b502e14","d772776a7aea246fd72c5818de72c3654f556b2cf0d73b90930c9c187cc055fc","dbd4bd62f433f14a419e4c6130075199eb15f2812d2d8e7c9e1f297f4daac788","427df949f5f10c73bcc77b2999893bc66c17579ad073ee5f5270a2b30651c873","c4c1a5565b9b85abfa1d663ca386d959d55361e801e8d49155a14dd6ca41abe1","7a45a45c277686aaff716db75a8157d0458a0d854bacf072c47fee3d499d7a99","57005b72bce2dc26293e8924f9c6be7ee3a2c1b71028a680f329762fa4439354","8f53b1f97c53c3573c16d0225ee3187d22f14f01421e3c6da1a26a1aace32356","810fdc0e554ed7315c723b91f6fa6ef3a6859b943b4cd82879641563b0e6c390","87a36b177b04d23214aa4502a0011cd65079e208cd60654aefc47d0d65da68ea","28a1c17fcbb9e66d7193caca68bbd12115518f186d90fc729a71869f96e2c07b","cc2d2abbb1cc7d6453c6fee760b04a516aa425187d65e296a8aacff66a49598a","d2413645bc4ab9c3f3688c5281232e6538684e84b49a57d8a1a8b2e5cf9f2041","4e6e21a0f9718282d342e66c83b2cd9aa7cd777dfcf2abd93552da694103b3dc","9006cc15c3a35e49508598a51664aa34ae59fc7ab32d6cc6ea2ec68d1c39448e","74467b184eadee6186a17cac579938d62eceb6d89c923ae67d058e2bcded254e","4169b96bb6309a2619f16d17307da341758da2917ff40c615568217b14357f5e","4a94d6146b38050de0830019a1c6a7820c2e2b90eba1a5ee4e4ab3bc30a72036","48a35ece156203abf19864daa984475055bbed4dc9049d07f4462100363f1e85","dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","c4c868a268d20e2c678cfafd1524b6548776d80885089870960737623ec00b50","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2","ab754c02d70553f7131f80a5c44f6e45c3251afb571a73117274b4724f683e02","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","732a22e28e99e56f4f76410ef1d28ab502ae569ed7a25161db50629814f0c4e3","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","320dbd1fad4669e888e2f83c8abd2942898b993120473d3a79cb4545dbcf2a85","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2","207c7a7aa85b59e5abd719d0a2bd243b5ff51d489bfed9d45c99a7b94c0bb812","ac49c844ebee8a9b1eb2183ca9dc83fd37c6b7c32075807bbe3e5fd0028e941b","b729899cd0358594a799a91369578b41ff6b6f5db7335bba2ba52edd0df8d95b",{"version":"ab63ed8928d3a3a33862a0189f2acea4f6c5aa58324c3ac54464779dd4a0ea5d","affectsGlobalScope":true},"b8bbaace0a1559049493f3a87f4a31bee9073a0236b9d22982d9872f4c93d09a","686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","6503fb6addf62f9b10f8564d9869ad824565a914ec1ac3dd7d13da14a3f57036","f313731860257325f13351575f381fef333d4dfe30daf5a2e72f894208feea08","951b37f7d86f6012f09e6b35f1de57c69d75f16908cb0adaa56b93675ea0b853","3816fc03ffd9cbd1a7a3362a264756a4a1d547caabea50ca68303046be40e376","0c417b4ec46b88fb62a43ec00204700b560d01eb5677c7faa8ecd34610f096a8","13d29cdeb64e8496424edf42749bbb47de5e42d201cf958911a4638cbcffbd3f","dcafd874e49d42fc215dcb4ef1e06511363c1f31979951081f3cd1908a05a636","b2be45e9e0238c849783783dc27bf79f3b1a65332424a65cc1118f207b4792c9","6002c44a8e8edbe4c79ce856c7bac3f8e69a2a45dc5bd6b229ca4ab323b924b3","b4d505a77e0829de5e5e23eaefb3d7989e0dbdfdb02ea69159df9f40017fb958","b8396e9024d554b611cbe31a024b176ba7116063d19354b5a02dccd8f0118989","f2242adef346a64818a1af914146f6f6046f16505e8a228c3bdb70185d4fdf4c","2f7508d8eeadcfde20b41ec13726c9ad26f04bbf830434e289c6010d5be28455","8b155c4757d197969553de3762c8d23d5866710301de41e1b66b97c9ed867003","9798f0d3693043da9dda9146b5e8622cd4476270e7aed8f3cb346b9b40a52103","fc7e8927b6fa6c81d68783afb314d01592c559e86bd36df334c37f40d0136acd","73f72caffdd55f189b5bf4e6b5ca273b4e26269d9aac859b9d30a5f799c095ad","d998e3e185cdf59dfc84043c41a42c02daaf3b7b21bee2db2d1f620a8e134f4c","06aa8858883e08f5136eb182d2f285ea615aeb464007f83c7a31ee1f8d9932b1","62d429aba0bbe459a04965d10c7637b74b319149f17874920a5ffb9fe3ba14d8","6b5acb2819b71f30dc2ba5929d3918e0a658ffec00095880b3de7e934122a75b","2b603cae1c11f97a113adac3f8ba8d60ee842c740c8139d41ab9d6ce202449a5","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","4ec9d340a4b31d571bafaf4e09e747793ad99fe57117cca8ecbac2abc1dcd3cb","8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","3034db2891e04de367126370bebec88ac3b4e3b1eb8b7dc30671ccddb717eed2","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8db87f1a11acf41035f806b3a09bf144f3d0f2e3fd8faf818db733a5ad67a494","898f60d2750246a8dd22fc66b160d96e8da30dd3fb0155bcbe77cfd7617cf20a","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab",{"version":"6451264601a58c77b5f347234485ce0ac09e9fafcc5228a3c60f5ccb3fc8524e","affectsGlobalScope":true},"d8e11b9b348b4d1f50d94a71a815e275a1cb92bed1648289e54437822803649c"],"root":[386,[388,390],[392,396],403,404,409,410,412,413,419,420,423,424,[427,430],433,434,[438,441],443,444,[448,459],[464,469],[471,474],[476,479],[481,496]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitOverride":true,"noUnusedLocals":true,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[112,160],[817],[124,160,821,822],[160,406,824],[123,124,160,405],[124,141,827,830,832],[138,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384],[385],[365,366,385],[138,363,368,385],[138,369,370,385],[138,369,385],[138,363,369,385],[138,375,385],[138,385],[138,363],[368],[138],[124,152,160],[510],[511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814],[498,500,501,502,503,504,505,506,507,508,509,510],[498,499,501,502,503,504,505,506,507,508,509,510],[499,500,501,502,503,504,505,506,507,508,509,510],[498,499,500,502,503,504,505,506,507,508,509,510],[498,499,500,501,503,504,505,506,507,508,509,510],[498,499,500,501,502,504,505,506,507,508,509,510],[498,499,500,501,502,503,505,506,507,508,509,510],[498,499,500,501,502,503,504,506,507,508,509,510],[498,499,500,501,502,503,504,505,507,508,509,510],[498,499,500,501,502,503,504,505,506,508,509,510],[498,499,500,501,502,503,504,505,506,507,509,510],[498,499,500,501,502,503,504,505,506,507,508,510],[498,499,500,501,502,503,504,505,506,507,508,509],[857],[842],[846,847,848],[845],[847],[837,843,844,849,852,854,855,856],[844,850,851,857],[850,853],[844,845,850,857],[844,857],[859],[838,839,840,841],[74],[110],[111,116,144],[112,123,124,131,141,152],[112,113,123,131],[114,153],[115,116,124,132],[116,141,149],[117,119,123,131],[110,118],[119,120],[123],[121,123],[110,123],[123,124,125,141,152],[123,124,125,138,141,144],[108,111,157],[119,123,126,131,141,152],[123,124,126,127,131,141,149,152],[126,128,141,149,152],[74,75,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],[123,129],[130,152,157],[119,123,131,141],[132],[133],[110,134],[135,151,157],[136],[137],[123,138,139],[138,140,153,155],[111,123,141,142,143,144],[111,141,143],[141,142],[144],[145],[110,141],[123,147,148],[147,148],[116,131,141,149],[150],[131,151],[111,126,137,152],[116,153],[141,154],[130,155],[156],[111,116,123,125,134,141,152,155,157],[141,158],[124,160,824],[160,867],[869,908],[869,893,908],[908],[869],[869,894,908],[869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907],[894,908],[112,160,406],[141,160],[123,160,828,829],[123,160,825,831],[124,160],[112,123,141],[123,124,160,826],[398],[397],[66,67,68,69,70,71,72],[68,69,70,71],[421],[160],[123,866],[175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,191,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,231,232,233,234,235,236,237,238,239,240,241,242,244,245,246,247,248,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,294,295,296,298,307,309,310,311,312,313,314,316,317,319,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362],[220],[176,179],[178],[178,179],[175,176,177,179],[176,178,179,336],[179],[175,178,220],[178,179,336],[178,344],[176,178,179],[188],[211],[232],[178,179,220],[179,227],[178,179,220,238],[178,179,238],[179,279],[179,220],[175,179,297],[175,179,298],[320],[304,306],[315],[304],[175,179,297,304,305],[297,298,306],[318],[175,179,304,305,306],[177,178,179],[175,179],[176,178,298,299,300,301],[220,298,299,300,301],[298,300],[178,299,300,302,303,307],[175,178],[179,322],[180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,221,222,223,224,225,226,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295],[308],[85,89,152],[85,141,152],[80],[82,85,149,152],[131,149],[80,160],[82,85,131,152],[77,78,81,84,111,123,141,152],[77,83],[81,85,111,144,152,160],[111,160],[101,111,160],[79,80,160],[85],[79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107],[85,92,93],[83,85,93,94],[84],[77,80,85],[85,89,93,94],[89],[83,85,88,152],[77,82,83,85,89,92],[111,141],[80,85,101,111,157,160],[161],[112,160,161],[390],[392],[387,390,391],[386],[64,65,73,130,162,163,164,165,166,167,168,169,170,171,172,173,174,386,392,393],[64,65,171,172,173,386,392,395],[64,65,162,165,167,171,173,174,385,386,392,399,400,401,402,403],[64,65,163,164,165,171,386,392,407,408,409],[64,65,161,171,385,386,392,407,411,412],[64,65,165,171,385,386,392,407,414,415,416,417,418,419],[64,65,73,164,165,166,168,170,171,172,173,174,385,386,392,408,422,423],[64,65,73,130,162,163,165,166,167,168,169,171,174,386,392,407,408,425,426,427,428],[64,65,161,165,174,392,407,414,415,427],[64,65,163,165,171,385,386,392,407,431,432,433],[64,65,161,163,165,166,169,170,171,173,385,386,392,399,407,408,435,436,437,438],[64,65,73,130,162,163,164,165,166,167,168,169,171,174,386,392,407,408,426,427,440],[64,65,163,165,166,171,386,392,407,442,443],[64,65,73,166,171,385,386,392,407,457,458],[64,65,165,166,168,171,174,386,392,407,425,460,461,462,463,464],[64,65,124,165,385,386,392,407,414,427],[64,65,171,172,173,386,392,422,467],[64,171,172,386,392,407,454],[64,65,165,171,173,386,392,399,436,470,471],[64,65,166,172,174,392,407],[64,171,386,392,400,456],[64,65,163,165,166,171,173,385,386,392,399,407,450,475],[64,65,163,165,171,386,392,407,453],[64,65,165,167,171,173,385,386,392,399,400,401,402,470,478],[64,171,386,392,480,481],[64,65,163,165,166,171,386,392,407,452],[64,65,73,163,165,169,171,174,386,392,407,426,451],[64,65,165,166,171,173,386,392,431,470,485],[64,65,165,171,386,392,407,487],[64,65,161,163,165,166,171,173,385,386,392,399,407,436,437,449,475],[64,171,172,386,392,407,455],[64,65,163,165,166,168,169,170,171,174,386,392,407,408,426,427,448],[64,65,171,172,386,392,422,492],[64,65,130,172,173,392,407],[166,172,393,409,412,419,423,428,438,440,443,445,446,447,448,449,450,451,452,453,454,455,456],[388,389],[112,160,385],[911,912],[821,822,912,913],[406,824,912],[405,912,913,914],[827,830,832,913,915],[363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,916],[363,368,385,916],[369,370,385,916],[369,385,916],[363,369,385,916],[375,385,916],[385,916],[363,916],[916],[912,913,917],[824,912,913],[867,912],[406,911,912],[912,915],[828,829,912,914],[825,831,912,914],[912,913],[911,914,915],[826,912,913,914],[912],[866,914],[85,89,917],[85,915,917],[82,85,917,918],[918,919],[80,912],[82,85,917,919],[77,78,81,84,914,915,917,920],[81,85,912,917,920,921],[912,920],[101,912,920],[79,80,912],[83,85,88,917],[915,920],[80,85,101,912,920,922],[161,911,912],[390,391],[385,911,912]],"referencedMap":[[497,1],[818,2],[823,3],[825,4],[406,5],[824,5],[833,6],[385,7],[365,8],[367,9],[366,8],[369,10],[371,11],[372,12],[373,13],[374,11],[375,12],[376,11],[377,14],[378,12],[379,11],[380,15],[381,8],[382,8],[383,16],[370,17],[384,18],[368,18],[821,19],[511,20],[512,20],[513,20],[514,20],[515,20],[516,20],[517,20],[518,20],[519,20],[520,20],[521,20],[522,20],[523,20],[524,20],[525,20],[526,20],[527,20],[528,20],[529,20],[530,20],[531,20],[532,20],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[815,21],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[782,20],[783,20],[784,20],[785,20],[786,20],[787,20],[788,20],[789,20],[790,20],[791,20],[792,20],[793,20],[794,20],[795,20],[796,20],[797,20],[798,20],[799,20],[800,20],[801,20],[802,20],[803,20],[804,20],[805,20],[806,20],[807,20],[808,20],[809,20],[810,20],[811,20],[812,20],[813,20],[814,20],[499,22],[500,23],[498,24],[501,25],[502,26],[503,27],[504,28],[505,29],[506,30],[507,31],[508,32],[509,33],[510,34],[858,35],[843,36],[849,37],[846,38],[848,39],[857,40],[852,41],[854,42],[855,43],[856,44],[851,44],[853,44],[845,44],[860,45],[841,36],[842,46],[840,36],[74,47],[75,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,55],[118,56],[119,57],[120,57],[122,58],[121,59],[123,60],[124,61],[125,62],[109,63],[126,64],[127,65],[128,66],[160,67],[129,68],[130,69],[131,70],[132,71],[133,72],[134,73],[135,74],[136,75],[137,76],[138,77],[139,77],[140,78],[141,79],[143,80],[142,81],[144,82],[145,83],[146,84],[147,85],[148,86],[149,87],[150,88],[151,89],[152,90],[153,91],[154,92],[155,93],[156,94],[157,95],[158,96],[865,97],[868,98],[893,99],[894,100],[869,101],[872,101],[891,99],[892,99],[882,99],[881,102],[879,99],[874,99],[887,99],[885,99],[889,99],[873,99],[886,99],[890,99],[875,99],[876,99],[888,99],[870,99],[877,99],[878,99],[880,99],[884,99],[895,103],[883,99],[871,99],[908,104],[902,103],[904,105],[903,103],[896,103],[897,103],[899,103],[901,103],[905,105],[906,105],[898,105],[900,105],[407,106],[364,107],[830,108],[832,109],[831,110],[829,111],[827,112],[399,113],[398,114],[73,115],[72,116],[422,117],[387,118],[867,119],[363,120],[314,121],[312,121],[362,122],[327,123],[326,123],[227,124],[178,125],[334,124],[335,124],[337,126],[338,124],[339,127],[238,128],[340,124],[311,124],[341,124],[342,129],[343,124],[344,123],[345,130],[346,124],[347,124],[348,124],[349,124],[350,123],[351,124],[352,124],[353,124],[354,124],[355,131],[356,124],[357,124],[358,124],[359,124],[360,124],[177,122],[180,127],[181,127],[182,127],[183,127],[184,127],[185,127],[186,127],[187,124],[189,132],[190,127],[188,127],[191,127],[192,127],[193,127],[194,127],[195,127],[196,127],[197,124],[198,127],[199,127],[200,127],[201,127],[202,127],[203,124],[204,127],[205,127],[206,127],[207,127],[208,127],[209,127],[210,124],[212,133],[211,127],[213,127],[214,127],[215,127],[216,127],[217,131],[218,124],[219,124],[233,134],[221,135],[222,127],[223,127],[224,124],[225,127],[226,127],[228,136],[229,127],[230,127],[231,127],[232,127],[234,127],[235,127],[236,127],[237,127],[239,137],[240,127],[241,127],[242,127],[243,124],[244,127],[245,138],[246,138],[247,138],[248,124],[249,127],[250,127],[251,127],[256,127],[252,127],[253,124],[254,127],[255,124],[257,127],[258,127],[259,127],[260,127],[261,127],[262,127],[263,124],[264,127],[265,127],[266,127],[267,127],[268,127],[269,127],[270,127],[271,127],[272,127],[273,127],[274,127],[275,127],[276,127],[277,127],[278,127],[279,127],[280,139],[281,127],[282,127],[283,127],[284,127],[285,127],[286,127],[287,124],[288,124],[289,124],[290,124],[291,124],[292,127],[293,127],[294,127],[295,127],[313,140],[361,124],[298,141],[297,142],[321,143],[320,144],[316,145],[315,144],[317,146],[306,147],[304,148],[319,149],[318,146],[307,150],[220,151],[176,152],[175,127],[302,153],[303,154],[301,155],[299,127],[308,156],[179,157],[325,123],[323,158],[296,159],[309,160],[92,161],[99,162],[91,161],[106,163],[83,164],[82,165],[105,118],[100,166],[103,167],[85,168],[84,169],[80,170],[79,171],[102,172],[81,173],[86,174],[90,174],[108,175],[107,174],[94,176],[95,177],[97,178],[93,179],[96,180],[101,118],[88,181],[89,182],[98,183],[78,184],[104,185],[162,186],[418,186],[411,186],[432,186],[475,186],[174,186],[436,186],[437,186],[431,187],[446,186],[447,186],[163,186],[172,1],[171,186],[391,188],[426,186],[161,1],[427,189],[392,190],[393,191],[395,191],[403,191],[409,191],[412,191],[419,191],[423,191],[428,191],[433,191],[438,191],[440,191],[443,191],[458,191],[464,191],[467,191],[454,191],[471,191],[456,191],[450,191],[453,191],[478,191],[481,191],[452,191],[451,191],[485,191],[487,191],[449,191],[455,191],[448,191],[492,191],[394,192],[396,193],[404,194],[410,195],[413,196],[420,197],[424,198],[429,199],[430,200],[434,201],[439,202],[441,203],[444,204],[459,205],[465,206],[466,207],[468,208],[469,209],[472,210],[473,211],[474,212],[476,213],[477,214],[479,215],[482,216],[483,217],[484,218],[486,219],[488,220],[489,221],[490,222],[491,223],[493,224],[494,225],[457,226],[390,227],[386,228]],"exportedModulesMap":[[497,229],[818,2],[823,230],[825,231],[406,232],[824,232],[833,233],[385,234],[365,8],[367,9],[366,8],[369,235],[371,236],[372,237],[373,238],[374,236],[375,237],[376,236],[377,239],[378,237],[379,236],[380,240],[381,8],[382,8],[383,241],[370,17],[384,242],[368,242],[821,243],[511,20],[512,20],[513,20],[514,20],[515,20],[516,20],[517,20],[518,20],[519,20],[520,20],[521,20],[522,20],[523,20],[524,20],[525,20],[526,20],[527,20],[528,20],[529,20],[530,20],[531,20],[532,20],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[815,21],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[782,20],[783,20],[784,20],[785,20],[786,20],[787,20],[788,20],[789,20],[790,20],[791,20],[792,20],[793,20],[794,20],[795,20],[796,20],[797,20],[798,20],[799,20],[800,20],[801,20],[802,20],[803,20],[804,20],[805,20],[806,20],[807,20],[808,20],[809,20],[810,20],[811,20],[812,20],[813,20],[814,20],[499,22],[500,23],[498,24],[501,25],[502,26],[503,27],[504,28],[505,29],[506,30],[507,31],[508,32],[509,33],[510,34],[858,35],[843,36],[849,37],[846,38],[848,39],[857,40],[852,41],[854,42],[855,43],[856,44],[851,44],[853,44],[845,44],[860,45],[841,36],[842,46],[840,36],[74,47],[75,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,55],[118,56],[119,57],[120,57],[122,58],[121,59],[123,60],[124,61],[125,62],[109,63],[126,64],[127,65],[128,66],[160,67],[129,68],[130,69],[131,70],[132,71],[133,72],[134,73],[135,74],[136,75],[137,76],[138,77],[139,77],[140,78],[141,79],[143,80],[142,81],[144,82],[145,83],[146,84],[147,85],[148,86],[149,87],[150,88],[151,89],[152,90],[153,91],[154,92],[155,93],[156,94],[157,95],[158,96],[865,244],[868,245],[893,99],[894,100],[869,101],[872,101],[891,99],[892,99],[882,99],[881,102],[879,99],[874,99],[887,99],[885,99],[889,99],[873,99],[886,99],[890,99],[875,99],[876,99],[888,99],[870,99],[877,99],[878,99],[880,99],[884,99],[895,103],[883,99],[871,99],[908,104],[902,103],[904,105],[903,103],[896,103],[897,103],[899,103],[901,103],[905,105],[906,105],[898,105],[900,105],[407,246],[364,247],[830,248],[832,249],[831,250],[829,251],[827,252],[399,113],[398,114],[73,115],[72,116],[422,117],[387,253],[867,254],[363,120],[314,121],[312,121],[362,122],[327,123],[326,123],[227,124],[178,125],[334,124],[335,124],[337,126],[338,124],[339,127],[238,128],[340,124],[311,124],[341,124],[342,129],[343,124],[344,123],[345,130],[346,124],[347,124],[348,124],[349,124],[350,123],[351,124],[352,124],[353,124],[354,124],[355,131],[356,124],[357,124],[358,124],[359,124],[360,124],[177,122],[180,127],[181,127],[182,127],[183,127],[184,127],[185,127],[186,127],[187,124],[189,132],[190,127],[188,127],[191,127],[192,127],[193,127],[194,127],[195,127],[196,127],[197,124],[198,127],[199,127],[200,127],[201,127],[202,127],[203,124],[204,127],[205,127],[206,127],[207,127],[208,127],[209,127],[210,124],[212,133],[211,127],[213,127],[214,127],[215,127],[216,127],[217,131],[218,124],[219,124],[233,134],[221,135],[222,127],[223,127],[224,124],[225,127],[226,127],[228,136],[229,127],[230,127],[231,127],[232,127],[234,127],[235,127],[236,127],[237,127],[239,137],[240,127],[241,127],[242,127],[243,124],[244,127],[245,138],[246,138],[247,138],[248,124],[249,127],[250,127],[251,127],[256,127],[252,127],[253,124],[254,127],[255,124],[257,127],[258,127],[259,127],[260,127],[261,127],[262,127],[263,124],[264,127],[265,127],[266,127],[267,127],[268,127],[269,127],[270,127],[271,127],[272,127],[273,127],[274,127],[275,127],[276,127],[277,127],[278,127],[279,127],[280,139],[281,127],[282,127],[283,127],[284,127],[285,127],[286,127],[287,124],[288,124],[289,124],[290,124],[291,124],[292,127],[293,127],[294,127],[295,127],[313,140],[361,124],[298,141],[297,142],[321,143],[320,144],[316,145],[315,144],[317,146],[306,147],[304,148],[319,149],[318,146],[307,150],[220,151],[176,152],[175,127],[302,153],[303,154],[301,155],[299,127],[308,156],[179,157],[325,123],[323,158],[296,159],[309,160],[92,255],[99,256],[91,255],[106,163],[83,257],[82,258],[105,253],[100,259],[103,260],[85,261],[84,169],[80,262],[79,263],[102,264],[81,265],[86,174],[90,174],[108,175],[107,174],[94,176],[95,177],[97,178],[93,179],[96,180],[101,253],[88,181],[89,266],[98,183],[78,267],[104,268],[162,186],[418,186],[411,186],[432,186],[475,186],[174,186],[436,186],[437,186],[431,269],[446,186],[447,186],[163,186],[172,229],[171,186],[391,188],[426,186],[161,229],[392,270],[393,191],[395,191],[403,191],[409,191],[412,191],[419,191],[423,191],[428,191],[433,191],[438,191],[440,191],[443,191],[458,191],[464,191],[467,191],[454,191],[471,191],[456,191],[450,191],[453,191],[478,191],[481,191],[452,191],[451,191],[485,191],[487,191],[449,191],[455,191],[448,191],[492,191],[390,227],[386,271]],"semanticDiagnosticsPerFile":[816,470,497,818,866,819,820,823,825,406,824,833,385,365,367,366,369,371,372,373,374,375,376,377,378,379,380,381,382,383,370,384,368,834,835,836,821,822,837,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,815,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,499,500,498,501,502,503,504,505,506,507,508,509,510,858,843,849,847,846,848,857,852,854,855,856,850,851,853,845,844,860,839,838,841,842,840,405,861,817,74,75,110,111,112,113,114,115,116,117,118,119,120,122,121,123,124,125,109,159,126,127,128,160,129,130,131,132,133,134,135,136,137,138,139,140,141,143,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,862,863,864,865,868,893,894,869,872,891,892,882,881,879,874,887,885,889,873,886,890,875,876,888,870,877,878,880,884,895,883,871,908,907,902,904,903,896,897,899,901,905,906,898,900,407,364,828,830,859,832,831,909,910,826,829,66,76,65,827,421,64,399,398,397,73,72,69,68,70,71,422,387,867,363,336,314,312,362,327,326,227,178,334,335,337,338,339,238,340,311,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,177,180,181,182,183,184,185,186,187,189,190,188,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,212,211,213,214,215,216,217,218,219,233,221,222,223,224,225,226,228,229,230,231,232,234,235,236,237,239,240,241,242,243,244,245,246,247,248,249,250,251,256,252,253,254,255,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,313,361,298,297,321,320,316,315,317,306,304,319,318,305,307,220,176,175,310,302,303,300,301,299,308,179,328,329,322,325,324,330,331,323,332,333,296,309,62,63,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,57,58,10,1,11,61,60,59,92,99,91,106,83,82,105,100,103,85,84,80,79,102,81,86,87,90,77,108,107,94,95,97,93,96,101,88,89,98,78,104,67,162,401,402,418,411,416,432,475,174,169,170,462,460,166,167,436,437,414,431,164,165,461,168,425,442,435,408,446,447,463,480,163,400,172,171,445,173,415,391,417,426,161,427,392,393,395,403,409,412,419,423,428,433,438,440,443,458,464,467,454,471,456,450,453,478,481,452,451,485,487,449,455,448,492,394,396,404,410,413,420,424,429,430,434,439,441,444,459,465,466,468,469,472,473,474,476,477,479,482,483,484,486,488,489,490,491,493,494,457,389,390,388,386,495,496],"latestChangedDtsFile":"./lib/locales/en-US.d.ts"},"version":"5.3.3"} \ No newline at end of file +{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/commander@11.1.0/node_modules/commander/typings/index.d.ts","../../node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../node_modules/.pnpm/await-to-done@1.0.2/node_modules/await-to-done/dist/index.d.ts","../../node_modules/.pnpm/use-downloads@1.5.1/node_modules/use-downloads/dist/index.d.ts","../../node_modules/.pnpm/mount-image@1.2.0/node_modules/mount-image/dist/index.d.ts","../../node_modules/.pnpm/mount-css@1.2.0/node_modules/mount-css/dist/index.d.ts","../../node_modules/.pnpm/mount-script@1.2.0/node_modules/mount-script/dist/index.d.ts","../../node_modules/.pnpm/mount-style@1.2.0/node_modules/mount-style/dist/index.d.ts","../../node_modules/.pnpm/load-source@1.2.0/node_modules/load-source/dist/index.d.ts","../../node_modules/.pnpm/js-cool@5.18.1/node_modules/js-cool/dist/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/index.d.ts","../core/lib/types.d.ts","../core/lib/queue.d.ts","../core/lib/spawn.d.ts","../core/lib/getconfig.d.ts","../../node_modules/.pnpm/os-lang@3.2.0/node_modules/os-lang/dist/index.d.ts","./src/locales/zh-cn.ts","./src/locales/en-us.ts","./src/locales/index.ts","./src/common/local.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscription.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscriber.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operator.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/types.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audit.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audittime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffercount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/bufferwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/catcherror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combineall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/connect.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/count.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debouncetime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/defaultifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delaywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilchanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilkeychanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/elementat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/endwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/every.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/expand.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/filter.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/find.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/findindex.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/first.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/groupby.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/ignoreelements.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/isempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/last.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/map.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/notification.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/max.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergeall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/flatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergescan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/min.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectableobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/observeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/onerrorresumenextwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publish.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishbehavior.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishlast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishreplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/racewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeatwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retry.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retrywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/refcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sample.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sampletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/scan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sequenceequal.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/share.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sharereplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/single.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skiplast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipwhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/startwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/subscribeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchscan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/take.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takelast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takeuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takewhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/tap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throwifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeinterval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeoutwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/toarray.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/window.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/withlatestfrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/operators/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/action.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testmessage.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionlog.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionloggable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/coldobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/hotobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/timerhandle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncaction.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/virtualtimescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/testing/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/dom/animationframes.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/behaviorsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/replaysubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/asyncsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asapscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queuescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/identity.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/pipe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/noop.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/isobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/lastvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/firstvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/argumentoutofrangeerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/emptyerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/notfounderror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/objectunsubscribederror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/sequenceerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/unsubscriptionerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindcallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindnodecallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/anycatcher.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/defer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/empty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/forkjoin.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/from.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromevent.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromeventpattern.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/generate.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/iif.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/interval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/never.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/of.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/onerrorresumenext.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/range.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/throwerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/timer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/using.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/config.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/index.d.ts","../../node_modules/.pnpm/@types+through@0.0.30/node_modules/@types/through/index.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choice.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/separator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choices.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/screen-manager.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/base.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/paginator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/checkbox.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/confirm.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/editor.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/expand.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/input.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/list.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/number.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/password.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/rawlist.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/baseui.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/bottom-bar.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/prompt.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/events.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/readline.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/index.d.ts","./src/types.ts","./src/conf/admin.ts","./src/gitm-admin.ts","./src/conf/alias.ts","./src/gitm-alias.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/types.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/index.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/index.d.ts","../core/lib/locales/zh-cn.d.ts","../core/lib/locales/en-us.d.ts","../core/lib/locales/index.d.ts","../core/lib/index.default.d.ts","../core/lib/index.d.ts","./src/conf/approve.ts","./src/gitm-approve.ts","../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../node_modules/.pnpm/@types+glob@7.2.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+shelljs@0.8.15/node_modules/@types/shelljs/index.d.ts","./src/conf/branch.ts","./src/gitm-branch.ts","./src/conf/build.ts","./src/gitm-build.ts","./src/conf/clean.ts","./src/gitm-clean.ts","../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/index.d.ts","../../node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.d.ts","./src/conf/cleanbranch.ts","./src/gitm-cleanbranch.ts","./src/common/global.ts","./src/conf/combine.ts","./src/gitm-combine.ts","./src/gitm-config.ts","./src/conf/continue.ts","./src/gitm-continue.ts","./src/conf/copy.ts","./src/gitm-copy.ts","./src/conf/end.ts","./src/gitm-end.ts","./src/conf/get.ts","./src/gitm-get.ts","./src/conf/update.ts","./src/conf/undo.ts","./src/conf/redo.ts","./src/conf/start.ts","./src/conf/save.ts","./src/conf/revert.ts","./src/conf/link.ts","./src/conf/unlink.ts","./src/conf/postmsg.ts","./src/go/index.ts","./src/conf/go.ts","./src/gitm-go.ts","./src/conf/hook.ts","./src/gitm-hook.ts","./src/gitm-init.ts","./src/conf/install.ts","./src/gitm-install.ts","./src/gitm-link.ts","../../node_modules/.pnpm/@types+columnify@1.5.4/node_modules/@types/columnify/index.d.ts","./src/conf/log.ts","./src/gitm-log.ts","./src/gitm-permission.ts","./src/gitm-postmsg.ts","./src/gitm-redo.ts","./src/gitm-revert.ts","./src/conf/review.ts","./src/gitm-review.ts","./src/conf/run.ts","./src/gitm-run.ts","./src/gitm-save.ts","./src/gitm-start.ts","./src/conf/status.ts","./src/gitm-status.ts","./src/conf/suggest.ts","./src/gitm-suggest.ts","./src/gitm-undo.ts","./src/gitm-unlink.ts","./src/gitm-update.ts","./src/conf/upgrade.ts","./src/gitm-upgrade.ts","./src/gitm.ts","./typings/global.d.ts","./typings/lowdb.d.ts","../../node_modules/.pnpm/@types+cross-spawn@6.0.6/node_modules/@types/cross-spawn/index.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/add.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/after.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assign.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assigninwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/at.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/attempt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/before.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bind.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/camelcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/capitalize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/castarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ceil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chain.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chunk.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clamp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clone.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeepwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/compact.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/concat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/cond.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conforms.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conformsto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/constant.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/countby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/create.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curry.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curryright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/debounce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/deburr.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaults.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultsdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/delay.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/difference.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differenceby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differencewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/divide.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/drop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/droprightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/each.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/endswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entries.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entriesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escaperegexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/every.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extendwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/fill.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/filter.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/find.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlast.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/first.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatten.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/floor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flow.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flowright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreach.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forinright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forown.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forownright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/frompairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functions.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functionsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/get.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/groupby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/has.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/hasin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/head.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/identity.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/includes.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/indexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/initial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/inrange.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersection.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invert.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invertby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invoke.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invokemap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarguments.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraybuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylikeobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isboolean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isbuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isdate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iselement.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isempty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequal.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequalwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iserror.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfunction.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/islength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatch.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatchwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnan.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnative.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobjectlike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isregexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issymbol.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/istypedarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isundefined.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iteratee.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/join.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/kebabcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keyby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keysin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/last.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowerfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/map.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapkeys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapvalues.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matches.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matchesproperty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/max.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/maxby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/meanby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/memoize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/merge.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mergewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/method.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/methodof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/min.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/minby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mixin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/multiply.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/negate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/noop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/now.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/nth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ntharg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omit.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omitby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/once.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/orderby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/over.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overargs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overevery.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/oversome.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pad.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/parseint.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partialright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partition.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pick.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pickby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/property.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/propertyof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/random.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/range.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rangeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rearg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduceright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/remove.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/repeat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/replace.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rest.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/result.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reverse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/round.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sample.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/samplesize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/set.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/setwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/shuffle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/size.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/slice.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/snakecase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/some.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/split.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/spread.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubfalse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubtrue.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/subtract.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sum.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sumby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tail.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/take.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takerightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takewhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/template.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/templatesettings.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/throttle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/thru.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/times.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tofinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tointeger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolower.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tonumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topath.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tosafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tostring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toupper.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/transform.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trim.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/truncate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unescape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/union.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqueid.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/update.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/updatewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uppercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/upperfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/values.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/valuesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/without.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/words.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/wrap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobjectdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/index.d.ts","../../node_modules/.pnpm/@types+argparse@1.0.38/node_modules/@types/argparse/index.d.ts","../../node_modules/.pnpm/@types+ms@0.7.32/node_modules/@types/ms/index.d.ts","../../node_modules/.pnpm/@types+debug@4.1.12/node_modules/@types/debug/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+expect@1.20.4/node_modules/@types/expect/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/utils.d.ts","../../node_modules/.pnpm/@types+fs-extra@11.0.1/node_modules/@types/fs-extra/index.d.ts","../../node_modules/.pnpm/@types+glob@8.1.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+glob-stream@6.1.1/node_modules/@types/glob-stream/index.d.ts","../../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../../node_modules/.pnpm/@types+undertaker-registry@1.0.1/node_modules/@types/undertaker-registry/index.d.ts","../../node_modules/.pnpm/async-done@1.3.2/node_modules/async-done/index.d.ts","../../node_modules/.pnpm/@types+undertaker@1.2.8/node_modules/@types/undertaker/index.d.ts","../../node_modules/.pnpm/@types+vinyl@2.0.7/node_modules/@types/vinyl/index.d.ts","../../node_modules/.pnpm/@types+vinyl-fs@3.0.1/node_modules/@types/vinyl-fs/index.d.ts","../../node_modules/.pnpm/@types+gulp@4.0.17/node_modules/@types/gulp/index.d.ts","../../node_modules/.pnpm/@types+js-yaml@4.0.5/node_modules/@types/js-yaml/index.d.ts","../../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../../node_modules/.pnpm/@types+json5@0.0.29/node_modules/@types/json5/index.d.ts","../../node_modules/.pnpm/@types+linkify-it@3.0.2/node_modules/@types/linkify-it/index.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/encode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/decode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/parse.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/format.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/common/utils.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/token.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/ruler.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_block/state_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_core/state_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/renderer.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/index.d.ts","../../node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts","../../node_modules/.pnpm/@types+mdast@3.0.11/node_modules/@types/mdast/index.d.ts","../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts","../../node_modules/.pnpm/@types+normalize-package-data@2.4.1/node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/.pnpm/@types+ps-tree@1.1.2/node_modules/@types/ps-tree/index.d.ts","../../node_modules/.pnpm/@types+resolve@1.20.2/node_modules/@types/resolve/index.d.ts","../../node_modules/.pnpm/@types+rimraf@2.0.5/node_modules/@types/rimraf/index.d.ts","../../node_modules/.pnpm/@types+estree@0.0.39/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@0.63.5/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/@types+rollup-plugin-css-only@3.1.3/node_modules/@types/rollup-plugin-css-only/index.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts","../../node_modules/.pnpm/@types+web-bluetooth@0.0.20/node_modules/@types/web-bluetooth/index.d.ts","../../node_modules/.pnpm/@types+which@3.0.0/node_modules/@types/which/index.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/worker_threads.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","bed7b7ba0eb5a160b69af72814b4dde371968e40b6c5e73d3a9f7bee407d158c",{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"17d716b12c230355d207d8b464a3359e13041c0cbb94c243981618e279f57670","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","1a8efc8122d15a1d01a0e3736631713045e6ed5be354324f1c649ef0e3e7f872","0e7352e7ace3286d77e39f0d12731901a3d678956f364d6cd9bb571f33cbaa87","42d1ee5a4f647b2a53c00f818e641975005dd6134753ae9a305a215ac929e10b","4da1491bea70723b794d809e01e6bd9e363405fc5c42c5cbdd145339a6975484","ccc9116aea42694e3b7583975c223c8b1f333d760874b931d51ede2e6d5efdb6","31c2d8698b4a00e395306895f37a2401de55b2de891ffc8f0a532cdc20a1d377","facbf7d3391c19f77c267d7ff5a2a3ad854154716f4a83a42f23b867f7107767","2de3521527156a88ac5f6f07e8cba4927d3030e361fa73a4fdefc68d82ce589b","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"df3389f71a71a38bc931aaf1ef97a65fada98f0a27f19dd12f8b8de2b0f4e461","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"674168aa3db414ea0a19b2a31d901b2d49705c7a495e43ffdc96928543010f8c","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","afb1701fd4be413a8a5a88df6befdd4510c30a31372c07a4138facf61594c66d","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","1cdd34412bc4588e4cc3098fc03d992ca755de24d9909871da0e12d0c9dbef37","ea6884e84e72c72d6a8cc586066b2d25710c83f9f1a77fa0162a03329e045b4d","3a85ebca2e7a0fd99ae11a8c71e1fdd7d1d4620b3ba923a630b988fc7461932e","a3d1bdb30d564e9f5465a1ce30528ba28ff1182be3fd8fd4a7abafc2fb777dc3","2573547d477bfa20917d678da31182a392fa28123b9f64318168365ab207ce09",{"version":"8b2e25e7d6c490d4bcff5a216965b468b9568d1b9912e3f2feb7eca134a09c1e","signature":"5dac73cf5ff2496b63433e767ef0923652d2dbe5d6d7c87f1e2d2a410528aae3"},{"version":"d30c4f1ae5036894761a5374e58124fb8f044e94bb65a0183453f163ec12739c","signature":"5319bac307d1330f98d949101ac19fca3e7e7428abd586eca9ff1e6f69f8102b"},{"version":"8c8a94863b8d0cba99642e42bd0a1ffdf7bcf73c69f060947bbb4f4638413da3","signature":"e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550"},{"version":"882643b496c0fe7c460dddf35a3f942cb6017ccbdf624395866cf004f69d6dfb","signature":"2cd0e98da2a750135bff220b8213036be9b6c7fc92745f97988bbb30095de838"},"ecf5cb089ea438f2545e04b6c52828c68d0b0f4bfaa661986faf36da273e9892","95444fb6292d5e2f7050d7021383b719c0252bf5f88854973977db9e3e3d8006","241bd4add06f06f0699dcd58f3b334718d85e3045d9e9d4fa556f11f4d1569c1","06540a9f3f2f88375ada0b89712de1c4310f7398d821c4c10ab5c6477dafb4bc",{"version":"c0ed4fcaf919e6990f53a966d329ef058499696e3d97a8a076dc9254dfe20228","affectsGlobalScope":true},"b8bff8a60af0173430b18d9c3e5c443eaa3c515617210c0c7b3d2e1743c19ecb","97bdf234f5db52085d99c6842db560bca133f8a0413ff76bf830f5f38f088ce3","a76ebdf2579e68e4cfe618269c47e5a12a4e045c2805ed7f7ab37af8daa6b091","b493ff8a5175cbbb4e6e8bcfa9506c08f5a7318b2278365cfca3b397c9710ebc","e59d36b7b6e8ba2dd36d032a5f5c279d2460968c8b4e691ca384f118fb09b52a","e96885c0684c9042ec72a9a43ef977f6b4b4a2728f4b9e737edcbaa0c74e5bf6","303ee143a869e8f605e7b1d12be6c7269d4cab90d230caba792495be595d4f56","89e061244da3fc21b7330f4bd32f47c1813dd4d7f1dc3d0883d88943f035b993","e46558c2e04d06207b080138678020448e7fc201f3d69c2601b0d1456105f29a","71549375db52b1163411dba383b5f4618bdf35dc57fa327a1c7d135cf9bf67d1","7e6b2d61d6215a4e82ea75bc31a80ebb8ad0c2b37a60c10c70dd671e8d9d6d5d","78bea05df2896083cca28ed75784dde46d4b194984e8fc559123b56873580a23","5dd04ced37b7ea09f29d277db11f160df7fd73ba8b9dba86cb25552e0653a637","f74b81712e06605677ae1f061600201c425430151f95b5ef4d04387ad7617e6a","9a72847fcf4ac937e352d40810f7b7aec7422d9178451148296cf1aa19467620","3ae18f60e0b96fa1e025059b7d25b3247ba4dcb5f4372f6d6e67ce2adac74eac","2b9260f44a2e071450ae82c110f5dc8f330c9e5c3e85567ed97248330f2bf639","4f196e13684186bda6f5115fc4677a87cf84a0c9c4fc17b8f51e0984f3697b6d","61419f2c5822b28c1ea483258437c1faab87d00c6f84481aa22afb3380d8e9a4","64479aee03812264e421c0bf5104a953ca7b02740ba80090aead1330d0effe91","a5eb4835ab561c140ffc4634bb039387d5d0cceebb86918f1696c7ac156d26fd","c5570e504be103e255d80c60b56c367bf45d502ca52ee35c55dec882f6563b5c","4252b852dd791305da39f6e1242694c2e560d5e46f9bb26e2aca77252057c026","0520b5093712c10c6ef23b5fea2f833bf5481771977112500045e5ea7e8e2b69","5c3cf26654cf762ac4d7fd7b83f09acfe08eef88d2d6983b9a5a423cb4004ca3","e60fa19cf7911c1623b891155d7eb6b7e844e9afdf5738e3b46f3b687730a2bd","b1fd72ff2bb0ba91bb588f3e5329f8fc884eb859794f1c4657a2bfa122ae54d0","6cf42a4f3cfec648545925d43afaa8bb364ac10a839ffed88249da109361b275","ba13c7d46a560f3d4df8ffb1110e2bbec5801449af3b1240a718514b5576156e","6df52b70d7f7702202f672541a5f4a424d478ee5be51a9d37b8ccbe1dbf3c0f2","0ca7f997e9a4d8985e842b7c882e521b6f63233c4086e9fe79dd7a9dc4742b5e","ebc8936ed464874fcceb0ded3b8728695aa356a21890238e9076887ec0722a54","db5704fdad56c74dfc5941283c1182ed471bd17598209d3ac4a49faa72e43cfc","758e8e89559b02b81bc0f8fd395b17ad5aff75490c862cbe369bb1a3d1577c40","2ee64342c077b1868f1834c063f575063051edd6e2964257d34aad032d6b657c","6f6b4b3d670b6a5f0e24ea001c1b3d36453c539195e875687950a178f1730fa7","05c4e2a992bb83066a3a648bad1c310cecd4d0628d7e19545bb107ac9596103a","b48b83a86dd9cfe36f8776b3ff52fcd45b0e043c0538dc4a4b149ba45fe367b9","792de5c062444bd2ee0413fb766e57e03cce7cdaebbfc52fc0c7c8e95069c96b","a79e3e81094c7a04a885bad9b049c519aace53300fb8a0fe4f26727cb5a746ce","dd6c3362aaaec60be028b4ba292806da8e7020eef7255c7414ce4a5c3a7138ef","8a4e89564d8ea66ad87ee3762e07540f9f0656a62043c910d819b4746fc429c5","b9011d99942889a0f95e120d06b698c628b0b6fdc3e6b7ecb459b97ed7d5bcc6","4d639cbbcc2f8f9ce6d55d5d503830d6c2556251df332dc5255d75af53c8a0e7","cdb48277f600ab5f429ecf1c5ea046683bc6b9f73f3deab9a100adac4b34969c","75be84956a29040a1afbe864c0a7a369dfdb739380072484eff153905ef867ee","b06b4adc2ae03331a92abd1b19af8eb91ec2bf8541747ee355887a167d53145e","3114b315cd0687aad8b57cff36f9c8c51f5b1bc6254f1b1e8446ae583d8e2474","0d417c15c5c635384d5f1819cc253a540fe786cc3fda32f6a2ae266671506a21","af733cb878419f3012f0d4df36f918a69ba38d73f3232ba1ab46ef9ede6cb29c","cb59317243a11379a101eb2f27b9df1022674c3df1df0727360a0a3f963f523b","0a01b0b5a9e87d04737084731212106add30f63ec640169f1462ba2e44b6b3a8","06b8a7d46195b6b3980e523ef59746702fd210b71681a83a5cf73799623621f9","860e4405959f646c101b8005a191298b2381af8f33716dc5f42097e4620608f8","f7e32adf714b8f25d3c1783473abec3f2e82d5724538d8dcf6f51baaaff1ca7a","e07d62a8a9a3bb65433a62e9bbf400c6bfd2df4de60652af4d738303ee3670a1","bfbf80f9cd4558af2d7b2006065340aaaced15947d590045253ded50aabb9bc5","851e8d57d6dd17c71e9fa0319abd20ab2feb3fb674d0801611a09b7a25fd281c","c3bd2b94e4298f81743d92945b80e9b56c1cdfb2bef43c149b7106a2491b1fc9","a246cce57f558f9ebaffd55c1e5673da44ea603b4da3b2b47eb88915d30a9181","d993eacc103c5a065227153c9aae8acea3a4322fe1a169ee7c70b77015bf0bb2","fc2b03d0c042aa1627406e753a26a1eaad01b3c496510a78016822ef8d456bb6","063c7ebbe756f0155a8b453f410ca6b76ffa1bbc1048735bcaf9c7c81a1ce35f","748e79252a7f476f8f28923612d7696b214e270cc909bc685afefaac8f052af0","9669075ac38ce36b638b290ba468233980d9f38bdc62f0519213b2fd3e2552ec","4d123de012c24e2f373925100be73d50517ac490f9ed3578ac82d0168bfbd303","656c9af789629aa36b39092bee3757034009620439d9a39912f587538033ce28","3ac3f4bdb8c0905d4c3035d6f7fb20118c21e8a17bee46d3735195b0c2a9f39f","1f453e6798ed29c86f703e9b41662640d4f2e61337007f27ac1c616f20093f69","af43b7871ff21c62bf1a54ec5c488e31a8d3408d5b51ff2e9f8581b6c55f2fc7","70550511d25cbb0b6a64dcac7fffc3c1397fd4cbeb6b23ccc7f9b794ab8a6954","af0fbf08386603a62f2a78c42d998c90353b1f1d22e05a384545f7accf881e0a","c3f32a185cd27ac232d3428a8d9b362c3f7b4892a58adaaa022828a7dcd13eed","3139c3e5e09251feec7a87f457084bee383717f3626a7f1459d053db2f34eb76","4888fd2bcfee9a0ce89d0df860d233e0cee8ee9c479b6bd5a5d5f9aae98342fe","3be870c8e17ec14f1c18fc248f5d2c4669e576404744ff5c63e6dafcf05b97ea","56654d2c5923598384e71cb808fac2818ca3f07dd23bb018988a39d5e64f268b","8b6719d3b9e65863da5390cb26994602c10a315aa16e7d70778a63fee6c4c079","6ab380571d87bd1d6f644fb6ab7837239d54b59f07dc84347b1341f866194214","547d3c406a21b30e2b78629ecc0b2ddaf652d9e0bdb2d59ceebce5612906df33","b3a4f9385279443c3a5568ec914a9492b59a723386161fd5ef0619d9f8982f97","3fe66aba4fbe0c3ba196a4f9ed2a776fe99dc4d1567a558fb11693e9fcc4e6ed","140eef237c7db06fc5adcb5df434ee21e81ee3a6fd57e1a75b8b3750aa2df2d8","0944ec553e4744efae790c68807a461720cff9f3977d4911ac0d918a17c9dd99","7c9ed7ffdc6f843ab69e5b2a3e7f667b050dd8d24d0052db81e35480f6d4e15d","7c7d9e116fe51100ff766703e6b5e4424f51ad8977fe474ddd8d0959aa6de257","af70a2567e586be0083df3938b6a6792e6821363d8ef559ad8d721a33a5bcdaf","006cff3a8bcb92d77953f49a94cd7d5272fef4ab488b9052ef82b6a1260d870b","7d44bfdc8ee5e9af70738ff652c622ae3ad81815e63ab49bdc593d34cb3a68e5","339814517abd4dbc7b5f013dfd3b5e37ef0ea914a8bbe65413ecffd668792bc6","34d5bc0a6958967ec237c99f980155b5145b76e6eb927c9ffc57d8680326b5d8","9eae79b70c9d8288032cbe1b21d0941f6bd4f315e14786b2c1d10bccc634e897","18ce015ed308ea469b13b17f99ce53bbb97975855b2a09b86c052eefa4aa013a","5a931bc4106194e474be141e0bc1046629510dc95b9a0e4b02a3783847222965","5e5f371bf23d5ced2212a5ff56675aefbd0c9b3f4d4fdda1b6123ac6e28f058c","907c17ad5a05eecb29b42b36cc8fec6437be27cc4986bb3a218e4f74f606911c","3656f0584d5a7ee0d0f2cc2b9cffbb43af92e80186b2ce160ebd4421d1506655","a726ad2d0a98bfffbe8bc1cd2d90b6d831638c0adc750ce73103a471eb9a891c","ce871684a7cb81d6a89630e0c6b4a064f876f7ec1d352917ace027b3fc3e537f","354582b26ecec449c94c71f76227102aad8a3aa7a113810a6b932c2421ddc050","42f8ed746d486725017ead628c6589fe13d6d6f5fa1517f978b3ccfcd7b46860","b03aa292cfdcd4edc3af00a7dbd71136dd067ec70a7536b655b82f4dd444e857","90f690a1c5fcb4c2d19c80fea05c8ab590d8f6534c4c296d70af6293ede67366","be95e987818530082c43909be722a838315a0fc5deb6043de0a76f5221cbad24","9ed5b799c50467b0c9f81ddf544b6bcda3e34d92076d6cab183c84511e45c39f","b4fa87cc1833839e51c49f20de71230e259c15b2c9c3e89e4814acc1d1ef10de","e90ac9e4ac0326faa1bc39f37af38ace0f9d4a655cd6d147713c653139cf4928","ea27110249d12e072956473a86fd1965df8e1be985f3b686b4e277afefdde584","1f6058d60eaa8825f59d4b76bbf6cc0e6ad9770948be58de68587b0931da00cc","5666075052877fe2fdddd5b16de03168076cf0f03fbca5c1d4a3b8f43cba570c","50100b1a91f61d81ca3329a98e64b7f05cddc5e3cb26b3411adc137c9c631aca","11aceaee5663b4ed597544567d6e6a5a94b66857d7ebd62a9875ea061018cd2c","6e30d0b5a1441d831d19fe02300ab3d83726abd5141cbcc0e2993fa0efd33db4","423f28126b2fc8d8d6fa558035309000a1297ed24473c595b7dec52e5c7ebae5","fb30734f82083d4790775dae393cd004924ebcbfde49849d9430bf0f0229dd16","2c92b04a7a4a1cd9501e1be338bf435738964130fb2ad5bd6c339ee41224ac4c","94ff6974e4afe28061d44732ecb889bb2296cf98c52022e8ebaf99ba8e9e5d62","669b754ec246dd7471e19b655b73bda6c2ca5bb7ccb1a4dff44a9ae45b6a716a","4bb6035e906946163ecfaec982389d0247ceeac6bdee7f1d07c03d9c224db3aa","8a44b424edee7bb17dc35a558cc15f92555f14a0441205613e0e50452ab3a602","24a00d0f98b799e6f628373249ece352b328089c3383b5606214357e9107e7d5","33637e3bc64edd2075d4071c55d60b32bdb0d243652977c66c964021b6fc8066","0f0ad9f14dedfdca37260931fac1edf0f6b951c629e84027255512f06a6ebc4c","16ad86c48bf950f5a480dc812b64225ca4a071827d3d18ffc5ec1ae176399e36","8cbf55a11ff59fd2b8e39a4aa08e25c5ddce46e3af0ed71fb51610607a13c505","d5bc4544938741f5daf8f3a339bfbf0d880da9e89e79f44a6383aaf056fe0159","c82857a876075e665bbcc78213abfe9e9b0206d502379576d7abd481ade3a569","4f71d883ed6f398ba8fe11fcd003b44bb5f220f840b3eac3c395ad91304e4620","5229c3934f58413f34f1b26c01323c93a5a65a2d9f2a565f216590dfbed1fe32","9fd7466b77020847dbc9d2165829796bf7ea00895b2520ff3752ffdcff53564b","fbfc12d54a4488c2eb166ed63bab0fb34413e97069af273210cf39da5280c8d6","85a84240002b7cf577cec637167f0383409d086e3c4443852ca248fc6e16711e","4c754b03f36ff35fc539f9ebb5f024adbb73ec2d3e4bfb35b385a05abb36a50e","59507446213e73654d6979f3b82dadc4efb0ed177425ae052d96a3f5a5be0d35","a914be97ca7a5be670d1545fc0691ac3fbabd023d7d084b338f6934349798a1f","8f62cbd3afbd6a07bb8c934294b6bfbe437021b89e53a4da7de2648ecfc7af25","62c3621d34fb2567c17a2c4b89914ebefbfbd1b1b875b070391a7d4f722e55dc","c05ac811542e0b59cb9c2e8f60e983461f0b0e39cea93e320fad447ff8e474f3","8e7a5b8f867b99cc8763c0b024068fb58e09f7da2c4810c12833e1ca6eb11c4f","132351cbd8437a463757d3510258d0fa98fd3ebef336f56d6f359cf3e177a3ce","df877050b04c29b9f8409aa10278d586825f511f0841d1ec41b6554f8362092b","33d1888c3c27d3180b7fd20bac84e97ecad94b49830d5dd306f9e770213027d1","ee942c58036a0de88505ffd7c129f86125b783888288c2389330168677d6347f","a3f317d500c30ea56d41501632cdcc376dae6d24770563a5e59c039e1c2a08ec","eb21ddc3a8136a12e69176531197def71dc28ffaf357b74d4bf83407bd845991","0c1651a159995dfa784c57b4ea9944f16bdf8d924ed2d8b3db5c25d25749a343","aaa13958e03409d72e179b5d7f6ec5c6cc666b7be14773ae7b6b5ee4921e52db","0a86e049843ad02977a94bb9cdfec287a6c5a0a4b6b5391a6648b1a122072c5a","87437ca9dabab3a41d483441696ff9220a19e713f58e0b6a99f1731af10776d7","26c5dfa9aa4e6428f4bb7d14cbf72917ace69f738fa92480b9749eebce933370","8e94328e7ca1a7a517d1aa3c569eac0f6a44f67473f6e22c2c4aff5f9f4a9b38","d604d413aff031f4bfbdae1560e54ebf503d374464d76d50a2c6ded4df525712","299f0af797897d77685d606502be72846b3d1f0dc6a2d8c964e9ea3ccbacf5bc","12bfd290936824373edda13f48a4094adee93239b9a73432db603127881a300d","340ceb3ea308f8e98264988a663640e567c553b8d6dc7d5e43a8f3b64f780374","c5a769564e530fba3ec696d0a5cff1709b9095a0bdf5b0826d940d2fc9786413","7124ef724c3fc833a17896f2d994c368230a8d4b235baed39aa8037db31de54f","5de1c0759a76e7710f76899dcae601386424eab11fb2efaf190f2b0f09c3d3d3","9c5ee8f7e581f045b6be979f062a61bf076d362bf89c7f966b993a23424e8b0d","1a11df987948a86aa1ec4867907c59bdf431f13ed2270444bf47f788a5c7f92d","3c97b5ea66276cf463525a6aa9d5bb086bf5e05beac70a0597cda2575503b57b","b756781cd40d465da57d1fc6a442c34ae61fe8c802d752aace24f6a43fedacee","0fe76167c87289ea094e01616dcbab795c11b56bad23e1ef8aba9aa37e93432a","3a45029dba46b1f091e8dc4d784e7be970e209cd7d4ff02bd15270a98a9ba24b","032c1581f921f8874cf42966f27fd04afcabbb7878fa708a8251cac5415a2a06","69c68ed9652842ce4b8e495d63d2cd425862104c9fb7661f72e7aa8a9ef836f8","a31383256374723b47d8b5497a9558bbbcf95bcecfb586a36caf7bfd3693eb0e","06f62a14599a68bcde148d1efd60c2e52e8fa540cc7dcfa4477af132bb3de271","64aa66c7458cbfd0f48f88070b08c2f66ae94aba099dac981f17c2322d147c06","11f19ce32d21222419cecab448fa335017ebebf4f9e5457c4fa9df42fa2dcca7","2e8ee2cbb5e9159764e2189cf5547aebd0e6b0d9a64d479397bb051cd1991744","1b0471d75f5adb7f545c1a97c02a0f825851b95fe6e069ac6ecaa461b8bb321d","1d157c31a02b1e5cca9bc495b3d8d39f4b42b409da79f863fb953fbe3c7d4884","07baaceaec03d88a4b78cb0651b25f1ae0322ac1aa0b555ae3749a79a41cba86","619a132f634b4ebe5b4b4179ea5870f62f2cb09916a25957bff17b408de8b56d","f60fa446a397eb1aead9c4e568faf2df8068b4d0306ebc075fb4be16ed26b741","f3cb784be4d9e91f966a0b5052a098d9b53b0af0d341f690585b0cc05c6ca412","350f63439f8fe2e06c97368ddc7fb6d6c676d54f59520966f7dbbe6a4586014e","eba613b9b357ac8c50a925fa31dc7e65ff3b95a07efbaa684b624f143d8d34ba","9814545517193cf51127d7fbdc3b7335688206ec04ee3a46bba2ee036bd0dcac","0f6199602df09bdb12b95b5434f5d7474b1490d2cd8cc036364ab3ba6fd24263","c8ca7fd9ec7a3ec82185bfc8213e4a7f63ae748fd6fced931741d23ef4ea3c0f","5c6a8a3c2a8d059f0592d4eab59b062210a1c871117968b10797dee36d991ef7","7acee2009eb9f4c6b17245edc555c7d5c9404343ea1b0cf8adae3b66292c1527","656424ca784760c679bf2677d8aaf55d1cb8452cd0ac04bbe1c0f659f45f8c11","0be1753924a848cf8df0be004518d84957a8539f6b01f1fad1ac639dc17586cb","e243f7d314cb8d05f393a5dc9904b3bcbd769ac082596402ab197df75bf582bf","5a7c95bcd09e90d7feb672686992187a310c37d5e30a1ddf3c39487c1aa74710","441ae3724070b80188b7bc48f66b96ca521d817e81836cdddb905cef6bbb4c8a","75c1851fd42fce32c4b066cc4666b158b44bb1cea3e88cc74a24ea2e5d1c5056","3901d2da5f2efb88bf7adf2cf609ac628469a6e00a57c241dff8068871239175","06af2a73111a13b52a270c1e74fd7dcccd1a9f1fdc3425bda9f8b45fa0c269cd","6abc96a8be012572275422560c525ed036b84fc6a798a90bd89d17c9810e2762","f71cbe1afd8376df3764bb980646b503353611b42534f1a1d44cb311bedab837","e9934689b2e167ba54f01b1225ff348055a8574ee7c907ef49b62c14102c6d26","0ecff30f6ee36ed2899ca0259e8bd018e9c627702d204256a436d76ac5991413","a353332b8d2de7ae57ab97b72ace1e8794e2907d3f907e04bff1a636ee93c826","505f2e4a22d30a66a1ffbc3f43ccc895e2ea3fcd92f9521797f25c354a87435d","60fef2f608d0ecaf124cb543ab18d835979a4841d38e5df9d64794ab51cd1352","cb8f5ffbf8bb06658a6ef27f1829c69238673b467a4881cac6a8247df73d94f3","9304e0b36cfdf03a7b7f972ac0b21ecd55e2cf5a5c0ce70754f8a47b55b6a90e","ab2265036d8a12bdd5454800b03966bf0e971be44fbd118f3aed3c1bd0124fc6","bbe08916928cbaca40a89cf36fc3c751ff3b32ab549b9f7e0b4fafcd0c3699d4","ab3f0217cbf698cadf45799bf224ade13e0b410d2cf76b0757b3f47349ff11a3","616ea4ff77f89fe59032df6f80ebdf5f40789419341de9b25d2946485c85ad05","9e59e01db841f0d4fe21443b8611e49ea7c91f297afc28ce6c433458afbcd081",{"version":"cb0ae66f77a96093c27f1e8618ab0ef0facc92c20b9081287613fc737312d280","signature":"5711cb37c1344f0b67b51dab2b7a7670bb3302d202d3d17e20c50e71bc7d8212"},{"version":"10a7596c4f8b9c619fd0c5c589778e253e19f482eea20a9b9a46c22f2cf70cea","signature":"47e3c1b152cf5fe3034c3be905cee3b9c0bbebef15946f427ea2d5b8e6eb136c"},{"version":"19ee61f3a84722aff22b2d83fd1ba2321e872984dc96d6373989f05fe9d19bb7","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ae3a52f8a66e5102b277a0d6183173c8364d27d31512c98a20361951283182f3","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"46f692b1a1e997b26413d34a963a1f209dd8d1068b20625f017d339cff173fda","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","ccff6a039925da0bbddce77e8fe06865bb4bc144f8ca2f729b4390015044183b","a8862ddcc1248783459023762b8cc140f2fd8e7ec127ca4f1b091786c768b442","a8862ddcc1248783459023762b8cc140f2fd8e7ec127ca4f1b091786c768b442","e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550","5b1e6548103ef28fdd39b07d37d4fba4ceac6b86ada45581293989e707ad6d39","f4023e51a43076c79983687cec70f88b0c23ba0adc5cfa9fb7deb6351060e1b6",{"version":"d818588962da64ad122d246f79beef7100d01969cdf259f49fdbe8ae4af0e7d6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"ec3f05670a92c99aaa89e878f957f29f4d207ff03438463bb407c0ff6005f070","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","df84eca381b7c2ec232cda8f9e0f4e05802d3eb64b23d9972cbc5e08327f7f27",{"version":"6830c4774d1db937c526087d6b0d2b64599c24ce0d70efa75d9233b62ed74ec0","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"22d6c51787e366c3b8f3e0440824c3a2b789ffa0a1e5d1dbc6372f6b6b7002ce","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c49960d6fa4f32448eedfa66a7b602e195eb42d884875abe4a2ca9a1a921c39d","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"afa6eb146bb9a9afa2fd432730979c69b9f9cc7f4f9e169999250e51657b4280","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"cb593ebc2db3eea749dbc2baec20b1d41f113c5e3b2726049ae9161d7b26a9ea","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"2ed4e2c7270a73f2cbf06db437b3d6e20370e0b6e179a2a00fc6d9b880be69dc","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"c2a70cf2999d7ccd2f87c22042393b853e01bb2994d6561071aa53a82926c0de","437ce3def325725c84c242f916886e634ff8f133356ea88ccb4bdd425792bb36",{"version":"dc9d62b761f4ea0c693bff7d9f65c3dccc754de686fba6ed3bba70ad0a57a3c2","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"ed6019848a9c69dbf1b447df10f71eb85f9f8cd940ee4da76158d872dfec13ea","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e54862b0c5eae5579f9421275c8669ad9303619d1643378f62469bec6aa8eb18","signature":"a3eae42c3798f681455962b4296851784330832e87e7cbac43136530a8e14e99"},{"version":"ec95302d37b16fd769e53fff65193d50feca8e12bc2031d0b6b1af46c8025e2a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"caf283b745b28976a9b1efa8220a7064a1fe58c8e491fdc85ef235d9cbd733b5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"62e9bf3c01a6fd65e3625e58e10011e490eff91f395ac6a6117247094c818fea","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e90a76d89b9be85f45618fa2d32a79c57da0063c08726b6847a67cf2029d135b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"8bf8abaf0014f1bde4ad79ba84bfa04a1c8b4f13008ac1806829146a1f13452d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"b2b4390b4bc2811c3b8610ef67dffccd17ce77f7b94a9e5c4a20c9bef7edd380","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e8b1f23d10dc1a58ed5a55e3d4a2f4924d672b29a1819680e6cbb5e25b5b68bd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"5f78994698b1f08d95100bf994e2e47884bce6b1f9dc5fde93743579ee7b6e31","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"05220c74eeb446f93f469bb894a3c588730c9b92131040b1c6edf4e258c48669","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f9c09a0ad25917a09cd3278cab7503c1eda4b1c0ca7dcb903131e6e62f86160a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"aacc645b2983139f576fa7804c5d6eb2b269bd713ffa89cc3b21eeaf3607505a","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"fd99e32014623cab4a47dcdf16d69a84eee05b40148122306e1cae4c6156e3fe","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"a0e00de68bbacfb8bd647f2e1aff0a76c313dae128cbd977e836e7034ae892a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"370a6bdcb51a36429a983615e0de8f206e8c855f27cfa8896c5321759a0e5a0b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"b96a3b768b5d0730f78436e39219abb906f9a1854b5157c90a53a62cad36126f","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1b553a80507f669e51d1ad3695d2dfb97b025d7c9979b9d9dd8ee6553f0df345","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"641a3ae47fb69dc096f455ff325d1610fa43e3b56adb6a0a6d7ec145e78030f4","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"52676e29b8a7a5c824dfb747b661b39d2a643c50ed465966246b76956dc38e39","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"0203713dc3e3846791747d7d3e7e3648132861f76f90b9cd6208707d299de1dc","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e92bda8e0522c78ef41c8f38a295f5a94ebe2beaa7a4637c0ac8a563aff6dd27","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"fcc7c839cf074be46a1830912e569709989d106f7c6ee2c68a8cef434a19d288","signature":"aaaf4495995b6d1687f849b28f543205755e10a34988d083db4ba5c0716c259c"},{"version":"869d6db6802e7f444b9094e5e843c282c91ea3bba17cfbe9299cf301b7df370e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"84243de5997cca740b1fabe79d0458333c599e93c68033ab6767d7810ef148ad","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bd4d8cef618bf5cb34fb22e915500dfb311e922deec6e0a450b7a9b3e027a05e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"9158d00b38754229b55028ba75ff207e2af1c9fccd18a5653f06298a2f125faf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ccd0bff0e7d474e327520e5ac4d3a418030ebb956fad02228f4368dda6d5aa25","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c781b9d5f1dc612378c99834060eb3a052e7010d0dca65e45eae877732de6f8c","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"46f9ceab7e9981dd12b0349e473932be53480b000110333b0fc2f18b2e2414bd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c32382c2e08da01a57f9c7298e4a26d5252e6ec42b883ef140a0884589bfffff","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"f4054ad0c9b4ce4e3f3a3a545be2388af5c1636d23c5adc663e1efbeeabf344d",{"version":"89bc5ce56ec0d878dfc8e0f6550405508d089ffa5acf5de5470d11c04d120f69","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"94a71068a9be134088c786b251d561d3432c3d4de886beb91dcefc372202ab0f","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"a66b4ba160e2b3d61acaff4a28d0615aad04c52282ca0c9a6628e0cdf0191ac5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"62c4b0dbd952e47af849ed5856cc24111aff57d7495a348ba4f853b2a04b2f13","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bdaa1cd8b76d60b2d49c4826d6c731a4bebfebe57cf62cc50feede1e2393c4bf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1ae020479a0ecf321d6a2d22a058128e1d99ca11faa9a07ecbf176bece124a08","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f5fb105e771bae959dcc7da0a313a68d5bae2e41a1475b1946351122c60edf80","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"dd04cfbbf07851762ec3bacbfb90af78c194e6e78b5767fbe7a73162f440510f","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"6d6e6ba7b5cb9a1b5c89e8aaae620fd586f0e8d0a716ac417b6bf92feba18d5a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ea36d5b23de0271c0a886d889acca883117b6167414b855c62df98039325118","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"d72ab9c7c29ebb23112c06ca909fe8c97cee8450017461188a78052f8adee754","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"700b7be8bb9b300ace3b3ee50ca800eb6d74a5be28a2a04327817a339caa81c5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c65226813b87e33afe8c005a201fbbd04a401c34225bcf14fe4d942a68c862f6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ab9d344ef6a749f8e8690fd7eef323eb75d903666d257a3cec483b0063d4b15","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"4be2c29f86f2f424d4edbd9be7a2019e3c02f70de1d1afc7c3121672cd4b4ef1","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"95e2626d9311d3016f0cd9cad752bd3f8f072dd9442b88bb5e1f71fa346161a9","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1d96853e2083dec531a0b43d34b3c29ef6ebb992d1d5a48ae8c599fb789ad7b0","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e2565995652ce15a24533fcb35bcca800d14e1a891ed9b2f00f6f7355b6ee392","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"cb878e526bdc9bc03dcbfbcf8caff5e9b7b0cd5ff1e9190ff55885fde364172c","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bf96d2a7aca77bef57e3471df310e730054b2733a7b8fb01bc0d9d49f8e2c3a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"c96b979037750626f7ff4bd6b22b2a1e5d956d44b2021c21b65ef96827e6a6bd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"3925930e5777e6f08836ed44de7b6cd409ce7ba730f2c97633e98d60f828993d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"99bbfdf4f454d76e91a518b42f91c742759fa9d2dd9364381deadecc161d489b","affectsGlobalScope":true},"beda6215df1bf614f16276ad61cce5f25b3ceba88a901dfe949093e3a143f435","c269a12e83c5ffc0332b1f245008e4e621e483dd2f8b9b77fc6a664fcde4969d","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cf93e7b09b66e142429611c27ba2cbf330826057e3c793e1e2861e976fae3940","90e727d145feb03695693fdc9f165a4dc10684713ee5f6aa81e97a6086faa0f8","ee2c6ec73c636c9da5ab4ce9227e5197f55a57241d66ea5828f94b69a4a09a2d","afaf64477630c7297e3733765046c95640ab1c63f0dfb3c624691c8445bc3b08","5aa03223a53ad03171988820b81a6cae9647eabcebcb987d1284799de978d8e3","7f50c8914983009c2b940923d891e621db624ba32968a51db46e0bf480e4e1cb","90fc18234b7d2e19d18ac026361aaf2f49d27c98dc30d9f01e033a9c2b01c765","a980e4d46239f344eb4d5442b69dcf1d46bd2acac8d908574b5a507181f7e2a1","bbbfa4c51cdaa6e2ef7f7be3ae199b319de6b31e3b5afa7e5a2229c14bb2568a","bc7bfe8f48fa3067deb3b37d4b511588b01831ba123a785ea81320fe74dd9540","fd60c0aaf7c52115f0e7f367d794657ac18dbb257255777406829ab65ca85746","15c17866d58a19f4a01a125f3f511567bd1c22235b4fd77bf90c793bf28388c3","51301a76264b1e1b4046f803bda44307fba403183bc274fe9e7227252d7315cb","ddef23e8ace6c2b2ddf8d8092d30b1dd313743f7ff47b2cbb43f36c395896008","9e42df47111429042b5e22561849a512ad5871668097664b8fb06a11640140ac","391fcc749c6f94c6c4b7f017c6a6f63296c1c9ae03fa639f99337dddb9cc33fe","ac4706eb1fb167b19f336a93989763ab175cd7cc6227b0dcbfa6a7824c6ba59a","633220dc1e1a5d0ccf11d3c3e8cadc9124daf80fef468f2ff8186a2775229de3","6de22ad73e332e513454f0292275155d6cb77f2f695b73f0744928c4ebb3a128","ebe0e3c77f5114b656d857213698fade968cff1b3a681d1868f3cfdd09d63b75","22c27a87488a0625657b52b9750122814c2f5582cac971484cda0dcd7a46dc3b","7e7a817c8ec57035b2b74df8d5dbcc376a4a60ad870b27ec35463536158e1156","0e2061f86ca739f34feae42fd7cce27cc171788d251a587215b33eaec456e786","91659b2b090cadffdb593736210910508fc5b77046d4ce180b52580b14b075ec","d0f6c657c45faaf576ca1a1dc64484534a8dc74ada36fd57008edc1aab65a02b","ce0c52b1ebc023b71d3c1fe974804a2422cf1d85d4af74bb1bced36ff3bff8b5","9c6acb4a388887f9a5552eda68987ee5d607152163d72f123193a984c48157c9","90d0a9968cbb7048015736299f96a0cceb01cf583fd2e9a9edbc632ac4c81b01","49abec0571c941ab6f095885a76828d50498511c03bb326eec62a852e58000c5","8eeb4a4ff94460051173d561749539bca870422a6400108903af2fb7a1ffe3d7","49e39b284b87452fed1e27ac0748ba698f5a27debe05084bc5066b3ecf4ed762","59dcf835762f8df90fba5a3f8ba87941467604041cf127fb456543c793b71456","33e0c4c683dcaeb66bedf5bb6cc35798d00ac58d7f3bc82aadb50fa475781d60","605839abb6d150b0d83ed3712e1b3ffbeb309e382770e7754085d36bc2d84a4c","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","0f0a16a0e8037c17e28f537028215e87db047eba52281bd33484d5395402f3c1","cf533aed4c455b526ddccbb10dae7cc77e9269c3d7862f9e5cedbd4f5c92e05e","f8a60ca31702a0209ef217f8f3b4b32f498813927df2304787ac968c78d8560d","530192961885d3ddad87bf9c4390e12689fa29ff515df57f17a57c9125fc77c3","165ba9e775dd769749e2177c383d24578e3b212e4774b0a72ad0f6faee103b68","61448f238fdfa94e5ccce1f43a7cced5e548b1ea2d957bec5259a6e719378381","69fa523e48131ced0a52ab1af36c3a922c5fd7a25e474d82117329fe051f5b85","fa10b79cd06f5dd03435e184fb05cc5f0d02713bfb4ee9d343db527501be334c","c6fb591e363ee4dea2b102bb721c0921485459df23a2d2171af8354cacef4bce","ea7e1f1097c2e61ed6e56fa04a9d7beae9d276d87ac6edb0cd39a3ee649cddfe","e8cf2659d87462aae9c7647e2a256ac7dcaf2a565a9681bfb49328a8a52861e8","7e374cb98b705d35369b3c15444ef2ff5ff983bd2fbb77a287f7e3240abf208c","ca75ba1519f9a426b8c512046ebbad58231d8627678d054008c93c51bc0f3fa5","ff63760147d7a60dcfc4ac16e40aa2696d016b9ffe27e296b43655dfa869d66b","4d434123b16f46b290982907a4d24675442eb651ca95a5e98e4c274be16f1220","57263d6ba38046e85f499f3c0ab518cfaf0a5f5d4f53bdae896d045209ab4aff","d3a535f2cd5d17f12b1abf0b19a64e816b90c8c10a030b58f308c0f7f2acfe2c","be26d49bb713c13bd737d00ae8a61aa394f0b76bc2d5a1c93c74f59402eb8db3","c7012003ac0c9e6c9d3a6418128ddebf6219d904095180d4502b19c42f46a186","d58c55750756bcf73f474344e6b4a9376e5381e4ba7d834dc352264b491423b6","01e2aabfabe22b4bf6d715fc54d72d32fa860a3bd1faa8974e0d672c4b565dfe","ba2c489bb2566c16d28f0500b3d98013917e471c40a4417c03991460cb248e88","39f94b619f0844c454a6f912e5d6868d0beb32752587b134c3c858b10ecd7056","0d2d8b0477b1cf16b34088e786e9745c3e8145bc8eea5919b700ad054e70a095","2a5e963b2b8f33a50bb516215ba54a20801cb379a8e9b1ae0b311e900dc7254c","d8307f62b55feeb5858529314761089746dce957d2b8fd919673a4985fa4342a","bf449ec80fc692b2703ad03e64ae007b3513ecd507dc2ab77f39be6f578e6f5c","f780213dd78998daf2511385dd51abf72905f709c839a9457b6ba2a55df57be7","2b7843e8a9a50bdf511de24350b6d429a3ee28430f5e8af7d3599b1e9aa7057f","05d95be6e25b4118c2eb28667e784f0b25882f6a8486147788df675c85391ab7","62d2721e9f2c9197c3e2e5cffeb2f76c6412121ae155153179049890011eb785","ff5668fb7594c02aca5e7ba7be6c238676226e450681ca96b457f4a84898b2d9","59fd37ea08657fef36c55ddea879eae550ffe21d7e3a1f8699314a85a30d8ae9","84e23663776e080e18b25052eb3459b1a0486b5b19f674d59b96347c0cb7312a","43e5934c7355731eec20c5a2aa7a859086f19f60a4e5fcd80e6684228f6fb767","a49c210c136c518a7c08325f6058fc648f59f911c41c93de2026db692bba0e47","1a92f93597ebc451e9ef4b158653c8d31902de5e6c8a574470ecb6da64932df4","256513ad066ac9898a70ca01e6fbdb3898a4e0fe408fbf70608fdc28ac1af224","d9835850b6cc05c21e8d85692a8071ebcf167a4382e5e39bf700c4a1e816437e","e5ab7190f818442e958d0322191c24c2447ddceae393c4e811e79cda6bd49836","91b4b77ef81466ce894f1aade7d35d3589ddd5c9981109d1dea11f55a4b807a0","03abb209bed94c8c893d9872639e3789f0282061c7aa6917888965e4047a8b5f","e97a07901de562219f5cba545b0945a1540d9663bd9abce66495721af3903eec","bf39ed1fdf29bc8178055ec4ff32be6725c1de9f29c252e31bdc71baf5c227e6","985eabf06dac7288fc355435b18641282f86107e48334a83605739a1fe82ac15","6112d33bcf51e3e6f6a81e419f29580e2f8e773529d53958c7c1c99728d4fb2e","89e9f7e87a573504acc2e7e5ad727a110b960330657d1b9a6d3526e77c83d8be","44bbb88abe9958c7c417e8687abf65820385191685009cc4b739c2d270cb02e9","ab4b506b53d2c4aec4cc00452740c540a0e6abe7778063e95c81a5cd557c19eb","858757bde6d615d0d1ee474c972131c6d79c37b0b61897da7fbd7110beb8af12","60b9dea33807b086a1b4b4b89f72d5da27ad0dd36d6436a6e306600c47438ac4","409c963b1166d0c1d49fdad1dfeb4de27fd2d6662d699009857de9baf43ca7c3","b7674ecfeb5753e965404f7b3d31eec8450857d1a23770cb867c82f264f546ab","c9800b9a9ad7fcdf74ed8972a5928b66f0e4ff674d55fd038a3b1c076911dcbe","99864433e35b24c61f8790d2224428e3b920624c01a6d26ea8b27ee1f62836bb","c391317b9ff8f87d28c6bfe4e50ed92e8f8bfab1bb8a03cd1fe104ff13186f83","42bdc3c98446fdd528e2591213f71ce6f7008fb9bb12413bd57df60d892a3fb5","542d2d689b58c25d39a76312ccaea2fcd10a45fb27b890e18015399c8032e2d9","97d1656f0a563dbb361d22b3d7c2487427b0998f347123abd1c69a4991326c96","d4f53ed7960c9fba8378af3fa28e3cc483d6c0b48e4a152a83ff0973d507307d","0665de5280d65ec32776dc55fb37128e259e60f389cde5b9803cf9e81ad23ce0","b6dc8fd1c6092da86725c338ca6c263d1c6dd3073046d3ec4eb2d68515062da2","d9198a0f01f00870653347560e10494efeca0bfa2de0988bd5d883a9d2c47edb","d4279865b926d7e2cfe8863b2eae270c4c035b6e923af8f9d7e6462d68679e07","73b6945448bb3425b764cfe7b1c4b0b56c010cc66e5f438ef320c53e469797eb","cf72fd8ffa5395f4f1a26be60246ec79c5a9ad201579c9ba63fd2607b5daf184","301a458744666096f84580a78cc3f6e8411f8bab92608cdaa33707546ca2906f","711e70c0916ff5f821ea208043ecd3e67ed09434b8a31d5616286802b58ebebe","e1f2fd9f88dd0e40c358fbf8c8f992211ab00a699e7d6823579b615b874a8453","17db3a9dcb2e1689ff7ace9c94fa110c88da64d69f01dc2f3cec698e4fc7e29e","73fb07305106bb18c2230890fcacf910fd1a7a77d93ac12ec40bc04c49ee5b8e","2c5f341625a45530b040d59a4bc2bc83824d258985ede10c67005be72d3e21d0","c4a262730d4277ecaaf6f6553dabecc84dcca8decaebbf2e16f1df8bbd996397","c23c533d85518f3358c55a7f19ab1a05aad290251e8bba0947bd19ea3c259467","5d0322a0b8cdc67b8c71e4ccaa30286b0c8453211d4c955a217ac2d3590e911f","f5e4032b6e4e116e7fec5b2620a2a35d0b6b8b4a1cc9b94a8e5ee76190153110","9ab26cb62a0e86ab7f669c311eb0c4d665457eb70a103508aa39da6ccee663da","5f64d1a11d8d4ce2c7ee3b72471df76b82d178a48964a14cdfdc7c5ef7276d70","24e2fbc48f65814e691d9377399807b9ec22cd54b51d631ba9e48ee18c5939dd","bfa2648b2ee90268c6b6f19e84da3176b4d46329c9ec0555d470e647d0568dfb","75ef3cb4e7b3583ba268a094c1bd16ce31023f2c3d1ac36e75ca65aca9721534","3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","3ada1b216e45bb9e32e30d8179a0a95870576fe949c33d9767823ccf4f4f4c97","1ace2885dffab849f7c98bffe3d1233260fbf07ee62cb58130167fd67a376a65","2126e5989c0ca5194d883cf9e9c10fe3e5224fbd3e4a4a6267677544e8be0aae","41a6738cf3c756af74753c5033e95c5b33dfc1f6e1287fa769a1ac4027335bf5","6e8630be5b0166cbc9f359b9f9e42801626d64ff1702dcb691af811149766154","e36b77c04e00b4a0bb4e1364f2646618a54910c27f6dc3fc558ca2ced8ca5bc5","2c4ea7e9f95a558f46c89726d1fedcb525ef649eb755a3d7d5055e22b80c2904","4875d65190e789fad05e73abd178297b386806b88b624328222d82e455c0f2e7","bf5302ecfaacee37c2316e33703723d62e66590093738c8921773ee30f2ecc38","62684064fe034d54b87f62ad416f41b98a405dee4146d0ec03b198c3634ea93c","be02cbdb1688c8387f8a76a9c6ed9d75d8bb794ec5b9b1d2ba3339a952a00614","cefaff060473a5dbf4939ee1b52eb900f215f8d6249dc7c058d6b869d599983c","b2797235a4c1a7442a6f326f28ffb966226c3419399dbb33634b8159af2c712f","164d633bbd4329794d329219fc173c3de85d5ad866d44e5b5f0fb60c140e98f2","b74300dd0a52eaf564b3757c07d07e1d92def4e3b8708f12eedb40033e4cafe9","a792f80b1e265b06dce1783992dbee2b45815a7bdc030782464b8cf982337cf2","8816b4b3a87d9b77f0355e616b38ed5054f993cc4c141101297f1914976a94b1","0f35e4da974793534c4ca1cdd9491eab6993f8cf47103dadfc048b899ed9b511","0ccdfcaebf297ec7b9dde20bbbc8539d5951a3d8aaa40665ca469da27f5a86e1","7fcb05c8ce81f05499c7b0488ae02a0a1ac6aebc78c01e9f8c42d98f7ba68140","81c376c9e4d227a4629c7fca9dde3bbdfa44bd5bd281aee0ed03801182368dc5","0f2448f95110c3714797e4c043bbc539368e9c4c33586d03ecda166aa9908843","b2f1a443f7f3982d7325775906b51665fe875c82a62be3528a36184852faa0bb","7568ff1f23363d7ee349105eb936e156d61aea8864187a4c5d85c60594b44a25","8c4d1d9a4eba4eac69e6da0f599a424b2689aee55a455f0b5a7f27a807e064db","e1beb9077c100bdd0fc8e727615f5dae2c6e1207de224569421907072f4ec885","3dda13836320ec71b95a68cd3d91a27118b34c05a2bfda3e7e51f1d8ca9b960b","fedc79cb91f2b3a14e832d7a8e3d58eb02b5d5411c843fcbdc79e35041316b36","99f395322ffae908dcdfbaa2624cc7a2a2cb7b0fbf1a1274aca506f7b57ebcb5","5e1f7c43e8d45f2222a5c61cbc88b074f4aaf1ca4b118ac6d6123c858efdcd71","7388273ab71cb8f22b3f25ffd8d44a37d5740077c4d87023da25575204d57872","0a48ceb01a0fdfc506aa20dfd8a3563edbdeaa53a8333ddf261d2ee87669ea7b","3182d06b874f31e8e55f91ea706c85d5f207f16273480f46438781d0bd2a46a1","ccd47cab635e8f71693fa4e2bbb7969f559972dae97bd5dbd1bbfee77a63b410","89770fa14c037f3dc3882e6c56be1c01bb495c81dec96fa29f868185d9555a5d","7048c397f08c54099c52e6b9d90623dc9dc6811ea142f8af3200e40d66a972e1","512120cd6f026ce1d3cf686c6ab5da80caa40ef92aa47466ec60ba61a48b5551","6cd0cb7f999f221e984157a7640e7871960131f6b221d67e4fdc2a53937c6770","f48b84a0884776f1bc5bf0fcf3f69832e97b97dc55d79d7557f344de900d259b","dca490d986411644b0f9edf6ea701016836558e8677c150dca8ad315178ec735","a028a04948cf98c1233166b48887dad324e8fe424a4be368a287c706d9ccd491","3046ed22c701f24272534b293c10cfd17b0f6a89c2ec6014c9a44a90963dfa06","394da10397d272f19a324c95bea7492faadf2263da157831e02ae1107bd410f5","0580595a99248b2d30d03f2307c50f14eb21716a55beb84dd09d240b1b087a42","a7da9510150f36a9bea61513b107b59a423fdff54429ad38547c7475cd390e95","659615f96e64361af7127645bb91f287f7b46c5d03bea7371e6e02099226d818","1f2a42974920476ce46bb666cd9b3c1b82b2072b66ccd0d775aa960532d78176","500b3ae6095cbab92d81de0b40c9129f5524d10ad955643f81fc07d726c5a667","a957ad4bd562be0662fb99599dbcf0e16d1631f857e5e1a83a3f3afb6c226059","e57a4915266a6a751c6c172e8f30f6df44a495608613e1f1c410196207da9641","7a12e57143b7bc5a52a41a8c4e6283a8f8d59a5e302478185fb623a7157fff5e","17b3426162e1d9cb0a843e8d04212aabe461d53548e671236de957ed3ae9471b","f38e86eb00398d63180210c5090ef6ed065004474361146573f98b3c8a96477d","231d9e32382d3971f58325e5a85ba283a2021243651cb650f82f87a1bf62d649","6532e3e87b87c95f0771611afce929b5bad9d2c94855b19b29b3246937c9840b","65704bbb8f0b55c73871335edd3c9cead7c9f0d4b21f64f5d22d0987c45687f0","787232f574af2253ac860f22a445c755d57c73a69a402823ae81ba0dfdd1ce23","5e63903cd5ebce02486b91647d951d61a16ad80d65f9c56581cd624f39a66007","bcc89a120d8f3c02411f4df6b1d989143c01369314e9b0e04794441e6b078d22","d17531ef42b7c76d953f63bd5c5cd927c4723e62a7e0b2badf812d5f35f784eb","6d4ee1a8e3a97168ea4c4cc1c68bb61a3fd77134f15c71bb9f3f63df3d26b54c","1eb04fea6b47b16922ed79625d90431a8b2fc7ba9d5768b255e62df0c96f1e3a","de0c2eece83bd81b8682f4496f558beb728263e17e74cbc4910e5c9ce7bef689","98866542d45306dab48ecc3ddd98ee54fa983353bc3139dfbc619df882f54d90","9e04c7708917af428c165f1e38536ddb2e8ecd576f55ed11a97442dc34b6b010","31fe6f6d02b53c1a7c34b8d8f8c87ee9b6dd4b67f158cbfff3034b4f3f69c409","2e1d853f84188e8e002361f4bfdd892ac31c68acaeac426a63cd4ff7abf150d0","666b5289ec8a01c4cc0977c62e3fd32e89a8e3fd9e97c8d8fd646f632e63c055","a1107bbb2b10982dba1f7958a6a5cf841e1a19d6976d0ecdc4c43269c7b0eaf2","07fa6122f7495331f39167ec9e4ebd990146a20f99c16c17bc0a98aa81f63b27","39c1483481b35c2123eaab5094a8b548a0c3f1e483ab7338102c3291f1ab18bf","b73e6242c13796e7d5fba225bf1c07c8ee66d31b7bb65f45be14226a9ae492d2","f2931608d541145d189390d6cfb74e1b1e88f73c0b9a80c4356a4daa7fa5e005","8684656fe3bf1425a91bd62b8b455a1c7ec18b074fd695793cfae44ae02e381a","ccf0b9057dd65c7fb5e237de34f706966ebc30c6d3669715ed05e76225f54fbd","d930f077da575e8ea761e3d644d4c6279e2d847bae2b3ea893bbd572315acc21","19b0616946cb615abde72c6d69049f136cc4821b784634771c1d73bec8005f73","553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","1225cf1910667bfd52b4daa9974197c3485f21fe631c3ce9db3b733334199faa","f7cb9e46bd6ab9d620d68257b525dbbbbc9b0b148adf500b819d756ebc339de0","e46d6c3120aca07ae8ec3189edf518c667d027478810ca67a62431a0fa545434","9d234b7d2f662a135d430d3190fc21074325f296273125244b2bf8328b5839a0","0554ef14d10acea403348c53436b1dd8d61e7c73ef5872e2fe69cc1c433b02f8","2f6ae5538090db60514336bd1441ca208a8fab13108cfa4b311e61eaca5ff716","17bf4ce505a4cff88fb56177a8f7eb48aa55c22ccc4cce3e49cc5c8ddc54b07d","3d735f493d7da48156b79b4d8a406bf2bbf7e3fe379210d8f7c085028143ee40","41de1b3ddd71bd0d9ed7ac217ca1b15b177dd731d5251cde094945c20a715d03","17d9c562a46c6a25bc2f317c9b06dd4e8e0368cbe9bdf89be6117aeafd577b36","ded799031fe18a0bb5e78be38a6ae168458ff41b6c6542392b009d2abe6a6f32","ed48d467a7b25ee1a2769adebc198b647a820e242c96a5f96c1e6c27a40ab131","b914114df05f286897a1ae85d2df39cfd98ed8da68754d73cf830159e85ddd15","73881e647da3c226f21e0b80e216feaf14a5541a861494c744e9fbe1c3b3a6af","d79e1d31b939fa99694f2d6fbdd19870147401dbb3f42214e84c011e7ec359ab","4f71097eae7aa37941bab39beb2e53e624321fd341c12cc1d400eb7a805691ff","58ebb4f21f3a90dda31a01764462aa617849fdb1b592f3a8d875c85019956aff","a8e8d0e6efff70f3c28d3e384f9d64530c7a7596a201e4879a7fd75c7d55cbb5","df5cbb80d8353bf0511a4047cc7b8434b0be12e280b6cf3de919d5a3380912c0","256eb0520e822b56f720962edd7807ed36abdf7ea23bcadf4a25929a3317c8cf","9cf2cbc9ceb5f718c1705f37ce5454f14d3b89f690d9864394963567673c1b5c","07d3dd790cf1e66bb6fc9806d014dd40bb2055f8d6ca3811cf0e12f92ba4cb9a","1f99fd62e9cff9b50c36f368caf3b9fb79fc6f6c75ca5d3c2ec4afaea08d9109","6558faaacba5622ef7f1fdfb843cd967af2c105469b9ff5c18a81ce85178fca7","34e7f17ae9395b0269cd3f2f0af10709e6dc975c5b44a36b6b70442dc5e25a38","a4295111b54f84c02c27e46b0855b02fad3421ae1d2d7e67ecf16cb49538280a","ce9746b2ceae2388b7be9fe1f009dcecbc65f0bdbc16f40c0027fab0fb848c3b","35ce823a59f397f0e85295387778f51467cea137d787df385be57a2099752bfb","2e5acd3ec67bc309e4f679a70c894f809863c33b9572a8da0b78db403edfa106","1872f3fcea0643d5e03b19a19d777704320f857d1be0eb4ee372681357e20c88","9689628941205e40dcbb2706d1833bd00ce7510d333b2ef08be24ecbf3eb1a37","0317a72a0b63094781476cf1d2d27585d00eb2b0ca62b5287124735912f3d048","6ce4c0ab3450a4fff25d60a058a25039cffd03141549589689f5a17055ad0545","9153ec7b0577ae77349d2c5e8c5dd57163f41853b80c4fb5ce342c7a431cbe1e","f490dfa4619e48edd594a36079950c9fca1230efb3a82aaf325047262ba07379","674f00085caff46d2cbc76fc74740fd31f49d53396804558573421e138be0c12","41d029194c4811f09b350a1e858143c191073007a9ee836061090ed0143ad94f","44a6259ffd6febd8510b9a9b13a700e1d022530d8b33663f0735dbb3bee67b3d","6f4322500aff8676d9b8eef7711c7166708d4a0686b792aa4b158e276ed946a7","e829ff9ecffa3510d3a4d2c3e4e9b54d4a4ccfef004bacbb1d6919ce3ccca01f","62e6fec9dbd012460b47af7e727ec4cd34345b6e4311e781f040e6b640d7f93e","4d180dd4d0785f2cd140bc069d56285d0121d95b53e4348feb4f62db2d7035d3","f1142cbba31d7f492d2e7c91d82211a8334e6642efe52b71d9a82cb95ba4e8ae","279cac827be5d48c0f69fe319dc38c876fdd076b66995d9779c43558552d8a50","a70ff3c65dc0e7213bfe0d81c072951db9f5b1e640eb66c1eaed0737879c797b","f75d3303c1750f4fdacd23354657eca09aae16122c344e65b8c14c570ff67df5","3ebae6a418229d4b303f8e0fdb14de83f39fba9f57b39d5f213398bca72137c7","21ba07e33265f59d52dece5ac44f933b2b464059514587e64ad5182ddf34a9b0","2d3d96efba00493059c460fd55e6206b0667fc2e73215c4f1a9eb559b550021f","d23d4a57fff5cec5607521ba3b72f372e3d735d0f6b11a4681655b0bdd0505f4","395c1f3da7e9c87097c8095acbb361541480bf5fd7fa92523985019fef7761dd","d61f3d719293c2f92a04ba73d08536940805938ecab89ac35ceabc8a48ccb648","ca693235a1242bcd97254f43a17592aa84af66ccb7497333ccfea54842fde648","cd41cf040b2e368382f2382ec9145824777233730e3965e9a7ba4523a6a4698e","2e7a9dba6512b0310c037a28d27330520904cf5063ca19f034b74ad280dbfe71","9f2a38baf702e6cb98e0392fa39d25a64c41457a827b935b366c5e0980a6a667","c1dc37f0e7252928f73d03b0d6b46feb26dea3d8737a531ca4c0ec4105e33120","25126b80243fb499517e94fc5afe5c9c5df3a0105618e33581fb5b2f2622f342","d332c2ddcb64012290eb14753c1b49fe3eee9ca067204efba1cf31c1ce1ee020","1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","7c9f2d62d83f1292a183a44fb7fb1f16eb9037deb05691d307d4017ac8af850a","d0163ab7b0de6e23b8562af8b5b4adea4182884ca7543488f7ac2a3478f3ae6e","05224e15c6e51c4c6cd08c65f0766723f6b39165534b67546076c226661db691","a5f7158823c7700dd9fc1843a94b9edc309180c969fbfa6d591aeb0b33d3b514","7d30937f8cf9bb0d4b2c2a8fb56a415d7ef393f6252b24e4863f3d7b84285724","e04d074584483dc9c59341f9f36c7220f16eed09f7af1fa3ef9c64c26095faec","619697e06cbc2c77edda949a83a62047e777efacde1433e895b904fe4877c650","88d9a8593d2e6aee67f7b15a25bda62652c77be72b79afbee52bea61d5ffb39e","044d7acfc9bd1af21951e32252cf8f3a11c8b35a704169115ddcbde9fd717de2","a4ca8f13a91bd80e6d7a4f013b8a9e156fbf579bbec981fe724dad38719cfe01","5a216426a68418e37e55c7a4366bc50efc99bda9dc361eae94d7e336da96c027","13b65b640306755096d304e76d4a237d21103de88b474634f7ae13a2fac722d5","7478bd43e449d3ce4e94f3ed1105c65007b21f078b3a791ea5d2c47b30ea6962","601d3e8e71b7d6a24fc003aca9989a6c25fa2b3755df196fd0aaee709d190303","168e0850fcc94011e4477e31eca81a8a8a71e1aed66d056b7b50196b877e86c8","37ba82d63f5f8c6b4fc9b756f24902e47f62ea66aae07e89ace445a54190a86e","f5b66b855f0496bc05f1cd9ba51a6a9de3d989b24aa36f6017257f01c8b65a9f","823b16d378e8456fcc5503d6253c8b13659be44435151c6b9f140c4a38ec98c1","b58b254bf1b586222844c04b3cdec396e16c811463bf187615bb0a1584beb100","a367c2ccfb2460e222c5d10d304e980bd172dd668bcc02f6c2ff626e71e90d75","0718623262ac94b016cb0cfd8d54e4d5b7b1d3941c01d85cf95c25ec1ba5ed8d","d4f3c9a0bd129e9c7cbfac02b6647e34718a2b81a414d914e8bd6b76341172e0","824306df6196f1e0222ff775c8023d399091ada2f10f2995ce53f5e3d4aff7a4","84ca07a8d57f1a6ba8c0cf264180d681f7afae995631c6ca9f2b85ec6ee06c0f","35755e61e9f4ec82d059efdbe3d1abcccc97a8a839f1dbf2e73ac1965f266847","64a918a5aa97a37400ec085ffeea12a14211aa799cd34e5dc828beb1806e95bb","0c8f5489ba6af02a4b1d5ba280e7badd58f30dc8eb716113b679e9d7c31185e5","7b574ca9ae0417203cdfa621ab1585de5b90c4bc6eea77a465b2eb8b92aa5380","3334c03c15102700973e3e334954ac1dffb7be7704c67cc272822d5895215c93","aabcb169451df7f78eb43567fab877a74d134a0a6d9850aa58b38321374ab7c0","1b5effdd8b4e8d9897fc34ab4cd708a446bf79db4cb9a3467e4a30d55b502e14","d772776a7aea246fd72c5818de72c3654f556b2cf0d73b90930c9c187cc055fc","dbd4bd62f433f14a419e4c6130075199eb15f2812d2d8e7c9e1f297f4daac788","427df949f5f10c73bcc77b2999893bc66c17579ad073ee5f5270a2b30651c873","c4c1a5565b9b85abfa1d663ca386d959d55361e801e8d49155a14dd6ca41abe1","7a45a45c277686aaff716db75a8157d0458a0d854bacf072c47fee3d499d7a99","57005b72bce2dc26293e8924f9c6be7ee3a2c1b71028a680f329762fa4439354","8f53b1f97c53c3573c16d0225ee3187d22f14f01421e3c6da1a26a1aace32356","810fdc0e554ed7315c723b91f6fa6ef3a6859b943b4cd82879641563b0e6c390","87a36b177b04d23214aa4502a0011cd65079e208cd60654aefc47d0d65da68ea","28a1c17fcbb9e66d7193caca68bbd12115518f186d90fc729a71869f96e2c07b","cc2d2abbb1cc7d6453c6fee760b04a516aa425187d65e296a8aacff66a49598a","d2413645bc4ab9c3f3688c5281232e6538684e84b49a57d8a1a8b2e5cf9f2041","4e6e21a0f9718282d342e66c83b2cd9aa7cd777dfcf2abd93552da694103b3dc","9006cc15c3a35e49508598a51664aa34ae59fc7ab32d6cc6ea2ec68d1c39448e","74467b184eadee6186a17cac579938d62eceb6d89c923ae67d058e2bcded254e","4169b96bb6309a2619f16d17307da341758da2917ff40c615568217b14357f5e","4a94d6146b38050de0830019a1c6a7820c2e2b90eba1a5ee4e4ab3bc30a72036","48a35ece156203abf19864daa984475055bbed4dc9049d07f4462100363f1e85","dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","c4c868a268d20e2c678cfafd1524b6548776d80885089870960737623ec00b50","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2","ab754c02d70553f7131f80a5c44f6e45c3251afb571a73117274b4724f683e02","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","732a22e28e99e56f4f76410ef1d28ab502ae569ed7a25161db50629814f0c4e3","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","320dbd1fad4669e888e2f83c8abd2942898b993120473d3a79cb4545dbcf2a85","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2","207c7a7aa85b59e5abd719d0a2bd243b5ff51d489bfed9d45c99a7b94c0bb812","ac49c844ebee8a9b1eb2183ca9dc83fd37c6b7c32075807bbe3e5fd0028e941b","b729899cd0358594a799a91369578b41ff6b6f5db7335bba2ba52edd0df8d95b",{"version":"ab63ed8928d3a3a33862a0189f2acea4f6c5aa58324c3ac54464779dd4a0ea5d","affectsGlobalScope":true},"b8bbaace0a1559049493f3a87f4a31bee9073a0236b9d22982d9872f4c93d09a","686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","6503fb6addf62f9b10f8564d9869ad824565a914ec1ac3dd7d13da14a3f57036","f313731860257325f13351575f381fef333d4dfe30daf5a2e72f894208feea08","951b37f7d86f6012f09e6b35f1de57c69d75f16908cb0adaa56b93675ea0b853","3816fc03ffd9cbd1a7a3362a264756a4a1d547caabea50ca68303046be40e376","0c417b4ec46b88fb62a43ec00204700b560d01eb5677c7faa8ecd34610f096a8","13d29cdeb64e8496424edf42749bbb47de5e42d201cf958911a4638cbcffbd3f","dcafd874e49d42fc215dcb4ef1e06511363c1f31979951081f3cd1908a05a636","b2be45e9e0238c849783783dc27bf79f3b1a65332424a65cc1118f207b4792c9","6002c44a8e8edbe4c79ce856c7bac3f8e69a2a45dc5bd6b229ca4ab323b924b3","b4d505a77e0829de5e5e23eaefb3d7989e0dbdfdb02ea69159df9f40017fb958","b8396e9024d554b611cbe31a024b176ba7116063d19354b5a02dccd8f0118989","f2242adef346a64818a1af914146f6f6046f16505e8a228c3bdb70185d4fdf4c","2f7508d8eeadcfde20b41ec13726c9ad26f04bbf830434e289c6010d5be28455","8b155c4757d197969553de3762c8d23d5866710301de41e1b66b97c9ed867003","9798f0d3693043da9dda9146b5e8622cd4476270e7aed8f3cb346b9b40a52103","fc7e8927b6fa6c81d68783afb314d01592c559e86bd36df334c37f40d0136acd","73f72caffdd55f189b5bf4e6b5ca273b4e26269d9aac859b9d30a5f799c095ad","d998e3e185cdf59dfc84043c41a42c02daaf3b7b21bee2db2d1f620a8e134f4c","06aa8858883e08f5136eb182d2f285ea615aeb464007f83c7a31ee1f8d9932b1","62d429aba0bbe459a04965d10c7637b74b319149f17874920a5ffb9fe3ba14d8","6b5acb2819b71f30dc2ba5929d3918e0a658ffec00095880b3de7e934122a75b","2b603cae1c11f97a113adac3f8ba8d60ee842c740c8139d41ab9d6ce202449a5","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","4ec9d340a4b31d571bafaf4e09e747793ad99fe57117cca8ecbac2abc1dcd3cb","8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","3034db2891e04de367126370bebec88ac3b4e3b1eb8b7dc30671ccddb717eed2","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8db87f1a11acf41035f806b3a09bf144f3d0f2e3fd8faf818db733a5ad67a494","898f60d2750246a8dd22fc66b160d96e8da30dd3fb0155bcbe77cfd7617cf20a","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab",{"version":"6451264601a58c77b5f347234485ce0ac09e9fafcc5228a3c60f5ccb3fc8524e","affectsGlobalScope":true},"d8e11b9b348b4d1f50d94a71a815e275a1cb92bed1648289e54437822803649c"],"root":[[166,169],[381,385],394,395,[399,404],[407,438],[440,463]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitOverride":true,"noUnusedLocals":true,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[112,160],[784],[124,160,788,789],[160,397,791],[123,124,160,396],[124,141,794,797,799],[138,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379],[380],[360,361,380],[138,358,363,380],[138,364,365,380],[138,364,380],[138,358,364,380],[138,370,380],[138,380],[138,358],[363],[138],[124,152,160],[477],[478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781],[465,467,468,469,470,471,472,473,474,475,476,477],[465,466,468,469,470,471,472,473,474,475,476,477],[466,467,468,469,470,471,472,473,474,475,476,477],[465,466,467,469,470,471,472,473,474,475,476,477],[465,466,467,468,470,471,472,473,474,475,476,477],[465,466,467,468,469,471,472,473,474,475,476,477],[465,466,467,468,469,470,472,473,474,475,476,477],[465,466,467,468,469,470,471,473,474,475,476,477],[465,466,467,468,469,470,471,472,474,475,476,477],[465,466,467,468,469,470,471,472,473,475,476,477],[465,466,467,468,469,470,471,472,473,474,476,477],[465,466,467,468,469,470,471,472,473,474,475,477],[465,466,467,468,469,470,471,472,473,474,475,476],[824],[809],[813,814,815],[812],[814],[804,810,811,816,819,821,822,823],[811,817,818,824],[817,820],[811,812,817,824],[811,824],[826],[805,806,807,808],[74],[110],[111,116,144],[112,123,124,131,141,152],[112,113,123,131],[114,153],[115,116,124,132],[116,141,149],[117,119,123,131],[110,118],[119,120],[123],[121,123],[110,123],[123,124,125,141,152],[123,124,125,138,141,144],[108,111,157],[119,123,126,131,141,152],[123,124,126,127,131,141,149,152],[126,128,141,149,152],[74,75,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],[123,129],[130,152,157],[119,123,131,141],[132],[133],[110,134],[135,151,157],[136],[137],[123,138,139],[138,140,153,155],[111,123,141,142,143,144],[111,141,143],[141,142],[144],[145],[110,141],[123,147,148],[147,148],[116,131,141,149],[150],[131,151],[111,126,137,152],[116,153],[141,154],[130,155],[156],[111,116,123,125,134,141,152,155,157],[141,158],[124,160,791],[160,834],[836,875],[836,860,875],[875],[836],[836,861,875],[836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874],[861,875],[112,160,397],[141,160],[123,160,795,796],[123,160,792,798],[124,160],[112,123,141],[123,124,160,793],[387],[386],[66,67,68,69,70,71,72],[68,69,70,71],[405],[160],[123,833],[170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,289,290,291,293,302,304,305,306,307,308,309,311,312,314,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357],[215],[171,174],[173],[173,174],[170,171,172,174],[171,173,174,331],[174],[170,173,215],[173,174,331],[173,339],[171,173,174],[183],[206],[227],[173,174,215],[174,222],[173,174,215,233],[173,174,233],[174,274],[174,215],[170,174,292],[170,174,293],[315],[299,301],[310],[299],[170,174,292,299,300],[292,293,301],[313],[170,174,299,300,301],[172,173,174],[170,174],[171,173,293,294,295,296],[215,293,294,295,296],[293,295],[173,294,295,297,298,302],[170,173],[174,317],[175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,223,224,225,226,227,228,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290],[303],[85,89,152],[85,141,152],[80],[82,85,149,152],[131,149],[80,160],[82,85,131,152],[77,78,81,84,111,123,141,152],[77,83],[81,85,111,144,152,160],[111,160],[101,111,160],[79,80,160],[85],[79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107],[85,92,93],[83,85,93,94],[84],[77,80,85],[85,89,93,94],[89],[83,85,88,152],[77,82,83,85,89,92],[111,141],[80,85,101,111,157,160],[161],[168,392],[391],[389,390],[169],[165,168],[381],[64,65,73,130,162,163,164,169,382],[64,65,163,169,381,384],[64,65,169,380,381,388,393,394],[64,65,162,169,381,398,399],[64,65,169,380,398,401],[64,65,169,380,381,398,403],[64,65,73,163,164,169,380,381,406,407],[64,65,73,130,162,169,381,393,398,409,410],[64,65,169,393,398,409],[64,65,162,169,380,381,398,413],[64,65,169,380,381,388,393,398,415],[64,65,73,130,169,381,393,398,409,417],[64,65,162,169,381,398,419],[64,65,73,169,380,381,398,430,431],[64,65,169,381,393,398,433],[64,65,124,169,380,381,398,409],[64,65,169,381,393,406,436],[64,169,381,393,398,427],[64,65,169,381,388,439,440],[64,65,169,393,398],[64,169,381,393,429],[64,65,169,380,381,388,393,398,423],[64,65,169,381,393,398,426],[64,65,169,380,388,393,439,446],[64,169,381,448],[64,65,169,381,393,398,425],[64,65,73,169,381,393,398,424],[64,65,169,381,439,452],[64,65,169,381,398,454],[64,65,169,380,381,388,393,398,422],[64,169,381,393,398,428],[64,65,162,169,381,393,398,409,421],[64,65,169,381,393,406,459],[64,65,130,169,393,398],[382,393,399,401,403,407,410,415,417,419,421,422,423,424,425,426,427,428,429],[166,167],[112,380],[878,879],[788,789,879,880],[397,791,879],[396,879,880,881],[794,797,799,880,882],[358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,883],[358,363,380,883],[364,365,380,883],[364,380,883],[358,364,380,883],[370,380,883],[380,883],[358,883],[883],[879,880,884],[791,879,880],[834,879],[397,878,879],[879,882],[795,796,879,881],[792,798,879,881],[879,880],[878,881,882],[793,879,880,881],[879],[833,881],[85,89,884],[85,882,884],[82,85,884,885],[885,886],[80,879],[82,85,884,886],[77,78,81,84,881,882,884,887],[81,85,879,884,887,888],[879,887],[101,879,887],[79,80,879],[83,85,88,884],[882,887],[80,85,101,879,887,889],[168]],"referencedMap":[[464,1],[785,2],[790,3],[792,4],[397,5],[791,5],[800,6],[380,7],[360,8],[362,9],[361,8],[364,10],[366,11],[367,12],[368,13],[369,11],[370,12],[371,11],[372,14],[373,12],[374,11],[375,15],[376,8],[377,8],[378,16],[365,17],[379,18],[363,18],[788,19],[478,20],[479,20],[480,20],[481,20],[482,20],[483,20],[484,20],[485,20],[486,20],[487,20],[488,20],[489,20],[490,20],[491,20],[492,20],[493,20],[494,20],[495,20],[496,20],[497,20],[498,20],[499,20],[500,20],[501,20],[502,20],[503,20],[504,20],[505,20],[506,20],[507,20],[508,20],[509,20],[510,20],[511,20],[512,20],[513,20],[514,20],[515,20],[516,20],[517,20],[518,20],[519,20],[520,20],[521,20],[522,20],[523,20],[524,20],[525,20],[526,20],[527,20],[528,20],[529,20],[530,20],[531,20],[532,20],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[782,21],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[466,22],[467,23],[465,24],[468,25],[469,26],[470,27],[471,28],[472,29],[473,30],[474,31],[475,32],[476,33],[477,34],[825,35],[810,36],[816,37],[813,38],[815,39],[824,40],[819,41],[821,42],[822,43],[823,44],[818,44],[820,44],[812,44],[827,45],[808,36],[809,46],[807,36],[74,47],[75,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,55],[118,56],[119,57],[120,57],[122,58],[121,59],[123,60],[124,61],[125,62],[109,63],[126,64],[127,65],[128,66],[160,67],[129,68],[130,69],[131,70],[132,71],[133,72],[134,73],[135,74],[136,75],[137,76],[138,77],[139,77],[140,78],[141,79],[143,80],[142,81],[144,82],[145,83],[146,84],[147,85],[148,86],[149,87],[150,88],[151,89],[152,90],[153,91],[154,92],[155,93],[156,94],[157,95],[158,96],[832,97],[835,98],[860,99],[861,100],[836,101],[839,101],[858,99],[859,99],[849,99],[848,102],[846,99],[841,99],[854,99],[852,99],[856,99],[840,99],[853,99],[857,99],[842,99],[843,99],[855,99],[837,99],[844,99],[845,99],[847,99],[851,99],[862,103],[850,99],[838,99],[875,104],[869,103],[871,105],[870,103],[863,103],[864,103],[866,103],[868,103],[872,105],[873,105],[865,105],[867,105],[398,106],[359,107],[797,108],[799,109],[798,110],[796,111],[794,112],[388,113],[387,114],[73,115],[72,116],[406,117],[165,118],[834,119],[358,120],[309,121],[307,121],[357,122],[322,123],[321,123],[222,124],[173,125],[329,124],[330,124],[332,126],[333,124],[334,127],[233,128],[335,124],[306,124],[336,124],[337,129],[338,124],[339,123],[340,130],[341,124],[342,124],[343,124],[344,124],[345,123],[346,124],[347,124],[348,124],[349,124],[350,131],[351,124],[352,124],[353,124],[354,124],[355,124],[172,122],[175,127],[176,127],[177,127],[178,127],[179,127],[180,127],[181,127],[182,124],[184,132],[185,127],[183,127],[186,127],[187,127],[188,127],[189,127],[190,127],[191,127],[192,124],[193,127],[194,127],[195,127],[196,127],[197,127],[198,124],[199,127],[200,127],[201,127],[202,127],[203,127],[204,127],[205,124],[207,133],[206,127],[208,127],[209,127],[210,127],[211,127],[212,131],[213,124],[214,124],[228,134],[216,135],[217,127],[218,127],[219,124],[220,127],[221,127],[223,136],[224,127],[225,127],[226,127],[227,127],[229,127],[230,127],[231,127],[232,127],[234,137],[235,127],[236,127],[237,127],[238,124],[239,127],[240,138],[241,138],[242,138],[243,124],[244,127],[245,127],[246,127],[251,127],[247,127],[248,124],[249,127],[250,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[259,127],[260,127],[261,127],[262,127],[263,127],[264,127],[265,127],[266,127],[267,127],[268,127],[269,127],[270,127],[271,127],[272,127],[273,127],[274,127],[275,139],[276,127],[277,127],[278,127],[279,127],[280,127],[281,127],[282,124],[283,124],[284,124],[285,124],[286,124],[287,127],[288,127],[289,127],[290,127],[308,140],[356,124],[293,141],[292,142],[316,143],[315,144],[311,145],[310,144],[312,146],[301,147],[299,148],[314,149],[313,146],[302,150],[215,151],[171,152],[170,127],[297,153],[298,154],[296,155],[294,127],[303,156],[174,157],[320,123],[318,158],[291,159],[304,160],[92,161],[99,162],[91,161],[106,163],[83,164],[82,165],[105,118],[100,166],[103,167],[85,168],[84,169],[80,170],[79,171],[102,172],[81,173],[86,174],[90,174],[108,175],[107,174],[94,176],[95,177],[97,178],[93,179],[96,180],[101,118],[88,181],[89,182],[98,183],[78,184],[104,185],[164,186],[393,187],[392,188],[391,189],[162,186],[163,1],[161,1],[409,190],[169,191],[382,192],[384,192],[394,192],[399,192],[401,192],[403,192],[407,192],[410,192],[413,192],[415,192],[417,192],[419,192],[431,192],[433,192],[436,192],[427,192],[440,192],[429,192],[423,192],[426,192],[446,192],[448,192],[425,192],[424,192],[452,192],[454,192],[422,192],[428,192],[421,192],[459,192],[383,193],[385,194],[395,195],[400,196],[402,197],[404,198],[408,199],[411,200],[412,201],[414,202],[416,203],[418,204],[420,205],[432,206],[434,207],[435,208],[437,209],[438,210],[441,211],[442,212],[443,213],[444,214],[445,215],[447,216],[449,217],[450,218],[451,219],[453,220],[455,221],[456,222],[457,223],[458,224],[460,225],[461,226],[430,227],[168,228],[381,229]],"exportedModulesMap":[[464,230],[785,2],[790,231],[792,232],[397,233],[791,233],[800,234],[380,235],[360,8],[362,9],[361,8],[364,236],[366,237],[367,238],[368,239],[369,237],[370,238],[371,237],[372,240],[373,238],[374,237],[375,241],[376,8],[377,8],[378,242],[365,17],[379,243],[363,243],[788,244],[478,20],[479,20],[480,20],[481,20],[482,20],[483,20],[484,20],[485,20],[486,20],[487,20],[488,20],[489,20],[490,20],[491,20],[492,20],[493,20],[494,20],[495,20],[496,20],[497,20],[498,20],[499,20],[500,20],[501,20],[502,20],[503,20],[504,20],[505,20],[506,20],[507,20],[508,20],[509,20],[510,20],[511,20],[512,20],[513,20],[514,20],[515,20],[516,20],[517,20],[518,20],[519,20],[520,20],[521,20],[522,20],[523,20],[524,20],[525,20],[526,20],[527,20],[528,20],[529,20],[530,20],[531,20],[532,20],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[782,21],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[466,22],[467,23],[465,24],[468,25],[469,26],[470,27],[471,28],[472,29],[473,30],[474,31],[475,32],[476,33],[477,34],[825,35],[810,36],[816,37],[813,38],[815,39],[824,40],[819,41],[821,42],[822,43],[823,44],[818,44],[820,44],[812,44],[827,45],[808,36],[809,46],[807,36],[74,47],[75,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,55],[118,56],[119,57],[120,57],[122,58],[121,59],[123,60],[124,61],[125,62],[109,63],[126,64],[127,65],[128,66],[160,67],[129,68],[130,69],[131,70],[132,71],[133,72],[134,73],[135,74],[136,75],[137,76],[138,77],[139,77],[140,78],[141,79],[143,80],[142,81],[144,82],[145,83],[146,84],[147,85],[148,86],[149,87],[150,88],[151,89],[152,90],[153,91],[154,92],[155,93],[156,94],[157,95],[158,96],[832,245],[835,246],[860,99],[861,100],[836,101],[839,101],[858,99],[859,99],[849,99],[848,102],[846,99],[841,99],[854,99],[852,99],[856,99],[840,99],[853,99],[857,99],[842,99],[843,99],[855,99],[837,99],[844,99],[845,99],[847,99],[851,99],[862,103],[850,99],[838,99],[875,104],[869,103],[871,105],[870,103],[863,103],[864,103],[866,103],[868,103],[872,105],[873,105],[865,105],[867,105],[398,247],[359,248],[797,249],[799,250],[798,251],[796,252],[794,253],[388,113],[387,114],[73,115],[72,116],[406,117],[165,254],[834,255],[358,120],[309,121],[307,121],[357,122],[322,123],[321,123],[222,124],[173,125],[329,124],[330,124],[332,126],[333,124],[334,127],[233,128],[335,124],[306,124],[336,124],[337,129],[338,124],[339,123],[340,130],[341,124],[342,124],[343,124],[344,124],[345,123],[346,124],[347,124],[348,124],[349,124],[350,131],[351,124],[352,124],[353,124],[354,124],[355,124],[172,122],[175,127],[176,127],[177,127],[178,127],[179,127],[180,127],[181,127],[182,124],[184,132],[185,127],[183,127],[186,127],[187,127],[188,127],[189,127],[190,127],[191,127],[192,124],[193,127],[194,127],[195,127],[196,127],[197,127],[198,124],[199,127],[200,127],[201,127],[202,127],[203,127],[204,127],[205,124],[207,133],[206,127],[208,127],[209,127],[210,127],[211,127],[212,131],[213,124],[214,124],[228,134],[216,135],[217,127],[218,127],[219,124],[220,127],[221,127],[223,136],[224,127],[225,127],[226,127],[227,127],[229,127],[230,127],[231,127],[232,127],[234,137],[235,127],[236,127],[237,127],[238,124],[239,127],[240,138],[241,138],[242,138],[243,124],[244,127],[245,127],[246,127],[251,127],[247,127],[248,124],[249,127],[250,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[259,127],[260,127],[261,127],[262,127],[263,127],[264,127],[265,127],[266,127],[267,127],[268,127],[269,127],[270,127],[271,127],[272,127],[273,127],[274,127],[275,139],[276,127],[277,127],[278,127],[279,127],[280,127],[281,127],[282,124],[283,124],[284,124],[285,124],[286,124],[287,127],[288,127],[289,127],[290,127],[308,140],[356,124],[293,141],[292,142],[316,143],[315,144],[311,145],[310,144],[312,146],[301,147],[299,148],[314,149],[313,146],[302,150],[215,151],[171,152],[170,127],[297,153],[298,154],[296,155],[294,127],[303,156],[174,157],[320,123],[318,158],[291,159],[304,160],[92,256],[99,257],[91,256],[106,163],[83,258],[82,259],[105,254],[100,260],[103,261],[85,262],[84,169],[80,263],[79,264],[102,265],[81,266],[86,174],[90,174],[108,175],[107,174],[94,176],[95,177],[97,178],[93,179],[96,180],[101,254],[88,181],[89,267],[98,183],[78,268],[104,269],[164,186],[393,187],[392,188],[391,189],[162,186],[163,1],[161,1],[169,270],[382,192],[384,192],[394,192],[399,192],[401,192],[403,192],[407,192],[410,192],[413,192],[415,192],[417,192],[419,192],[431,192],[433,192],[436,192],[427,192],[440,192],[429,192],[423,192],[426,192],[446,192],[448,192],[425,192],[424,192],[452,192],[454,192],[422,192],[428,192],[421,192],[459,192],[168,228],[381,229]],"semanticDiagnosticsPerFile":[783,439,464,785,833,786,787,790,792,397,791,800,380,360,362,361,364,366,367,368,369,370,371,372,373,374,375,376,377,378,365,379,363,801,802,803,788,789,804,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,782,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,466,467,465,468,469,470,471,472,473,474,475,476,477,825,810,816,814,813,815,824,819,821,822,823,817,818,820,812,811,827,806,805,808,809,807,396,828,784,74,75,110,111,112,113,114,115,116,117,118,119,120,122,121,123,124,125,109,159,126,127,128,160,129,130,131,132,133,134,135,136,137,138,139,140,141,143,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,829,830,831,832,835,860,861,836,839,858,859,849,848,846,841,854,852,856,840,853,857,842,843,855,837,844,845,847,851,862,850,838,875,874,869,871,870,863,864,866,868,872,873,865,867,398,359,795,797,826,799,798,876,877,793,796,66,76,65,794,405,64,388,387,386,73,72,69,68,70,71,406,165,834,358,331,309,307,357,322,321,222,173,329,330,332,333,334,233,335,306,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,172,175,176,177,178,179,180,181,182,184,185,183,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,207,206,208,209,210,211,212,213,214,228,216,217,218,219,220,221,223,224,225,226,227,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,251,247,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,308,356,293,292,316,315,311,310,312,301,299,314,313,300,302,215,171,170,305,297,298,295,296,294,303,174,323,324,317,320,319,325,326,318,327,328,291,304,62,63,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,57,58,10,1,11,61,60,59,92,99,91,106,83,82,105,100,103,85,84,80,79,102,81,86,87,90,77,108,107,94,95,97,93,96,101,88,89,98,78,104,67,164,393,392,390,391,389,162,163,161,409,[169,[{"file":"./src/common/local.ts","start":83,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],382,384,394,399,401,403,407,410,413,415,417,419,431,433,436,427,440,429,423,426,446,448,425,424,452,454,422,428,421,459,[383,[{"file":"./src/gitm-admin.ts","start":191,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":399,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":447,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":669,"length":20,"messageText":"Cannot find module '../typings/gitmars' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":2469,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":2772,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":2998,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":3300,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":3373,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":5525,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}},{"file":"./src/gitm-admin.ts","start":27133,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}},{"file":"./src/gitm-admin.ts","start":27430,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":27650,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":27967,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":28153,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":28805,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29358,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29541,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29596,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29876,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":30062,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":30441,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":31274,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":31546,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."}]],[385,[{"file":"./src/gitm-alias.ts","start":118,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[395,[{"file":"./src/gitm-approve.ts","start":309,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-approve.ts","start":370,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-approve.ts","start":394,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-approve.ts","start":405,"length":16,"messageText":"Module '\"@gitmars/core\"' has no exported member 'sendGroupMessage'. Did you mean to use 'import sendGroupMessage from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-approve.ts","start":478,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[400,[{"file":"./src/gitm-branch.ts","start":232,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-branch.ts","start":274,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[402,[{"file":"./src/gitm-build.ts","start":169,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-build.ts","start":213,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-build.ts","start":268,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-build.ts","start":331,"length":10,"messageText":"Cannot find module '../types' or its corresponding type declarations.","category":1,"code":2307}]],[404,[{"file":"./src/gitm-clean.ts","start":190,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-clean.ts","start":258,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-clean.ts","start":302,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-clean.ts","start":352,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307}]],[408,[{"file":"./src/gitm-cleanbranch.ts","start":303,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-cleanbranch.ts","start":351,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[411,[{"file":"./src/gitm-combine.ts","start":384,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-combine.ts","start":426,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-combine.ts","start":452,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-combine.ts","start":463,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-combine.ts","start":478,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-combine.ts","start":544,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307}]],[412,[{"file":"./src/gitm-config.ts","start":158,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-config.ts","start":199,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-config.ts","start":225,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-config.ts","start":301,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307}]],[414,[{"file":"./src/gitm-continue.ts","start":236,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-continue.ts","start":278,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-continue.ts","start":346,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[416,[{"file":"./src/gitm-copy.ts","start":177,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-copy.ts","start":345,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-copy.ts","start":393,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-copy.ts","start":424,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'GitLogKeysType'. Did you mean to use 'import GitLogKeysType from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[418,[{"file":"./src/gitm-end.ts","start":197,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":208,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":223,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":230,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":422,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-end.ts","start":464,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-end.ts","start":509,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307}]],[420,[{"file":"./src/gitm-get.ts","start":222,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-get.ts","start":264,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[432,[{"file":"./src/gitm-go.ts","start":213,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-go.ts","start":255,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[434,[{"file":"./src/gitm-hook.ts","start":264,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-hook.ts","start":306,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-hook.ts","start":352,"length":15,"messageText":"Cannot find module '@gitmars/hook' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-hook.ts","start":377,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[435,[{"file":"./src/gitm-init.ts","start":210,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307}]],[437,[{"file":"./src/gitm-install.ts","start":140,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-install.ts","start":166,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[438,[{"file":"./src/gitm-link.ts","start":111,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-link.ts","start":137,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[441,[{"file":"./src/gitm-log.ts","start":189,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-log.ts","start":237,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[442,[{"file":"./src/gitm-permission.ts","start":143,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-permission.ts","start":167,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-permission.ts","start":178,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[443,[{"file":"./src/gitm-postmsg.ts","start":68,"length":16,"messageText":"Module '\"@gitmars/core\"' has no exported member 'sendGroupMessage'. Did you mean to use 'import sendGroupMessage from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-postmsg.ts","start":135,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[444,[{"file":"./src/gitm-redo.ts","start":177,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-redo.ts","start":256,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-redo.ts","start":304,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-redo.ts","start":368,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[445,[{"file":"./src/gitm-revert.ts","start":119,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-revert.ts","start":180,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-revert.ts","start":222,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[447,[{"file":"./src/gitm-review.ts","start":223,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":247,"length":16,"messageText":"Module '\"@gitmars/core\"' has no exported member 'sendGroupMessage'. Did you mean to use 'import sendGroupMessage from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-review.ts","start":320,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":441,"length":36,"messageText":"Cannot find module '@gitmars/core/lib/api/mergeRequest' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":546,"length":41,"messageText":"Cannot find module '@gitmars/core/lib/api/mergeRequestNotes' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":634,"length":20,"messageText":"Cannot find module '../typings/gitmars' or its corresponding type declarations.","category":1,"code":2307}]],[449,[{"file":"./src/gitm-run.ts","start":86,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-run.ts","start":123,"length":15,"messageText":"Cannot find module '@gitmars/hook' or its corresponding type declarations.","category":1,"code":2307}]],[450,[{"file":"./src/gitm-save.ts","start":119,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-save.ts","start":198,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-save.ts","start":240,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[451,[{"file":"./src/gitm-start.ts","start":153,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":164,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":179,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":186,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":272,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-start.ts","start":314,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[453,[{"file":"./src/gitm-status.ts","start":183,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-status.ts","start":231,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[455,[{"file":"./src/gitm-suggest.ts","start":192,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-suggest.ts","start":241,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307}]],[456,[{"file":"./src/gitm-undo.ts","start":177,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-undo.ts","start":291,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":339,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":419,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":450,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'GitLogKeysType'. Did you mean to use 'import GitLogKeysType from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[457,[{"file":"./src/gitm-unlink.ts","start":111,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-unlink.ts","start":137,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[458,[{"file":"./src/gitm-update.ts","start":278,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-update.ts","start":320,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-update.ts","start":346,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-update.ts","start":357,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-update.ts","start":372,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-update.ts","start":2665,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | string[]' is not assignable to parameter of type 'string'.","category":1,"code":2345,"next":[{"messageText":"Type 'string[]' is not assignable to type 'string'.","category":1,"code":2322}]}}]],[460,[{"file":"./src/gitm-upgrade.ts","start":116,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-upgrade.ts","start":176,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[461,[{"file":"./src/gitm.ts","start":163,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm.ts","start":217,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[430,[{"file":"./src/go/index.ts","start":9,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/go/index.ts","start":64,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/go/index.ts","start":114,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/go/index.ts","start":172,"length":13,"messageText":"Cannot find module '@gitmars/go' or its corresponding type declarations.","category":1,"code":2307}]],167,168,166,381,462,463],"latestChangedDtsFile":"./lib/conf/admin.d.ts"},"version":"5.3.3"} \ No newline at end of file diff --git a/packages/go/tsconfig.json b/packages/go/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/go/tsconfig.json +++ b/packages/go/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/hook/tsconfig.json b/packages/hook/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/hook/tsconfig.json +++ b/packages/hook/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/shell/tsconfig.json b/packages/shell/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/shell/tsconfig.json +++ b/packages/shell/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index d3a69e695..f639bd33e 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -1,5 +1,41 @@ -import {} from './command' +import { createArgs } from './command' +import { debug, debugError, debugWarn, isDebug } from './debug' +import echo from './echo' +import { isFileExist, removeFile, writeFile, writeFileSync } from './file' +import getSeconds from './getSeconds' +import isWin32 from './isWin32' +import useLocale from './lang' +import { getMessage, postMessage } from './message' +import { CACHE_PATH, ROOT_PATH, SH_PATH, SRC_PATH } from './paths' +import { cleanPkgInfo, getPkgInfo } from './pkgInfo' +import readPkg from './readPkg' +import stringify from './stringify' +import { decodeUnicode, encodeUnicode } from './unicode' export default { - // + createArgs, + isDebug, + debug, + debugWarn, + debugError, + echo, + writeFile, + writeFileSync, + isFileExist, + removeFile, + getSeconds, + isWin32, + useLocale, + getMessage, + postMessage, + ROOT_PATH, + SRC_PATH, + CACHE_PATH, + SH_PATH, + getPkgInfo, + cleanPkgInfo, + readPkg, + stringify, + encodeUnicode, + decodeUnicode } diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 2a891b2ed..9bc62e418 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -1,3 +1,15 @@ -export {} from './command' +export { createArgs } from './command' +export { isDebug, debug, debugWarn, debugError } from './debug' +export { default as echo } from './echo' +export { writeFile, writeFileSync, isFileExist, removeFile } from './file' +export { default as getSeconds } from './getSeconds' +export { default as isWin32 } from './isWin32' +export { default as useLocale } from './lang' +export { getMessage, postMessage } from './message' +export { ROOT_PATH, SRC_PATH, CACHE_PATH, SH_PATH } from './paths' +export { getPkgInfo, cleanPkgInfo } from './pkgInfo' +export { default as readPkg } from './readPkg' +export { default as stringify } from './stringify' +export { encodeUnicode, decodeUnicode } from './unicode' export { default } from './index.default' diff --git a/packages/utils/tsconfig.json b/packages/utils/tsconfig.json index 5c453cfee..732ed1b99 100644 --- a/packages/utils/tsconfig.json +++ b/packages/utils/tsconfig.json @@ -1,6 +1,5 @@ { "extends": "../../tsconfig.json", - "exclude": ["**/__tests__"], "compilerOptions": { // "composite": true, "target": "ESNext", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4a717ca6d..403a39b5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -302,48 +302,21 @@ importers: packages/cache: dependencies: - '@gitmars/build': - specifier: workspace:* - version: link:../build - '@gitmars/cache': - specifier: workspace:* - version: 'link:' '@gitmars/git': specifier: workspace:* version: link:../git '@gitmars/utils': specifier: workspace:* version: link:../utils - '@jssj/request': - specifier: ^1.1.0 - version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) - chalk: - specifier: ^4.1.2 - version: 4.1.2 - cosmiconfig: - specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) - cross-spawn: - specifier: ^7.0.3 - version: 7.0.3 - js-cool: - specifier: ^5.18.1 - version: 5.18.1 lodash-es: specifier: ^4.17.21 version: 4.17.21 lodash-unified: specifier: ^1.0.3 version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) - ora: - specifier: ^5.4.1 - version: 5.4.1 os-lang: specifier: ^3.2.0 version: 3.2.0 - semver-diff: - specifier: ^4.0.0 - version: 4.0.0 shelljs: specifier: ^0.8.5 version: 0.8.5 @@ -351,9 +324,6 @@ importers: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@types/cross-spawn': - specifier: ^6.0.6 - version: 6.0.6 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 From cb26319f8a2647c9462dc27d5d725b6b7709faa6 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Tue, 19 Mar 2024 19:17:10 +0800 Subject: [PATCH 07/52] the next gitmars --- build/gulpfile.ts | 7 ++----- packages/core/README.md | 2 +- packages/gitmars/src/gitm-admin.ts | 6 ++---- packages/gitmars/src/gitm-alias.ts | 2 +- packages/gitmars/src/gitm-branch.ts | 2 +- packages/gitmars/src/gitm-cleanbranch.ts | 3 +-- packages/gitmars/src/gitm-combine.ts | 3 +-- packages/gitmars/src/gitm-continue.ts | 2 +- packages/gitmars/src/gitm-get.ts | 2 +- packages/gitmars/src/gitm-review.ts | 10 ++++------ packages/gitmars/src/gitm-update.ts | 3 +-- 11 files changed, 16 insertions(+), 26 deletions(-) diff --git a/build/gulpfile.ts b/build/gulpfile.ts index c0dd03bf9..b84215036 100644 --- a/build/gulpfile.ts +++ b/build/gulpfile.ts @@ -29,11 +29,8 @@ export default series( wrapDisplayName('copy:md', copyMdFile), wrapDisplayName('copy-lib:json,sh', copyLibFile) ), - parallel( - wrapDisplayName('build:lib', buildLib), - wrapDisplayName('build:docs', buildDocs), - wrapDisplayName('build:type', buildType) - ), + wrapDisplayName('build:type', buildType), + parallel(wrapDisplayName('build:lib', buildLib), wrapDisplayName('build:docs', buildDocs)), parallel(wrapDisplayName('build:app', buildApp)), parallel(wrapDisplayName('madge:lib', madgeLib)) ) diff --git a/packages/core/README.md b/packages/core/README.md index 3810615d2..37d4583b9 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -30,7 +30,7 @@ $ pnpm install @gitmars/core ## Usage ```js -const getConfig = require('@gitmars/core/lib/getConfig') +const getConfig = require('@gitmars/core') getConfig() ``` diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts index 61394c4b5..0fd5e2748 100755 --- a/packages/gitmars/src/gitm-admin.ts +++ b/packages/gitmars/src/gitm-admin.ts @@ -4,7 +4,7 @@ import { Command } from 'commander' import chalk from 'chalk' import { getType } from 'js-cool' import { getUserInfo } from '@gitmars/api' -import { queue } from '@gitmars/core/lib/queue' +import { getConfig, queue, spawnSync } from '@gitmars/core' import { checkGitStatus, fetch, @@ -15,14 +15,12 @@ import { getIsMergedTargetBranch } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core/lib/spawn' -import getConfig from '@gitmars/core/lib/getConfig' import type { CommandType, FetchDataType, GitmarsMainBranchType, GitmarsOptionOptionsType -} from '../typings/gitmars' +} from './types' import lang from './common/local' import adminConfig from './conf/admin' diff --git a/packages/gitmars/src/gitm-alias.ts b/packages/gitmars/src/gitm-alias.ts index d64d8eeaf..2f024f563 100644 --- a/packages/gitmars/src/gitm-alias.ts +++ b/packages/gitmars/src/gitm-alias.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import chalk from 'chalk' import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core/lib/spawn' +import { spawnSync } from '@gitmars/core' import type { GitmarsOptionOptionsType } from './types' import aliasConfig from './conf/alias' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-branch.ts b/packages/gitmars/src/gitm-branch.ts index e74c1677c..a27a7e2b1 100755 --- a/packages/gitmars/src/gitm-branch.ts +++ b/packages/gitmars/src/gitm-branch.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' +import { queue } from '@gitmars/core' import { getIsBranchOrCommitExist, getIsGitProject, searchBranches } from '@gitmars/git' import { createArgs } from '@gitmars/utils' import type { CommandType, GitmarsBranchType, GitmarsOptionOptionsType } from './types' diff --git a/packages/gitmars/src/gitm-cleanbranch.ts b/packages/gitmars/src/gitm-cleanbranch.ts index 2413fb85b..ca74558af 100755 --- a/packages/gitmars/src/gitm-cleanbranch.ts +++ b/packages/gitmars/src/gitm-cleanbranch.ts @@ -13,8 +13,7 @@ import { searchBranches } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core/lib/spawn' -import getConfig from '@gitmars/core/lib/getConfig' +import { getConfig, spawnSync } from '@gitmars/core' import type { GitmarsBranchType, GitmarsOptionOptionsType } from './types' import lang from './common/local' import cleanbranchConfig from './conf/cleanbranch' diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index 2bfc3297e..8d840d0a4 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -4,7 +4,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' -import { queue } from '@gitmars/core/lib/queue' +import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { checkGitStatus, getCurrentBranch, @@ -15,7 +15,6 @@ import { searchBranches } from '@gitmars/git' import { createArgs } from '@gitmars/utils' -import { getConfig, isNeedUpgrade, upgradeGitmars } from '@gitmars/core' import { getUserInfo } from '@gitmars/api' import type { CommandType, FetchDataType, GitmarsOptionOptionsType } from './types' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-continue.ts b/packages/gitmars/src/gitm-continue.ts index 31ef8023b..21a9aad67 100755 --- a/packages/gitmars/src/gitm-continue.ts +++ b/packages/gitmars/src/gitm-continue.ts @@ -3,7 +3,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import inquirer from 'inquirer' -import { queue } from '@gitmars/core/lib/queue' +import { queue } from '@gitmars/core' import { getGitStatus, getIsGitProject } from '@gitmars/git' import { createArgs } from '@gitmars/utils' import { cleanCommandCache, getCommandCache } from '@gitmars/cache' diff --git a/packages/gitmars/src/gitm-get.ts b/packages/gitmars/src/gitm-get.ts index f531de726..a7b3af537 100755 --- a/packages/gitmars/src/gitm-get.ts +++ b/packages/gitmars/src/gitm-get.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' +import { queue } from '@gitmars/core' import { getCurrentBranch, getIsGitProject, getStashList } from '@gitmars/git' import { createArgs } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index 69dd9905e..c9111901f 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -8,16 +8,14 @@ import { getGitConfig, getIsGitProject } from '@gitmars/git' import { sendGroupMessage } from '@gitmars/core' import { createArgs, echo } from '@gitmars/utils' import { + createMergeRequestNotes, deleteMergeRequest, getMergeRequestChanges, getMergeRequestList, + getMergeRequestNotesList, updateMergeRequest -} from '@gitmars/core/lib/api/mergeRequest' -import { - createMergeRequestNotes, - getMergeRequestNotesList -} from '@gitmars/core/lib/api/mergeRequestNotes' -import type { GitmarsOptionOptionsType } from '../typings/gitmars' +} from '@gitmars/api' +import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import reviewConfig from './conf/review' diff --git a/packages/gitmars/src/gitm-update.ts b/packages/gitmars/src/gitm-update.ts index 1d7bb7656..b040ca130 100755 --- a/packages/gitmars/src/gitm-update.ts +++ b/packages/gitmars/src/gitm-update.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { queue } from '@gitmars/core/lib/queue' +import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { checkGitStatus, fetch, @@ -12,7 +12,6 @@ import { searchBranches } from '@gitmars/git' import { createArgs } from '@gitmars/utils' -import { getConfig, isNeedUpgrade, upgradeGitmars } from '@gitmars/core' import type { CommandType, GitmarsOptionOptionsType } from './types' import { defaults } from './common/global' import updateConfig from './conf/update' From c41fbc056078593e92a4d6b6066fc46cb842b190 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Fri, 22 Mar 2024 19:39:20 +0800 Subject: [PATCH 08/52] move readPkg from utils to git --- build/rollup.config.ts | 250 +++++++++++++++++++++++++ packages/git/src/index.default.ts | 49 +++++ packages/git/src/index.ts | 69 +++---- packages/{utils => git}/src/readPkg.ts | 2 +- packages/git/src/types.ts | 2 + packages/hook/src/getHookComment.ts | 3 +- packages/hook/src/getHookShell.ts | 3 +- packages/utils/src/index.default.ts | 2 - packages/utils/src/index.ts | 1 - 9 files changed, 328 insertions(+), 53 deletions(-) create mode 100644 build/rollup.config.ts create mode 100644 packages/git/src/index.default.ts rename packages/{utils => git}/src/readPkg.ts (95%) diff --git a/build/rollup.config.ts b/build/rollup.config.ts new file mode 100644 index 000000000..e1833bc8d --- /dev/null +++ b/build/rollup.config.ts @@ -0,0 +1,250 @@ +import { dirname, join, resolve, sep } from 'node:path' +import { existsSync } from 'node:fs' +import { createRequire } from 'node:module' +import { fileURLToPath } from 'node:url' +import type { InternalModuleFormat, OutputOptions, Plugin, RollupOptions } from 'rollup' +import { getPackages, packageNames } from './packages' +import { + babel, + commonjs, + esbuild, + filesize, + // nodePolyfills, + nodeResolve, + replace, + terser, + // typescript, + visual +} from './plugins' + +export interface Config { + input: string + file: string + format: InternalModuleFormat + browser?: boolean + minify?: boolean + transpile?: boolean + iifeName?: string + external?: string[] + externalUmd?: string[] + globals?: Record + banner?: string + env: 'development' | 'production' + plugins?: Plugin[] +} + +export interface Output extends OutputOptions { + plugins: Plugin[] +} + +export interface Options extends RollupOptions { + external: string[] + plugins: Plugin[] + output: Output +} + +const __filename = fileURLToPath(import.meta.url) +const __dirname = dirname(__filename) +const require = createRequire(import.meta.url) + +const packages = getPackages(process.env.BUILD_PACKAGE) +const configs: Config[] = [] + +for (const { + globals = {}, + name, + iifeName, + external = [], + externalUmd = [], + iife, + build, + cjs, + mjs, + browser + // target +} of packages) { + if (build === false) continue + const dirName = name.replace(/\./g, sep) + const PROJECT_ROOT = resolve(__dirname, '..', 'packages', dirName) + const pkg = require(join(PROJECT_ROOT, 'package.json')) + const HAS_INDEX_MJS = existsSync(join(PROJECT_ROOT, 'src', 'index.mjs')) + const HAS_INDEX_DEFAULT = existsSync(join(PROJECT_ROOT, 'src', 'index.default.ts')) + const banner = + '/*!\n' + + ' * ' + + pkg.name + + ' v' + + pkg.version + + '\n' + + ' * ' + + pkg.description + + '\n' + + ' * (c) 2022-' + + new Date().getFullYear() + + ' saqqdy \n' + + ' * Released under the MIT License.\n' + + ' */' + + configs.push({ + input: join(PROJECT_ROOT, 'src', 'index.ts'), + file: join(PROJECT_ROOT, 'dist', 'index.esm-bundler.js'), + format: 'es', + external, + env: 'development' + }) + + // output browser + if (browser !== false) { + configs.push( + { + input: join(PROJECT_ROOT, 'src', 'index.ts'), + file: join(PROJECT_ROOT, 'dist', 'index.esm-browser.js'), + format: 'es', + browser: true, + banner, + external, + env: 'development' + }, + { + input: join(PROJECT_ROOT, 'src', 'index.ts'), + file: join(PROJECT_ROOT, 'dist', 'index.esm-browser.prod.js'), + format: 'es', + browser: true, + minify: true, + banner, + external, + env: 'production' + } + ) + } + + // output mjs + if (mjs !== false && !HAS_INDEX_MJS) { + configs.push({ + input: join(PROJECT_ROOT, 'src', 'index.ts'), + file: join(PROJECT_ROOT, 'dist', 'index.mjs'), + format: 'es', + external, + env: 'development' + }) + } + + // output cjs + if (cjs !== false) { + configs.push({ + input: join(PROJECT_ROOT, 'src', HAS_INDEX_DEFAULT ? 'index.default.ts' : 'index.ts'), + file: join(PROJECT_ROOT, 'dist', 'index.cjs.js'), + format: 'cjs', + external, + env: 'development' + }) + } + + // output iife + if (iife !== false) { + configs.push( + { + input: join( + PROJECT_ROOT, + 'src', + HAS_INDEX_DEFAULT ? 'index.default.ts' : 'index.ts' + ), + file: join(PROJECT_ROOT, 'dist', 'index.global.js'), + format: 'iife', + iifeName, + globals, + banner, + externalUmd, + env: 'development' + }, + { + input: join( + PROJECT_ROOT, + 'src', + HAS_INDEX_DEFAULT ? 'index.default.ts' : 'index.ts' + ), + file: join(PROJECT_ROOT, 'dist', 'index.global.prod.js'), + format: 'iife', + minify: true, + iifeName, + globals, + banner, + externalUmd, + env: 'production' + } + ) + } +} + +function createEntries() { + return configs.map(createEntry) +} + +function createEntry(config: Config) { + const isGlobalBuild = config.format === 'iife' + const isTypeScript = config.input.endsWith('.ts') + + const _config: Options = { + external: [], + input: config.input, + plugins: [], + output: { + file: config.file, + format: config.format, + exports: 'auto', + extend: true, + plugins: [], + globals: {} + }, + onwarn: (msg: any, warn) => { + if (!/Circular/.test(msg)) { + warn(msg) + } + } + } + + if (config.banner && (isGlobalBuild || config.browser)) _config.output.banner = config.banner + + if (isGlobalBuild && config.iifeName) { + _config.output.name = config.iifeName + } + + if (!isGlobalBuild) { + _config.external.push( + 'core-js', + '@pkgjs/parseargs', + 'js-cool', + 'fast-glob', + 'find-up', + 'load-yml', + '@pnpm/error', + 'micromatch', + 'lcid', + ...packageNames + ) + if (config.external) _config.external = _config.external.concat(config.external) + } else if (config.externalUmd) { + _config.external = _config.external.concat(config.externalUmd) + } + + _config.plugins.push(nodeResolve(), replace(), commonjs) + + if (config.transpile !== false) { + _config.plugins.push(babel()) + isTypeScript && + _config.plugins.push( + esbuild() + // typescript() + ) + } + + if (config.minify) { + _config.plugins.push(terser({ module: config.format === 'es' })) + } + + _config.plugins.push(filesize, visual) + + return _config +} + +export default createEntries() diff --git a/packages/git/src/index.default.ts b/packages/git/src/index.default.ts new file mode 100644 index 000000000..99b660002 --- /dev/null +++ b/packages/git/src/index.default.ts @@ -0,0 +1,49 @@ +import getIsGitProject from './getIsGitProject' +import searchBranches from './searchBranches' +import getCurrentBranch from './getCurrentBranch' +import getGitLogs from './getGitLogs' +import getGitLogsByCommitIDs from './getGitLogsByCommitIDs' +import getGitVersion from './getGitVersion' +import getGitConfig from './getGitConfig' +import getGitRevParse from './getGitRevParse' +import getAheadLogs from './getAheadLogs' +import getBehindLogs from './getBehindLogs' +import getIsBranchOrCommitExist from './getIsBranchOrCommitExist' +import getIsMergeAction from './getIsMergeAction' +import getIsMergedTargetBranch from './getIsMergedTargetBranch' +import getIsUpdatedInTime from './getIsUpdatedInTime' +import { getGitEmail, getGitToken, getGitUser } from './getGitUser' +import getBranchesFromID from './getBranchesFromID' +import getGitStatus from './getGitStatus' +import getCommandMessage from './getCommandMessage' +import checkGitStatus from './checkGitStatus' +import getStashList from './getStashList' +import fetch from './fetch' +import readPkg from './readPkg' + +export default { + getIsGitProject, + searchBranches, + getCurrentBranch, + getGitLogs, + getGitLogsByCommitIDs, + getGitVersion, + getGitConfig, + getGitRevParse, + getAheadLogs, + getBehindLogs, + getIsBranchOrCommitExist, + getIsMergeAction, + getIsMergedTargetBranch, + getIsUpdatedInTime, + getGitToken, + getGitUser, + getGitEmail, + getBranchesFromID, + getGitStatus, + getCommandMessage, + checkGitStatus, + getStashList, + fetch, + readPkg +} diff --git a/packages/git/src/index.ts b/packages/git/src/index.ts index 50c3cc857..940f79bbc 100644 --- a/packages/git/src/index.ts +++ b/packages/git/src/index.ts @@ -1,47 +1,24 @@ -import getIsGitProject from './getIsGitProject' -import searchBranches from './searchBranches' -import getCurrentBranch from './getCurrentBranch' -import getGitLogs from './getGitLogs' -import getGitLogsByCommitIDs from './getGitLogsByCommitIDs' -import getGitVersion from './getGitVersion' -import getGitConfig from './getGitConfig' -import getGitRevParse from './getGitRevParse' -import getAheadLogs from './getAheadLogs' -import getBehindLogs from './getBehindLogs' -import getIsBranchOrCommitExist from './getIsBranchOrCommitExist' -import getIsMergeAction from './getIsMergeAction' -import getIsMergedTargetBranch from './getIsMergedTargetBranch' -import getIsUpdatedInTime from './getIsUpdatedInTime' -import { getGitEmail, getGitToken, getGitUser } from './getGitUser' -import getBranchesFromID from './getBranchesFromID' -import getGitStatus from './getGitStatus' -import getCommandMessage from './getCommandMessage' -import checkGitStatus from './checkGitStatus' -import getStashList from './getStashList' -import fetch from './fetch' +export { default as getIsGitProject } from './getIsGitProject' +export { default as searchBranches } from './searchBranches' +export { default as getCurrentBranch } from './getCurrentBranch' +export { default as getGitLogs } from './getGitLogs' +export { default as getGitLogsByCommitIDs } from './getGitLogsByCommitIDs' +export { default as getGitVersion } from './getGitVersion' +export { default as getGitConfig } from './getGitConfig' +export { default as getGitRevParse } from './getGitRevParse' +export { default as getAheadLogs } from './getAheadLogs' +export { default as getBehindLogs } from './getBehindLogs' +export { default as getIsBranchOrCommitExist } from './getIsBranchOrCommitExist' +export { default as getIsMergeAction } from './getIsMergeAction' +export { default as getIsMergedTargetBranch } from './getIsMergedTargetBranch' +export { default as getIsUpdatedInTime } from './getIsUpdatedInTime' +export { getGitEmail, getGitToken, getGitUser } from './getGitUser' +export { default as getBranchesFromID } from './getBranchesFromID' +export { default as getGitStatus } from './getGitStatus' +export { default as getCommandMessage } from './getCommandMessage' +export { default as checkGitStatus } from './checkGitStatus' +export { default as getStashList } from './getStashList' +export { default as fetch } from './fetch' +export { default as readPkg } from './readPkg' -export default { - getIsGitProject, - searchBranches, - getCurrentBranch, - getGitLogs, - getGitLogsByCommitIDs, - getGitVersion, - getGitConfig, - getGitRevParse, - getAheadLogs, - getBehindLogs, - getIsBranchOrCommitExist, - getIsMergeAction, - getIsMergedTargetBranch, - getIsUpdatedInTime, - getGitToken, - getGitUser, - getGitEmail, - getBranchesFromID, - getGitStatus, - getCommandMessage, - checkGitStatus, - getStashList, - fetch -} +export { default } from './index.default' diff --git a/packages/utils/src/readPkg.ts b/packages/git/src/readPkg.ts similarity index 95% rename from packages/utils/src/readPkg.ts rename to packages/git/src/readPkg.ts index 29d544258..fcf01c794 100644 --- a/packages/utils/src/readPkg.ts +++ b/packages/git/src/readPkg.ts @@ -12,7 +12,7 @@ import { readFileSync } from 'fs' import { resolve } from 'path' -import { getGitRevParse } from '@gitmars/git' +import getGitRevParse from './getGitRevParse' import type { AnyObject } from './types' /** diff --git a/packages/git/src/types.ts b/packages/git/src/types.ts index 7531ff1b7..57bc4cbf0 100644 --- a/packages/git/src/types.ts +++ b/packages/git/src/types.ts @@ -1,3 +1,5 @@ +export type AnyObject = Record + export type GitLogKeysType = | '%H' | '%h' diff --git a/packages/hook/src/getHookComment.ts b/packages/hook/src/getHookComment.ts index 0dd3a98bd..22a750326 100644 --- a/packages/hook/src/getHookComment.ts +++ b/packages/hook/src/getHookComment.ts @@ -1,5 +1,4 @@ -import { getGitConfig, getGitRevParse } from '@gitmars/git' -import { readPkg } from '@gitmars/utils' +import { getGitConfig, getGitRevParse, readPkg } from '@gitmars/git' const { gitUrl } = getGitConfig() const { root } = getGitRevParse() diff --git a/packages/hook/src/getHookShell.ts b/packages/hook/src/getHookShell.ts index 1debd551f..c67f07e16 100644 --- a/packages/hook/src/getHookShell.ts +++ b/packages/hook/src/getHookShell.ts @@ -1,6 +1,7 @@ import fs from 'fs' import { resolve } from 'path' -import { SH_PATH, readPkg } from '@gitmars/utils' +import { readPkg } from '@gitmars/git' +import { SH_PATH } from '@gitmars/utils' import getHookComment from './getHookComment' /** diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index f639bd33e..c58ed0f72 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -8,7 +8,6 @@ import useLocale from './lang' import { getMessage, postMessage } from './message' import { CACHE_PATH, ROOT_PATH, SH_PATH, SRC_PATH } from './paths' import { cleanPkgInfo, getPkgInfo } from './pkgInfo' -import readPkg from './readPkg' import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' @@ -34,7 +33,6 @@ export default { SH_PATH, getPkgInfo, cleanPkgInfo, - readPkg, stringify, encodeUnicode, decodeUnicode diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 9bc62e418..46812abff 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -8,7 +8,6 @@ export { default as useLocale } from './lang' export { getMessage, postMessage } from './message' export { ROOT_PATH, SRC_PATH, CACHE_PATH, SH_PATH } from './paths' export { getPkgInfo, cleanPkgInfo } from './pkgInfo' -export { default as readPkg } from './readPkg' export { default as stringify } from './stringify' export { encodeUnicode, decodeUnicode } from './unicode' From 98a4642a6bf3981dd9b0a1aa7949bcbd341d4758 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 10:22:22 +0800 Subject: [PATCH 09/52] move spawn from core to utils --- packages/core/package.json | 2 -- packages/core/src/queue.ts | 3 +-- packages/git/src/fetch.ts | 3 +-- packages/git/src/getAheadLogs.ts | 3 +-- packages/git/src/getBehindLogs.ts | 3 +-- packages/git/src/getBranchesFromID.ts | 3 +-- packages/git/src/getCurrentBranch.ts | 2 +- packages/git/src/getGitConfig.ts | 3 +-- packages/git/src/getGitLogs.ts | 3 +-- packages/git/src/getGitLogsByCommitIDs.ts | 3 +-- packages/git/src/getGitRevParse.ts | 2 +- packages/git/src/getGitStatus.ts | 2 +- packages/git/src/getGitUser.ts | 2 +- packages/git/src/getGitVersion.ts | 2 +- packages/git/src/getIsBranchOrCommitExist.ts | 2 +- packages/git/src/getIsGitProject.ts | 2 +- packages/git/src/getIsMergedTargetBranch.ts | 2 +- packages/git/src/getStashList.ts | 2 +- packages/git/src/prune.ts | 2 +- packages/git/src/searchBranches.ts | 2 +- packages/gitmars/package.json | 2 -- packages/gitmars/src/gitm-admin.ts | 3 ++- packages/gitmars/src/gitm-alias.ts | 2 +- packages/gitmars/src/gitm-install.ts | 2 +- packages/gitmars/src/gitm-link.ts | 2 +- packages/gitmars/src/gitm-permission.ts | 3 ++- packages/gitmars/src/gitm-unlink.ts | 2 +- packages/gitmars/src/gitm-upgrade.ts | 2 +- packages/gitmars/src/gitm.ts | 2 +- packages/gitmars/src/go/index.ts | 2 +- packages/hook/src/run.ts | 3 ++- packages/utils/package.json | 2 ++ packages/utils/src/pkgInfo.ts | 2 +- packages/{core => utils}/src/spawn.ts | 3 ++- pnpm-lock.yaml | 18 ++++++------------ 35 files changed, 43 insertions(+), 55 deletions(-) rename packages/{core => utils}/src/spawn.ts (96%) diff --git a/packages/core/package.json b/packages/core/package.json index 82beb3e3b..09afd90e9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -56,7 +56,6 @@ "@jssj/request": "^1.1.0", "chalk": "^4.1.2", "cosmiconfig": "^9.0.0", - "cross-spawn": "^7.0.3", "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", @@ -67,7 +66,6 @@ }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/cross-spawn": "^6.0.6", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.24", "@types/shelljs": "^0.8.15", diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index 5958f184a..7afd7df3e 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -4,9 +4,8 @@ import { extend } from 'js-cool' import chalk from 'chalk' import { setCommandCache, setLog } from '@gitmars/cache' import { getCommandMessage } from '@gitmars/git' -import { debug, postMessage } from '@gitmars/utils' +import { debug, postMessage, spawnSync } from '@gitmars/utils' import type { CommandMessageType, CommandType, CommandTypeCmd, QueueReturnsType } from './types' -import { spawnSync } from './spawn' import lang from './lang' const { t } = lang diff --git a/packages/git/src/fetch.ts b/packages/git/src/fetch.ts index ff0a092a5..38edcb26a 100644 --- a/packages/git/src/fetch.ts +++ b/packages/git/src/fetch.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/core' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' /** * 同步远程版本 diff --git a/packages/git/src/getAheadLogs.ts b/packages/git/src/getAheadLogs.ts index 2c84ac570..f50f400da 100644 --- a/packages/git/src/getAheadLogs.ts +++ b/packages/git/src/getAheadLogs.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/core' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import fetch from './fetch' import getCurrentBranch from './getCurrentBranch' diff --git a/packages/git/src/getBehindLogs.ts b/packages/git/src/getBehindLogs.ts index a3261d366..b5fdaa05c 100644 --- a/packages/git/src/getBehindLogs.ts +++ b/packages/git/src/getBehindLogs.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/core' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import fetch from './fetch' import getCurrentBranch from './getCurrentBranch' diff --git a/packages/git/src/getBranchesFromID.ts b/packages/git/src/getBranchesFromID.ts index 13e32038b..1e15c8d49 100644 --- a/packages/git/src/getBranchesFromID.ts +++ b/packages/git/src/getBranchesFromID.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/core' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' /** * 获取包含commitID的分支 diff --git a/packages/git/src/getCurrentBranch.ts b/packages/git/src/getCurrentBranch.ts index 295e344be..d13203d49 100644 --- a/packages/git/src/getCurrentBranch.ts +++ b/packages/git/src/getCurrentBranch.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' /** * 获取当前分支 diff --git a/packages/git/src/getGitConfig.ts b/packages/git/src/getGitConfig.ts index 59c5617f4..a5284ef88 100644 --- a/packages/git/src/getGitConfig.ts +++ b/packages/git/src/getGitConfig.ts @@ -1,6 +1,5 @@ import slash from 'slash' -import { spawnSync } from '@gitmars/core' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' export interface GitProjectConfigType { gitUrl: string diff --git a/packages/git/src/getGitLogs.ts b/packages/git/src/getGitLogs.ts index a1da0d644..31d81fd5f 100644 --- a/packages/git/src/getGitLogs.ts +++ b/packages/git/src/getGitLogs.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/core' -import { debug, getSeconds } from '@gitmars/utils' +import { debug, getSeconds, spawnSync } from '@gitmars/utils' import GitLogsFormatter from './gitLogsFormatter' import type { GitLogKeysType, GitLogsType } from './types' diff --git a/packages/git/src/getGitLogsByCommitIDs.ts b/packages/git/src/getGitLogsByCommitIDs.ts index 755ca10e5..b801e13e4 100644 --- a/packages/git/src/getGitLogsByCommitIDs.ts +++ b/packages/git/src/getGitLogsByCommitIDs.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/core' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import GitLogsFormatter from './gitLogsFormatter' import type { GitLogKeysType, GitLogsType } from './types' diff --git a/packages/git/src/getGitRevParse.ts b/packages/git/src/getGitRevParse.ts index f92d46c29..71948f1ce 100644 --- a/packages/git/src/getGitRevParse.ts +++ b/packages/git/src/getGitRevParse.ts @@ -1,5 +1,5 @@ import slash from 'slash' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' export interface GitProjectRevParseType { diff --git a/packages/git/src/getGitStatus.ts b/packages/git/src/getGitStatus.ts index 331e6116a..9ff0eec55 100644 --- a/packages/git/src/getGitStatus.ts +++ b/packages/git/src/getGitStatus.ts @@ -1,5 +1,5 @@ import type { SpawnOptions } from 'child_process' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import type { GitStatusInfoType } from './types' diff --git a/packages/git/src/getGitUser.ts b/packages/git/src/getGitUser.ts index 8f98ca242..6c2f874b1 100644 --- a/packages/git/src/getGitUser.ts +++ b/packages/git/src/getGitUser.ts @@ -1,6 +1,6 @@ import chalk from 'chalk' import sh from 'shelljs' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import lang from './lang' diff --git a/packages/git/src/getGitVersion.ts b/packages/git/src/getGitVersion.ts index 688add143..9e2323955 100644 --- a/packages/git/src/getGitVersion.ts +++ b/packages/git/src/getGitVersion.ts @@ -1,6 +1,6 @@ import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import lang from './lang' diff --git a/packages/git/src/getIsBranchOrCommitExist.ts b/packages/git/src/getIsBranchOrCommitExist.ts index e02acf916..e279cbe52 100644 --- a/packages/git/src/getIsBranchOrCommitExist.ts +++ b/packages/git/src/getIsBranchOrCommitExist.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import getCurrentBranch from './getCurrentBranch' /** diff --git a/packages/git/src/getIsGitProject.ts b/packages/git/src/getIsGitProject.ts index f9152f17c..610788d90 100644 --- a/packages/git/src/getIsGitProject.ts +++ b/packages/git/src/getIsGitProject.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' /** diff --git a/packages/git/src/getIsMergedTargetBranch.ts b/packages/git/src/getIsMergedTargetBranch.ts index 2478d8669..25ae439d6 100644 --- a/packages/git/src/getIsMergedTargetBranch.ts +++ b/packages/git/src/getIsMergedTargetBranch.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import getCurrentBranch from './getCurrentBranch' diff --git a/packages/git/src/getStashList.ts b/packages/git/src/getStashList.ts index 4fc596d08..d9ef99579 100644 --- a/packages/git/src/getStashList.ts +++ b/packages/git/src/getStashList.ts @@ -1,6 +1,6 @@ import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import lang from './lang' diff --git a/packages/git/src/prune.ts b/packages/git/src/prune.ts index 2f07b74d1..31eefdb0b 100644 --- a/packages/git/src/prune.ts +++ b/packages/git/src/prune.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' /** diff --git a/packages/git/src/searchBranches.ts b/packages/git/src/searchBranches.ts index da80cacaa..dfcfba44d 100644 --- a/packages/git/src/searchBranches.ts +++ b/packages/git/src/searchBranches.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import getGitConfig from './getGitConfig' import getGitRevParse from './getGitRevParse' diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index b78d42b5c..a17a07a02 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -67,7 +67,6 @@ "columnify": "^1.6.0", "commander": "^11.1.0", "cosmiconfig": "^9.0.0", - "cross-spawn": "^7.0.3", "dayjs": "^1.11.10", "debug": "^4.3.4", "inquirer": "^8.2.5", @@ -83,7 +82,6 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/columnify": "^1.5.4", - "@types/cross-spawn": "^6.0.6", "@types/inquirer": "^8.2.6", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.24", diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts index 0fd5e2748..87ebd8124 100755 --- a/packages/gitmars/src/gitm-admin.ts +++ b/packages/gitmars/src/gitm-admin.ts @@ -4,7 +4,8 @@ import { Command } from 'commander' import chalk from 'chalk' import { getType } from 'js-cool' import { getUserInfo } from '@gitmars/api' -import { getConfig, queue, spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' +import { getConfig, queue } from '@gitmars/core' import { checkGitStatus, fetch, diff --git a/packages/gitmars/src/gitm-alias.ts b/packages/gitmars/src/gitm-alias.ts index 2f024f563..37c021811 100644 --- a/packages/gitmars/src/gitm-alias.ts +++ b/packages/gitmars/src/gitm-alias.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import chalk from 'chalk' import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' import aliasConfig from './conf/alias' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-install.ts b/packages/gitmars/src/gitm-install.ts index c23f816f2..3d4a4b00d 100644 --- a/packages/gitmars/src/gitm-install.ts +++ b/packages/gitmars/src/gitm-install.ts @@ -3,7 +3,7 @@ import { program } from 'commander' import ora from 'ora' import chalk from 'chalk' import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType, PackageVersionTag } from './types' import installConfig from './conf/install' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-link.ts b/packages/gitmars/src/gitm-link.ts index b7ae99c11..ffa41ce83 100755 --- a/packages/gitmars/src/gitm-link.ts +++ b/packages/gitmars/src/gitm-link.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import { createArgs } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' import linkConfig from './conf/link' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-permission.ts b/packages/gitmars/src/gitm-permission.ts index ea12665e2..97196fd23 100755 --- a/packages/gitmars/src/gitm-permission.ts +++ b/packages/gitmars/src/gitm-permission.ts @@ -3,7 +3,8 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getCurrentBranch } from '@gitmars/git' -import { getConfig, spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' +import { getConfig } from '@gitmars/core' import lang from './common/local' const { t } = lang diff --git a/packages/gitmars/src/gitm-unlink.ts b/packages/gitmars/src/gitm-unlink.ts index aa1d31c94..ea986feb3 100755 --- a/packages/gitmars/src/gitm-unlink.ts +++ b/packages/gitmars/src/gitm-unlink.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import { createArgs } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import unlinkConfig from './conf/unlink' diff --git a/packages/gitmars/src/gitm-upgrade.ts b/packages/gitmars/src/gitm-upgrade.ts index 7fbf945d4..402eb2f28 100755 --- a/packages/gitmars/src/gitm-upgrade.ts +++ b/packages/gitmars/src/gitm-upgrade.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import chalk from 'chalk' import ora from 'ora' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { createArgs } from '@gitmars/utils' import type { GitmarsOptionOptionsType, PackageVersionTag } from './types' import lang from './common/local' diff --git a/packages/gitmars/src/gitm.ts b/packages/gitmars/src/gitm.ts index 3bac87ef6..58ed6844c 100755 --- a/packages/gitmars/src/gitm.ts +++ b/packages/gitmars/src/gitm.ts @@ -3,7 +3,7 @@ import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { echo } from '@gitmars/utils' // import { version } from '../package.json' assert { type: 'json' } import lang from './common/local' diff --git a/packages/gitmars/src/go/index.ts b/packages/gitmars/src/go/index.ts index 2e1896bb7..e52fe0a37 100644 --- a/packages/gitmars/src/go/index.ts +++ b/packages/gitmars/src/go/index.ts @@ -1,4 +1,4 @@ -import { spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' import { debug } from '@gitmars/utils' import { getCurrentBranch } from '@gitmars/git' import { cleanConfigSet, getCommand } from '@gitmars/go' diff --git a/packages/hook/src/run.ts b/packages/hook/src/run.ts index 52a634949..fe8abc5f9 100644 --- a/packages/hook/src/run.ts +++ b/packages/hook/src/run.ts @@ -1,4 +1,5 @@ -import { getConfig, spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/utils' +import { getConfig } from '@gitmars/core' import type { ShellCode } from './types' import checkGitDirEnv from './checkGitDirEnv' import lang from './lang' diff --git a/packages/utils/package.json b/packages/utils/package.json index bd27b416b..db13e605a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -52,6 +52,7 @@ "@gitmars/core": "workspace:*", "@gitmars/git": "workspace:*", "chalk": "^4.1.2", + "cross-spawn": "^7.0.3", "debug": "^4.3.4", "js-cool": "^5.18.1", "lodash-es": "^4.17.21", @@ -62,6 +63,7 @@ }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", + "@types/cross-spawn": "^6.0.6", "@types/debug": "^4.1.12", "@types/lodash-es": "^4.17.12", "@types/node": "^20.11.24", diff --git a/packages/utils/src/pkgInfo.ts b/packages/utils/src/pkgInfo.ts index e6887dae3..38702ceb6 100644 --- a/packages/utils/src/pkgInfo.ts +++ b/packages/utils/src/pkgInfo.ts @@ -1,8 +1,8 @@ import { resolve } from 'path' import { createRequire } from 'node:module' import { getProperty } from 'js-cool' -import { spawnSync } from '@gitmars/core' import { isCacheExpired, updateCacheTime } from '@gitmars/cache' +import { spawnSync } from './spawn' import { CACHE_PATH } from './paths' import { isFileExist, removeFile, writeFile } from './file' import lang from './lang' diff --git a/packages/core/src/spawn.ts b/packages/utils/src/spawn.ts similarity index 96% rename from packages/core/src/spawn.ts rename to packages/utils/src/spawn.ts index 8a8f1ddc0..d9e85af0c 100644 --- a/packages/core/src/spawn.ts +++ b/packages/utils/src/spawn.ts @@ -1,6 +1,7 @@ import type { SpawnOptions, SpawnSyncOptions, SpawnSyncReturns } from 'child_process' import crossSpawn from 'cross-spawn' -import { debug, stringify } from '@gitmars/utils' +import { debug } from './debug' +import stringify from './stringify' /** * 异步执行脚本 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 403a39b5f..e48e6a93e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -378,9 +378,6 @@ importers: cosmiconfig: specifier: ^9.0.0 version: 9.0.0(typescript@5.3.3) - cross-spawn: - specifier: ^7.0.3 - version: 7.0.3 js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -406,9 +403,6 @@ importers: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@types/cross-spawn': - specifier: ^6.0.6 - version: 6.0.6 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -588,9 +582,6 @@ importers: cosmiconfig: specifier: ^9.0.0 version: 9.0.0(typescript@5.3.3) - cross-spawn: - specifier: ^7.0.3 - version: 7.0.3 dayjs: specifier: ^1.11.10 version: 1.11.10 @@ -631,9 +622,6 @@ importers: '@types/columnify': specifier: ^1.5.4 version: 1.5.4 - '@types/cross-spawn': - specifier: ^6.0.6 - version: 6.0.6 '@types/inquirer': specifier: ^8.2.6 version: 8.2.6 @@ -868,6 +856,9 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 + cross-spawn: + specifier: ^7.0.3 + version: 7.0.3 debug: specifier: ^4.3.4 version: 4.3.4 @@ -893,6 +884,9 @@ importers: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + '@types/cross-spawn': + specifier: ^6.0.6 + version: 6.0.6 '@types/debug': specifier: ^4.1.12 version: 4.1.12 From 4e6a634f63b082eb573f5df75cec14fb8b37af32 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 10:23:54 +0800 Subject: [PATCH 10/52] move spawn from core to utils --- packages/utils/src/index.default.ts | 5 ++++- packages/utils/src/index.ts | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index c58ed0f72..13852a9a5 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -10,6 +10,7 @@ import { CACHE_PATH, ROOT_PATH, SH_PATH, SRC_PATH } from './paths' import { cleanPkgInfo, getPkgInfo } from './pkgInfo' import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' +import { spawn, spawnSync } from './spawn' export default { createArgs, @@ -35,5 +36,7 @@ export default { cleanPkgInfo, stringify, encodeUnicode, - decodeUnicode + decodeUnicode, + spawn, + spawnSync } diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 46812abff..8600e243c 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -10,5 +10,6 @@ export { ROOT_PATH, SRC_PATH, CACHE_PATH, SH_PATH } from './paths' export { getPkgInfo, cleanPkgInfo } from './pkgInfo' export { default as stringify } from './stringify' export { encodeUnicode, decodeUnicode } from './unicode' +export { spawn, spawnSync } from './spawn' export { default } from './index.default' From 5670d2b6a9e02d86ed56581ea0b901e04e23f7b4 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 10:39:39 +0800 Subject: [PATCH 11/52] move message from utils to core --- packages/cache/package.json | 1 + packages/core/src/index.default.ts | 5 ++++- packages/core/src/index.ts | 2 ++ packages/core/src/locales/en-US.ts | 4 +++- packages/core/src/locales/zh-CN.ts | 3 ++- packages/{utils => core}/src/message.ts | 3 ++- packages/core/src/queue.ts | 3 ++- packages/utils/package.json | 1 - packages/utils/src/index.default.ts | 3 --- packages/utils/src/index.ts | 1 - packages/utils/src/locales/en-US.ts | 2 -- packages/utils/src/locales/zh-CN.ts | 1 - pnpm-lock.yaml | 6 +++--- 13 files changed, 19 insertions(+), 16 deletions(-) rename packages/{utils => core}/src/message.ts (93%) diff --git a/packages/cache/package.json b/packages/cache/package.json index 1b5ce81bc..35fdb82c2 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -51,6 +51,7 @@ "dependencies": { "@gitmars/git": "workspace:*", "@gitmars/utils": "workspace:*", + "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", "os-lang": "^3.2.0", diff --git a/packages/core/src/index.default.ts b/packages/core/src/index.default.ts index 691e2b205..d87bfa50e 100644 --- a/packages/core/src/index.default.ts +++ b/packages/core/src/index.default.ts @@ -13,6 +13,7 @@ import { enUS, zhCN } from './locales' export type { TranslatePair, Language } from './locales' +import { getMessage, postMessage } from './message' export default { version: '__VERSION__', @@ -27,5 +28,7 @@ export default { // removeLocalShell, // locales zhCN, - enUS + enUS, + getMessage, + postMessage } diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 77313e317..53bd186aa 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -14,5 +14,7 @@ export { enUS, zhCN } from '#lib/locales' export type { TranslatePair, Language } from '#lib/locales' +export { getMessage, postMessage } from './message' + export { default } from './index.default' export const version = '__VERSION__' as string diff --git a/packages/core/src/locales/en-US.ts b/packages/core/src/locales/en-US.ts index 6288c7d5a..445c8c0ed 100644 --- a/packages/core/src/locales/en-US.ts +++ b/packages/core/src/locales/en-US.ts @@ -36,5 +36,7 @@ export default { 'Merge existing ghooks hooks: {name}': 'Merge existing ghooks hooks: {name}', 'Merge existing pre-commit hooks: {name}': 'Merge existing pre-commit hooks: {name}', 'Skip existing git hooks: {name}': 'Skip existing git hooks: {name}', - 'Please enter the correct project name': 'Please enter the correct project name' + 'Please enter the correct project name': 'Please enter the correct project name', + 'Please configure the message sending api template address': + 'Please configure the message sending api template address' } diff --git a/packages/core/src/locales/zh-CN.ts b/packages/core/src/locales/zh-CN.ts index 313eae9fa..5dbf11729 100644 --- a/packages/core/src/locales/zh-CN.ts +++ b/packages/core/src/locales/zh-CN.ts @@ -33,5 +33,6 @@ export default { 'Merge existing ghooks hooks: {name}': '合并已存在的ghooks钩子: {name}', 'Merge existing pre-commit hooks: {name}': '合并已存在的pre-commit钩子: {name}', 'Skip existing git hooks: {name}': '跳过已存在的git钩子: {name}', - 'Please enter the correct project name': '请输入正确的项目名称' + 'Please enter the correct project name': '请输入正确的项目名称', + 'Please configure the message sending api template address': '请配置消息发送api模板地址' } diff --git a/packages/utils/src/message.ts b/packages/core/src/message.ts similarity index 93% rename from packages/utils/src/message.ts rename to packages/core/src/message.ts index bf67a3461..fd4d242ff 100644 --- a/packages/utils/src/message.ts +++ b/packages/core/src/message.ts @@ -2,7 +2,8 @@ import sh from 'shelljs' import chalk from 'chalk' import { mapTemplate } from 'js-cool' import { getGitConfig, getGitRevParse } from '@gitmars/git' -import { getConfig, sendGroupMessage } from '@gitmars/core' +import getConfig from './getConfig' +import sendGroupMessage from './sendGroupMessage' import lang from './lang' const { t } = lang diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index 7afd7df3e..d2ded480d 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -4,7 +4,8 @@ import { extend } from 'js-cool' import chalk from 'chalk' import { setCommandCache, setLog } from '@gitmars/cache' import { getCommandMessage } from '@gitmars/git' -import { debug, postMessage, spawnSync } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' +import { postMessage } from './message' import type { CommandMessageType, CommandType, CommandTypeCmd, QueueReturnsType } from './types' import lang from './lang' diff --git a/packages/utils/package.json b/packages/utils/package.json index db13e605a..999965d29 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -54,7 +54,6 @@ "chalk": "^4.1.2", "cross-spawn": "^7.0.3", "debug": "^4.3.4", - "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", "ora": "^5.4.1", diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index 13852a9a5..5a2f481bc 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -5,7 +5,6 @@ import { isFileExist, removeFile, writeFile, writeFileSync } from './file' import getSeconds from './getSeconds' import isWin32 from './isWin32' import useLocale from './lang' -import { getMessage, postMessage } from './message' import { CACHE_PATH, ROOT_PATH, SH_PATH, SRC_PATH } from './paths' import { cleanPkgInfo, getPkgInfo } from './pkgInfo' import stringify from './stringify' @@ -26,8 +25,6 @@ export default { getSeconds, isWin32, useLocale, - getMessage, - postMessage, ROOT_PATH, SRC_PATH, CACHE_PATH, diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 8600e243c..fffbe4fd8 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -5,7 +5,6 @@ export { writeFile, writeFileSync, isFileExist, removeFile } from './file' export { default as getSeconds } from './getSeconds' export { default as isWin32 } from './isWin32' export { default as useLocale } from './lang' -export { getMessage, postMessage } from './message' export { ROOT_PATH, SRC_PATH, CACHE_PATH, SH_PATH } from './paths' export { getPkgInfo, cleanPkgInfo } from './pkgInfo' export { default as stringify } from './stringify' diff --git a/packages/utils/src/locales/en-US.ts b/packages/utils/src/locales/en-US.ts index f51dff7ee..cd8bdfa7f 100644 --- a/packages/utils/src/locales/en-US.ts +++ b/packages/utils/src/locales/en-US.ts @@ -5,8 +5,6 @@ export default { '{name} deleted': '{name} deleted', 'Cleaned up': 'Cleaned up', '{name} not found': '{name} not found', - 'Please configure the message sending api template address': - 'Please configure the message sending api template address', 'An error occurred': 'An error occurred', 'Gitmars package cache file': 'Gitmars package cache file' } diff --git a/packages/utils/src/locales/zh-CN.ts b/packages/utils/src/locales/zh-CN.ts index 8be9c0e18..5109c8542 100644 --- a/packages/utils/src/locales/zh-CN.ts +++ b/packages/utils/src/locales/zh-CN.ts @@ -5,7 +5,6 @@ export default { '{name} deleted': '{name}已删除', 'Cleaned up': '清理完毕', '{name} not found': '{name}未找到', - 'Please configure the message sending api template address': '请配置消息发送api模板地址', 'An error occurred': '出错了', 'Gitmars package cache file': 'Gitmars包缓存文件' } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e48e6a93e..9f8063bc7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -308,6 +308,9 @@ importers: '@gitmars/utils': specifier: workspace:* version: link:../utils + js-cool: + specifier: ^5.18.1 + version: 5.18.1 lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -862,9 +865,6 @@ importers: debug: specifier: ^4.3.4 version: 4.3.4 - js-cool: - specifier: ^5.18.1 - version: 5.18.1 lodash-es: specifier: ^4.17.21 version: 4.17.21 From 182ccf7adcd2871ce9b2554a2eae0c84496d612a Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 10:56:10 +0800 Subject: [PATCH 12/52] move pkgInfo from utils to cache --- packages/cache/src/index.default.ts | 29 ++++++++++++++++++++++++ packages/cache/src/index.ts | 3 +++ packages/cache/src/locales/en-US.ts | 3 ++- packages/cache/src/locales/zh-CN.ts | 3 ++- packages/{utils => cache}/src/pkgInfo.ts | 13 +++++++---- packages/core/src/versionControl.ts | 3 ++- packages/gitmars/src/gitm-clean.ts | 4 ++-- packages/utils/src/index.default.ts | 3 --- packages/utils/src/index.ts | 1 - packages/utils/src/locales/en-US.ts | 4 +--- packages/utils/src/locales/zh-CN.ts | 4 +--- 11 files changed, 50 insertions(+), 20 deletions(-) create mode 100644 packages/cache/src/index.default.ts rename packages/{utils => cache}/src/pkgInfo.ts (75%) diff --git a/packages/cache/src/index.default.ts b/packages/cache/src/index.default.ts new file mode 100644 index 000000000..41fef9bf3 --- /dev/null +++ b/packages/cache/src/index.default.ts @@ -0,0 +1,29 @@ +import { cleanCache, isCacheExpired, updateCacheTime } from './cache' +import { cleanLog, setLog } from './log' +import { cleanCommandCache, getCommandCache, setCommandCache } from './commandCache' +import { + addRevertCache, + cleanRevertCache, + delRevertCache, + getRevertCache, + setRevertCache +} from './revertCache' +import { cleanPkgInfo, getPkgInfo } from './pkgInfo' + +export default { + isCacheExpired, + updateCacheTime, + cleanCache, + setLog, + cleanLog, + getCommandCache, + setCommandCache, + cleanCommandCache, + getRevertCache, + setRevertCache, + addRevertCache, + delRevertCache, + cleanRevertCache, + getPkgInfo, + cleanPkgInfo +} diff --git a/packages/cache/src/index.ts b/packages/cache/src/index.ts index 22feae36a..c383d2fd4 100644 --- a/packages/cache/src/index.ts +++ b/packages/cache/src/index.ts @@ -8,3 +8,6 @@ export { delRevertCache, cleanRevertCache } from './revertCache' +export { getPkgInfo, cleanPkgInfo } from './pkgInfo' + +export { default } from './index.default' diff --git a/packages/cache/src/locales/en-US.ts b/packages/cache/src/locales/en-US.ts index 86e76c6ec..e8b40b6d2 100644 --- a/packages/cache/src/locales/en-US.ts +++ b/packages/cache/src/locales/en-US.ts @@ -2,5 +2,6 @@ export default { name: 'en-US', 'Gitmars package cache file': 'Gitmars package cache file', 'Cache time Map file': 'Cache time Map file', - 'Please pass in the name': 'Please pass in the name' + 'Please pass in the name': 'Please pass in the name', + 'An error occurred': 'An error occurred' } diff --git a/packages/cache/src/locales/zh-CN.ts b/packages/cache/src/locales/zh-CN.ts index c4b3cbeb3..dda02e18d 100644 --- a/packages/cache/src/locales/zh-CN.ts +++ b/packages/cache/src/locales/zh-CN.ts @@ -2,5 +2,6 @@ export default { name: 'zh-CN', 'Gitmars package cache file': 'Gitmars包缓存文件', 'Cache time Map file': '缓存时间Map文件', - 'Please pass in the name': '请传入名称' + 'Please pass in the name': '请传入名称', + 'An error occurred': '出错了' } diff --git a/packages/utils/src/pkgInfo.ts b/packages/cache/src/pkgInfo.ts similarity index 75% rename from packages/utils/src/pkgInfo.ts rename to packages/cache/src/pkgInfo.ts index 38702ceb6..f44c2c6d1 100644 --- a/packages/utils/src/pkgInfo.ts +++ b/packages/cache/src/pkgInfo.ts @@ -1,12 +1,15 @@ -import { resolve } from 'path' +import { dirname, resolve } from 'path' +import { fileURLToPath } from 'url' import { createRequire } from 'node:module' import { getProperty } from 'js-cool' -import { isCacheExpired, updateCacheTime } from '@gitmars/cache' -import { spawnSync } from './spawn' -import { CACHE_PATH } from './paths' -import { isFileExist, removeFile, writeFile } from './file' +import { isFileExist, removeFile, spawnSync, writeFile } from '@gitmars/utils' +import { isCacheExpired, updateCacheTime } from './cache' import lang from './lang' +const __filename = fileURLToPath(import.meta.url) +const __dirname = dirname(__filename) +const ROOT_PATH = resolve(__dirname, '..') +const CACHE_PATH = resolve(ROOT_PATH, 'cache') const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/core/src/versionControl.ts b/packages/core/src/versionControl.ts index e041e0c27..003806055 100644 --- a/packages/core/src/versionControl.ts +++ b/packages/core/src/versionControl.ts @@ -3,7 +3,8 @@ import sh from 'shelljs' import chalk from 'chalk' import semverDiff from 'semver-diff' // import { version } from '../package.json' assert { type: 'json' } -import { debug, getPkgInfo } from '@gitmars/utils' +import { getPkgInfo } from '@gitmars/cache' +import { debug } from '@gitmars/utils' import type { VersionControlType } from './types' import lang from './lang' diff --git a/packages/gitmars/src/gitm-clean.ts b/packages/gitmars/src/gitm-clean.ts index ce224e501..b4a758c56 100755 --- a/packages/gitmars/src/gitm-clean.ts +++ b/packages/gitmars/src/gitm-clean.ts @@ -4,8 +4,8 @@ import sh from 'shelljs' import chalk from 'chalk' import inquirer from 'inquirer' import { getGitRevParse, getIsGitProject } from '@gitmars/git' -import { cleanPkgInfo, createArgs, removeFile } from '@gitmars/utils' -import { cleanCache } from '@gitmars/cache' +import { cleanCache, cleanPkgInfo } from '@gitmars/cache' +import { createArgs, removeFile } from '@gitmars/utils' import { cleanBuildConfig } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index 5a2f481bc..8dc5ea151 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -6,7 +6,6 @@ import getSeconds from './getSeconds' import isWin32 from './isWin32' import useLocale from './lang' import { CACHE_PATH, ROOT_PATH, SH_PATH, SRC_PATH } from './paths' -import { cleanPkgInfo, getPkgInfo } from './pkgInfo' import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' import { spawn, spawnSync } from './spawn' @@ -29,8 +28,6 @@ export default { SRC_PATH, CACHE_PATH, SH_PATH, - getPkgInfo, - cleanPkgInfo, stringify, encodeUnicode, decodeUnicode, diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index fffbe4fd8..9b7f83405 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -6,7 +6,6 @@ export { default as getSeconds } from './getSeconds' export { default as isWin32 } from './isWin32' export { default as useLocale } from './lang' export { ROOT_PATH, SRC_PATH, CACHE_PATH, SH_PATH } from './paths' -export { getPkgInfo, cleanPkgInfo } from './pkgInfo' export { default as stringify } from './stringify' export { encodeUnicode, decodeUnicode } from './unicode' export { spawn, spawnSync } from './spawn' diff --git a/packages/utils/src/locales/en-US.ts b/packages/utils/src/locales/en-US.ts index cd8bdfa7f..acef4092b 100644 --- a/packages/utils/src/locales/en-US.ts +++ b/packages/utils/src/locales/en-US.ts @@ -4,7 +4,5 @@ export default { 'Processing: {something}': 'Processing: {something}', '{name} deleted': '{name} deleted', 'Cleaned up': 'Cleaned up', - '{name} not found': '{name} not found', - 'An error occurred': 'An error occurred', - 'Gitmars package cache file': 'Gitmars package cache file' + '{name} not found': '{name} not found' } diff --git a/packages/utils/src/locales/zh-CN.ts b/packages/utils/src/locales/zh-CN.ts index 5109c8542..78d56b681 100644 --- a/packages/utils/src/locales/zh-CN.ts +++ b/packages/utils/src/locales/zh-CN.ts @@ -4,7 +4,5 @@ export default { 'Processing: {something}': '正在处理:{something}', '{name} deleted': '{name}已删除', 'Cleaned up': '清理完毕', - '{name} not found': '{name}未找到', - 'An error occurred': '出错了', - 'Gitmars package cache file': 'Gitmars包缓存文件' + '{name} not found': '{name}未找到' } From 3f04c812dc39a1bfae0c79ae3fe4d8b3d4987030 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 11:05:12 +0800 Subject: [PATCH 13/52] new paths --- packages/build/src/buildConfig.ts | 4 ++-- packages/cache/src/cache.ts | 3 ++- packages/cache/src/index.default.ts | 2 ++ packages/cache/src/index.ts | 1 + packages/{utils => cache}/src/paths.ts | 2 -- packages/cache/src/pkgInfo.ts | 8 ++------ packages/{core => hook}/sh/gitmars.sh | 0 packages/hook/src/getHookShell.ts | 2 +- packages/hook/src/paths.ts | 8 ++++++++ packages/utils/src/index.default.ts | 5 ----- packages/utils/src/index.ts | 1 - 11 files changed, 18 insertions(+), 18 deletions(-) rename packages/{utils => cache}/src/paths.ts (73%) rename packages/{core => hook}/sh/gitmars.sh (100%) create mode 100644 packages/hook/src/paths.ts diff --git a/packages/build/src/buildConfig.ts b/packages/build/src/buildConfig.ts index 6248f9111..9fda004a5 100644 --- a/packages/build/src/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -3,8 +3,8 @@ import apollo from 'node-apollo' import sh from 'shelljs' import request from '@jssj/request' import chalk from 'chalk' -import { isCacheExpired, updateCacheTime } from '@gitmars/cache' -import { CACHE_PATH, debug, isFileExist, removeFile, writeFile } from '@gitmars/utils' +import { CACHE_PATH, isCacheExpired, updateCacheTime } from '@gitmars/cache' +import { debug, isFileExist, removeFile, writeFile } from '@gitmars/utils' import { getConfig } from '@gitmars/core' import type { ApolloConfigType, GitmarsConfigApisBuildConfigType, GitmarsConfigType } from './types' import lang from './lang' diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts index 9fa6d2adf..f6ddafcc3 100644 --- a/packages/cache/src/cache.ts +++ b/packages/cache/src/cache.ts @@ -1,6 +1,7 @@ import { resolve } from 'path' import { createRequire } from 'node:module' -import { CACHE_PATH, isFileExist, removeFile, writeFile } from '@gitmars/utils' +import { isFileExist, removeFile, writeFile } from '@gitmars/utils' +import { CACHE_PATH } from './paths' import lang from './lang' const { t } = lang diff --git a/packages/cache/src/index.default.ts b/packages/cache/src/index.default.ts index 41fef9bf3..10503c952 100644 --- a/packages/cache/src/index.default.ts +++ b/packages/cache/src/index.default.ts @@ -1,3 +1,4 @@ +import { CACHE_PATH } from './paths' import { cleanCache, isCacheExpired, updateCacheTime } from './cache' import { cleanLog, setLog } from './log' import { cleanCommandCache, getCommandCache, setCommandCache } from './commandCache' @@ -11,6 +12,7 @@ import { import { cleanPkgInfo, getPkgInfo } from './pkgInfo' export default { + CACHE_PATH, isCacheExpired, updateCacheTime, cleanCache, diff --git a/packages/cache/src/index.ts b/packages/cache/src/index.ts index c383d2fd4..ee8c77188 100644 --- a/packages/cache/src/index.ts +++ b/packages/cache/src/index.ts @@ -1,3 +1,4 @@ +export { CACHE_PATH } from './paths' export { isCacheExpired, updateCacheTime, cleanCache } from './cache' export { setLog, cleanLog } from './log' export { getCommandCache, setCommandCache, cleanCommandCache } from './commandCache' diff --git a/packages/utils/src/paths.ts b/packages/cache/src/paths.ts similarity index 73% rename from packages/utils/src/paths.ts rename to packages/cache/src/paths.ts index 31840b300..5a4d0baf4 100644 --- a/packages/utils/src/paths.ts +++ b/packages/cache/src/paths.ts @@ -5,6 +5,4 @@ const __filename = fileURLToPath(import.meta.url) const __dirname = dirname(__filename) export const ROOT_PATH = resolve(__dirname, '..', '..') -export const SRC_PATH = resolve(ROOT_PATH, 'src') export const CACHE_PATH = resolve(ROOT_PATH, 'cache') -export const SH_PATH = resolve(ROOT_PATH, 'sh') diff --git a/packages/cache/src/pkgInfo.ts b/packages/cache/src/pkgInfo.ts index f44c2c6d1..f7835f522 100644 --- a/packages/cache/src/pkgInfo.ts +++ b/packages/cache/src/pkgInfo.ts @@ -1,15 +1,11 @@ -import { dirname, resolve } from 'path' -import { fileURLToPath } from 'url' +import { resolve } from 'path' import { createRequire } from 'node:module' import { getProperty } from 'js-cool' import { isFileExist, removeFile, spawnSync, writeFile } from '@gitmars/utils' import { isCacheExpired, updateCacheTime } from './cache' +import { CACHE_PATH } from './paths' import lang from './lang' -const __filename = fileURLToPath(import.meta.url) -const __dirname = dirname(__filename) -const ROOT_PATH = resolve(__dirname, '..') -const CACHE_PATH = resolve(ROOT_PATH, 'cache') const { t } = lang const require = createRequire(import.meta.url) diff --git a/packages/core/sh/gitmars.sh b/packages/hook/sh/gitmars.sh similarity index 100% rename from packages/core/sh/gitmars.sh rename to packages/hook/sh/gitmars.sh diff --git a/packages/hook/src/getHookShell.ts b/packages/hook/src/getHookShell.ts index c67f07e16..b7a6a2f66 100644 --- a/packages/hook/src/getHookShell.ts +++ b/packages/hook/src/getHookShell.ts @@ -1,7 +1,7 @@ import fs from 'fs' import { resolve } from 'path' import { readPkg } from '@gitmars/git' -import { SH_PATH } from '@gitmars/utils' +import { SH_PATH } from './paths' import getHookComment from './getHookComment' /** diff --git a/packages/hook/src/paths.ts b/packages/hook/src/paths.ts new file mode 100644 index 000000000..624f03564 --- /dev/null +++ b/packages/hook/src/paths.ts @@ -0,0 +1,8 @@ +import { dirname, resolve } from 'path' +import { fileURLToPath } from 'url' + +const __filename = fileURLToPath(import.meta.url) +const __dirname = dirname(__filename) + +export const ROOT_PATH = resolve(__dirname, '..', '..') +export const SH_PATH = resolve(ROOT_PATH, 'sh') diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index 8dc5ea151..95442a63b 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -5,7 +5,6 @@ import { isFileExist, removeFile, writeFile, writeFileSync } from './file' import getSeconds from './getSeconds' import isWin32 from './isWin32' import useLocale from './lang' -import { CACHE_PATH, ROOT_PATH, SH_PATH, SRC_PATH } from './paths' import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' import { spawn, spawnSync } from './spawn' @@ -24,10 +23,6 @@ export default { getSeconds, isWin32, useLocale, - ROOT_PATH, - SRC_PATH, - CACHE_PATH, - SH_PATH, stringify, encodeUnicode, decodeUnicode, diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 9b7f83405..07c11be53 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -5,7 +5,6 @@ export { writeFile, writeFileSync, isFileExist, removeFile } from './file' export { default as getSeconds } from './getSeconds' export { default as isWin32 } from './isWin32' export { default as useLocale } from './lang' -export { ROOT_PATH, SRC_PATH, CACHE_PATH, SH_PATH } from './paths' export { default as stringify } from './stringify' export { encodeUnicode, decodeUnicode } from './unicode' export { spawn, spawnSync } from './spawn' From 62c2e62c770d38d1fec3b46b7697e343a4e10e62 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 11:17:17 +0800 Subject: [PATCH 14/52] move getCurlOfMergeRequest from shell to core & delete shell --- .github/dependabot.yml | 16 ---- .github/workflows/publish-test.yml | 2 - .github/workflows/publish.yml | 2 - build/packages.ts | 11 --- build/tasks/buildLib.ts | 1 - .../src/getCurlOfMergeRequest.ts | 2 +- packages/core/src/index.default.ts | 4 +- packages/core/src/index.ts | 1 + packages/gitmars/package.json | 1 - packages/shell/.eslintignore | 11 --- packages/shell/.eslintrc.js | 6 -- packages/shell/README.md | 57 ----------- packages/shell/api-extractor.json | 44 --------- packages/shell/package.json | 96 ------------------- packages/shell/src/index.ts | 5 - packages/shell/src/lang.ts | 11 --- packages/shell/src/locales/en-US.ts | 3 - packages/shell/src/locales/index.ts | 10 -- packages/shell/src/locales/zh-CN.ts | 3 - packages/shell/src/types.ts | 0 packages/shell/tsconfig.json | 18 ---- packages/shell/typedoc.js | 12 --- pnpm-lock.yaml | 67 ------------- pnpm-workspace.yaml | 1 - 24 files changed, 5 insertions(+), 379 deletions(-) rename packages/{shell => core}/src/getCurlOfMergeRequest.ts (95%) delete mode 100644 packages/shell/.eslintignore delete mode 100644 packages/shell/.eslintrc.js delete mode 100644 packages/shell/README.md delete mode 100644 packages/shell/api-extractor.json delete mode 100644 packages/shell/package.json delete mode 100644 packages/shell/src/index.ts delete mode 100644 packages/shell/src/lang.ts delete mode 100644 packages/shell/src/locales/en-US.ts delete mode 100644 packages/shell/src/locales/index.ts delete mode 100644 packages/shell/src/locales/zh-CN.ts delete mode 100644 packages/shell/src/types.ts delete mode 100644 packages/shell/tsconfig.json delete mode 100644 packages/shell/typedoc.js diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a15e62b95..9584ef88a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -133,22 +133,6 @@ updates: - dependency-name: '*' update-types: ['version-update:semver-patch'] - - package-ecosystem: npm # See documentation for possible values - directory: /packages/shell # Location of package manifests - schedule: - interval: weekly - open-pull-requests-limit: 2 - ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' - - dependency-name: '@babel/*' - - dependency-name: '@types/*' - - dependency-name: typescript - versions: [4.x] - - dependency-name: '*' - update-types: ['version-update:semver-patch'] - - package-ecosystem: npm # See documentation for possible values directory: /packages/utils # Location of package manifests schedule: diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index dc588ef1d..07f8a1180 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -53,7 +53,6 @@ jobs: - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/git/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/go/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/hook/.npmrc - - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/shell/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/utils/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/gitmars/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/docs/.npmrc @@ -70,7 +69,6 @@ jobs: - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/git/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/go/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/hook/sync" - - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/shell/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/utils/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/gitmars/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/docs/sync" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 177e89549..ed43b5ff1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,6 @@ jobs: - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/git/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/go/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/hook/.npmrc - - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/shell/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/utils/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/gitmars/.npmrc - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >> ./packages/docs/.npmrc @@ -72,7 +71,6 @@ jobs: - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/git/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/go/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/hook/sync" - - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/shell/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/utils/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/gitmars/sync" - run: curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/@gitmars/docs/sync" diff --git a/build/packages.ts b/build/packages.ts index 89af399a5..760a828da 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -78,17 +78,6 @@ export const packages: PackageManifest[] = [ output: 'lib', display: 'gitmars hook' }, - { - name: 'core', - pkgName: '@gitmars/shell', - buildTask: ['type', 'lib'], - iife: false, - cjs: true, - mjs: true, - dts: false, - output: 'lib', - display: 'gitmars shell' - }, { name: 'core', pkgName: '@gitmars/utils', diff --git a/build/tasks/buildLib.ts b/build/tasks/buildLib.ts index 245c866cf..9915a376f 100644 --- a/build/tasks/buildLib.ts +++ b/build/tasks/buildLib.ts @@ -45,7 +45,6 @@ export async function buildLib() { '@gitmars/git', '@gitmars/go', '@gitmars/hook', - '@gitmars/shell', '@gitmars/utils', '@gitmars/docs' ] diff --git a/packages/shell/src/getCurlOfMergeRequest.ts b/packages/core/src/getCurlOfMergeRequest.ts similarity index 95% rename from packages/shell/src/getCurlOfMergeRequest.ts rename to packages/core/src/getCurlOfMergeRequest.ts index 013c7ff65..84cb05060 100644 --- a/packages/shell/src/getCurlOfMergeRequest.ts +++ b/packages/core/src/getCurlOfMergeRequest.ts @@ -1,6 +1,6 @@ import { encodeUnicode } from '@gitmars/utils' -import { getConfig } from '@gitmars/core' import { getGitToken } from '@gitmars/git' +import getConfig from './getConfig' const config = getConfig() /** diff --git a/packages/core/src/index.default.ts b/packages/core/src/index.default.ts index d87bfa50e..e2927a182 100644 --- a/packages/core/src/index.default.ts +++ b/packages/core/src/index.default.ts @@ -14,6 +14,7 @@ import { enUS, zhCN } from './locales' export type { TranslatePair, Language } from './locales' import { getMessage, postMessage } from './message' +import getCurlOfMergeRequest from './getCurlOfMergeRequest' export default { version: '__VERSION__', @@ -30,5 +31,6 @@ export default { zhCN, enUS, getMessage, - postMessage + postMessage, + getCurlOfMergeRequest } diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index 53bd186aa..ad6e21c0a 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -15,6 +15,7 @@ export { enUS, zhCN } from '#lib/locales' export type { TranslatePair, Language } from '#lib/locales' export { getMessage, postMessage } from './message' +export { default as getCurlOfMergeRequest } from './getCurlOfMergeRequest' export { default } from './index.default' export const version = '__VERSION__' as string diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index a17a07a02..dbebfca1f 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -59,7 +59,6 @@ "@gitmars/git": "workspace:*", "@gitmars/go": "workspace:*", "@gitmars/hook": "workspace:*", - "@gitmars/shell": "workspace:*", "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", diff --git a/packages/shell/.eslintignore b/packages/shell/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/shell/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/shell/.eslintrc.js b/packages/shell/.eslintrc.js deleted file mode 100644 index 24f66b6cd..000000000 --- a/packages/shell/.eslintrc.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - extends: '@eslint-sets/ts', - rules: { - camelcase: 0 - } -} diff --git a/packages/shell/README.md b/packages/shell/README.md deleted file mode 100644 index e5a85cb1d..000000000 --- a/packages/shell/README.md +++ /dev/null @@ -1,57 +0,0 @@ -
- -# @gitmars/shell - -some shell js for gitmars - -[![NPM version][npm-image]][npm-url] -[![Codacy Badge][codacy-image]][codacy-url] -[![npm download][download-image]][download-url] -[![gzip][gzip-image]][gzip-url] -[![License][license-image]][license-url] - -[![Sonar][sonar-image]][sonar-url] - -
- -## Install - -```bash -# use npm -$ npm install @gitmars/shell --save - -# use yarn -$ yarn add @gitmars/shell - -# use pnpm -$ pnpm install @gitmars/shell -``` - -## Usage - -```js -const { getUserInfo } = require('@gitmars/shell') - -getUserInfo() -``` - -## Issues & Support - -Please open an issue [here](https://github.com/saqqdy/@gitmars/shell/issues). - -## License - -[MIT](LICENSE) - -[npm-image]: https://img.shields.io/npm/v/@gitmars/shell.svg?style=flat-square -[npm-url]: https://npmjs.org/package/@gitmars/shell -[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696 -[codacy-url]: https://www.codacy.com/gh/saqqdy/@gitmars/shell/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/@gitmars/shell&utm_campaign=Badge_Grade -[download-image]: https://img.shields.io/npm/dm/@gitmars/shell.svg?style=flat-square -[download-url]: https://npmjs.org/package/@gitmars/shell -[gzip-image]: http://img.badgesize.io/https://unpkg.com/@gitmars/shell/index.js?compression=gzip&label=gzip%20size:%20JS -[gzip-url]: http://img.badgesize.io/https://unpkg.com/@gitmars/shell/index.js?compression=gzip&label=gzip%20size:%20JS -[license-image]: https://img.shields.io/badge/License-MIT-blue.svg -[license-url]: LICENSE -[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_gitmars -[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_gitmars diff --git a/packages/shell/api-extractor.json b/packages/shell/api-extractor.json deleted file mode 100644 index 899d5623f..000000000 --- a/packages/shell/api-extractor.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", - "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", - "dtsRollup": { - "enabled": true, - "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" - }, - "apiReport": { - "enabled": false - }, - "docModel": { - "enabled": false - }, - "tsdocMetadata": { - "enabled": false - }, - "messages": { - "compilerMessageReporting": { - "default": { - "logLevel": "warning" - } - }, - "extractorMessageReporting": { - "default": { - "logLevel": "warning", - "addToApiReportFile": true - }, - - "ae-missing-release-tag": { - "logLevel": "none" - } - }, - "tsdocMessageReporting": { - "default": { - "logLevel": "warning" - }, - "tsdoc-undefined-tag": { - "logLevel": "none" - } - } - } -} diff --git a/packages/shell/package.json b/packages/shell/package.json deleted file mode 100644 index cf1c702fb..000000000 --- a/packages/shell/package.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "name": "@gitmars/shell", - "description": "gitmars shell", - "version": "6.4.0", - "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "exports": { - ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" - }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" - } - }, - "files": [ - "cache/.gitkeep", - "lib", - "sh", - "typings", - "*.d.ts" - ], - "scripts": {}, - "directories": { - "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh", - "typings": "typings" - }, - "dependencies": { - "@gitmars/core": "workspace:*", - "@gitmars/git": "workspace:*", - "@gitmars/utils": "workspace:*", - "@jssj/request": "^1.1.0", - "chalk": "^4.1.2", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", - "os-lang": "^3.2.0", - "shelljs": "^0.8.5" - }, - "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", - "@types/shelljs": "^0.8.15", - "cross-env": "^7.0.3", - "eslint": "^8.57.0", - "madge": "^6.1.0", - "prettier": "^3.2.5", - "prettier-config-common": "^1.4.0", - "tsnd": "^1.1.0", - "typescript": "^5.3.3" - }, - "sideEffects": false, - "keywords": [ - "gitmars", - "git", - "tool" - ], - "license": "GPL-3.0", - "author": "saqqdy ", - "homepage": "https://github.com/saqqdy/gitmars/tree/master/packages/shell#readme", - "bugs": { - "url": "https://github.com/saqqdy/gitmars/issues" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/saqqdy/gitmars.git", - "directory": "packages/shell" - }, - "publishConfig": { - "registry": "https://registry.npmjs.org", - "access": "public" - } -} diff --git a/packages/shell/src/index.ts b/packages/shell/src/index.ts deleted file mode 100644 index efe6264ea..000000000 --- a/packages/shell/src/index.ts +++ /dev/null @@ -1,5 +0,0 @@ -import getCurlOfMergeRequest from './getCurlOfMergeRequest' - -export default { - getCurlOfMergeRequest -} diff --git a/packages/shell/src/lang.ts b/packages/shell/src/lang.ts deleted file mode 100644 index b393afd38..000000000 --- a/packages/shell/src/lang.ts +++ /dev/null @@ -1,11 +0,0 @@ -import { osLangSync } from 'os-lang' -import { useLocale } from '@gitmars/utils' -import * as languages from './locales' - -export type LanguageType = Exclude - -const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' - -export default useLocale(languages[locale]) diff --git a/packages/shell/src/locales/en-US.ts b/packages/shell/src/locales/en-US.ts deleted file mode 100644 index bf11574a7..000000000 --- a/packages/shell/src/locales/en-US.ts +++ /dev/null @@ -1,3 +0,0 @@ -export default { - name: 'en-US' -} diff --git a/packages/shell/src/locales/index.ts b/packages/shell/src/locales/index.ts deleted file mode 100644 index 19436241b..000000000 --- a/packages/shell/src/locales/index.ts +++ /dev/null @@ -1,10 +0,0 @@ -export { default as zhCN } from './zh-CN' -export { default as enUS } from './en-US' - -export interface TranslatePair { - [key: string]: string | string[] | TranslatePair -} -export interface Language extends Record { - name: string - // base?: TranslatePair -} diff --git a/packages/shell/src/locales/zh-CN.ts b/packages/shell/src/locales/zh-CN.ts deleted file mode 100644 index d00acca05..000000000 --- a/packages/shell/src/locales/zh-CN.ts +++ /dev/null @@ -1,3 +0,0 @@ -export default { - name: 'zh-CN' -} diff --git a/packages/shell/src/types.ts b/packages/shell/src/types.ts deleted file mode 100644 index e69de29bb..000000000 diff --git a/packages/shell/tsconfig.json b/packages/shell/tsconfig.json deleted file mode 100644 index 732ed1b99..000000000 --- a/packages/shell/tsconfig.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "extends": "../../tsconfig.json", - "compilerOptions": { - // "composite": true, - "target": "ESNext", - "module": "ESNext", - "sourceMap": true, - "declaration": true, - "emitDeclarationOnly": true, - "rootDir": "src", - "outDir": "lib", - "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } - } -} diff --git a/packages/shell/typedoc.js b/packages/shell/typedoc.js deleted file mode 100644 index 873fa676e..000000000 --- a/packages/shell/typedoc.js +++ /dev/null @@ -1,12 +0,0 @@ -module.exports = { - out: 'typedoc', - entryPoints: ['src/**/*.ts'], - json: 'typedoc/out.json', - name: 'index.md', - includeVersion: true, - readme: 'README.md' - // emit: true, - // exclude: '', - // externalPattern: '', - // excludeExternals: '' -} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9f8063bc7..0a824b0f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -561,9 +561,6 @@ importers: '@gitmars/hook': specifier: workspace:* version: link:../hook - '@gitmars/shell': - specifier: workspace:* - version: link:../shell '@gitmars/utils': specifier: workspace:* version: link:../utils @@ -784,70 +781,6 @@ importers: specifier: ^5.3.3 version: 5.3.3 - packages/shell: - dependencies: - '@gitmars/core': - specifier: workspace:* - version: link:../core - '@gitmars/git': - specifier: workspace:* - version: link:../git - '@gitmars/utils': - specifier: workspace:* - version: link:../utils - '@jssj/request': - specifier: ^1.1.0 - version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) - chalk: - specifier: ^4.1.2 - version: 4.1.2 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) - os-lang: - specifier: ^3.2.0 - version: 3.2.0 - shelljs: - specifier: ^0.8.5 - version: 0.8.5 - devDependencies: - '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 - '@types/node': - specifier: ^20.11.24 - version: 20.11.24 - '@types/shelljs': - specifier: ^0.8.15 - version: 0.8.15 - cross-env: - specifier: ^7.0.3 - version: 7.0.3 - eslint: - specifier: ^8.57.0 - version: 8.57.0 - madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) - prettier: - specifier: ^3.2.5 - version: 3.2.5 - prettier-config-common: - specifier: ^1.4.0 - version: 1.4.0 - tsnd: - specifier: ^1.1.0 - version: 1.1.0 - typescript: - specifier: ^5.3.3 - version: 5.3.3 - packages/utils: dependencies: '@gitmars/core': diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7db305173..451481e22 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -6,7 +6,6 @@ packages: - packages/git - packages/go - packages/hook - - packages/shell - packages/utils - packages/docs - packages/gitmars From 712af2dd63cb6377ed1dc95190696dc8dcc20754 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 13:35:18 +0800 Subject: [PATCH 15/52] move getConfig from core to git --- build/packages.ts | 42 +++++++++++----------- packages/api/src/getUserInfo.ts | 2 +- packages/api/src/mergeRequest.ts | 2 +- packages/api/src/mergeRequestNotes.ts | 2 +- packages/build/src/buildConfig.ts | 2 +- packages/core/README.md | 4 +-- packages/core/package.json | 1 - packages/core/src/getCurlOfMergeRequest.ts | 3 +- packages/core/src/locales/en-US.ts | 2 -- packages/core/src/locales/zh-CN.ts | 1 - packages/core/src/message.ts | 3 +- packages/core/src/types.ts | 40 --------------------- packages/git/package.json | 1 + packages/{core => git}/src/getConfig.ts | 2 +- packages/git/src/index.default.ts | 4 ++- packages/git/src/index.ts | 1 + packages/git/src/locales/en-US.ts | 6 +++- packages/git/src/locales/zh-CN.ts | 4 ++- packages/git/src/types.ts | 42 ++++++++++++++++++++++ packages/gitmars/package.json | 1 - packages/gitmars/src/gitm-admin.ts | 6 ++-- packages/gitmars/src/gitm-approve.ts | 4 +-- packages/gitmars/src/gitm-cleanbranch.ts | 3 +- packages/gitmars/src/gitm-combine.ts | 3 +- packages/gitmars/src/gitm-config.ts | 2 +- packages/gitmars/src/gitm-end.ts | 3 +- packages/gitmars/src/gitm-hook.ts | 2 +- packages/gitmars/src/gitm-permission.ts | 3 +- packages/gitmars/src/gitm-start.ts | 4 +-- packages/gitmars/src/gitm-update.ts | 3 +- packages/hook/src/index.ts | 3 +- packages/hook/src/run.ts | 2 +- 32 files changed, 105 insertions(+), 98 deletions(-) rename packages/{core => git}/src/getConfig.ts (97%) diff --git a/build/packages.ts b/build/packages.ts index 760a828da..0525c7885 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -2,29 +2,29 @@ import type { PackageManifest } from './types' export const packages: PackageManifest[] = [ { - name: 'core', - pkgName: '@gitmars/api', + name: 'utils', + pkgName: '@gitmars/utils', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars api' + display: 'gitmars utils' }, { - name: 'core', - pkgName: '@gitmars/build', + name: 'git', + pkgName: '@gitmars/git', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars build' + display: 'gitmars git' }, { - name: 'core', + name: 'cache', pkgName: '@gitmars/cache', buildTask: ['type', 'lib'], iife: false, @@ -35,59 +35,59 @@ export const packages: PackageManifest[] = [ display: 'gitmars cache' }, { - name: 'core', - pkgName: '@gitmars/core', + name: 'go', + pkgName: '@gitmars/go', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars核心程序' + display: 'gitmars go' }, { - name: 'core', - pkgName: '@gitmars/git', + name: 'api', + pkgName: '@gitmars/api', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars git' + display: 'gitmars api' }, { - name: 'core', - pkgName: '@gitmars/go', + name: 'build', + pkgName: '@gitmars/build', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars go' + display: 'gitmars build' }, { name: 'core', - pkgName: '@gitmars/hook', + pkgName: '@gitmars/core', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars hook' + display: 'gitmars核心程序' }, { - name: 'core', - pkgName: '@gitmars/utils', + name: 'hook', + pkgName: '@gitmars/hook', buildTask: ['type', 'lib'], iife: false, cjs: true, mjs: true, dts: false, output: 'lib', - display: 'gitmars utils' + display: 'gitmars hook' }, { name: 'gitmars', diff --git a/packages/api/src/getUserInfo.ts b/packages/api/src/getUserInfo.ts index 12117d969..dd05bfef5 100644 --- a/packages/api/src/getUserInfo.ts +++ b/packages/api/src/getUserInfo.ts @@ -1,7 +1,7 @@ import sh from 'shelljs' import chalk from 'chalk' import request from '@jssj/request' -import { getConfig } from '@gitmars/core' +import { getConfig } from '@gitmars/git' import { debug } from '@gitmars/utils' import { getGitUser } from '@gitmars/git' import type { FetchDataType } from './types' diff --git a/packages/api/src/mergeRequest.ts b/packages/api/src/mergeRequest.ts index e4c274644..019a96f23 100644 --- a/packages/api/src/mergeRequest.ts +++ b/packages/api/src/mergeRequest.ts @@ -1,6 +1,6 @@ import chalk from 'chalk' import request from '@jssj/request' -import { getConfig } from '@gitmars/core' +import { getConfig } from '@gitmars/git' import { debug } from '@gitmars/utils' import { getGitToken } from '@gitmars/git' import lang from './lang' diff --git a/packages/api/src/mergeRequestNotes.ts b/packages/api/src/mergeRequestNotes.ts index 092b2c555..2d3e4a89a 100644 --- a/packages/api/src/mergeRequestNotes.ts +++ b/packages/api/src/mergeRequestNotes.ts @@ -1,6 +1,6 @@ import chalk from 'chalk' import request from '@jssj/request' -import { getConfig } from '@gitmars/core' +import { getConfig } from '@gitmars/git' import { debug } from '@gitmars/utils' import { getGitToken } from '@gitmars/git' import lang from './lang' diff --git a/packages/build/src/buildConfig.ts b/packages/build/src/buildConfig.ts index 9fda004a5..67d9a7453 100644 --- a/packages/build/src/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -5,7 +5,7 @@ import request from '@jssj/request' import chalk from 'chalk' import { CACHE_PATH, isCacheExpired, updateCacheTime } from '@gitmars/cache' import { debug, isFileExist, removeFile, writeFile } from '@gitmars/utils' -import { getConfig } from '@gitmars/core' +import { getConfig } from '@gitmars/git' import type { ApolloConfigType, GitmarsConfigApisBuildConfigType, GitmarsConfigType } from './types' import lang from './lang' diff --git a/packages/core/README.md b/packages/core/README.md index 37d4583b9..09dce1ffc 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -30,9 +30,9 @@ $ pnpm install @gitmars/core ## Usage ```js -const getConfig = require('@gitmars/core') +const { sendGroupMessage } = require('@gitmars/core') -getConfig() +sendGroupMessage() ``` ## Issues & Support diff --git a/packages/core/package.json b/packages/core/package.json index 09afd90e9..d6644d335 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -55,7 +55,6 @@ "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", - "cosmiconfig": "^9.0.0", "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", diff --git a/packages/core/src/getCurlOfMergeRequest.ts b/packages/core/src/getCurlOfMergeRequest.ts index 84cb05060..6568a9b9b 100644 --- a/packages/core/src/getCurlOfMergeRequest.ts +++ b/packages/core/src/getCurlOfMergeRequest.ts @@ -1,6 +1,5 @@ import { encodeUnicode } from '@gitmars/utils' -import { getGitToken } from '@gitmars/git' -import getConfig from './getConfig' +import { getConfig, getGitToken } from '@gitmars/git' const config = getConfig() /** diff --git a/packages/core/src/locales/en-US.ts b/packages/core/src/locales/en-US.ts index 445c8c0ed..600333d85 100644 --- a/packages/core/src/locales/en-US.ts +++ b/packages/core/src/locales/en-US.ts @@ -1,7 +1,5 @@ export default { name: 'en-US', - 'The current directory is not a git project directory': - 'The current directory is not a git project directory', 'Successful Pushed': 'Successful Pushed', 'Processing complete': 'Processing complete', 'Command name cannot be empty': 'Command name cannot be empty', diff --git a/packages/core/src/locales/zh-CN.ts b/packages/core/src/locales/zh-CN.ts index 5dbf11729..0db91d624 100644 --- a/packages/core/src/locales/zh-CN.ts +++ b/packages/core/src/locales/zh-CN.ts @@ -1,6 +1,5 @@ export default { name: 'zh-CN', - 'The current directory is not a git project directory': '当前目录不是git项目目录', 'Successful Pushed': '推送成功', 'Processing complete': '处理完成', 'Command name cannot be empty': '指令名称不能为空', diff --git a/packages/core/src/message.ts b/packages/core/src/message.ts index fd4d242ff..dc852a75a 100644 --- a/packages/core/src/message.ts +++ b/packages/core/src/message.ts @@ -1,8 +1,7 @@ import sh from 'shelljs' import chalk from 'chalk' import { mapTemplate } from 'js-cool' -import { getGitConfig, getGitRevParse } from '@gitmars/git' -import getConfig from './getConfig' +import { getConfig, getGitConfig, getGitRevParse } from '@gitmars/git' import sendGroupMessage from './sendGroupMessage' import lang from './lang' diff --git a/packages/core/src/types.ts b/packages/core/src/types.ts index ff5cd47bf..fa59a4a52 100644 --- a/packages/core/src/types.ts +++ b/packages/core/src/types.ts @@ -69,43 +69,3 @@ export interface CommandMessageType { success?: string fail?: string } - -export interface GitmarsConfigApisBuildConfigType { - url: string - method?: 'post' | 'get' | 'put' | 'delete' - params?: Record -} - -export interface GitmarsConfigType { - master: string - develop: string - release: string - bugfix: string - support: string - user?: string - email?: string - skipCI?: boolean - msgTemplate?: string - apolloConfig?: { - configServerUrl: string - appId: string - clusterName: string - namespaceName: string[] - apolloEnv: string - token: string - } - apis?: Record - api?: string - gitHost?: string - gitID?: string - hooks?: Record - filepath?: string - nameValidator?: string | RegExp - descriptionValidator?: string | RegExp - versionControlType?: VersionControlType -} // & Record - -export interface GitmarsConfigExtend extends GitmarsConfigType { - skipCI: boolean - filepath: string -} diff --git a/packages/git/package.json b/packages/git/package.json index 5f7ad9b8f..2def1cbfa 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -52,6 +52,7 @@ "@gitmars/core": "workspace:*", "@gitmars/utils": "workspace:*", "chalk": "^4.1.2", + "cosmiconfig": "^9.0.0", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", "os-lang": "^3.2.0", diff --git a/packages/core/src/getConfig.ts b/packages/git/src/getConfig.ts similarity index 97% rename from packages/core/src/getConfig.ts rename to packages/git/src/getConfig.ts index 098427190..3330eaf48 100644 --- a/packages/core/src/getConfig.ts +++ b/packages/git/src/getConfig.ts @@ -1,7 +1,7 @@ import { statSync } from 'fs' import { cosmiconfigSync } from 'cosmiconfig' -import { getGitRevParse } from '@gitmars/git' import { debug, echo } from '@gitmars/utils' +import getGitRevParse from './getGitRevParse' import type { GitmarsConfigExtend } from './types' import lang from './lang' diff --git a/packages/git/src/index.default.ts b/packages/git/src/index.default.ts index 99b660002..5a547496d 100644 --- a/packages/git/src/index.default.ts +++ b/packages/git/src/index.default.ts @@ -20,6 +20,7 @@ import checkGitStatus from './checkGitStatus' import getStashList from './getStashList' import fetch from './fetch' import readPkg from './readPkg' +import getConfig from './getConfig' export default { getIsGitProject, @@ -45,5 +46,6 @@ export default { checkGitStatus, getStashList, fetch, - readPkg + readPkg, + getConfig } diff --git a/packages/git/src/index.ts b/packages/git/src/index.ts index 940f79bbc..bc4c40fc6 100644 --- a/packages/git/src/index.ts +++ b/packages/git/src/index.ts @@ -20,5 +20,6 @@ export { default as checkGitStatus } from './checkGitStatus' export { default as getStashList } from './getStashList' export { default as fetch } from './fetch' export { default as readPkg } from './readPkg' +export { default as getConfig } from './getConfig' export { default } from './index.default' diff --git a/packages/git/src/locales/en-US.ts b/packages/git/src/locales/en-US.ts index 8f28fa9d3..704ffa685 100644 --- a/packages/git/src/locales/en-US.ts +++ b/packages/git/src/locales/en-US.ts @@ -39,5 +39,9 @@ export default { 'Cleanup failed': 'Cleanup failed', 'git not found': 'git not found', 'There are a total of {length} staging records under this item, please clean it up regularly!': - 'There are a total of {length} staging records under this item, please clean it up regularly!' + 'There are a total of {length} staging records under this item, please clean it up regularly!', + '${message}; project: ${project}; path: ${pwd}': + '${message}; project: ${project}; path: ${pwd}', + 'The current directory is not a git project directory': + 'The current directory is not a git project directory' } diff --git a/packages/git/src/locales/zh-CN.ts b/packages/git/src/locales/zh-CN.ts index e4a2c7b6d..9a399ab29 100644 --- a/packages/git/src/locales/zh-CN.ts +++ b/packages/git/src/locales/zh-CN.ts @@ -39,5 +39,7 @@ export default { 'Cleanup failed': '清理失败', 'git not found': '没有找到git', 'There are a total of {length} staging records under this item, please clean it up regularly!': - '该项目下一共有{length}条暂存记录,请定期清理!' + '该项目下一共有{length}条暂存记录,请定期清理!', + '${message}; project: ${project}; path: ${pwd}': '${message};项目:${project};路径:${pwd}', + 'The current directory is not a git project directory': '当前目录不是git项目目录' } diff --git a/packages/git/src/types.ts b/packages/git/src/types.ts index 57bc4cbf0..f2d2c3dec 100644 --- a/packages/git/src/types.ts +++ b/packages/git/src/types.ts @@ -1,5 +1,7 @@ export type AnyObject = Record +export type VersionControlType = 'patch' | 'minor' | 'major' | false + export type GitLogKeysType = | '%H' | '%h' @@ -76,3 +78,43 @@ export interface CommandMessageType { success?: string fail?: string } + +export interface GitmarsConfigApisBuildConfigType { + url: string + method?: 'post' | 'get' | 'put' | 'delete' + params?: Record +} + +export interface GitmarsConfigType { + master: string + develop: string + release: string + bugfix: string + support: string + user?: string + email?: string + skipCI?: boolean + msgTemplate?: string + apolloConfig?: { + configServerUrl: string + appId: string + clusterName: string + namespaceName: string[] + apolloEnv: string + token: string + } + apis?: Record + api?: string + gitHost?: string + gitID?: string + hooks?: Record + filepath?: string + nameValidator?: string | RegExp + descriptionValidator?: string | RegExp + versionControlType?: VersionControlType +} // & Record + +export interface GitmarsConfigExtend extends GitmarsConfigType { + skipCI: boolean + filepath: string +} diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index dbebfca1f..961a46a2e 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -65,7 +65,6 @@ "ci-info": "^4.0.0", "columnify": "^1.6.0", "commander": "^11.1.0", - "cosmiconfig": "^9.0.0", "dayjs": "^1.11.10", "debug": "^4.3.4", "inquirer": "^8.2.5", diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts index 87ebd8124..d9e187c59 100755 --- a/packages/gitmars/src/gitm-admin.ts +++ b/packages/gitmars/src/gitm-admin.ts @@ -4,18 +4,18 @@ import { Command } from 'commander' import chalk from 'chalk' import { getType } from 'js-cool' import { getUserInfo } from '@gitmars/api' -import { spawnSync } from '@gitmars/utils' -import { getConfig, queue } from '@gitmars/core' +import { createArgs, echo, spawnSync } from '@gitmars/utils' +import { queue } from '@gitmars/core' import { checkGitStatus, fetch, + getConfig, getCurrentBranch, getGitConfig, getIsBranchOrCommitExist, getIsGitProject, getIsMergedTargetBranch } from '@gitmars/git' -import { createArgs, echo } from '@gitmars/utils' import type { CommandType, FetchDataType, diff --git a/packages/gitmars/src/gitm-approve.ts b/packages/gitmars/src/gitm-approve.ts index 95ed93622..afe0f3a62 100755 --- a/packages/gitmars/src/gitm-approve.ts +++ b/packages/gitmars/src/gitm-approve.ts @@ -12,8 +12,8 @@ import { getUserInfo, updateMergeRequest } from '@gitmars/api' -import { getGitConfig, getIsGitProject } from '@gitmars/git' -import { getConfig, sendGroupMessage } from '@gitmars/core' +import { getConfig, getGitConfig, getIsGitProject } from '@gitmars/git' +import { sendGroupMessage } from '@gitmars/core' import { createArgs, echo } from '@gitmars/utils' import type { FetchDataType, GitmarsOptionOptionsType } from './types' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-cleanbranch.ts b/packages/gitmars/src/gitm-cleanbranch.ts index ca74558af..9a578c1d7 100755 --- a/packages/gitmars/src/gitm-cleanbranch.ts +++ b/packages/gitmars/src/gitm-cleanbranch.ts @@ -6,6 +6,7 @@ import ora from 'ora' import { waiting } from 'js-cool' import { fetch, + getConfig, getCurrentBranch, getIsBranchOrCommitExist, getIsGitProject, @@ -13,7 +14,7 @@ import { searchBranches } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' -import { getConfig, spawnSync } from '@gitmars/core' +import { spawnSync } from '@gitmars/core' import type { GitmarsBranchType, GitmarsOptionOptionsType } from './types' import lang from './common/local' import cleanbranchConfig from './conf/cleanbranch' diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index 8d840d0a4..40b223330 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -4,9 +4,10 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' -import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' +import { isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { checkGitStatus, + getConfig, getCurrentBranch, getGitConfig, getIsGitProject, diff --git a/packages/gitmars/src/gitm-config.ts b/packages/gitmars/src/gitm-config.ts index 0d886f60a..b857e834d 100644 --- a/packages/gitmars/src/gitm-config.ts +++ b/packages/gitmars/src/gitm-config.ts @@ -4,7 +4,7 @@ import sh from 'shelljs' import chalk from 'chalk' import { getGitRevParse, getIsGitProject } from '@gitmars/git' import { writeFile } from '@gitmars/utils' -import { getConfig } from '@gitmars/core' +import { getConfig } from '@gitmars/git' import type { GitmarsConfigProperty } from '@gitmars/build' import lang from './common/local' import { defaults } from './common/global' diff --git a/packages/gitmars/src/gitm-end.ts b/packages/gitmars/src/gitm-end.ts index 94af48ddb..4e54dc412 100755 --- a/packages/gitmars/src/gitm-end.ts +++ b/packages/gitmars/src/gitm-end.ts @@ -4,9 +4,10 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' -import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' +import { isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { checkGitStatus, + getConfig, getCurrentBranch, getGitConfig, getIsBranchOrCommitExist, diff --git a/packages/gitmars/src/gitm-hook.ts b/packages/gitmars/src/gitm-hook.ts index a76e51ed1..392eb36ca 100755 --- a/packages/gitmars/src/gitm-hook.ts +++ b/packages/gitmars/src/gitm-hook.ts @@ -5,6 +5,7 @@ import chalk from 'chalk' import { getBehindLogs, getBranchesFromID, + getConfig, getCurrentBranch, getIsGitProject, getIsMergeAction, @@ -13,7 +14,6 @@ import { } from '@gitmars/git' import { createArgs } from '@gitmars/utils' import { init, remove } from '@gitmars/hook' -import { getConfig } from '@gitmars/core' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import hookConfig from './conf/hook' diff --git a/packages/gitmars/src/gitm-permission.ts b/packages/gitmars/src/gitm-permission.ts index 97196fd23..d1044cff6 100755 --- a/packages/gitmars/src/gitm-permission.ts +++ b/packages/gitmars/src/gitm-permission.ts @@ -2,9 +2,8 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { getCurrentBranch } from '@gitmars/git' +import { getConfig, getCurrentBranch } from '@gitmars/git' import { spawnSync } from '@gitmars/utils' -import { getConfig } from '@gitmars/core' import lang from './common/local' const { t } = lang diff --git a/packages/gitmars/src/gitm-start.ts b/packages/gitmars/src/gitm-start.ts index 02d1ba651..54d8212a4 100755 --- a/packages/gitmars/src/gitm-start.ts +++ b/packages/gitmars/src/gitm-start.ts @@ -3,8 +3,8 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' import { getType } from 'js-cool' -import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' -import { checkGitStatus, getIsGitProject } from '@gitmars/git' +import { isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' +import { checkGitStatus, getConfig, getIsGitProject } from '@gitmars/git' import { createArgs } from '@gitmars/utils' import type { CommandType, GitmarsOptionOptionsType } from './types' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-update.ts b/packages/gitmars/src/gitm-update.ts index b040ca130..26c76898e 100755 --- a/packages/gitmars/src/gitm-update.ts +++ b/packages/gitmars/src/gitm-update.ts @@ -2,10 +2,11 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { getConfig, isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' +import { isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { checkGitStatus, fetch, + getConfig, getCurrentBranch, getIsGitProject, getIsMergedTargetBranch, diff --git a/packages/hook/src/index.ts b/packages/hook/src/index.ts index 835d0f8de..31d6369c5 100644 --- a/packages/hook/src/index.ts +++ b/packages/hook/src/index.ts @@ -4,8 +4,7 @@ import sh from 'shelljs' import chalk from 'chalk' import ciInfo from 'ci-info' import { compareVersion } from 'js-cool' -import { getConfig } from '@gitmars/core' -import { getGitRevParse, getGitVersion } from '@gitmars/git' +import { getConfig, getGitRevParse, getGitVersion } from '@gitmars/git' import getHookComment from './getHookComment' import getHookType from './getHookType' import getHookShell from './getHookShell' diff --git a/packages/hook/src/run.ts b/packages/hook/src/run.ts index fe8abc5f9..00a9827ef 100644 --- a/packages/hook/src/run.ts +++ b/packages/hook/src/run.ts @@ -1,5 +1,5 @@ import { spawnSync } from '@gitmars/utils' -import { getConfig } from '@gitmars/core' +import { getConfig } from '@gitmars/git' import type { ShellCode } from './types' import checkGitDirEnv from './checkGitDirEnv' import lang from './lang' From acb3d3c18d7b8e00f78535122f42c04cd7a7693d Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 13:39:05 +0800 Subject: [PATCH 16/52] move getConfig from core to git --- build/packages.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build/packages.ts b/build/packages.ts index 0525c7885..5c2f77a5a 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -23,6 +23,17 @@ export const packages: PackageManifest[] = [ output: 'lib', display: 'gitmars git' }, + { + name: 'hook', + pkgName: '@gitmars/hook', + buildTask: ['type', 'lib'], + iife: false, + cjs: true, + mjs: true, + dts: false, + output: 'lib', + display: 'gitmars hook' + }, { name: 'cache', pkgName: '@gitmars/cache', @@ -78,17 +89,6 @@ export const packages: PackageManifest[] = [ output: 'lib', display: 'gitmars核心程序' }, - { - name: 'hook', - pkgName: '@gitmars/hook', - buildTask: ['type', 'lib'], - iife: false, - cjs: true, - mjs: true, - dts: false, - output: 'lib', - display: 'gitmars hook' - }, { name: 'gitmars', pkgName: 'gitmars', From 1ebe87cc7fc53a276931291a4d5d8cd8acd576d9 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 13:39:47 +0800 Subject: [PATCH 17/52] move getConfig from core to git --- pnpm-lock.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a824b0f1..af7264749 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -378,9 +378,6 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 - cosmiconfig: - specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -491,6 +488,9 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 + cosmiconfig: + specifier: ^9.0.0 + version: 9.0.0(typescript@5.3.3) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -579,9 +579,6 @@ importers: commander: specifier: ^11.1.0 version: 11.1.0 - cosmiconfig: - specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) dayjs: specifier: ^1.11.10 version: 1.11.10 @@ -7717,6 +7714,7 @@ packages: /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + requiresBuild: true /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} From e02762bbf17a4e7bbb88b59783daf9bae8ff85fc Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 23 Mar 2024 14:27:12 +0800 Subject: [PATCH 18/52] fix types --- packages/api/src/index.default.ts | 29 +++++++++++++++++++++++ packages/api/src/index.ts | 5 +++- packages/build/src/index.default.ts | 10 ++++++++ packages/build/src/index.ts | 12 ++++------ packages/cache/src/commandCache.ts | 2 +- packages/cache/src/index.default.ts | 2 ++ packages/cache/src/index.ts | 2 ++ packages/core/src/index.default.ts | 36 +++++++++-------------------- packages/core/src/index.ts | 21 +++++------------ packages/git/src/index.default.ts | 2 ++ packages/git/src/index.ts | 2 ++ packages/utils/src/index.default.ts | 2 ++ packages/utils/src/index.ts | 2 ++ packages/utils/src/lang.ts | 1 + 14 files changed, 79 insertions(+), 49 deletions(-) create mode 100644 packages/api/src/index.default.ts create mode 100644 packages/build/src/index.default.ts diff --git a/packages/api/src/index.default.ts b/packages/api/src/index.default.ts new file mode 100644 index 000000000..3655c5493 --- /dev/null +++ b/packages/api/src/index.default.ts @@ -0,0 +1,29 @@ +import getUserInfo from './getUserInfo' +import { + acceptMergeRequest, + createMergeRequest, + deleteMergeRequest, + getMergeRequestChanges, + getMergeRequestCloseIssues, + getMergeRequestCommits, + getMergeRequestDiffVersions, + getMergeRequestList, + getMergeRequestParticipants, + updateMergeRequest +} from './mergeRequest' + +export type * from './types' +export default { + version: '__VERSION__', + getUserInfo, + createMergeRequest, + getMergeRequestList, + getMergeRequestCommits, + getMergeRequestCloseIssues, + getMergeRequestParticipants, + getMergeRequestChanges, + getMergeRequestDiffVersions, + acceptMergeRequest, + updateMergeRequest, + deleteMergeRequest +} diff --git a/packages/api/src/index.ts b/packages/api/src/index.ts index 8c4656912..8247cf3fd 100644 --- a/packages/api/src/index.ts +++ b/packages/api/src/index.ts @@ -1,4 +1,3 @@ -export type * from './types' export { default as getUserInfo } from './getUserInfo' export { @@ -13,3 +12,7 @@ export { updateMergeRequest, deleteMergeRequest } from './mergeRequest' + +export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/build/src/index.default.ts b/packages/build/src/index.default.ts new file mode 100644 index 000000000..7a9c359b1 --- /dev/null +++ b/packages/build/src/index.default.ts @@ -0,0 +1,10 @@ +import runJenkins from './runJenkins' +import { cleanBuildConfig, getBuildConfig } from './buildConfig' + +export type * from './types' +export default { + version: '__VERSION__', + getBuildConfig, + cleanBuildConfig, + runJenkins +} diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts index 9128f1028..f4f567e21 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -1,8 +1,6 @@ -import runJenkins from './runJenkins' -import { cleanBuildConfig, getBuildConfig } from './buildConfig' +export { default as runJenkins } from './runJenkins' +export { cleanBuildConfig, getBuildConfig } from './buildConfig' -export default { - getBuildConfig, - cleanBuildConfig, - runJenkins -} +export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/cache/src/commandCache.ts b/packages/cache/src/commandCache.ts index 4da34206f..134dafcac 100644 --- a/packages/cache/src/commandCache.ts +++ b/packages/cache/src/commandCache.ts @@ -1,5 +1,5 @@ import sh from 'shelljs' -import getGitRevParse from '@gitmars/git' +import { getGitRevParse } from '@gitmars/git' import { isFileExist } from '@gitmars/utils' import type { CommandType } from './types' diff --git a/packages/cache/src/index.default.ts b/packages/cache/src/index.default.ts index 10503c952..a3b446ac2 100644 --- a/packages/cache/src/index.default.ts +++ b/packages/cache/src/index.default.ts @@ -11,7 +11,9 @@ import { } from './revertCache' import { cleanPkgInfo, getPkgInfo } from './pkgInfo' +export type * from './types' export default { + version: '__VERSION__', CACHE_PATH, isCacheExpired, updateCacheTime, diff --git a/packages/cache/src/index.ts b/packages/cache/src/index.ts index ee8c77188..df0f7a457 100644 --- a/packages/cache/src/index.ts +++ b/packages/cache/src/index.ts @@ -12,3 +12,5 @@ export { export { getPkgInfo, cleanPkgInfo } from './pkgInfo' export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/core/src/index.default.ts b/packages/core/src/index.default.ts index e2927a182..dd5dd1ce5 100644 --- a/packages/core/src/index.default.ts +++ b/packages/core/src/index.default.ts @@ -1,36 +1,22 @@ -// import hook from '#lib/hook' - -// const { -// init, -// remove, -// createHooks, -// removeHooks, -// createHookShell, -// removeHookShell, -// createLocalShell, -// removeLocalShell -// } = hook - import { enUS, zhCN } from './locales' export type { TranslatePair, Language } from './locales' -import { getMessage, postMessage } from './message' import getCurlOfMergeRequest from './getCurlOfMergeRequest' +import { getMessage, postMessage } from './message' +import { queue, wait } from './queue' +import sendGroupMessage from './sendGroupMessage' +import { isNeedUpgrade, upgradeGitmars } from './versionControl' +export type * from './types' export default { version: '__VERSION__', - // hook - // init, - // remove, - // createHooks, - // removeHooks, - // createHookShell, - // removeHookShell, - // createLocalShell, - // removeLocalShell, - // locales zhCN, enUS, + getCurlOfMergeRequest, getMessage, postMessage, - getCurlOfMergeRequest + queue, + wait, + sendGroupMessage, + isNeedUpgrade, + upgradeGitmars } diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index ad6e21c0a..b527c6498 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,21 +1,12 @@ -// export { default as hook } from '#lib/hook' - -// const { -// init, -// remove, -// createHooks, -// removeHooks, -// createHookShell, -// removeHookShell, -// createLocalShell, -// removeLocalShell -// } = hook - export { enUS, zhCN } from '#lib/locales' -export type { TranslatePair, Language } from '#lib/locales' +// export type { TranslatePair, Language } from '#lib/locales' -export { getMessage, postMessage } from './message' export { default as getCurlOfMergeRequest } from './getCurlOfMergeRequest' +export { getMessage, postMessage } from './message' +export { wait, queue } from './queue' +export { default as sendGroupMessage } from './sendGroupMessage' +export { isNeedUpgrade, upgradeGitmars } from './versionControl' export { default } from './index.default' +export type * from './index.default' export const version = '__VERSION__' as string diff --git a/packages/git/src/index.default.ts b/packages/git/src/index.default.ts index 5a547496d..22412574b 100644 --- a/packages/git/src/index.default.ts +++ b/packages/git/src/index.default.ts @@ -22,7 +22,9 @@ import fetch from './fetch' import readPkg from './readPkg' import getConfig from './getConfig' +export type * from './types' export default { + version: '__VERSION__', getIsGitProject, searchBranches, getCurrentBranch, diff --git a/packages/git/src/index.ts b/packages/git/src/index.ts index bc4c40fc6..d57b8a766 100644 --- a/packages/git/src/index.ts +++ b/packages/git/src/index.ts @@ -23,3 +23,5 @@ export { default as readPkg } from './readPkg' export { default as getConfig } from './getConfig' export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index 95442a63b..c30d14f9b 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -9,7 +9,9 @@ import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' import { spawn, spawnSync } from './spawn' +export type * from './types' export default { + version: '__VERSION__', createArgs, isDebug, debug, diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 07c11be53..5184fc8b1 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -10,3 +10,5 @@ export { encodeUnicode, decodeUnicode } from './unicode' export { spawn, spawnSync } from './spawn' export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/utils/src/lang.ts b/packages/utils/src/lang.ts index 03487261f..a6aaf4e1b 100644 --- a/packages/utils/src/lang.ts +++ b/packages/utils/src/lang.ts @@ -8,4 +8,5 @@ const locales: LanguageType[] = ['enUS', 'zhCN'] let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType if (!locales.includes(locale)) locale = 'enUS' +export type * from './local' export default useLocale(languages[locale]) From e2867ed98f987916d2fbb39533fddbbdf50c78a7 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 24 Mar 2024 14:44:19 +0800 Subject: [PATCH 19/52] fix index --- packages/api/src/index.default.ts | 29 +++++++++++++++++++++++ packages/api/src/index.ts | 5 +++- packages/build/src/index.default.ts | 10 ++++++++ packages/build/src/index.ts | 12 ++++------ packages/cache/src/commandCache.ts | 2 +- packages/cache/src/index.default.ts | 2 ++ packages/cache/src/index.ts | 2 ++ packages/core/src/index.default.ts | 36 +++++++++-------------------- packages/core/src/index.ts | 21 +++++------------ packages/git/src/index.default.ts | 2 ++ packages/git/src/index.ts | 2 ++ packages/gitmars/src/gitm-admin.ts | 0 packages/utils/src/index.default.ts | 2 ++ packages/utils/src/index.ts | 2 ++ packages/utils/src/lang.ts | 1 + 15 files changed, 79 insertions(+), 49 deletions(-) create mode 100644 packages/api/src/index.default.ts mode change 100644 => 100755 packages/api/src/index.ts create mode 100644 packages/build/src/index.default.ts mode change 100755 => 100644 packages/gitmars/src/gitm-admin.ts diff --git a/packages/api/src/index.default.ts b/packages/api/src/index.default.ts new file mode 100644 index 000000000..3655c5493 --- /dev/null +++ b/packages/api/src/index.default.ts @@ -0,0 +1,29 @@ +import getUserInfo from './getUserInfo' +import { + acceptMergeRequest, + createMergeRequest, + deleteMergeRequest, + getMergeRequestChanges, + getMergeRequestCloseIssues, + getMergeRequestCommits, + getMergeRequestDiffVersions, + getMergeRequestList, + getMergeRequestParticipants, + updateMergeRequest +} from './mergeRequest' + +export type * from './types' +export default { + version: '__VERSION__', + getUserInfo, + createMergeRequest, + getMergeRequestList, + getMergeRequestCommits, + getMergeRequestCloseIssues, + getMergeRequestParticipants, + getMergeRequestChanges, + getMergeRequestDiffVersions, + acceptMergeRequest, + updateMergeRequest, + deleteMergeRequest +} diff --git a/packages/api/src/index.ts b/packages/api/src/index.ts old mode 100644 new mode 100755 index 8c4656912..8247cf3fd --- a/packages/api/src/index.ts +++ b/packages/api/src/index.ts @@ -1,4 +1,3 @@ -export type * from './types' export { default as getUserInfo } from './getUserInfo' export { @@ -13,3 +12,7 @@ export { updateMergeRequest, deleteMergeRequest } from './mergeRequest' + +export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/build/src/index.default.ts b/packages/build/src/index.default.ts new file mode 100644 index 000000000..7a9c359b1 --- /dev/null +++ b/packages/build/src/index.default.ts @@ -0,0 +1,10 @@ +import runJenkins from './runJenkins' +import { cleanBuildConfig, getBuildConfig } from './buildConfig' + +export type * from './types' +export default { + version: '__VERSION__', + getBuildConfig, + cleanBuildConfig, + runJenkins +} diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts index 9128f1028..f4f567e21 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -1,8 +1,6 @@ -import runJenkins from './runJenkins' -import { cleanBuildConfig, getBuildConfig } from './buildConfig' +export { default as runJenkins } from './runJenkins' +export { cleanBuildConfig, getBuildConfig } from './buildConfig' -export default { - getBuildConfig, - cleanBuildConfig, - runJenkins -} +export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/cache/src/commandCache.ts b/packages/cache/src/commandCache.ts index 4da34206f..134dafcac 100644 --- a/packages/cache/src/commandCache.ts +++ b/packages/cache/src/commandCache.ts @@ -1,5 +1,5 @@ import sh from 'shelljs' -import getGitRevParse from '@gitmars/git' +import { getGitRevParse } from '@gitmars/git' import { isFileExist } from '@gitmars/utils' import type { CommandType } from './types' diff --git a/packages/cache/src/index.default.ts b/packages/cache/src/index.default.ts index 10503c952..a3b446ac2 100644 --- a/packages/cache/src/index.default.ts +++ b/packages/cache/src/index.default.ts @@ -11,7 +11,9 @@ import { } from './revertCache' import { cleanPkgInfo, getPkgInfo } from './pkgInfo' +export type * from './types' export default { + version: '__VERSION__', CACHE_PATH, isCacheExpired, updateCacheTime, diff --git a/packages/cache/src/index.ts b/packages/cache/src/index.ts index ee8c77188..df0f7a457 100644 --- a/packages/cache/src/index.ts +++ b/packages/cache/src/index.ts @@ -12,3 +12,5 @@ export { export { getPkgInfo, cleanPkgInfo } from './pkgInfo' export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/core/src/index.default.ts b/packages/core/src/index.default.ts index e2927a182..dd5dd1ce5 100644 --- a/packages/core/src/index.default.ts +++ b/packages/core/src/index.default.ts @@ -1,36 +1,22 @@ -// import hook from '#lib/hook' - -// const { -// init, -// remove, -// createHooks, -// removeHooks, -// createHookShell, -// removeHookShell, -// createLocalShell, -// removeLocalShell -// } = hook - import { enUS, zhCN } from './locales' export type { TranslatePair, Language } from './locales' -import { getMessage, postMessage } from './message' import getCurlOfMergeRequest from './getCurlOfMergeRequest' +import { getMessage, postMessage } from './message' +import { queue, wait } from './queue' +import sendGroupMessage from './sendGroupMessage' +import { isNeedUpgrade, upgradeGitmars } from './versionControl' +export type * from './types' export default { version: '__VERSION__', - // hook - // init, - // remove, - // createHooks, - // removeHooks, - // createHookShell, - // removeHookShell, - // createLocalShell, - // removeLocalShell, - // locales zhCN, enUS, + getCurlOfMergeRequest, getMessage, postMessage, - getCurlOfMergeRequest + queue, + wait, + sendGroupMessage, + isNeedUpgrade, + upgradeGitmars } diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index ad6e21c0a..b527c6498 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,21 +1,12 @@ -// export { default as hook } from '#lib/hook' - -// const { -// init, -// remove, -// createHooks, -// removeHooks, -// createHookShell, -// removeHookShell, -// createLocalShell, -// removeLocalShell -// } = hook - export { enUS, zhCN } from '#lib/locales' -export type { TranslatePair, Language } from '#lib/locales' +// export type { TranslatePair, Language } from '#lib/locales' -export { getMessage, postMessage } from './message' export { default as getCurlOfMergeRequest } from './getCurlOfMergeRequest' +export { getMessage, postMessage } from './message' +export { wait, queue } from './queue' +export { default as sendGroupMessage } from './sendGroupMessage' +export { isNeedUpgrade, upgradeGitmars } from './versionControl' export { default } from './index.default' +export type * from './index.default' export const version = '__VERSION__' as string diff --git a/packages/git/src/index.default.ts b/packages/git/src/index.default.ts index 5a547496d..22412574b 100644 --- a/packages/git/src/index.default.ts +++ b/packages/git/src/index.default.ts @@ -22,7 +22,9 @@ import fetch from './fetch' import readPkg from './readPkg' import getConfig from './getConfig' +export type * from './types' export default { + version: '__VERSION__', getIsGitProject, searchBranches, getCurrentBranch, diff --git a/packages/git/src/index.ts b/packages/git/src/index.ts index bc4c40fc6..d57b8a766 100644 --- a/packages/git/src/index.ts +++ b/packages/git/src/index.ts @@ -23,3 +23,5 @@ export { default as readPkg } from './readPkg' export { default as getConfig } from './getConfig' export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts old mode 100755 new mode 100644 diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index 95442a63b..c30d14f9b 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -9,7 +9,9 @@ import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' import { spawn, spawnSync } from './spawn' +export type * from './types' export default { + version: '__VERSION__', createArgs, isDebug, debug, diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 07c11be53..5184fc8b1 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -10,3 +10,5 @@ export { encodeUnicode, decodeUnicode } from './unicode' export { spawn, spawnSync } from './spawn' export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/utils/src/lang.ts b/packages/utils/src/lang.ts index 03487261f..a6aaf4e1b 100644 --- a/packages/utils/src/lang.ts +++ b/packages/utils/src/lang.ts @@ -8,4 +8,5 @@ const locales: LanguageType[] = ['enUS', 'zhCN'] let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType if (!locales.includes(locale)) locale = 'enUS' +export type * from './local' export default useLocale(languages[locale]) From c6f4db52ecfa095ff4fccb170e73bf5a3507c5e7 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 24 Mar 2024 14:46:23 +0800 Subject: [PATCH 20/52] fix types --- packages/cache/src/types.ts | 66 +--------------------------- packages/gitmars/src/gitm-copy.ts | 4 +- packages/gitmars/src/gitm-log.ts | 3 +- packages/gitmars/src/gitm-redo.ts | 3 +- packages/gitmars/src/gitm-undo.ts | 5 ++- packages/gitmars/src/types.ts | 71 ------------------------------- 6 files changed, 10 insertions(+), 142 deletions(-) diff --git a/packages/cache/src/types.ts b/packages/cache/src/types.ts index 4da09d56a..a0ad1a806 100644 --- a/packages/cache/src/types.ts +++ b/packages/cache/src/types.ts @@ -1,69 +1,5 @@ import type { SpawnOptions, SpawnSyncReturns } from 'child_process' - -export type GitLogKeysType = - | '%H' - | '%h' - | '%T' - | '%t' - | '%P' - | '%p' - | '%an' - | '%aN' - | '%ae' - | '%aE' - | '%al' - | '%aL' - | '%ad' - | '%aD' - | '%ar' - | '%at' - | '%ai' - | '%aI' - | '%as' - | '%cn' - | '%cN' - | '%ce' - | '%cE' - | '%cl' - | '%cL' - | '%cd' - | '%cD' - | '%cr' - | '%ct' - | '%ci' - | '%cI' - | '%cs' - | '%d' - | '%D' - // %(describe[:options]), // human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags are added or removed at the same time. - | '%S' // ref name given on the command line by which the commit was reached (like git log --source), only works with git log - | '%e' // encoding - // ---------- - | '%s' // subject - | '%f' // sanitized subject line, suitable for a filename - | '%b' // body - | '%B' // raw body (unwrapped subject and body) - | '%N' // commit notes - | '%GG' // raw verification message from GPG for a signed commit - | '%G?' // show "G" for a good (valid) signature, "B" for a bad signature, "U" for a good signature with unknown validity, "X" for a good signature that has expired, "Y" for a good signature made by an expired key, "R" for a good signature made by a revoked key, "E" if the signature cannot be checked (e.g. missing key) and "N" for no signature - | '%GS' // show the name of the signer for a signed commit - | '%GK' // show the key used to sign a signed commit - | '%GF' // show the fingerprint of the key used to sign a signed commit - | '%GP' // show the fingerprint of the primary key whose subkey was used to sign a signed commit - | '%GT' // show the trust level for the key used to sign a signed commit - | '%gD' // reflog selector, e.g., refs/stash@{1} or refs/stash@{2 minutes ago}; the format follows the rules described for the -g option. The portion before the @ is the refname as given on the command line (so git log -g refs/heads/master would yield refs/heads/master@{0}). - | '%gd' // shortened reflog selector; same as %gD, but the refname portion is shortened for human readability (so refs/heads/master becomes just master). - | '%gn' // reflog identity name - | '%gN' // reflog identity name (respecting .mailmap, see git-shortlog[1] or git-blame[1]) - | '%ge' // reflog identity email - | '%gE' // reflog identity email (respecting .mailmap, see git-shortlog[1] or git-blame[1]) - | '%gs' // reflog subject - | '%(trailers:key=Signed-off-by)' - | '%(trailers:key=Reviewed-by)' // display the trailers of the body as interpreted by git-interpret-trailers[1]. The trailers string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the last occurrence wins. - -export type GitLogsType = { - [key in GitLogKeysType]?: string -} +import type { GitLogsType } from '@gitmars/git' export interface ModuleCommandType { module: string diff --git a/packages/gitmars/src/gitm-copy.ts b/packages/gitmars/src/gitm-copy.ts index 390d885b2..59fe3a1ee 100755 --- a/packages/gitmars/src/gitm-copy.ts +++ b/packages/gitmars/src/gitm-copy.ts @@ -16,8 +16,8 @@ import { searchBranches } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' -import type { GitLogKeysType } from '@gitmars/core' -import type { CommandType, GitLogsType, GitmarsOptionOptionsType } from './types' +import type { GitLogKeysType, GitLogsType } from '@gitmars/git' +import type { CommandType, GitmarsOptionOptionsType } from './types' import copyConfig from './conf/copy' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-log.ts b/packages/gitmars/src/gitm-log.ts index 2f4beb7b7..3ae938080 100755 --- a/packages/gitmars/src/gitm-log.ts +++ b/packages/gitmars/src/gitm-log.ts @@ -5,7 +5,8 @@ import columnify from 'columnify' import chalk from 'chalk' import { getGitLogs, getIsGitProject } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' -import type { GitLogsType, GitmarsOptionOptionsType } from './types' +import type { GitLogsType } from '@gitmars/git' +import type { GitmarsOptionOptionsType } from './types' import logConfig from './conf/log' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-redo.ts b/packages/gitmars/src/gitm-redo.ts index 3184bcf08..253e2e925 100755 --- a/packages/gitmars/src/gitm-redo.ts +++ b/packages/gitmars/src/gitm-redo.ts @@ -8,7 +8,8 @@ import { queue } from '@gitmars/core' import { getCurrentBranch, getIsGitProject } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' import { delRevertCache, getRevertCache } from '@gitmars/cache' -import type { CommandType, GitmarsOptionOptionsType, RevertCacheType } from './types' +import type { RevertCacheType } from '@gitmars/cache' +import type { CommandType, GitmarsOptionOptionsType } from './types' import lang from './common/local' import redoConfig from './conf/redo' diff --git a/packages/gitmars/src/gitm-undo.ts b/packages/gitmars/src/gitm-undo.ts index 25cb3115f..e97a85215 100755 --- a/packages/gitmars/src/gitm-undo.ts +++ b/packages/gitmars/src/gitm-undo.ts @@ -8,8 +8,9 @@ import { queue } from '@gitmars/core' import { getCurrentBranch, getGitLogs, getGitLogsByCommitIDs, getIsGitProject } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' import { addRevertCache, getRevertCache, setRevertCache } from '@gitmars/cache' -import type { GitLogKeysType } from '@gitmars/core' -import type { CommandType, GitLogsType, GitmarsOptionOptionsType, RevertCacheType } from './types' +import type { RevertCacheType } from '@gitmars/cache' +import type { GitLogKeysType, GitLogsType } from '@gitmars/git' +import type { CommandType, GitmarsOptionOptionsType } from './types' import lang from './common/local' import undoConfig from './conf/undo' diff --git a/packages/gitmars/src/types.ts b/packages/gitmars/src/types.ts index 94ffdc893..6d4b9b3f2 100644 --- a/packages/gitmars/src/types.ts +++ b/packages/gitmars/src/types.ts @@ -20,71 +20,6 @@ export type ShellCode = 0 | 1 | 127 | 128 export type PackageVersionTag = 'alpha' | 'lite' | 'beta' | 'release' | 'latest' | 'next' -export type GitLogKeysType = - | '%H' - | '%h' - | '%T' - | '%t' - | '%P' - | '%p' - | '%an' - | '%aN' - | '%ae' - | '%aE' - | '%al' - | '%aL' - | '%ad' - | '%aD' - | '%ar' - | '%at' - | '%ai' - | '%aI' - | '%as' - | '%cn' - | '%cN' - | '%ce' - | '%cE' - | '%cl' - | '%cL' - | '%cd' - | '%cD' - | '%cr' - | '%ct' - | '%ci' - | '%cI' - | '%cs' - | '%d' - | '%D' - // %(describe[:options]), // human-readable name, like git-describe[1]; empty string for undescribable commits. The describe string may be followed by a colon and zero or more comma-separated options. Descriptions can be inconsistent when tags are added or removed at the same time. - | '%S' // ref name given on the command line by which the commit was reached (like git log --source), only works with git log - | '%e' // encoding - // ---------- - | '%s' // subject - | '%f' // sanitized subject line, suitable for a filename - | '%b' // body - | '%B' // raw body (unwrapped subject and body) - | '%N' // commit notes - | '%GG' // raw verification message from GPG for a signed commit - | '%G?' // show "G" for a good (valid) signature, "B" for a bad signature, "U" for a good signature with unknown validity, "X" for a good signature that has expired, "Y" for a good signature made by an expired key, "R" for a good signature made by a revoked key, "E" if the signature cannot be checked (e.g. missing key) and "N" for no signature - | '%GS' // show the name of the signer for a signed commit - | '%GK' // show the key used to sign a signed commit - | '%GF' // show the fingerprint of the key used to sign a signed commit - | '%GP' // show the fingerprint of the primary key whose subkey was used to sign a signed commit - | '%GT' // show the trust level for the key used to sign a signed commit - | '%gD' // reflog selector, e.g., refs/stash@{1} or refs/stash@{2 minutes ago}; the format follows the rules described for the -g option. The portion before the @ is the refname as given on the command line (so git log -g refs/heads/master would yield refs/heads/master@{0}). - | '%gd' // shortened reflog selector; same as %gD, but the refname portion is shortened for human readability (so refs/heads/master becomes just master). - | '%gn' // reflog identity name - | '%gN' // reflog identity name (respecting .mailmap, see git-shortlog[1] or git-blame[1]) - | '%ge' // reflog identity email - | '%gE' // reflog identity email (respecting .mailmap, see git-shortlog[1] or git-blame[1]) - | '%gs' // reflog subject - | '%(trailers:key=Signed-off-by)' - | '%(trailers:key=Reviewed-by)' // display the trailers of the body as interpreted by git-interpret-trailers[1]. The trailers string may be followed by a colon and zero or more comma-separated options. If any option is provided multiple times the last occurrence wins. - -export type GitLogsType = { - [key in GitLogKeysType]?: string -} - export interface GitmarsOptionArgsType { required: boolean name: string @@ -195,9 +130,3 @@ export type InitInquirerPromptType = QuestionCollection<{ when?(val: any): string | boolean choices?: any }> - -export interface RevertCacheType { - before: GitLogsType - after: GitLogsType - branch: string -} From 4cf147d1b2ac4385a9b16626c49d5a7958d264d9 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 24 Mar 2024 22:36:55 +0800 Subject: [PATCH 21/52] fix types --- .gitignore | 1 + packages/gitmars/tsconfig.tsbuildinfo | 2 +- pnpm-lock.yaml | 9 +++------ 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d449a5e33..c7a31971c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ stats.html #Electron-builder output dist_electron +tsconfig.tsbuildinfo diff --git a/packages/gitmars/tsconfig.tsbuildinfo b/packages/gitmars/tsconfig.tsbuildinfo index 3b6795b5b..581f3f048 100644 --- a/packages/gitmars/tsconfig.tsbuildinfo +++ b/packages/gitmars/tsconfig.tsbuildinfo @@ -1 +1 @@ -{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/commander@11.1.0/node_modules/commander/typings/index.d.ts","../../node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../node_modules/.pnpm/await-to-done@1.0.2/node_modules/await-to-done/dist/index.d.ts","../../node_modules/.pnpm/use-downloads@1.5.1/node_modules/use-downloads/dist/index.d.ts","../../node_modules/.pnpm/mount-image@1.2.0/node_modules/mount-image/dist/index.d.ts","../../node_modules/.pnpm/mount-css@1.2.0/node_modules/mount-css/dist/index.d.ts","../../node_modules/.pnpm/mount-script@1.2.0/node_modules/mount-script/dist/index.d.ts","../../node_modules/.pnpm/mount-style@1.2.0/node_modules/mount-style/dist/index.d.ts","../../node_modules/.pnpm/load-source@1.2.0/node_modules/load-source/dist/index.d.ts","../../node_modules/.pnpm/js-cool@5.18.1/node_modules/js-cool/dist/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/index.d.ts","../core/lib/types.d.ts","../core/lib/queue.d.ts","../core/lib/spawn.d.ts","../core/lib/getconfig.d.ts","../../node_modules/.pnpm/os-lang@3.2.0/node_modules/os-lang/dist/index.d.ts","./src/locales/zh-cn.ts","./src/locales/en-us.ts","./src/locales/index.ts","./src/common/local.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscription.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscriber.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operator.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/types.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audit.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audittime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffercount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/bufferwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/catcherror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combineall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/connect.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/count.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debouncetime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/defaultifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delaywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilchanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilkeychanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/elementat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/endwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/every.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/expand.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/filter.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/find.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/findindex.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/first.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/groupby.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/ignoreelements.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/isempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/last.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/map.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/notification.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/max.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergeall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/flatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergescan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/min.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectableobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/observeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/onerrorresumenextwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publish.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishbehavior.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishlast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishreplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/racewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeatwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retry.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retrywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/refcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sample.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sampletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/scan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sequenceequal.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/share.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sharereplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/single.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skiplast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipwhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/startwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/subscribeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchscan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/take.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takelast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takeuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takewhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/tap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throwifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeinterval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeoutwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/toarray.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/window.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/withlatestfrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/operators/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/action.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testmessage.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionlog.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionloggable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/coldobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/hotobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/timerhandle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncaction.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/virtualtimescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/testing/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/dom/animationframes.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/behaviorsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/replaysubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/asyncsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asapscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queuescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/identity.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/pipe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/noop.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/isobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/lastvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/firstvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/argumentoutofrangeerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/emptyerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/notfounderror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/objectunsubscribederror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/sequenceerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/unsubscriptionerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindcallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindnodecallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/anycatcher.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/defer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/empty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/forkjoin.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/from.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromevent.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromeventpattern.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/generate.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/iif.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/interval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/never.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/of.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/onerrorresumenext.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/range.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/throwerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/timer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/using.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/config.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/index.d.ts","../../node_modules/.pnpm/@types+through@0.0.30/node_modules/@types/through/index.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choice.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/separator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choices.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/screen-manager.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/base.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/paginator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/checkbox.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/confirm.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/editor.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/expand.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/input.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/list.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/number.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/password.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/rawlist.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/baseui.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/bottom-bar.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/prompt.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/events.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/readline.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/index.d.ts","./src/types.ts","./src/conf/admin.ts","./src/gitm-admin.ts","./src/conf/alias.ts","./src/gitm-alias.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/types.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/index.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/index.d.ts","../core/lib/locales/zh-cn.d.ts","../core/lib/locales/en-us.d.ts","../core/lib/locales/index.d.ts","../core/lib/index.default.d.ts","../core/lib/index.d.ts","./src/conf/approve.ts","./src/gitm-approve.ts","../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../node_modules/.pnpm/@types+glob@7.2.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+shelljs@0.8.15/node_modules/@types/shelljs/index.d.ts","./src/conf/branch.ts","./src/gitm-branch.ts","./src/conf/build.ts","./src/gitm-build.ts","./src/conf/clean.ts","./src/gitm-clean.ts","../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/index.d.ts","../../node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.d.ts","./src/conf/cleanbranch.ts","./src/gitm-cleanbranch.ts","./src/common/global.ts","./src/conf/combine.ts","./src/gitm-combine.ts","./src/gitm-config.ts","./src/conf/continue.ts","./src/gitm-continue.ts","./src/conf/copy.ts","./src/gitm-copy.ts","./src/conf/end.ts","./src/gitm-end.ts","./src/conf/get.ts","./src/gitm-get.ts","./src/conf/update.ts","./src/conf/undo.ts","./src/conf/redo.ts","./src/conf/start.ts","./src/conf/save.ts","./src/conf/revert.ts","./src/conf/link.ts","./src/conf/unlink.ts","./src/conf/postmsg.ts","./src/go/index.ts","./src/conf/go.ts","./src/gitm-go.ts","./src/conf/hook.ts","./src/gitm-hook.ts","./src/gitm-init.ts","./src/conf/install.ts","./src/gitm-install.ts","./src/gitm-link.ts","../../node_modules/.pnpm/@types+columnify@1.5.4/node_modules/@types/columnify/index.d.ts","./src/conf/log.ts","./src/gitm-log.ts","./src/gitm-permission.ts","./src/gitm-postmsg.ts","./src/gitm-redo.ts","./src/gitm-revert.ts","./src/conf/review.ts","./src/gitm-review.ts","./src/conf/run.ts","./src/gitm-run.ts","./src/gitm-save.ts","./src/gitm-start.ts","./src/conf/status.ts","./src/gitm-status.ts","./src/conf/suggest.ts","./src/gitm-suggest.ts","./src/gitm-undo.ts","./src/gitm-unlink.ts","./src/gitm-update.ts","./src/conf/upgrade.ts","./src/gitm-upgrade.ts","./src/gitm.ts","./typings/global.d.ts","./typings/lowdb.d.ts","../../node_modules/.pnpm/@types+cross-spawn@6.0.6/node_modules/@types/cross-spawn/index.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/add.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/after.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assign.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assigninwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/at.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/attempt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/before.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bind.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/camelcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/capitalize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/castarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ceil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chain.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chunk.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clamp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clone.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeepwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/compact.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/concat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/cond.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conforms.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conformsto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/constant.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/countby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/create.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curry.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curryright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/debounce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/deburr.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaults.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultsdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/delay.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/difference.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differenceby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differencewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/divide.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/drop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/droprightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/each.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/endswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entries.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entriesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escaperegexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/every.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extendwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/fill.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/filter.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/find.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlast.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/first.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatten.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/floor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flow.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flowright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreach.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forinright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forown.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forownright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/frompairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functions.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functionsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/get.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/groupby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/has.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/hasin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/head.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/identity.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/includes.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/indexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/initial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/inrange.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersection.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invert.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invertby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invoke.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invokemap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarguments.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraybuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylikeobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isboolean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isbuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isdate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iselement.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isempty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequal.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequalwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iserror.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfunction.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/islength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatch.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatchwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnan.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnative.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobjectlike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isregexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issymbol.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/istypedarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isundefined.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iteratee.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/join.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/kebabcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keyby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keysin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/last.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowerfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/map.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapkeys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapvalues.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matches.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matchesproperty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/max.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/maxby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/meanby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/memoize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/merge.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mergewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/method.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/methodof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/min.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/minby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mixin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/multiply.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/negate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/noop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/now.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/nth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ntharg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omit.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omitby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/once.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/orderby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/over.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overargs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overevery.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/oversome.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pad.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/parseint.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partialright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partition.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pick.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pickby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/property.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/propertyof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/random.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/range.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rangeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rearg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduceright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/remove.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/repeat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/replace.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rest.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/result.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reverse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/round.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sample.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/samplesize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/set.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/setwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/shuffle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/size.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/slice.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/snakecase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/some.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/split.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/spread.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubfalse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubtrue.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/subtract.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sum.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sumby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tail.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/take.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takerightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takewhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/template.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/templatesettings.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/throttle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/thru.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/times.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tofinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tointeger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolower.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tonumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topath.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tosafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tostring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toupper.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/transform.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trim.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/truncate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unescape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/union.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqueid.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/update.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/updatewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uppercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/upperfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/values.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/valuesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/without.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/words.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/wrap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobjectdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/index.d.ts","../../node_modules/.pnpm/@types+argparse@1.0.38/node_modules/@types/argparse/index.d.ts","../../node_modules/.pnpm/@types+ms@0.7.32/node_modules/@types/ms/index.d.ts","../../node_modules/.pnpm/@types+debug@4.1.12/node_modules/@types/debug/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+expect@1.20.4/node_modules/@types/expect/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/utils.d.ts","../../node_modules/.pnpm/@types+fs-extra@11.0.1/node_modules/@types/fs-extra/index.d.ts","../../node_modules/.pnpm/@types+glob@8.1.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+glob-stream@6.1.1/node_modules/@types/glob-stream/index.d.ts","../../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../../node_modules/.pnpm/@types+undertaker-registry@1.0.1/node_modules/@types/undertaker-registry/index.d.ts","../../node_modules/.pnpm/async-done@1.3.2/node_modules/async-done/index.d.ts","../../node_modules/.pnpm/@types+undertaker@1.2.8/node_modules/@types/undertaker/index.d.ts","../../node_modules/.pnpm/@types+vinyl@2.0.7/node_modules/@types/vinyl/index.d.ts","../../node_modules/.pnpm/@types+vinyl-fs@3.0.1/node_modules/@types/vinyl-fs/index.d.ts","../../node_modules/.pnpm/@types+gulp@4.0.17/node_modules/@types/gulp/index.d.ts","../../node_modules/.pnpm/@types+js-yaml@4.0.5/node_modules/@types/js-yaml/index.d.ts","../../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../../node_modules/.pnpm/@types+json5@0.0.29/node_modules/@types/json5/index.d.ts","../../node_modules/.pnpm/@types+linkify-it@3.0.2/node_modules/@types/linkify-it/index.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/encode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/decode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/parse.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/format.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/common/utils.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/token.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/ruler.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_block/state_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_core/state_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/renderer.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/index.d.ts","../../node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts","../../node_modules/.pnpm/@types+mdast@3.0.11/node_modules/@types/mdast/index.d.ts","../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts","../../node_modules/.pnpm/@types+normalize-package-data@2.4.1/node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/.pnpm/@types+ps-tree@1.1.2/node_modules/@types/ps-tree/index.d.ts","../../node_modules/.pnpm/@types+resolve@1.20.2/node_modules/@types/resolve/index.d.ts","../../node_modules/.pnpm/@types+rimraf@2.0.5/node_modules/@types/rimraf/index.d.ts","../../node_modules/.pnpm/@types+estree@0.0.39/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@0.63.5/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/@types+rollup-plugin-css-only@3.1.3/node_modules/@types/rollup-plugin-css-only/index.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts","../../node_modules/.pnpm/@types+web-bluetooth@0.0.20/node_modules/@types/web-bluetooth/index.d.ts","../../node_modules/.pnpm/@types+which@3.0.0/node_modules/@types/which/index.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/index.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.10.6/node_modules/@types/node/worker_threads.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","bed7b7ba0eb5a160b69af72814b4dde371968e40b6c5e73d3a9f7bee407d158c",{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"17d716b12c230355d207d8b464a3359e13041c0cbb94c243981618e279f57670","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","1a8efc8122d15a1d01a0e3736631713045e6ed5be354324f1c649ef0e3e7f872","0e7352e7ace3286d77e39f0d12731901a3d678956f364d6cd9bb571f33cbaa87","42d1ee5a4f647b2a53c00f818e641975005dd6134753ae9a305a215ac929e10b","4da1491bea70723b794d809e01e6bd9e363405fc5c42c5cbdd145339a6975484","ccc9116aea42694e3b7583975c223c8b1f333d760874b931d51ede2e6d5efdb6","31c2d8698b4a00e395306895f37a2401de55b2de891ffc8f0a532cdc20a1d377","facbf7d3391c19f77c267d7ff5a2a3ad854154716f4a83a42f23b867f7107767","2de3521527156a88ac5f6f07e8cba4927d3030e361fa73a4fdefc68d82ce589b","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"df3389f71a71a38bc931aaf1ef97a65fada98f0a27f19dd12f8b8de2b0f4e461","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"674168aa3db414ea0a19b2a31d901b2d49705c7a495e43ffdc96928543010f8c","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","afb1701fd4be413a8a5a88df6befdd4510c30a31372c07a4138facf61594c66d","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","1cdd34412bc4588e4cc3098fc03d992ca755de24d9909871da0e12d0c9dbef37","ea6884e84e72c72d6a8cc586066b2d25710c83f9f1a77fa0162a03329e045b4d","3a85ebca2e7a0fd99ae11a8c71e1fdd7d1d4620b3ba923a630b988fc7461932e","a3d1bdb30d564e9f5465a1ce30528ba28ff1182be3fd8fd4a7abafc2fb777dc3","2573547d477bfa20917d678da31182a392fa28123b9f64318168365ab207ce09",{"version":"8b2e25e7d6c490d4bcff5a216965b468b9568d1b9912e3f2feb7eca134a09c1e","signature":"5dac73cf5ff2496b63433e767ef0923652d2dbe5d6d7c87f1e2d2a410528aae3"},{"version":"d30c4f1ae5036894761a5374e58124fb8f044e94bb65a0183453f163ec12739c","signature":"5319bac307d1330f98d949101ac19fca3e7e7428abd586eca9ff1e6f69f8102b"},{"version":"8c8a94863b8d0cba99642e42bd0a1ffdf7bcf73c69f060947bbb4f4638413da3","signature":"e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550"},{"version":"882643b496c0fe7c460dddf35a3f942cb6017ccbdf624395866cf004f69d6dfb","signature":"2cd0e98da2a750135bff220b8213036be9b6c7fc92745f97988bbb30095de838"},"ecf5cb089ea438f2545e04b6c52828c68d0b0f4bfaa661986faf36da273e9892","95444fb6292d5e2f7050d7021383b719c0252bf5f88854973977db9e3e3d8006","241bd4add06f06f0699dcd58f3b334718d85e3045d9e9d4fa556f11f4d1569c1","06540a9f3f2f88375ada0b89712de1c4310f7398d821c4c10ab5c6477dafb4bc",{"version":"c0ed4fcaf919e6990f53a966d329ef058499696e3d97a8a076dc9254dfe20228","affectsGlobalScope":true},"b8bff8a60af0173430b18d9c3e5c443eaa3c515617210c0c7b3d2e1743c19ecb","97bdf234f5db52085d99c6842db560bca133f8a0413ff76bf830f5f38f088ce3","a76ebdf2579e68e4cfe618269c47e5a12a4e045c2805ed7f7ab37af8daa6b091","b493ff8a5175cbbb4e6e8bcfa9506c08f5a7318b2278365cfca3b397c9710ebc","e59d36b7b6e8ba2dd36d032a5f5c279d2460968c8b4e691ca384f118fb09b52a","e96885c0684c9042ec72a9a43ef977f6b4b4a2728f4b9e737edcbaa0c74e5bf6","303ee143a869e8f605e7b1d12be6c7269d4cab90d230caba792495be595d4f56","89e061244da3fc21b7330f4bd32f47c1813dd4d7f1dc3d0883d88943f035b993","e46558c2e04d06207b080138678020448e7fc201f3d69c2601b0d1456105f29a","71549375db52b1163411dba383b5f4618bdf35dc57fa327a1c7d135cf9bf67d1","7e6b2d61d6215a4e82ea75bc31a80ebb8ad0c2b37a60c10c70dd671e8d9d6d5d","78bea05df2896083cca28ed75784dde46d4b194984e8fc559123b56873580a23","5dd04ced37b7ea09f29d277db11f160df7fd73ba8b9dba86cb25552e0653a637","f74b81712e06605677ae1f061600201c425430151f95b5ef4d04387ad7617e6a","9a72847fcf4ac937e352d40810f7b7aec7422d9178451148296cf1aa19467620","3ae18f60e0b96fa1e025059b7d25b3247ba4dcb5f4372f6d6e67ce2adac74eac","2b9260f44a2e071450ae82c110f5dc8f330c9e5c3e85567ed97248330f2bf639","4f196e13684186bda6f5115fc4677a87cf84a0c9c4fc17b8f51e0984f3697b6d","61419f2c5822b28c1ea483258437c1faab87d00c6f84481aa22afb3380d8e9a4","64479aee03812264e421c0bf5104a953ca7b02740ba80090aead1330d0effe91","a5eb4835ab561c140ffc4634bb039387d5d0cceebb86918f1696c7ac156d26fd","c5570e504be103e255d80c60b56c367bf45d502ca52ee35c55dec882f6563b5c","4252b852dd791305da39f6e1242694c2e560d5e46f9bb26e2aca77252057c026","0520b5093712c10c6ef23b5fea2f833bf5481771977112500045e5ea7e8e2b69","5c3cf26654cf762ac4d7fd7b83f09acfe08eef88d2d6983b9a5a423cb4004ca3","e60fa19cf7911c1623b891155d7eb6b7e844e9afdf5738e3b46f3b687730a2bd","b1fd72ff2bb0ba91bb588f3e5329f8fc884eb859794f1c4657a2bfa122ae54d0","6cf42a4f3cfec648545925d43afaa8bb364ac10a839ffed88249da109361b275","ba13c7d46a560f3d4df8ffb1110e2bbec5801449af3b1240a718514b5576156e","6df52b70d7f7702202f672541a5f4a424d478ee5be51a9d37b8ccbe1dbf3c0f2","0ca7f997e9a4d8985e842b7c882e521b6f63233c4086e9fe79dd7a9dc4742b5e","ebc8936ed464874fcceb0ded3b8728695aa356a21890238e9076887ec0722a54","db5704fdad56c74dfc5941283c1182ed471bd17598209d3ac4a49faa72e43cfc","758e8e89559b02b81bc0f8fd395b17ad5aff75490c862cbe369bb1a3d1577c40","2ee64342c077b1868f1834c063f575063051edd6e2964257d34aad032d6b657c","6f6b4b3d670b6a5f0e24ea001c1b3d36453c539195e875687950a178f1730fa7","05c4e2a992bb83066a3a648bad1c310cecd4d0628d7e19545bb107ac9596103a","b48b83a86dd9cfe36f8776b3ff52fcd45b0e043c0538dc4a4b149ba45fe367b9","792de5c062444bd2ee0413fb766e57e03cce7cdaebbfc52fc0c7c8e95069c96b","a79e3e81094c7a04a885bad9b049c519aace53300fb8a0fe4f26727cb5a746ce","dd6c3362aaaec60be028b4ba292806da8e7020eef7255c7414ce4a5c3a7138ef","8a4e89564d8ea66ad87ee3762e07540f9f0656a62043c910d819b4746fc429c5","b9011d99942889a0f95e120d06b698c628b0b6fdc3e6b7ecb459b97ed7d5bcc6","4d639cbbcc2f8f9ce6d55d5d503830d6c2556251df332dc5255d75af53c8a0e7","cdb48277f600ab5f429ecf1c5ea046683bc6b9f73f3deab9a100adac4b34969c","75be84956a29040a1afbe864c0a7a369dfdb739380072484eff153905ef867ee","b06b4adc2ae03331a92abd1b19af8eb91ec2bf8541747ee355887a167d53145e","3114b315cd0687aad8b57cff36f9c8c51f5b1bc6254f1b1e8446ae583d8e2474","0d417c15c5c635384d5f1819cc253a540fe786cc3fda32f6a2ae266671506a21","af733cb878419f3012f0d4df36f918a69ba38d73f3232ba1ab46ef9ede6cb29c","cb59317243a11379a101eb2f27b9df1022674c3df1df0727360a0a3f963f523b","0a01b0b5a9e87d04737084731212106add30f63ec640169f1462ba2e44b6b3a8","06b8a7d46195b6b3980e523ef59746702fd210b71681a83a5cf73799623621f9","860e4405959f646c101b8005a191298b2381af8f33716dc5f42097e4620608f8","f7e32adf714b8f25d3c1783473abec3f2e82d5724538d8dcf6f51baaaff1ca7a","e07d62a8a9a3bb65433a62e9bbf400c6bfd2df4de60652af4d738303ee3670a1","bfbf80f9cd4558af2d7b2006065340aaaced15947d590045253ded50aabb9bc5","851e8d57d6dd17c71e9fa0319abd20ab2feb3fb674d0801611a09b7a25fd281c","c3bd2b94e4298f81743d92945b80e9b56c1cdfb2bef43c149b7106a2491b1fc9","a246cce57f558f9ebaffd55c1e5673da44ea603b4da3b2b47eb88915d30a9181","d993eacc103c5a065227153c9aae8acea3a4322fe1a169ee7c70b77015bf0bb2","fc2b03d0c042aa1627406e753a26a1eaad01b3c496510a78016822ef8d456bb6","063c7ebbe756f0155a8b453f410ca6b76ffa1bbc1048735bcaf9c7c81a1ce35f","748e79252a7f476f8f28923612d7696b214e270cc909bc685afefaac8f052af0","9669075ac38ce36b638b290ba468233980d9f38bdc62f0519213b2fd3e2552ec","4d123de012c24e2f373925100be73d50517ac490f9ed3578ac82d0168bfbd303","656c9af789629aa36b39092bee3757034009620439d9a39912f587538033ce28","3ac3f4bdb8c0905d4c3035d6f7fb20118c21e8a17bee46d3735195b0c2a9f39f","1f453e6798ed29c86f703e9b41662640d4f2e61337007f27ac1c616f20093f69","af43b7871ff21c62bf1a54ec5c488e31a8d3408d5b51ff2e9f8581b6c55f2fc7","70550511d25cbb0b6a64dcac7fffc3c1397fd4cbeb6b23ccc7f9b794ab8a6954","af0fbf08386603a62f2a78c42d998c90353b1f1d22e05a384545f7accf881e0a","c3f32a185cd27ac232d3428a8d9b362c3f7b4892a58adaaa022828a7dcd13eed","3139c3e5e09251feec7a87f457084bee383717f3626a7f1459d053db2f34eb76","4888fd2bcfee9a0ce89d0df860d233e0cee8ee9c479b6bd5a5d5f9aae98342fe","3be870c8e17ec14f1c18fc248f5d2c4669e576404744ff5c63e6dafcf05b97ea","56654d2c5923598384e71cb808fac2818ca3f07dd23bb018988a39d5e64f268b","8b6719d3b9e65863da5390cb26994602c10a315aa16e7d70778a63fee6c4c079","6ab380571d87bd1d6f644fb6ab7837239d54b59f07dc84347b1341f866194214","547d3c406a21b30e2b78629ecc0b2ddaf652d9e0bdb2d59ceebce5612906df33","b3a4f9385279443c3a5568ec914a9492b59a723386161fd5ef0619d9f8982f97","3fe66aba4fbe0c3ba196a4f9ed2a776fe99dc4d1567a558fb11693e9fcc4e6ed","140eef237c7db06fc5adcb5df434ee21e81ee3a6fd57e1a75b8b3750aa2df2d8","0944ec553e4744efae790c68807a461720cff9f3977d4911ac0d918a17c9dd99","7c9ed7ffdc6f843ab69e5b2a3e7f667b050dd8d24d0052db81e35480f6d4e15d","7c7d9e116fe51100ff766703e6b5e4424f51ad8977fe474ddd8d0959aa6de257","af70a2567e586be0083df3938b6a6792e6821363d8ef559ad8d721a33a5bcdaf","006cff3a8bcb92d77953f49a94cd7d5272fef4ab488b9052ef82b6a1260d870b","7d44bfdc8ee5e9af70738ff652c622ae3ad81815e63ab49bdc593d34cb3a68e5","339814517abd4dbc7b5f013dfd3b5e37ef0ea914a8bbe65413ecffd668792bc6","34d5bc0a6958967ec237c99f980155b5145b76e6eb927c9ffc57d8680326b5d8","9eae79b70c9d8288032cbe1b21d0941f6bd4f315e14786b2c1d10bccc634e897","18ce015ed308ea469b13b17f99ce53bbb97975855b2a09b86c052eefa4aa013a","5a931bc4106194e474be141e0bc1046629510dc95b9a0e4b02a3783847222965","5e5f371bf23d5ced2212a5ff56675aefbd0c9b3f4d4fdda1b6123ac6e28f058c","907c17ad5a05eecb29b42b36cc8fec6437be27cc4986bb3a218e4f74f606911c","3656f0584d5a7ee0d0f2cc2b9cffbb43af92e80186b2ce160ebd4421d1506655","a726ad2d0a98bfffbe8bc1cd2d90b6d831638c0adc750ce73103a471eb9a891c","ce871684a7cb81d6a89630e0c6b4a064f876f7ec1d352917ace027b3fc3e537f","354582b26ecec449c94c71f76227102aad8a3aa7a113810a6b932c2421ddc050","42f8ed746d486725017ead628c6589fe13d6d6f5fa1517f978b3ccfcd7b46860","b03aa292cfdcd4edc3af00a7dbd71136dd067ec70a7536b655b82f4dd444e857","90f690a1c5fcb4c2d19c80fea05c8ab590d8f6534c4c296d70af6293ede67366","be95e987818530082c43909be722a838315a0fc5deb6043de0a76f5221cbad24","9ed5b799c50467b0c9f81ddf544b6bcda3e34d92076d6cab183c84511e45c39f","b4fa87cc1833839e51c49f20de71230e259c15b2c9c3e89e4814acc1d1ef10de","e90ac9e4ac0326faa1bc39f37af38ace0f9d4a655cd6d147713c653139cf4928","ea27110249d12e072956473a86fd1965df8e1be985f3b686b4e277afefdde584","1f6058d60eaa8825f59d4b76bbf6cc0e6ad9770948be58de68587b0931da00cc","5666075052877fe2fdddd5b16de03168076cf0f03fbca5c1d4a3b8f43cba570c","50100b1a91f61d81ca3329a98e64b7f05cddc5e3cb26b3411adc137c9c631aca","11aceaee5663b4ed597544567d6e6a5a94b66857d7ebd62a9875ea061018cd2c","6e30d0b5a1441d831d19fe02300ab3d83726abd5141cbcc0e2993fa0efd33db4","423f28126b2fc8d8d6fa558035309000a1297ed24473c595b7dec52e5c7ebae5","fb30734f82083d4790775dae393cd004924ebcbfde49849d9430bf0f0229dd16","2c92b04a7a4a1cd9501e1be338bf435738964130fb2ad5bd6c339ee41224ac4c","94ff6974e4afe28061d44732ecb889bb2296cf98c52022e8ebaf99ba8e9e5d62","669b754ec246dd7471e19b655b73bda6c2ca5bb7ccb1a4dff44a9ae45b6a716a","4bb6035e906946163ecfaec982389d0247ceeac6bdee7f1d07c03d9c224db3aa","8a44b424edee7bb17dc35a558cc15f92555f14a0441205613e0e50452ab3a602","24a00d0f98b799e6f628373249ece352b328089c3383b5606214357e9107e7d5","33637e3bc64edd2075d4071c55d60b32bdb0d243652977c66c964021b6fc8066","0f0ad9f14dedfdca37260931fac1edf0f6b951c629e84027255512f06a6ebc4c","16ad86c48bf950f5a480dc812b64225ca4a071827d3d18ffc5ec1ae176399e36","8cbf55a11ff59fd2b8e39a4aa08e25c5ddce46e3af0ed71fb51610607a13c505","d5bc4544938741f5daf8f3a339bfbf0d880da9e89e79f44a6383aaf056fe0159","c82857a876075e665bbcc78213abfe9e9b0206d502379576d7abd481ade3a569","4f71d883ed6f398ba8fe11fcd003b44bb5f220f840b3eac3c395ad91304e4620","5229c3934f58413f34f1b26c01323c93a5a65a2d9f2a565f216590dfbed1fe32","9fd7466b77020847dbc9d2165829796bf7ea00895b2520ff3752ffdcff53564b","fbfc12d54a4488c2eb166ed63bab0fb34413e97069af273210cf39da5280c8d6","85a84240002b7cf577cec637167f0383409d086e3c4443852ca248fc6e16711e","4c754b03f36ff35fc539f9ebb5f024adbb73ec2d3e4bfb35b385a05abb36a50e","59507446213e73654d6979f3b82dadc4efb0ed177425ae052d96a3f5a5be0d35","a914be97ca7a5be670d1545fc0691ac3fbabd023d7d084b338f6934349798a1f","8f62cbd3afbd6a07bb8c934294b6bfbe437021b89e53a4da7de2648ecfc7af25","62c3621d34fb2567c17a2c4b89914ebefbfbd1b1b875b070391a7d4f722e55dc","c05ac811542e0b59cb9c2e8f60e983461f0b0e39cea93e320fad447ff8e474f3","8e7a5b8f867b99cc8763c0b024068fb58e09f7da2c4810c12833e1ca6eb11c4f","132351cbd8437a463757d3510258d0fa98fd3ebef336f56d6f359cf3e177a3ce","df877050b04c29b9f8409aa10278d586825f511f0841d1ec41b6554f8362092b","33d1888c3c27d3180b7fd20bac84e97ecad94b49830d5dd306f9e770213027d1","ee942c58036a0de88505ffd7c129f86125b783888288c2389330168677d6347f","a3f317d500c30ea56d41501632cdcc376dae6d24770563a5e59c039e1c2a08ec","eb21ddc3a8136a12e69176531197def71dc28ffaf357b74d4bf83407bd845991","0c1651a159995dfa784c57b4ea9944f16bdf8d924ed2d8b3db5c25d25749a343","aaa13958e03409d72e179b5d7f6ec5c6cc666b7be14773ae7b6b5ee4921e52db","0a86e049843ad02977a94bb9cdfec287a6c5a0a4b6b5391a6648b1a122072c5a","87437ca9dabab3a41d483441696ff9220a19e713f58e0b6a99f1731af10776d7","26c5dfa9aa4e6428f4bb7d14cbf72917ace69f738fa92480b9749eebce933370","8e94328e7ca1a7a517d1aa3c569eac0f6a44f67473f6e22c2c4aff5f9f4a9b38","d604d413aff031f4bfbdae1560e54ebf503d374464d76d50a2c6ded4df525712","299f0af797897d77685d606502be72846b3d1f0dc6a2d8c964e9ea3ccbacf5bc","12bfd290936824373edda13f48a4094adee93239b9a73432db603127881a300d","340ceb3ea308f8e98264988a663640e567c553b8d6dc7d5e43a8f3b64f780374","c5a769564e530fba3ec696d0a5cff1709b9095a0bdf5b0826d940d2fc9786413","7124ef724c3fc833a17896f2d994c368230a8d4b235baed39aa8037db31de54f","5de1c0759a76e7710f76899dcae601386424eab11fb2efaf190f2b0f09c3d3d3","9c5ee8f7e581f045b6be979f062a61bf076d362bf89c7f966b993a23424e8b0d","1a11df987948a86aa1ec4867907c59bdf431f13ed2270444bf47f788a5c7f92d","3c97b5ea66276cf463525a6aa9d5bb086bf5e05beac70a0597cda2575503b57b","b756781cd40d465da57d1fc6a442c34ae61fe8c802d752aace24f6a43fedacee","0fe76167c87289ea094e01616dcbab795c11b56bad23e1ef8aba9aa37e93432a","3a45029dba46b1f091e8dc4d784e7be970e209cd7d4ff02bd15270a98a9ba24b","032c1581f921f8874cf42966f27fd04afcabbb7878fa708a8251cac5415a2a06","69c68ed9652842ce4b8e495d63d2cd425862104c9fb7661f72e7aa8a9ef836f8","a31383256374723b47d8b5497a9558bbbcf95bcecfb586a36caf7bfd3693eb0e","06f62a14599a68bcde148d1efd60c2e52e8fa540cc7dcfa4477af132bb3de271","64aa66c7458cbfd0f48f88070b08c2f66ae94aba099dac981f17c2322d147c06","11f19ce32d21222419cecab448fa335017ebebf4f9e5457c4fa9df42fa2dcca7","2e8ee2cbb5e9159764e2189cf5547aebd0e6b0d9a64d479397bb051cd1991744","1b0471d75f5adb7f545c1a97c02a0f825851b95fe6e069ac6ecaa461b8bb321d","1d157c31a02b1e5cca9bc495b3d8d39f4b42b409da79f863fb953fbe3c7d4884","07baaceaec03d88a4b78cb0651b25f1ae0322ac1aa0b555ae3749a79a41cba86","619a132f634b4ebe5b4b4179ea5870f62f2cb09916a25957bff17b408de8b56d","f60fa446a397eb1aead9c4e568faf2df8068b4d0306ebc075fb4be16ed26b741","f3cb784be4d9e91f966a0b5052a098d9b53b0af0d341f690585b0cc05c6ca412","350f63439f8fe2e06c97368ddc7fb6d6c676d54f59520966f7dbbe6a4586014e","eba613b9b357ac8c50a925fa31dc7e65ff3b95a07efbaa684b624f143d8d34ba","9814545517193cf51127d7fbdc3b7335688206ec04ee3a46bba2ee036bd0dcac","0f6199602df09bdb12b95b5434f5d7474b1490d2cd8cc036364ab3ba6fd24263","c8ca7fd9ec7a3ec82185bfc8213e4a7f63ae748fd6fced931741d23ef4ea3c0f","5c6a8a3c2a8d059f0592d4eab59b062210a1c871117968b10797dee36d991ef7","7acee2009eb9f4c6b17245edc555c7d5c9404343ea1b0cf8adae3b66292c1527","656424ca784760c679bf2677d8aaf55d1cb8452cd0ac04bbe1c0f659f45f8c11","0be1753924a848cf8df0be004518d84957a8539f6b01f1fad1ac639dc17586cb","e243f7d314cb8d05f393a5dc9904b3bcbd769ac082596402ab197df75bf582bf","5a7c95bcd09e90d7feb672686992187a310c37d5e30a1ddf3c39487c1aa74710","441ae3724070b80188b7bc48f66b96ca521d817e81836cdddb905cef6bbb4c8a","75c1851fd42fce32c4b066cc4666b158b44bb1cea3e88cc74a24ea2e5d1c5056","3901d2da5f2efb88bf7adf2cf609ac628469a6e00a57c241dff8068871239175","06af2a73111a13b52a270c1e74fd7dcccd1a9f1fdc3425bda9f8b45fa0c269cd","6abc96a8be012572275422560c525ed036b84fc6a798a90bd89d17c9810e2762","f71cbe1afd8376df3764bb980646b503353611b42534f1a1d44cb311bedab837","e9934689b2e167ba54f01b1225ff348055a8574ee7c907ef49b62c14102c6d26","0ecff30f6ee36ed2899ca0259e8bd018e9c627702d204256a436d76ac5991413","a353332b8d2de7ae57ab97b72ace1e8794e2907d3f907e04bff1a636ee93c826","505f2e4a22d30a66a1ffbc3f43ccc895e2ea3fcd92f9521797f25c354a87435d","60fef2f608d0ecaf124cb543ab18d835979a4841d38e5df9d64794ab51cd1352","cb8f5ffbf8bb06658a6ef27f1829c69238673b467a4881cac6a8247df73d94f3","9304e0b36cfdf03a7b7f972ac0b21ecd55e2cf5a5c0ce70754f8a47b55b6a90e","ab2265036d8a12bdd5454800b03966bf0e971be44fbd118f3aed3c1bd0124fc6","bbe08916928cbaca40a89cf36fc3c751ff3b32ab549b9f7e0b4fafcd0c3699d4","ab3f0217cbf698cadf45799bf224ade13e0b410d2cf76b0757b3f47349ff11a3","616ea4ff77f89fe59032df6f80ebdf5f40789419341de9b25d2946485c85ad05","9e59e01db841f0d4fe21443b8611e49ea7c91f297afc28ce6c433458afbcd081",{"version":"cb0ae66f77a96093c27f1e8618ab0ef0facc92c20b9081287613fc737312d280","signature":"5711cb37c1344f0b67b51dab2b7a7670bb3302d202d3d17e20c50e71bc7d8212"},{"version":"10a7596c4f8b9c619fd0c5c589778e253e19f482eea20a9b9a46c22f2cf70cea","signature":"47e3c1b152cf5fe3034c3be905cee3b9c0bbebef15946f427ea2d5b8e6eb136c"},{"version":"19ee61f3a84722aff22b2d83fd1ba2321e872984dc96d6373989f05fe9d19bb7","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ae3a52f8a66e5102b277a0d6183173c8364d27d31512c98a20361951283182f3","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"46f692b1a1e997b26413d34a963a1f209dd8d1068b20625f017d339cff173fda","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","ccff6a039925da0bbddce77e8fe06865bb4bc144f8ca2f729b4390015044183b","a8862ddcc1248783459023762b8cc140f2fd8e7ec127ca4f1b091786c768b442","a8862ddcc1248783459023762b8cc140f2fd8e7ec127ca4f1b091786c768b442","e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550","5b1e6548103ef28fdd39b07d37d4fba4ceac6b86ada45581293989e707ad6d39","f4023e51a43076c79983687cec70f88b0c23ba0adc5cfa9fb7deb6351060e1b6",{"version":"d818588962da64ad122d246f79beef7100d01969cdf259f49fdbe8ae4af0e7d6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"ec3f05670a92c99aaa89e878f957f29f4d207ff03438463bb407c0ff6005f070","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","df84eca381b7c2ec232cda8f9e0f4e05802d3eb64b23d9972cbc5e08327f7f27",{"version":"6830c4774d1db937c526087d6b0d2b64599c24ce0d70efa75d9233b62ed74ec0","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"22d6c51787e366c3b8f3e0440824c3a2b789ffa0a1e5d1dbc6372f6b6b7002ce","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c49960d6fa4f32448eedfa66a7b602e195eb42d884875abe4a2ca9a1a921c39d","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"afa6eb146bb9a9afa2fd432730979c69b9f9cc7f4f9e169999250e51657b4280","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"cb593ebc2db3eea749dbc2baec20b1d41f113c5e3b2726049ae9161d7b26a9ea","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"2ed4e2c7270a73f2cbf06db437b3d6e20370e0b6e179a2a00fc6d9b880be69dc","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"c2a70cf2999d7ccd2f87c22042393b853e01bb2994d6561071aa53a82926c0de","437ce3def325725c84c242f916886e634ff8f133356ea88ccb4bdd425792bb36",{"version":"dc9d62b761f4ea0c693bff7d9f65c3dccc754de686fba6ed3bba70ad0a57a3c2","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"ed6019848a9c69dbf1b447df10f71eb85f9f8cd940ee4da76158d872dfec13ea","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e54862b0c5eae5579f9421275c8669ad9303619d1643378f62469bec6aa8eb18","signature":"a3eae42c3798f681455962b4296851784330832e87e7cbac43136530a8e14e99"},{"version":"ec95302d37b16fd769e53fff65193d50feca8e12bc2031d0b6b1af46c8025e2a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"caf283b745b28976a9b1efa8220a7064a1fe58c8e491fdc85ef235d9cbd733b5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"62e9bf3c01a6fd65e3625e58e10011e490eff91f395ac6a6117247094c818fea","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e90a76d89b9be85f45618fa2d32a79c57da0063c08726b6847a67cf2029d135b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"8bf8abaf0014f1bde4ad79ba84bfa04a1c8b4f13008ac1806829146a1f13452d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"b2b4390b4bc2811c3b8610ef67dffccd17ce77f7b94a9e5c4a20c9bef7edd380","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e8b1f23d10dc1a58ed5a55e3d4a2f4924d672b29a1819680e6cbb5e25b5b68bd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"5f78994698b1f08d95100bf994e2e47884bce6b1f9dc5fde93743579ee7b6e31","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"05220c74eeb446f93f469bb894a3c588730c9b92131040b1c6edf4e258c48669","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f9c09a0ad25917a09cd3278cab7503c1eda4b1c0ca7dcb903131e6e62f86160a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"aacc645b2983139f576fa7804c5d6eb2b269bd713ffa89cc3b21eeaf3607505a","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"fd99e32014623cab4a47dcdf16d69a84eee05b40148122306e1cae4c6156e3fe","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"a0e00de68bbacfb8bd647f2e1aff0a76c313dae128cbd977e836e7034ae892a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"370a6bdcb51a36429a983615e0de8f206e8c855f27cfa8896c5321759a0e5a0b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"b96a3b768b5d0730f78436e39219abb906f9a1854b5157c90a53a62cad36126f","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1b553a80507f669e51d1ad3695d2dfb97b025d7c9979b9d9dd8ee6553f0df345","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"641a3ae47fb69dc096f455ff325d1610fa43e3b56adb6a0a6d7ec145e78030f4","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"52676e29b8a7a5c824dfb747b661b39d2a643c50ed465966246b76956dc38e39","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"0203713dc3e3846791747d7d3e7e3648132861f76f90b9cd6208707d299de1dc","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e92bda8e0522c78ef41c8f38a295f5a94ebe2beaa7a4637c0ac8a563aff6dd27","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"fcc7c839cf074be46a1830912e569709989d106f7c6ee2c68a8cef434a19d288","signature":"aaaf4495995b6d1687f849b28f543205755e10a34988d083db4ba5c0716c259c"},{"version":"869d6db6802e7f444b9094e5e843c282c91ea3bba17cfbe9299cf301b7df370e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"84243de5997cca740b1fabe79d0458333c599e93c68033ab6767d7810ef148ad","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bd4d8cef618bf5cb34fb22e915500dfb311e922deec6e0a450b7a9b3e027a05e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"9158d00b38754229b55028ba75ff207e2af1c9fccd18a5653f06298a2f125faf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ccd0bff0e7d474e327520e5ac4d3a418030ebb956fad02228f4368dda6d5aa25","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c781b9d5f1dc612378c99834060eb3a052e7010d0dca65e45eae877732de6f8c","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"46f9ceab7e9981dd12b0349e473932be53480b000110333b0fc2f18b2e2414bd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c32382c2e08da01a57f9c7298e4a26d5252e6ec42b883ef140a0884589bfffff","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"f4054ad0c9b4ce4e3f3a3a545be2388af5c1636d23c5adc663e1efbeeabf344d",{"version":"89bc5ce56ec0d878dfc8e0f6550405508d089ffa5acf5de5470d11c04d120f69","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"94a71068a9be134088c786b251d561d3432c3d4de886beb91dcefc372202ab0f","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"a66b4ba160e2b3d61acaff4a28d0615aad04c52282ca0c9a6628e0cdf0191ac5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"62c4b0dbd952e47af849ed5856cc24111aff57d7495a348ba4f853b2a04b2f13","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bdaa1cd8b76d60b2d49c4826d6c731a4bebfebe57cf62cc50feede1e2393c4bf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1ae020479a0ecf321d6a2d22a058128e1d99ca11faa9a07ecbf176bece124a08","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f5fb105e771bae959dcc7da0a313a68d5bae2e41a1475b1946351122c60edf80","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"dd04cfbbf07851762ec3bacbfb90af78c194e6e78b5767fbe7a73162f440510f","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"6d6e6ba7b5cb9a1b5c89e8aaae620fd586f0e8d0a716ac417b6bf92feba18d5a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ea36d5b23de0271c0a886d889acca883117b6167414b855c62df98039325118","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"d72ab9c7c29ebb23112c06ca909fe8c97cee8450017461188a78052f8adee754","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"700b7be8bb9b300ace3b3ee50ca800eb6d74a5be28a2a04327817a339caa81c5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c65226813b87e33afe8c005a201fbbd04a401c34225bcf14fe4d942a68c862f6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ab9d344ef6a749f8e8690fd7eef323eb75d903666d257a3cec483b0063d4b15","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"4be2c29f86f2f424d4edbd9be7a2019e3c02f70de1d1afc7c3121672cd4b4ef1","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"95e2626d9311d3016f0cd9cad752bd3f8f072dd9442b88bb5e1f71fa346161a9","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1d96853e2083dec531a0b43d34b3c29ef6ebb992d1d5a48ae8c599fb789ad7b0","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e2565995652ce15a24533fcb35bcca800d14e1a891ed9b2f00f6f7355b6ee392","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"cb878e526bdc9bc03dcbfbcf8caff5e9b7b0cd5ff1e9190ff55885fde364172c","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bf96d2a7aca77bef57e3471df310e730054b2733a7b8fb01bc0d9d49f8e2c3a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"c96b979037750626f7ff4bd6b22b2a1e5d956d44b2021c21b65ef96827e6a6bd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"3925930e5777e6f08836ed44de7b6cd409ce7ba730f2c97633e98d60f828993d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"99bbfdf4f454d76e91a518b42f91c742759fa9d2dd9364381deadecc161d489b","affectsGlobalScope":true},"beda6215df1bf614f16276ad61cce5f25b3ceba88a901dfe949093e3a143f435","c269a12e83c5ffc0332b1f245008e4e621e483dd2f8b9b77fc6a664fcde4969d","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cf93e7b09b66e142429611c27ba2cbf330826057e3c793e1e2861e976fae3940","90e727d145feb03695693fdc9f165a4dc10684713ee5f6aa81e97a6086faa0f8","ee2c6ec73c636c9da5ab4ce9227e5197f55a57241d66ea5828f94b69a4a09a2d","afaf64477630c7297e3733765046c95640ab1c63f0dfb3c624691c8445bc3b08","5aa03223a53ad03171988820b81a6cae9647eabcebcb987d1284799de978d8e3","7f50c8914983009c2b940923d891e621db624ba32968a51db46e0bf480e4e1cb","90fc18234b7d2e19d18ac026361aaf2f49d27c98dc30d9f01e033a9c2b01c765","a980e4d46239f344eb4d5442b69dcf1d46bd2acac8d908574b5a507181f7e2a1","bbbfa4c51cdaa6e2ef7f7be3ae199b319de6b31e3b5afa7e5a2229c14bb2568a","bc7bfe8f48fa3067deb3b37d4b511588b01831ba123a785ea81320fe74dd9540","fd60c0aaf7c52115f0e7f367d794657ac18dbb257255777406829ab65ca85746","15c17866d58a19f4a01a125f3f511567bd1c22235b4fd77bf90c793bf28388c3","51301a76264b1e1b4046f803bda44307fba403183bc274fe9e7227252d7315cb","ddef23e8ace6c2b2ddf8d8092d30b1dd313743f7ff47b2cbb43f36c395896008","9e42df47111429042b5e22561849a512ad5871668097664b8fb06a11640140ac","391fcc749c6f94c6c4b7f017c6a6f63296c1c9ae03fa639f99337dddb9cc33fe","ac4706eb1fb167b19f336a93989763ab175cd7cc6227b0dcbfa6a7824c6ba59a","633220dc1e1a5d0ccf11d3c3e8cadc9124daf80fef468f2ff8186a2775229de3","6de22ad73e332e513454f0292275155d6cb77f2f695b73f0744928c4ebb3a128","ebe0e3c77f5114b656d857213698fade968cff1b3a681d1868f3cfdd09d63b75","22c27a87488a0625657b52b9750122814c2f5582cac971484cda0dcd7a46dc3b","7e7a817c8ec57035b2b74df8d5dbcc376a4a60ad870b27ec35463536158e1156","0e2061f86ca739f34feae42fd7cce27cc171788d251a587215b33eaec456e786","91659b2b090cadffdb593736210910508fc5b77046d4ce180b52580b14b075ec","d0f6c657c45faaf576ca1a1dc64484534a8dc74ada36fd57008edc1aab65a02b","ce0c52b1ebc023b71d3c1fe974804a2422cf1d85d4af74bb1bced36ff3bff8b5","9c6acb4a388887f9a5552eda68987ee5d607152163d72f123193a984c48157c9","90d0a9968cbb7048015736299f96a0cceb01cf583fd2e9a9edbc632ac4c81b01","49abec0571c941ab6f095885a76828d50498511c03bb326eec62a852e58000c5","8eeb4a4ff94460051173d561749539bca870422a6400108903af2fb7a1ffe3d7","49e39b284b87452fed1e27ac0748ba698f5a27debe05084bc5066b3ecf4ed762","59dcf835762f8df90fba5a3f8ba87941467604041cf127fb456543c793b71456","33e0c4c683dcaeb66bedf5bb6cc35798d00ac58d7f3bc82aadb50fa475781d60","605839abb6d150b0d83ed3712e1b3ffbeb309e382770e7754085d36bc2d84a4c","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","0f0a16a0e8037c17e28f537028215e87db047eba52281bd33484d5395402f3c1","cf533aed4c455b526ddccbb10dae7cc77e9269c3d7862f9e5cedbd4f5c92e05e","f8a60ca31702a0209ef217f8f3b4b32f498813927df2304787ac968c78d8560d","530192961885d3ddad87bf9c4390e12689fa29ff515df57f17a57c9125fc77c3","165ba9e775dd769749e2177c383d24578e3b212e4774b0a72ad0f6faee103b68","61448f238fdfa94e5ccce1f43a7cced5e548b1ea2d957bec5259a6e719378381","69fa523e48131ced0a52ab1af36c3a922c5fd7a25e474d82117329fe051f5b85","fa10b79cd06f5dd03435e184fb05cc5f0d02713bfb4ee9d343db527501be334c","c6fb591e363ee4dea2b102bb721c0921485459df23a2d2171af8354cacef4bce","ea7e1f1097c2e61ed6e56fa04a9d7beae9d276d87ac6edb0cd39a3ee649cddfe","e8cf2659d87462aae9c7647e2a256ac7dcaf2a565a9681bfb49328a8a52861e8","7e374cb98b705d35369b3c15444ef2ff5ff983bd2fbb77a287f7e3240abf208c","ca75ba1519f9a426b8c512046ebbad58231d8627678d054008c93c51bc0f3fa5","ff63760147d7a60dcfc4ac16e40aa2696d016b9ffe27e296b43655dfa869d66b","4d434123b16f46b290982907a4d24675442eb651ca95a5e98e4c274be16f1220","57263d6ba38046e85f499f3c0ab518cfaf0a5f5d4f53bdae896d045209ab4aff","d3a535f2cd5d17f12b1abf0b19a64e816b90c8c10a030b58f308c0f7f2acfe2c","be26d49bb713c13bd737d00ae8a61aa394f0b76bc2d5a1c93c74f59402eb8db3","c7012003ac0c9e6c9d3a6418128ddebf6219d904095180d4502b19c42f46a186","d58c55750756bcf73f474344e6b4a9376e5381e4ba7d834dc352264b491423b6","01e2aabfabe22b4bf6d715fc54d72d32fa860a3bd1faa8974e0d672c4b565dfe","ba2c489bb2566c16d28f0500b3d98013917e471c40a4417c03991460cb248e88","39f94b619f0844c454a6f912e5d6868d0beb32752587b134c3c858b10ecd7056","0d2d8b0477b1cf16b34088e786e9745c3e8145bc8eea5919b700ad054e70a095","2a5e963b2b8f33a50bb516215ba54a20801cb379a8e9b1ae0b311e900dc7254c","d8307f62b55feeb5858529314761089746dce957d2b8fd919673a4985fa4342a","bf449ec80fc692b2703ad03e64ae007b3513ecd507dc2ab77f39be6f578e6f5c","f780213dd78998daf2511385dd51abf72905f709c839a9457b6ba2a55df57be7","2b7843e8a9a50bdf511de24350b6d429a3ee28430f5e8af7d3599b1e9aa7057f","05d95be6e25b4118c2eb28667e784f0b25882f6a8486147788df675c85391ab7","62d2721e9f2c9197c3e2e5cffeb2f76c6412121ae155153179049890011eb785","ff5668fb7594c02aca5e7ba7be6c238676226e450681ca96b457f4a84898b2d9","59fd37ea08657fef36c55ddea879eae550ffe21d7e3a1f8699314a85a30d8ae9","84e23663776e080e18b25052eb3459b1a0486b5b19f674d59b96347c0cb7312a","43e5934c7355731eec20c5a2aa7a859086f19f60a4e5fcd80e6684228f6fb767","a49c210c136c518a7c08325f6058fc648f59f911c41c93de2026db692bba0e47","1a92f93597ebc451e9ef4b158653c8d31902de5e6c8a574470ecb6da64932df4","256513ad066ac9898a70ca01e6fbdb3898a4e0fe408fbf70608fdc28ac1af224","d9835850b6cc05c21e8d85692a8071ebcf167a4382e5e39bf700c4a1e816437e","e5ab7190f818442e958d0322191c24c2447ddceae393c4e811e79cda6bd49836","91b4b77ef81466ce894f1aade7d35d3589ddd5c9981109d1dea11f55a4b807a0","03abb209bed94c8c893d9872639e3789f0282061c7aa6917888965e4047a8b5f","e97a07901de562219f5cba545b0945a1540d9663bd9abce66495721af3903eec","bf39ed1fdf29bc8178055ec4ff32be6725c1de9f29c252e31bdc71baf5c227e6","985eabf06dac7288fc355435b18641282f86107e48334a83605739a1fe82ac15","6112d33bcf51e3e6f6a81e419f29580e2f8e773529d53958c7c1c99728d4fb2e","89e9f7e87a573504acc2e7e5ad727a110b960330657d1b9a6d3526e77c83d8be","44bbb88abe9958c7c417e8687abf65820385191685009cc4b739c2d270cb02e9","ab4b506b53d2c4aec4cc00452740c540a0e6abe7778063e95c81a5cd557c19eb","858757bde6d615d0d1ee474c972131c6d79c37b0b61897da7fbd7110beb8af12","60b9dea33807b086a1b4b4b89f72d5da27ad0dd36d6436a6e306600c47438ac4","409c963b1166d0c1d49fdad1dfeb4de27fd2d6662d699009857de9baf43ca7c3","b7674ecfeb5753e965404f7b3d31eec8450857d1a23770cb867c82f264f546ab","c9800b9a9ad7fcdf74ed8972a5928b66f0e4ff674d55fd038a3b1c076911dcbe","99864433e35b24c61f8790d2224428e3b920624c01a6d26ea8b27ee1f62836bb","c391317b9ff8f87d28c6bfe4e50ed92e8f8bfab1bb8a03cd1fe104ff13186f83","42bdc3c98446fdd528e2591213f71ce6f7008fb9bb12413bd57df60d892a3fb5","542d2d689b58c25d39a76312ccaea2fcd10a45fb27b890e18015399c8032e2d9","97d1656f0a563dbb361d22b3d7c2487427b0998f347123abd1c69a4991326c96","d4f53ed7960c9fba8378af3fa28e3cc483d6c0b48e4a152a83ff0973d507307d","0665de5280d65ec32776dc55fb37128e259e60f389cde5b9803cf9e81ad23ce0","b6dc8fd1c6092da86725c338ca6c263d1c6dd3073046d3ec4eb2d68515062da2","d9198a0f01f00870653347560e10494efeca0bfa2de0988bd5d883a9d2c47edb","d4279865b926d7e2cfe8863b2eae270c4c035b6e923af8f9d7e6462d68679e07","73b6945448bb3425b764cfe7b1c4b0b56c010cc66e5f438ef320c53e469797eb","cf72fd8ffa5395f4f1a26be60246ec79c5a9ad201579c9ba63fd2607b5daf184","301a458744666096f84580a78cc3f6e8411f8bab92608cdaa33707546ca2906f","711e70c0916ff5f821ea208043ecd3e67ed09434b8a31d5616286802b58ebebe","e1f2fd9f88dd0e40c358fbf8c8f992211ab00a699e7d6823579b615b874a8453","17db3a9dcb2e1689ff7ace9c94fa110c88da64d69f01dc2f3cec698e4fc7e29e","73fb07305106bb18c2230890fcacf910fd1a7a77d93ac12ec40bc04c49ee5b8e","2c5f341625a45530b040d59a4bc2bc83824d258985ede10c67005be72d3e21d0","c4a262730d4277ecaaf6f6553dabecc84dcca8decaebbf2e16f1df8bbd996397","c23c533d85518f3358c55a7f19ab1a05aad290251e8bba0947bd19ea3c259467","5d0322a0b8cdc67b8c71e4ccaa30286b0c8453211d4c955a217ac2d3590e911f","f5e4032b6e4e116e7fec5b2620a2a35d0b6b8b4a1cc9b94a8e5ee76190153110","9ab26cb62a0e86ab7f669c311eb0c4d665457eb70a103508aa39da6ccee663da","5f64d1a11d8d4ce2c7ee3b72471df76b82d178a48964a14cdfdc7c5ef7276d70","24e2fbc48f65814e691d9377399807b9ec22cd54b51d631ba9e48ee18c5939dd","bfa2648b2ee90268c6b6f19e84da3176b4d46329c9ec0555d470e647d0568dfb","75ef3cb4e7b3583ba268a094c1bd16ce31023f2c3d1ac36e75ca65aca9721534","3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","3ada1b216e45bb9e32e30d8179a0a95870576fe949c33d9767823ccf4f4f4c97","1ace2885dffab849f7c98bffe3d1233260fbf07ee62cb58130167fd67a376a65","2126e5989c0ca5194d883cf9e9c10fe3e5224fbd3e4a4a6267677544e8be0aae","41a6738cf3c756af74753c5033e95c5b33dfc1f6e1287fa769a1ac4027335bf5","6e8630be5b0166cbc9f359b9f9e42801626d64ff1702dcb691af811149766154","e36b77c04e00b4a0bb4e1364f2646618a54910c27f6dc3fc558ca2ced8ca5bc5","2c4ea7e9f95a558f46c89726d1fedcb525ef649eb755a3d7d5055e22b80c2904","4875d65190e789fad05e73abd178297b386806b88b624328222d82e455c0f2e7","bf5302ecfaacee37c2316e33703723d62e66590093738c8921773ee30f2ecc38","62684064fe034d54b87f62ad416f41b98a405dee4146d0ec03b198c3634ea93c","be02cbdb1688c8387f8a76a9c6ed9d75d8bb794ec5b9b1d2ba3339a952a00614","cefaff060473a5dbf4939ee1b52eb900f215f8d6249dc7c058d6b869d599983c","b2797235a4c1a7442a6f326f28ffb966226c3419399dbb33634b8159af2c712f","164d633bbd4329794d329219fc173c3de85d5ad866d44e5b5f0fb60c140e98f2","b74300dd0a52eaf564b3757c07d07e1d92def4e3b8708f12eedb40033e4cafe9","a792f80b1e265b06dce1783992dbee2b45815a7bdc030782464b8cf982337cf2","8816b4b3a87d9b77f0355e616b38ed5054f993cc4c141101297f1914976a94b1","0f35e4da974793534c4ca1cdd9491eab6993f8cf47103dadfc048b899ed9b511","0ccdfcaebf297ec7b9dde20bbbc8539d5951a3d8aaa40665ca469da27f5a86e1","7fcb05c8ce81f05499c7b0488ae02a0a1ac6aebc78c01e9f8c42d98f7ba68140","81c376c9e4d227a4629c7fca9dde3bbdfa44bd5bd281aee0ed03801182368dc5","0f2448f95110c3714797e4c043bbc539368e9c4c33586d03ecda166aa9908843","b2f1a443f7f3982d7325775906b51665fe875c82a62be3528a36184852faa0bb","7568ff1f23363d7ee349105eb936e156d61aea8864187a4c5d85c60594b44a25","8c4d1d9a4eba4eac69e6da0f599a424b2689aee55a455f0b5a7f27a807e064db","e1beb9077c100bdd0fc8e727615f5dae2c6e1207de224569421907072f4ec885","3dda13836320ec71b95a68cd3d91a27118b34c05a2bfda3e7e51f1d8ca9b960b","fedc79cb91f2b3a14e832d7a8e3d58eb02b5d5411c843fcbdc79e35041316b36","99f395322ffae908dcdfbaa2624cc7a2a2cb7b0fbf1a1274aca506f7b57ebcb5","5e1f7c43e8d45f2222a5c61cbc88b074f4aaf1ca4b118ac6d6123c858efdcd71","7388273ab71cb8f22b3f25ffd8d44a37d5740077c4d87023da25575204d57872","0a48ceb01a0fdfc506aa20dfd8a3563edbdeaa53a8333ddf261d2ee87669ea7b","3182d06b874f31e8e55f91ea706c85d5f207f16273480f46438781d0bd2a46a1","ccd47cab635e8f71693fa4e2bbb7969f559972dae97bd5dbd1bbfee77a63b410","89770fa14c037f3dc3882e6c56be1c01bb495c81dec96fa29f868185d9555a5d","7048c397f08c54099c52e6b9d90623dc9dc6811ea142f8af3200e40d66a972e1","512120cd6f026ce1d3cf686c6ab5da80caa40ef92aa47466ec60ba61a48b5551","6cd0cb7f999f221e984157a7640e7871960131f6b221d67e4fdc2a53937c6770","f48b84a0884776f1bc5bf0fcf3f69832e97b97dc55d79d7557f344de900d259b","dca490d986411644b0f9edf6ea701016836558e8677c150dca8ad315178ec735","a028a04948cf98c1233166b48887dad324e8fe424a4be368a287c706d9ccd491","3046ed22c701f24272534b293c10cfd17b0f6a89c2ec6014c9a44a90963dfa06","394da10397d272f19a324c95bea7492faadf2263da157831e02ae1107bd410f5","0580595a99248b2d30d03f2307c50f14eb21716a55beb84dd09d240b1b087a42","a7da9510150f36a9bea61513b107b59a423fdff54429ad38547c7475cd390e95","659615f96e64361af7127645bb91f287f7b46c5d03bea7371e6e02099226d818","1f2a42974920476ce46bb666cd9b3c1b82b2072b66ccd0d775aa960532d78176","500b3ae6095cbab92d81de0b40c9129f5524d10ad955643f81fc07d726c5a667","a957ad4bd562be0662fb99599dbcf0e16d1631f857e5e1a83a3f3afb6c226059","e57a4915266a6a751c6c172e8f30f6df44a495608613e1f1c410196207da9641","7a12e57143b7bc5a52a41a8c4e6283a8f8d59a5e302478185fb623a7157fff5e","17b3426162e1d9cb0a843e8d04212aabe461d53548e671236de957ed3ae9471b","f38e86eb00398d63180210c5090ef6ed065004474361146573f98b3c8a96477d","231d9e32382d3971f58325e5a85ba283a2021243651cb650f82f87a1bf62d649","6532e3e87b87c95f0771611afce929b5bad9d2c94855b19b29b3246937c9840b","65704bbb8f0b55c73871335edd3c9cead7c9f0d4b21f64f5d22d0987c45687f0","787232f574af2253ac860f22a445c755d57c73a69a402823ae81ba0dfdd1ce23","5e63903cd5ebce02486b91647d951d61a16ad80d65f9c56581cd624f39a66007","bcc89a120d8f3c02411f4df6b1d989143c01369314e9b0e04794441e6b078d22","d17531ef42b7c76d953f63bd5c5cd927c4723e62a7e0b2badf812d5f35f784eb","6d4ee1a8e3a97168ea4c4cc1c68bb61a3fd77134f15c71bb9f3f63df3d26b54c","1eb04fea6b47b16922ed79625d90431a8b2fc7ba9d5768b255e62df0c96f1e3a","de0c2eece83bd81b8682f4496f558beb728263e17e74cbc4910e5c9ce7bef689","98866542d45306dab48ecc3ddd98ee54fa983353bc3139dfbc619df882f54d90","9e04c7708917af428c165f1e38536ddb2e8ecd576f55ed11a97442dc34b6b010","31fe6f6d02b53c1a7c34b8d8f8c87ee9b6dd4b67f158cbfff3034b4f3f69c409","2e1d853f84188e8e002361f4bfdd892ac31c68acaeac426a63cd4ff7abf150d0","666b5289ec8a01c4cc0977c62e3fd32e89a8e3fd9e97c8d8fd646f632e63c055","a1107bbb2b10982dba1f7958a6a5cf841e1a19d6976d0ecdc4c43269c7b0eaf2","07fa6122f7495331f39167ec9e4ebd990146a20f99c16c17bc0a98aa81f63b27","39c1483481b35c2123eaab5094a8b548a0c3f1e483ab7338102c3291f1ab18bf","b73e6242c13796e7d5fba225bf1c07c8ee66d31b7bb65f45be14226a9ae492d2","f2931608d541145d189390d6cfb74e1b1e88f73c0b9a80c4356a4daa7fa5e005","8684656fe3bf1425a91bd62b8b455a1c7ec18b074fd695793cfae44ae02e381a","ccf0b9057dd65c7fb5e237de34f706966ebc30c6d3669715ed05e76225f54fbd","d930f077da575e8ea761e3d644d4c6279e2d847bae2b3ea893bbd572315acc21","19b0616946cb615abde72c6d69049f136cc4821b784634771c1d73bec8005f73","553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","1225cf1910667bfd52b4daa9974197c3485f21fe631c3ce9db3b733334199faa","f7cb9e46bd6ab9d620d68257b525dbbbbc9b0b148adf500b819d756ebc339de0","e46d6c3120aca07ae8ec3189edf518c667d027478810ca67a62431a0fa545434","9d234b7d2f662a135d430d3190fc21074325f296273125244b2bf8328b5839a0","0554ef14d10acea403348c53436b1dd8d61e7c73ef5872e2fe69cc1c433b02f8","2f6ae5538090db60514336bd1441ca208a8fab13108cfa4b311e61eaca5ff716","17bf4ce505a4cff88fb56177a8f7eb48aa55c22ccc4cce3e49cc5c8ddc54b07d","3d735f493d7da48156b79b4d8a406bf2bbf7e3fe379210d8f7c085028143ee40","41de1b3ddd71bd0d9ed7ac217ca1b15b177dd731d5251cde094945c20a715d03","17d9c562a46c6a25bc2f317c9b06dd4e8e0368cbe9bdf89be6117aeafd577b36","ded799031fe18a0bb5e78be38a6ae168458ff41b6c6542392b009d2abe6a6f32","ed48d467a7b25ee1a2769adebc198b647a820e242c96a5f96c1e6c27a40ab131","b914114df05f286897a1ae85d2df39cfd98ed8da68754d73cf830159e85ddd15","73881e647da3c226f21e0b80e216feaf14a5541a861494c744e9fbe1c3b3a6af","d79e1d31b939fa99694f2d6fbdd19870147401dbb3f42214e84c011e7ec359ab","4f71097eae7aa37941bab39beb2e53e624321fd341c12cc1d400eb7a805691ff","58ebb4f21f3a90dda31a01764462aa617849fdb1b592f3a8d875c85019956aff","a8e8d0e6efff70f3c28d3e384f9d64530c7a7596a201e4879a7fd75c7d55cbb5","df5cbb80d8353bf0511a4047cc7b8434b0be12e280b6cf3de919d5a3380912c0","256eb0520e822b56f720962edd7807ed36abdf7ea23bcadf4a25929a3317c8cf","9cf2cbc9ceb5f718c1705f37ce5454f14d3b89f690d9864394963567673c1b5c","07d3dd790cf1e66bb6fc9806d014dd40bb2055f8d6ca3811cf0e12f92ba4cb9a","1f99fd62e9cff9b50c36f368caf3b9fb79fc6f6c75ca5d3c2ec4afaea08d9109","6558faaacba5622ef7f1fdfb843cd967af2c105469b9ff5c18a81ce85178fca7","34e7f17ae9395b0269cd3f2f0af10709e6dc975c5b44a36b6b70442dc5e25a38","a4295111b54f84c02c27e46b0855b02fad3421ae1d2d7e67ecf16cb49538280a","ce9746b2ceae2388b7be9fe1f009dcecbc65f0bdbc16f40c0027fab0fb848c3b","35ce823a59f397f0e85295387778f51467cea137d787df385be57a2099752bfb","2e5acd3ec67bc309e4f679a70c894f809863c33b9572a8da0b78db403edfa106","1872f3fcea0643d5e03b19a19d777704320f857d1be0eb4ee372681357e20c88","9689628941205e40dcbb2706d1833bd00ce7510d333b2ef08be24ecbf3eb1a37","0317a72a0b63094781476cf1d2d27585d00eb2b0ca62b5287124735912f3d048","6ce4c0ab3450a4fff25d60a058a25039cffd03141549589689f5a17055ad0545","9153ec7b0577ae77349d2c5e8c5dd57163f41853b80c4fb5ce342c7a431cbe1e","f490dfa4619e48edd594a36079950c9fca1230efb3a82aaf325047262ba07379","674f00085caff46d2cbc76fc74740fd31f49d53396804558573421e138be0c12","41d029194c4811f09b350a1e858143c191073007a9ee836061090ed0143ad94f","44a6259ffd6febd8510b9a9b13a700e1d022530d8b33663f0735dbb3bee67b3d","6f4322500aff8676d9b8eef7711c7166708d4a0686b792aa4b158e276ed946a7","e829ff9ecffa3510d3a4d2c3e4e9b54d4a4ccfef004bacbb1d6919ce3ccca01f","62e6fec9dbd012460b47af7e727ec4cd34345b6e4311e781f040e6b640d7f93e","4d180dd4d0785f2cd140bc069d56285d0121d95b53e4348feb4f62db2d7035d3","f1142cbba31d7f492d2e7c91d82211a8334e6642efe52b71d9a82cb95ba4e8ae","279cac827be5d48c0f69fe319dc38c876fdd076b66995d9779c43558552d8a50","a70ff3c65dc0e7213bfe0d81c072951db9f5b1e640eb66c1eaed0737879c797b","f75d3303c1750f4fdacd23354657eca09aae16122c344e65b8c14c570ff67df5","3ebae6a418229d4b303f8e0fdb14de83f39fba9f57b39d5f213398bca72137c7","21ba07e33265f59d52dece5ac44f933b2b464059514587e64ad5182ddf34a9b0","2d3d96efba00493059c460fd55e6206b0667fc2e73215c4f1a9eb559b550021f","d23d4a57fff5cec5607521ba3b72f372e3d735d0f6b11a4681655b0bdd0505f4","395c1f3da7e9c87097c8095acbb361541480bf5fd7fa92523985019fef7761dd","d61f3d719293c2f92a04ba73d08536940805938ecab89ac35ceabc8a48ccb648","ca693235a1242bcd97254f43a17592aa84af66ccb7497333ccfea54842fde648","cd41cf040b2e368382f2382ec9145824777233730e3965e9a7ba4523a6a4698e","2e7a9dba6512b0310c037a28d27330520904cf5063ca19f034b74ad280dbfe71","9f2a38baf702e6cb98e0392fa39d25a64c41457a827b935b366c5e0980a6a667","c1dc37f0e7252928f73d03b0d6b46feb26dea3d8737a531ca4c0ec4105e33120","25126b80243fb499517e94fc5afe5c9c5df3a0105618e33581fb5b2f2622f342","d332c2ddcb64012290eb14753c1b49fe3eee9ca067204efba1cf31c1ce1ee020","1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","7c9f2d62d83f1292a183a44fb7fb1f16eb9037deb05691d307d4017ac8af850a","d0163ab7b0de6e23b8562af8b5b4adea4182884ca7543488f7ac2a3478f3ae6e","05224e15c6e51c4c6cd08c65f0766723f6b39165534b67546076c226661db691","a5f7158823c7700dd9fc1843a94b9edc309180c969fbfa6d591aeb0b33d3b514","7d30937f8cf9bb0d4b2c2a8fb56a415d7ef393f6252b24e4863f3d7b84285724","e04d074584483dc9c59341f9f36c7220f16eed09f7af1fa3ef9c64c26095faec","619697e06cbc2c77edda949a83a62047e777efacde1433e895b904fe4877c650","88d9a8593d2e6aee67f7b15a25bda62652c77be72b79afbee52bea61d5ffb39e","044d7acfc9bd1af21951e32252cf8f3a11c8b35a704169115ddcbde9fd717de2","a4ca8f13a91bd80e6d7a4f013b8a9e156fbf579bbec981fe724dad38719cfe01","5a216426a68418e37e55c7a4366bc50efc99bda9dc361eae94d7e336da96c027","13b65b640306755096d304e76d4a237d21103de88b474634f7ae13a2fac722d5","7478bd43e449d3ce4e94f3ed1105c65007b21f078b3a791ea5d2c47b30ea6962","601d3e8e71b7d6a24fc003aca9989a6c25fa2b3755df196fd0aaee709d190303","168e0850fcc94011e4477e31eca81a8a8a71e1aed66d056b7b50196b877e86c8","37ba82d63f5f8c6b4fc9b756f24902e47f62ea66aae07e89ace445a54190a86e","f5b66b855f0496bc05f1cd9ba51a6a9de3d989b24aa36f6017257f01c8b65a9f","823b16d378e8456fcc5503d6253c8b13659be44435151c6b9f140c4a38ec98c1","b58b254bf1b586222844c04b3cdec396e16c811463bf187615bb0a1584beb100","a367c2ccfb2460e222c5d10d304e980bd172dd668bcc02f6c2ff626e71e90d75","0718623262ac94b016cb0cfd8d54e4d5b7b1d3941c01d85cf95c25ec1ba5ed8d","d4f3c9a0bd129e9c7cbfac02b6647e34718a2b81a414d914e8bd6b76341172e0","824306df6196f1e0222ff775c8023d399091ada2f10f2995ce53f5e3d4aff7a4","84ca07a8d57f1a6ba8c0cf264180d681f7afae995631c6ca9f2b85ec6ee06c0f","35755e61e9f4ec82d059efdbe3d1abcccc97a8a839f1dbf2e73ac1965f266847","64a918a5aa97a37400ec085ffeea12a14211aa799cd34e5dc828beb1806e95bb","0c8f5489ba6af02a4b1d5ba280e7badd58f30dc8eb716113b679e9d7c31185e5","7b574ca9ae0417203cdfa621ab1585de5b90c4bc6eea77a465b2eb8b92aa5380","3334c03c15102700973e3e334954ac1dffb7be7704c67cc272822d5895215c93","aabcb169451df7f78eb43567fab877a74d134a0a6d9850aa58b38321374ab7c0","1b5effdd8b4e8d9897fc34ab4cd708a446bf79db4cb9a3467e4a30d55b502e14","d772776a7aea246fd72c5818de72c3654f556b2cf0d73b90930c9c187cc055fc","dbd4bd62f433f14a419e4c6130075199eb15f2812d2d8e7c9e1f297f4daac788","427df949f5f10c73bcc77b2999893bc66c17579ad073ee5f5270a2b30651c873","c4c1a5565b9b85abfa1d663ca386d959d55361e801e8d49155a14dd6ca41abe1","7a45a45c277686aaff716db75a8157d0458a0d854bacf072c47fee3d499d7a99","57005b72bce2dc26293e8924f9c6be7ee3a2c1b71028a680f329762fa4439354","8f53b1f97c53c3573c16d0225ee3187d22f14f01421e3c6da1a26a1aace32356","810fdc0e554ed7315c723b91f6fa6ef3a6859b943b4cd82879641563b0e6c390","87a36b177b04d23214aa4502a0011cd65079e208cd60654aefc47d0d65da68ea","28a1c17fcbb9e66d7193caca68bbd12115518f186d90fc729a71869f96e2c07b","cc2d2abbb1cc7d6453c6fee760b04a516aa425187d65e296a8aacff66a49598a","d2413645bc4ab9c3f3688c5281232e6538684e84b49a57d8a1a8b2e5cf9f2041","4e6e21a0f9718282d342e66c83b2cd9aa7cd777dfcf2abd93552da694103b3dc","9006cc15c3a35e49508598a51664aa34ae59fc7ab32d6cc6ea2ec68d1c39448e","74467b184eadee6186a17cac579938d62eceb6d89c923ae67d058e2bcded254e","4169b96bb6309a2619f16d17307da341758da2917ff40c615568217b14357f5e","4a94d6146b38050de0830019a1c6a7820c2e2b90eba1a5ee4e4ab3bc30a72036","48a35ece156203abf19864daa984475055bbed4dc9049d07f4462100363f1e85","dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","c4c868a268d20e2c678cfafd1524b6548776d80885089870960737623ec00b50","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2","ab754c02d70553f7131f80a5c44f6e45c3251afb571a73117274b4724f683e02","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","732a22e28e99e56f4f76410ef1d28ab502ae569ed7a25161db50629814f0c4e3","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","320dbd1fad4669e888e2f83c8abd2942898b993120473d3a79cb4545dbcf2a85","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2","207c7a7aa85b59e5abd719d0a2bd243b5ff51d489bfed9d45c99a7b94c0bb812","ac49c844ebee8a9b1eb2183ca9dc83fd37c6b7c32075807bbe3e5fd0028e941b","b729899cd0358594a799a91369578b41ff6b6f5db7335bba2ba52edd0df8d95b",{"version":"ab63ed8928d3a3a33862a0189f2acea4f6c5aa58324c3ac54464779dd4a0ea5d","affectsGlobalScope":true},"b8bbaace0a1559049493f3a87f4a31bee9073a0236b9d22982d9872f4c93d09a","686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","6503fb6addf62f9b10f8564d9869ad824565a914ec1ac3dd7d13da14a3f57036","f313731860257325f13351575f381fef333d4dfe30daf5a2e72f894208feea08","951b37f7d86f6012f09e6b35f1de57c69d75f16908cb0adaa56b93675ea0b853","3816fc03ffd9cbd1a7a3362a264756a4a1d547caabea50ca68303046be40e376","0c417b4ec46b88fb62a43ec00204700b560d01eb5677c7faa8ecd34610f096a8","13d29cdeb64e8496424edf42749bbb47de5e42d201cf958911a4638cbcffbd3f","dcafd874e49d42fc215dcb4ef1e06511363c1f31979951081f3cd1908a05a636","b2be45e9e0238c849783783dc27bf79f3b1a65332424a65cc1118f207b4792c9","6002c44a8e8edbe4c79ce856c7bac3f8e69a2a45dc5bd6b229ca4ab323b924b3","b4d505a77e0829de5e5e23eaefb3d7989e0dbdfdb02ea69159df9f40017fb958","b8396e9024d554b611cbe31a024b176ba7116063d19354b5a02dccd8f0118989","f2242adef346a64818a1af914146f6f6046f16505e8a228c3bdb70185d4fdf4c","2f7508d8eeadcfde20b41ec13726c9ad26f04bbf830434e289c6010d5be28455","8b155c4757d197969553de3762c8d23d5866710301de41e1b66b97c9ed867003","9798f0d3693043da9dda9146b5e8622cd4476270e7aed8f3cb346b9b40a52103","fc7e8927b6fa6c81d68783afb314d01592c559e86bd36df334c37f40d0136acd","73f72caffdd55f189b5bf4e6b5ca273b4e26269d9aac859b9d30a5f799c095ad","d998e3e185cdf59dfc84043c41a42c02daaf3b7b21bee2db2d1f620a8e134f4c","06aa8858883e08f5136eb182d2f285ea615aeb464007f83c7a31ee1f8d9932b1","62d429aba0bbe459a04965d10c7637b74b319149f17874920a5ffb9fe3ba14d8","6b5acb2819b71f30dc2ba5929d3918e0a658ffec00095880b3de7e934122a75b","2b603cae1c11f97a113adac3f8ba8d60ee842c740c8139d41ab9d6ce202449a5","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","4ec9d340a4b31d571bafaf4e09e747793ad99fe57117cca8ecbac2abc1dcd3cb","8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","3034db2891e04de367126370bebec88ac3b4e3b1eb8b7dc30671ccddb717eed2","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8db87f1a11acf41035f806b3a09bf144f3d0f2e3fd8faf818db733a5ad67a494","898f60d2750246a8dd22fc66b160d96e8da30dd3fb0155bcbe77cfd7617cf20a","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab",{"version":"6451264601a58c77b5f347234485ce0ac09e9fafcc5228a3c60f5ccb3fc8524e","affectsGlobalScope":true},"d8e11b9b348b4d1f50d94a71a815e275a1cb92bed1648289e54437822803649c"],"root":[[166,169],[381,385],394,395,[399,404],[407,438],[440,463]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitOverride":true,"noUnusedLocals":true,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[112,160],[784],[124,160,788,789],[160,397,791],[123,124,160,396],[124,141,794,797,799],[138,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379],[380],[360,361,380],[138,358,363,380],[138,364,365,380],[138,364,380],[138,358,364,380],[138,370,380],[138,380],[138,358],[363],[138],[124,152,160],[477],[478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781],[465,467,468,469,470,471,472,473,474,475,476,477],[465,466,468,469,470,471,472,473,474,475,476,477],[466,467,468,469,470,471,472,473,474,475,476,477],[465,466,467,469,470,471,472,473,474,475,476,477],[465,466,467,468,470,471,472,473,474,475,476,477],[465,466,467,468,469,471,472,473,474,475,476,477],[465,466,467,468,469,470,472,473,474,475,476,477],[465,466,467,468,469,470,471,473,474,475,476,477],[465,466,467,468,469,470,471,472,474,475,476,477],[465,466,467,468,469,470,471,472,473,475,476,477],[465,466,467,468,469,470,471,472,473,474,476,477],[465,466,467,468,469,470,471,472,473,474,475,477],[465,466,467,468,469,470,471,472,473,474,475,476],[824],[809],[813,814,815],[812],[814],[804,810,811,816,819,821,822,823],[811,817,818,824],[817,820],[811,812,817,824],[811,824],[826],[805,806,807,808],[74],[110],[111,116,144],[112,123,124,131,141,152],[112,113,123,131],[114,153],[115,116,124,132],[116,141,149],[117,119,123,131],[110,118],[119,120],[123],[121,123],[110,123],[123,124,125,141,152],[123,124,125,138,141,144],[108,111,157],[119,123,126,131,141,152],[123,124,126,127,131,141,149,152],[126,128,141,149,152],[74,75,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159],[123,129],[130,152,157],[119,123,131,141],[132],[133],[110,134],[135,151,157],[136],[137],[123,138,139],[138,140,153,155],[111,123,141,142,143,144],[111,141,143],[141,142],[144],[145],[110,141],[123,147,148],[147,148],[116,131,141,149],[150],[131,151],[111,126,137,152],[116,153],[141,154],[130,155],[156],[111,116,123,125,134,141,152,155,157],[141,158],[124,160,791],[160,834],[836,875],[836,860,875],[875],[836],[836,861,875],[836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,865,866,867,868,869,870,871,872,873,874],[861,875],[112,160,397],[141,160],[123,160,795,796],[123,160,792,798],[124,160],[112,123,141],[123,124,160,793],[387],[386],[66,67,68,69,70,71,72],[68,69,70,71],[405],[160],[123,833],[170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,186,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,226,227,228,229,230,231,232,233,234,235,236,237,239,240,241,242,243,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,289,290,291,293,302,304,305,306,307,308,309,311,312,314,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357],[215],[171,174],[173],[173,174],[170,171,172,174],[171,173,174,331],[174],[170,173,215],[173,174,331],[173,339],[171,173,174],[183],[206],[227],[173,174,215],[174,222],[173,174,215,233],[173,174,233],[174,274],[174,215],[170,174,292],[170,174,293],[315],[299,301],[310],[299],[170,174,292,299,300],[292,293,301],[313],[170,174,299,300,301],[172,173,174],[170,174],[171,173,293,294,295,296],[215,293,294,295,296],[293,295],[173,294,295,297,298,302],[170,173],[174,317],[175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,216,217,218,219,220,221,223,224,225,226,227,228,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290],[303],[85,89,152],[85,141,152],[80],[82,85,149,152],[131,149],[80,160],[82,85,131,152],[77,78,81,84,111,123,141,152],[77,83],[81,85,111,144,152,160],[111,160],[101,111,160],[79,80,160],[85],[79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,102,103,104,105,106,107],[85,92,93],[83,85,93,94],[84],[77,80,85],[85,89,93,94],[89],[83,85,88,152],[77,82,83,85,89,92],[111,141],[80,85,101,111,157,160],[161],[168,392],[391],[389,390],[169],[165,168],[381],[64,65,73,130,162,163,164,169,382],[64,65,163,169,381,384],[64,65,169,380,381,388,393,394],[64,65,162,169,381,398,399],[64,65,169,380,398,401],[64,65,169,380,381,398,403],[64,65,73,163,164,169,380,381,406,407],[64,65,73,130,162,169,381,393,398,409,410],[64,65,169,393,398,409],[64,65,162,169,380,381,398,413],[64,65,169,380,381,388,393,398,415],[64,65,73,130,169,381,393,398,409,417],[64,65,162,169,381,398,419],[64,65,73,169,380,381,398,430,431],[64,65,169,381,393,398,433],[64,65,124,169,380,381,398,409],[64,65,169,381,393,406,436],[64,169,381,393,398,427],[64,65,169,381,388,439,440],[64,65,169,393,398],[64,169,381,393,429],[64,65,169,380,381,388,393,398,423],[64,65,169,381,393,398,426],[64,65,169,380,388,393,439,446],[64,169,381,448],[64,65,169,381,393,398,425],[64,65,73,169,381,393,398,424],[64,65,169,381,439,452],[64,65,169,381,398,454],[64,65,169,380,381,388,393,398,422],[64,169,381,393,398,428],[64,65,162,169,381,393,398,409,421],[64,65,169,381,393,406,459],[64,65,130,169,393,398],[382,393,399,401,403,407,410,415,417,419,421,422,423,424,425,426,427,428,429],[166,167],[112,380],[878,879],[788,789,879,880],[397,791,879],[396,879,880,881],[794,797,799,880,882],[358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,883],[358,363,380,883],[364,365,380,883],[364,380,883],[358,364,380,883],[370,380,883],[380,883],[358,883],[883],[879,880,884],[791,879,880],[834,879],[397,878,879],[879,882],[795,796,879,881],[792,798,879,881],[879,880],[878,881,882],[793,879,880,881],[879],[833,881],[85,89,884],[85,882,884],[82,85,884,885],[885,886],[80,879],[82,85,884,886],[77,78,81,84,881,882,884,887],[81,85,879,884,887,888],[879,887],[101,879,887],[79,80,879],[83,85,88,884],[882,887],[80,85,101,879,887,889],[168]],"referencedMap":[[464,1],[785,2],[790,3],[792,4],[397,5],[791,5],[800,6],[380,7],[360,8],[362,9],[361,8],[364,10],[366,11],[367,12],[368,13],[369,11],[370,12],[371,11],[372,14],[373,12],[374,11],[375,15],[376,8],[377,8],[378,16],[365,17],[379,18],[363,18],[788,19],[478,20],[479,20],[480,20],[481,20],[482,20],[483,20],[484,20],[485,20],[486,20],[487,20],[488,20],[489,20],[490,20],[491,20],[492,20],[493,20],[494,20],[495,20],[496,20],[497,20],[498,20],[499,20],[500,20],[501,20],[502,20],[503,20],[504,20],[505,20],[506,20],[507,20],[508,20],[509,20],[510,20],[511,20],[512,20],[513,20],[514,20],[515,20],[516,20],[517,20],[518,20],[519,20],[520,20],[521,20],[522,20],[523,20],[524,20],[525,20],[526,20],[527,20],[528,20],[529,20],[530,20],[531,20],[532,20],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[782,21],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[466,22],[467,23],[465,24],[468,25],[469,26],[470,27],[471,28],[472,29],[473,30],[474,31],[475,32],[476,33],[477,34],[825,35],[810,36],[816,37],[813,38],[815,39],[824,40],[819,41],[821,42],[822,43],[823,44],[818,44],[820,44],[812,44],[827,45],[808,36],[809,46],[807,36],[74,47],[75,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,55],[118,56],[119,57],[120,57],[122,58],[121,59],[123,60],[124,61],[125,62],[109,63],[126,64],[127,65],[128,66],[160,67],[129,68],[130,69],[131,70],[132,71],[133,72],[134,73],[135,74],[136,75],[137,76],[138,77],[139,77],[140,78],[141,79],[143,80],[142,81],[144,82],[145,83],[146,84],[147,85],[148,86],[149,87],[150,88],[151,89],[152,90],[153,91],[154,92],[155,93],[156,94],[157,95],[158,96],[832,97],[835,98],[860,99],[861,100],[836,101],[839,101],[858,99],[859,99],[849,99],[848,102],[846,99],[841,99],[854,99],[852,99],[856,99],[840,99],[853,99],[857,99],[842,99],[843,99],[855,99],[837,99],[844,99],[845,99],[847,99],[851,99],[862,103],[850,99],[838,99],[875,104],[869,103],[871,105],[870,103],[863,103],[864,103],[866,103],[868,103],[872,105],[873,105],[865,105],[867,105],[398,106],[359,107],[797,108],[799,109],[798,110],[796,111],[794,112],[388,113],[387,114],[73,115],[72,116],[406,117],[165,118],[834,119],[358,120],[309,121],[307,121],[357,122],[322,123],[321,123],[222,124],[173,125],[329,124],[330,124],[332,126],[333,124],[334,127],[233,128],[335,124],[306,124],[336,124],[337,129],[338,124],[339,123],[340,130],[341,124],[342,124],[343,124],[344,124],[345,123],[346,124],[347,124],[348,124],[349,124],[350,131],[351,124],[352,124],[353,124],[354,124],[355,124],[172,122],[175,127],[176,127],[177,127],[178,127],[179,127],[180,127],[181,127],[182,124],[184,132],[185,127],[183,127],[186,127],[187,127],[188,127],[189,127],[190,127],[191,127],[192,124],[193,127],[194,127],[195,127],[196,127],[197,127],[198,124],[199,127],[200,127],[201,127],[202,127],[203,127],[204,127],[205,124],[207,133],[206,127],[208,127],[209,127],[210,127],[211,127],[212,131],[213,124],[214,124],[228,134],[216,135],[217,127],[218,127],[219,124],[220,127],[221,127],[223,136],[224,127],[225,127],[226,127],[227,127],[229,127],[230,127],[231,127],[232,127],[234,137],[235,127],[236,127],[237,127],[238,124],[239,127],[240,138],[241,138],[242,138],[243,124],[244,127],[245,127],[246,127],[251,127],[247,127],[248,124],[249,127],[250,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[259,127],[260,127],[261,127],[262,127],[263,127],[264,127],[265,127],[266,127],[267,127],[268,127],[269,127],[270,127],[271,127],[272,127],[273,127],[274,127],[275,139],[276,127],[277,127],[278,127],[279,127],[280,127],[281,127],[282,124],[283,124],[284,124],[285,124],[286,124],[287,127],[288,127],[289,127],[290,127],[308,140],[356,124],[293,141],[292,142],[316,143],[315,144],[311,145],[310,144],[312,146],[301,147],[299,148],[314,149],[313,146],[302,150],[215,151],[171,152],[170,127],[297,153],[298,154],[296,155],[294,127],[303,156],[174,157],[320,123],[318,158],[291,159],[304,160],[92,161],[99,162],[91,161],[106,163],[83,164],[82,165],[105,118],[100,166],[103,167],[85,168],[84,169],[80,170],[79,171],[102,172],[81,173],[86,174],[90,174],[108,175],[107,174],[94,176],[95,177],[97,178],[93,179],[96,180],[101,118],[88,181],[89,182],[98,183],[78,184],[104,185],[164,186],[393,187],[392,188],[391,189],[162,186],[163,1],[161,1],[409,190],[169,191],[382,192],[384,192],[394,192],[399,192],[401,192],[403,192],[407,192],[410,192],[413,192],[415,192],[417,192],[419,192],[431,192],[433,192],[436,192],[427,192],[440,192],[429,192],[423,192],[426,192],[446,192],[448,192],[425,192],[424,192],[452,192],[454,192],[422,192],[428,192],[421,192],[459,192],[383,193],[385,194],[395,195],[400,196],[402,197],[404,198],[408,199],[411,200],[412,201],[414,202],[416,203],[418,204],[420,205],[432,206],[434,207],[435,208],[437,209],[438,210],[441,211],[442,212],[443,213],[444,214],[445,215],[447,216],[449,217],[450,218],[451,219],[453,220],[455,221],[456,222],[457,223],[458,224],[460,225],[461,226],[430,227],[168,228],[381,229]],"exportedModulesMap":[[464,230],[785,2],[790,231],[792,232],[397,233],[791,233],[800,234],[380,235],[360,8],[362,9],[361,8],[364,236],[366,237],[367,238],[368,239],[369,237],[370,238],[371,237],[372,240],[373,238],[374,237],[375,241],[376,8],[377,8],[378,242],[365,17],[379,243],[363,243],[788,244],[478,20],[479,20],[480,20],[481,20],[482,20],[483,20],[484,20],[485,20],[486,20],[487,20],[488,20],[489,20],[490,20],[491,20],[492,20],[493,20],[494,20],[495,20],[496,20],[497,20],[498,20],[499,20],[500,20],[501,20],[502,20],[503,20],[504,20],[505,20],[506,20],[507,20],[508,20],[509,20],[510,20],[511,20],[512,20],[513,20],[514,20],[515,20],[516,20],[517,20],[518,20],[519,20],[520,20],[521,20],[522,20],[523,20],[524,20],[525,20],[526,20],[527,20],[528,20],[529,20],[530,20],[531,20],[532,20],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[782,21],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[466,22],[467,23],[465,24],[468,25],[469,26],[470,27],[471,28],[472,29],[473,30],[474,31],[475,32],[476,33],[477,34],[825,35],[810,36],[816,37],[813,38],[815,39],[824,40],[819,41],[821,42],[822,43],[823,44],[818,44],[820,44],[812,44],[827,45],[808,36],[809,46],[807,36],[74,47],[75,47],[110,48],[111,49],[112,50],[113,51],[114,52],[115,53],[116,54],[117,55],[118,56],[119,57],[120,57],[122,58],[121,59],[123,60],[124,61],[125,62],[109,63],[126,64],[127,65],[128,66],[160,67],[129,68],[130,69],[131,70],[132,71],[133,72],[134,73],[135,74],[136,75],[137,76],[138,77],[139,77],[140,78],[141,79],[143,80],[142,81],[144,82],[145,83],[146,84],[147,85],[148,86],[149,87],[150,88],[151,89],[152,90],[153,91],[154,92],[155,93],[156,94],[157,95],[158,96],[832,245],[835,246],[860,99],[861,100],[836,101],[839,101],[858,99],[859,99],[849,99],[848,102],[846,99],[841,99],[854,99],[852,99],[856,99],[840,99],[853,99],[857,99],[842,99],[843,99],[855,99],[837,99],[844,99],[845,99],[847,99],[851,99],[862,103],[850,99],[838,99],[875,104],[869,103],[871,105],[870,103],[863,103],[864,103],[866,103],[868,103],[872,105],[873,105],[865,105],[867,105],[398,247],[359,248],[797,249],[799,250],[798,251],[796,252],[794,253],[388,113],[387,114],[73,115],[72,116],[406,117],[165,254],[834,255],[358,120],[309,121],[307,121],[357,122],[322,123],[321,123],[222,124],[173,125],[329,124],[330,124],[332,126],[333,124],[334,127],[233,128],[335,124],[306,124],[336,124],[337,129],[338,124],[339,123],[340,130],[341,124],[342,124],[343,124],[344,124],[345,123],[346,124],[347,124],[348,124],[349,124],[350,131],[351,124],[352,124],[353,124],[354,124],[355,124],[172,122],[175,127],[176,127],[177,127],[178,127],[179,127],[180,127],[181,127],[182,124],[184,132],[185,127],[183,127],[186,127],[187,127],[188,127],[189,127],[190,127],[191,127],[192,124],[193,127],[194,127],[195,127],[196,127],[197,127],[198,124],[199,127],[200,127],[201,127],[202,127],[203,127],[204,127],[205,124],[207,133],[206,127],[208,127],[209,127],[210,127],[211,127],[212,131],[213,124],[214,124],[228,134],[216,135],[217,127],[218,127],[219,124],[220,127],[221,127],[223,136],[224,127],[225,127],[226,127],[227,127],[229,127],[230,127],[231,127],[232,127],[234,137],[235,127],[236,127],[237,127],[238,124],[239,127],[240,138],[241,138],[242,138],[243,124],[244,127],[245,127],[246,127],[251,127],[247,127],[248,124],[249,127],[250,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[259,127],[260,127],[261,127],[262,127],[263,127],[264,127],[265,127],[266,127],[267,127],[268,127],[269,127],[270,127],[271,127],[272,127],[273,127],[274,127],[275,139],[276,127],[277,127],[278,127],[279,127],[280,127],[281,127],[282,124],[283,124],[284,124],[285,124],[286,124],[287,127],[288,127],[289,127],[290,127],[308,140],[356,124],[293,141],[292,142],[316,143],[315,144],[311,145],[310,144],[312,146],[301,147],[299,148],[314,149],[313,146],[302,150],[215,151],[171,152],[170,127],[297,153],[298,154],[296,155],[294,127],[303,156],[174,157],[320,123],[318,158],[291,159],[304,160],[92,256],[99,257],[91,256],[106,163],[83,258],[82,259],[105,254],[100,260],[103,261],[85,262],[84,169],[80,263],[79,264],[102,265],[81,266],[86,174],[90,174],[108,175],[107,174],[94,176],[95,177],[97,178],[93,179],[96,180],[101,254],[88,181],[89,267],[98,183],[78,268],[104,269],[164,186],[393,187],[392,188],[391,189],[162,186],[163,1],[161,1],[169,270],[382,192],[384,192],[394,192],[399,192],[401,192],[403,192],[407,192],[410,192],[413,192],[415,192],[417,192],[419,192],[431,192],[433,192],[436,192],[427,192],[440,192],[429,192],[423,192],[426,192],[446,192],[448,192],[425,192],[424,192],[452,192],[454,192],[422,192],[428,192],[421,192],[459,192],[168,228],[381,229]],"semanticDiagnosticsPerFile":[783,439,464,785,833,786,787,790,792,397,791,800,380,360,362,361,364,366,367,368,369,370,371,372,373,374,375,376,377,378,365,379,363,801,802,803,788,789,804,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,782,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,466,467,465,468,469,470,471,472,473,474,475,476,477,825,810,816,814,813,815,824,819,821,822,823,817,818,820,812,811,827,806,805,808,809,807,396,828,784,74,75,110,111,112,113,114,115,116,117,118,119,120,122,121,123,124,125,109,159,126,127,128,160,129,130,131,132,133,134,135,136,137,138,139,140,141,143,142,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,829,830,831,832,835,860,861,836,839,858,859,849,848,846,841,854,852,856,840,853,857,842,843,855,837,844,845,847,851,862,850,838,875,874,869,871,870,863,864,866,868,872,873,865,867,398,359,795,797,826,799,798,876,877,793,796,66,76,65,794,405,64,388,387,386,73,72,69,68,70,71,406,165,834,358,331,309,307,357,322,321,222,173,329,330,332,333,334,233,335,306,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,172,175,176,177,178,179,180,181,182,184,185,183,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,207,206,208,209,210,211,212,213,214,228,216,217,218,219,220,221,223,224,225,226,227,229,230,231,232,234,235,236,237,238,239,240,241,242,243,244,245,246,251,247,248,249,250,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,279,280,281,282,283,284,285,286,287,288,289,290,308,356,293,292,316,315,311,310,312,301,299,314,313,300,302,215,171,170,305,297,298,295,296,294,303,174,323,324,317,320,319,325,326,318,327,328,291,304,62,63,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,57,58,10,1,11,61,60,59,92,99,91,106,83,82,105,100,103,85,84,80,79,102,81,86,87,90,77,108,107,94,95,97,93,96,101,88,89,98,78,104,67,164,393,392,390,391,389,162,163,161,409,[169,[{"file":"./src/common/local.ts","start":83,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],382,384,394,399,401,403,407,410,413,415,417,419,431,433,436,427,440,429,423,426,446,448,425,424,452,454,422,428,421,459,[383,[{"file":"./src/gitm-admin.ts","start":191,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":399,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":447,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":669,"length":20,"messageText":"Cannot find module '../typings/gitmars' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-admin.ts","start":2469,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":2772,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":2998,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":3300,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":3373,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":5525,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}},{"file":"./src/gitm-admin.ts","start":27133,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}},{"file":"./src/gitm-admin.ts","start":27430,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":27650,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":27967,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":28153,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":28805,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29358,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29541,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29596,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":29876,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":30062,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":30441,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":31274,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."},{"file":"./src/gitm-admin.ts","start":31546,"length":12,"code":7053,"category":1,"messageText":"Element implicitly has an 'any' type because expression of type 'GitmarsMainBranchType' can't be used to index type 'GitmarsConfigExtend'."}]],[385,[{"file":"./src/gitm-alias.ts","start":118,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[395,[{"file":"./src/gitm-approve.ts","start":309,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-approve.ts","start":370,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-approve.ts","start":394,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-approve.ts","start":405,"length":16,"messageText":"Module '\"@gitmars/core\"' has no exported member 'sendGroupMessage'. Did you mean to use 'import sendGroupMessage from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-approve.ts","start":478,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[400,[{"file":"./src/gitm-branch.ts","start":232,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-branch.ts","start":274,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[402,[{"file":"./src/gitm-build.ts","start":169,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-build.ts","start":213,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-build.ts","start":268,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-build.ts","start":331,"length":10,"messageText":"Cannot find module '../types' or its corresponding type declarations.","category":1,"code":2307}]],[404,[{"file":"./src/gitm-clean.ts","start":190,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-clean.ts","start":258,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-clean.ts","start":302,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-clean.ts","start":352,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307}]],[408,[{"file":"./src/gitm-cleanbranch.ts","start":303,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-cleanbranch.ts","start":351,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[411,[{"file":"./src/gitm-combine.ts","start":384,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-combine.ts","start":426,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-combine.ts","start":452,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-combine.ts","start":463,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-combine.ts","start":478,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-combine.ts","start":544,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307}]],[412,[{"file":"./src/gitm-config.ts","start":158,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-config.ts","start":199,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-config.ts","start":225,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-config.ts","start":301,"length":16,"messageText":"Cannot find module '@gitmars/build' or its corresponding type declarations.","category":1,"code":2307}]],[414,[{"file":"./src/gitm-continue.ts","start":236,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-continue.ts","start":278,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-continue.ts","start":346,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[416,[{"file":"./src/gitm-copy.ts","start":177,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-copy.ts","start":345,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-copy.ts","start":393,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-copy.ts","start":424,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'GitLogKeysType'. Did you mean to use 'import GitLogKeysType from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[418,[{"file":"./src/gitm-end.ts","start":197,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":208,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":223,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":230,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-end.ts","start":422,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-end.ts","start":464,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-end.ts","start":509,"length":14,"messageText":"Cannot find module '@gitmars/api' or its corresponding type declarations.","category":1,"code":2307}]],[420,[{"file":"./src/gitm-get.ts","start":222,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-get.ts","start":264,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[432,[{"file":"./src/gitm-go.ts","start":213,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-go.ts","start":255,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[434,[{"file":"./src/gitm-hook.ts","start":264,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-hook.ts","start":306,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-hook.ts","start":352,"length":15,"messageText":"Cannot find module '@gitmars/hook' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-hook.ts","start":377,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[435,[{"file":"./src/gitm-init.ts","start":210,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307}]],[437,[{"file":"./src/gitm-install.ts","start":140,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-install.ts","start":166,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[438,[{"file":"./src/gitm-link.ts","start":111,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-link.ts","start":137,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[441,[{"file":"./src/gitm-log.ts","start":189,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-log.ts","start":237,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[442,[{"file":"./src/gitm-permission.ts","start":143,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-permission.ts","start":167,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-permission.ts","start":178,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[443,[{"file":"./src/gitm-postmsg.ts","start":68,"length":16,"messageText":"Module '\"@gitmars/core\"' has no exported member 'sendGroupMessage'. Did you mean to use 'import sendGroupMessage from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-postmsg.ts","start":135,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[444,[{"file":"./src/gitm-redo.ts","start":177,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-redo.ts","start":256,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-redo.ts","start":304,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-redo.ts","start":368,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[445,[{"file":"./src/gitm-revert.ts","start":119,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-revert.ts","start":180,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-revert.ts","start":222,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[447,[{"file":"./src/gitm-review.ts","start":223,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":247,"length":16,"messageText":"Module '\"@gitmars/core\"' has no exported member 'sendGroupMessage'. Did you mean to use 'import sendGroupMessage from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-review.ts","start":320,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":441,"length":36,"messageText":"Cannot find module '@gitmars/core/lib/api/mergeRequest' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":546,"length":41,"messageText":"Cannot find module '@gitmars/core/lib/api/mergeRequestNotes' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-review.ts","start":634,"length":20,"messageText":"Cannot find module '../typings/gitmars' or its corresponding type declarations.","category":1,"code":2307}]],[449,[{"file":"./src/gitm-run.ts","start":86,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-run.ts","start":123,"length":15,"messageText":"Cannot find module '@gitmars/hook' or its corresponding type declarations.","category":1,"code":2307}]],[450,[{"file":"./src/gitm-save.ts","start":119,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-save.ts","start":198,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-save.ts","start":240,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[451,[{"file":"./src/gitm-start.ts","start":153,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":164,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":179,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":186,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-start.ts","start":272,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-start.ts","start":314,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[453,[{"file":"./src/gitm-status.ts","start":183,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-status.ts","start":231,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[455,[{"file":"./src/gitm-suggest.ts","start":192,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-suggest.ts","start":241,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307}]],[456,[{"file":"./src/gitm-undo.ts","start":177,"length":5,"messageText":"Module '\"@gitmars/core\"' has no exported member 'queue'. Did you mean to use 'import queue from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-undo.ts","start":291,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":339,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":419,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":450,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'GitLogKeysType'. Did you mean to use 'import GitLogKeysType from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[457,[{"file":"./src/gitm-unlink.ts","start":111,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-unlink.ts","start":137,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[458,[{"file":"./src/gitm-update.ts","start":278,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-update.ts","start":320,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-update.ts","start":346,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'getConfig'. Did you mean to use 'import getConfig from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-update.ts","start":357,"length":13,"messageText":"Module '\"@gitmars/core\"' has no exported member 'isNeedUpgrade'. Did you mean to use 'import isNeedUpgrade from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-update.ts","start":372,"length":14,"messageText":"Module '\"@gitmars/core\"' has no exported member 'upgradeGitmars'. Did you mean to use 'import upgradeGitmars from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-update.ts","start":2665,"length":4,"code":2345,"category":1,"messageText":{"messageText":"Argument of type 'string | string[]' is not assignable to parameter of type 'string'.","category":1,"code":2345,"next":[{"messageText":"Type 'string[]' is not assignable to type 'string'.","category":1,"code":2322}]}}]],[460,[{"file":"./src/gitm-upgrade.ts","start":116,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm-upgrade.ts","start":176,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[461,[{"file":"./src/gitm.ts","start":163,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/gitm.ts","start":217,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307}]],[430,[{"file":"./src/go/index.ts","start":9,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614},{"file":"./src/go/index.ts","start":64,"length":16,"messageText":"Cannot find module '@gitmars/utils' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/go/index.ts","start":114,"length":14,"messageText":"Cannot find module '@gitmars/git' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/go/index.ts","start":172,"length":13,"messageText":"Cannot find module '@gitmars/go' or its corresponding type declarations.","category":1,"code":2307}]],167,168,166,381,462,463],"latestChangedDtsFile":"./lib/conf/admin.d.ts"},"version":"5.3.3"} \ No newline at end of file +{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/commander@11.1.0/node_modules/commander/typings/index.d.ts","../../node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../node_modules/.pnpm/await-to-done@1.0.2/node_modules/await-to-done/dist/index.d.ts","../../node_modules/.pnpm/use-downloads@1.5.1/node_modules/use-downloads/dist/index.d.ts","../../node_modules/.pnpm/mount-image@1.2.0/node_modules/mount-image/dist/index.d.ts","../../node_modules/.pnpm/mount-css@1.2.0/node_modules/mount-css/dist/index.d.ts","../../node_modules/.pnpm/mount-script@1.2.0/node_modules/mount-script/dist/index.d.ts","../../node_modules/.pnpm/mount-style@1.2.0/node_modules/mount-style/dist/index.d.ts","../../node_modules/.pnpm/load-source@1.2.0/node_modules/load-source/dist/index.d.ts","../../node_modules/.pnpm/js-cool@5.18.1/node_modules/js-cool/dist/index.d.ts","../api/lib/types.d.ts","../api/lib/getuserinfo.d.ts","../api/lib/mergerequest.d.ts","../api/lib/index.default.d.ts","../api/lib/index.d.ts","../utils/lib/types.d.ts","../utils/lib/command.d.ts","../utils/lib/debug.d.ts","../utils/lib/echo.d.ts","../utils/lib/file.d.ts","../utils/lib/getseconds.d.ts","../utils/lib/iswin32.d.ts","../utils/lib/locales/zh-cn.d.ts","../utils/lib/locales/en-us.d.ts","../utils/lib/locales/index.d.ts","../utils/lib/local.d.ts","../utils/lib/lang.d.ts","../utils/lib/stringify.d.ts","../utils/lib/unicode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/index.d.ts","../utils/lib/spawn.d.ts","../utils/lib/index.default.d.ts","../utils/lib/index.d.ts","./src/locales/zh-cn.ts","./src/locales/en-us.ts","./src/locales/index.ts","../core/lib/getcurlofmergerequest.d.ts","../core/lib/message.d.ts","../core/lib/types.d.ts","../core/lib/queue.d.ts","../core/lib/sendgroupmessage.d.ts","../core/lib/versioncontrol.d.ts","../core/lib/locales/zh-cn.d.ts","../core/lib/locales/en-us.d.ts","../core/lib/locales/index.d.ts","../core/lib/index.default.d.ts","../core/lib/index.d.ts","../git/lib/getisgitproject.d.ts","../git/lib/searchbranches.d.ts","../git/lib/getcurrentbranch.d.ts","../git/lib/types.d.ts","../git/lib/getgitlogs.d.ts","../git/lib/getgitlogsbycommitids.d.ts","../git/lib/getgitversion.d.ts","../git/lib/getgitconfig.d.ts","../git/lib/getgitrevparse.d.ts","../git/lib/getaheadlogs.d.ts","../git/lib/getbehindlogs.d.ts","../git/lib/getisbranchorcommitexist.d.ts","../git/lib/getismergeaction.d.ts","../git/lib/getismergedtargetbranch.d.ts","../git/lib/getisupdatedintime.d.ts","../git/lib/getgituser.d.ts","../git/lib/getbranchesfromid.d.ts","../git/lib/getgitstatus.d.ts","../git/lib/getcommandmessage.d.ts","../git/lib/checkgitstatus.d.ts","../git/lib/getstashlist.d.ts","../git/lib/fetch.d.ts","../git/lib/readpkg.d.ts","../git/lib/getconfig.d.ts","../git/lib/index.default.d.ts","../git/lib/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscription.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscriber.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operator.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/types.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audit.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audittime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffercount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/bufferwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/catcherror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combineall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/connect.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/count.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debouncetime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/defaultifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delaywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilchanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilkeychanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/elementat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/endwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/every.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/expand.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/filter.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/find.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/findindex.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/first.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/groupby.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/ignoreelements.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/isempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/last.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/map.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/notification.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/max.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergeall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/flatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergescan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/min.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectableobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/observeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/onerrorresumenextwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publish.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishbehavior.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishlast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishreplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/racewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeatwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retry.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retrywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/refcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sample.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sampletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/scan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sequenceequal.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/share.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sharereplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/single.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skiplast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipwhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/startwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/subscribeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchscan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/take.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takelast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takeuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takewhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/tap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throwifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeinterval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeoutwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/toarray.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/window.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/withlatestfrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/operators/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/action.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testmessage.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionlog.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionloggable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/coldobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/hotobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/timerhandle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncaction.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/virtualtimescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/testing/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/dom/animationframes.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/behaviorsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/replaysubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/asyncsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asapscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queuescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/identity.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/pipe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/noop.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/isobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/lastvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/firstvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/argumentoutofrangeerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/emptyerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/notfounderror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/objectunsubscribederror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/sequenceerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/unsubscriptionerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindcallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindnodecallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/anycatcher.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/defer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/empty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/forkjoin.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/from.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromevent.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromeventpattern.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/generate.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/iif.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/interval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/never.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/of.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/onerrorresumenext.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/range.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/throwerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/timer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/using.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/config.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/index.d.ts","../../node_modules/.pnpm/@types+through@0.0.30/node_modules/@types/through/index.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choice.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/separator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choices.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/screen-manager.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/base.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/paginator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/checkbox.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/confirm.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/editor.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/expand.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/input.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/list.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/number.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/password.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/rawlist.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/baseui.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/bottom-bar.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/prompt.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/events.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/readline.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/index.d.ts","./src/types.ts","../../node_modules/.pnpm/os-lang@3.2.0/node_modules/os-lang/dist/index.d.ts","./src/common/local.ts","./src/conf/admin.ts","./src/gitm-admin.ts","./src/conf/alias.ts","./src/gitm-alias.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/types.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/index.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/index.d.ts","./src/conf/approve.ts","./src/gitm-approve.ts","../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../node_modules/.pnpm/@types+glob@7.2.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+shelljs@0.8.15/node_modules/@types/shelljs/index.d.ts","./src/conf/branch.ts","./src/gitm-branch.ts","../build/lib/types.d.ts","../build/lib/runjenkins.d.ts","../build/lib/buildconfig.d.ts","../build/lib/index.default.d.ts","../build/lib/index.d.ts","./src/conf/build.ts","./src/gitm-build.ts","./src/conf/clean.ts","./src/gitm-clean.ts","../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/index.d.ts","../../node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.d.ts","./src/conf/cleanbranch.ts","./src/gitm-cleanbranch.ts","./src/common/global.ts","./src/conf/combine.ts","./src/gitm-combine.ts","./src/gitm-config.ts","./src/conf/continue.ts","./src/gitm-continue.ts","./src/conf/copy.ts","./src/gitm-copy.ts","./src/conf/end.ts","./src/gitm-end.ts","./src/conf/get.ts","./src/gitm-get.ts","./src/conf/update.ts","./src/conf/undo.ts","./src/conf/redo.ts","./src/conf/start.ts","./src/conf/save.ts","./src/conf/revert.ts","./src/conf/link.ts","./src/conf/unlink.ts","./src/conf/postmsg.ts","./src/go/index.ts","./src/conf/go.ts","./src/gitm-go.ts","../hook/lib/index.d.ts","./src/conf/hook.ts","./src/gitm-hook.ts","./src/gitm-init.ts","./src/conf/install.ts","./src/gitm-install.ts","./src/gitm-link.ts","../../node_modules/.pnpm/@types+columnify@1.5.4/node_modules/@types/columnify/index.d.ts","./src/conf/log.ts","./src/gitm-log.ts","./src/gitm-permission.ts","./src/gitm-postmsg.ts","./src/gitm-redo.ts","./src/gitm-revert.ts","./src/conf/review.ts","./src/gitm-review.ts","./src/conf/run.ts","./src/gitm-run.ts","./src/gitm-save.ts","./src/gitm-start.ts","./src/conf/status.ts","./src/gitm-status.ts","./src/conf/suggest.ts","./src/gitm-suggest.ts","./src/gitm-undo.ts","./src/gitm-unlink.ts","./src/gitm-update.ts","./src/conf/upgrade.ts","./src/gitm-upgrade.ts","./src/gitm.ts","./typings/global.d.ts","./typings/lowdb.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/add.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/after.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assign.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assigninwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/at.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/attempt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/before.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bind.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/camelcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/capitalize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/castarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ceil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chain.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chunk.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clamp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clone.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeepwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/compact.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/concat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/cond.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conforms.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conformsto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/constant.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/countby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/create.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curry.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curryright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/debounce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/deburr.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaults.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultsdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/delay.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/difference.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differenceby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differencewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/divide.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/drop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/droprightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/each.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/endswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entries.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entriesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escaperegexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/every.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extendwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/fill.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/filter.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/find.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlast.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/first.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatten.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/floor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flow.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flowright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreach.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forinright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forown.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forownright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/frompairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functions.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functionsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/get.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/groupby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/has.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/hasin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/head.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/identity.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/includes.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/indexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/initial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/inrange.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersection.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invert.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invertby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invoke.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invokemap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarguments.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraybuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylikeobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isboolean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isbuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isdate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iselement.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isempty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequal.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequalwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iserror.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfunction.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/islength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatch.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatchwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnan.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnative.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobjectlike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isregexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issymbol.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/istypedarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isundefined.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iteratee.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/join.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/kebabcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keyby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keysin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/last.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowerfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/map.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapkeys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapvalues.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matches.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matchesproperty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/max.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/maxby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/meanby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/memoize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/merge.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mergewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/method.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/methodof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/min.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/minby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mixin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/multiply.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/negate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/noop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/now.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/nth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ntharg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omit.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omitby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/once.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/orderby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/over.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overargs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overevery.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/oversome.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pad.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/parseint.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partialright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partition.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pick.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pickby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/property.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/propertyof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/random.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/range.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rangeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rearg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduceright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/remove.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/repeat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/replace.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rest.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/result.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reverse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/round.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sample.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/samplesize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/set.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/setwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/shuffle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/size.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/slice.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/snakecase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/some.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/split.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/spread.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubfalse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubtrue.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/subtract.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sum.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sumby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tail.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/take.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takerightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takewhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/template.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/templatesettings.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/throttle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/thru.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/times.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tofinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tointeger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolower.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tonumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topath.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tosafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tostring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toupper.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/transform.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trim.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/truncate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unescape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/union.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqueid.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/update.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/updatewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uppercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/upperfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/values.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/valuesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/without.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/words.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/wrap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobjectdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/index.d.ts","../../node_modules/.pnpm/@types+argparse@1.0.38/node_modules/@types/argparse/index.d.ts","../../node_modules/.pnpm/@types+cross-spawn@6.0.6/node_modules/@types/cross-spawn/index.d.ts","../../node_modules/.pnpm/@types+ms@0.7.32/node_modules/@types/ms/index.d.ts","../../node_modules/.pnpm/@types+debug@4.1.12/node_modules/@types/debug/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+expect@1.20.4/node_modules/@types/expect/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/utils.d.ts","../../node_modules/.pnpm/@types+fs-extra@11.0.1/node_modules/@types/fs-extra/index.d.ts","../../node_modules/.pnpm/@types+glob@8.1.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+glob-stream@6.1.1/node_modules/@types/glob-stream/index.d.ts","../../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../../node_modules/.pnpm/@types+undertaker-registry@1.0.1/node_modules/@types/undertaker-registry/index.d.ts","../../node_modules/.pnpm/async-done@1.3.2/node_modules/async-done/index.d.ts","../../node_modules/.pnpm/@types+undertaker@1.2.8/node_modules/@types/undertaker/index.d.ts","../../node_modules/.pnpm/@types+vinyl@2.0.7/node_modules/@types/vinyl/index.d.ts","../../node_modules/.pnpm/@types+vinyl-fs@3.0.1/node_modules/@types/vinyl-fs/index.d.ts","../../node_modules/.pnpm/@types+gulp@4.0.17/node_modules/@types/gulp/index.d.ts","../../node_modules/.pnpm/@types+js-yaml@4.0.5/node_modules/@types/js-yaml/index.d.ts","../../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../../node_modules/.pnpm/@types+json5@0.0.29/node_modules/@types/json5/index.d.ts","../../node_modules/.pnpm/@types+linkify-it@3.0.2/node_modules/@types/linkify-it/index.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/encode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/decode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/parse.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/format.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/common/utils.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/token.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/ruler.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_block/state_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_core/state_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/renderer.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/index.d.ts","../../node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts","../../node_modules/.pnpm/@types+mdast@3.0.11/node_modules/@types/mdast/index.d.ts","../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts","../../node_modules/.pnpm/@types+normalize-package-data@2.4.1/node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/.pnpm/@types+ps-tree@1.1.2/node_modules/@types/ps-tree/index.d.ts","../../node_modules/.pnpm/@types+resolve@1.20.2/node_modules/@types/resolve/index.d.ts","../../node_modules/.pnpm/@types+rimraf@2.0.5/node_modules/@types/rimraf/index.d.ts","../../node_modules/.pnpm/@types+estree@0.0.39/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@0.63.5/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/@types+rollup-plugin-css-only@3.1.3/node_modules/@types/rollup-plugin-css-only/index.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts","../../node_modules/.pnpm/@types+web-bluetooth@0.0.20/node_modules/@types/web-bluetooth/index.d.ts","../../node_modules/.pnpm/@types+which@3.0.0/node_modules/@types/which/index.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","bed7b7ba0eb5a160b69af72814b4dde371968e40b6c5e73d3a9f7bee407d158c",{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"17d716b12c230355d207d8b464a3359e13041c0cbb94c243981618e279f57670","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","1a8efc8122d15a1d01a0e3736631713045e6ed5be354324f1c649ef0e3e7f872","0e7352e7ace3286d77e39f0d12731901a3d678956f364d6cd9bb571f33cbaa87","42d1ee5a4f647b2a53c00f818e641975005dd6134753ae9a305a215ac929e10b","4da1491bea70723b794d809e01e6bd9e363405fc5c42c5cbdd145339a6975484","ccc9116aea42694e3b7583975c223c8b1f333d760874b931d51ede2e6d5efdb6","31c2d8698b4a00e395306895f37a2401de55b2de891ffc8f0a532cdc20a1d377","facbf7d3391c19f77c267d7ff5a2a3ad854154716f4a83a42f23b867f7107767","2de3521527156a88ac5f6f07e8cba4927d3030e361fa73a4fdefc68d82ce589b","ed6d551c0a98c203ad35bda69d634b206ce59fefbed309f5478eb999482ca3bc","8995de44dd993ef955636bba2ef710488ed17504300a5deb6a0b1fc32d0b3d21","75814b98e29acd92518c9d6507cc17e4fa54e475034b592673a2a8ecaaad92a7","1e01f30ccfe6a333fdaf70266c75c6404dab9e9101927a3a947253c7b5cda183","57a225249c6ea8ae2522ceab7691ff84edc0f65963b7aed67fbeef16855b9891","c9e15d1d1fda82118c8fcbe1199a98f3d8630b1038bd4fe2a7bb4c9780f5628d","9cde82d924ec2f9ae6f0a2691ac3cf1c396ab40e5809315fad09bf7ac7af7ca5","95af7bc6641e3e69ce0ae512ce072288bb34988c034fcf35aababdb14cc70e6f","a313ad742faf3e331433b53843e3509a3b31f7dc1b08d914ac1a18f8ed94e28b","1a03ac5bc50b158806bc00287636638b9093a3c52dadad8f3dcffc411acb6442","817b220c272b986dc1887977dcef66eadd20831283233be10072760e1c7cceb4","f79e2ffa79e427f0995371af14cf1d44830cb353ec034b6cf8b0e20af660fc33","b281cb0414d59366780adac5336a27f6f6ca414a1be904e6c65ad59dffc46286","b281cb0414d59366780adac5336a27f6f6ca414a1be904e6c65ad59dffc46286","e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550","1fc8371becd864eac4364e717e4e15911a5b8a8bf6ed41ea8f61edece5e0d9ea","74251a2118532c102a1639c033696d0ed3d68e00b4f405033aaa4c8ec80a9009","4f2776f56dacf57ae24bc7e1ea9367266f5928cf39610c1e9457917fa980780b","1671d875cbcdf9f0e0205478d028308d92197bde51c90121f7e863edf42d742f","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"df3389f71a71a38bc931aaf1ef97a65fada98f0a27f19dd12f8b8de2b0f4e461","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"674168aa3db414ea0a19b2a31d901b2d49705c7a495e43ffdc96928543010f8c","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","afb1701fd4be413a8a5a88df6befdd4510c30a31372c07a4138facf61594c66d","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","3a85ebca2e7a0fd99ae11a8c71e1fdd7d1d4620b3ba923a630b988fc7461932e","f9c77f627737cec840710372dcb4d75284faf93b9f4c6702bcb2c33a85b0298d","d19548c5e6931ad78f984c67c973d1c92a95e3fba748a714a26104cea19b3811",{"version":"8b2e25e7d6c490d4bcff5a216965b468b9568d1b9912e3f2feb7eca134a09c1e","signature":"5dac73cf5ff2496b63433e767ef0923652d2dbe5d6d7c87f1e2d2a410528aae3"},{"version":"d30c4f1ae5036894761a5374e58124fb8f044e94bb65a0183453f163ec12739c","signature":"5319bac307d1330f98d949101ac19fca3e7e7428abd586eca9ff1e6f69f8102b"},{"version":"8c8a94863b8d0cba99642e42bd0a1ffdf7bcf73c69f060947bbb4f4638413da3","signature":"e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550"},"23ac89052bc60cdfe59cbe45d2b0ee96cc861d2fd16b9c6997da4b8805d7bff0","ac1573cbede2869ad535e84283c5de9240cb65c7fa75bfff8a7f47414e74231c","0ed0470127163272debc3aa50de5d09d3480254dc4b4b0f38c6a8bbb238a1eb1","ea6884e84e72c72d6a8cc586066b2d25710c83f9f1a77fa0162a03329e045b4d","8595f3e816cfbd193fee8f4236eab7ed0964434fa0a10a5db6bfc92b96226c30","be3f86e7e4743bc1959ce6889f27de8dcfbefd979f03c9f5f5fc7ee0b5316827","1860cb61292d7a70eb4fe808aa0fa34a688180f0ce21490b35156fdf70b88000","1860cb61292d7a70eb4fe808aa0fa34a688180f0ce21490b35156fdf70b88000","e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550","dc8e7436bb2545b4403521dfe0f0a1d3fb8a643db616266883543e0b5f22a19b","c1ad8442e571955e907c1aa878c1c59fd1c90be182ab9e848322894d0f0e89a5","0d4a5a3e465423296bcb82bc35efc4de751ee0ff3c2d365d10718747f0a075da","76f1d085a3922a651052594db96a1d32b7911c781f0a40b2fc01c1f1e3b22b96","46a2aa783259d2e61ceb530fc7e87b255062cad0949799dfdf2737abb181b51e","d5b304d08eef0c3e79dfe220fa0a89385bdcc744dc4b6da654ef38db7d9eba4b","ecf2c57aeee43e418132e14ba714597ad645ff30cbcea54155dfd9f14002e3b2","178723611f7aa9d3b1d6f166f55b2bdf9f540012f5d3b1e679873abe1a51e7a2","650605675845089d18bfaacd37f3984ced3648647296bd0f8749844a75155bfa","50ffdc0439d561bfaf04b3a13b80e8d75c62aa510fc628f4cd5fb327d2543f31","80093aa4d3270317e6840beb91e4c049ffb878d3b04d10679d8fa4b75b5f3bb8","57b99d257b8ffe8e0aa60e513c2332aa1c68d03b064c25682f2b913791746f92","2305b99a3376f16b8818f0b64cff8e0c180eabce3fb81119b18b7c2fc4648ecd","51cccb59d8bed8c8fb70e8a65295b923574cb69a4db035c66182f1811001c360","260d8adf9016371afa88404f86bd1ea8bc94d6fdf6eea55a86e408f51360c30c","b13f76b4172777b1d5e0ba2f5a9ae07c158bcc1f57cd534e200526805352b46a","edb02f3da82a3277232b26f6c01ea025eab5c14c541ba4da0c65439ba6e9ac34","868bb01dcead77c9b2c6678c9fbe2ec79a4c8059aff68bffbf8c141fc92158ea","6b007652aa23e4abb863a4cd00bb64201ce3b096ff78e5279eb2b9d492035394","f8320845226388b8f3eac4ed9170d3d2c8bafe2746db19160853b28f683e88cc","b69d99003992fe2bb8c6f5148f948875eb806f5c9de4aed0dc649c571f4654c4","21d26b3c38381c828b864b46d4dbaa4c6e49f18e28bf32816f307832c8bfcf5b","f528017c2753bc992e454ca5ad8e9ab5657f82d1706820130ac4d1f1aa667237","115bfe5529bd52d8d2e0c2322c20fffcd5cd07667abcb902ab08f5ffa8fc7a8e","e65b403b09ac99c1150f692ded93eabd407bf5aedfedc85afa6b293e6f1e5b0e","a3d1bdb30d564e9f5465a1ce30528ba28ff1182be3fd8fd4a7abafc2fb777dc3","b996c329fc00956e49a88340f5c94fbd910a9a6f15a82fbc0c88113b0470712c","88ee911f6821e76eb587ad158ddc1bbdaecb871c405abecdd8eb28886b40a865","ecf5cb089ea438f2545e04b6c52828c68d0b0f4bfaa661986faf36da273e9892","95444fb6292d5e2f7050d7021383b719c0252bf5f88854973977db9e3e3d8006","241bd4add06f06f0699dcd58f3b334718d85e3045d9e9d4fa556f11f4d1569c1","06540a9f3f2f88375ada0b89712de1c4310f7398d821c4c10ab5c6477dafb4bc",{"version":"c0ed4fcaf919e6990f53a966d329ef058499696e3d97a8a076dc9254dfe20228","affectsGlobalScope":true},"b8bff8a60af0173430b18d9c3e5c443eaa3c515617210c0c7b3d2e1743c19ecb","97bdf234f5db52085d99c6842db560bca133f8a0413ff76bf830f5f38f088ce3","a76ebdf2579e68e4cfe618269c47e5a12a4e045c2805ed7f7ab37af8daa6b091","b493ff8a5175cbbb4e6e8bcfa9506c08f5a7318b2278365cfca3b397c9710ebc","e59d36b7b6e8ba2dd36d032a5f5c279d2460968c8b4e691ca384f118fb09b52a","e96885c0684c9042ec72a9a43ef977f6b4b4a2728f4b9e737edcbaa0c74e5bf6","303ee143a869e8f605e7b1d12be6c7269d4cab90d230caba792495be595d4f56","89e061244da3fc21b7330f4bd32f47c1813dd4d7f1dc3d0883d88943f035b993","e46558c2e04d06207b080138678020448e7fc201f3d69c2601b0d1456105f29a","71549375db52b1163411dba383b5f4618bdf35dc57fa327a1c7d135cf9bf67d1","7e6b2d61d6215a4e82ea75bc31a80ebb8ad0c2b37a60c10c70dd671e8d9d6d5d","78bea05df2896083cca28ed75784dde46d4b194984e8fc559123b56873580a23","5dd04ced37b7ea09f29d277db11f160df7fd73ba8b9dba86cb25552e0653a637","f74b81712e06605677ae1f061600201c425430151f95b5ef4d04387ad7617e6a","9a72847fcf4ac937e352d40810f7b7aec7422d9178451148296cf1aa19467620","3ae18f60e0b96fa1e025059b7d25b3247ba4dcb5f4372f6d6e67ce2adac74eac","2b9260f44a2e071450ae82c110f5dc8f330c9e5c3e85567ed97248330f2bf639","4f196e13684186bda6f5115fc4677a87cf84a0c9c4fc17b8f51e0984f3697b6d","61419f2c5822b28c1ea483258437c1faab87d00c6f84481aa22afb3380d8e9a4","64479aee03812264e421c0bf5104a953ca7b02740ba80090aead1330d0effe91","a5eb4835ab561c140ffc4634bb039387d5d0cceebb86918f1696c7ac156d26fd","c5570e504be103e255d80c60b56c367bf45d502ca52ee35c55dec882f6563b5c","4252b852dd791305da39f6e1242694c2e560d5e46f9bb26e2aca77252057c026","0520b5093712c10c6ef23b5fea2f833bf5481771977112500045e5ea7e8e2b69","5c3cf26654cf762ac4d7fd7b83f09acfe08eef88d2d6983b9a5a423cb4004ca3","e60fa19cf7911c1623b891155d7eb6b7e844e9afdf5738e3b46f3b687730a2bd","b1fd72ff2bb0ba91bb588f3e5329f8fc884eb859794f1c4657a2bfa122ae54d0","6cf42a4f3cfec648545925d43afaa8bb364ac10a839ffed88249da109361b275","ba13c7d46a560f3d4df8ffb1110e2bbec5801449af3b1240a718514b5576156e","6df52b70d7f7702202f672541a5f4a424d478ee5be51a9d37b8ccbe1dbf3c0f2","0ca7f997e9a4d8985e842b7c882e521b6f63233c4086e9fe79dd7a9dc4742b5e","ebc8936ed464874fcceb0ded3b8728695aa356a21890238e9076887ec0722a54","db5704fdad56c74dfc5941283c1182ed471bd17598209d3ac4a49faa72e43cfc","758e8e89559b02b81bc0f8fd395b17ad5aff75490c862cbe369bb1a3d1577c40","2ee64342c077b1868f1834c063f575063051edd6e2964257d34aad032d6b657c","6f6b4b3d670b6a5f0e24ea001c1b3d36453c539195e875687950a178f1730fa7","05c4e2a992bb83066a3a648bad1c310cecd4d0628d7e19545bb107ac9596103a","b48b83a86dd9cfe36f8776b3ff52fcd45b0e043c0538dc4a4b149ba45fe367b9","792de5c062444bd2ee0413fb766e57e03cce7cdaebbfc52fc0c7c8e95069c96b","a79e3e81094c7a04a885bad9b049c519aace53300fb8a0fe4f26727cb5a746ce","dd6c3362aaaec60be028b4ba292806da8e7020eef7255c7414ce4a5c3a7138ef","8a4e89564d8ea66ad87ee3762e07540f9f0656a62043c910d819b4746fc429c5","b9011d99942889a0f95e120d06b698c628b0b6fdc3e6b7ecb459b97ed7d5bcc6","4d639cbbcc2f8f9ce6d55d5d503830d6c2556251df332dc5255d75af53c8a0e7","cdb48277f600ab5f429ecf1c5ea046683bc6b9f73f3deab9a100adac4b34969c","75be84956a29040a1afbe864c0a7a369dfdb739380072484eff153905ef867ee","b06b4adc2ae03331a92abd1b19af8eb91ec2bf8541747ee355887a167d53145e","3114b315cd0687aad8b57cff36f9c8c51f5b1bc6254f1b1e8446ae583d8e2474","0d417c15c5c635384d5f1819cc253a540fe786cc3fda32f6a2ae266671506a21","af733cb878419f3012f0d4df36f918a69ba38d73f3232ba1ab46ef9ede6cb29c","cb59317243a11379a101eb2f27b9df1022674c3df1df0727360a0a3f963f523b","0a01b0b5a9e87d04737084731212106add30f63ec640169f1462ba2e44b6b3a8","06b8a7d46195b6b3980e523ef59746702fd210b71681a83a5cf73799623621f9","860e4405959f646c101b8005a191298b2381af8f33716dc5f42097e4620608f8","f7e32adf714b8f25d3c1783473abec3f2e82d5724538d8dcf6f51baaaff1ca7a","e07d62a8a9a3bb65433a62e9bbf400c6bfd2df4de60652af4d738303ee3670a1","bfbf80f9cd4558af2d7b2006065340aaaced15947d590045253ded50aabb9bc5","851e8d57d6dd17c71e9fa0319abd20ab2feb3fb674d0801611a09b7a25fd281c","c3bd2b94e4298f81743d92945b80e9b56c1cdfb2bef43c149b7106a2491b1fc9","a246cce57f558f9ebaffd55c1e5673da44ea603b4da3b2b47eb88915d30a9181","d993eacc103c5a065227153c9aae8acea3a4322fe1a169ee7c70b77015bf0bb2","fc2b03d0c042aa1627406e753a26a1eaad01b3c496510a78016822ef8d456bb6","063c7ebbe756f0155a8b453f410ca6b76ffa1bbc1048735bcaf9c7c81a1ce35f","748e79252a7f476f8f28923612d7696b214e270cc909bc685afefaac8f052af0","9669075ac38ce36b638b290ba468233980d9f38bdc62f0519213b2fd3e2552ec","4d123de012c24e2f373925100be73d50517ac490f9ed3578ac82d0168bfbd303","656c9af789629aa36b39092bee3757034009620439d9a39912f587538033ce28","3ac3f4bdb8c0905d4c3035d6f7fb20118c21e8a17bee46d3735195b0c2a9f39f","1f453e6798ed29c86f703e9b41662640d4f2e61337007f27ac1c616f20093f69","af43b7871ff21c62bf1a54ec5c488e31a8d3408d5b51ff2e9f8581b6c55f2fc7","70550511d25cbb0b6a64dcac7fffc3c1397fd4cbeb6b23ccc7f9b794ab8a6954","af0fbf08386603a62f2a78c42d998c90353b1f1d22e05a384545f7accf881e0a","c3f32a185cd27ac232d3428a8d9b362c3f7b4892a58adaaa022828a7dcd13eed","3139c3e5e09251feec7a87f457084bee383717f3626a7f1459d053db2f34eb76","4888fd2bcfee9a0ce89d0df860d233e0cee8ee9c479b6bd5a5d5f9aae98342fe","3be870c8e17ec14f1c18fc248f5d2c4669e576404744ff5c63e6dafcf05b97ea","56654d2c5923598384e71cb808fac2818ca3f07dd23bb018988a39d5e64f268b","8b6719d3b9e65863da5390cb26994602c10a315aa16e7d70778a63fee6c4c079","6ab380571d87bd1d6f644fb6ab7837239d54b59f07dc84347b1341f866194214","547d3c406a21b30e2b78629ecc0b2ddaf652d9e0bdb2d59ceebce5612906df33","b3a4f9385279443c3a5568ec914a9492b59a723386161fd5ef0619d9f8982f97","3fe66aba4fbe0c3ba196a4f9ed2a776fe99dc4d1567a558fb11693e9fcc4e6ed","140eef237c7db06fc5adcb5df434ee21e81ee3a6fd57e1a75b8b3750aa2df2d8","0944ec553e4744efae790c68807a461720cff9f3977d4911ac0d918a17c9dd99","7c9ed7ffdc6f843ab69e5b2a3e7f667b050dd8d24d0052db81e35480f6d4e15d","7c7d9e116fe51100ff766703e6b5e4424f51ad8977fe474ddd8d0959aa6de257","af70a2567e586be0083df3938b6a6792e6821363d8ef559ad8d721a33a5bcdaf","006cff3a8bcb92d77953f49a94cd7d5272fef4ab488b9052ef82b6a1260d870b","7d44bfdc8ee5e9af70738ff652c622ae3ad81815e63ab49bdc593d34cb3a68e5","339814517abd4dbc7b5f013dfd3b5e37ef0ea914a8bbe65413ecffd668792bc6","34d5bc0a6958967ec237c99f980155b5145b76e6eb927c9ffc57d8680326b5d8","9eae79b70c9d8288032cbe1b21d0941f6bd4f315e14786b2c1d10bccc634e897","18ce015ed308ea469b13b17f99ce53bbb97975855b2a09b86c052eefa4aa013a","5a931bc4106194e474be141e0bc1046629510dc95b9a0e4b02a3783847222965","5e5f371bf23d5ced2212a5ff56675aefbd0c9b3f4d4fdda1b6123ac6e28f058c","907c17ad5a05eecb29b42b36cc8fec6437be27cc4986bb3a218e4f74f606911c","3656f0584d5a7ee0d0f2cc2b9cffbb43af92e80186b2ce160ebd4421d1506655","a726ad2d0a98bfffbe8bc1cd2d90b6d831638c0adc750ce73103a471eb9a891c","ce871684a7cb81d6a89630e0c6b4a064f876f7ec1d352917ace027b3fc3e537f","354582b26ecec449c94c71f76227102aad8a3aa7a113810a6b932c2421ddc050","42f8ed746d486725017ead628c6589fe13d6d6f5fa1517f978b3ccfcd7b46860","b03aa292cfdcd4edc3af00a7dbd71136dd067ec70a7536b655b82f4dd444e857","90f690a1c5fcb4c2d19c80fea05c8ab590d8f6534c4c296d70af6293ede67366","be95e987818530082c43909be722a838315a0fc5deb6043de0a76f5221cbad24","9ed5b799c50467b0c9f81ddf544b6bcda3e34d92076d6cab183c84511e45c39f","b4fa87cc1833839e51c49f20de71230e259c15b2c9c3e89e4814acc1d1ef10de","e90ac9e4ac0326faa1bc39f37af38ace0f9d4a655cd6d147713c653139cf4928","ea27110249d12e072956473a86fd1965df8e1be985f3b686b4e277afefdde584","1f6058d60eaa8825f59d4b76bbf6cc0e6ad9770948be58de68587b0931da00cc","5666075052877fe2fdddd5b16de03168076cf0f03fbca5c1d4a3b8f43cba570c","50100b1a91f61d81ca3329a98e64b7f05cddc5e3cb26b3411adc137c9c631aca","11aceaee5663b4ed597544567d6e6a5a94b66857d7ebd62a9875ea061018cd2c","6e30d0b5a1441d831d19fe02300ab3d83726abd5141cbcc0e2993fa0efd33db4","423f28126b2fc8d8d6fa558035309000a1297ed24473c595b7dec52e5c7ebae5","fb30734f82083d4790775dae393cd004924ebcbfde49849d9430bf0f0229dd16","2c92b04a7a4a1cd9501e1be338bf435738964130fb2ad5bd6c339ee41224ac4c","94ff6974e4afe28061d44732ecb889bb2296cf98c52022e8ebaf99ba8e9e5d62","669b754ec246dd7471e19b655b73bda6c2ca5bb7ccb1a4dff44a9ae45b6a716a","4bb6035e906946163ecfaec982389d0247ceeac6bdee7f1d07c03d9c224db3aa","8a44b424edee7bb17dc35a558cc15f92555f14a0441205613e0e50452ab3a602","24a00d0f98b799e6f628373249ece352b328089c3383b5606214357e9107e7d5","33637e3bc64edd2075d4071c55d60b32bdb0d243652977c66c964021b6fc8066","0f0ad9f14dedfdca37260931fac1edf0f6b951c629e84027255512f06a6ebc4c","16ad86c48bf950f5a480dc812b64225ca4a071827d3d18ffc5ec1ae176399e36","8cbf55a11ff59fd2b8e39a4aa08e25c5ddce46e3af0ed71fb51610607a13c505","d5bc4544938741f5daf8f3a339bfbf0d880da9e89e79f44a6383aaf056fe0159","c82857a876075e665bbcc78213abfe9e9b0206d502379576d7abd481ade3a569","4f71d883ed6f398ba8fe11fcd003b44bb5f220f840b3eac3c395ad91304e4620","5229c3934f58413f34f1b26c01323c93a5a65a2d9f2a565f216590dfbed1fe32","9fd7466b77020847dbc9d2165829796bf7ea00895b2520ff3752ffdcff53564b","fbfc12d54a4488c2eb166ed63bab0fb34413e97069af273210cf39da5280c8d6","85a84240002b7cf577cec637167f0383409d086e3c4443852ca248fc6e16711e","4c754b03f36ff35fc539f9ebb5f024adbb73ec2d3e4bfb35b385a05abb36a50e","59507446213e73654d6979f3b82dadc4efb0ed177425ae052d96a3f5a5be0d35","a914be97ca7a5be670d1545fc0691ac3fbabd023d7d084b338f6934349798a1f","8f62cbd3afbd6a07bb8c934294b6bfbe437021b89e53a4da7de2648ecfc7af25","62c3621d34fb2567c17a2c4b89914ebefbfbd1b1b875b070391a7d4f722e55dc","c05ac811542e0b59cb9c2e8f60e983461f0b0e39cea93e320fad447ff8e474f3","8e7a5b8f867b99cc8763c0b024068fb58e09f7da2c4810c12833e1ca6eb11c4f","132351cbd8437a463757d3510258d0fa98fd3ebef336f56d6f359cf3e177a3ce","df877050b04c29b9f8409aa10278d586825f511f0841d1ec41b6554f8362092b","33d1888c3c27d3180b7fd20bac84e97ecad94b49830d5dd306f9e770213027d1","ee942c58036a0de88505ffd7c129f86125b783888288c2389330168677d6347f","a3f317d500c30ea56d41501632cdcc376dae6d24770563a5e59c039e1c2a08ec","eb21ddc3a8136a12e69176531197def71dc28ffaf357b74d4bf83407bd845991","0c1651a159995dfa784c57b4ea9944f16bdf8d924ed2d8b3db5c25d25749a343","aaa13958e03409d72e179b5d7f6ec5c6cc666b7be14773ae7b6b5ee4921e52db","0a86e049843ad02977a94bb9cdfec287a6c5a0a4b6b5391a6648b1a122072c5a","87437ca9dabab3a41d483441696ff9220a19e713f58e0b6a99f1731af10776d7","26c5dfa9aa4e6428f4bb7d14cbf72917ace69f738fa92480b9749eebce933370","8e94328e7ca1a7a517d1aa3c569eac0f6a44f67473f6e22c2c4aff5f9f4a9b38","d604d413aff031f4bfbdae1560e54ebf503d374464d76d50a2c6ded4df525712","299f0af797897d77685d606502be72846b3d1f0dc6a2d8c964e9ea3ccbacf5bc","12bfd290936824373edda13f48a4094adee93239b9a73432db603127881a300d","340ceb3ea308f8e98264988a663640e567c553b8d6dc7d5e43a8f3b64f780374","c5a769564e530fba3ec696d0a5cff1709b9095a0bdf5b0826d940d2fc9786413","7124ef724c3fc833a17896f2d994c368230a8d4b235baed39aa8037db31de54f","5de1c0759a76e7710f76899dcae601386424eab11fb2efaf190f2b0f09c3d3d3","9c5ee8f7e581f045b6be979f062a61bf076d362bf89c7f966b993a23424e8b0d","1a11df987948a86aa1ec4867907c59bdf431f13ed2270444bf47f788a5c7f92d","3c97b5ea66276cf463525a6aa9d5bb086bf5e05beac70a0597cda2575503b57b","b756781cd40d465da57d1fc6a442c34ae61fe8c802d752aace24f6a43fedacee","0fe76167c87289ea094e01616dcbab795c11b56bad23e1ef8aba9aa37e93432a","3a45029dba46b1f091e8dc4d784e7be970e209cd7d4ff02bd15270a98a9ba24b","032c1581f921f8874cf42966f27fd04afcabbb7878fa708a8251cac5415a2a06","69c68ed9652842ce4b8e495d63d2cd425862104c9fb7661f72e7aa8a9ef836f8","a31383256374723b47d8b5497a9558bbbcf95bcecfb586a36caf7bfd3693eb0e","06f62a14599a68bcde148d1efd60c2e52e8fa540cc7dcfa4477af132bb3de271","64aa66c7458cbfd0f48f88070b08c2f66ae94aba099dac981f17c2322d147c06","11f19ce32d21222419cecab448fa335017ebebf4f9e5457c4fa9df42fa2dcca7","2e8ee2cbb5e9159764e2189cf5547aebd0e6b0d9a64d479397bb051cd1991744","1b0471d75f5adb7f545c1a97c02a0f825851b95fe6e069ac6ecaa461b8bb321d","1d157c31a02b1e5cca9bc495b3d8d39f4b42b409da79f863fb953fbe3c7d4884","07baaceaec03d88a4b78cb0651b25f1ae0322ac1aa0b555ae3749a79a41cba86","619a132f634b4ebe5b4b4179ea5870f62f2cb09916a25957bff17b408de8b56d","f60fa446a397eb1aead9c4e568faf2df8068b4d0306ebc075fb4be16ed26b741","f3cb784be4d9e91f966a0b5052a098d9b53b0af0d341f690585b0cc05c6ca412","350f63439f8fe2e06c97368ddc7fb6d6c676d54f59520966f7dbbe6a4586014e","eba613b9b357ac8c50a925fa31dc7e65ff3b95a07efbaa684b624f143d8d34ba","9814545517193cf51127d7fbdc3b7335688206ec04ee3a46bba2ee036bd0dcac","0f6199602df09bdb12b95b5434f5d7474b1490d2cd8cc036364ab3ba6fd24263","c8ca7fd9ec7a3ec82185bfc8213e4a7f63ae748fd6fced931741d23ef4ea3c0f","5c6a8a3c2a8d059f0592d4eab59b062210a1c871117968b10797dee36d991ef7","7acee2009eb9f4c6b17245edc555c7d5c9404343ea1b0cf8adae3b66292c1527","656424ca784760c679bf2677d8aaf55d1cb8452cd0ac04bbe1c0f659f45f8c11","0be1753924a848cf8df0be004518d84957a8539f6b01f1fad1ac639dc17586cb","e243f7d314cb8d05f393a5dc9904b3bcbd769ac082596402ab197df75bf582bf","5a7c95bcd09e90d7feb672686992187a310c37d5e30a1ddf3c39487c1aa74710","441ae3724070b80188b7bc48f66b96ca521d817e81836cdddb905cef6bbb4c8a","75c1851fd42fce32c4b066cc4666b158b44bb1cea3e88cc74a24ea2e5d1c5056","3901d2da5f2efb88bf7adf2cf609ac628469a6e00a57c241dff8068871239175","06af2a73111a13b52a270c1e74fd7dcccd1a9f1fdc3425bda9f8b45fa0c269cd","6abc96a8be012572275422560c525ed036b84fc6a798a90bd89d17c9810e2762","f71cbe1afd8376df3764bb980646b503353611b42534f1a1d44cb311bedab837","e9934689b2e167ba54f01b1225ff348055a8574ee7c907ef49b62c14102c6d26","0ecff30f6ee36ed2899ca0259e8bd018e9c627702d204256a436d76ac5991413","a353332b8d2de7ae57ab97b72ace1e8794e2907d3f907e04bff1a636ee93c826","505f2e4a22d30a66a1ffbc3f43ccc895e2ea3fcd92f9521797f25c354a87435d","60fef2f608d0ecaf124cb543ab18d835979a4841d38e5df9d64794ab51cd1352","cb8f5ffbf8bb06658a6ef27f1829c69238673b467a4881cac6a8247df73d94f3","9304e0b36cfdf03a7b7f972ac0b21ecd55e2cf5a5c0ce70754f8a47b55b6a90e","ab2265036d8a12bdd5454800b03966bf0e971be44fbd118f3aed3c1bd0124fc6","bbe08916928cbaca40a89cf36fc3c751ff3b32ab549b9f7e0b4fafcd0c3699d4","ab3f0217cbf698cadf45799bf224ade13e0b410d2cf76b0757b3f47349ff11a3","616ea4ff77f89fe59032df6f80ebdf5f40789419341de9b25d2946485c85ad05","9e59e01db841f0d4fe21443b8611e49ea7c91f297afc28ce6c433458afbcd081",{"version":"0294f76198f47f690c11b995cc9fd957a6ae2214e21cd278e8456575f7149237","signature":"e4d84fd4ea51ea09a84f70b88bb159df48b55faa000b81e635dc4037d641779a"},"2573547d477bfa20917d678da31182a392fa28123b9f64318168365ab207ce09",{"version":"882643b496c0fe7c460dddf35a3f942cb6017ccbdf624395866cf004f69d6dfb","signature":"2cd0e98da2a750135bff220b8213036be9b6c7fc92745f97988bbb30095de838"},{"version":"10a7596c4f8b9c619fd0c5c589778e253e19f482eea20a9b9a46c22f2cf70cea","signature":"47e3c1b152cf5fe3034c3be905cee3b9c0bbebef15946f427ea2d5b8e6eb136c"},{"version":"76f8983fd1f479e6a7f6e269b2f6f005ccf2a3d5cd8dc1721e0620f51cb47e0e","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ae3a52f8a66e5102b277a0d6183173c8364d27d31512c98a20361951283182f3","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"18305dc8da6ba572d510ad1b6d951f361f64ae7366fe86b869a521e4c02f04db","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","ccff6a039925da0bbddce77e8fe06865bb4bc144f8ca2f729b4390015044183b",{"version":"d818588962da64ad122d246f79beef7100d01969cdf259f49fdbe8ae4af0e7d6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"c9b2328702b1dcdfd191213daa59bdacd981bff8dcd2de5602f115d8516db570","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","df84eca381b7c2ec232cda8f9e0f4e05802d3eb64b23d9972cbc5e08327f7f27",{"version":"6830c4774d1db937c526087d6b0d2b64599c24ce0d70efa75d9233b62ed74ec0","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"c47bef1aa468aa003e894a389545ae4fc7ef1bc1e9b138339481d3893c888d4d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"cdc727158437ba661e9490df706eeb460d18fb45860624ea33cec845161536c5","302173d0f2ba2d57db6d352552459b943814bfe0b88d380ffa2be0afb357a748","7b0be2263dca1b20b7b35faba1c0e2a7caccd21471597416a4abb7e435d3043d","7c5896b9f7d0eebc74ba62b412a938d60e620e2af92c95f5c3ef3298cada02f5","9d24443d330868b5e9e4527fb3327f867dbfa82541a82063481b3cc95bc7fef4",{"version":"c49960d6fa4f32448eedfa66a7b602e195eb42d884875abe4a2ca9a1a921c39d","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"afa6eb146bb9a9afa2fd432730979c69b9f9cc7f4f9e169999250e51657b4280","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"cb593ebc2db3eea749dbc2baec20b1d41f113c5e3b2726049ae9161d7b26a9ea","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"64e29faf8920268c3aa12c83c44ad277c2cc15e6e1775d835e3e8f59d7ad04c0","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"c2a70cf2999d7ccd2f87c22042393b853e01bb2994d6561071aa53a82926c0de","437ce3def325725c84c242f916886e634ff8f133356ea88ccb4bdd425792bb36",{"version":"dc9d62b761f4ea0c693bff7d9f65c3dccc754de686fba6ed3bba70ad0a57a3c2","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"ac245c8f9b7491e3611ee26cf2df0881883fedeea659d22c0a5dfdeabbfe18bf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e54862b0c5eae5579f9421275c8669ad9303619d1643378f62469bec6aa8eb18","signature":"a3eae42c3798f681455962b4296851784330832e87e7cbac43136530a8e14e99"},{"version":"ec95302d37b16fd769e53fff65193d50feca8e12bc2031d0b6b1af46c8025e2a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"82c9c8eb54458c7537efd0f19a54590f7fb71df59aa480513c048caf8ae95e61","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"057260eb1196bf493583017caf71c62a852e352e5f518cbbfce999535613c32d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e90a76d89b9be85f45618fa2d32a79c57da0063c08726b6847a67cf2029d135b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"7f421eaa5a28bd2e4d905bb5c1233619b5abeee5c079303975cd905437d22297","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"b2b4390b4bc2811c3b8610ef67dffccd17ce77f7b94a9e5c4a20c9bef7edd380","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"30928609dafb5bb4e2e8053a10e3fd3893604499b113c130cf9c42f8fa210b3b","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"5f78994698b1f08d95100bf994e2e47884bce6b1f9dc5fde93743579ee7b6e31","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"76edb39f1cbb39d3393ee5230c22749d979dac9459b5b7626017be852547bddd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f9c09a0ad25917a09cd3278cab7503c1eda4b1c0ca7dcb903131e6e62f86160a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"fbe0ce78f55350af1792b2cedb572dab6bd78d68cd7a1ba7d92000cf7175d505","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"fd99e32014623cab4a47dcdf16d69a84eee05b40148122306e1cae4c6156e3fe","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"a0e00de68bbacfb8bd647f2e1aff0a76c313dae128cbd977e836e7034ae892a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"370a6bdcb51a36429a983615e0de8f206e8c855f27cfa8896c5321759a0e5a0b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"b96a3b768b5d0730f78436e39219abb906f9a1854b5157c90a53a62cad36126f","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1b553a80507f669e51d1ad3695d2dfb97b025d7c9979b9d9dd8ee6553f0df345","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"641a3ae47fb69dc096f455ff325d1610fa43e3b56adb6a0a6d7ec145e78030f4","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"52676e29b8a7a5c824dfb747b661b39d2a643c50ed465966246b76956dc38e39","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"0203713dc3e3846791747d7d3e7e3648132861f76f90b9cd6208707d299de1dc","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e92bda8e0522c78ef41c8f38a295f5a94ebe2beaa7a4637c0ac8a563aff6dd27","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"55fd827bd5951a5275672afda17c003f3972c7335cfc4209be95310df0644d2c","signature":"aaaf4495995b6d1687f849b28f543205755e10a34988d083db4ba5c0716c259c"},{"version":"869d6db6802e7f444b9094e5e843c282c91ea3bba17cfbe9299cf301b7df370e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"84243de5997cca740b1fabe79d0458333c599e93c68033ab6767d7810ef148ad","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"4bc63c7c4e22013e7ede999b6c675654fe20bd7f8e784530221a4819f94582ef",{"version":"bd4d8cef618bf5cb34fb22e915500dfb311e922deec6e0a450b7a9b3e027a05e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"5fda157251a633ffc9c5c96ae581bacf70d5215d57e214b182d148b32126ddc7","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ccd0bff0e7d474e327520e5ac4d3a418030ebb956fad02228f4368dda6d5aa25","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c781b9d5f1dc612378c99834060eb3a052e7010d0dca65e45eae877732de6f8c","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"bb740bd7ec1c7a45895abdc515a7f6298c83db156e13b152ae31c8c80bc48a12","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"7c52950bfa7d5f4d4b0da528de3a79f256926a8c4778781eac5b7926fd03a8e5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"f4054ad0c9b4ce4e3f3a3a545be2388af5c1636d23c5adc663e1efbeeabf344d",{"version":"89bc5ce56ec0d878dfc8e0f6550405508d089ffa5acf5de5470d11c04d120f69","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e2f5ea5ec0bef69ee82b86d421e3f3776e00bc8d927a0e56305f0189bb0db245","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"2ee5ae3d20c75db46eef4013ed3967da092968819222e5413796c9057c6aa0a1","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"62c4b0dbd952e47af849ed5856cc24111aff57d7495a348ba4f853b2a04b2f13","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"533af166524a9e9325548d92a5499fc15408a61b9245475f72b1a15027a5a0ed","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1ae020479a0ecf321d6a2d22a058128e1d99ca11faa9a07ecbf176bece124a08","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f5fb105e771bae959dcc7da0a313a68d5bae2e41a1475b1946351122c60edf80","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"43e931a60f897082220e502a16a6aa94b8d97c55b1b7f595df75e519bb856164","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"6d6e6ba7b5cb9a1b5c89e8aaae620fd586f0e8d0a716ac417b6bf92feba18d5a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ea36d5b23de0271c0a886d889acca883117b6167414b855c62df98039325118","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"d72ab9c7c29ebb23112c06ca909fe8c97cee8450017461188a78052f8adee754","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"7abb1f08726d5ff5d0c5041144dbc48aec578816bd48108c6cba0f76f80f522d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c65226813b87e33afe8c005a201fbbd04a401c34225bcf14fe4d942a68c862f6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ab9d344ef6a749f8e8690fd7eef323eb75d903666d257a3cec483b0063d4b15","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"4be2c29f86f2f424d4edbd9be7a2019e3c02f70de1d1afc7c3121672cd4b4ef1","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"95e2626d9311d3016f0cd9cad752bd3f8f072dd9442b88bb5e1f71fa346161a9","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"a29cb4574d1cce237879ce9c9c919bdba8c3adc763b1b16c7e61434e96d91515","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c9986029ca52824d9df178f930a5551f0947053ef85189e30b6b501555083046","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"9ea800ed844fda82f496b54564bb41c06ab6c7eedc22536e865c03c45b722a53","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bf96d2a7aca77bef57e3471df310e730054b2733a7b8fb01bc0d9d49f8e2c3a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"7c0307ee7b267d2d1db748f75dccafa84bb77c86d7e4fac06efccf610688f65a","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"8adf1ac861ab7133a598edae1d060ab3c3af6cd7ccb0f5853ad8c29f6a61c00c","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"99bbfdf4f454d76e91a518b42f91c742759fa9d2dd9364381deadecc161d489b","affectsGlobalScope":true},"beda6215df1bf614f16276ad61cce5f25b3ceba88a901dfe949093e3a143f435","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cf93e7b09b66e142429611c27ba2cbf330826057e3c793e1e2861e976fae3940","90e727d145feb03695693fdc9f165a4dc10684713ee5f6aa81e97a6086faa0f8","ee2c6ec73c636c9da5ab4ce9227e5197f55a57241d66ea5828f94b69a4a09a2d","afaf64477630c7297e3733765046c95640ab1c63f0dfb3c624691c8445bc3b08","5aa03223a53ad03171988820b81a6cae9647eabcebcb987d1284799de978d8e3","7f50c8914983009c2b940923d891e621db624ba32968a51db46e0bf480e4e1cb","90fc18234b7d2e19d18ac026361aaf2f49d27c98dc30d9f01e033a9c2b01c765","a980e4d46239f344eb4d5442b69dcf1d46bd2acac8d908574b5a507181f7e2a1","bbbfa4c51cdaa6e2ef7f7be3ae199b319de6b31e3b5afa7e5a2229c14bb2568a","bc7bfe8f48fa3067deb3b37d4b511588b01831ba123a785ea81320fe74dd9540","fd60c0aaf7c52115f0e7f367d794657ac18dbb257255777406829ab65ca85746","15c17866d58a19f4a01a125f3f511567bd1c22235b4fd77bf90c793bf28388c3","51301a76264b1e1b4046f803bda44307fba403183bc274fe9e7227252d7315cb","ddef23e8ace6c2b2ddf8d8092d30b1dd313743f7ff47b2cbb43f36c395896008","9e42df47111429042b5e22561849a512ad5871668097664b8fb06a11640140ac","391fcc749c6f94c6c4b7f017c6a6f63296c1c9ae03fa639f99337dddb9cc33fe","ac4706eb1fb167b19f336a93989763ab175cd7cc6227b0dcbfa6a7824c6ba59a","633220dc1e1a5d0ccf11d3c3e8cadc9124daf80fef468f2ff8186a2775229de3","6de22ad73e332e513454f0292275155d6cb77f2f695b73f0744928c4ebb3a128","ebe0e3c77f5114b656d857213698fade968cff1b3a681d1868f3cfdd09d63b75","22c27a87488a0625657b52b9750122814c2f5582cac971484cda0dcd7a46dc3b","7e7a817c8ec57035b2b74df8d5dbcc376a4a60ad870b27ec35463536158e1156","0e2061f86ca739f34feae42fd7cce27cc171788d251a587215b33eaec456e786","91659b2b090cadffdb593736210910508fc5b77046d4ce180b52580b14b075ec","d0f6c657c45faaf576ca1a1dc64484534a8dc74ada36fd57008edc1aab65a02b","ce0c52b1ebc023b71d3c1fe974804a2422cf1d85d4af74bb1bced36ff3bff8b5","9c6acb4a388887f9a5552eda68987ee5d607152163d72f123193a984c48157c9","90d0a9968cbb7048015736299f96a0cceb01cf583fd2e9a9edbc632ac4c81b01","49abec0571c941ab6f095885a76828d50498511c03bb326eec62a852e58000c5","8eeb4a4ff94460051173d561749539bca870422a6400108903af2fb7a1ffe3d7","49e39b284b87452fed1e27ac0748ba698f5a27debe05084bc5066b3ecf4ed762","59dcf835762f8df90fba5a3f8ba87941467604041cf127fb456543c793b71456","33e0c4c683dcaeb66bedf5bb6cc35798d00ac58d7f3bc82aadb50fa475781d60","605839abb6d150b0d83ed3712e1b3ffbeb309e382770e7754085d36bc2d84a4c","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","0f0a16a0e8037c17e28f537028215e87db047eba52281bd33484d5395402f3c1","cf533aed4c455b526ddccbb10dae7cc77e9269c3d7862f9e5cedbd4f5c92e05e","f8a60ca31702a0209ef217f8f3b4b32f498813927df2304787ac968c78d8560d","530192961885d3ddad87bf9c4390e12689fa29ff515df57f17a57c9125fc77c3","165ba9e775dd769749e2177c383d24578e3b212e4774b0a72ad0f6faee103b68","61448f238fdfa94e5ccce1f43a7cced5e548b1ea2d957bec5259a6e719378381","69fa523e48131ced0a52ab1af36c3a922c5fd7a25e474d82117329fe051f5b85","fa10b79cd06f5dd03435e184fb05cc5f0d02713bfb4ee9d343db527501be334c","c6fb591e363ee4dea2b102bb721c0921485459df23a2d2171af8354cacef4bce","ea7e1f1097c2e61ed6e56fa04a9d7beae9d276d87ac6edb0cd39a3ee649cddfe","e8cf2659d87462aae9c7647e2a256ac7dcaf2a565a9681bfb49328a8a52861e8","7e374cb98b705d35369b3c15444ef2ff5ff983bd2fbb77a287f7e3240abf208c","ca75ba1519f9a426b8c512046ebbad58231d8627678d054008c93c51bc0f3fa5","ff63760147d7a60dcfc4ac16e40aa2696d016b9ffe27e296b43655dfa869d66b","4d434123b16f46b290982907a4d24675442eb651ca95a5e98e4c274be16f1220","57263d6ba38046e85f499f3c0ab518cfaf0a5f5d4f53bdae896d045209ab4aff","d3a535f2cd5d17f12b1abf0b19a64e816b90c8c10a030b58f308c0f7f2acfe2c","be26d49bb713c13bd737d00ae8a61aa394f0b76bc2d5a1c93c74f59402eb8db3","c7012003ac0c9e6c9d3a6418128ddebf6219d904095180d4502b19c42f46a186","d58c55750756bcf73f474344e6b4a9376e5381e4ba7d834dc352264b491423b6","01e2aabfabe22b4bf6d715fc54d72d32fa860a3bd1faa8974e0d672c4b565dfe","ba2c489bb2566c16d28f0500b3d98013917e471c40a4417c03991460cb248e88","39f94b619f0844c454a6f912e5d6868d0beb32752587b134c3c858b10ecd7056","0d2d8b0477b1cf16b34088e786e9745c3e8145bc8eea5919b700ad054e70a095","2a5e963b2b8f33a50bb516215ba54a20801cb379a8e9b1ae0b311e900dc7254c","d8307f62b55feeb5858529314761089746dce957d2b8fd919673a4985fa4342a","bf449ec80fc692b2703ad03e64ae007b3513ecd507dc2ab77f39be6f578e6f5c","f780213dd78998daf2511385dd51abf72905f709c839a9457b6ba2a55df57be7","2b7843e8a9a50bdf511de24350b6d429a3ee28430f5e8af7d3599b1e9aa7057f","05d95be6e25b4118c2eb28667e784f0b25882f6a8486147788df675c85391ab7","62d2721e9f2c9197c3e2e5cffeb2f76c6412121ae155153179049890011eb785","ff5668fb7594c02aca5e7ba7be6c238676226e450681ca96b457f4a84898b2d9","59fd37ea08657fef36c55ddea879eae550ffe21d7e3a1f8699314a85a30d8ae9","84e23663776e080e18b25052eb3459b1a0486b5b19f674d59b96347c0cb7312a","43e5934c7355731eec20c5a2aa7a859086f19f60a4e5fcd80e6684228f6fb767","a49c210c136c518a7c08325f6058fc648f59f911c41c93de2026db692bba0e47","1a92f93597ebc451e9ef4b158653c8d31902de5e6c8a574470ecb6da64932df4","256513ad066ac9898a70ca01e6fbdb3898a4e0fe408fbf70608fdc28ac1af224","d9835850b6cc05c21e8d85692a8071ebcf167a4382e5e39bf700c4a1e816437e","e5ab7190f818442e958d0322191c24c2447ddceae393c4e811e79cda6bd49836","91b4b77ef81466ce894f1aade7d35d3589ddd5c9981109d1dea11f55a4b807a0","03abb209bed94c8c893d9872639e3789f0282061c7aa6917888965e4047a8b5f","e97a07901de562219f5cba545b0945a1540d9663bd9abce66495721af3903eec","bf39ed1fdf29bc8178055ec4ff32be6725c1de9f29c252e31bdc71baf5c227e6","985eabf06dac7288fc355435b18641282f86107e48334a83605739a1fe82ac15","6112d33bcf51e3e6f6a81e419f29580e2f8e773529d53958c7c1c99728d4fb2e","89e9f7e87a573504acc2e7e5ad727a110b960330657d1b9a6d3526e77c83d8be","44bbb88abe9958c7c417e8687abf65820385191685009cc4b739c2d270cb02e9","ab4b506b53d2c4aec4cc00452740c540a0e6abe7778063e95c81a5cd557c19eb","858757bde6d615d0d1ee474c972131c6d79c37b0b61897da7fbd7110beb8af12","60b9dea33807b086a1b4b4b89f72d5da27ad0dd36d6436a6e306600c47438ac4","409c963b1166d0c1d49fdad1dfeb4de27fd2d6662d699009857de9baf43ca7c3","b7674ecfeb5753e965404f7b3d31eec8450857d1a23770cb867c82f264f546ab","c9800b9a9ad7fcdf74ed8972a5928b66f0e4ff674d55fd038a3b1c076911dcbe","99864433e35b24c61f8790d2224428e3b920624c01a6d26ea8b27ee1f62836bb","c391317b9ff8f87d28c6bfe4e50ed92e8f8bfab1bb8a03cd1fe104ff13186f83","42bdc3c98446fdd528e2591213f71ce6f7008fb9bb12413bd57df60d892a3fb5","542d2d689b58c25d39a76312ccaea2fcd10a45fb27b890e18015399c8032e2d9","97d1656f0a563dbb361d22b3d7c2487427b0998f347123abd1c69a4991326c96","d4f53ed7960c9fba8378af3fa28e3cc483d6c0b48e4a152a83ff0973d507307d","0665de5280d65ec32776dc55fb37128e259e60f389cde5b9803cf9e81ad23ce0","b6dc8fd1c6092da86725c338ca6c263d1c6dd3073046d3ec4eb2d68515062da2","d9198a0f01f00870653347560e10494efeca0bfa2de0988bd5d883a9d2c47edb","d4279865b926d7e2cfe8863b2eae270c4c035b6e923af8f9d7e6462d68679e07","73b6945448bb3425b764cfe7b1c4b0b56c010cc66e5f438ef320c53e469797eb","cf72fd8ffa5395f4f1a26be60246ec79c5a9ad201579c9ba63fd2607b5daf184","301a458744666096f84580a78cc3f6e8411f8bab92608cdaa33707546ca2906f","711e70c0916ff5f821ea208043ecd3e67ed09434b8a31d5616286802b58ebebe","e1f2fd9f88dd0e40c358fbf8c8f992211ab00a699e7d6823579b615b874a8453","17db3a9dcb2e1689ff7ace9c94fa110c88da64d69f01dc2f3cec698e4fc7e29e","73fb07305106bb18c2230890fcacf910fd1a7a77d93ac12ec40bc04c49ee5b8e","2c5f341625a45530b040d59a4bc2bc83824d258985ede10c67005be72d3e21d0","c4a262730d4277ecaaf6f6553dabecc84dcca8decaebbf2e16f1df8bbd996397","c23c533d85518f3358c55a7f19ab1a05aad290251e8bba0947bd19ea3c259467","5d0322a0b8cdc67b8c71e4ccaa30286b0c8453211d4c955a217ac2d3590e911f","f5e4032b6e4e116e7fec5b2620a2a35d0b6b8b4a1cc9b94a8e5ee76190153110","9ab26cb62a0e86ab7f669c311eb0c4d665457eb70a103508aa39da6ccee663da","5f64d1a11d8d4ce2c7ee3b72471df76b82d178a48964a14cdfdc7c5ef7276d70","24e2fbc48f65814e691d9377399807b9ec22cd54b51d631ba9e48ee18c5939dd","bfa2648b2ee90268c6b6f19e84da3176b4d46329c9ec0555d470e647d0568dfb","75ef3cb4e7b3583ba268a094c1bd16ce31023f2c3d1ac36e75ca65aca9721534","3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","3ada1b216e45bb9e32e30d8179a0a95870576fe949c33d9767823ccf4f4f4c97","1ace2885dffab849f7c98bffe3d1233260fbf07ee62cb58130167fd67a376a65","2126e5989c0ca5194d883cf9e9c10fe3e5224fbd3e4a4a6267677544e8be0aae","41a6738cf3c756af74753c5033e95c5b33dfc1f6e1287fa769a1ac4027335bf5","6e8630be5b0166cbc9f359b9f9e42801626d64ff1702dcb691af811149766154","e36b77c04e00b4a0bb4e1364f2646618a54910c27f6dc3fc558ca2ced8ca5bc5","2c4ea7e9f95a558f46c89726d1fedcb525ef649eb755a3d7d5055e22b80c2904","4875d65190e789fad05e73abd178297b386806b88b624328222d82e455c0f2e7","bf5302ecfaacee37c2316e33703723d62e66590093738c8921773ee30f2ecc38","62684064fe034d54b87f62ad416f41b98a405dee4146d0ec03b198c3634ea93c","be02cbdb1688c8387f8a76a9c6ed9d75d8bb794ec5b9b1d2ba3339a952a00614","cefaff060473a5dbf4939ee1b52eb900f215f8d6249dc7c058d6b869d599983c","b2797235a4c1a7442a6f326f28ffb966226c3419399dbb33634b8159af2c712f","164d633bbd4329794d329219fc173c3de85d5ad866d44e5b5f0fb60c140e98f2","b74300dd0a52eaf564b3757c07d07e1d92def4e3b8708f12eedb40033e4cafe9","a792f80b1e265b06dce1783992dbee2b45815a7bdc030782464b8cf982337cf2","8816b4b3a87d9b77f0355e616b38ed5054f993cc4c141101297f1914976a94b1","0f35e4da974793534c4ca1cdd9491eab6993f8cf47103dadfc048b899ed9b511","0ccdfcaebf297ec7b9dde20bbbc8539d5951a3d8aaa40665ca469da27f5a86e1","7fcb05c8ce81f05499c7b0488ae02a0a1ac6aebc78c01e9f8c42d98f7ba68140","81c376c9e4d227a4629c7fca9dde3bbdfa44bd5bd281aee0ed03801182368dc5","0f2448f95110c3714797e4c043bbc539368e9c4c33586d03ecda166aa9908843","b2f1a443f7f3982d7325775906b51665fe875c82a62be3528a36184852faa0bb","7568ff1f23363d7ee349105eb936e156d61aea8864187a4c5d85c60594b44a25","8c4d1d9a4eba4eac69e6da0f599a424b2689aee55a455f0b5a7f27a807e064db","e1beb9077c100bdd0fc8e727615f5dae2c6e1207de224569421907072f4ec885","3dda13836320ec71b95a68cd3d91a27118b34c05a2bfda3e7e51f1d8ca9b960b","fedc79cb91f2b3a14e832d7a8e3d58eb02b5d5411c843fcbdc79e35041316b36","99f395322ffae908dcdfbaa2624cc7a2a2cb7b0fbf1a1274aca506f7b57ebcb5","5e1f7c43e8d45f2222a5c61cbc88b074f4aaf1ca4b118ac6d6123c858efdcd71","7388273ab71cb8f22b3f25ffd8d44a37d5740077c4d87023da25575204d57872","0a48ceb01a0fdfc506aa20dfd8a3563edbdeaa53a8333ddf261d2ee87669ea7b","3182d06b874f31e8e55f91ea706c85d5f207f16273480f46438781d0bd2a46a1","ccd47cab635e8f71693fa4e2bbb7969f559972dae97bd5dbd1bbfee77a63b410","89770fa14c037f3dc3882e6c56be1c01bb495c81dec96fa29f868185d9555a5d","7048c397f08c54099c52e6b9d90623dc9dc6811ea142f8af3200e40d66a972e1","512120cd6f026ce1d3cf686c6ab5da80caa40ef92aa47466ec60ba61a48b5551","6cd0cb7f999f221e984157a7640e7871960131f6b221d67e4fdc2a53937c6770","f48b84a0884776f1bc5bf0fcf3f69832e97b97dc55d79d7557f344de900d259b","dca490d986411644b0f9edf6ea701016836558e8677c150dca8ad315178ec735","a028a04948cf98c1233166b48887dad324e8fe424a4be368a287c706d9ccd491","3046ed22c701f24272534b293c10cfd17b0f6a89c2ec6014c9a44a90963dfa06","394da10397d272f19a324c95bea7492faadf2263da157831e02ae1107bd410f5","0580595a99248b2d30d03f2307c50f14eb21716a55beb84dd09d240b1b087a42","a7da9510150f36a9bea61513b107b59a423fdff54429ad38547c7475cd390e95","659615f96e64361af7127645bb91f287f7b46c5d03bea7371e6e02099226d818","1f2a42974920476ce46bb666cd9b3c1b82b2072b66ccd0d775aa960532d78176","500b3ae6095cbab92d81de0b40c9129f5524d10ad955643f81fc07d726c5a667","a957ad4bd562be0662fb99599dbcf0e16d1631f857e5e1a83a3f3afb6c226059","e57a4915266a6a751c6c172e8f30f6df44a495608613e1f1c410196207da9641","7a12e57143b7bc5a52a41a8c4e6283a8f8d59a5e302478185fb623a7157fff5e","17b3426162e1d9cb0a843e8d04212aabe461d53548e671236de957ed3ae9471b","f38e86eb00398d63180210c5090ef6ed065004474361146573f98b3c8a96477d","231d9e32382d3971f58325e5a85ba283a2021243651cb650f82f87a1bf62d649","6532e3e87b87c95f0771611afce929b5bad9d2c94855b19b29b3246937c9840b","65704bbb8f0b55c73871335edd3c9cead7c9f0d4b21f64f5d22d0987c45687f0","787232f574af2253ac860f22a445c755d57c73a69a402823ae81ba0dfdd1ce23","5e63903cd5ebce02486b91647d951d61a16ad80d65f9c56581cd624f39a66007","bcc89a120d8f3c02411f4df6b1d989143c01369314e9b0e04794441e6b078d22","d17531ef42b7c76d953f63bd5c5cd927c4723e62a7e0b2badf812d5f35f784eb","6d4ee1a8e3a97168ea4c4cc1c68bb61a3fd77134f15c71bb9f3f63df3d26b54c","1eb04fea6b47b16922ed79625d90431a8b2fc7ba9d5768b255e62df0c96f1e3a","de0c2eece83bd81b8682f4496f558beb728263e17e74cbc4910e5c9ce7bef689","98866542d45306dab48ecc3ddd98ee54fa983353bc3139dfbc619df882f54d90","9e04c7708917af428c165f1e38536ddb2e8ecd576f55ed11a97442dc34b6b010","31fe6f6d02b53c1a7c34b8d8f8c87ee9b6dd4b67f158cbfff3034b4f3f69c409","2e1d853f84188e8e002361f4bfdd892ac31c68acaeac426a63cd4ff7abf150d0","666b5289ec8a01c4cc0977c62e3fd32e89a8e3fd9e97c8d8fd646f632e63c055","a1107bbb2b10982dba1f7958a6a5cf841e1a19d6976d0ecdc4c43269c7b0eaf2","07fa6122f7495331f39167ec9e4ebd990146a20f99c16c17bc0a98aa81f63b27","39c1483481b35c2123eaab5094a8b548a0c3f1e483ab7338102c3291f1ab18bf","b73e6242c13796e7d5fba225bf1c07c8ee66d31b7bb65f45be14226a9ae492d2","f2931608d541145d189390d6cfb74e1b1e88f73c0b9a80c4356a4daa7fa5e005","8684656fe3bf1425a91bd62b8b455a1c7ec18b074fd695793cfae44ae02e381a","ccf0b9057dd65c7fb5e237de34f706966ebc30c6d3669715ed05e76225f54fbd","d930f077da575e8ea761e3d644d4c6279e2d847bae2b3ea893bbd572315acc21","19b0616946cb615abde72c6d69049f136cc4821b784634771c1d73bec8005f73","553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","1225cf1910667bfd52b4daa9974197c3485f21fe631c3ce9db3b733334199faa","f7cb9e46bd6ab9d620d68257b525dbbbbc9b0b148adf500b819d756ebc339de0","e46d6c3120aca07ae8ec3189edf518c667d027478810ca67a62431a0fa545434","9d234b7d2f662a135d430d3190fc21074325f296273125244b2bf8328b5839a0","0554ef14d10acea403348c53436b1dd8d61e7c73ef5872e2fe69cc1c433b02f8","2f6ae5538090db60514336bd1441ca208a8fab13108cfa4b311e61eaca5ff716","17bf4ce505a4cff88fb56177a8f7eb48aa55c22ccc4cce3e49cc5c8ddc54b07d","3d735f493d7da48156b79b4d8a406bf2bbf7e3fe379210d8f7c085028143ee40","41de1b3ddd71bd0d9ed7ac217ca1b15b177dd731d5251cde094945c20a715d03","17d9c562a46c6a25bc2f317c9b06dd4e8e0368cbe9bdf89be6117aeafd577b36","ded799031fe18a0bb5e78be38a6ae168458ff41b6c6542392b009d2abe6a6f32","ed48d467a7b25ee1a2769adebc198b647a820e242c96a5f96c1e6c27a40ab131","b914114df05f286897a1ae85d2df39cfd98ed8da68754d73cf830159e85ddd15","73881e647da3c226f21e0b80e216feaf14a5541a861494c744e9fbe1c3b3a6af","d79e1d31b939fa99694f2d6fbdd19870147401dbb3f42214e84c011e7ec359ab","4f71097eae7aa37941bab39beb2e53e624321fd341c12cc1d400eb7a805691ff","58ebb4f21f3a90dda31a01764462aa617849fdb1b592f3a8d875c85019956aff","a8e8d0e6efff70f3c28d3e384f9d64530c7a7596a201e4879a7fd75c7d55cbb5","df5cbb80d8353bf0511a4047cc7b8434b0be12e280b6cf3de919d5a3380912c0","256eb0520e822b56f720962edd7807ed36abdf7ea23bcadf4a25929a3317c8cf","9cf2cbc9ceb5f718c1705f37ce5454f14d3b89f690d9864394963567673c1b5c","07d3dd790cf1e66bb6fc9806d014dd40bb2055f8d6ca3811cf0e12f92ba4cb9a","1f99fd62e9cff9b50c36f368caf3b9fb79fc6f6c75ca5d3c2ec4afaea08d9109","6558faaacba5622ef7f1fdfb843cd967af2c105469b9ff5c18a81ce85178fca7","34e7f17ae9395b0269cd3f2f0af10709e6dc975c5b44a36b6b70442dc5e25a38","a4295111b54f84c02c27e46b0855b02fad3421ae1d2d7e67ecf16cb49538280a","ce9746b2ceae2388b7be9fe1f009dcecbc65f0bdbc16f40c0027fab0fb848c3b","35ce823a59f397f0e85295387778f51467cea137d787df385be57a2099752bfb","2e5acd3ec67bc309e4f679a70c894f809863c33b9572a8da0b78db403edfa106","1872f3fcea0643d5e03b19a19d777704320f857d1be0eb4ee372681357e20c88","9689628941205e40dcbb2706d1833bd00ce7510d333b2ef08be24ecbf3eb1a37","0317a72a0b63094781476cf1d2d27585d00eb2b0ca62b5287124735912f3d048","6ce4c0ab3450a4fff25d60a058a25039cffd03141549589689f5a17055ad0545","9153ec7b0577ae77349d2c5e8c5dd57163f41853b80c4fb5ce342c7a431cbe1e","f490dfa4619e48edd594a36079950c9fca1230efb3a82aaf325047262ba07379","674f00085caff46d2cbc76fc74740fd31f49d53396804558573421e138be0c12","41d029194c4811f09b350a1e858143c191073007a9ee836061090ed0143ad94f","44a6259ffd6febd8510b9a9b13a700e1d022530d8b33663f0735dbb3bee67b3d","6f4322500aff8676d9b8eef7711c7166708d4a0686b792aa4b158e276ed946a7","e829ff9ecffa3510d3a4d2c3e4e9b54d4a4ccfef004bacbb1d6919ce3ccca01f","62e6fec9dbd012460b47af7e727ec4cd34345b6e4311e781f040e6b640d7f93e","4d180dd4d0785f2cd140bc069d56285d0121d95b53e4348feb4f62db2d7035d3","f1142cbba31d7f492d2e7c91d82211a8334e6642efe52b71d9a82cb95ba4e8ae","279cac827be5d48c0f69fe319dc38c876fdd076b66995d9779c43558552d8a50","a70ff3c65dc0e7213bfe0d81c072951db9f5b1e640eb66c1eaed0737879c797b","f75d3303c1750f4fdacd23354657eca09aae16122c344e65b8c14c570ff67df5","3ebae6a418229d4b303f8e0fdb14de83f39fba9f57b39d5f213398bca72137c7","21ba07e33265f59d52dece5ac44f933b2b464059514587e64ad5182ddf34a9b0","2d3d96efba00493059c460fd55e6206b0667fc2e73215c4f1a9eb559b550021f","d23d4a57fff5cec5607521ba3b72f372e3d735d0f6b11a4681655b0bdd0505f4","395c1f3da7e9c87097c8095acbb361541480bf5fd7fa92523985019fef7761dd","d61f3d719293c2f92a04ba73d08536940805938ecab89ac35ceabc8a48ccb648","ca693235a1242bcd97254f43a17592aa84af66ccb7497333ccfea54842fde648","cd41cf040b2e368382f2382ec9145824777233730e3965e9a7ba4523a6a4698e","2e7a9dba6512b0310c037a28d27330520904cf5063ca19f034b74ad280dbfe71","9f2a38baf702e6cb98e0392fa39d25a64c41457a827b935b366c5e0980a6a667","c1dc37f0e7252928f73d03b0d6b46feb26dea3d8737a531ca4c0ec4105e33120","25126b80243fb499517e94fc5afe5c9c5df3a0105618e33581fb5b2f2622f342","d332c2ddcb64012290eb14753c1b49fe3eee9ca067204efba1cf31c1ce1ee020","1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","7c9f2d62d83f1292a183a44fb7fb1f16eb9037deb05691d307d4017ac8af850a","d0163ab7b0de6e23b8562af8b5b4adea4182884ca7543488f7ac2a3478f3ae6e","05224e15c6e51c4c6cd08c65f0766723f6b39165534b67546076c226661db691","a5f7158823c7700dd9fc1843a94b9edc309180c969fbfa6d591aeb0b33d3b514","7d30937f8cf9bb0d4b2c2a8fb56a415d7ef393f6252b24e4863f3d7b84285724","e04d074584483dc9c59341f9f36c7220f16eed09f7af1fa3ef9c64c26095faec","619697e06cbc2c77edda949a83a62047e777efacde1433e895b904fe4877c650","88d9a8593d2e6aee67f7b15a25bda62652c77be72b79afbee52bea61d5ffb39e","044d7acfc9bd1af21951e32252cf8f3a11c8b35a704169115ddcbde9fd717de2","a4ca8f13a91bd80e6d7a4f013b8a9e156fbf579bbec981fe724dad38719cfe01","5a216426a68418e37e55c7a4366bc50efc99bda9dc361eae94d7e336da96c027","13b65b640306755096d304e76d4a237d21103de88b474634f7ae13a2fac722d5","7478bd43e449d3ce4e94f3ed1105c65007b21f078b3a791ea5d2c47b30ea6962","601d3e8e71b7d6a24fc003aca9989a6c25fa2b3755df196fd0aaee709d190303","168e0850fcc94011e4477e31eca81a8a8a71e1aed66d056b7b50196b877e86c8","37ba82d63f5f8c6b4fc9b756f24902e47f62ea66aae07e89ace445a54190a86e","f5b66b855f0496bc05f1cd9ba51a6a9de3d989b24aa36f6017257f01c8b65a9f","823b16d378e8456fcc5503d6253c8b13659be44435151c6b9f140c4a38ec98c1","b58b254bf1b586222844c04b3cdec396e16c811463bf187615bb0a1584beb100","a367c2ccfb2460e222c5d10d304e980bd172dd668bcc02f6c2ff626e71e90d75","0718623262ac94b016cb0cfd8d54e4d5b7b1d3941c01d85cf95c25ec1ba5ed8d","d4f3c9a0bd129e9c7cbfac02b6647e34718a2b81a414d914e8bd6b76341172e0","824306df6196f1e0222ff775c8023d399091ada2f10f2995ce53f5e3d4aff7a4","84ca07a8d57f1a6ba8c0cf264180d681f7afae995631c6ca9f2b85ec6ee06c0f","35755e61e9f4ec82d059efdbe3d1abcccc97a8a839f1dbf2e73ac1965f266847","64a918a5aa97a37400ec085ffeea12a14211aa799cd34e5dc828beb1806e95bb","0c8f5489ba6af02a4b1d5ba280e7badd58f30dc8eb716113b679e9d7c31185e5","7b574ca9ae0417203cdfa621ab1585de5b90c4bc6eea77a465b2eb8b92aa5380","3334c03c15102700973e3e334954ac1dffb7be7704c67cc272822d5895215c93","aabcb169451df7f78eb43567fab877a74d134a0a6d9850aa58b38321374ab7c0","1b5effdd8b4e8d9897fc34ab4cd708a446bf79db4cb9a3467e4a30d55b502e14","d772776a7aea246fd72c5818de72c3654f556b2cf0d73b90930c9c187cc055fc","dbd4bd62f433f14a419e4c6130075199eb15f2812d2d8e7c9e1f297f4daac788","427df949f5f10c73bcc77b2999893bc66c17579ad073ee5f5270a2b30651c873","c4c1a5565b9b85abfa1d663ca386d959d55361e801e8d49155a14dd6ca41abe1","7a45a45c277686aaff716db75a8157d0458a0d854bacf072c47fee3d499d7a99","57005b72bce2dc26293e8924f9c6be7ee3a2c1b71028a680f329762fa4439354","8f53b1f97c53c3573c16d0225ee3187d22f14f01421e3c6da1a26a1aace32356","810fdc0e554ed7315c723b91f6fa6ef3a6859b943b4cd82879641563b0e6c390","87a36b177b04d23214aa4502a0011cd65079e208cd60654aefc47d0d65da68ea","28a1c17fcbb9e66d7193caca68bbd12115518f186d90fc729a71869f96e2c07b","cc2d2abbb1cc7d6453c6fee760b04a516aa425187d65e296a8aacff66a49598a","d2413645bc4ab9c3f3688c5281232e6538684e84b49a57d8a1a8b2e5cf9f2041","4e6e21a0f9718282d342e66c83b2cd9aa7cd777dfcf2abd93552da694103b3dc","9006cc15c3a35e49508598a51664aa34ae59fc7ab32d6cc6ea2ec68d1c39448e","74467b184eadee6186a17cac579938d62eceb6d89c923ae67d058e2bcded254e","4169b96bb6309a2619f16d17307da341758da2917ff40c615568217b14357f5e","4a94d6146b38050de0830019a1c6a7820c2e2b90eba1a5ee4e4ab3bc30a72036","48a35ece156203abf19864daa984475055bbed4dc9049d07f4462100363f1e85","dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","c269a12e83c5ffc0332b1f245008e4e621e483dd2f8b9b77fc6a664fcde4969d","c4c868a268d20e2c678cfafd1524b6548776d80885089870960737623ec00b50","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2","ab754c02d70553f7131f80a5c44f6e45c3251afb571a73117274b4724f683e02","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","732a22e28e99e56f4f76410ef1d28ab502ae569ed7a25161db50629814f0c4e3","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","320dbd1fad4669e888e2f83c8abd2942898b993120473d3a79cb4545dbcf2a85","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2","207c7a7aa85b59e5abd719d0a2bd243b5ff51d489bfed9d45c99a7b94c0bb812","ac49c844ebee8a9b1eb2183ca9dc83fd37c6b7c32075807bbe3e5fd0028e941b","b729899cd0358594a799a91369578b41ff6b6f5db7335bba2ba52edd0df8d95b",{"version":"ab63ed8928d3a3a33862a0189f2acea4f6c5aa58324c3ac54464779dd4a0ea5d","affectsGlobalScope":true},"b8bbaace0a1559049493f3a87f4a31bee9073a0236b9d22982d9872f4c93d09a","686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","6503fb6addf62f9b10f8564d9869ad824565a914ec1ac3dd7d13da14a3f57036","f313731860257325f13351575f381fef333d4dfe30daf5a2e72f894208feea08","951b37f7d86f6012f09e6b35f1de57c69d75f16908cb0adaa56b93675ea0b853","3816fc03ffd9cbd1a7a3362a264756a4a1d547caabea50ca68303046be40e376","0c417b4ec46b88fb62a43ec00204700b560d01eb5677c7faa8ecd34610f096a8","13d29cdeb64e8496424edf42749bbb47de5e42d201cf958911a4638cbcffbd3f","dcafd874e49d42fc215dcb4ef1e06511363c1f31979951081f3cd1908a05a636","b2be45e9e0238c849783783dc27bf79f3b1a65332424a65cc1118f207b4792c9","6002c44a8e8edbe4c79ce856c7bac3f8e69a2a45dc5bd6b229ca4ab323b924b3","b4d505a77e0829de5e5e23eaefb3d7989e0dbdfdb02ea69159df9f40017fb958","b8396e9024d554b611cbe31a024b176ba7116063d19354b5a02dccd8f0118989","f2242adef346a64818a1af914146f6f6046f16505e8a228c3bdb70185d4fdf4c","2f7508d8eeadcfde20b41ec13726c9ad26f04bbf830434e289c6010d5be28455","8b155c4757d197969553de3762c8d23d5866710301de41e1b66b97c9ed867003","9798f0d3693043da9dda9146b5e8622cd4476270e7aed8f3cb346b9b40a52103","fc7e8927b6fa6c81d68783afb314d01592c559e86bd36df334c37f40d0136acd","73f72caffdd55f189b5bf4e6b5ca273b4e26269d9aac859b9d30a5f799c095ad","d998e3e185cdf59dfc84043c41a42c02daaf3b7b21bee2db2d1f620a8e134f4c","06aa8858883e08f5136eb182d2f285ea615aeb464007f83c7a31ee1f8d9932b1","62d429aba0bbe459a04965d10c7637b74b319149f17874920a5ffb9fe3ba14d8","6b5acb2819b71f30dc2ba5929d3918e0a658ffec00095880b3de7e934122a75b","2b603cae1c11f97a113adac3f8ba8d60ee842c740c8139d41ab9d6ce202449a5","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","4ec9d340a4b31d571bafaf4e09e747793ad99fe57117cca8ecbac2abc1dcd3cb","8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","3034db2891e04de367126370bebec88ac3b4e3b1eb8b7dc30671ccddb717eed2","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8db87f1a11acf41035f806b3a09bf144f3d0f2e3fd8faf818db733a5ad67a494","898f60d2750246a8dd22fc66b160d96e8da30dd3fb0155bcbe77cfd7617cf20a","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab",{"version":"6451264601a58c77b5f347234485ce0ac09e9fafcc5228a3c60f5ccb3fc8524e","affectsGlobalScope":true},"d8e11b9b348b4d1f50d94a71a815e275a1cb92bed1648289e54437822803649c"],"root":[[183,185],434,[436,440],444,445,449,450,[456,459],[462,487],[489,494],[496,519]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitOverride":true,"noUnusedLocals":true,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[131,179],[840],[143,179,844,845],[179,447,847],[142,143,179,446],[143,160,850,853,855],[157,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432],[433],[413,414,433],[157,411,416,433],[157,417,418,433],[157,417,433],[157,411,417,433],[157,423,433],[157,433],[157,411],[416],[157],[143,171,179],[532],[533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836],[520,522,523,524,525,526,527,528,529,530,531,532],[520,521,523,524,525,526,527,528,529,530,531,532],[521,522,523,524,525,526,527,528,529,530,531,532],[520,521,522,524,525,526,527,528,529,530,531,532],[520,521,522,523,525,526,527,528,529,530,531,532],[520,521,522,523,524,526,527,528,529,530,531,532],[520,521,522,523,524,525,527,528,529,530,531,532],[520,521,522,523,524,525,526,528,529,530,531,532],[520,521,522,523,524,525,526,527,529,530,531,532],[520,521,522,523,524,525,526,527,528,530,531,532],[520,521,522,523,524,525,526,527,528,529,531,532],[520,521,522,523,524,525,526,527,528,529,530,532],[520,521,522,523,524,525,526,527,528,529,530,531],[880],[865],[869,870,871],[868],[870],[860,866,867,872,875,877,878,879],[867,873,874,880],[873,876],[867,868,873,880],[867,880],[882],[861,862,863,864],[93],[129],[130,135,163],[131,142,143,150,160,171],[131,132,142,150],[133,172],[134,135,143,151],[135,160,168],[136,138,142,150],[129,137],[138,139],[142],[140,142],[129,142],[142,143,144,160,171],[142,143,144,157,160,163],[127,130,176],[138,142,145,150,160,171],[142,143,145,146,150,160,168,171],[145,147,160,168,171],[93,94,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178],[142,148],[149,171,176],[138,142,150,160],[151],[152],[129,153],[154,170,176],[155],[156],[142,157,158],[157,159,172,174],[130,142,160,161,162,163],[130,160,162],[160,161],[163],[164],[129,160],[142,166,167],[166,167],[135,150,160,168],[169],[150,170],[130,145,156,171],[135,172],[160,173],[149,174],[175],[130,135,142,144,153,160,171,174,176],[160,177],[143,179,847],[179,890],[892,931],[892,916,931],[931],[892],[892,917,931],[892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930],[917,931],[131,179,447],[160,179],[142,179,851,852],[142,179,848,854],[143,179],[131,142,160],[142,143,179,849],[442],[441],[66,67,68,69,70,71,72],[68,69,70,71],[460],[179],[142,889],[223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,343,344,346,355,357,358,359,360,361,362,364,365,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410],[268],[224,227],[226],[226,227],[223,224,225,227],[224,226,227,384],[227],[223,226,268],[226,227,384],[226,392],[224,226,227],[236],[259],[280],[226,227,268],[227,275],[226,227,268,286],[226,227,286],[227,327],[227,268],[223,227,345],[223,227,346],[368],[352,354],[363],[352],[223,227,345,352,353],[345,346,354],[366],[223,227,352,353,354],[225,226,227],[223,227],[224,226,346,347,348,349],[268,346,347,348,349],[346,348],[226,347,348,350,351,355],[223,226],[227,370],[228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274,276,277,278,279,280,281,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343],[356],[104,108,171],[104,160,171],[99],[101,104,168,171],[150,168],[99,179],[101,104,150,171],[96,97,100,103,130,142,160,171],[96,102],[100,104,130,163,171,179],[130,179],[120,130,179],[98,99,179],[104],[98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126],[104,111,112],[102,104,112,113],[103],[96,99,104],[104,108,112,113],[108],[102,104,107,171],[96,101,102,104,108,111],[130,160],[99,104,120,130,176,179],[74],[74,75,76,77],[74,75,76],[451],[452,453,454],[451,452,453],[185,186,187,189,190,191,195],[186,187,188,189,190,191,194],[192,193],[188],[200],[131,179,200],[197,198,199,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221],[197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220],[436],[182,185,435],[434],[64,65,73,78,149,182,196,222,434,436,437],[64,65,182,434,436,439],[64,65,78,182,196,222,433,434,436,443,444],[64,65,182,196,222,434,436,448,449],[64,65,182,433,436,448,455,456],[64,65,182,222,433,434,436,448,455,458],[64,65,73,182,196,222,433,434,436,461,462],[64,65,73,78,149,182,196,222,434,436,448,464,465],[64,65,182,222,436,448,455,464],[64,65,182,196,222,433,434,436,448,468],[64,65,182,196,222,433,434,436,443,448,470],[64,65,73,78,149,182,196,222,434,436,448,464,472],[64,65,182,196,222,434,436,448,474],[64,65,73,182,222,433,434,436,448,485,486],[64,65,182,222,434,436,448,488,489],[64,65,143,222,433,434,436,448,464],[64,65,182,434,436,461,492],[64,182,434,436,448,482],[64,65,182,222,434,436,443,495,496],[64,65,182,222,436,448],[64,182,196,434,436,484],[64,65,182,196,222,433,434,436,443,448,478],[64,65,182,196,222,434,436,448,481],[64,65,78,182,196,222,433,434,436,443,495,502],[64,182,434,436,488,504],[64,65,182,196,222,434,436,448,480],[64,65,73,182,196,222,434,436,448,479],[64,65,182,222,434,436,495,508],[64,65,182,222,434,436,448,510],[64,65,182,196,222,433,434,436,443,448,477],[64,182,434,436,448,483],[64,65,182,196,222,434,436,448,464,476],[64,65,182,434,436,461,515],[64,65,149,182,436,448],[182,222,437,449,456,458,462,465,470,472,474,476,477,478,479,480,481,482,483,484],[183,184],[131,433],[79],[80,81,82,83,84,85,90,91,92,180,181],[79,80,81,82,83,84,85,89,91,92,180],[88,89],[88],[86,87],[185]],"referencedMap":[[839,1],[841,2],[846,3],[848,4],[447,5],[847,5],[856,6],[433,7],[413,8],[415,9],[414,8],[417,10],[419,11],[420,12],[421,13],[422,11],[423,12],[424,11],[425,14],[426,12],[427,11],[428,15],[429,8],[430,8],[431,16],[418,17],[432,18],[416,18],[844,19],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[837,21],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[782,20],[783,20],[784,20],[785,20],[786,20],[787,20],[788,20],[789,20],[790,20],[791,20],[792,20],[793,20],[794,20],[795,20],[796,20],[797,20],[798,20],[799,20],[800,20],[801,20],[802,20],[803,20],[804,20],[805,20],[806,20],[807,20],[808,20],[809,20],[810,20],[811,20],[812,20],[813,20],[814,20],[815,20],[816,20],[817,20],[818,20],[819,20],[820,20],[821,20],[822,20],[823,20],[824,20],[825,20],[826,20],[827,20],[828,20],[829,20],[830,20],[831,20],[832,20],[833,20],[834,20],[835,20],[836,20],[521,22],[522,23],[520,24],[523,25],[524,26],[525,27],[526,28],[527,29],[528,30],[529,31],[530,32],[531,33],[532,34],[881,35],[866,36],[872,37],[869,38],[871,39],[880,40],[875,41],[877,42],[878,43],[879,44],[874,44],[876,44],[868,44],[883,45],[864,36],[865,46],[863,36],[93,47],[94,47],[129,48],[130,49],[131,50],[132,51],[133,52],[134,53],[135,54],[136,55],[137,56],[138,57],[139,57],[141,58],[140,59],[142,60],[143,61],[144,62],[128,63],[145,64],[146,65],[147,66],[179,67],[148,68],[149,69],[150,70],[151,71],[152,72],[153,73],[154,74],[155,75],[156,76],[157,77],[158,77],[159,78],[160,79],[162,80],[161,81],[163,82],[164,83],[165,84],[166,85],[167,86],[168,87],[169,88],[170,89],[171,90],[172,91],[173,92],[174,93],[175,94],[176,95],[177,96],[888,97],[891,98],[916,99],[917,100],[892,101],[895,101],[914,99],[915,99],[905,99],[904,102],[902,99],[897,99],[910,99],[908,99],[912,99],[896,99],[909,99],[913,99],[898,99],[899,99],[911,99],[893,99],[900,99],[901,99],[903,99],[907,99],[918,103],[906,99],[894,99],[931,104],[925,103],[927,105],[926,103],[919,103],[920,103],[922,103],[924,103],[928,105],[929,105],[921,105],[923,105],[448,106],[412,107],[853,108],[855,109],[854,110],[852,111],[850,112],[443,113],[442,114],[73,115],[72,116],[461,117],[435,118],[890,119],[411,120],[362,121],[360,121],[410,122],[375,123],[374,123],[275,124],[226,125],[382,124],[383,124],[385,126],[386,124],[387,127],[286,128],[388,124],[359,124],[389,124],[390,129],[391,124],[392,123],[393,130],[394,124],[395,124],[396,124],[397,124],[398,123],[399,124],[400,124],[401,124],[402,124],[403,131],[404,124],[405,124],[406,124],[407,124],[408,124],[225,122],[228,127],[229,127],[230,127],[231,127],[232,127],[233,127],[234,127],[235,124],[237,132],[238,127],[236,127],[239,127],[240,127],[241,127],[242,127],[243,127],[244,127],[245,124],[246,127],[247,127],[248,127],[249,127],[250,127],[251,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[260,133],[259,127],[261,127],[262,127],[263,127],[264,127],[265,131],[266,124],[267,124],[281,134],[269,135],[270,127],[271,127],[272,124],[273,127],[274,127],[276,136],[277,127],[278,127],[279,127],[280,127],[282,127],[283,127],[284,127],[285,127],[287,137],[288,127],[289,127],[290,127],[291,124],[292,127],[293,138],[294,138],[295,138],[296,124],[297,127],[298,127],[299,127],[304,127],[300,127],[301,124],[302,127],[303,124],[305,127],[306,127],[307,127],[308,127],[309,127],[310,127],[311,124],[312,127],[313,127],[314,127],[315,127],[316,127],[317,127],[318,127],[319,127],[320,127],[321,127],[322,127],[323,127],[324,127],[325,127],[326,127],[327,127],[328,139],[329,127],[330,127],[331,127],[332,127],[333,127],[334,127],[335,124],[336,124],[337,124],[338,124],[339,124],[340,127],[341,127],[342,127],[343,127],[361,140],[409,124],[346,141],[345,142],[369,143],[368,144],[364,145],[363,144],[365,146],[354,147],[352,148],[367,149],[366,146],[355,150],[268,151],[224,152],[223,127],[350,153],[351,154],[349,155],[347,127],[356,156],[227,157],[373,123],[371,158],[344,159],[357,160],[111,161],[118,162],[110,161],[125,163],[102,164],[101,165],[124,118],[119,166],[122,167],[104,168],[103,169],[99,170],[98,171],[121,172],[100,173],[105,174],[109,174],[127,175],[126,174],[113,176],[114,177],[116,178],[112,179],[115,180],[120,118],[107,181],[108,182],[117,183],[97,184],[123,185],[75,186],[78,187],[77,188],[453,189],[455,190],[454,191],[452,189],[196,192],[195,193],[194,194],[189,195],[188,1],[191,195],[215,196],[220,196],[201,196],[202,196],[214,197],[222,198],[221,199],[219,196],[464,200],[436,201],[437,202],[439,202],[444,202],[449,202],[456,202],[458,202],[462,202],[465,202],[468,202],[470,202],[472,202],[474,202],[486,202],[489,202],[492,202],[482,202],[496,202],[484,202],[478,202],[481,202],[502,202],[504,202],[480,202],[479,202],[508,202],[510,202],[477,202],[483,202],[476,202],[515,202],[438,203],[440,204],[445,205],[450,206],[457,207],[459,208],[463,209],[466,210],[467,211],[469,212],[471,213],[473,214],[475,215],[487,216],[490,217],[491,218],[493,219],[494,220],[497,221],[498,222],[499,223],[500,224],[501,225],[503,226],[505,227],[506,228],[507,229],[509,230],[511,231],[512,232],[513,233],[514,234],[516,235],[517,236],[485,237],[185,238],[434,239],[80,240],[182,241],[181,242],[90,243],[89,244],[88,245],[180,1]],"exportedModulesMap":[[839,1],[841,2],[846,3],[848,4],[447,5],[847,5],[856,6],[433,7],[413,8],[415,9],[414,8],[417,10],[419,11],[420,12],[421,13],[422,11],[423,12],[424,11],[425,14],[426,12],[427,11],[428,15],[429,8],[430,8],[431,16],[418,17],[432,18],[416,18],[844,19],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[837,21],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[782,20],[783,20],[784,20],[785,20],[786,20],[787,20],[788,20],[789,20],[790,20],[791,20],[792,20],[793,20],[794,20],[795,20],[796,20],[797,20],[798,20],[799,20],[800,20],[801,20],[802,20],[803,20],[804,20],[805,20],[806,20],[807,20],[808,20],[809,20],[810,20],[811,20],[812,20],[813,20],[814,20],[815,20],[816,20],[817,20],[818,20],[819,20],[820,20],[821,20],[822,20],[823,20],[824,20],[825,20],[826,20],[827,20],[828,20],[829,20],[830,20],[831,20],[832,20],[833,20],[834,20],[835,20],[836,20],[521,22],[522,23],[520,24],[523,25],[524,26],[525,27],[526,28],[527,29],[528,30],[529,31],[530,32],[531,33],[532,34],[881,35],[866,36],[872,37],[869,38],[871,39],[880,40],[875,41],[877,42],[878,43],[879,44],[874,44],[876,44],[868,44],[883,45],[864,36],[865,46],[863,36],[93,47],[94,47],[129,48],[130,49],[131,50],[132,51],[133,52],[134,53],[135,54],[136,55],[137,56],[138,57],[139,57],[141,58],[140,59],[142,60],[143,61],[144,62],[128,63],[145,64],[146,65],[147,66],[179,67],[148,68],[149,69],[150,70],[151,71],[152,72],[153,73],[154,74],[155,75],[156,76],[157,77],[158,77],[159,78],[160,79],[162,80],[161,81],[163,82],[164,83],[165,84],[166,85],[167,86],[168,87],[169,88],[170,89],[171,90],[172,91],[173,92],[174,93],[175,94],[176,95],[177,96],[888,97],[891,98],[916,99],[917,100],[892,101],[895,101],[914,99],[915,99],[905,99],[904,102],[902,99],[897,99],[910,99],[908,99],[912,99],[896,99],[909,99],[913,99],[898,99],[899,99],[911,99],[893,99],[900,99],[901,99],[903,99],[907,99],[918,103],[906,99],[894,99],[931,104],[925,103],[927,105],[926,103],[919,103],[920,103],[922,103],[924,103],[928,105],[929,105],[921,105],[923,105],[448,106],[412,107],[853,108],[855,109],[854,110],[852,111],[850,112],[443,113],[442,114],[73,115],[72,116],[461,117],[435,118],[890,119],[411,120],[362,121],[360,121],[410,122],[375,123],[374,123],[275,124],[226,125],[382,124],[383,124],[385,126],[386,124],[387,127],[286,128],[388,124],[359,124],[389,124],[390,129],[391,124],[392,123],[393,130],[394,124],[395,124],[396,124],[397,124],[398,123],[399,124],[400,124],[401,124],[402,124],[403,131],[404,124],[405,124],[406,124],[407,124],[408,124],[225,122],[228,127],[229,127],[230,127],[231,127],[232,127],[233,127],[234,127],[235,124],[237,132],[238,127],[236,127],[239,127],[240,127],[241,127],[242,127],[243,127],[244,127],[245,124],[246,127],[247,127],[248,127],[249,127],[250,127],[251,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[260,133],[259,127],[261,127],[262,127],[263,127],[264,127],[265,131],[266,124],[267,124],[281,134],[269,135],[270,127],[271,127],[272,124],[273,127],[274,127],[276,136],[277,127],[278,127],[279,127],[280,127],[282,127],[283,127],[284,127],[285,127],[287,137],[288,127],[289,127],[290,127],[291,124],[292,127],[293,138],[294,138],[295,138],[296,124],[297,127],[298,127],[299,127],[304,127],[300,127],[301,124],[302,127],[303,124],[305,127],[306,127],[307,127],[308,127],[309,127],[310,127],[311,124],[312,127],[313,127],[314,127],[315,127],[316,127],[317,127],[318,127],[319,127],[320,127],[321,127],[322,127],[323,127],[324,127],[325,127],[326,127],[327,127],[328,139],[329,127],[330,127],[331,127],[332,127],[333,127],[334,127],[335,124],[336,124],[337,124],[338,124],[339,124],[340,127],[341,127],[342,127],[343,127],[361,140],[409,124],[346,141],[345,142],[369,143],[368,144],[364,145],[363,144],[365,146],[354,147],[352,148],[367,149],[366,146],[355,150],[268,151],[224,152],[223,127],[350,153],[351,154],[349,155],[347,127],[356,156],[227,157],[373,123],[371,158],[344,159],[357,160],[111,161],[118,162],[110,161],[125,163],[102,164],[101,165],[124,118],[119,166],[122,167],[104,168],[103,169],[99,170],[98,171],[121,172],[100,173],[105,174],[109,174],[127,175],[126,174],[113,176],[114,177],[116,178],[112,179],[115,180],[120,118],[107,181],[108,182],[117,183],[97,184],[123,185],[75,186],[78,187],[77,188],[453,189],[455,190],[454,191],[452,189],[196,192],[195,193],[194,194],[189,195],[188,1],[191,195],[215,196],[220,196],[201,196],[202,196],[214,197],[222,198],[221,199],[219,196],[436,246],[437,202],[439,202],[444,202],[449,202],[456,202],[458,202],[462,202],[465,202],[468,202],[470,202],[472,202],[474,202],[486,202],[489,202],[492,202],[482,202],[496,202],[484,202],[478,202],[481,202],[502,202],[504,202],[480,202],[479,202],[508,202],[510,202],[477,202],[483,202],[476,202],[515,202],[185,238],[434,239],[80,240],[182,241],[181,242],[90,243],[89,244],[88,245],[180,1]],"semanticDiagnosticsPerFile":[838,495,839,841,889,842,843,846,848,447,847,856,433,413,415,414,417,419,420,421,422,423,424,425,426,427,428,429,430,431,418,432,416,857,858,859,844,845,860,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,837,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,521,522,520,523,524,525,526,527,528,529,530,531,532,881,866,872,870,869,871,880,875,877,878,879,873,874,876,868,867,883,862,861,864,865,863,446,884,840,93,94,129,130,131,132,133,134,135,136,137,138,139,141,140,142,143,144,128,178,145,146,147,179,148,149,150,151,152,153,154,155,156,157,158,159,160,162,161,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,885,886,887,888,891,916,917,892,895,914,915,905,904,902,897,910,908,912,896,909,913,898,899,911,893,900,901,903,907,918,906,894,931,930,925,927,926,919,920,922,924,928,929,921,923,448,412,851,853,882,855,854,932,933,849,852,66,95,65,850,460,64,443,442,441,73,72,69,68,70,71,461,435,890,411,384,362,360,410,375,374,275,226,382,383,385,386,387,286,388,359,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,225,228,229,230,231,232,233,234,235,237,238,236,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,260,259,261,262,263,264,265,266,267,281,269,270,271,272,273,274,276,277,278,279,280,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,304,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,361,409,346,345,369,368,364,363,365,354,352,367,366,353,355,268,224,223,358,350,351,348,349,347,356,227,376,377,370,373,372,378,379,371,380,381,344,357,62,63,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,57,58,10,1,11,61,60,59,111,118,110,125,102,101,124,119,122,104,103,99,98,121,100,105,106,109,96,127,126,113,114,116,112,115,120,107,108,117,97,123,67,75,78,77,76,74,453,455,454,452,451,186,196,195,193,194,192,187,189,190,188,191,216,218,206,207,213,215,220,199,204,201,202,205,214,212,203,208,197,209,210,211,217,222,221,219,198,200,464,[436,[{"file":"./src/common/local.ts","start":51,"length":13,"messageText":"Module '\"@gitmars/utils\"' has no exported member 'LocaleContext'. Did you mean to use 'import LocaleContext from \"@gitmars/utils\"' instead?","category":1,"code":2614},{"file":"./src/common/local.ts","start":419,"length":9,"code":2349,"category":1,"messageText":{"messageText":"This expression is not callable.","category":1,"code":2349,"next":[{"messageText":"Type 'LocaleContext' has no call signatures.","category":1,"code":2757}]}}]],437,439,444,449,456,458,462,465,468,470,472,474,486,489,492,482,496,484,478,481,502,504,480,479,508,510,477,483,476,515,[438,[{"file":"./src/gitm-admin.ts","start":5423,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}},{"file":"./src/gitm-admin.ts","start":27031,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],440,[445,[{"file":"./src/gitm-approve.ts","start":242,"length":24,"messageText":"'\"@gitmars/api\"' has no exported member named 'getMergeRequestNotesList'. Did you mean 'getMergeRequestList'?","category":1,"code":2724}]],450,[457,[{"file":"./src/gitm-build.ts","start":331,"length":10,"messageText":"Cannot find module '../types' or its corresponding type declarations.","category":1,"code":2307}]],[459,[{"file":"./src/gitm-clean.ts","start":246,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[463,[{"file":"./src/gitm-cleanbranch.ts","start":389,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[466,[{"file":"./src/gitm-combine.ts","start":4004,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],467,[469,[{"file":"./src/gitm-continue.ts","start":336,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[471,[{"file":"./src/gitm-copy.ts","start":315,"length":5,"messageText":"Module '\"@gitmars/git\"' has no exported member 'prune'. Did you mean to use 'import prune from \"@gitmars/git\"' instead?","category":1,"code":2614}]],[473,[{"file":"./src/gitm-end.ts","start":3090,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],475,487,490,491,493,494,497,498,499,[500,[{"file":"./src/gitm-redo.ts","start":368,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-redo.ts","start":422,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],501,[503,[{"file":"./src/gitm-review.ts","start":347,"length":23,"messageText":"'\"@gitmars/api\"' has no exported member named 'createMergeRequestNotes'. Did you mean 'createMergeRequest'?","category":1,"code":2724},{"file":"./src/gitm-review.ts","start":441,"length":24,"messageText":"'\"@gitmars/api\"' has no exported member named 'getMergeRequestNotesList'. Did you mean 'getMergeRequestList'?","category":1,"code":2724}]],[505,[{"file":"./src/gitm-run.ts","start":112,"length":3,"messageText":"Module '\"@gitmars/hook\"' has no exported member 'run'.","category":1,"code":2305}]],506,[507,[{"file":"./src/gitm-start.ts","start":2010,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],509,511,[512,[{"file":"./src/gitm-undo.ts","start":419,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":473,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],513,514,516,517,[485,[{"file":"./src/go/index.ts","start":173,"length":13,"messageText":"Cannot find module '@gitmars/go' or its corresponding type declarations.","category":1,"code":2307}]],184,185,183,434,518,519,488,80,81,82,83,84,182,181,85,90,89,87,88,86,180,91,79,92],"latestChangedDtsFile":"./lib/gitm.d.ts"},"version":"5.3.3"} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0a824b0f1..b080ae5d1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -378,9 +378,6 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 - cosmiconfig: - specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -491,6 +488,9 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 + cosmiconfig: + specifier: ^9.0.0 + version: 9.0.0(typescript@5.3.3) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -579,9 +579,6 @@ importers: commander: specifier: ^11.1.0 version: 11.1.0 - cosmiconfig: - specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) dayjs: specifier: ^1.11.10 version: 1.11.10 From 86589b662cf6b2cc1a1fbb3402a4c760e76bf633 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 6 Apr 2024 16:32:43 +0800 Subject: [PATCH 22/52] fix types --- babel.config.js | 49 +++++++ build/config.ts | 9 +- build/packages.ts | 54 ++++--- build/plugins/babel.ts | 17 +++ build/plugins/banner.ts | 8 +- build/plugins/index.ts | 3 + build/plugins/nodeExternals.ts | 4 +- build/plugins/replace.ts | 16 +++ build/plugins/terser.ts | 16 +++ build/plugins/vue.ts | 5 +- build/rollup.config.ts | 25 ++-- build/utils/paths.ts | 6 +- packages/api/.eslintrc.js | 3 +- packages/api/api-extractor.json | 4 +- packages/api/package.json | 8 +- packages/api/src/index.default.ts | 14 +- packages/api/src/index.ts | 8 +- packages/api/src/lang.ts | 6 +- packages/api/tsconfig.json | 2 +- packages/build/.eslintrc.js | 3 +- packages/build/api-extractor.json | 4 +- packages/build/package.json | 9 +- packages/build/src/index.default.ts | 1 + packages/build/src/lang.ts | 6 +- packages/build/tsconfig.json | 2 +- packages/cache/.eslintrc.js | 3 +- packages/cache/api-extractor.json | 4 +- packages/cache/package.json | 8 +- packages/cache/src/cache.ts | 2 +- packages/cache/src/index.default.ts | 1 + packages/cache/src/lang.ts | 6 +- packages/cache/src/pkgInfo.ts | 2 +- packages/cache/tsconfig.json | 2 +- packages/core/.eslintrc.js | 3 +- packages/core/api-extractor.json | 4 +- packages/core/package.json | 8 +- packages/core/src/index.default.ts | 5 +- packages/core/src/index.ts | 3 - packages/core/src/lang.ts | 6 +- packages/core/tsconfig.json | 2 +- packages/docs/package.json | 3 +- packages/docs/vite.config.mts | 2 +- packages/git/.eslintrc.js | 3 +- packages/git/api-extractor.json | 4 +- packages/git/package.json | 8 +- packages/git/src/getCurrentBranch.ts | 2 +- packages/git/src/getGitLogs.ts | 16 +-- packages/git/src/getGitLogsByCommitIDs.ts | 6 +- packages/git/src/getIsMergedTargetBranch.ts | 4 +- packages/git/src/getIsUpdatedInTime.ts | 6 +- packages/git/src/index.default.ts | 7 + packages/git/src/index.ts | 1 + packages/git/src/lang.ts | 6 +- packages/git/src/prune.ts | 3 +- packages/git/tsconfig.json | 2 +- packages/gitmars/.eslintrc.js | 3 +- packages/gitmars/api-extractor.json | 4 +- packages/gitmars/package.json | 6 +- packages/gitmars/src/common/local.ts | 10 +- packages/gitmars/src/gitm-admin.ts | 8 +- packages/gitmars/src/gitm-build.ts | 2 +- packages/gitmars/src/gitm-cleanbranch.ts | 3 +- packages/gitmars/src/gitm-combine.ts | 4 +- packages/gitmars/src/gitm-end.ts | 4 +- packages/gitmars/src/gitm-start.ts | 2 +- packages/gitmars/src/index.default.ts | 4 + packages/gitmars/src/index.ts | 3 + packages/gitmars/tsconfig.json | 2 +- packages/go/.eslintrc.js | 3 +- packages/go/api-extractor.json | 4 +- packages/go/package.json | 8 +- packages/go/src/cleanConfigSet.ts | 14 +- packages/go/src/createPrompt.ts | 6 +- packages/go/src/getCommand.ts | 7 - packages/go/src/index.default.ts | 14 ++ packages/go/src/index.ts | 7 + packages/go/src/lang.ts | 6 +- packages/go/src/types.ts | 8 ++ packages/go/tsconfig.json | 2 +- packages/hook/.eslintrc.js | 3 +- packages/hook/api-extractor.json | 4 +- packages/hook/package.json | 8 +- packages/hook/src/index.ts | 2 + packages/hook/src/lang.ts | 6 +- packages/hook/tsconfig.json | 2 +- packages/utils/.eslintrc.js | 3 +- packages/utils/api-extractor.json | 4 +- packages/utils/package.json | 8 +- packages/utils/src/echo.ts | 2 +- packages/utils/src/index.default.ts | 6 +- packages/utils/src/index.mjs | 46 ++++++ packages/utils/src/index.ts | 2 +- packages/utils/src/lang.ts | 7 +- packages/utils/src/local.ts | 6 +- packages/utils/src/locales/index.ts | 8 -- packages/utils/src/types.ts | 8 ++ packages/utils/tsconfig.json | 2 +- pnpm-lock.yaml | 149 +++++++++++++++++++- tsconfig.json | 8 +- 99 files changed, 578 insertions(+), 254 deletions(-) create mode 100644 babel.config.js create mode 100644 build/plugins/babel.ts create mode 100644 build/plugins/replace.ts create mode 100644 build/plugins/terser.ts create mode 100644 packages/gitmars/src/index.default.ts create mode 100644 packages/gitmars/src/index.ts create mode 100644 packages/go/src/index.default.ts create mode 100644 packages/go/src/index.ts create mode 100644 packages/utils/src/index.mjs diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 000000000..20963f577 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,49 @@ +module.exports = { + presets: [ + [ + '@babel/env', + { + // loose: true, + modules: 'auto', + targets: { + node: '12.20', + browsers: [ + '> 1%', + 'last 2 versions', + 'not ie < 11', + 'not ie_mob < 11', + 'not op_mini all' + ] + }, + exclude: ['transform-regenerator'] + } + ], + '@babel/typescript' + ], + env: { + es5: { + presets: [ + [ + '@babel/env', + { + modules: 'auto', + corejs: 3, + useBuiltIns: 'usage', + targets: { + node: '12.20', + browsers: [ + '> 1%', + 'last 2 versions', + 'not ie < 11', + 'not ie_mob < 11', + 'not op_mini all' + ] + }, + exclude: ['transform-regenerator'] + } + ], + '@babel/typescript' + ] + } + } +} diff --git a/build/config.ts b/build/config.ts index c7964451e..703fef769 100644 --- a/build/config.ts +++ b/build/config.ts @@ -1,5 +1,4 @@ -const path = require('path') -const pkg = require('../package.json') +import pkg from '../package.json' assert { type: 'json' } export const banner = '/*!\n' + @@ -28,6 +27,7 @@ export const bannerText = ' saqqdy \n' + 'Released under the MIT License.' +export const version = pkg.version export const extensions = [ '.mjs', '.js', @@ -41,9 +41,4 @@ export const extensions = [ '.css' ] -export const alias = { - '@': path.resolve(__dirname, '../src'), - gitmars: path.resolve(__dirname, './') -} - export const jsexclude = /node_modules/ diff --git a/build/packages.ts b/build/packages.ts index 5c2f77a5a..d164e56f0 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -5,10 +5,9 @@ export const packages: PackageManifest[] = [ name: 'utils', pkgName: '@gitmars/utils', buildTask: ['type', 'lib'], + external: [], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars utils' }, @@ -17,9 +16,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/git', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars git' }, @@ -28,9 +25,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/hook', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars hook' }, @@ -39,9 +34,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/cache', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars cache' }, @@ -50,9 +43,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/go', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars go' }, @@ -61,9 +52,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/api', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars api' }, @@ -72,9 +61,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/build', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars build' }, @@ -83,9 +70,7 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/core', buildTask: ['type', 'lib'], iife: false, - cjs: true, - mjs: true, - dts: false, + browser: false, output: 'lib', display: 'gitmars核心程序' }, @@ -94,9 +79,7 @@ export const packages: PackageManifest[] = [ pkgName: 'gitmars', buildTask: ['type', 'lib'], iife: false, - cjs: false, - mjs: true, - dts: false, + browser: false, output: 'lib', display: '这是一个git工作流工具' }, @@ -105,9 +88,22 @@ export const packages: PackageManifest[] = [ pkgName: '@gitmars/docs', buildTask: 'docs', iife: false, - mjs: false, - dts: false, + browser: false, output: 'dist', display: 'gitmars文档库' } ] + +export const packageNames = packages.map(({ pkgName }) => pkgName) + +export function getPackages(name?: string | string[]) { + if (!name) return packages + + const list = packages.filter(item => ([] as string[]).concat(name).includes(item.name)) + if (list.length === 0) { + console.info(`no package founded`) + return packages + } + + return list +} diff --git a/build/plugins/babel.ts b/build/plugins/babel.ts new file mode 100644 index 000000000..8cce5f256 --- /dev/null +++ b/build/plugins/babel.ts @@ -0,0 +1,17 @@ +import _babel, { type RollupBabelInputPluginOptions } from '@rollup/plugin-babel' +import type { Plugin } from 'rollup' +import { extensions } from '../config' + +const babel = (options: RollupBabelInputPluginOptions = {}): Plugin => + _babel( + Object.assign( + { + babelHelpers: 'bundled', + extensions, + exclude: [/node_modules[\\/]core-js/] + }, + options + ) + ) + +export default babel diff --git a/build/plugins/banner.ts b/build/plugins/banner.ts index d8eb7b37d..e5bcccb93 100644 --- a/build/plugins/banner.ts +++ b/build/plugins/banner.ts @@ -1,9 +1,9 @@ -import banner, { type Options } from 'rollup-plugin-add-banner' +import _banner, { type Options } from 'rollup-plugin-add-banner' import type { Plugin } from 'rollup' import { banner as content } from '../config' -export default (options: Partial = {}): Plugin => - banner( +const banner = (options: Options): Plugin => + _banner( Object.assign( { content @@ -11,3 +11,5 @@ export default (options: Partial = {}): Plugin => options ) ) + +export default banner diff --git a/build/plugins/index.ts b/build/plugins/index.ts index 8ea5fea89..32a7237bc 100644 --- a/build/plugins/index.ts +++ b/build/plugins/index.ts @@ -1,4 +1,5 @@ export { default as alias } from './alias' +export { default as babel } from './babel' export { default as esbuild } from './esbuild' export { default as vue } from './vue' export { default as vueJsx } from './vueJsx' @@ -7,7 +8,9 @@ export { default as minify } from './minify' export { default as dts } from './dts' export { default as visual } from './visual' export { default as banner } from './banner' +export { default as replace } from './replace' export { default as shebang } from './shebang' +export { default as terser } from './terser' export { default as nodeExternals } from './nodeExternals' export { default as nodeResolve } from './nodeResolve' export { default as json } from './json' diff --git a/build/plugins/nodeExternals.ts b/build/plugins/nodeExternals.ts index 1c2cdcf7f..428095ea5 100644 --- a/build/plugins/nodeExternals.ts +++ b/build/plugins/nodeExternals.ts @@ -1,8 +1,8 @@ -import { type ExternalsOptions, externals } from 'rollup-plugin-node-externals' +import { type ExternalsOptions, nodeExternals } from 'rollup-plugin-node-externals' import type { Plugin } from 'rollup' export default (options: ExternalsOptions = {}): Plugin => - externals( + nodeExternals( Object.assign( { exclude: [] diff --git a/build/plugins/replace.ts b/build/plugins/replace.ts new file mode 100644 index 000000000..03372c9db --- /dev/null +++ b/build/plugins/replace.ts @@ -0,0 +1,16 @@ +import _replace, { type RollupReplaceOptions } from '@rollup/plugin-replace' +import type { Plugin } from 'rollup' +import { version } from '../config' + +const replace = (options: RollupReplaceOptions = {}): Plugin => + _replace( + Object.assign( + { + preventAssignment: true, + __VERSION__: version + }, + options + ) + ) + +export default replace diff --git a/build/plugins/terser.ts b/build/plugins/terser.ts new file mode 100644 index 000000000..84e29c4c3 --- /dev/null +++ b/build/plugins/terser.ts @@ -0,0 +1,16 @@ +import _terser, { type Options } from '@rollup/plugin-terser' +import type { Plugin } from 'rollup' + +const terser = (options: Options = {}): Plugin => + _terser( + Object.assign( + { + // format: { + // comments: false + // } + }, + options + ) + ) + +export default terser diff --git a/build/plugins/vue.ts b/build/plugins/vue.ts index 425cdd3a2..7fa59f579 100644 --- a/build/plugins/vue.ts +++ b/build/plugins/vue.ts @@ -1,5 +1,4 @@ -import vue, { type Options } from '@vitejs/plugin-vue' +import vue from '@vitejs/plugin-vue' import type { Plugin } from 'rollup' -export default (options: Options = {}): Plugin => - vue(Object.assign({ isProduction: true }, options)) +export default vue() as Plugin diff --git a/build/rollup.config.ts b/build/rollup.config.ts index e1833bc8d..446781f6e 100644 --- a/build/rollup.config.ts +++ b/build/rollup.config.ts @@ -60,7 +60,8 @@ for (const { build, cjs, mjs, - browser + browser, + output = 'dist' // target } of packages) { if (build === false) continue @@ -87,7 +88,7 @@ for (const { configs.push({ input: join(PROJECT_ROOT, 'src', 'index.ts'), - file: join(PROJECT_ROOT, 'dist', 'index.esm-bundler.js'), + file: join(PROJECT_ROOT, output, 'index.esm-bundler.js'), format: 'es', external, env: 'development' @@ -98,7 +99,7 @@ for (const { configs.push( { input: join(PROJECT_ROOT, 'src', 'index.ts'), - file: join(PROJECT_ROOT, 'dist', 'index.esm-browser.js'), + file: join(PROJECT_ROOT, output, 'index.esm-browser.js'), format: 'es', browser: true, banner, @@ -107,7 +108,7 @@ for (const { }, { input: join(PROJECT_ROOT, 'src', 'index.ts'), - file: join(PROJECT_ROOT, 'dist', 'index.esm-browser.prod.js'), + file: join(PROJECT_ROOT, output, 'index.esm-browser.prod.js'), format: 'es', browser: true, minify: true, @@ -122,7 +123,7 @@ for (const { if (mjs !== false && !HAS_INDEX_MJS) { configs.push({ input: join(PROJECT_ROOT, 'src', 'index.ts'), - file: join(PROJECT_ROOT, 'dist', 'index.mjs'), + file: join(PROJECT_ROOT, output, 'index.mjs'), format: 'es', external, env: 'development' @@ -133,7 +134,7 @@ for (const { if (cjs !== false) { configs.push({ input: join(PROJECT_ROOT, 'src', HAS_INDEX_DEFAULT ? 'index.default.ts' : 'index.ts'), - file: join(PROJECT_ROOT, 'dist', 'index.cjs.js'), + file: join(PROJECT_ROOT, output, 'index.cjs.js'), format: 'cjs', external, env: 'development' @@ -149,7 +150,7 @@ for (const { 'src', HAS_INDEX_DEFAULT ? 'index.default.ts' : 'index.ts' ), - file: join(PROJECT_ROOT, 'dist', 'index.global.js'), + file: join(PROJECT_ROOT, output, 'index.global.js'), format: 'iife', iifeName, globals, @@ -163,7 +164,7 @@ for (const { 'src', HAS_INDEX_DEFAULT ? 'index.default.ts' : 'index.ts' ), - file: join(PROJECT_ROOT, 'dist', 'index.global.prod.js'), + file: join(PROJECT_ROOT, output, 'index.global.prod.js'), format: 'iife', minify: true, iifeName, @@ -220,6 +221,14 @@ function createEntry(config: Config) { '@pnpm/error', 'micromatch', 'lcid', + 'chalk', + 'cross-spawn', + 'debug', + 'lodash-es', + 'lodash-unified', + 'ora', + 'os-lang', + 'shelljs', ...packageNames ) if (config.external) _config.external = _config.external.concat(config.external) diff --git a/build/utils/paths.ts b/build/utils/paths.ts index f981d9928..93a111c0b 100644 --- a/build/utils/paths.ts +++ b/build/utils/paths.ts @@ -1,4 +1,8 @@ -import { resolve } from 'path' +import { dirname, resolve } from 'node:path' +import { fileURLToPath } from 'node:url' + +const __filename = fileURLToPath(import.meta.url) +const __dirname = dirname(__filename) export const ROOT = resolve(__dirname, '..', '..') export const BUILD = resolve(ROOT, 'build') diff --git a/packages/api/.eslintrc.js b/packages/api/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/api/.eslintrc.js +++ b/packages/api/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/api/api-extractor.json b/packages/api/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/api/api-extractor.json +++ b/packages/api/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/api/package.json b/packages/api/package.json index 8384704ff..6e0c56148 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/api/src/index.default.ts b/packages/api/src/index.default.ts index 3655c5493..cfa9806e2 100644 --- a/packages/api/src/index.default.ts +++ b/packages/api/src/index.default.ts @@ -11,6 +11,13 @@ import { getMergeRequestParticipants, updateMergeRequest } from './mergeRequest' +import { + createMergeRequestNotes, + deleteMergeRequestNotes, + getMergeRequestNotesDetail, + getMergeRequestNotesList, + updateMergeRequestNotes +} from './mergeRequestNotes' export type * from './types' export default { @@ -25,5 +32,10 @@ export default { getMergeRequestDiffVersions, acceptMergeRequest, updateMergeRequest, - deleteMergeRequest + deleteMergeRequest, + createMergeRequestNotes, + deleteMergeRequestNotes, + getMergeRequestNotesDetail, + getMergeRequestNotesList, + updateMergeRequestNotes } diff --git a/packages/api/src/index.ts b/packages/api/src/index.ts index 8247cf3fd..a90ee3203 100755 --- a/packages/api/src/index.ts +++ b/packages/api/src/index.ts @@ -1,5 +1,4 @@ export { default as getUserInfo } from './getUserInfo' - export { createMergeRequest, getMergeRequestList, @@ -12,6 +11,13 @@ export { updateMergeRequest, deleteMergeRequest } from './mergeRequest' +export { + createMergeRequestNotes, + deleteMergeRequestNotes, + getMergeRequestNotesDetail, + getMergeRequestNotesList, + updateMergeRequestNotes +} from './mergeRequestNotes' export { default } from './index.default' export type * from './index.default' diff --git a/packages/api/src/lang.ts b/packages/api/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/api/src/lang.ts +++ b/packages/api/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/build/.eslintrc.js b/packages/build/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/build/.eslintrc.js +++ b/packages/build/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/build/api-extractor.json b/packages/build/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/build/api-extractor.json +++ b/packages/build/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/build/package.json b/packages/build/package.json index 4f91e7586..84635cd69 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,10 +42,10 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { + "@gitmars/cache": "workspace:*", "@gitmars/core": "workspace:*", "@gitmars/git": "workspace:*", "@gitmars/utils": "workspace:*", diff --git a/packages/build/src/index.default.ts b/packages/build/src/index.default.ts index 7a9c359b1..1f63fcda4 100644 --- a/packages/build/src/index.default.ts +++ b/packages/build/src/index.default.ts @@ -1,6 +1,7 @@ import runJenkins from './runJenkins' import { cleanBuildConfig, getBuildConfig } from './buildConfig' +export type { RunJenkinsOptionType } from './runJenkins' export type * from './types' export default { version: '__VERSION__', diff --git a/packages/build/src/lang.ts b/packages/build/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/build/src/lang.ts +++ b/packages/build/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/build/tsconfig.json b/packages/build/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/build/tsconfig.json +++ b/packages/build/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/cache/.eslintrc.js b/packages/cache/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/cache/.eslintrc.js +++ b/packages/cache/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/cache/api-extractor.json b/packages/cache/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/cache/api-extractor.json +++ b/packages/cache/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/cache/package.json b/packages/cache/package.json index 35fdb82c2..d5a705a21 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/git": "workspace:*", diff --git a/packages/cache/src/cache.ts b/packages/cache/src/cache.ts index f6ddafcc3..84df08789 100644 --- a/packages/cache/src/cache.ts +++ b/packages/cache/src/cache.ts @@ -7,7 +7,7 @@ import lang from './lang' const { t } = lang const require = createRequire(import.meta.url) -type TimestampType = Record & { +export type TimestampType = Record & { packageInfoTime?: number } diff --git a/packages/cache/src/index.default.ts b/packages/cache/src/index.default.ts index a3b446ac2..b69cfe63a 100644 --- a/packages/cache/src/index.default.ts +++ b/packages/cache/src/index.default.ts @@ -11,6 +11,7 @@ import { } from './revertCache' import { cleanPkgInfo, getPkgInfo } from './pkgInfo' +export type { TimestampType } from './cache' export type * from './types' export default { version: '__VERSION__', diff --git a/packages/cache/src/lang.ts b/packages/cache/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/cache/src/lang.ts +++ b/packages/cache/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/cache/src/pkgInfo.ts b/packages/cache/src/pkgInfo.ts index f7835f522..b529410b0 100644 --- a/packages/cache/src/pkgInfo.ts +++ b/packages/cache/src/pkgInfo.ts @@ -13,7 +13,7 @@ const require = createRequire(import.meta.url) * 读取gitmars在线版本列表 * * @param name - 需要查询的内容 - * @returns {Object} arr Return the configuration object + * @returns info - arr Return the configuration object */ export async function getPkgInfo(name?: string): Promise { let packageInfo diff --git a/packages/cache/tsconfig.json b/packages/cache/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/cache/tsconfig.json +++ b/packages/cache/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/core/.eslintrc.js b/packages/core/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/core/.eslintrc.js +++ b/packages/core/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/core/api-extractor.json b/packages/core/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/core/api-extractor.json +++ b/packages/core/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/core/package.json b/packages/core/package.json index d6644d335..d4dbf44aa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/build": "workspace:*", diff --git a/packages/core/src/index.default.ts b/packages/core/src/index.default.ts index dd5dd1ce5..e5f31b637 100644 --- a/packages/core/src/index.default.ts +++ b/packages/core/src/index.default.ts @@ -1,16 +1,13 @@ -import { enUS, zhCN } from './locales' -export type { TranslatePair, Language } from './locales' import getCurlOfMergeRequest from './getCurlOfMergeRequest' import { getMessage, postMessage } from './message' import { queue, wait } from './queue' import sendGroupMessage from './sendGroupMessage' import { isNeedUpgrade, upgradeGitmars } from './versionControl' +export type { QueueStartFunction, WaitCallback } from './queue' export type * from './types' export default { version: '__VERSION__', - zhCN, - enUS, getCurlOfMergeRequest, getMessage, postMessage, diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index b527c6498..e58f310cc 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -1,6 +1,3 @@ -export { enUS, zhCN } from '#lib/locales' -// export type { TranslatePair, Language } from '#lib/locales' - export { default as getCurlOfMergeRequest } from './getCurlOfMergeRequest' export { getMessage, postMessage } from './message' export { wait, queue } from './queue' diff --git a/packages/core/src/lang.ts b/packages/core/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/core/src/lang.ts +++ b/packages/core/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/core/tsconfig.json b/packages/core/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/core/tsconfig.json +++ b/packages/core/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/docs/package.json b/packages/docs/package.json index d55c52f73..675172590 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -20,8 +20,7 @@ "directories": { "dist": "dist", "es": "es", - "lib": "lib", - "typings": "typings" + "lib": "lib" }, "dependencies": { "js-cool": "^5.18.1" diff --git a/packages/docs/vite.config.mts b/packages/docs/vite.config.mts index 76e9c9681..bfc992536 100644 --- a/packages/docs/vite.config.mts +++ b/packages/docs/vite.config.mts @@ -1,4 +1,4 @@ -import { resolve } from 'path' +// import { resolve } from 'path' import { defineConfig } from 'vite' export default defineConfig({ diff --git a/packages/git/.eslintrc.js b/packages/git/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/git/.eslintrc.js +++ b/packages/git/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/git/api-extractor.json b/packages/git/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/git/api-extractor.json +++ b/packages/git/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/git/package.json b/packages/git/package.json index 2def1cbfa..0fd88642e 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/git/src/getCurrentBranch.ts b/packages/git/src/getCurrentBranch.ts index d13203d49..a29028990 100644 --- a/packages/git/src/getCurrentBranch.ts +++ b/packages/git/src/getCurrentBranch.ts @@ -3,7 +3,7 @@ import { spawnSync } from '@gitmars/utils' /** * 获取当前分支 * - * @returns {String} Return name + * @returns - Return name */ function getCurrentBranch(): string { const { stdout } = spawnSync('git', ['symbolic-ref', '--short', '-q', 'HEAD']) diff --git a/packages/git/src/getGitLogs.ts b/packages/git/src/getGitLogs.ts index 31d81fd5f..137c335d1 100644 --- a/packages/git/src/getGitLogs.ts +++ b/packages/git/src/getGitLogs.ts @@ -3,13 +3,21 @@ import GitLogsFormatter from './gitLogsFormatter' import type { GitLogKeysType, GitLogsType } from './types' export interface GetGitLogsOption { + // 限制显示最近多长时间的日志 lastet?: string + // 限制数量 limit?: number + // Attached parameters params?: string + // Fields to be returned keys?: GitLogKeysType[] + // 是否排除merge记录 noMerges?: boolean + // 筛选关键词 grep?: string + // 筛选提交人 author?: string + // 要查询的分支 branch?: string } @@ -17,14 +25,6 @@ export interface GetGitLogsOption { * 获取日志 * * @param option - Parameters - * @param option.lastet - 限制显示最近多长时间的日志 - * @param option.limit - 限制数量 - * @param option.noMerges - 是否排除merge记录 - * @param option.params - Attached parameters - * @param option.keys - Fields to be returned - * @param option.grep - 筛选关键词 - * @param option.author - 筛选提交人 - * @param option.branch - 要查询的分支 * @returns logsList - Return array */ function getGitLogs(option: GetGitLogsOption = {}): GitLogsType[] { diff --git a/packages/git/src/getGitLogsByCommitIDs.ts b/packages/git/src/getGitLogsByCommitIDs.ts index b801e13e4..3bee3c292 100644 --- a/packages/git/src/getGitLogsByCommitIDs.ts +++ b/packages/git/src/getGitLogsByCommitIDs.ts @@ -3,8 +3,11 @@ import GitLogsFormatter from './gitLogsFormatter' import type { GitLogKeysType, GitLogsType } from './types' export interface GetGitLogsByCommitIDsOptions { + // commitID commitIDs: string | string[] + // Attached parameters params?: string + // Fields to be returned keys: GitLogKeysType[] } @@ -12,9 +15,6 @@ export interface GetGitLogsByCommitIDsOptions { * 获取日志 * * @param option - Parameters - * @param option.commitIDs - commitID - * @param option.params - Attached parameters - * @param option.keys - Fields to be returned * @returns logsList - Return array */ function getGitLogsByCommitIDs({ diff --git a/packages/git/src/getIsMergedTargetBranch.ts b/packages/git/src/getIsMergedTargetBranch.ts index 25ae439d6..8293b83d0 100644 --- a/packages/git/src/getIsMergedTargetBranch.ts +++ b/packages/git/src/getIsMergedTargetBranch.ts @@ -8,8 +8,6 @@ import getCurrentBranch from './getCurrentBranch' * @param branch - 待检测分支名 * @param targetBranch - 目标分支 * @param option - 参数 - * @param option.remote - 是否查询远程,默认:false - * @param option.noMerges - 是否排除merges类型,默认:true * @returns isMergedTargetBranch - 是否合并过 */ function getIsMergedTargetBranch( @@ -19,7 +17,9 @@ function getIsMergedTargetBranch( remote = false, noMerges = true }: { + // 是否查询远程,默认:false remote?: boolean + // 是否排除merges类型,默认:true noMerges?: boolean } ): boolean { diff --git a/packages/git/src/getIsUpdatedInTime.ts b/packages/git/src/getIsUpdatedInTime.ts index f36310dbc..8dde0f41a 100644 --- a/packages/git/src/getIsUpdatedInTime.ts +++ b/packages/git/src/getIsUpdatedInTime.ts @@ -4,8 +4,11 @@ import getGitLogs from './getGitLogs' import type { GitLogsType } from './types' export interface IsUpdatedInTimeConfigType { + // 最近几天的日志,可以是10s/2m/2h/3d/4M/5y lastet: string + // 日志数量限制 limit?: number + // 目标分支 branch: string } @@ -13,9 +16,6 @@ export interface IsUpdatedInTimeConfigType { * 获取一周内是否同步过上游分支代码 * * @param option - Parameters - * @param option.lastet - 最近几天的日志,可以是10s/2m/2h/3d/4M/5y - * @param option.limit - 日志数量限制 - * @param option.branch - 目标分支 * @returns isMergedTargetBranch - 是否合并过 */ function getIsUpdatedInTime({ lastet, limit, branch }: IsUpdatedInTimeConfigType): boolean { diff --git a/packages/git/src/index.default.ts b/packages/git/src/index.default.ts index 22412574b..884fabecb 100644 --- a/packages/git/src/index.default.ts +++ b/packages/git/src/index.default.ts @@ -19,9 +19,15 @@ import getCommandMessage from './getCommandMessage' import checkGitStatus from './checkGitStatus' import getStashList from './getStashList' import fetch from './fetch' +import prune from './prune' import readPkg from './readPkg' import getConfig from './getConfig' +export type { GitProjectConfigType } from './getGitConfig' +export type { GetGitLogsOption } from './getGitLogs' +export type { GetGitLogsByCommitIDsOptions } from './getGitLogsByCommitIDs' +export type { GitProjectRevParseType } from './getGitRevParse' +export type { IsUpdatedInTimeConfigType } from './getIsUpdatedInTime' export type * from './types' export default { version: '__VERSION__', @@ -48,6 +54,7 @@ export default { checkGitStatus, getStashList, fetch, + prune, readPkg, getConfig } diff --git a/packages/git/src/index.ts b/packages/git/src/index.ts index d57b8a766..a3ad1154a 100644 --- a/packages/git/src/index.ts +++ b/packages/git/src/index.ts @@ -19,6 +19,7 @@ export { default as getCommandMessage } from './getCommandMessage' export { default as checkGitStatus } from './checkGitStatus' export { default as getStashList } from './getStashList' export { default as fetch } from './fetch' +export { default as prune } from './prune' export { default as readPkg } from './readPkg' export { default as getConfig } from './getConfig' diff --git a/packages/git/src/lang.ts b/packages/git/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/git/src/lang.ts +++ b/packages/git/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/git/src/prune.ts b/packages/git/src/prune.ts index 31eefdb0b..29a67d0ae 100644 --- a/packages/git/src/prune.ts +++ b/packages/git/src/prune.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' /** * 清理已删除的远程分支 diff --git a/packages/git/tsconfig.json b/packages/git/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/git/tsconfig.json +++ b/packages/git/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/gitmars/.eslintrc.js b/packages/gitmars/.eslintrc.js index 0e88baf18..1f91e73c2 100644 --- a/packages/gitmars/.eslintrc.js +++ b/packages/gitmars/.eslintrc.js @@ -1,7 +1,8 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] }, globals: { window: true, diff --git a/packages/gitmars/api-extractor.json b/packages/gitmars/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/gitmars/api-extractor.json +++ b/packages/gitmars/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 961a46a2e..008ceee43 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -8,7 +8,7 @@ }, "exports": { ".": { - "types": "./typings/index.d.ts", + "types": "./lib/index.d.ts", "import": "./lib/index.mjs" }, "./lib": { @@ -49,12 +49,12 @@ "bin": "bin", "es": "es", "lib": "lib", - "src": "src", - "typings": "typings" + "src": "src" }, "dependencies": { "@gitmars/api": "workspace:*", "@gitmars/build": "workspace:*", + "@gitmars/cache": "workspace:*", "@gitmars/core": "workspace:*", "@gitmars/git": "workspace:*", "@gitmars/go": "workspace:*", diff --git a/packages/gitmars/src/common/local.ts b/packages/gitmars/src/common/local.ts index 710cff4bb..5de28fa2d 100644 --- a/packages/gitmars/src/common/local.ts +++ b/packages/gitmars/src/common/local.ts @@ -1,11 +1,11 @@ import { osLangSync } from 'os-lang' -import { type LocaleContext, useLocale } from '@gitmars/utils' -import * as languages from '../locales/index' +import { useLocale } from '@gitmars/utils' +import * as languages from '../locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) as LocaleContext +export default useLocale(languages[localeName]) diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts index d9e187c59..79d1fb626 100644 --- a/packages/gitmars/src/gitm-admin.ts +++ b/packages/gitmars/src/gitm-admin.ts @@ -161,9 +161,9 @@ publishProgram.action( // Verify the description for this commit const reg = getType(config.descriptionValidator) === 'regexp' - ? config.descriptionValidator + ? (config.descriptionValidator as RegExp) : new RegExp(config.descriptionValidator) - isDescriptionCorrect = opt.description && reg.test(opt.description) + isDescriptionCorrect = Boolean(opt.description && reg.test(opt.description)) } const isNeedCombineBugfixToRelease = !getIsMergedTargetBranch( `origin/${config.bugfix}`, @@ -933,9 +933,9 @@ updateProgram.action( // Verify the description for this commit const reg = getType(config.descriptionValidator) === 'regexp' - ? config.descriptionValidator + ? (config.descriptionValidator as RegExp) : new RegExp(config.descriptionValidator) - isDescriptionCorrect = opt.description && reg.test(opt.description) + isDescriptionCorrect = Boolean(opt.description && reg.test(opt.description)) } if (opt.mode === 1) { mode = ' --strategy-option ours' diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index fd0d1a10c..a4ec30a61 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -6,7 +6,7 @@ import chalk from 'chalk' import { createArgs } from '@gitmars/utils' import { runJenkins } from '@gitmars/build' import { type ApolloBranchList } from '@gitmars/build' -import type { GitmarsOptionOptionsType } from '../types' +import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import buildConfig from './conf/build' diff --git a/packages/gitmars/src/gitm-cleanbranch.ts b/packages/gitmars/src/gitm-cleanbranch.ts index 9a578c1d7..a5aed91b9 100755 --- a/packages/gitmars/src/gitm-cleanbranch.ts +++ b/packages/gitmars/src/gitm-cleanbranch.ts @@ -13,8 +13,7 @@ import { getIsMergedTargetBranch, searchBranches } from '@gitmars/git' -import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/core' +import { createArgs, echo, spawnSync } from '@gitmars/utils' import type { GitmarsBranchType, GitmarsOptionOptionsType } from './types' import lang from './common/local' import cleanbranchConfig from './conf/cleanbranch' diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index 40b223330..e74885f28 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -106,9 +106,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise // Verify the description for this commit const reg = getType(config.descriptionValidator) === 'regexp' - ? config.descriptionValidator + ? (config.descriptionValidator as RegExp) : new RegExp(config.descriptionValidator) - isDescriptionCorrect = opt.description && reg.test(opt.description) + isDescriptionCorrect = Boolean(opt.description && reg.test(opt.description)) } if (!type) { // type and name are not passed and the current branch is a development branch diff --git a/packages/gitmars/src/gitm-end.ts b/packages/gitmars/src/gitm-end.ts index 4e54dc412..038ceee1c 100755 --- a/packages/gitmars/src/gitm-end.ts +++ b/packages/gitmars/src/gitm-end.ts @@ -83,9 +83,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise // Verify the description for this commit const reg = getType(config.descriptionValidator) === 'regexp' - ? config.descriptionValidator + ? (config.descriptionValidator as RegExp) : new RegExp(config.descriptionValidator) - isDescriptionCorrect = opt.description && reg.test(opt.description) + isDescriptionCorrect = Boolean(opt.description && reg.test(opt.description)) } if (!type) { // type和name都没传且当前分支是开发分支 diff --git a/packages/gitmars/src/gitm-start.ts b/packages/gitmars/src/gitm-start.ts index 54d8212a4..d2a5d2c93 100755 --- a/packages/gitmars/src/gitm-start.ts +++ b/packages/gitmars/src/gitm-start.ts @@ -64,7 +64,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption) => { if (config.nameValidator) { const reg = getType(config.nameValidator) === 'regexp' - ? config.nameValidator + ? (config.nameValidator as RegExp) : new RegExp(config.nameValidator) if (!reg.test(name)) { sh.echo(red(t('Branch name does not conform to specification'))) diff --git a/packages/gitmars/src/index.default.ts b/packages/gitmars/src/index.default.ts new file mode 100644 index 000000000..a8276ec6b --- /dev/null +++ b/packages/gitmars/src/index.default.ts @@ -0,0 +1,4 @@ +export type * from './types' +export default { + version: '__VERSION__' +} diff --git a/packages/gitmars/src/index.ts b/packages/gitmars/src/index.ts new file mode 100644 index 000000000..c8b69ba3a --- /dev/null +++ b/packages/gitmars/src/index.ts @@ -0,0 +1,3 @@ +export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/gitmars/tsconfig.json b/packages/gitmars/tsconfig.json index 04d3d234e..4ec8d02b0 100644 --- a/packages/gitmars/tsconfig.json +++ b/packages/gitmars/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/go/.eslintrc.js b/packages/go/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/go/.eslintrc.js +++ b/packages/go/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/go/api-extractor.json b/packages/go/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/go/api-extractor.json +++ b/packages/go/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/go/package.json b/packages/go/package.json index f008c945f..ce9cde661 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/utils": "workspace:*", diff --git a/packages/go/src/cleanConfigSet.ts b/packages/go/src/cleanConfigSet.ts index 81c8f7b3b..6e0237396 100644 --- a/packages/go/src/cleanConfigSet.ts +++ b/packages/go/src/cleanConfigSet.ts @@ -1,9 +1,13 @@ import type { GitmarsOptionType } from './types' export interface GoCleanConfigType { + // 删除option delOptions?: string[] + // 必填option requiredOptions?: string[] + // 删除参数 delArgs?: string[] + // 必填参数 requiredArgs?: string[] } @@ -11,13 +15,9 @@ export interface GoCleanConfigType { * 清理参数 * * @public - * @param {object} config 配置 - * @param {object} sets 清理设置 - * @param {array} sets.delOptions 删除option - * @param {array} sets.requiredOptions 必填option - * @param {array} sets.delArgs 删除参数 - * @param {array} sets.requiredArgs 必填参数 - * @returns {object} result 返回config + * @param config - 配置 + * @param sets - 清理设置 + * @returns result - config */ function cleanConfigSet( config: GitmarsOptionType, diff --git a/packages/go/src/createPrompt.ts b/packages/go/src/createPrompt.ts index 31f4150d1..ba79753ec 100644 --- a/packages/go/src/createPrompt.ts +++ b/packages/go/src/createPrompt.ts @@ -5,8 +5,11 @@ import lang from './lang' const { t } = lang export interface PromptConfigType { + // 配置参数 options: GitmarsOptionArgsType[] | GitmarsOptionOptionsType[] + // 校验器 validator?(val: string, opts: object, cb: any): void + // 参数转换 transform?(val: string, opts: object, cb: any): void } @@ -38,9 +41,6 @@ export interface PromptOptionInputType { * * @param command - 指令名称 * @param config - 配置 - * @param config.options - 配置参数 - * @param config.validator - 校验器 - * @param config.transform - 参数转换 * @param type - 类型checkbox/input/list * @returns prompt - 返回prompt */ diff --git a/packages/go/src/getCommand.ts b/packages/go/src/getCommand.ts index f2131ac79..fa581d078 100644 --- a/packages/go/src/getCommand.ts +++ b/packages/go/src/getCommand.ts @@ -15,13 +15,6 @@ export interface CommandNeedInput { * * @public * @param config - 配置 - * @param config.command - 指令名称 - * @param config.args - 指令参数 - * @param config.options - 指令传参 - * @param config.validatorOpts - 校验参数 - * @param config.validatorArgs - 校验传参 - * @param config.transformOpts - 参数值转换 - * @param config.transformArgs - 传参值转换 * @returns result - 返回指令结果Promise */ async function getCommand({ diff --git a/packages/go/src/index.default.ts b/packages/go/src/index.default.ts new file mode 100644 index 000000000..502f01468 --- /dev/null +++ b/packages/go/src/index.default.ts @@ -0,0 +1,14 @@ +import cleanConfigSet from './cleanConfigSet' +import createPrompt from './createPrompt' +import getCommand from './getCommand' + +export type { GoCleanConfigType } from './cleanConfigSet' +export type { PromptConfigType } from './createPrompt' +export type { CommandNeedInput } from './getCommand' +export type * from './types' +export default { + version: '__VERSION__', + cleanConfigSet, + createPrompt, + getCommand +} diff --git a/packages/go/src/index.ts b/packages/go/src/index.ts new file mode 100644 index 000000000..4b6f1246f --- /dev/null +++ b/packages/go/src/index.ts @@ -0,0 +1,7 @@ +export { default as cleanConfigSet } from './cleanConfigSet' +export { default as createPrompt } from './createPrompt' +export { default as getCommand } from './getCommand' + +export { default } from './index.default' +export type * from './index.default' +export const version = '__VERSION__' as string diff --git a/packages/go/src/lang.ts b/packages/go/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/go/src/lang.ts +++ b/packages/go/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/go/src/types.ts b/packages/go/src/types.ts index e907a626b..31550b7b2 100644 --- a/packages/go/src/types.ts +++ b/packages/go/src/types.ts @@ -35,12 +35,20 @@ export interface GitmarsOptionOptionsType { } export interface GitmarsOptionType { + // 指令名称 command: string + // short command short?: string | null + // 指令参数 args: GitmarsOptionArgsType[] + // 指令传参 options: GitmarsOptionOptionsType[] + // 校验参数 validatorOpts?(val: any, opts: object, cb: Function): void + // 校验传参 validatorArgs?(val: any, opts: object, cb: Function): void + // 参数值转换 transformOpts?(val: any, opts: object, cb: Function): void + // 传参值转换 transformArgs?(val: any, opts: object, cb: Function): void } diff --git a/packages/go/tsconfig.json b/packages/go/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/go/tsconfig.json +++ b/packages/go/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/hook/.eslintrc.js b/packages/hook/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/hook/.eslintrc.js +++ b/packages/hook/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/hook/api-extractor.json b/packages/hook/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/hook/api-extractor.json +++ b/packages/hook/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/hook/package.json b/packages/hook/package.json index a735454aa..1f5481cd8 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/hook/src/index.ts b/packages/hook/src/index.ts index 31d6369c5..3f599cd90 100644 --- a/packages/hook/src/index.ts +++ b/packages/hook/src/index.ts @@ -211,6 +211,8 @@ export function remove(): void { console.info('gitmars hooks removed') } +export { default as run } from './run' + // export default { // init, // remove, diff --git a/packages/hook/src/lang.ts b/packages/hook/src/lang.ts index b393afd38..8e298ce5a 100644 --- a/packages/hook/src/lang.ts +++ b/packages/hook/src/lang.ts @@ -5,7 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/hook/tsconfig.json b/packages/hook/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/hook/tsconfig.json +++ b/packages/hook/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/packages/utils/.eslintrc.js b/packages/utils/.eslintrc.js index 24f66b6cd..b7cc0dbda 100644 --- a/packages/utils/.eslintrc.js +++ b/packages/utils/.eslintrc.js @@ -1,6 +1,7 @@ module.exports = { extends: '@eslint-sets/ts', rules: { - camelcase: 0 + camelcase: 0, + 'import/namespace': [2, { allowComputed: true }] } } diff --git a/packages/utils/api-extractor.json b/packages/utils/api-extractor.json index 899d5623f..d3a86c874 100644 --- a/packages/utils/api-extractor.json +++ b/packages/utils/api-extractor.json @@ -1,11 +1,11 @@ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", "projectFolder": ".", - "mainEntryPointFilePath": "./lib/index.d.ts", + "mainEntryPointFilePath": "./temp/index.d.ts", "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./typings/index.d.ts" + "publicTrimmedFilePath": "./lib/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/utils/package.json b/packages/utils/package.json index 999965d29..6d76a4172 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -5,6 +5,7 @@ "private": false, "main": "./lib/index.js", "module": "./lib/index.mjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -26,10 +27,6 @@ "#lib/*": { "require": "./lib/*.js", "import": "./lib/*.mjs" - }, - "#typings/*": { - "require": "./typings/*.d.ts", - "import": "./typings/*.d.ts" } }, "files": [ @@ -45,8 +42,7 @@ "lib": "lib", "src": "src", "cache": "cache", - "sh": "sh", - "typings": "typings" + "sh": "sh" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/utils/src/echo.ts b/packages/utils/src/echo.ts index 435634a88..7d8f4354e 100644 --- a/packages/utils/src/echo.ts +++ b/packages/utils/src/echo.ts @@ -4,7 +4,7 @@ import { format } from 'node:util' * 读取gitmars在线版本列表 * * @param name - 需要查询的内容 - * @returns {Object} arr Return the configuration object + * @returns message - arr Return the configuration object */ function echo(message: string): void { let output = format(message) diff --git a/packages/utils/src/index.default.ts b/packages/utils/src/index.default.ts index c30d14f9b..e13eab38a 100644 --- a/packages/utils/src/index.default.ts +++ b/packages/utils/src/index.default.ts @@ -4,11 +4,15 @@ import echo from './echo' import { isFileExist, removeFile, writeFile, writeFileSync } from './file' import getSeconds from './getSeconds' import isWin32 from './isWin32' -import useLocale from './lang' +import { useLocale } from './local' import stringify from './stringify' import { decodeUnicode, encodeUnicode } from './unicode' import { spawn, spawnSync } from './spawn' +export { type GitmarsCacheFileDescriptionType } from './file' +export type { LocaleContext, Translator, TranslatorOption } from './local' +// export type * from './file' +// export type * from './local' export type * from './types' export default { version: '__VERSION__', diff --git a/packages/utils/src/index.mjs b/packages/utils/src/index.mjs new file mode 100644 index 000000000..5341ccf04 --- /dev/null +++ b/packages/utils/src/index.mjs @@ -0,0 +1,46 @@ +import index from './index.cjs.js' + +const { + version, + createArgs, + isDebug, + debug, + debugWarn, + debugError, + echo, + writeFile, + writeFileSync, + isFileExist, + removeFile, + getSeconds, + isWin32, + useLocale, + stringify, + encodeUnicode, + decodeUnicode, + spawn, + spawnSync +} = index + +export { + index as default, + version, + createArgs, + isDebug, + debug, + debugWarn, + debugError, + echo, + writeFile, + writeFileSync, + isFileExist, + removeFile, + getSeconds, + isWin32, + useLocale, + stringify, + encodeUnicode, + decodeUnicode, + spawn, + spawnSync +} diff --git a/packages/utils/src/index.ts b/packages/utils/src/index.ts index 5184fc8b1..6b0c510eb 100644 --- a/packages/utils/src/index.ts +++ b/packages/utils/src/index.ts @@ -4,7 +4,7 @@ export { default as echo } from './echo' export { writeFile, writeFileSync, isFileExist, removeFile } from './file' export { default as getSeconds } from './getSeconds' export { default as isWin32 } from './isWin32' -export { default as useLocale } from './lang' +export { useLocale } from './local' export { default as stringify } from './stringify' export { encodeUnicode, decodeUnicode } from './unicode' export { spawn, spawnSync } from './spawn' diff --git a/packages/utils/src/lang.ts b/packages/utils/src/lang.ts index a6aaf4e1b..898c13286 100644 --- a/packages/utils/src/lang.ts +++ b/packages/utils/src/lang.ts @@ -5,8 +5,7 @@ import * as languages from './locales' export type LanguageType = Exclude const locales: LanguageType[] = ['enUS', 'zhCN'] -let locale = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType -if (!locales.includes(locale)) locale = 'enUS' +let localeName = (process.env.GITMARS_LANG || osLangSync()).replace('-', '') as LanguageType +if (!locales.includes(localeName)) localeName = 'enUS' -export type * from './local' -export default useLocale(languages[locale]) +export default useLocale(languages[localeName]) diff --git a/packages/utils/src/local.ts b/packages/utils/src/local.ts index 422e6cb4d..dfb6ff92d 100644 --- a/packages/utils/src/local.ts +++ b/packages/utils/src/local.ts @@ -1,5 +1,5 @@ import { get } from 'lodash-unified' -import { type Language } from './locales' +import { type Language } from './types' export type TranslatorOption = Record export type Translator = (path: string, option?: TranslatorOption) => string @@ -24,7 +24,7 @@ export const buildTranslator = (path, option) => translate(path, option, locale) -export const useLocale = (locale: Language): LocaleContext => { +export function useLocale(locale: Language) { const lang = locale.name return { lang, @@ -34,7 +34,7 @@ export const useLocale = (locale: Language): LocaleContext => { } // import { get } from 'lodash-unified' -// import { type Language } from './locales/index' +// import { type Language } from './types' // export type TranslatorOption = Record // export type Translator = (path: string, option?: TranslatorOption) => string diff --git a/packages/utils/src/locales/index.ts b/packages/utils/src/locales/index.ts index 19436241b..8b5d8922e 100644 --- a/packages/utils/src/locales/index.ts +++ b/packages/utils/src/locales/index.ts @@ -1,10 +1,2 @@ export { default as zhCN } from './zh-CN' export { default as enUS } from './en-US' - -export interface TranslatePair { - [key: string]: string | string[] | TranslatePair -} -export interface Language extends Record { - name: string - // base?: TranslatePair -} diff --git a/packages/utils/src/types.ts b/packages/utils/src/types.ts index 2d651d27c..3e032f6c2 100644 --- a/packages/utils/src/types.ts +++ b/packages/utils/src/types.ts @@ -15,3 +15,11 @@ export interface GitmarsOptionArgsType { options?: Array value?: string } + +export interface TranslatePair { + [key: string]: string | string[] | TranslatePair +} +export interface Language extends Record { + name: string + // base?: TranslatePair +} diff --git a/packages/utils/tsconfig.json b/packages/utils/tsconfig.json index 732ed1b99..d41c0fc6c 100644 --- a/packages/utils/tsconfig.json +++ b/packages/utils/tsconfig.json @@ -8,7 +8,7 @@ "declaration": true, "emitDeclarationOnly": true, "rootDir": "src", - "outDir": "lib", + "outDir": "temp", "baseUrl": ".", "paths": { "#lib/*": ["./src/*"], diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index af7264749..d0d1c9653 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,6 +51,9 @@ importers: '@rollup/plugin-alias': specifier: ^5.1.0 version: 5.1.0(rollup@4.12.0) + '@rollup/plugin-babel': + specifier: ^6.0.4 + version: 6.0.4(rollup@4.12.0) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.12.0) @@ -60,6 +63,15 @@ importers: '@rollup/plugin-node-resolve': specifier: ^15.2.3 version: 15.2.3(rollup@4.12.0) + '@rollup/plugin-replace': + specifier: ^5.0.5 + version: 5.0.5(rollup@4.12.0) + '@rollup/plugin-terser': + specifier: ^0.4.4 + version: 0.4.4(rollup@4.12.0) + '@rollup/plugin-typescript': + specifier: ^11.1.6 + version: 11.1.6(rollup@4.12.0)(typescript@5.3.3) '@types/gulp': specifier: ^4.0.17 version: 4.0.17 @@ -142,8 +154,8 @@ importers: specifier: ^10.0.0 version: 10.0.0 rollup-plugin-node-externals: - specifier: ^7.0.1 - version: 7.0.1(rollup@4.12.0) + specifier: ^7.1.1 + version: 7.1.1(rollup@4.12.0) rollup-plugin-replace-shebang: specifier: ^1.2.0 version: 1.2.0(rollup@4.12.0) @@ -235,6 +247,9 @@ importers: packages/build: dependencies: + '@gitmars/cache': + specifier: workspace:* + version: link:../cache '@gitmars/core': specifier: workspace:* version: link:../core @@ -549,6 +564,9 @@ importers: '@gitmars/build': specifier: workspace:* version: link:../build + '@gitmars/cache': + specifier: workspace:* + version: link:../cache '@gitmars/core': specifier: workspace:* version: link:../core @@ -2241,6 +2259,15 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true + /@jridgewell/gen-mapping@0.3.5: + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + dependencies: + '@jridgewell/set-array': 1.2.1 + '@jridgewell/sourcemap-codec': 1.4.15 + '@jridgewell/trace-mapping': 0.3.25 + dev: true + /@jridgewell/resolve-uri@3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} engines: {node: '>=6.0.0'} @@ -2251,6 +2278,11 @@ packages: engines: {node: '>=6.0.0'} dev: true + /@jridgewell/set-array@1.2.1: + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + dev: true + /@jridgewell/source-map@0.3.2: resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} dependencies: @@ -2258,6 +2290,13 @@ packages: '@jridgewell/trace-mapping': 0.3.17 dev: true + /@jridgewell/source-map@0.3.6: + resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + dev: true + /@jridgewell/sourcemap-codec@1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} dev: true @@ -2273,6 +2312,13 @@ packages: '@jridgewell/sourcemap-codec': 1.4.14 dev: true + /@jridgewell/trace-mapping@0.3.25: + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + /@jssj/request@1.1.0(core-js@3.32.2)(tslib@2.6.2): resolution: {integrity: sha512-XEOGtru6oNCRF2zn7MGm8c8lpNsQhknX/xKhIKxW1srvtaixMPV8RGNh5theQqyUc42/GWtoi9errVf/Z5qwNA==} dependencies: @@ -2545,6 +2591,26 @@ packages: slash: 4.0.0 dev: true + /@rollup/plugin-babel@6.0.4(rollup@4.12.0): + resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + '@types/babel__core': + optional: true + rollup: + optional: true + dependencies: + '@babel/helper-module-imports': 7.22.15 + '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + rollup: 4.12.0 + dev: true + /@rollup/plugin-commonjs@25.0.7(rollup@4.12.0): resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} engines: {node: '>=14.0.0'} @@ -2594,6 +2660,54 @@ packages: rollup: 4.12.0 dev: true + /@rollup/plugin-replace@5.0.5(rollup@4.12.0): + resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + magic-string: 0.30.7 + rollup: 4.12.0 + dev: true + + /@rollup/plugin-terser@0.4.4(rollup@4.12.0): + resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + rollup: 4.12.0 + serialize-javascript: 6.0.2 + smob: 1.5.0 + terser: 5.30.3 + dev: true + + /@rollup/plugin-typescript@11.1.6(rollup@4.12.0)(typescript@5.3.3): + resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.14.0||^3.0.0||^4.0.0 + tslib: '*' + typescript: '>=3.7.0' + peerDependenciesMeta: + rollup: + optional: true + tslib: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + resolve: 1.22.4 + rollup: 4.12.0 + typescript: 5.3.3 + dev: true + /@rollup/pluginutils@5.1.0(rollup@4.12.0): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} @@ -9634,6 +9748,12 @@ packages: resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==} dev: true + /randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + dependencies: + safe-buffer: 5.2.1 + dev: true + /raw-body@2.5.2: resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} engines: {node: '>= 0.8'} @@ -10066,8 +10186,8 @@ packages: - supports-color dev: true - /rollup-plugin-node-externals@7.0.1(rollup@4.12.0): - resolution: {integrity: sha512-NIGBhcuhyKn8slRsIt2mCHmxj5zRjXfkYjJ5FPjmg1Q3/rHvvMhOzj07kg0qVX/X6SEP2iubswIc0sL+CbXruA==} + /rollup-plugin-node-externals@7.1.1(rollup@4.12.0): + resolution: {integrity: sha512-rnIUt0zYdV05muRetoxOiFiKxrrfiyXuM/CgI+akv6NExBTaIiPkH2rCSE9JUCsjta1MXzQVAldpe5tJEszlwQ==} engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'} peerDependencies: rollup: ^3.0.0 || ^4.0.0 @@ -10265,6 +10385,12 @@ packages: dependencies: lru-cache: 6.0.0 + /serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + dependencies: + randombytes: 2.1.0 + dev: true + /set-blocking@2.0.0: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: true @@ -10393,6 +10519,10 @@ packages: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + /smob@1.5.0: + resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} + dev: true + /snapdragon-node@2.1.1: resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} engines: {node: '>=0.10.0'} @@ -10878,6 +11008,17 @@ packages: source-map-support: 0.5.21 dev: true + /terser@5.30.3: + resolution: {integrity: sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==} + engines: {node: '>=10'} + hasBin: true + dependencies: + '@jridgewell/source-map': 0.3.6 + acorn: 8.11.3 + commander: 2.20.3 + source-map-support: 0.5.21 + dev: true + /text-table@0.2.0: resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} dev: true diff --git a/tsconfig.json b/tsconfig.json index b6766603c..6cf0a75e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,12 +1,12 @@ { "compilerOptions": { - "target": "esnext", - "moduleResolution": "node", + "target": "ESNext", + "moduleResolution": "Node", "noLib": false, - "lib": ["esnext"], + "lib": ["ESNext"], "sourceMap": false, "resolveJsonModule": true, - "module": "commonjs", + "module": "ESNext", "strict": true, "noImplicitOverride": true, "noUnusedLocals": true, From b86623c7ae45166b237b84830102ddf5e4814e09 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 13 Apr 2024 21:09:36 +0800 Subject: [PATCH 23/52] fix build --- build/gulpfile.ts | 14 +- build/packages.ts | 80 +- build/rollup.config.ts | 29 +- build/tasks/buildLib.ts | 36 +- build/types.ts | 45 +- build/utils/glob.ts | 16 - package.json | 15 +- packages/gitmars/tsconfig.tsbuildinfo | 1 - pnpm-lock.yaml | 1522 +++++++++++++++++++++++-- scripts/build.ts | 146 ++- 10 files changed, 1713 insertions(+), 191 deletions(-) delete mode 100644 build/utils/glob.ts delete mode 100644 packages/gitmars/tsconfig.tsbuildinfo diff --git a/build/gulpfile.ts b/build/gulpfile.ts index b84215036..aaa1a5776 100644 --- a/build/gulpfile.ts +++ b/build/gulpfile.ts @@ -6,16 +6,14 @@ import { buildLib, copyLibFile, madgeLib } from './tasks/buildLib' import { buildApp } from './tasks/buildApp' import { buildDocs, copyMdFile } from './tasks/buildDocs' import { buildType } from './tasks/buildType' -import { packages } from './packages' +import { getLibPackages } from './packages' + +const pkgs = getLibPackages() export async function clean() { - let dirs: string[] = ['dist', 'es', 'lib'] - packages.forEach(({ name }) => { - dirs = dirs.concat([ - join('packages', name, 'dist'), - join('packages', name, 'es'), - join('packages', name, 'lib') - ]) + let dirs: string[] = ['dist', 'lib'] + pkgs.forEach(({ name, output = 'dist' }) => { + dirs = dirs.concat([join('packages', name, output)]) }) await runExecSync(`rimraf ${dirs.join(' ')}`) } diff --git a/build/packages.ts b/build/packages.ts index d164e56f0..9c82c8fca 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -1,10 +1,11 @@ -import type { PackageManifest } from './types' +import { intersect } from 'js-cool' +import type { Name, PackageManifest, Task } from './types' export const packages: PackageManifest[] = [ { name: 'utils', pkgName: '@gitmars/utils', - buildTask: ['type', 'lib'], + buildTask: 'bundle', external: [], iife: false, browser: false, @@ -14,7 +15,7 @@ export const packages: PackageManifest[] = [ { name: 'git', pkgName: '@gitmars/git', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -23,7 +24,7 @@ export const packages: PackageManifest[] = [ { name: 'hook', pkgName: '@gitmars/hook', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -32,7 +33,7 @@ export const packages: PackageManifest[] = [ { name: 'cache', pkgName: '@gitmars/cache', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -41,7 +42,7 @@ export const packages: PackageManifest[] = [ { name: 'go', pkgName: '@gitmars/go', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -50,7 +51,7 @@ export const packages: PackageManifest[] = [ { name: 'api', pkgName: '@gitmars/api', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -59,7 +60,7 @@ export const packages: PackageManifest[] = [ { name: 'build', pkgName: '@gitmars/build', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -68,7 +69,7 @@ export const packages: PackageManifest[] = [ { name: 'core', pkgName: '@gitmars/core', - buildTask: ['type', 'lib'], + buildTask: 'bundle', iife: false, browser: false, output: 'lib', @@ -77,7 +78,7 @@ export const packages: PackageManifest[] = [ { name: 'gitmars', pkgName: 'gitmars', - buildTask: ['type', 'lib'], + buildTask: 'lib', iife: false, browser: false, output: 'lib', @@ -94,12 +95,69 @@ export const packages: PackageManifest[] = [ } ] +export const names = packages.map(({ name }) => name) export const packageNames = packages.map(({ pkgName }) => pkgName) +export const buildTasks = packages.reduce((acc, cur) => { + for (const item of ([] as Task[]).concat(cur.buildTask)) { + !acc.includes(item) && acc.push(item) + } + return acc +}, [] as Task[]) +/** + * get package sets + */ +export function getPackages(name?: Name | Name[]): PackageManifest[] +export function getPackages(name?: Task | Task[]): PackageManifest[] export function getPackages(name?: string | string[]) { if (!name) return packages + if (typeof name === 'string') name = ([] as string[]).concat(name) + + const list = packages.filter(item => { + if (intersect(buildTasks, name).length) { + // 传入task + return intersect( + typeof item.buildTask === 'string' + ? ([] as Task[]).concat(item.buildTask) + : item.buildTask, + name + ).length + } + // 传入name + return name.includes(item.name) + }) + if (list.length === 0) { + console.info(`no package founded`) + return packages + } + + return list +} + +export function getLibPackages(name?: string | string[]) { + const list = packages.filter(item => { + const _names = typeof name === 'string' ? ([] as string[]).concat(name) : name + const _buildTask = typeof item.buildTask === 'string' ? [item.buildTask] : item.buildTask + + if (!_names) return _buildTask.includes('lib') + return _buildTask.includes('lib') && _names.includes(item.name) + }) + if (list.length === 0) { + console.info(`no package founded`) + return packages + } + + return list +} + +export function getBundlePackages(name?: string | string[]) { + const list = packages.filter(item => { + const _names = typeof name === 'string' ? ([] as string[]).concat(name) : name + const _buildTask = typeof item.buildTask === 'string' ? [item.buildTask] : item.buildTask - const list = packages.filter(item => ([] as string[]).concat(name).includes(item.name)) + if (!_names) return _buildTask.includes('bundle') + return _buildTask.includes('bundle') && _names.includes(item.name) + }) if (list.length === 0) { console.info(`no package founded`) return packages diff --git a/build/rollup.config.ts b/build/rollup.config.ts index 446781f6e..7700c7c73 100644 --- a/build/rollup.config.ts +++ b/build/rollup.config.ts @@ -3,7 +3,8 @@ import { existsSync } from 'node:fs' import { createRequire } from 'node:module' import { fileURLToPath } from 'node:url' import type { InternalModuleFormat, OutputOptions, Plugin, RollupOptions } from 'rollup' -import { getPackages, packageNames } from './packages' +import { getBundlePackages, packageNames } from './packages' +import type { Name } from './types' import { babel, commonjs, @@ -47,7 +48,7 @@ const __filename = fileURLToPath(import.meta.url) const __dirname = dirname(__filename) const require = createRequire(import.meta.url) -const packages = getPackages(process.env.BUILD_PACKAGE) +const packages = getBundlePackages(process.env.BUILD_PACKAGE as Name) const configs: Config[] = [] for (const { @@ -212,23 +213,33 @@ function createEntry(config: Config) { if (!isGlobalBuild) { _config.external.push( - 'core-js', + '@jssj/request', '@pkgjs/parseargs', - 'js-cool', - 'fast-glob', - 'find-up', - 'load-yml', '@pnpm/error', - 'micromatch', - 'lcid', 'chalk', + 'ci-info', + 'columnify', + 'commander', + 'core-js', + 'cosmiconfig', 'cross-spawn', + 'dayjs', 'debug', + 'fast-glob', + 'find-up', + 'inquirer', + 'js-cool', + 'lcid', + 'load-yml', 'lodash-es', 'lodash-unified', + 'micromatch', + 'node-apollo', 'ora', 'os-lang', + 'semver-diff', 'shelljs', + 'slash', ...packageNames ) if (config.external) _config.external = _config.external.concat(config.external) diff --git a/build/tasks/buildLib.ts b/build/tasks/buildLib.ts index 9915a376f..24ce6e091 100644 --- a/build/tasks/buildLib.ts +++ b/build/tasks/buildLib.ts @@ -11,20 +11,20 @@ import { alias, banner as bannerPlugin, commonjs, - dts as dtsPlugin, + // dts as dtsPlugin, esbuild, filesize, json, minify, - nodeExternals, + // nodeExternals, nodeResolve, shebang // visual, } from '../plugins/index' import { PACKAGE } from '../utils/paths' -import { packages } from '../packages' +import { getLibPackages } from '../packages' -let pkgs = packages.filter(({ buildTask }) => buildTask.includes('lib')) +let pkgs = getLibPackages() const childBuildLibIndex = process.argv.indexOf('lib') if (childBuildLibIndex > -1) { @@ -184,21 +184,19 @@ export async function buildLib() { await Promise.all(writeOptions.map(option => bundle.write(option))) // dts - if (dts !== false) { - const rollupDtsConfig = { - input, - plugins: [nodeExternals(), dtsPlugin], - external: [...externals, ...external] - } - const writeDtsOptions: OutputOptions[] = [ - { - file: resolve(PACKAGE, name, 'lib', fn.replace(/\.ts$/, '.d.ts')), - format: 'es' - } - ] - const dtsBundle = await rollup(rollupDtsConfig) - await Promise.all([writeDtsOptions.map(option => dtsBundle.write(option))]) - } + // const rollupDtsConfig = { + // input, + // plugins: [nodeExternals(), dtsPlugin], + // external: [...externals, ...external] + // } + // const writeDtsOptions: OutputOptions[] = [ + // { + // file: resolve(PACKAGE, name, 'lib', fn.replace(/\.ts$/, '.d.ts')), + // format: 'es' + // } + // ] + // const dtsBundle = await rollup(rollupDtsConfig) + // await Promise.all([writeDtsOptions.map(option => dtsBundle.write(option))]) } } ) diff --git a/build/types.ts b/build/types.ts index 9e7af618b..bbbf073c0 100644 --- a/build/types.ts +++ b/build/types.ts @@ -2,24 +2,57 @@ import type * as tasks from './gulpfile' type WithArray = T | T[] +export type Name = + | 'utils' + | 'git' + | 'hook' + | 'cache' + | 'go' + | 'api' + | 'build' + | 'core' + | 'gitmars' + | 'docs' + | 'monorepo' + +export type PkgName = + | '@gitmars/utils' + | '@gitmars/git' + | '@gitmars/hook' + | '@gitmars/cache' + | '@gitmars/go' + | '@gitmars/api' + | '@gitmars/build' + | '@gitmars/core' + | 'gitmars' + | '@gitmars/docs' + | '@gitmars/monorepo' + +export type Task = Exclude | 'bundle' +export type BuildTask = WithArray + export interface PackageManifest { - name: string - pkgName: string + name: Name + pkgName: PkgName display: string - buildTask: WithArray> + buildTask: BuildTask addon?: boolean author?: string description?: string external?: string[] + externalUmd?: string[] globals?: Record manualImport?: boolean deprecated?: boolean - submodules?: boolean build?: boolean iife?: boolean + iifeName?: string cjs?: boolean mjs?: boolean - dts?: boolean + browser?: boolean + bundler?: boolean + types?: boolean output?: 'dist' | 'lib' | 'app' | 'es' - exportType?: 'auto' | 'default' | 'named' | 'none' + extractTypes?: boolean + // target?: string // esbuild target } diff --git a/build/utils/glob.ts b/build/utils/glob.ts deleted file mode 100644 index 147340a03..000000000 --- a/build/utils/glob.ts +++ /dev/null @@ -1,16 +0,0 @@ -import { resolve } from 'path' -import glob, { type Options } from 'fast-glob' -import { COMPONENTS_PATH } from './paths' - -export function getPaths(source: string | string[] = '*', options: T) { - const { cwd = COMPONENTS_PATH } = options - const files = glob.sync(source, { - cwd, - onlyDirectories: false, - ...options - }) - return files.map(name => ({ - path: resolve(cwd, name), - name - })) -} diff --git a/package.json b/package.json index 45fc6a8e5..eacd1fb9d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,9 @@ "prebuild": "[[ $CI = true ]] && npx pnpm install -r --store=node_modules/.pnpm-store || echo skipping pnpm install", "gen:version": "tscjs scripts/version", "lib": "sh scripts/lib.sh", - "build": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" gulp --require @esbuild-kit/cjs-loader -f build/gulpfile.ts", + "build": "tscjs scripts/build", + "build:rollup": "cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" rollup -c build/rollup.config.ts --configPlugin @rollup/plugin-typescript", + "build:lib": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" gulp --require @esbuild-kit/cjs-loader -f build/gulpfile.ts", "build:types": "run-s build-temp-types roll-types", "build-temp-types": "tsc --emitDeclarationOnly --outDir temp/ -p bin/", "patch-types": "node scripts/patchTypes", @@ -35,8 +37,7 @@ "docs": "rimraf typedoc && typedoc", "eslint": "eslint --fix --ext .ts,.js ./", "prettier": "prettier --write \"**/*.{js,ts,json,md}\"", - "prettier:docs": "prettier --write \"**/*.md\"", - "build:rollup": "cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" rollup -c" + "prettier:docs": "prettier --write \"**/*.md\"" }, "directories": { "static": "static", @@ -52,15 +53,21 @@ "os-lang": "^3.2.0" }, "devDependencies": { + "@babel/preset-env": "^7.24.4", + "@babel/preset-typescript": "^7.24.1", "@esbuild-kit/cjs-loader": "^2.4.4", "@esbuild-kit/esm-loader": "^2.6.5", "@eslint-sets/eslint-config-ts": "^5.12.0", "@microsoft/api-extractor": "^7.42.1", "@pnpm/logger": "^5.0.0", "@rollup/plugin-alias": "^5.1.0", + "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/plugin-replace": "^5.0.5", + "@rollup/plugin-terser": "^0.4.4", + "@rollup/plugin-typescript": "^11.1.6", "@types/gulp": "^4.0.17", "@types/inquirer": "^8.2.6", "@types/node": "^20.11.24", @@ -88,7 +95,7 @@ "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-filesize": "^10.0.0", - "rollup-plugin-node-externals": "^7.0.1", + "rollup-plugin-node-externals": "^7.1.1", "rollup-plugin-replace-shebang": "^1.2.0", "rollup-plugin-visualizer": "^5.12.0", "tsnd": "^1.1.0", diff --git a/packages/gitmars/tsconfig.tsbuildinfo b/packages/gitmars/tsconfig.tsbuildinfo deleted file mode 100644 index 581f3f048..000000000 --- a/packages/gitmars/tsconfig.tsbuildinfo +++ /dev/null @@ -1 +0,0 @@ -{"program":{"fileNames":["../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.array.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.d.ts","../../node_modules/.pnpm/typescript@5.3.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../node_modules/.pnpm/commander@11.1.0/node_modules/commander/typings/index.d.ts","../../node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/index.d.ts","../../node_modules/.pnpm/await-to-done@1.0.2/node_modules/await-to-done/dist/index.d.ts","../../node_modules/.pnpm/use-downloads@1.5.1/node_modules/use-downloads/dist/index.d.ts","../../node_modules/.pnpm/mount-image@1.2.0/node_modules/mount-image/dist/index.d.ts","../../node_modules/.pnpm/mount-css@1.2.0/node_modules/mount-css/dist/index.d.ts","../../node_modules/.pnpm/mount-script@1.2.0/node_modules/mount-script/dist/index.d.ts","../../node_modules/.pnpm/mount-style@1.2.0/node_modules/mount-style/dist/index.d.ts","../../node_modules/.pnpm/load-source@1.2.0/node_modules/load-source/dist/index.d.ts","../../node_modules/.pnpm/js-cool@5.18.1/node_modules/js-cool/dist/index.d.ts","../api/lib/types.d.ts","../api/lib/getuserinfo.d.ts","../api/lib/mergerequest.d.ts","../api/lib/index.default.d.ts","../api/lib/index.d.ts","../utils/lib/types.d.ts","../utils/lib/command.d.ts","../utils/lib/debug.d.ts","../utils/lib/echo.d.ts","../utils/lib/file.d.ts","../utils/lib/getseconds.d.ts","../utils/lib/iswin32.d.ts","../utils/lib/locales/zh-cn.d.ts","../utils/lib/locales/en-us.d.ts","../utils/lib/locales/index.d.ts","../utils/lib/local.d.ts","../utils/lib/lang.d.ts","../utils/lib/stringify.d.ts","../utils/lib/unicode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/assert/strict.d.ts","../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/header.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/readable.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/file.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/fetch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/formdata.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/connector.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-dispatcher.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/global-origin.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool-stats.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/handlers.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/balanced-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-interceptor.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-client.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-pool.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/mock-errors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/proxy-agent.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/api.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cookies.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/patch.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/filereader.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/diagnostics-channel.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/websocket.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/content-type.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/cache.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/interceptors.d.ts","../../node_modules/.pnpm/undici-types@5.26.5/node_modules/undici-types/index.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/async_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/buffer.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/child_process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/cluster.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/console.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/constants.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/crypto.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dgram.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dns/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/domain.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/dom-events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/fs/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/http2.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/https.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/inspector.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/module.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/net.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/os.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/path.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/perf_hooks.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/process.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/punycode.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/querystring.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/readline/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/repl.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/consumers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/stream/web.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/string_decoder.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/test.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/timers/promises.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tls.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/trace_events.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/tty.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/url.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/util.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/v8.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/vm.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/wasi.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/worker_threads.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/zlib.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/globals.global.d.ts","../../node_modules/.pnpm/@types+node@20.11.24/node_modules/@types/node/index.d.ts","../utils/lib/spawn.d.ts","../utils/lib/index.default.d.ts","../utils/lib/index.d.ts","./src/locales/zh-cn.ts","./src/locales/en-us.ts","./src/locales/index.ts","../core/lib/getcurlofmergerequest.d.ts","../core/lib/message.d.ts","../core/lib/types.d.ts","../core/lib/queue.d.ts","../core/lib/sendgroupmessage.d.ts","../core/lib/versioncontrol.d.ts","../core/lib/locales/zh-cn.d.ts","../core/lib/locales/en-us.d.ts","../core/lib/locales/index.d.ts","../core/lib/index.default.d.ts","../core/lib/index.d.ts","../git/lib/getisgitproject.d.ts","../git/lib/searchbranches.d.ts","../git/lib/getcurrentbranch.d.ts","../git/lib/types.d.ts","../git/lib/getgitlogs.d.ts","../git/lib/getgitlogsbycommitids.d.ts","../git/lib/getgitversion.d.ts","../git/lib/getgitconfig.d.ts","../git/lib/getgitrevparse.d.ts","../git/lib/getaheadlogs.d.ts","../git/lib/getbehindlogs.d.ts","../git/lib/getisbranchorcommitexist.d.ts","../git/lib/getismergeaction.d.ts","../git/lib/getismergedtargetbranch.d.ts","../git/lib/getisupdatedintime.d.ts","../git/lib/getgituser.d.ts","../git/lib/getbranchesfromid.d.ts","../git/lib/getgitstatus.d.ts","../git/lib/getcommandmessage.d.ts","../git/lib/checkgitstatus.d.ts","../git/lib/getstashlist.d.ts","../git/lib/fetch.d.ts","../git/lib/readpkg.d.ts","../git/lib/getconfig.d.ts","../git/lib/index.default.d.ts","../git/lib/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscription.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subscriber.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operator.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/types.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audit.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/audittime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffercount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/buffertoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/bufferwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/catcherror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combineall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/combinelatestwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/concatwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/connect.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/count.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debounce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/debouncetime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/defaultifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/delaywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/dematerialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinct.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilchanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/distinctuntilkeychanged.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/elementat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/endwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/every.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaust.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/exhaustmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/expand.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/filter.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/finalize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/find.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/findindex.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/first.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/subject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/groupby.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/ignoreelements.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/isempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/last.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/map.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/notification.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/materialize.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/max.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergeall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/flatmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergemapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergescan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/mergewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/min.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectableobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/multicast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/observeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/onerrorresumenextwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pairwise.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/pluck.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publish.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishbehavior.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishlast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/publishreplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/racewith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/reduce.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/repeatwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retry.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/retrywhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/refcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sample.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sampletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/scan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sequenceequal.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/share.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/sharereplay.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/single.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skiplast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/skipwhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/startwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/subscribeon.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchmapto.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/switchscan.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/take.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takelast.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takeuntil.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/takewhile.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/tap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throttletime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/throwifempty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeinterval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeout.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timeoutwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/timestamp.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/toarray.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/window.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowcount.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtime.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowtoggle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/windowwhen.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/withlatestfrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipall.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/operators/zipwith.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/operators/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/action.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testmessage.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionlog.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/subscriptionloggable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/coldobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/hotobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/timerhandle.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asyncaction.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/virtualtimescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/testing/testscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/testing/index.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/symbol/observable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/dom/animationframes.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/behaviorsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/replaysubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/asyncsubject.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asapscheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/asap.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/async.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queuescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/queue.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframescheduler.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduler/animationframe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/identity.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/pipe.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/noop.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/isobservable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/lastvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/firstvaluefrom.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/argumentoutofrangeerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/emptyerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/notfounderror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/objectunsubscribederror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/sequenceerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/util/unsubscriptionerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindcallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/bindnodecallback.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/anycatcher.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/combinelatest.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/concat.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/connectable.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/defer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/empty.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/forkjoin.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/from.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromevent.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/fromeventpattern.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/generate.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/iif.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/interval.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/merge.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/never.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/of.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/onerrorresumenext.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/pairs.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/partition.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/race.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/range.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/throwerror.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/timer.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/using.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/observable/zip.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/scheduled/scheduled.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/internal/config.d.ts","../../node_modules/.pnpm/rxjs@7.8.0/node_modules/rxjs/dist/types/index.d.ts","../../node_modules/.pnpm/@types+through@0.0.30/node_modules/@types/through/index.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choice.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/separator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/objects/choices.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/screen-manager.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/base.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/paginator.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/checkbox.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/confirm.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/editor.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/expand.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/input.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/list.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/number.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/password.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/prompts/rawlist.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/baseui.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/bottom-bar.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/ui/prompt.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/events.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/lib/utils/readline.d.ts","../../node_modules/.pnpm/@types+inquirer@8.2.6/node_modules/@types/inquirer/index.d.ts","./src/types.ts","../../node_modules/.pnpm/os-lang@3.2.0/node_modules/os-lang/dist/index.d.ts","./src/common/local.ts","./src/conf/admin.ts","./src/gitm-admin.ts","./src/conf/alias.ts","./src/gitm-alias.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/types.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/locale/index.d.ts","../../node_modules/.pnpm/dayjs@1.11.10/node_modules/dayjs/index.d.ts","./src/conf/approve.ts","./src/gitm-approve.ts","../../node_modules/.pnpm/@types+minimatch@5.1.2/node_modules/@types/minimatch/index.d.ts","../../node_modules/.pnpm/@types+glob@7.2.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+shelljs@0.8.15/node_modules/@types/shelljs/index.d.ts","./src/conf/branch.ts","./src/gitm-branch.ts","../build/lib/types.d.ts","../build/lib/runjenkins.d.ts","../build/lib/buildconfig.d.ts","../build/lib/index.default.d.ts","../build/lib/index.d.ts","./src/conf/build.ts","./src/gitm-build.ts","./src/conf/clean.ts","./src/gitm-clean.ts","../../node_modules/.pnpm/cli-spinners@2.7.0/node_modules/cli-spinners/index.d.ts","../../node_modules/.pnpm/ora@5.4.1/node_modules/ora/index.d.ts","./src/conf/cleanbranch.ts","./src/gitm-cleanbranch.ts","./src/common/global.ts","./src/conf/combine.ts","./src/gitm-combine.ts","./src/gitm-config.ts","./src/conf/continue.ts","./src/gitm-continue.ts","./src/conf/copy.ts","./src/gitm-copy.ts","./src/conf/end.ts","./src/gitm-end.ts","./src/conf/get.ts","./src/gitm-get.ts","./src/conf/update.ts","./src/conf/undo.ts","./src/conf/redo.ts","./src/conf/start.ts","./src/conf/save.ts","./src/conf/revert.ts","./src/conf/link.ts","./src/conf/unlink.ts","./src/conf/postmsg.ts","./src/go/index.ts","./src/conf/go.ts","./src/gitm-go.ts","../hook/lib/index.d.ts","./src/conf/hook.ts","./src/gitm-hook.ts","./src/gitm-init.ts","./src/conf/install.ts","./src/gitm-install.ts","./src/gitm-link.ts","../../node_modules/.pnpm/@types+columnify@1.5.4/node_modules/@types/columnify/index.d.ts","./src/conf/log.ts","./src/gitm-log.ts","./src/gitm-permission.ts","./src/gitm-postmsg.ts","./src/gitm-redo.ts","./src/gitm-revert.ts","./src/conf/review.ts","./src/gitm-review.ts","./src/conf/run.ts","./src/gitm-run.ts","./src/gitm-save.ts","./src/gitm-start.ts","./src/conf/status.ts","./src/gitm-status.ts","./src/conf/suggest.ts","./src/gitm-suggest.ts","./src/gitm-undo.ts","./src/gitm-unlink.ts","./src/gitm-update.ts","./src/conf/upgrade.ts","./src/gitm-upgrade.ts","./src/gitm.ts","./typings/global.d.ts","./typings/lowdb.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/common.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/array.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/collection.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/date.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/function.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/lang.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/math.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/number.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/object.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/seq.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/string.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/common/util.d.ts","../../node_modules/.pnpm/@types+lodash@4.14.191/node_modules/@types/lodash/index.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/add.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/after.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assign.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assigninwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/assignwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/at.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/attempt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/before.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bind.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/bindkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/camelcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/capitalize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/castarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ceil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chain.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/chunk.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clamp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clone.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonedeepwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/clonewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/compact.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/concat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/cond.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conforms.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/conformsto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/constant.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/countby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/create.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curry.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/curryright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/debounce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/deburr.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaults.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultsdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defaultto.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/defer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/delay.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/difference.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differenceby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/differencewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/divide.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/drop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/droprightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/dropwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/each.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/endswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entries.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/entriesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/eq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/escaperegexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/every.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/extendwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/fill.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/filter.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/find.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlast.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/findlastkey.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/first.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatmapdepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flatten.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flattendepth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/floor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flow.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/flowright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreach.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/foreachright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forinright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forown.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/forownright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/frompairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functions.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/functionsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/get.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/groupby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/gte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/has.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/hasin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/head.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/identity.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/includes.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/indexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/initial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/inrange.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersection.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/intersectionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invert.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invertby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invoke.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/invokemap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarguments.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraybuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isarraylikeobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isboolean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isbuffer.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isdate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iselement.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isempty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequal.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isequalwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iserror.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isfunction.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/islength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatch.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ismatchwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnan.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnative.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnil.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isnumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isobjectlike.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isregexp.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/issymbol.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/istypedarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isundefined.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakmap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/isweakset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/iteratee.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/join.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/kebabcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keyby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/keysin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/last.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lowerfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lt.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/lte.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/map.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapkeys.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mapvalues.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matches.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/matchesproperty.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/max.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/maxby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mean.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/meanby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/memoize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/merge.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mergewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/method.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/methodof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/min.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/minby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/mixin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/multiply.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/negate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/noop.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/now.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/nth.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/ntharg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omit.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/omitby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/once.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/orderby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/over.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overargs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/overevery.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/oversome.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pad.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/padstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/parseint.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partial.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partialright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/partition.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pick.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pickby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/property.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/propertyof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pull.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullall.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullallwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/pullat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/random.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/range.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rangeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rearg.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduce.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reduceright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/remove.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/repeat.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/replace.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/rest.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/result.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/reverse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/round.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sample.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/samplesize.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/set.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/setwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/shuffle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/size.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/slice.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/snakecase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/some.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindex.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sortedlastindexof.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sorteduniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/split.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/spread.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startcase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/startswith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubfalse.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubstring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/stubtrue.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/subtract.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sum.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/sumby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tail.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/take.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takeright.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takerightwhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/takewhile.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/template.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/templatesettings.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/throttle.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/thru.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/times.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toarray.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tofinite.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tointeger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolength.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tolower.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tonumber.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairs.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topairsin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/topath.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toplainobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tosafeinteger.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/tostring.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/toupper.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/transform.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trim.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimend.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/trimstart.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/truncate.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unary.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unescape.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/union.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unionwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniq.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqueid.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uniqwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unset.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/unzipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/update.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/updatewith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/uppercase.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/upperfirst.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/values.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/valuesin.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/without.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/words.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/wrap.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xor.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorby.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/xorwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zip.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobject.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipobjectdeep.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/zipwith.d.ts","../../node_modules/.pnpm/@types+lodash-es@4.17.12/node_modules/@types/lodash-es/index.d.ts","../../node_modules/.pnpm/@types+argparse@1.0.38/node_modules/@types/argparse/index.d.ts","../../node_modules/.pnpm/@types+cross-spawn@6.0.6/node_modules/@types/cross-spawn/index.d.ts","../../node_modules/.pnpm/@types+ms@0.7.32/node_modules/@types/ms/index.d.ts","../../node_modules/.pnpm/@types+debug@4.1.12/node_modules/@types/debug/index.d.ts","../../node_modules/.pnpm/@types+estree@1.0.5/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/@types+expect@1.20.4/node_modules/@types/expect/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/index.d.ts","../../node_modules/.pnpm/@types+jsonfile@6.1.1/node_modules/@types/jsonfile/utils.d.ts","../../node_modules/.pnpm/@types+fs-extra@11.0.1/node_modules/@types/fs-extra/index.d.ts","../../node_modules/.pnpm/@types+glob@8.1.0/node_modules/@types/glob/index.d.ts","../../node_modules/.pnpm/@types+glob-stream@6.1.1/node_modules/@types/glob-stream/index.d.ts","../../node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch/index.d.ts","../../node_modules/.pnpm/chokidar@3.5.3/node_modules/chokidar/types/index.d.ts","../../node_modules/.pnpm/@types+undertaker-registry@1.0.1/node_modules/@types/undertaker-registry/index.d.ts","../../node_modules/.pnpm/async-done@1.3.2/node_modules/async-done/index.d.ts","../../node_modules/.pnpm/@types+undertaker@1.2.8/node_modules/@types/undertaker/index.d.ts","../../node_modules/.pnpm/@types+vinyl@2.0.7/node_modules/@types/vinyl/index.d.ts","../../node_modules/.pnpm/@types+vinyl-fs@3.0.1/node_modules/@types/vinyl-fs/index.d.ts","../../node_modules/.pnpm/@types+gulp@4.0.17/node_modules/@types/gulp/index.d.ts","../../node_modules/.pnpm/@types+js-yaml@4.0.5/node_modules/@types/js-yaml/index.d.ts","../../node_modules/.pnpm/@types+json-schema@7.0.12/node_modules/@types/json-schema/index.d.ts","../../node_modules/.pnpm/@types+json5@0.0.29/node_modules/@types/json5/index.d.ts","../../node_modules/.pnpm/@types+linkify-it@3.0.2/node_modules/@types/linkify-it/index.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/encode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/decode.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/parse.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/format.d.ts","../../node_modules/.pnpm/@types+mdurl@1.0.2/node_modules/@types/mdurl/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/common/utils.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/token.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_inline/state_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_label.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_destination.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/parse_link_title.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/helpers/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/ruler.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_block/state_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_block.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/rules_core/state_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_core.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/parser_inline.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/renderer.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/lib/index.d.ts","../../node_modules/.pnpm/@types+markdown-it@13.0.7/node_modules/@types/markdown-it/index.d.ts","../../node_modules/.pnpm/@types+unist@2.0.6/node_modules/@types/unist/index.d.ts","../../node_modules/.pnpm/@types+mdast@3.0.11/node_modules/@types/mdast/index.d.ts","../../node_modules/.pnpm/@types+minimist@1.2.2/node_modules/@types/minimist/index.d.ts","../../node_modules/.pnpm/@types+normalize-package-data@2.4.1/node_modules/@types/normalize-package-data/index.d.ts","../../node_modules/.pnpm/@types+ps-tree@1.1.2/node_modules/@types/ps-tree/index.d.ts","../../node_modules/.pnpm/@types+resolve@1.20.2/node_modules/@types/resolve/index.d.ts","../../node_modules/.pnpm/@types+rimraf@2.0.5/node_modules/@types/rimraf/index.d.ts","../../node_modules/.pnpm/@types+estree@0.0.39/node_modules/@types/estree/index.d.ts","../../node_modules/.pnpm/rollup@0.63.5/node_modules/rollup/dist/rollup.d.ts","../../node_modules/.pnpm/@types+rollup-plugin-css-only@3.1.3/node_modules/@types/rollup-plugin-css-only/index.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/semver.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/parse.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/clean.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/inc.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/diff.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/major.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/minor.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/patch.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/prerelease.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rcompare.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-loose.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/compare-build.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/sort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/rsort.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lt.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/eq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/neq.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/gte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/lte.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/cmp.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/coerce.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/comparator.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/classes/range.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/functions/satisfies.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/max-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-satisfying.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/to-comparators.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/min-version.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/valid.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/outside.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/gtr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/ltr.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/intersects.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/simplify.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/ranges/subset.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/internals/identifiers.d.ts","../../node_modules/.pnpm/@types+semver@7.5.0/node_modules/@types/semver/index.d.ts","../../node_modules/.pnpm/@types+web-bluetooth@0.0.20/node_modules/@types/web-bluetooth/index.d.ts","../../node_modules/.pnpm/@types+which@3.0.0/node_modules/@types/which/index.d.ts"],"fileInfos":[{"version":"f33e5332b24c3773e930e212cbb8b6867c8ba3ec4492064ea78e55a524d57450","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","26f2f787e82c4222710f3b676b4d83eb5ad0a72fa7b746f03449e7a026ce5073","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","bed7b7ba0eb5a160b69af72814b4dde371968e40b6c5e73d3a9f7bee407d158c",{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"e0275cd0e42990dc3a16f0b7c8bca3efe87f1c8ad404f80c6db1c7c0b828c59f","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"ec0104fee478075cb5171e5f4e3f23add8e02d845ae0165bfa3f1099241fa2aa","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"acae90d417bee324b1372813b5a00829d31c7eb670d299cd7f8f9a648ac05688","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"62a4966981264d1f04c44eb0f4b5bdc3d81c1a54725608861e44755aa24ad6a5","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"86a34c7a13de9cabc43161348f663624b56871ed80986e41d214932ddd8d6719","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"4350e5922fecd4bedda2964d69c213a1436349d0b8d260dd902795f5b94dc74b","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"17d716b12c230355d207d8b464a3359e13041c0cbb94c243981618e279f57670","0d14fa22c41fdc7277e6f71473b20ebc07f40f00e38875142335d5b63cdfc9d2","1a8efc8122d15a1d01a0e3736631713045e6ed5be354324f1c649ef0e3e7f872","0e7352e7ace3286d77e39f0d12731901a3d678956f364d6cd9bb571f33cbaa87","42d1ee5a4f647b2a53c00f818e641975005dd6134753ae9a305a215ac929e10b","4da1491bea70723b794d809e01e6bd9e363405fc5c42c5cbdd145339a6975484","ccc9116aea42694e3b7583975c223c8b1f333d760874b931d51ede2e6d5efdb6","31c2d8698b4a00e395306895f37a2401de55b2de891ffc8f0a532cdc20a1d377","facbf7d3391c19f77c267d7ff5a2a3ad854154716f4a83a42f23b867f7107767","2de3521527156a88ac5f6f07e8cba4927d3030e361fa73a4fdefc68d82ce589b","ed6d551c0a98c203ad35bda69d634b206ce59fefbed309f5478eb999482ca3bc","8995de44dd993ef955636bba2ef710488ed17504300a5deb6a0b1fc32d0b3d21","75814b98e29acd92518c9d6507cc17e4fa54e475034b592673a2a8ecaaad92a7","1e01f30ccfe6a333fdaf70266c75c6404dab9e9101927a3a947253c7b5cda183","57a225249c6ea8ae2522ceab7691ff84edc0f65963b7aed67fbeef16855b9891","c9e15d1d1fda82118c8fcbe1199a98f3d8630b1038bd4fe2a7bb4c9780f5628d","9cde82d924ec2f9ae6f0a2691ac3cf1c396ab40e5809315fad09bf7ac7af7ca5","95af7bc6641e3e69ce0ae512ce072288bb34988c034fcf35aababdb14cc70e6f","a313ad742faf3e331433b53843e3509a3b31f7dc1b08d914ac1a18f8ed94e28b","1a03ac5bc50b158806bc00287636638b9093a3c52dadad8f3dcffc411acb6442","817b220c272b986dc1887977dcef66eadd20831283233be10072760e1c7cceb4","f79e2ffa79e427f0995371af14cf1d44830cb353ec034b6cf8b0e20af660fc33","b281cb0414d59366780adac5336a27f6f6ca414a1be904e6c65ad59dffc46286","b281cb0414d59366780adac5336a27f6f6ca414a1be904e6c65ad59dffc46286","e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550","1fc8371becd864eac4364e717e4e15911a5b8a8bf6ed41ea8f61edece5e0d9ea","74251a2118532c102a1639c033696d0ed3d68e00b4f405033aaa4c8ec80a9009","4f2776f56dacf57ae24bc7e1ea9367266f5928cf39610c1e9457917fa980780b","1671d875cbcdf9f0e0205478d028308d92197bde51c90121f7e863edf42d742f","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"7fd7fcbf021a5845bdd9397d4649fcf2fe17152d2098140fc723099a215d19ad","affectsGlobalScope":true},"df3389f71a71a38bc931aaf1ef97a65fada98f0a27f19dd12f8b8de2b0f4e461","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"a1d2988ad9d2aef7b9915a22b5e52c165c83a878f2851c35621409046bbe3c05","affectsGlobalScope":true},"bd3f5d05b6b5e4bfcea7739a45f3ffb4a7f4a3442ba7baf93e0200799285b8f1","4c775c2fccabf49483c03cd5e3673f87c1ffb6079d98e7b81089c3def79e29c6","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"674168aa3db414ea0a19b2a31d901b2d49705c7a495e43ffdc96928543010f8c","affectsGlobalScope":true},"fe1fd6afdfe77976d4c702f3746c05fb05a7e566845c890e0e970fe9376d6a90","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","afb1701fd4be413a8a5a88df6befdd4510c30a31372c07a4138facf61594c66d","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"c07146dbbbd8b347241b5df250a51e48f2d7bef19b1e187b1a3f20c849988ff1","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"ae5507fc333d637dec9f37c6b3f4d423105421ea2820a64818de55db85214d66","affectsGlobalScope":true},{"version":"0666f4c99b8688c7be5956df8fecf5d1779d3b22f8f2a88258ae7072c7b6026f","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","54e854615c4eafbdd3fd7688bd02a3aafd0ccf0e87c98f79d3e9109f047ce6b8","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","7424817d5eb498771e6d1808d726ec38f75d2eaf3fa359edd5c0c540c52725c1","9a9634296cca836c3308923ba7aa094fa6ed76bb1e366d8ddcf5c65888ab1024",{"version":"bddce945d552a963c9733db106b17a25474eefcab7fc990157a2134ef55d4954","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","4b55240c2a03b2c71e98a7fc528b16136faa762211c92e781a01c37821915ea6","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"94c086dff8dbc5998749326bc69b520e8e4273fb5b7b58b50e0210e0885dfcde","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"ebe5facd12fd7745cda5f4bc3319f91fb29dc1f96e57e9c6f8b260a7cc5b67ee","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","37dc027f781c75f0f546e329cfac7cf92a6b289f42458f47a9adc25e516b6839",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447","3a85ebca2e7a0fd99ae11a8c71e1fdd7d1d4620b3ba923a630b988fc7461932e","f9c77f627737cec840710372dcb4d75284faf93b9f4c6702bcb2c33a85b0298d","d19548c5e6931ad78f984c67c973d1c92a95e3fba748a714a26104cea19b3811",{"version":"8b2e25e7d6c490d4bcff5a216965b468b9568d1b9912e3f2feb7eca134a09c1e","signature":"5dac73cf5ff2496b63433e767ef0923652d2dbe5d6d7c87f1e2d2a410528aae3"},{"version":"d30c4f1ae5036894761a5374e58124fb8f044e94bb65a0183453f163ec12739c","signature":"5319bac307d1330f98d949101ac19fca3e7e7428abd586eca9ff1e6f69f8102b"},{"version":"8c8a94863b8d0cba99642e42bd0a1ffdf7bcf73c69f060947bbb4f4638413da3","signature":"e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550"},"23ac89052bc60cdfe59cbe45d2b0ee96cc861d2fd16b9c6997da4b8805d7bff0","ac1573cbede2869ad535e84283c5de9240cb65c7fa75bfff8a7f47414e74231c","0ed0470127163272debc3aa50de5d09d3480254dc4b4b0f38c6a8bbb238a1eb1","ea6884e84e72c72d6a8cc586066b2d25710c83f9f1a77fa0162a03329e045b4d","8595f3e816cfbd193fee8f4236eab7ed0964434fa0a10a5db6bfc92b96226c30","be3f86e7e4743bc1959ce6889f27de8dcfbefd979f03c9f5f5fc7ee0b5316827","1860cb61292d7a70eb4fe808aa0fa34a688180f0ce21490b35156fdf70b88000","1860cb61292d7a70eb4fe808aa0fa34a688180f0ce21490b35156fdf70b88000","e4ceb7d105a62b56e8eb607dfc4d9fb28212b1c93e20f894d9ab203f1e471550","dc8e7436bb2545b4403521dfe0f0a1d3fb8a643db616266883543e0b5f22a19b","c1ad8442e571955e907c1aa878c1c59fd1c90be182ab9e848322894d0f0e89a5","0d4a5a3e465423296bcb82bc35efc4de751ee0ff3c2d365d10718747f0a075da","76f1d085a3922a651052594db96a1d32b7911c781f0a40b2fc01c1f1e3b22b96","46a2aa783259d2e61ceb530fc7e87b255062cad0949799dfdf2737abb181b51e","d5b304d08eef0c3e79dfe220fa0a89385bdcc744dc4b6da654ef38db7d9eba4b","ecf2c57aeee43e418132e14ba714597ad645ff30cbcea54155dfd9f14002e3b2","178723611f7aa9d3b1d6f166f55b2bdf9f540012f5d3b1e679873abe1a51e7a2","650605675845089d18bfaacd37f3984ced3648647296bd0f8749844a75155bfa","50ffdc0439d561bfaf04b3a13b80e8d75c62aa510fc628f4cd5fb327d2543f31","80093aa4d3270317e6840beb91e4c049ffb878d3b04d10679d8fa4b75b5f3bb8","57b99d257b8ffe8e0aa60e513c2332aa1c68d03b064c25682f2b913791746f92","2305b99a3376f16b8818f0b64cff8e0c180eabce3fb81119b18b7c2fc4648ecd","51cccb59d8bed8c8fb70e8a65295b923574cb69a4db035c66182f1811001c360","260d8adf9016371afa88404f86bd1ea8bc94d6fdf6eea55a86e408f51360c30c","b13f76b4172777b1d5e0ba2f5a9ae07c158bcc1f57cd534e200526805352b46a","edb02f3da82a3277232b26f6c01ea025eab5c14c541ba4da0c65439ba6e9ac34","868bb01dcead77c9b2c6678c9fbe2ec79a4c8059aff68bffbf8c141fc92158ea","6b007652aa23e4abb863a4cd00bb64201ce3b096ff78e5279eb2b9d492035394","f8320845226388b8f3eac4ed9170d3d2c8bafe2746db19160853b28f683e88cc","b69d99003992fe2bb8c6f5148f948875eb806f5c9de4aed0dc649c571f4654c4","21d26b3c38381c828b864b46d4dbaa4c6e49f18e28bf32816f307832c8bfcf5b","f528017c2753bc992e454ca5ad8e9ab5657f82d1706820130ac4d1f1aa667237","115bfe5529bd52d8d2e0c2322c20fffcd5cd07667abcb902ab08f5ffa8fc7a8e","e65b403b09ac99c1150f692ded93eabd407bf5aedfedc85afa6b293e6f1e5b0e","a3d1bdb30d564e9f5465a1ce30528ba28ff1182be3fd8fd4a7abafc2fb777dc3","b996c329fc00956e49a88340f5c94fbd910a9a6f15a82fbc0c88113b0470712c","88ee911f6821e76eb587ad158ddc1bbdaecb871c405abecdd8eb28886b40a865","ecf5cb089ea438f2545e04b6c52828c68d0b0f4bfaa661986faf36da273e9892","95444fb6292d5e2f7050d7021383b719c0252bf5f88854973977db9e3e3d8006","241bd4add06f06f0699dcd58f3b334718d85e3045d9e9d4fa556f11f4d1569c1","06540a9f3f2f88375ada0b89712de1c4310f7398d821c4c10ab5c6477dafb4bc",{"version":"c0ed4fcaf919e6990f53a966d329ef058499696e3d97a8a076dc9254dfe20228","affectsGlobalScope":true},"b8bff8a60af0173430b18d9c3e5c443eaa3c515617210c0c7b3d2e1743c19ecb","97bdf234f5db52085d99c6842db560bca133f8a0413ff76bf830f5f38f088ce3","a76ebdf2579e68e4cfe618269c47e5a12a4e045c2805ed7f7ab37af8daa6b091","b493ff8a5175cbbb4e6e8bcfa9506c08f5a7318b2278365cfca3b397c9710ebc","e59d36b7b6e8ba2dd36d032a5f5c279d2460968c8b4e691ca384f118fb09b52a","e96885c0684c9042ec72a9a43ef977f6b4b4a2728f4b9e737edcbaa0c74e5bf6","303ee143a869e8f605e7b1d12be6c7269d4cab90d230caba792495be595d4f56","89e061244da3fc21b7330f4bd32f47c1813dd4d7f1dc3d0883d88943f035b993","e46558c2e04d06207b080138678020448e7fc201f3d69c2601b0d1456105f29a","71549375db52b1163411dba383b5f4618bdf35dc57fa327a1c7d135cf9bf67d1","7e6b2d61d6215a4e82ea75bc31a80ebb8ad0c2b37a60c10c70dd671e8d9d6d5d","78bea05df2896083cca28ed75784dde46d4b194984e8fc559123b56873580a23","5dd04ced37b7ea09f29d277db11f160df7fd73ba8b9dba86cb25552e0653a637","f74b81712e06605677ae1f061600201c425430151f95b5ef4d04387ad7617e6a","9a72847fcf4ac937e352d40810f7b7aec7422d9178451148296cf1aa19467620","3ae18f60e0b96fa1e025059b7d25b3247ba4dcb5f4372f6d6e67ce2adac74eac","2b9260f44a2e071450ae82c110f5dc8f330c9e5c3e85567ed97248330f2bf639","4f196e13684186bda6f5115fc4677a87cf84a0c9c4fc17b8f51e0984f3697b6d","61419f2c5822b28c1ea483258437c1faab87d00c6f84481aa22afb3380d8e9a4","64479aee03812264e421c0bf5104a953ca7b02740ba80090aead1330d0effe91","a5eb4835ab561c140ffc4634bb039387d5d0cceebb86918f1696c7ac156d26fd","c5570e504be103e255d80c60b56c367bf45d502ca52ee35c55dec882f6563b5c","4252b852dd791305da39f6e1242694c2e560d5e46f9bb26e2aca77252057c026","0520b5093712c10c6ef23b5fea2f833bf5481771977112500045e5ea7e8e2b69","5c3cf26654cf762ac4d7fd7b83f09acfe08eef88d2d6983b9a5a423cb4004ca3","e60fa19cf7911c1623b891155d7eb6b7e844e9afdf5738e3b46f3b687730a2bd","b1fd72ff2bb0ba91bb588f3e5329f8fc884eb859794f1c4657a2bfa122ae54d0","6cf42a4f3cfec648545925d43afaa8bb364ac10a839ffed88249da109361b275","ba13c7d46a560f3d4df8ffb1110e2bbec5801449af3b1240a718514b5576156e","6df52b70d7f7702202f672541a5f4a424d478ee5be51a9d37b8ccbe1dbf3c0f2","0ca7f997e9a4d8985e842b7c882e521b6f63233c4086e9fe79dd7a9dc4742b5e","ebc8936ed464874fcceb0ded3b8728695aa356a21890238e9076887ec0722a54","db5704fdad56c74dfc5941283c1182ed471bd17598209d3ac4a49faa72e43cfc","758e8e89559b02b81bc0f8fd395b17ad5aff75490c862cbe369bb1a3d1577c40","2ee64342c077b1868f1834c063f575063051edd6e2964257d34aad032d6b657c","6f6b4b3d670b6a5f0e24ea001c1b3d36453c539195e875687950a178f1730fa7","05c4e2a992bb83066a3a648bad1c310cecd4d0628d7e19545bb107ac9596103a","b48b83a86dd9cfe36f8776b3ff52fcd45b0e043c0538dc4a4b149ba45fe367b9","792de5c062444bd2ee0413fb766e57e03cce7cdaebbfc52fc0c7c8e95069c96b","a79e3e81094c7a04a885bad9b049c519aace53300fb8a0fe4f26727cb5a746ce","dd6c3362aaaec60be028b4ba292806da8e7020eef7255c7414ce4a5c3a7138ef","8a4e89564d8ea66ad87ee3762e07540f9f0656a62043c910d819b4746fc429c5","b9011d99942889a0f95e120d06b698c628b0b6fdc3e6b7ecb459b97ed7d5bcc6","4d639cbbcc2f8f9ce6d55d5d503830d6c2556251df332dc5255d75af53c8a0e7","cdb48277f600ab5f429ecf1c5ea046683bc6b9f73f3deab9a100adac4b34969c","75be84956a29040a1afbe864c0a7a369dfdb739380072484eff153905ef867ee","b06b4adc2ae03331a92abd1b19af8eb91ec2bf8541747ee355887a167d53145e","3114b315cd0687aad8b57cff36f9c8c51f5b1bc6254f1b1e8446ae583d8e2474","0d417c15c5c635384d5f1819cc253a540fe786cc3fda32f6a2ae266671506a21","af733cb878419f3012f0d4df36f918a69ba38d73f3232ba1ab46ef9ede6cb29c","cb59317243a11379a101eb2f27b9df1022674c3df1df0727360a0a3f963f523b","0a01b0b5a9e87d04737084731212106add30f63ec640169f1462ba2e44b6b3a8","06b8a7d46195b6b3980e523ef59746702fd210b71681a83a5cf73799623621f9","860e4405959f646c101b8005a191298b2381af8f33716dc5f42097e4620608f8","f7e32adf714b8f25d3c1783473abec3f2e82d5724538d8dcf6f51baaaff1ca7a","e07d62a8a9a3bb65433a62e9bbf400c6bfd2df4de60652af4d738303ee3670a1","bfbf80f9cd4558af2d7b2006065340aaaced15947d590045253ded50aabb9bc5","851e8d57d6dd17c71e9fa0319abd20ab2feb3fb674d0801611a09b7a25fd281c","c3bd2b94e4298f81743d92945b80e9b56c1cdfb2bef43c149b7106a2491b1fc9","a246cce57f558f9ebaffd55c1e5673da44ea603b4da3b2b47eb88915d30a9181","d993eacc103c5a065227153c9aae8acea3a4322fe1a169ee7c70b77015bf0bb2","fc2b03d0c042aa1627406e753a26a1eaad01b3c496510a78016822ef8d456bb6","063c7ebbe756f0155a8b453f410ca6b76ffa1bbc1048735bcaf9c7c81a1ce35f","748e79252a7f476f8f28923612d7696b214e270cc909bc685afefaac8f052af0","9669075ac38ce36b638b290ba468233980d9f38bdc62f0519213b2fd3e2552ec","4d123de012c24e2f373925100be73d50517ac490f9ed3578ac82d0168bfbd303","656c9af789629aa36b39092bee3757034009620439d9a39912f587538033ce28","3ac3f4bdb8c0905d4c3035d6f7fb20118c21e8a17bee46d3735195b0c2a9f39f","1f453e6798ed29c86f703e9b41662640d4f2e61337007f27ac1c616f20093f69","af43b7871ff21c62bf1a54ec5c488e31a8d3408d5b51ff2e9f8581b6c55f2fc7","70550511d25cbb0b6a64dcac7fffc3c1397fd4cbeb6b23ccc7f9b794ab8a6954","af0fbf08386603a62f2a78c42d998c90353b1f1d22e05a384545f7accf881e0a","c3f32a185cd27ac232d3428a8d9b362c3f7b4892a58adaaa022828a7dcd13eed","3139c3e5e09251feec7a87f457084bee383717f3626a7f1459d053db2f34eb76","4888fd2bcfee9a0ce89d0df860d233e0cee8ee9c479b6bd5a5d5f9aae98342fe","3be870c8e17ec14f1c18fc248f5d2c4669e576404744ff5c63e6dafcf05b97ea","56654d2c5923598384e71cb808fac2818ca3f07dd23bb018988a39d5e64f268b","8b6719d3b9e65863da5390cb26994602c10a315aa16e7d70778a63fee6c4c079","6ab380571d87bd1d6f644fb6ab7837239d54b59f07dc84347b1341f866194214","547d3c406a21b30e2b78629ecc0b2ddaf652d9e0bdb2d59ceebce5612906df33","b3a4f9385279443c3a5568ec914a9492b59a723386161fd5ef0619d9f8982f97","3fe66aba4fbe0c3ba196a4f9ed2a776fe99dc4d1567a558fb11693e9fcc4e6ed","140eef237c7db06fc5adcb5df434ee21e81ee3a6fd57e1a75b8b3750aa2df2d8","0944ec553e4744efae790c68807a461720cff9f3977d4911ac0d918a17c9dd99","7c9ed7ffdc6f843ab69e5b2a3e7f667b050dd8d24d0052db81e35480f6d4e15d","7c7d9e116fe51100ff766703e6b5e4424f51ad8977fe474ddd8d0959aa6de257","af70a2567e586be0083df3938b6a6792e6821363d8ef559ad8d721a33a5bcdaf","006cff3a8bcb92d77953f49a94cd7d5272fef4ab488b9052ef82b6a1260d870b","7d44bfdc8ee5e9af70738ff652c622ae3ad81815e63ab49bdc593d34cb3a68e5","339814517abd4dbc7b5f013dfd3b5e37ef0ea914a8bbe65413ecffd668792bc6","34d5bc0a6958967ec237c99f980155b5145b76e6eb927c9ffc57d8680326b5d8","9eae79b70c9d8288032cbe1b21d0941f6bd4f315e14786b2c1d10bccc634e897","18ce015ed308ea469b13b17f99ce53bbb97975855b2a09b86c052eefa4aa013a","5a931bc4106194e474be141e0bc1046629510dc95b9a0e4b02a3783847222965","5e5f371bf23d5ced2212a5ff56675aefbd0c9b3f4d4fdda1b6123ac6e28f058c","907c17ad5a05eecb29b42b36cc8fec6437be27cc4986bb3a218e4f74f606911c","3656f0584d5a7ee0d0f2cc2b9cffbb43af92e80186b2ce160ebd4421d1506655","a726ad2d0a98bfffbe8bc1cd2d90b6d831638c0adc750ce73103a471eb9a891c","ce871684a7cb81d6a89630e0c6b4a064f876f7ec1d352917ace027b3fc3e537f","354582b26ecec449c94c71f76227102aad8a3aa7a113810a6b932c2421ddc050","42f8ed746d486725017ead628c6589fe13d6d6f5fa1517f978b3ccfcd7b46860","b03aa292cfdcd4edc3af00a7dbd71136dd067ec70a7536b655b82f4dd444e857","90f690a1c5fcb4c2d19c80fea05c8ab590d8f6534c4c296d70af6293ede67366","be95e987818530082c43909be722a838315a0fc5deb6043de0a76f5221cbad24","9ed5b799c50467b0c9f81ddf544b6bcda3e34d92076d6cab183c84511e45c39f","b4fa87cc1833839e51c49f20de71230e259c15b2c9c3e89e4814acc1d1ef10de","e90ac9e4ac0326faa1bc39f37af38ace0f9d4a655cd6d147713c653139cf4928","ea27110249d12e072956473a86fd1965df8e1be985f3b686b4e277afefdde584","1f6058d60eaa8825f59d4b76bbf6cc0e6ad9770948be58de68587b0931da00cc","5666075052877fe2fdddd5b16de03168076cf0f03fbca5c1d4a3b8f43cba570c","50100b1a91f61d81ca3329a98e64b7f05cddc5e3cb26b3411adc137c9c631aca","11aceaee5663b4ed597544567d6e6a5a94b66857d7ebd62a9875ea061018cd2c","6e30d0b5a1441d831d19fe02300ab3d83726abd5141cbcc0e2993fa0efd33db4","423f28126b2fc8d8d6fa558035309000a1297ed24473c595b7dec52e5c7ebae5","fb30734f82083d4790775dae393cd004924ebcbfde49849d9430bf0f0229dd16","2c92b04a7a4a1cd9501e1be338bf435738964130fb2ad5bd6c339ee41224ac4c","94ff6974e4afe28061d44732ecb889bb2296cf98c52022e8ebaf99ba8e9e5d62","669b754ec246dd7471e19b655b73bda6c2ca5bb7ccb1a4dff44a9ae45b6a716a","4bb6035e906946163ecfaec982389d0247ceeac6bdee7f1d07c03d9c224db3aa","8a44b424edee7bb17dc35a558cc15f92555f14a0441205613e0e50452ab3a602","24a00d0f98b799e6f628373249ece352b328089c3383b5606214357e9107e7d5","33637e3bc64edd2075d4071c55d60b32bdb0d243652977c66c964021b6fc8066","0f0ad9f14dedfdca37260931fac1edf0f6b951c629e84027255512f06a6ebc4c","16ad86c48bf950f5a480dc812b64225ca4a071827d3d18ffc5ec1ae176399e36","8cbf55a11ff59fd2b8e39a4aa08e25c5ddce46e3af0ed71fb51610607a13c505","d5bc4544938741f5daf8f3a339bfbf0d880da9e89e79f44a6383aaf056fe0159","c82857a876075e665bbcc78213abfe9e9b0206d502379576d7abd481ade3a569","4f71d883ed6f398ba8fe11fcd003b44bb5f220f840b3eac3c395ad91304e4620","5229c3934f58413f34f1b26c01323c93a5a65a2d9f2a565f216590dfbed1fe32","9fd7466b77020847dbc9d2165829796bf7ea00895b2520ff3752ffdcff53564b","fbfc12d54a4488c2eb166ed63bab0fb34413e97069af273210cf39da5280c8d6","85a84240002b7cf577cec637167f0383409d086e3c4443852ca248fc6e16711e","4c754b03f36ff35fc539f9ebb5f024adbb73ec2d3e4bfb35b385a05abb36a50e","59507446213e73654d6979f3b82dadc4efb0ed177425ae052d96a3f5a5be0d35","a914be97ca7a5be670d1545fc0691ac3fbabd023d7d084b338f6934349798a1f","8f62cbd3afbd6a07bb8c934294b6bfbe437021b89e53a4da7de2648ecfc7af25","62c3621d34fb2567c17a2c4b89914ebefbfbd1b1b875b070391a7d4f722e55dc","c05ac811542e0b59cb9c2e8f60e983461f0b0e39cea93e320fad447ff8e474f3","8e7a5b8f867b99cc8763c0b024068fb58e09f7da2c4810c12833e1ca6eb11c4f","132351cbd8437a463757d3510258d0fa98fd3ebef336f56d6f359cf3e177a3ce","df877050b04c29b9f8409aa10278d586825f511f0841d1ec41b6554f8362092b","33d1888c3c27d3180b7fd20bac84e97ecad94b49830d5dd306f9e770213027d1","ee942c58036a0de88505ffd7c129f86125b783888288c2389330168677d6347f","a3f317d500c30ea56d41501632cdcc376dae6d24770563a5e59c039e1c2a08ec","eb21ddc3a8136a12e69176531197def71dc28ffaf357b74d4bf83407bd845991","0c1651a159995dfa784c57b4ea9944f16bdf8d924ed2d8b3db5c25d25749a343","aaa13958e03409d72e179b5d7f6ec5c6cc666b7be14773ae7b6b5ee4921e52db","0a86e049843ad02977a94bb9cdfec287a6c5a0a4b6b5391a6648b1a122072c5a","87437ca9dabab3a41d483441696ff9220a19e713f58e0b6a99f1731af10776d7","26c5dfa9aa4e6428f4bb7d14cbf72917ace69f738fa92480b9749eebce933370","8e94328e7ca1a7a517d1aa3c569eac0f6a44f67473f6e22c2c4aff5f9f4a9b38","d604d413aff031f4bfbdae1560e54ebf503d374464d76d50a2c6ded4df525712","299f0af797897d77685d606502be72846b3d1f0dc6a2d8c964e9ea3ccbacf5bc","12bfd290936824373edda13f48a4094adee93239b9a73432db603127881a300d","340ceb3ea308f8e98264988a663640e567c553b8d6dc7d5e43a8f3b64f780374","c5a769564e530fba3ec696d0a5cff1709b9095a0bdf5b0826d940d2fc9786413","7124ef724c3fc833a17896f2d994c368230a8d4b235baed39aa8037db31de54f","5de1c0759a76e7710f76899dcae601386424eab11fb2efaf190f2b0f09c3d3d3","9c5ee8f7e581f045b6be979f062a61bf076d362bf89c7f966b993a23424e8b0d","1a11df987948a86aa1ec4867907c59bdf431f13ed2270444bf47f788a5c7f92d","3c97b5ea66276cf463525a6aa9d5bb086bf5e05beac70a0597cda2575503b57b","b756781cd40d465da57d1fc6a442c34ae61fe8c802d752aace24f6a43fedacee","0fe76167c87289ea094e01616dcbab795c11b56bad23e1ef8aba9aa37e93432a","3a45029dba46b1f091e8dc4d784e7be970e209cd7d4ff02bd15270a98a9ba24b","032c1581f921f8874cf42966f27fd04afcabbb7878fa708a8251cac5415a2a06","69c68ed9652842ce4b8e495d63d2cd425862104c9fb7661f72e7aa8a9ef836f8","a31383256374723b47d8b5497a9558bbbcf95bcecfb586a36caf7bfd3693eb0e","06f62a14599a68bcde148d1efd60c2e52e8fa540cc7dcfa4477af132bb3de271","64aa66c7458cbfd0f48f88070b08c2f66ae94aba099dac981f17c2322d147c06","11f19ce32d21222419cecab448fa335017ebebf4f9e5457c4fa9df42fa2dcca7","2e8ee2cbb5e9159764e2189cf5547aebd0e6b0d9a64d479397bb051cd1991744","1b0471d75f5adb7f545c1a97c02a0f825851b95fe6e069ac6ecaa461b8bb321d","1d157c31a02b1e5cca9bc495b3d8d39f4b42b409da79f863fb953fbe3c7d4884","07baaceaec03d88a4b78cb0651b25f1ae0322ac1aa0b555ae3749a79a41cba86","619a132f634b4ebe5b4b4179ea5870f62f2cb09916a25957bff17b408de8b56d","f60fa446a397eb1aead9c4e568faf2df8068b4d0306ebc075fb4be16ed26b741","f3cb784be4d9e91f966a0b5052a098d9b53b0af0d341f690585b0cc05c6ca412","350f63439f8fe2e06c97368ddc7fb6d6c676d54f59520966f7dbbe6a4586014e","eba613b9b357ac8c50a925fa31dc7e65ff3b95a07efbaa684b624f143d8d34ba","9814545517193cf51127d7fbdc3b7335688206ec04ee3a46bba2ee036bd0dcac","0f6199602df09bdb12b95b5434f5d7474b1490d2cd8cc036364ab3ba6fd24263","c8ca7fd9ec7a3ec82185bfc8213e4a7f63ae748fd6fced931741d23ef4ea3c0f","5c6a8a3c2a8d059f0592d4eab59b062210a1c871117968b10797dee36d991ef7","7acee2009eb9f4c6b17245edc555c7d5c9404343ea1b0cf8adae3b66292c1527","656424ca784760c679bf2677d8aaf55d1cb8452cd0ac04bbe1c0f659f45f8c11","0be1753924a848cf8df0be004518d84957a8539f6b01f1fad1ac639dc17586cb","e243f7d314cb8d05f393a5dc9904b3bcbd769ac082596402ab197df75bf582bf","5a7c95bcd09e90d7feb672686992187a310c37d5e30a1ddf3c39487c1aa74710","441ae3724070b80188b7bc48f66b96ca521d817e81836cdddb905cef6bbb4c8a","75c1851fd42fce32c4b066cc4666b158b44bb1cea3e88cc74a24ea2e5d1c5056","3901d2da5f2efb88bf7adf2cf609ac628469a6e00a57c241dff8068871239175","06af2a73111a13b52a270c1e74fd7dcccd1a9f1fdc3425bda9f8b45fa0c269cd","6abc96a8be012572275422560c525ed036b84fc6a798a90bd89d17c9810e2762","f71cbe1afd8376df3764bb980646b503353611b42534f1a1d44cb311bedab837","e9934689b2e167ba54f01b1225ff348055a8574ee7c907ef49b62c14102c6d26","0ecff30f6ee36ed2899ca0259e8bd018e9c627702d204256a436d76ac5991413","a353332b8d2de7ae57ab97b72ace1e8794e2907d3f907e04bff1a636ee93c826","505f2e4a22d30a66a1ffbc3f43ccc895e2ea3fcd92f9521797f25c354a87435d","60fef2f608d0ecaf124cb543ab18d835979a4841d38e5df9d64794ab51cd1352","cb8f5ffbf8bb06658a6ef27f1829c69238673b467a4881cac6a8247df73d94f3","9304e0b36cfdf03a7b7f972ac0b21ecd55e2cf5a5c0ce70754f8a47b55b6a90e","ab2265036d8a12bdd5454800b03966bf0e971be44fbd118f3aed3c1bd0124fc6","bbe08916928cbaca40a89cf36fc3c751ff3b32ab549b9f7e0b4fafcd0c3699d4","ab3f0217cbf698cadf45799bf224ade13e0b410d2cf76b0757b3f47349ff11a3","616ea4ff77f89fe59032df6f80ebdf5f40789419341de9b25d2946485c85ad05","9e59e01db841f0d4fe21443b8611e49ea7c91f297afc28ce6c433458afbcd081",{"version":"0294f76198f47f690c11b995cc9fd957a6ae2214e21cd278e8456575f7149237","signature":"e4d84fd4ea51ea09a84f70b88bb159df48b55faa000b81e635dc4037d641779a"},"2573547d477bfa20917d678da31182a392fa28123b9f64318168365ab207ce09",{"version":"882643b496c0fe7c460dddf35a3f942cb6017ccbdf624395866cf004f69d6dfb","signature":"2cd0e98da2a750135bff220b8213036be9b6c7fc92745f97988bbb30095de838"},{"version":"10a7596c4f8b9c619fd0c5c589778e253e19f482eea20a9b9a46c22f2cf70cea","signature":"47e3c1b152cf5fe3034c3be905cee3b9c0bbebef15946f427ea2d5b8e6eb136c"},{"version":"76f8983fd1f479e6a7f6e269b2f6f005ccf2a3d5cd8dc1721e0620f51cb47e0e","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ae3a52f8a66e5102b277a0d6183173c8364d27d31512c98a20361951283182f3","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"18305dc8da6ba572d510ad1b6d951f361f64ae7366fe86b869a521e4c02f04db","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"73a0ee6395819b063df4b148211985f2e1442945c1a057204cf4cf6281760dc3","affectsGlobalScope":true},"d05d8c67116dceafc62e691c47ac89f8f10cf7313cd1b2fb4fe801c2bf1bb1a7","ccff6a039925da0bbddce77e8fe06865bb4bc144f8ca2f729b4390015044183b",{"version":"d818588962da64ad122d246f79beef7100d01969cdf259f49fdbe8ae4af0e7d6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"c9b2328702b1dcdfd191213daa59bdacd981bff8dcd2de5602f115d8516db570","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"963d59066dd6742da1918a6213a209bcc205b8ee53b1876ee2b4e6d80f97c85e","fd326577c62145816fe1acc306c734c2396487f76719d3785d4e825b34540b33","df84eca381b7c2ec232cda8f9e0f4e05802d3eb64b23d9972cbc5e08327f7f27",{"version":"6830c4774d1db937c526087d6b0d2b64599c24ce0d70efa75d9233b62ed74ec0","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"c47bef1aa468aa003e894a389545ae4fc7ef1bc1e9b138339481d3893c888d4d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"cdc727158437ba661e9490df706eeb460d18fb45860624ea33cec845161536c5","302173d0f2ba2d57db6d352552459b943814bfe0b88d380ffa2be0afb357a748","7b0be2263dca1b20b7b35faba1c0e2a7caccd21471597416a4abb7e435d3043d","7c5896b9f7d0eebc74ba62b412a938d60e620e2af92c95f5c3ef3298cada02f5","9d24443d330868b5e9e4527fb3327f867dbfa82541a82063481b3cc95bc7fef4",{"version":"c49960d6fa4f32448eedfa66a7b602e195eb42d884875abe4a2ca9a1a921c39d","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"afa6eb146bb9a9afa2fd432730979c69b9f9cc7f4f9e169999250e51657b4280","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"cb593ebc2db3eea749dbc2baec20b1d41f113c5e3b2726049ae9161d7b26a9ea","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"64e29faf8920268c3aa12c83c44ad277c2cc15e6e1775d835e3e8f59d7ad04c0","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"c2a70cf2999d7ccd2f87c22042393b853e01bb2994d6561071aa53a82926c0de","437ce3def325725c84c242f916886e634ff8f133356ea88ccb4bdd425792bb36",{"version":"dc9d62b761f4ea0c693bff7d9f65c3dccc754de686fba6ed3bba70ad0a57a3c2","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"ac245c8f9b7491e3611ee26cf2df0881883fedeea659d22c0a5dfdeabbfe18bf","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e54862b0c5eae5579f9421275c8669ad9303619d1643378f62469bec6aa8eb18","signature":"a3eae42c3798f681455962b4296851784330832e87e7cbac43136530a8e14e99"},{"version":"ec95302d37b16fd769e53fff65193d50feca8e12bc2031d0b6b1af46c8025e2a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"82c9c8eb54458c7537efd0f19a54590f7fb71df59aa480513c048caf8ae95e61","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"057260eb1196bf493583017caf71c62a852e352e5f518cbbfce999535613c32d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"e90a76d89b9be85f45618fa2d32a79c57da0063c08726b6847a67cf2029d135b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"7f421eaa5a28bd2e4d905bb5c1233619b5abeee5c079303975cd905437d22297","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"b2b4390b4bc2811c3b8610ef67dffccd17ce77f7b94a9e5c4a20c9bef7edd380","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"30928609dafb5bb4e2e8053a10e3fd3893604499b113c130cf9c42f8fa210b3b","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"5f78994698b1f08d95100bf994e2e47884bce6b1f9dc5fde93743579ee7b6e31","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"76edb39f1cbb39d3393ee5230c22749d979dac9459b5b7626017be852547bddd","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f9c09a0ad25917a09cd3278cab7503c1eda4b1c0ca7dcb903131e6e62f86160a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"fbe0ce78f55350af1792b2cedb572dab6bd78d68cd7a1ba7d92000cf7175d505","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"fd99e32014623cab4a47dcdf16d69a84eee05b40148122306e1cae4c6156e3fe","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"a0e00de68bbacfb8bd647f2e1aff0a76c313dae128cbd977e836e7034ae892a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"370a6bdcb51a36429a983615e0de8f206e8c855f27cfa8896c5321759a0e5a0b","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"b96a3b768b5d0730f78436e39219abb906f9a1854b5157c90a53a62cad36126f","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1b553a80507f669e51d1ad3695d2dfb97b025d7c9979b9d9dd8ee6553f0df345","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"641a3ae47fb69dc096f455ff325d1610fa43e3b56adb6a0a6d7ec145e78030f4","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"52676e29b8a7a5c824dfb747b661b39d2a643c50ed465966246b76956dc38e39","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"0203713dc3e3846791747d7d3e7e3648132861f76f90b9cd6208707d299de1dc","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e92bda8e0522c78ef41c8f38a295f5a94ebe2beaa7a4637c0ac8a563aff6dd27","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"55fd827bd5951a5275672afda17c003f3972c7335cfc4209be95310df0644d2c","signature":"aaaf4495995b6d1687f849b28f543205755e10a34988d083db4ba5c0716c259c"},{"version":"869d6db6802e7f444b9094e5e843c282c91ea3bba17cfbe9299cf301b7df370e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"84243de5997cca740b1fabe79d0458333c599e93c68033ab6767d7810ef148ad","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"4bc63c7c4e22013e7ede999b6c675654fe20bd7f8e784530221a4819f94582ef",{"version":"bd4d8cef618bf5cb34fb22e915500dfb311e922deec6e0a450b7a9b3e027a05e","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"5fda157251a633ffc9c5c96ae581bacf70d5215d57e214b182d148b32126ddc7","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"ccd0bff0e7d474e327520e5ac4d3a418030ebb956fad02228f4368dda6d5aa25","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c781b9d5f1dc612378c99834060eb3a052e7010d0dca65e45eae877732de6f8c","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"bb740bd7ec1c7a45895abdc515a7f6298c83db156e13b152ae31c8c80bc48a12","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"7c52950bfa7d5f4d4b0da528de3a79f256926a8c4778781eac5b7926fd03a8e5","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},"f4054ad0c9b4ce4e3f3a3a545be2388af5c1636d23c5adc663e1efbeeabf344d",{"version":"89bc5ce56ec0d878dfc8e0f6550405508d089ffa5acf5de5470d11c04d120f69","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"e2f5ea5ec0bef69ee82b86d421e3f3776e00bc8d927a0e56305f0189bb0db245","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"2ee5ae3d20c75db46eef4013ed3967da092968819222e5413796c9057c6aa0a1","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"62c4b0dbd952e47af849ed5856cc24111aff57d7495a348ba4f853b2a04b2f13","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"533af166524a9e9325548d92a5499fc15408a61b9245475f72b1a15027a5a0ed","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"1ae020479a0ecf321d6a2d22a058128e1d99ca11faa9a07ecbf176bece124a08","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"f5fb105e771bae959dcc7da0a313a68d5bae2e41a1475b1946351122c60edf80","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"43e931a60f897082220e502a16a6aa94b8d97c55b1b7f595df75e519bb856164","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"6d6e6ba7b5cb9a1b5c89e8aaae620fd586f0e8d0a716ac417b6bf92feba18d5a","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ea36d5b23de0271c0a886d889acca883117b6167414b855c62df98039325118","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"d72ab9c7c29ebb23112c06ca909fe8c97cee8450017461188a78052f8adee754","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"7abb1f08726d5ff5d0c5041144dbc48aec578816bd48108c6cba0f76f80f522d","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c65226813b87e33afe8c005a201fbbd04a401c34225bcf14fe4d942a68c862f6","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"1ab9d344ef6a749f8e8690fd7eef323eb75d903666d257a3cec483b0063d4b15","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"4be2c29f86f2f424d4edbd9be7a2019e3c02f70de1d1afc7c3121672cd4b4ef1","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"95e2626d9311d3016f0cd9cad752bd3f8f072dd9442b88bb5e1f71fa346161a9","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"a29cb4574d1cce237879ce9c9c919bdba8c3adc763b1b16c7e61434e96d91515","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"c9986029ca52824d9df178f930a5551f0947053ef85189e30b6b501555083046","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"9ea800ed844fda82f496b54564bb41c06ab6c7eedc22536e865c03c45b722a53","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"bf96d2a7aca77bef57e3471df310e730054b2733a7b8fb01bc0d9d49f8e2c3a8","signature":"3c8e224bf62cac3e333c62cfe419c8e132eb3ddaabcaa0e4f1797b25e66446b1"},{"version":"7c0307ee7b267d2d1db748f75dccafa84bb77c86d7e4fac06efccf610688f65a","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"8adf1ac861ab7133a598edae1d060ab3c3af6cd7ccb0f5853ad8c29f6a61c00c","signature":"bca2c9ff0d823a5b0f27fe62e7818e5d1201269938b24298cf45ef5e0d1902d6"},{"version":"99bbfdf4f454d76e91a518b42f91c742759fa9d2dd9364381deadecc161d489b","affectsGlobalScope":true},"beda6215df1bf614f16276ad61cce5f25b3ceba88a901dfe949093e3a143f435","675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","98f9d826db9cd99d27a01a59ee5f22863df00ccf1aaf43e1d7db80ebf716f7c3","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","dcd91d3b697cb650b95db5471189b99815af5db2a1cd28760f91e0b12ede8ed5","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3cf0d343c2276842a5b617f22ba82af6322c7cfe8bb52238ffc0c491a3c21019","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9",{"version":"f2eff8704452659641164876c1ef0df4174659ce7311b0665798ea3f556fa9ad","affectsGlobalScope":true},"cf93e7b09b66e142429611c27ba2cbf330826057e3c793e1e2861e976fae3940","90e727d145feb03695693fdc9f165a4dc10684713ee5f6aa81e97a6086faa0f8","ee2c6ec73c636c9da5ab4ce9227e5197f55a57241d66ea5828f94b69a4a09a2d","afaf64477630c7297e3733765046c95640ab1c63f0dfb3c624691c8445bc3b08","5aa03223a53ad03171988820b81a6cae9647eabcebcb987d1284799de978d8e3","7f50c8914983009c2b940923d891e621db624ba32968a51db46e0bf480e4e1cb","90fc18234b7d2e19d18ac026361aaf2f49d27c98dc30d9f01e033a9c2b01c765","a980e4d46239f344eb4d5442b69dcf1d46bd2acac8d908574b5a507181f7e2a1","bbbfa4c51cdaa6e2ef7f7be3ae199b319de6b31e3b5afa7e5a2229c14bb2568a","bc7bfe8f48fa3067deb3b37d4b511588b01831ba123a785ea81320fe74dd9540","fd60c0aaf7c52115f0e7f367d794657ac18dbb257255777406829ab65ca85746","15c17866d58a19f4a01a125f3f511567bd1c22235b4fd77bf90c793bf28388c3","51301a76264b1e1b4046f803bda44307fba403183bc274fe9e7227252d7315cb","ddef23e8ace6c2b2ddf8d8092d30b1dd313743f7ff47b2cbb43f36c395896008","9e42df47111429042b5e22561849a512ad5871668097664b8fb06a11640140ac","391fcc749c6f94c6c4b7f017c6a6f63296c1c9ae03fa639f99337dddb9cc33fe","ac4706eb1fb167b19f336a93989763ab175cd7cc6227b0dcbfa6a7824c6ba59a","633220dc1e1a5d0ccf11d3c3e8cadc9124daf80fef468f2ff8186a2775229de3","6de22ad73e332e513454f0292275155d6cb77f2f695b73f0744928c4ebb3a128","ebe0e3c77f5114b656d857213698fade968cff1b3a681d1868f3cfdd09d63b75","22c27a87488a0625657b52b9750122814c2f5582cac971484cda0dcd7a46dc3b","7e7a817c8ec57035b2b74df8d5dbcc376a4a60ad870b27ec35463536158e1156","0e2061f86ca739f34feae42fd7cce27cc171788d251a587215b33eaec456e786","91659b2b090cadffdb593736210910508fc5b77046d4ce180b52580b14b075ec","d0f6c657c45faaf576ca1a1dc64484534a8dc74ada36fd57008edc1aab65a02b","ce0c52b1ebc023b71d3c1fe974804a2422cf1d85d4af74bb1bced36ff3bff8b5","9c6acb4a388887f9a5552eda68987ee5d607152163d72f123193a984c48157c9","90d0a9968cbb7048015736299f96a0cceb01cf583fd2e9a9edbc632ac4c81b01","49abec0571c941ab6f095885a76828d50498511c03bb326eec62a852e58000c5","8eeb4a4ff94460051173d561749539bca870422a6400108903af2fb7a1ffe3d7","49e39b284b87452fed1e27ac0748ba698f5a27debe05084bc5066b3ecf4ed762","59dcf835762f8df90fba5a3f8ba87941467604041cf127fb456543c793b71456","33e0c4c683dcaeb66bedf5bb6cc35798d00ac58d7f3bc82aadb50fa475781d60","605839abb6d150b0d83ed3712e1b3ffbeb309e382770e7754085d36bc2d84a4c","a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","0f0a16a0e8037c17e28f537028215e87db047eba52281bd33484d5395402f3c1","cf533aed4c455b526ddccbb10dae7cc77e9269c3d7862f9e5cedbd4f5c92e05e","f8a60ca31702a0209ef217f8f3b4b32f498813927df2304787ac968c78d8560d","530192961885d3ddad87bf9c4390e12689fa29ff515df57f17a57c9125fc77c3","165ba9e775dd769749e2177c383d24578e3b212e4774b0a72ad0f6faee103b68","61448f238fdfa94e5ccce1f43a7cced5e548b1ea2d957bec5259a6e719378381","69fa523e48131ced0a52ab1af36c3a922c5fd7a25e474d82117329fe051f5b85","fa10b79cd06f5dd03435e184fb05cc5f0d02713bfb4ee9d343db527501be334c","c6fb591e363ee4dea2b102bb721c0921485459df23a2d2171af8354cacef4bce","ea7e1f1097c2e61ed6e56fa04a9d7beae9d276d87ac6edb0cd39a3ee649cddfe","e8cf2659d87462aae9c7647e2a256ac7dcaf2a565a9681bfb49328a8a52861e8","7e374cb98b705d35369b3c15444ef2ff5ff983bd2fbb77a287f7e3240abf208c","ca75ba1519f9a426b8c512046ebbad58231d8627678d054008c93c51bc0f3fa5","ff63760147d7a60dcfc4ac16e40aa2696d016b9ffe27e296b43655dfa869d66b","4d434123b16f46b290982907a4d24675442eb651ca95a5e98e4c274be16f1220","57263d6ba38046e85f499f3c0ab518cfaf0a5f5d4f53bdae896d045209ab4aff","d3a535f2cd5d17f12b1abf0b19a64e816b90c8c10a030b58f308c0f7f2acfe2c","be26d49bb713c13bd737d00ae8a61aa394f0b76bc2d5a1c93c74f59402eb8db3","c7012003ac0c9e6c9d3a6418128ddebf6219d904095180d4502b19c42f46a186","d58c55750756bcf73f474344e6b4a9376e5381e4ba7d834dc352264b491423b6","01e2aabfabe22b4bf6d715fc54d72d32fa860a3bd1faa8974e0d672c4b565dfe","ba2c489bb2566c16d28f0500b3d98013917e471c40a4417c03991460cb248e88","39f94b619f0844c454a6f912e5d6868d0beb32752587b134c3c858b10ecd7056","0d2d8b0477b1cf16b34088e786e9745c3e8145bc8eea5919b700ad054e70a095","2a5e963b2b8f33a50bb516215ba54a20801cb379a8e9b1ae0b311e900dc7254c","d8307f62b55feeb5858529314761089746dce957d2b8fd919673a4985fa4342a","bf449ec80fc692b2703ad03e64ae007b3513ecd507dc2ab77f39be6f578e6f5c","f780213dd78998daf2511385dd51abf72905f709c839a9457b6ba2a55df57be7","2b7843e8a9a50bdf511de24350b6d429a3ee28430f5e8af7d3599b1e9aa7057f","05d95be6e25b4118c2eb28667e784f0b25882f6a8486147788df675c85391ab7","62d2721e9f2c9197c3e2e5cffeb2f76c6412121ae155153179049890011eb785","ff5668fb7594c02aca5e7ba7be6c238676226e450681ca96b457f4a84898b2d9","59fd37ea08657fef36c55ddea879eae550ffe21d7e3a1f8699314a85a30d8ae9","84e23663776e080e18b25052eb3459b1a0486b5b19f674d59b96347c0cb7312a","43e5934c7355731eec20c5a2aa7a859086f19f60a4e5fcd80e6684228f6fb767","a49c210c136c518a7c08325f6058fc648f59f911c41c93de2026db692bba0e47","1a92f93597ebc451e9ef4b158653c8d31902de5e6c8a574470ecb6da64932df4","256513ad066ac9898a70ca01e6fbdb3898a4e0fe408fbf70608fdc28ac1af224","d9835850b6cc05c21e8d85692a8071ebcf167a4382e5e39bf700c4a1e816437e","e5ab7190f818442e958d0322191c24c2447ddceae393c4e811e79cda6bd49836","91b4b77ef81466ce894f1aade7d35d3589ddd5c9981109d1dea11f55a4b807a0","03abb209bed94c8c893d9872639e3789f0282061c7aa6917888965e4047a8b5f","e97a07901de562219f5cba545b0945a1540d9663bd9abce66495721af3903eec","bf39ed1fdf29bc8178055ec4ff32be6725c1de9f29c252e31bdc71baf5c227e6","985eabf06dac7288fc355435b18641282f86107e48334a83605739a1fe82ac15","6112d33bcf51e3e6f6a81e419f29580e2f8e773529d53958c7c1c99728d4fb2e","89e9f7e87a573504acc2e7e5ad727a110b960330657d1b9a6d3526e77c83d8be","44bbb88abe9958c7c417e8687abf65820385191685009cc4b739c2d270cb02e9","ab4b506b53d2c4aec4cc00452740c540a0e6abe7778063e95c81a5cd557c19eb","858757bde6d615d0d1ee474c972131c6d79c37b0b61897da7fbd7110beb8af12","60b9dea33807b086a1b4b4b89f72d5da27ad0dd36d6436a6e306600c47438ac4","409c963b1166d0c1d49fdad1dfeb4de27fd2d6662d699009857de9baf43ca7c3","b7674ecfeb5753e965404f7b3d31eec8450857d1a23770cb867c82f264f546ab","c9800b9a9ad7fcdf74ed8972a5928b66f0e4ff674d55fd038a3b1c076911dcbe","99864433e35b24c61f8790d2224428e3b920624c01a6d26ea8b27ee1f62836bb","c391317b9ff8f87d28c6bfe4e50ed92e8f8bfab1bb8a03cd1fe104ff13186f83","42bdc3c98446fdd528e2591213f71ce6f7008fb9bb12413bd57df60d892a3fb5","542d2d689b58c25d39a76312ccaea2fcd10a45fb27b890e18015399c8032e2d9","97d1656f0a563dbb361d22b3d7c2487427b0998f347123abd1c69a4991326c96","d4f53ed7960c9fba8378af3fa28e3cc483d6c0b48e4a152a83ff0973d507307d","0665de5280d65ec32776dc55fb37128e259e60f389cde5b9803cf9e81ad23ce0","b6dc8fd1c6092da86725c338ca6c263d1c6dd3073046d3ec4eb2d68515062da2","d9198a0f01f00870653347560e10494efeca0bfa2de0988bd5d883a9d2c47edb","d4279865b926d7e2cfe8863b2eae270c4c035b6e923af8f9d7e6462d68679e07","73b6945448bb3425b764cfe7b1c4b0b56c010cc66e5f438ef320c53e469797eb","cf72fd8ffa5395f4f1a26be60246ec79c5a9ad201579c9ba63fd2607b5daf184","301a458744666096f84580a78cc3f6e8411f8bab92608cdaa33707546ca2906f","711e70c0916ff5f821ea208043ecd3e67ed09434b8a31d5616286802b58ebebe","e1f2fd9f88dd0e40c358fbf8c8f992211ab00a699e7d6823579b615b874a8453","17db3a9dcb2e1689ff7ace9c94fa110c88da64d69f01dc2f3cec698e4fc7e29e","73fb07305106bb18c2230890fcacf910fd1a7a77d93ac12ec40bc04c49ee5b8e","2c5f341625a45530b040d59a4bc2bc83824d258985ede10c67005be72d3e21d0","c4a262730d4277ecaaf6f6553dabecc84dcca8decaebbf2e16f1df8bbd996397","c23c533d85518f3358c55a7f19ab1a05aad290251e8bba0947bd19ea3c259467","5d0322a0b8cdc67b8c71e4ccaa30286b0c8453211d4c955a217ac2d3590e911f","f5e4032b6e4e116e7fec5b2620a2a35d0b6b8b4a1cc9b94a8e5ee76190153110","9ab26cb62a0e86ab7f669c311eb0c4d665457eb70a103508aa39da6ccee663da","5f64d1a11d8d4ce2c7ee3b72471df76b82d178a48964a14cdfdc7c5ef7276d70","24e2fbc48f65814e691d9377399807b9ec22cd54b51d631ba9e48ee18c5939dd","bfa2648b2ee90268c6b6f19e84da3176b4d46329c9ec0555d470e647d0568dfb","75ef3cb4e7b3583ba268a094c1bd16ce31023f2c3d1ac36e75ca65aca9721534","3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","3ada1b216e45bb9e32e30d8179a0a95870576fe949c33d9767823ccf4f4f4c97","1ace2885dffab849f7c98bffe3d1233260fbf07ee62cb58130167fd67a376a65","2126e5989c0ca5194d883cf9e9c10fe3e5224fbd3e4a4a6267677544e8be0aae","41a6738cf3c756af74753c5033e95c5b33dfc1f6e1287fa769a1ac4027335bf5","6e8630be5b0166cbc9f359b9f9e42801626d64ff1702dcb691af811149766154","e36b77c04e00b4a0bb4e1364f2646618a54910c27f6dc3fc558ca2ced8ca5bc5","2c4ea7e9f95a558f46c89726d1fedcb525ef649eb755a3d7d5055e22b80c2904","4875d65190e789fad05e73abd178297b386806b88b624328222d82e455c0f2e7","bf5302ecfaacee37c2316e33703723d62e66590093738c8921773ee30f2ecc38","62684064fe034d54b87f62ad416f41b98a405dee4146d0ec03b198c3634ea93c","be02cbdb1688c8387f8a76a9c6ed9d75d8bb794ec5b9b1d2ba3339a952a00614","cefaff060473a5dbf4939ee1b52eb900f215f8d6249dc7c058d6b869d599983c","b2797235a4c1a7442a6f326f28ffb966226c3419399dbb33634b8159af2c712f","164d633bbd4329794d329219fc173c3de85d5ad866d44e5b5f0fb60c140e98f2","b74300dd0a52eaf564b3757c07d07e1d92def4e3b8708f12eedb40033e4cafe9","a792f80b1e265b06dce1783992dbee2b45815a7bdc030782464b8cf982337cf2","8816b4b3a87d9b77f0355e616b38ed5054f993cc4c141101297f1914976a94b1","0f35e4da974793534c4ca1cdd9491eab6993f8cf47103dadfc048b899ed9b511","0ccdfcaebf297ec7b9dde20bbbc8539d5951a3d8aaa40665ca469da27f5a86e1","7fcb05c8ce81f05499c7b0488ae02a0a1ac6aebc78c01e9f8c42d98f7ba68140","81c376c9e4d227a4629c7fca9dde3bbdfa44bd5bd281aee0ed03801182368dc5","0f2448f95110c3714797e4c043bbc539368e9c4c33586d03ecda166aa9908843","b2f1a443f7f3982d7325775906b51665fe875c82a62be3528a36184852faa0bb","7568ff1f23363d7ee349105eb936e156d61aea8864187a4c5d85c60594b44a25","8c4d1d9a4eba4eac69e6da0f599a424b2689aee55a455f0b5a7f27a807e064db","e1beb9077c100bdd0fc8e727615f5dae2c6e1207de224569421907072f4ec885","3dda13836320ec71b95a68cd3d91a27118b34c05a2bfda3e7e51f1d8ca9b960b","fedc79cb91f2b3a14e832d7a8e3d58eb02b5d5411c843fcbdc79e35041316b36","99f395322ffae908dcdfbaa2624cc7a2a2cb7b0fbf1a1274aca506f7b57ebcb5","5e1f7c43e8d45f2222a5c61cbc88b074f4aaf1ca4b118ac6d6123c858efdcd71","7388273ab71cb8f22b3f25ffd8d44a37d5740077c4d87023da25575204d57872","0a48ceb01a0fdfc506aa20dfd8a3563edbdeaa53a8333ddf261d2ee87669ea7b","3182d06b874f31e8e55f91ea706c85d5f207f16273480f46438781d0bd2a46a1","ccd47cab635e8f71693fa4e2bbb7969f559972dae97bd5dbd1bbfee77a63b410","89770fa14c037f3dc3882e6c56be1c01bb495c81dec96fa29f868185d9555a5d","7048c397f08c54099c52e6b9d90623dc9dc6811ea142f8af3200e40d66a972e1","512120cd6f026ce1d3cf686c6ab5da80caa40ef92aa47466ec60ba61a48b5551","6cd0cb7f999f221e984157a7640e7871960131f6b221d67e4fdc2a53937c6770","f48b84a0884776f1bc5bf0fcf3f69832e97b97dc55d79d7557f344de900d259b","dca490d986411644b0f9edf6ea701016836558e8677c150dca8ad315178ec735","a028a04948cf98c1233166b48887dad324e8fe424a4be368a287c706d9ccd491","3046ed22c701f24272534b293c10cfd17b0f6a89c2ec6014c9a44a90963dfa06","394da10397d272f19a324c95bea7492faadf2263da157831e02ae1107bd410f5","0580595a99248b2d30d03f2307c50f14eb21716a55beb84dd09d240b1b087a42","a7da9510150f36a9bea61513b107b59a423fdff54429ad38547c7475cd390e95","659615f96e64361af7127645bb91f287f7b46c5d03bea7371e6e02099226d818","1f2a42974920476ce46bb666cd9b3c1b82b2072b66ccd0d775aa960532d78176","500b3ae6095cbab92d81de0b40c9129f5524d10ad955643f81fc07d726c5a667","a957ad4bd562be0662fb99599dbcf0e16d1631f857e5e1a83a3f3afb6c226059","e57a4915266a6a751c6c172e8f30f6df44a495608613e1f1c410196207da9641","7a12e57143b7bc5a52a41a8c4e6283a8f8d59a5e302478185fb623a7157fff5e","17b3426162e1d9cb0a843e8d04212aabe461d53548e671236de957ed3ae9471b","f38e86eb00398d63180210c5090ef6ed065004474361146573f98b3c8a96477d","231d9e32382d3971f58325e5a85ba283a2021243651cb650f82f87a1bf62d649","6532e3e87b87c95f0771611afce929b5bad9d2c94855b19b29b3246937c9840b","65704bbb8f0b55c73871335edd3c9cead7c9f0d4b21f64f5d22d0987c45687f0","787232f574af2253ac860f22a445c755d57c73a69a402823ae81ba0dfdd1ce23","5e63903cd5ebce02486b91647d951d61a16ad80d65f9c56581cd624f39a66007","bcc89a120d8f3c02411f4df6b1d989143c01369314e9b0e04794441e6b078d22","d17531ef42b7c76d953f63bd5c5cd927c4723e62a7e0b2badf812d5f35f784eb","6d4ee1a8e3a97168ea4c4cc1c68bb61a3fd77134f15c71bb9f3f63df3d26b54c","1eb04fea6b47b16922ed79625d90431a8b2fc7ba9d5768b255e62df0c96f1e3a","de0c2eece83bd81b8682f4496f558beb728263e17e74cbc4910e5c9ce7bef689","98866542d45306dab48ecc3ddd98ee54fa983353bc3139dfbc619df882f54d90","9e04c7708917af428c165f1e38536ddb2e8ecd576f55ed11a97442dc34b6b010","31fe6f6d02b53c1a7c34b8d8f8c87ee9b6dd4b67f158cbfff3034b4f3f69c409","2e1d853f84188e8e002361f4bfdd892ac31c68acaeac426a63cd4ff7abf150d0","666b5289ec8a01c4cc0977c62e3fd32e89a8e3fd9e97c8d8fd646f632e63c055","a1107bbb2b10982dba1f7958a6a5cf841e1a19d6976d0ecdc4c43269c7b0eaf2","07fa6122f7495331f39167ec9e4ebd990146a20f99c16c17bc0a98aa81f63b27","39c1483481b35c2123eaab5094a8b548a0c3f1e483ab7338102c3291f1ab18bf","b73e6242c13796e7d5fba225bf1c07c8ee66d31b7bb65f45be14226a9ae492d2","f2931608d541145d189390d6cfb74e1b1e88f73c0b9a80c4356a4daa7fa5e005","8684656fe3bf1425a91bd62b8b455a1c7ec18b074fd695793cfae44ae02e381a","ccf0b9057dd65c7fb5e237de34f706966ebc30c6d3669715ed05e76225f54fbd","d930f077da575e8ea761e3d644d4c6279e2d847bae2b3ea893bbd572315acc21","19b0616946cb615abde72c6d69049f136cc4821b784634771c1d73bec8005f73","553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","1225cf1910667bfd52b4daa9974197c3485f21fe631c3ce9db3b733334199faa","f7cb9e46bd6ab9d620d68257b525dbbbbc9b0b148adf500b819d756ebc339de0","e46d6c3120aca07ae8ec3189edf518c667d027478810ca67a62431a0fa545434","9d234b7d2f662a135d430d3190fc21074325f296273125244b2bf8328b5839a0","0554ef14d10acea403348c53436b1dd8d61e7c73ef5872e2fe69cc1c433b02f8","2f6ae5538090db60514336bd1441ca208a8fab13108cfa4b311e61eaca5ff716","17bf4ce505a4cff88fb56177a8f7eb48aa55c22ccc4cce3e49cc5c8ddc54b07d","3d735f493d7da48156b79b4d8a406bf2bbf7e3fe379210d8f7c085028143ee40","41de1b3ddd71bd0d9ed7ac217ca1b15b177dd731d5251cde094945c20a715d03","17d9c562a46c6a25bc2f317c9b06dd4e8e0368cbe9bdf89be6117aeafd577b36","ded799031fe18a0bb5e78be38a6ae168458ff41b6c6542392b009d2abe6a6f32","ed48d467a7b25ee1a2769adebc198b647a820e242c96a5f96c1e6c27a40ab131","b914114df05f286897a1ae85d2df39cfd98ed8da68754d73cf830159e85ddd15","73881e647da3c226f21e0b80e216feaf14a5541a861494c744e9fbe1c3b3a6af","d79e1d31b939fa99694f2d6fbdd19870147401dbb3f42214e84c011e7ec359ab","4f71097eae7aa37941bab39beb2e53e624321fd341c12cc1d400eb7a805691ff","58ebb4f21f3a90dda31a01764462aa617849fdb1b592f3a8d875c85019956aff","a8e8d0e6efff70f3c28d3e384f9d64530c7a7596a201e4879a7fd75c7d55cbb5","df5cbb80d8353bf0511a4047cc7b8434b0be12e280b6cf3de919d5a3380912c0","256eb0520e822b56f720962edd7807ed36abdf7ea23bcadf4a25929a3317c8cf","9cf2cbc9ceb5f718c1705f37ce5454f14d3b89f690d9864394963567673c1b5c","07d3dd790cf1e66bb6fc9806d014dd40bb2055f8d6ca3811cf0e12f92ba4cb9a","1f99fd62e9cff9b50c36f368caf3b9fb79fc6f6c75ca5d3c2ec4afaea08d9109","6558faaacba5622ef7f1fdfb843cd967af2c105469b9ff5c18a81ce85178fca7","34e7f17ae9395b0269cd3f2f0af10709e6dc975c5b44a36b6b70442dc5e25a38","a4295111b54f84c02c27e46b0855b02fad3421ae1d2d7e67ecf16cb49538280a","ce9746b2ceae2388b7be9fe1f009dcecbc65f0bdbc16f40c0027fab0fb848c3b","35ce823a59f397f0e85295387778f51467cea137d787df385be57a2099752bfb","2e5acd3ec67bc309e4f679a70c894f809863c33b9572a8da0b78db403edfa106","1872f3fcea0643d5e03b19a19d777704320f857d1be0eb4ee372681357e20c88","9689628941205e40dcbb2706d1833bd00ce7510d333b2ef08be24ecbf3eb1a37","0317a72a0b63094781476cf1d2d27585d00eb2b0ca62b5287124735912f3d048","6ce4c0ab3450a4fff25d60a058a25039cffd03141549589689f5a17055ad0545","9153ec7b0577ae77349d2c5e8c5dd57163f41853b80c4fb5ce342c7a431cbe1e","f490dfa4619e48edd594a36079950c9fca1230efb3a82aaf325047262ba07379","674f00085caff46d2cbc76fc74740fd31f49d53396804558573421e138be0c12","41d029194c4811f09b350a1e858143c191073007a9ee836061090ed0143ad94f","44a6259ffd6febd8510b9a9b13a700e1d022530d8b33663f0735dbb3bee67b3d","6f4322500aff8676d9b8eef7711c7166708d4a0686b792aa4b158e276ed946a7","e829ff9ecffa3510d3a4d2c3e4e9b54d4a4ccfef004bacbb1d6919ce3ccca01f","62e6fec9dbd012460b47af7e727ec4cd34345b6e4311e781f040e6b640d7f93e","4d180dd4d0785f2cd140bc069d56285d0121d95b53e4348feb4f62db2d7035d3","f1142cbba31d7f492d2e7c91d82211a8334e6642efe52b71d9a82cb95ba4e8ae","279cac827be5d48c0f69fe319dc38c876fdd076b66995d9779c43558552d8a50","a70ff3c65dc0e7213bfe0d81c072951db9f5b1e640eb66c1eaed0737879c797b","f75d3303c1750f4fdacd23354657eca09aae16122c344e65b8c14c570ff67df5","3ebae6a418229d4b303f8e0fdb14de83f39fba9f57b39d5f213398bca72137c7","21ba07e33265f59d52dece5ac44f933b2b464059514587e64ad5182ddf34a9b0","2d3d96efba00493059c460fd55e6206b0667fc2e73215c4f1a9eb559b550021f","d23d4a57fff5cec5607521ba3b72f372e3d735d0f6b11a4681655b0bdd0505f4","395c1f3da7e9c87097c8095acbb361541480bf5fd7fa92523985019fef7761dd","d61f3d719293c2f92a04ba73d08536940805938ecab89ac35ceabc8a48ccb648","ca693235a1242bcd97254f43a17592aa84af66ccb7497333ccfea54842fde648","cd41cf040b2e368382f2382ec9145824777233730e3965e9a7ba4523a6a4698e","2e7a9dba6512b0310c037a28d27330520904cf5063ca19f034b74ad280dbfe71","9f2a38baf702e6cb98e0392fa39d25a64c41457a827b935b366c5e0980a6a667","c1dc37f0e7252928f73d03b0d6b46feb26dea3d8737a531ca4c0ec4105e33120","25126b80243fb499517e94fc5afe5c9c5df3a0105618e33581fb5b2f2622f342","d332c2ddcb64012290eb14753c1b49fe3eee9ca067204efba1cf31c1ce1ee020","1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","7c9f2d62d83f1292a183a44fb7fb1f16eb9037deb05691d307d4017ac8af850a","d0163ab7b0de6e23b8562af8b5b4adea4182884ca7543488f7ac2a3478f3ae6e","05224e15c6e51c4c6cd08c65f0766723f6b39165534b67546076c226661db691","a5f7158823c7700dd9fc1843a94b9edc309180c969fbfa6d591aeb0b33d3b514","7d30937f8cf9bb0d4b2c2a8fb56a415d7ef393f6252b24e4863f3d7b84285724","e04d074584483dc9c59341f9f36c7220f16eed09f7af1fa3ef9c64c26095faec","619697e06cbc2c77edda949a83a62047e777efacde1433e895b904fe4877c650","88d9a8593d2e6aee67f7b15a25bda62652c77be72b79afbee52bea61d5ffb39e","044d7acfc9bd1af21951e32252cf8f3a11c8b35a704169115ddcbde9fd717de2","a4ca8f13a91bd80e6d7a4f013b8a9e156fbf579bbec981fe724dad38719cfe01","5a216426a68418e37e55c7a4366bc50efc99bda9dc361eae94d7e336da96c027","13b65b640306755096d304e76d4a237d21103de88b474634f7ae13a2fac722d5","7478bd43e449d3ce4e94f3ed1105c65007b21f078b3a791ea5d2c47b30ea6962","601d3e8e71b7d6a24fc003aca9989a6c25fa2b3755df196fd0aaee709d190303","168e0850fcc94011e4477e31eca81a8a8a71e1aed66d056b7b50196b877e86c8","37ba82d63f5f8c6b4fc9b756f24902e47f62ea66aae07e89ace445a54190a86e","f5b66b855f0496bc05f1cd9ba51a6a9de3d989b24aa36f6017257f01c8b65a9f","823b16d378e8456fcc5503d6253c8b13659be44435151c6b9f140c4a38ec98c1","b58b254bf1b586222844c04b3cdec396e16c811463bf187615bb0a1584beb100","a367c2ccfb2460e222c5d10d304e980bd172dd668bcc02f6c2ff626e71e90d75","0718623262ac94b016cb0cfd8d54e4d5b7b1d3941c01d85cf95c25ec1ba5ed8d","d4f3c9a0bd129e9c7cbfac02b6647e34718a2b81a414d914e8bd6b76341172e0","824306df6196f1e0222ff775c8023d399091ada2f10f2995ce53f5e3d4aff7a4","84ca07a8d57f1a6ba8c0cf264180d681f7afae995631c6ca9f2b85ec6ee06c0f","35755e61e9f4ec82d059efdbe3d1abcccc97a8a839f1dbf2e73ac1965f266847","64a918a5aa97a37400ec085ffeea12a14211aa799cd34e5dc828beb1806e95bb","0c8f5489ba6af02a4b1d5ba280e7badd58f30dc8eb716113b679e9d7c31185e5","7b574ca9ae0417203cdfa621ab1585de5b90c4bc6eea77a465b2eb8b92aa5380","3334c03c15102700973e3e334954ac1dffb7be7704c67cc272822d5895215c93","aabcb169451df7f78eb43567fab877a74d134a0a6d9850aa58b38321374ab7c0","1b5effdd8b4e8d9897fc34ab4cd708a446bf79db4cb9a3467e4a30d55b502e14","d772776a7aea246fd72c5818de72c3654f556b2cf0d73b90930c9c187cc055fc","dbd4bd62f433f14a419e4c6130075199eb15f2812d2d8e7c9e1f297f4daac788","427df949f5f10c73bcc77b2999893bc66c17579ad073ee5f5270a2b30651c873","c4c1a5565b9b85abfa1d663ca386d959d55361e801e8d49155a14dd6ca41abe1","7a45a45c277686aaff716db75a8157d0458a0d854bacf072c47fee3d499d7a99","57005b72bce2dc26293e8924f9c6be7ee3a2c1b71028a680f329762fa4439354","8f53b1f97c53c3573c16d0225ee3187d22f14f01421e3c6da1a26a1aace32356","810fdc0e554ed7315c723b91f6fa6ef3a6859b943b4cd82879641563b0e6c390","87a36b177b04d23214aa4502a0011cd65079e208cd60654aefc47d0d65da68ea","28a1c17fcbb9e66d7193caca68bbd12115518f186d90fc729a71869f96e2c07b","cc2d2abbb1cc7d6453c6fee760b04a516aa425187d65e296a8aacff66a49598a","d2413645bc4ab9c3f3688c5281232e6538684e84b49a57d8a1a8b2e5cf9f2041","4e6e21a0f9718282d342e66c83b2cd9aa7cd777dfcf2abd93552da694103b3dc","9006cc15c3a35e49508598a51664aa34ae59fc7ab32d6cc6ea2ec68d1c39448e","74467b184eadee6186a17cac579938d62eceb6d89c923ae67d058e2bcded254e","4169b96bb6309a2619f16d17307da341758da2917ff40c615568217b14357f5e","4a94d6146b38050de0830019a1c6a7820c2e2b90eba1a5ee4e4ab3bc30a72036","48a35ece156203abf19864daa984475055bbed4dc9049d07f4462100363f1e85","dc3b172ee27054dbcedcf5007b78c256021db936f6313a9ce9a3ecbb503fd646","c269a12e83c5ffc0332b1f245008e4e621e483dd2f8b9b77fc6a664fcde4969d","c4c868a268d20e2c678cfafd1524b6548776d80885089870960737623ec00b50","3eb11dbf3489064a47a2e1cf9d261b1f100ef0b3b50ffca6c44dd99d6dd81ac1","ee7d8894904b465b072be0d2e4b45cf6b887cdba16a467645c4e200982ece7ea","975f84de013567851d216d78a3a86736bb330cae11fdc907b222dffa148b31d2","ab754c02d70553f7131f80a5c44f6e45c3251afb571a73117274b4724f683e02","5d9a0b6e6be8dbb259f64037bce02f34692e8c1519f5cd5d467d7fa4490dced4","732a22e28e99e56f4f76410ef1d28ab502ae569ed7a25161db50629814f0c4e3","9c5c92b7fb8c38ff1b46df69701f2d1ea8e2d6468e3cd8f73d8af5e6f7864576","320dbd1fad4669e888e2f83c8abd2942898b993120473d3a79cb4545dbcf2a85","eac647a94fb1f09789e12dfecb52dcd678d05159a4796b4e415aa15892f3b103","a7e430e32eaefba6b1ebf23a94a4562bfe7051cc83558d33ddc8ff342f3c18e9","c68efdae4df1801f6ec509a8c0fbc2341e93f6632f2fce6ac2b09e4cc5eeeed2","207c7a7aa85b59e5abd719d0a2bd243b5ff51d489bfed9d45c99a7b94c0bb812","ac49c844ebee8a9b1eb2183ca9dc83fd37c6b7c32075807bbe3e5fd0028e941b","b729899cd0358594a799a91369578b41ff6b6f5db7335bba2ba52edd0df8d95b",{"version":"ab63ed8928d3a3a33862a0189f2acea4f6c5aa58324c3ac54464779dd4a0ea5d","affectsGlobalScope":true},"b8bbaace0a1559049493f3a87f4a31bee9073a0236b9d22982d9872f4c93d09a","686e548ae30250d62532c8cacb43fccc922b693408371bd3503563c4a0f28eed","dca41e86e89dfb2e85e6935260250f02eb6683b86c2fa16bec729ddd1bcd9b4b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","6503fb6addf62f9b10f8564d9869ad824565a914ec1ac3dd7d13da14a3f57036","f313731860257325f13351575f381fef333d4dfe30daf5a2e72f894208feea08","951b37f7d86f6012f09e6b35f1de57c69d75f16908cb0adaa56b93675ea0b853","3816fc03ffd9cbd1a7a3362a264756a4a1d547caabea50ca68303046be40e376","0c417b4ec46b88fb62a43ec00204700b560d01eb5677c7faa8ecd34610f096a8","13d29cdeb64e8496424edf42749bbb47de5e42d201cf958911a4638cbcffbd3f","dcafd874e49d42fc215dcb4ef1e06511363c1f31979951081f3cd1908a05a636","b2be45e9e0238c849783783dc27bf79f3b1a65332424a65cc1118f207b4792c9","6002c44a8e8edbe4c79ce856c7bac3f8e69a2a45dc5bd6b229ca4ab323b924b3","b4d505a77e0829de5e5e23eaefb3d7989e0dbdfdb02ea69159df9f40017fb958","b8396e9024d554b611cbe31a024b176ba7116063d19354b5a02dccd8f0118989","f2242adef346a64818a1af914146f6f6046f16505e8a228c3bdb70185d4fdf4c","2f7508d8eeadcfde20b41ec13726c9ad26f04bbf830434e289c6010d5be28455","8b155c4757d197969553de3762c8d23d5866710301de41e1b66b97c9ed867003","9798f0d3693043da9dda9146b5e8622cd4476270e7aed8f3cb346b9b40a52103","fc7e8927b6fa6c81d68783afb314d01592c559e86bd36df334c37f40d0136acd","73f72caffdd55f189b5bf4e6b5ca273b4e26269d9aac859b9d30a5f799c095ad","d998e3e185cdf59dfc84043c41a42c02daaf3b7b21bee2db2d1f620a8e134f4c","06aa8858883e08f5136eb182d2f285ea615aeb464007f83c7a31ee1f8d9932b1","62d429aba0bbe459a04965d10c7637b74b319149f17874920a5ffb9fe3ba14d8","6b5acb2819b71f30dc2ba5929d3918e0a658ffec00095880b3de7e934122a75b","2b603cae1c11f97a113adac3f8ba8d60ee842c740c8139d41ab9d6ce202449a5","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81","209e814e8e71aec74f69686a9506dd7610b97ab59dcee9446266446f72a76d05","6fa0008bf91a4cc9c8963bace4bba0bd6865cbfa29c3e3ccc461155660fb113a","4ec9d340a4b31d571bafaf4e09e747793ad99fe57117cca8ecbac2abc1dcd3cb","8baa5d0febc68db886c40bf341e5c90dc215a90cd64552e47e8184be6b7e3358","3034db2891e04de367126370bebec88ac3b4e3b1eb8b7dc30671ccddb717eed2","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","8db87f1a11acf41035f806b3a09bf144f3d0f2e3fd8faf818db733a5ad67a494","898f60d2750246a8dd22fc66b160d96e8da30dd3fb0155bcbe77cfd7617cf20a","2b93035328f7778d200252681c1d86285d501ed424825a18f81e4c3028aa51d9","2ac9c8332c5f8510b8bdd571f8271e0f39b0577714d5e95c1e79a12b2616f069","42c21aa963e7b86fa00801d96e88b36803188018d5ad91db2a9101bccd40b3ff","d31eb848cdebb4c55b4893b335a7c0cca95ad66dee13cbb7d0893810c0a9c301","b9f96255e1048ed2ea33ec553122716f0e57fc1c3ad778e9aa15f5b46547bd23","7a9e0a564fee396cacf706523b5aeed96e04c6b871a8bebefad78499fbffc5bc","906c751ef5822ec0dadcea2f0e9db64a33fb4ee926cc9f7efa38afe5d5371b2a","5387c049e9702f2d2d7ece1a74836a14b47fbebe9bbeb19f94c580a37c855351","c68391fb9efad5d99ff332c65b1606248c4e4a9f1dd9a087204242b56c7126d6","e9cf02252d3a0ced987d24845dcb1f11c1be5541f17e5daa44c6de2d18138d0c","e8b02b879754d85f48489294f99147aeccc352c760d95a6fe2b6e49cd400b2fe","9f6908ab3d8a86c68b86e38578afc7095114e66b2fc36a2a96e9252aac3998e0","0eedb2344442b143ddcd788f87096961cd8572b64f10b4afc3356aa0460171c6","71405cc70f183d029cc5018375f6c35117ffdaf11846c35ebf85ee3956b1b2a6","c68baff4d8ba346130e9753cefe2e487a16731bf17e05fdacc81e8c9a26aae9d","2cd15528d8bb5d0453aa339b4b52e0696e8b07e790c153831c642c3dea5ac8af","479d622e66283ffa9883fbc33e441f7fc928b2277ff30aacbec7b7761b4e9579","ade307876dc5ca267ca308d09e737b611505e015c535863f22420a11fffc1c54","f8cdefa3e0dee639eccbe9794b46f90291e5fd3989fcba60d2f08fde56179fb9","86c5a62f99aac7053976e317dbe9acb2eaf903aaf3d2e5bb1cafe5c2df7b37a8","2b300954ce01a8343866f737656e13243e86e5baef51bd0631b21dcef1f6e954","a2d409a9ffd872d6b9d78ead00baa116bbc73cfa959fce9a2f29d3227876b2a1","b288936f560cd71f4a6002953290de9ff8dfbfbf37f5a9391be5c83322324898","61178a781ef82e0ff54f9430397e71e8f365fc1e3725e0e5346f2de7b0d50dfa","6a6ccb37feb3aad32d9be026a3337db195979cd5727a616fc0f557e974101a54","c649ea79205c029a02272ef55b7ab14ada0903db26144d2205021f24727ac7a3","38e2b02897c6357bbcff729ef84c736727b45cc152abe95a7567caccdfad2a1d","d6610ea7e0b1a7686dba062a1e5544dd7d34140f4545305b7c6afaebfb348341","3dee35db743bdba2c8d19aece7ac049bde6fa587e195d86547c882784e6ba34c","b15e55c5fa977c2f25ca0b1db52cfa2d1fd4bf0baf90a8b90d4a7678ca462ff1","f41d30972724714763a2698ae949fbc463afb203b5fa7c4ad7e4de0871129a17","843dd7b6a7c6269fd43827303f5cbe65c1fecabc30b4670a50d5a15d57daeeb9","f06d8b8567ee9fd799bf7f806efe93b67683ef24f4dea5b23ef12edff4434d9d","6017384f697ff38bc3ef6a546df5b230c3c31329db84cbfe686c83bec011e2b2","e1a5b30d9248549ca0c0bb1d653bafae20c64c4aa5928cc4cd3017b55c2177b0","a593632d5878f17295bd53e1c77f27bf4c15212822f764a2bfc1702f4b413fa0","a868a534ba1c2ca9060b8a13b0ffbbbf78b4be7b0ff80d8c75b02773f7192c29","da7545aba8f54a50fde23e2ede00158dc8112560d934cee58098dfb03aae9b9d","34baf65cfee92f110d6653322e2120c2d368ee64b3c7981dff08ed105c4f19b0","a1a261624efb3a00ff346b13580f70f3463b8cdcc58b60f5793ff11785d52cab",{"version":"6451264601a58c77b5f347234485ce0ac09e9fafcc5228a3c60f5ccb3fc8524e","affectsGlobalScope":true},"d8e11b9b348b4d1f50d94a71a815e275a1cb92bed1648289e54437822803649c"],"root":[[183,185],434,[436,440],444,445,449,450,[456,459],[462,487],[489,494],[496,519]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"emitDeclarationOnly":true,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"module":99,"noImplicitOverride":true,"noUnusedLocals":true,"outDir":"./lib","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":99},"fileIdsList":[[131,179],[840],[143,179,844,845],[179,447,847],[142,143,179,446],[143,160,850,853,855],[157,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432],[433],[413,414,433],[157,411,416,433],[157,417,418,433],[157,417,433],[157,411,417,433],[157,423,433],[157,433],[157,411],[416],[157],[143,171,179],[532],[533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836],[520,522,523,524,525,526,527,528,529,530,531,532],[520,521,523,524,525,526,527,528,529,530,531,532],[521,522,523,524,525,526,527,528,529,530,531,532],[520,521,522,524,525,526,527,528,529,530,531,532],[520,521,522,523,525,526,527,528,529,530,531,532],[520,521,522,523,524,526,527,528,529,530,531,532],[520,521,522,523,524,525,527,528,529,530,531,532],[520,521,522,523,524,525,526,528,529,530,531,532],[520,521,522,523,524,525,526,527,529,530,531,532],[520,521,522,523,524,525,526,527,528,530,531,532],[520,521,522,523,524,525,526,527,528,529,531,532],[520,521,522,523,524,525,526,527,528,529,530,532],[520,521,522,523,524,525,526,527,528,529,530,531],[880],[865],[869,870,871],[868],[870],[860,866,867,872,875,877,878,879],[867,873,874,880],[873,876],[867,868,873,880],[867,880],[882],[861,862,863,864],[93],[129],[130,135,163],[131,142,143,150,160,171],[131,132,142,150],[133,172],[134,135,143,151],[135,160,168],[136,138,142,150],[129,137],[138,139],[142],[140,142],[129,142],[142,143,144,160,171],[142,143,144,157,160,163],[127,130,176],[138,142,145,150,160,171],[142,143,145,146,150,160,168,171],[145,147,160,168,171],[93,94,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178],[142,148],[149,171,176],[138,142,150,160],[151],[152],[129,153],[154,170,176],[155],[156],[142,157,158],[157,159,172,174],[130,142,160,161,162,163],[130,160,162],[160,161],[163],[164],[129,160],[142,166,167],[166,167],[135,150,160,168],[169],[150,170],[130,145,156,171],[135,172],[160,173],[149,174],[175],[130,135,142,144,153,160,171,174,176],[160,177],[143,179,847],[179,890],[892,931],[892,916,931],[931],[892],[892,917,931],[892,893,894,895,896,897,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930],[917,931],[131,179,447],[160,179],[142,179,851,852],[142,179,848,854],[143,179],[131,142,160],[142,143,179,849],[442],[441],[66,67,68,69,70,71,72],[68,69,70,71],[460],[179],[142,889],[223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,239,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,279,280,281,282,283,284,285,286,287,288,289,290,292,293,294,295,296,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,342,343,344,346,355,357,358,359,360,361,362,364,365,367,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410],[268],[224,227],[226],[226,227],[223,224,225,227],[224,226,227,384],[227],[223,226,268],[226,227,384],[226,392],[224,226,227],[236],[259],[280],[226,227,268],[227,275],[226,227,268,286],[226,227,286],[227,327],[227,268],[223,227,345],[223,227,346],[368],[352,354],[363],[352],[223,227,345,352,353],[345,346,354],[366],[223,227,352,353,354],[225,226,227],[223,227],[224,226,346,347,348,349],[268,346,347,348,349],[346,348],[226,347,348,350,351,355],[223,226],[227,370],[228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,269,270,271,272,273,274,276,277,278,279,280,281,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343],[356],[104,108,171],[104,160,171],[99],[101,104,168,171],[150,168],[99,179],[101,104,150,171],[96,97,100,103,130,142,160,171],[96,102],[100,104,130,163,171,179],[130,179],[120,130,179],[98,99,179],[104],[98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126],[104,111,112],[102,104,112,113],[103],[96,99,104],[104,108,112,113],[108],[102,104,107,171],[96,101,102,104,108,111],[130,160],[99,104,120,130,176,179],[74],[74,75,76,77],[74,75,76],[451],[452,453,454],[451,452,453],[185,186,187,189,190,191,195],[186,187,188,189,190,191,194],[192,193],[188],[200],[131,179,200],[197,198,199,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221],[197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220],[436],[182,185,435],[434],[64,65,73,78,149,182,196,222,434,436,437],[64,65,182,434,436,439],[64,65,78,182,196,222,433,434,436,443,444],[64,65,182,196,222,434,436,448,449],[64,65,182,433,436,448,455,456],[64,65,182,222,433,434,436,448,455,458],[64,65,73,182,196,222,433,434,436,461,462],[64,65,73,78,149,182,196,222,434,436,448,464,465],[64,65,182,222,436,448,455,464],[64,65,182,196,222,433,434,436,448,468],[64,65,182,196,222,433,434,436,443,448,470],[64,65,73,78,149,182,196,222,434,436,448,464,472],[64,65,182,196,222,434,436,448,474],[64,65,73,182,222,433,434,436,448,485,486],[64,65,182,222,434,436,448,488,489],[64,65,143,222,433,434,436,448,464],[64,65,182,434,436,461,492],[64,182,434,436,448,482],[64,65,182,222,434,436,443,495,496],[64,65,182,222,436,448],[64,182,196,434,436,484],[64,65,182,196,222,433,434,436,443,448,478],[64,65,182,196,222,434,436,448,481],[64,65,78,182,196,222,433,434,436,443,495,502],[64,182,434,436,488,504],[64,65,182,196,222,434,436,448,480],[64,65,73,182,196,222,434,436,448,479],[64,65,182,222,434,436,495,508],[64,65,182,222,434,436,448,510],[64,65,182,196,222,433,434,436,443,448,477],[64,182,434,436,448,483],[64,65,182,196,222,434,436,448,464,476],[64,65,182,434,436,461,515],[64,65,149,182,436,448],[182,222,437,449,456,458,462,465,470,472,474,476,477,478,479,480,481,482,483,484],[183,184],[131,433],[79],[80,81,82,83,84,85,90,91,92,180,181],[79,80,81,82,83,84,85,89,91,92,180],[88,89],[88],[86,87],[185]],"referencedMap":[[839,1],[841,2],[846,3],[848,4],[447,5],[847,5],[856,6],[433,7],[413,8],[415,9],[414,8],[417,10],[419,11],[420,12],[421,13],[422,11],[423,12],[424,11],[425,14],[426,12],[427,11],[428,15],[429,8],[430,8],[431,16],[418,17],[432,18],[416,18],[844,19],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[837,21],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[782,20],[783,20],[784,20],[785,20],[786,20],[787,20],[788,20],[789,20],[790,20],[791,20],[792,20],[793,20],[794,20],[795,20],[796,20],[797,20],[798,20],[799,20],[800,20],[801,20],[802,20],[803,20],[804,20],[805,20],[806,20],[807,20],[808,20],[809,20],[810,20],[811,20],[812,20],[813,20],[814,20],[815,20],[816,20],[817,20],[818,20],[819,20],[820,20],[821,20],[822,20],[823,20],[824,20],[825,20],[826,20],[827,20],[828,20],[829,20],[830,20],[831,20],[832,20],[833,20],[834,20],[835,20],[836,20],[521,22],[522,23],[520,24],[523,25],[524,26],[525,27],[526,28],[527,29],[528,30],[529,31],[530,32],[531,33],[532,34],[881,35],[866,36],[872,37],[869,38],[871,39],[880,40],[875,41],[877,42],[878,43],[879,44],[874,44],[876,44],[868,44],[883,45],[864,36],[865,46],[863,36],[93,47],[94,47],[129,48],[130,49],[131,50],[132,51],[133,52],[134,53],[135,54],[136,55],[137,56],[138,57],[139,57],[141,58],[140,59],[142,60],[143,61],[144,62],[128,63],[145,64],[146,65],[147,66],[179,67],[148,68],[149,69],[150,70],[151,71],[152,72],[153,73],[154,74],[155,75],[156,76],[157,77],[158,77],[159,78],[160,79],[162,80],[161,81],[163,82],[164,83],[165,84],[166,85],[167,86],[168,87],[169,88],[170,89],[171,90],[172,91],[173,92],[174,93],[175,94],[176,95],[177,96],[888,97],[891,98],[916,99],[917,100],[892,101],[895,101],[914,99],[915,99],[905,99],[904,102],[902,99],[897,99],[910,99],[908,99],[912,99],[896,99],[909,99],[913,99],[898,99],[899,99],[911,99],[893,99],[900,99],[901,99],[903,99],[907,99],[918,103],[906,99],[894,99],[931,104],[925,103],[927,105],[926,103],[919,103],[920,103],[922,103],[924,103],[928,105],[929,105],[921,105],[923,105],[448,106],[412,107],[853,108],[855,109],[854,110],[852,111],[850,112],[443,113],[442,114],[73,115],[72,116],[461,117],[435,118],[890,119],[411,120],[362,121],[360,121],[410,122],[375,123],[374,123],[275,124],[226,125],[382,124],[383,124],[385,126],[386,124],[387,127],[286,128],[388,124],[359,124],[389,124],[390,129],[391,124],[392,123],[393,130],[394,124],[395,124],[396,124],[397,124],[398,123],[399,124],[400,124],[401,124],[402,124],[403,131],[404,124],[405,124],[406,124],[407,124],[408,124],[225,122],[228,127],[229,127],[230,127],[231,127],[232,127],[233,127],[234,127],[235,124],[237,132],[238,127],[236,127],[239,127],[240,127],[241,127],[242,127],[243,127],[244,127],[245,124],[246,127],[247,127],[248,127],[249,127],[250,127],[251,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[260,133],[259,127],[261,127],[262,127],[263,127],[264,127],[265,131],[266,124],[267,124],[281,134],[269,135],[270,127],[271,127],[272,124],[273,127],[274,127],[276,136],[277,127],[278,127],[279,127],[280,127],[282,127],[283,127],[284,127],[285,127],[287,137],[288,127],[289,127],[290,127],[291,124],[292,127],[293,138],[294,138],[295,138],[296,124],[297,127],[298,127],[299,127],[304,127],[300,127],[301,124],[302,127],[303,124],[305,127],[306,127],[307,127],[308,127],[309,127],[310,127],[311,124],[312,127],[313,127],[314,127],[315,127],[316,127],[317,127],[318,127],[319,127],[320,127],[321,127],[322,127],[323,127],[324,127],[325,127],[326,127],[327,127],[328,139],[329,127],[330,127],[331,127],[332,127],[333,127],[334,127],[335,124],[336,124],[337,124],[338,124],[339,124],[340,127],[341,127],[342,127],[343,127],[361,140],[409,124],[346,141],[345,142],[369,143],[368,144],[364,145],[363,144],[365,146],[354,147],[352,148],[367,149],[366,146],[355,150],[268,151],[224,152],[223,127],[350,153],[351,154],[349,155],[347,127],[356,156],[227,157],[373,123],[371,158],[344,159],[357,160],[111,161],[118,162],[110,161],[125,163],[102,164],[101,165],[124,118],[119,166],[122,167],[104,168],[103,169],[99,170],[98,171],[121,172],[100,173],[105,174],[109,174],[127,175],[126,174],[113,176],[114,177],[116,178],[112,179],[115,180],[120,118],[107,181],[108,182],[117,183],[97,184],[123,185],[75,186],[78,187],[77,188],[453,189],[455,190],[454,191],[452,189],[196,192],[195,193],[194,194],[189,195],[188,1],[191,195],[215,196],[220,196],[201,196],[202,196],[214,197],[222,198],[221,199],[219,196],[464,200],[436,201],[437,202],[439,202],[444,202],[449,202],[456,202],[458,202],[462,202],[465,202],[468,202],[470,202],[472,202],[474,202],[486,202],[489,202],[492,202],[482,202],[496,202],[484,202],[478,202],[481,202],[502,202],[504,202],[480,202],[479,202],[508,202],[510,202],[477,202],[483,202],[476,202],[515,202],[438,203],[440,204],[445,205],[450,206],[457,207],[459,208],[463,209],[466,210],[467,211],[469,212],[471,213],[473,214],[475,215],[487,216],[490,217],[491,218],[493,219],[494,220],[497,221],[498,222],[499,223],[500,224],[501,225],[503,226],[505,227],[506,228],[507,229],[509,230],[511,231],[512,232],[513,233],[514,234],[516,235],[517,236],[485,237],[185,238],[434,239],[80,240],[182,241],[181,242],[90,243],[89,244],[88,245],[180,1]],"exportedModulesMap":[[839,1],[841,2],[846,3],[848,4],[447,5],[847,5],[856,6],[433,7],[413,8],[415,9],[414,8],[417,10],[419,11],[420,12],[421,13],[422,11],[423,12],[424,11],[425,14],[426,12],[427,11],[428,15],[429,8],[430,8],[431,16],[418,17],[432,18],[416,18],[844,19],[533,20],[534,20],[535,20],[536,20],[537,20],[538,20],[539,20],[540,20],[541,20],[542,20],[543,20],[544,20],[545,20],[546,20],[547,20],[548,20],[549,20],[550,20],[551,20],[552,20],[553,20],[554,20],[555,20],[556,20],[557,20],[558,20],[559,20],[560,20],[561,20],[562,20],[563,20],[564,20],[565,20],[566,20],[567,20],[568,20],[569,20],[570,20],[571,20],[572,20],[573,20],[574,20],[575,20],[576,20],[577,20],[578,20],[579,20],[580,20],[581,20],[582,20],[583,20],[584,20],[585,20],[586,20],[587,20],[588,20],[589,20],[590,20],[591,20],[592,20],[593,20],[594,20],[595,20],[596,20],[597,20],[598,20],[599,20],[600,20],[601,20],[602,20],[603,20],[604,20],[605,20],[606,20],[607,20],[608,20],[609,20],[610,20],[611,20],[612,20],[613,20],[614,20],[615,20],[616,20],[617,20],[618,20],[619,20],[620,20],[621,20],[622,20],[623,20],[624,20],[625,20],[626,20],[627,20],[628,20],[629,20],[837,21],[630,20],[631,20],[632,20],[633,20],[634,20],[635,20],[636,20],[637,20],[638,20],[639,20],[640,20],[641,20],[642,20],[643,20],[644,20],[645,20],[646,20],[647,20],[648,20],[649,20],[650,20],[651,20],[652,20],[653,20],[654,20],[655,20],[656,20],[657,20],[658,20],[659,20],[660,20],[661,20],[662,20],[663,20],[664,20],[665,20],[666,20],[667,20],[668,20],[669,20],[670,20],[671,20],[672,20],[673,20],[674,20],[675,20],[676,20],[677,20],[678,20],[679,20],[680,20],[681,20],[682,20],[683,20],[684,20],[685,20],[686,20],[687,20],[688,20],[689,20],[690,20],[691,20],[692,20],[693,20],[694,20],[695,20],[696,20],[697,20],[698,20],[699,20],[700,20],[701,20],[702,20],[703,20],[704,20],[705,20],[706,20],[707,20],[708,20],[709,20],[710,20],[711,20],[712,20],[713,20],[714,20],[715,20],[716,20],[717,20],[718,20],[719,20],[720,20],[721,20],[722,20],[723,20],[724,20],[725,20],[726,20],[727,20],[728,20],[729,20],[730,20],[731,20],[732,20],[733,20],[734,20],[735,20],[736,20],[737,20],[738,20],[739,20],[740,20],[741,20],[742,20],[743,20],[744,20],[745,20],[746,20],[747,20],[748,20],[749,20],[750,20],[751,20],[752,20],[753,20],[754,20],[755,20],[756,20],[757,20],[758,20],[759,20],[760,20],[761,20],[762,20],[763,20],[764,20],[765,20],[766,20],[767,20],[768,20],[769,20],[770,20],[771,20],[772,20],[773,20],[774,20],[775,20],[776,20],[777,20],[778,20],[779,20],[780,20],[781,20],[782,20],[783,20],[784,20],[785,20],[786,20],[787,20],[788,20],[789,20],[790,20],[791,20],[792,20],[793,20],[794,20],[795,20],[796,20],[797,20],[798,20],[799,20],[800,20],[801,20],[802,20],[803,20],[804,20],[805,20],[806,20],[807,20],[808,20],[809,20],[810,20],[811,20],[812,20],[813,20],[814,20],[815,20],[816,20],[817,20],[818,20],[819,20],[820,20],[821,20],[822,20],[823,20],[824,20],[825,20],[826,20],[827,20],[828,20],[829,20],[830,20],[831,20],[832,20],[833,20],[834,20],[835,20],[836,20],[521,22],[522,23],[520,24],[523,25],[524,26],[525,27],[526,28],[527,29],[528,30],[529,31],[530,32],[531,33],[532,34],[881,35],[866,36],[872,37],[869,38],[871,39],[880,40],[875,41],[877,42],[878,43],[879,44],[874,44],[876,44],[868,44],[883,45],[864,36],[865,46],[863,36],[93,47],[94,47],[129,48],[130,49],[131,50],[132,51],[133,52],[134,53],[135,54],[136,55],[137,56],[138,57],[139,57],[141,58],[140,59],[142,60],[143,61],[144,62],[128,63],[145,64],[146,65],[147,66],[179,67],[148,68],[149,69],[150,70],[151,71],[152,72],[153,73],[154,74],[155,75],[156,76],[157,77],[158,77],[159,78],[160,79],[162,80],[161,81],[163,82],[164,83],[165,84],[166,85],[167,86],[168,87],[169,88],[170,89],[171,90],[172,91],[173,92],[174,93],[175,94],[176,95],[177,96],[888,97],[891,98],[916,99],[917,100],[892,101],[895,101],[914,99],[915,99],[905,99],[904,102],[902,99],[897,99],[910,99],[908,99],[912,99],[896,99],[909,99],[913,99],[898,99],[899,99],[911,99],[893,99],[900,99],[901,99],[903,99],[907,99],[918,103],[906,99],[894,99],[931,104],[925,103],[927,105],[926,103],[919,103],[920,103],[922,103],[924,103],[928,105],[929,105],[921,105],[923,105],[448,106],[412,107],[853,108],[855,109],[854,110],[852,111],[850,112],[443,113],[442,114],[73,115],[72,116],[461,117],[435,118],[890,119],[411,120],[362,121],[360,121],[410,122],[375,123],[374,123],[275,124],[226,125],[382,124],[383,124],[385,126],[386,124],[387,127],[286,128],[388,124],[359,124],[389,124],[390,129],[391,124],[392,123],[393,130],[394,124],[395,124],[396,124],[397,124],[398,123],[399,124],[400,124],[401,124],[402,124],[403,131],[404,124],[405,124],[406,124],[407,124],[408,124],[225,122],[228,127],[229,127],[230,127],[231,127],[232,127],[233,127],[234,127],[235,124],[237,132],[238,127],[236,127],[239,127],[240,127],[241,127],[242,127],[243,127],[244,127],[245,124],[246,127],[247,127],[248,127],[249,127],[250,127],[251,124],[252,127],[253,127],[254,127],[255,127],[256,127],[257,127],[258,124],[260,133],[259,127],[261,127],[262,127],[263,127],[264,127],[265,131],[266,124],[267,124],[281,134],[269,135],[270,127],[271,127],[272,124],[273,127],[274,127],[276,136],[277,127],[278,127],[279,127],[280,127],[282,127],[283,127],[284,127],[285,127],[287,137],[288,127],[289,127],[290,127],[291,124],[292,127],[293,138],[294,138],[295,138],[296,124],[297,127],[298,127],[299,127],[304,127],[300,127],[301,124],[302,127],[303,124],[305,127],[306,127],[307,127],[308,127],[309,127],[310,127],[311,124],[312,127],[313,127],[314,127],[315,127],[316,127],[317,127],[318,127],[319,127],[320,127],[321,127],[322,127],[323,127],[324,127],[325,127],[326,127],[327,127],[328,139],[329,127],[330,127],[331,127],[332,127],[333,127],[334,127],[335,124],[336,124],[337,124],[338,124],[339,124],[340,127],[341,127],[342,127],[343,127],[361,140],[409,124],[346,141],[345,142],[369,143],[368,144],[364,145],[363,144],[365,146],[354,147],[352,148],[367,149],[366,146],[355,150],[268,151],[224,152],[223,127],[350,153],[351,154],[349,155],[347,127],[356,156],[227,157],[373,123],[371,158],[344,159],[357,160],[111,161],[118,162],[110,161],[125,163],[102,164],[101,165],[124,118],[119,166],[122,167],[104,168],[103,169],[99,170],[98,171],[121,172],[100,173],[105,174],[109,174],[127,175],[126,174],[113,176],[114,177],[116,178],[112,179],[115,180],[120,118],[107,181],[108,182],[117,183],[97,184],[123,185],[75,186],[78,187],[77,188],[453,189],[455,190],[454,191],[452,189],[196,192],[195,193],[194,194],[189,195],[188,1],[191,195],[215,196],[220,196],[201,196],[202,196],[214,197],[222,198],[221,199],[219,196],[436,246],[437,202],[439,202],[444,202],[449,202],[456,202],[458,202],[462,202],[465,202],[468,202],[470,202],[472,202],[474,202],[486,202],[489,202],[492,202],[482,202],[496,202],[484,202],[478,202],[481,202],[502,202],[504,202],[480,202],[479,202],[508,202],[510,202],[477,202],[483,202],[476,202],[515,202],[185,238],[434,239],[80,240],[182,241],[181,242],[90,243],[89,244],[88,245],[180,1]],"semanticDiagnosticsPerFile":[838,495,839,841,889,842,843,846,848,447,847,856,433,413,415,414,417,419,420,421,422,423,424,425,426,427,428,429,430,431,418,432,416,857,858,859,844,845,860,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,837,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,521,522,520,523,524,525,526,527,528,529,530,531,532,881,866,872,870,869,871,880,875,877,878,879,873,874,876,868,867,883,862,861,864,865,863,446,884,840,93,94,129,130,131,132,133,134,135,136,137,138,139,141,140,142,143,144,128,178,145,146,147,179,148,149,150,151,152,153,154,155,156,157,158,159,160,162,161,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,885,886,887,888,891,916,917,892,895,914,915,905,904,902,897,910,908,912,896,909,913,898,899,911,893,900,901,903,907,918,906,894,931,930,925,927,926,919,920,922,924,928,929,921,923,448,412,851,853,882,855,854,932,933,849,852,66,95,65,850,460,64,443,442,441,73,72,69,68,70,71,461,435,890,411,384,362,360,410,375,374,275,226,382,383,385,386,387,286,388,359,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,225,228,229,230,231,232,233,234,235,237,238,236,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,260,259,261,262,263,264,265,266,267,281,269,270,271,272,273,274,276,277,278,279,280,282,283,284,285,287,288,289,290,291,292,293,294,295,296,297,298,299,304,300,301,302,303,305,306,307,308,309,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,361,409,346,345,369,368,364,363,365,354,352,367,366,353,355,268,224,223,358,350,351,348,349,347,356,227,376,377,370,373,372,378,379,371,380,381,344,357,62,63,13,12,2,14,15,16,17,18,19,20,21,3,4,22,26,23,24,25,27,28,29,5,30,31,32,33,6,37,34,35,36,38,7,39,44,45,40,41,42,43,8,49,46,47,48,50,9,51,52,53,56,54,55,57,58,10,1,11,61,60,59,111,118,110,125,102,101,124,119,122,104,103,99,98,121,100,105,106,109,96,127,126,113,114,116,112,115,120,107,108,117,97,123,67,75,78,77,76,74,453,455,454,452,451,186,196,195,193,194,192,187,189,190,188,191,216,218,206,207,213,215,220,199,204,201,202,205,214,212,203,208,197,209,210,211,217,222,221,219,198,200,464,[436,[{"file":"./src/common/local.ts","start":51,"length":13,"messageText":"Module '\"@gitmars/utils\"' has no exported member 'LocaleContext'. Did you mean to use 'import LocaleContext from \"@gitmars/utils\"' instead?","category":1,"code":2614},{"file":"./src/common/local.ts","start":419,"length":9,"code":2349,"category":1,"messageText":{"messageText":"This expression is not callable.","category":1,"code":2349,"next":[{"messageText":"Type 'LocaleContext' has no call signatures.","category":1,"code":2757}]}}]],437,439,444,449,456,458,462,465,468,470,472,474,486,489,492,482,496,484,478,481,502,504,480,479,508,510,477,483,476,515,[438,[{"file":"./src/gitm-admin.ts","start":5423,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}},{"file":"./src/gitm-admin.ts","start":27031,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],440,[445,[{"file":"./src/gitm-approve.ts","start":242,"length":24,"messageText":"'\"@gitmars/api\"' has no exported member named 'getMergeRequestNotesList'. Did you mean 'getMergeRequestList'?","category":1,"code":2724}]],450,[457,[{"file":"./src/gitm-build.ts","start":331,"length":10,"messageText":"Cannot find module '../types' or its corresponding type declarations.","category":1,"code":2307}]],[459,[{"file":"./src/gitm-clean.ts","start":246,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[463,[{"file":"./src/gitm-cleanbranch.ts","start":389,"length":9,"messageText":"Module '\"@gitmars/core\"' has no exported member 'spawnSync'. Did you mean to use 'import spawnSync from \"@gitmars/core\"' instead?","category":1,"code":2614}]],[466,[{"file":"./src/gitm-combine.ts","start":4004,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],467,[469,[{"file":"./src/gitm-continue.ts","start":336,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],[471,[{"file":"./src/gitm-copy.ts","start":315,"length":5,"messageText":"Module '\"@gitmars/git\"' has no exported member 'prune'. Did you mean to use 'import prune from \"@gitmars/git\"' instead?","category":1,"code":2614}]],[473,[{"file":"./src/gitm-end.ts","start":3090,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],475,487,490,491,493,494,497,498,499,[500,[{"file":"./src/gitm-redo.ts","start":368,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-redo.ts","start":422,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],501,[503,[{"file":"./src/gitm-review.ts","start":347,"length":23,"messageText":"'\"@gitmars/api\"' has no exported member named 'createMergeRequestNotes'. Did you mean 'createMergeRequest'?","category":1,"code":2724},{"file":"./src/gitm-review.ts","start":441,"length":24,"messageText":"'\"@gitmars/api\"' has no exported member named 'getMergeRequestNotesList'. Did you mean 'getMergeRequestList'?","category":1,"code":2724}]],[505,[{"file":"./src/gitm-run.ts","start":112,"length":3,"messageText":"Module '\"@gitmars/hook\"' has no exported member 'run'.","category":1,"code":2305}]],506,[507,[{"file":"./src/gitm-start.ts","start":2010,"length":4,"code":2339,"category":1,"messageText":{"messageText":"Property 'test' does not exist on type 'string | RegExp'.","category":1,"code":2339,"next":[{"messageText":"Property 'test' does not exist on type 'string'.","category":1,"code":2339}]}}]],509,511,[512,[{"file":"./src/gitm-undo.ts","start":419,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307},{"file":"./src/gitm-undo.ts","start":473,"length":16,"messageText":"Cannot find module '@gitmars/cache' or its corresponding type declarations.","category":1,"code":2307}]],513,514,516,517,[485,[{"file":"./src/go/index.ts","start":173,"length":13,"messageText":"Cannot find module '@gitmars/go' or its corresponding type declarations.","category":1,"code":2307}]],184,185,183,434,518,519,488,80,81,82,83,84,182,181,85,90,89,87,88,86,180,91,79,92],"latestChangedDtsFile":"./lib/gitm.d.ts"},"version":"5.3.3"} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d0d1c9653..cf854115b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,6 +33,12 @@ importers: specifier: ^3.2.0 version: 3.2.0 devDependencies: + '@babel/preset-env': + specifier: ^7.24.4 + version: 7.24.4 + '@babel/preset-typescript': + specifier: ^7.24.1 + version: 7.24.1 '@esbuild-kit/cjs-loader': specifier: ^2.4.4 version: 2.4.4 @@ -1030,11 +1036,24 @@ packages: '@babel/highlight': 7.23.4 chalk: 2.4.2 + /@babel/code-frame@7.24.2: + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.24.2 + picocolors: 1.0.0 + dev: true + /@babel/compat-data@7.23.2: resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} engines: {node: '>=6.9.0'} dev: true + /@babel/compat-data@7.24.4: + resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/core@7.23.3: resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} engines: {node: '>=6.9.0'} @@ -1091,6 +1110,13 @@ packages: '@babel/types': 7.23.6 dev: true + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.6 + dev: true + /@babel/helper-compilation-targets@7.22.15: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} @@ -1102,6 +1128,17 @@ packages: semver: 6.3.1 dev: true + /@babel/helper-compilation-targets@7.23.6: + resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/compat-data': 7.24.4 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 + dev: true + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} @@ -1123,6 +1160,57 @@ packages: semver: 6.3.1 dev: true + /@babel/helper-create-class-features-plugin@7.24.4: + resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + dev: true + + /@babel/helper-create-regexp-features-plugin@7.22.15: + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true + + /@babel/helper-define-polyfill-provider@0.6.1: + resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.4 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} @@ -1157,6 +1245,13 @@ packages: '@babel/types': 7.23.6 dev: true + /@babel/helper-module-imports@7.24.3: + resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} @@ -1178,112 +1273,1144 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.23.6 + dev: true + + /@babel/helper-plugin-utils@7.22.5: + resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-plugin-utils@7.24.0: + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-remap-async-to-generator@7.22.20: + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 + dev: true + + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: true + + /@babel/helper-replace-supers@7.24.1: + resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + dev: true + + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.6 + dev: true + + /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.6 + dev: true + + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.6 + dev: true + + /@babel/helper-string-parser@7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-identifier@7.22.15: + resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + requiresBuild: true + + /@babel/helper-validator-option@7.22.15: + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-wrap-function@7.22.20: + resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.6 + dev: true + + /@babel/helpers@7.23.2: + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.4 + '@babel/types': 7.23.6 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/highlight@7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + + /@babel/highlight@7.24.2: + resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + dev: true + + /@babel/parser@7.22.10: + resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.22.17 + dev: true + + /@babel/parser@7.24.0: + resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.6 + dev: true + + /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4: + resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1: + resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1: + resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.13.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.24.1 + dev: true + + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1: + resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@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 + peerDependenciesMeta: + '@babel/core': + optional: true + dev: true + + /@babel/plugin-syntax-async-generators@7.8.4: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-class-properties@7.12.13: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-class-static-block@7.14.5: + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-dynamic-import@7.8.3: + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-export-namespace-from@7.8.3: + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-import-assertions@7.24.1: + resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-import-attributes@7.24.1: + resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-import-meta@7.10.4: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-json-strings@7.8.3: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.3): + resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-jsx@7.24.1: + resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-logical-assignment-operators@7.10.4: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-numeric-separator@7.10.4: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-object-rest-spread@7.8.3: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-optional-catch-binding@7.8.3: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-optional-chaining@7.8.3: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-private-property-in-object@7.14.5: + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-top-level-await@7.14.5: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3): + resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-plugin-utils': 7.22.5 + dev: true + + /@babel/plugin-syntax-typescript@7.24.1: + resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@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 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-arrow-functions@7.24.1: + resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-async-generator-functions@7.24.3: + resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20 + '@babel/plugin-syntax-async-generators': 7.8.4 + dev: true + + /@babel/plugin-transform-async-to-generator@7.24.1: + resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20 + dev: true + + /@babel/plugin-transform-block-scoped-functions@7.24.1: + resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-block-scoping@7.24.4: + resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-class-properties@7.24.1: + resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-class-static-block@7.24.4: + resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.12.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-class-static-block': 7.14.5 + dev: true + + /@babel/plugin-transform-classes@7.24.1: + resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.24.1 + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + dev: true + + /@babel/plugin-transform-computed-properties@7.24.1: + resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/template': 7.24.0 + dev: true + + /@babel/plugin-transform-destructuring@7.24.1: + resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-dotall-regex@7.24.1: + resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-duplicate-keys@7.24.1: + resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-dynamic-import@7.24.1: + resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + dev: true + + /@babel/plugin-transform-exponentiation-operator@7.24.1: + resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-export-namespace-from@7.24.1: + resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3 + dev: true + + /@babel/plugin-transform-for-of@7.24.1: + resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + dev: true + + /@babel/plugin-transform-function-name@7.24.1: + resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-json-strings@7.24.1: + resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-json-strings': 7.8.3 + dev: true + + /@babel/plugin-transform-literals@7.24.1: + resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-logical-assignment-operators@7.24.1: + resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 + dev: true + + /@babel/plugin-transform-member-expression-literals@7.24.1: + resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-modules-amd@7.24.1: + resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-modules-commonjs@7.24.1: + resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-simple-access': 7.22.5 + dev: true + + /@babel/plugin-transform-modules-systemjs@7.24.1: + resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-identifier': 7.22.20 + dev: true + + /@babel/plugin-transform-modules-umd@7.24.1: + resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5: + resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-create-regexp-features-plugin': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-new-target@7.24.1: + resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-nullish-coalescing-operator@7.24.1: + resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + dev: true + + /@babel/plugin-transform-numeric-separator@7.24.1: + resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4 + dev: true + + /@babel/plugin-transform-object-rest-spread@7.24.1: + resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-transform-parameters': 7.24.1 + dev: true + + /@babel/plugin-transform-object-super@7.24.1: + resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.24.1 + dev: true + + /@babel/plugin-transform-optional-catch-binding@7.24.1: + resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + dev: true + + /@babel/plugin-transform-optional-chaining@7.24.1: + resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3 + dev: true + + /@babel/plugin-transform-parameters@7.24.1: + resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-private-methods@7.24.1: + resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + dev: true + + /@babel/plugin-transform-private-property-in-object@7.24.1: + resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5 + dev: true + + /@babel/plugin-transform-property-literals@7.24.1: + resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/helper-plugin-utils@7.22.5: - resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + /@babel/plugin-transform-regenerator@7.24.1: + resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 + regenerator-transform: 0.15.2 dev: true - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} + /@babel/plugin-transform-reserved-words@7.24.1: + resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0 + '@babel/core': ^7.0.0-0 peerDependenciesMeta: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/helper-simple-access@7.22.5: - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + /@babel/plugin-transform-shorthand-properties@7.24.1: + resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/types': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/helper-skip-transparent-expression-wrappers@7.22.5: - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} + /@babel/plugin-transform-spread@7.24.1: + resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/types': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/helper-split-export-declaration@7.22.6: - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + /@babel/plugin-transform-sticky-regex@7.24.1: + resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/types': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} + /@babel/plugin-transform-template-literals@7.24.1: + resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/helper-string-parser@7.23.4: - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + /@babel/plugin-transform-typeof-symbol@7.24.1: + resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/helper-validator-identifier@7.22.15: - resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} + /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.3): + resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/core': 7.23.3 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.22.5 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) dev: true - /@babel/helper-validator-identifier@7.22.20: - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} - requiresBuild: true - - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} + /@babel/plugin-transform-typescript@7.24.4: + resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.24.1 dev: true - /@babel/helpers@7.23.2: - resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} + /@babel/plugin-transform-unicode-escapes@7.24.1: + resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.4 - '@babel/types': 7.23.6 - transitivePeerDependencies: - - supports-color + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/highlight@7.23.4: - resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} + /@babel/plugin-transform-unicode-property-regex@7.24.1: + resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + dev: true - /@babel/parser@7.22.10: - resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} - engines: {node: '>=6.0.0'} - hasBin: true + /@babel/plugin-transform-unicode-regex@7.24.1: + resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/types': 7.22.17 + '@babel/helper-create-regexp-features-plugin': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/parser@7.24.0: - resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} - engines: {node: '>=6.0.0'} - hasBin: true + /@babel/plugin-transform-unicode-sets-regex@7.24.1: + resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true dependencies: - '@babel/types': 7.23.6 + '@babel/helper-create-regexp-features-plugin': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.3): - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} + /@babel/preset-env@7.24.4: + resolution: {integrity: sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1291,25 +2418,106 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/compat-data': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1 + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2 + '@babel/plugin-syntax-async-generators': 7.8.4 + '@babel/plugin-syntax-class-properties': 7.12.13 + '@babel/plugin-syntax-class-static-block': 7.14.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3 + '@babel/plugin-syntax-export-namespace-from': 7.8.3 + '@babel/plugin-syntax-import-assertions': 7.24.1 + '@babel/plugin-syntax-import-attributes': 7.24.1 + '@babel/plugin-syntax-import-meta': 7.10.4 + '@babel/plugin-syntax-json-strings': 7.8.3 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 + '@babel/plugin-syntax-numeric-separator': 7.10.4 + '@babel/plugin-syntax-object-rest-spread': 7.8.3 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3 + '@babel/plugin-syntax-optional-chaining': 7.8.3 + '@babel/plugin-syntax-private-property-in-object': 7.14.5 + '@babel/plugin-syntax-top-level-await': 7.14.5 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6 + '@babel/plugin-transform-arrow-functions': 7.24.1 + '@babel/plugin-transform-async-generator-functions': 7.24.3 + '@babel/plugin-transform-async-to-generator': 7.24.1 + '@babel/plugin-transform-block-scoped-functions': 7.24.1 + '@babel/plugin-transform-block-scoping': 7.24.4 + '@babel/plugin-transform-class-properties': 7.24.1 + '@babel/plugin-transform-class-static-block': 7.24.4 + '@babel/plugin-transform-classes': 7.24.1 + '@babel/plugin-transform-computed-properties': 7.24.1 + '@babel/plugin-transform-destructuring': 7.24.1 + '@babel/plugin-transform-dotall-regex': 7.24.1 + '@babel/plugin-transform-duplicate-keys': 7.24.1 + '@babel/plugin-transform-dynamic-import': 7.24.1 + '@babel/plugin-transform-exponentiation-operator': 7.24.1 + '@babel/plugin-transform-export-namespace-from': 7.24.1 + '@babel/plugin-transform-for-of': 7.24.1 + '@babel/plugin-transform-function-name': 7.24.1 + '@babel/plugin-transform-json-strings': 7.24.1 + '@babel/plugin-transform-literals': 7.24.1 + '@babel/plugin-transform-logical-assignment-operators': 7.24.1 + '@babel/plugin-transform-member-expression-literals': 7.24.1 + '@babel/plugin-transform-modules-amd': 7.24.1 + '@babel/plugin-transform-modules-commonjs': 7.24.1 + '@babel/plugin-transform-modules-systemjs': 7.24.1 + '@babel/plugin-transform-modules-umd': 7.24.1 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5 + '@babel/plugin-transform-new-target': 7.24.1 + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1 + '@babel/plugin-transform-numeric-separator': 7.24.1 + '@babel/plugin-transform-object-rest-spread': 7.24.1 + '@babel/plugin-transform-object-super': 7.24.1 + '@babel/plugin-transform-optional-catch-binding': 7.24.1 + '@babel/plugin-transform-optional-chaining': 7.24.1 + '@babel/plugin-transform-parameters': 7.24.1 + '@babel/plugin-transform-private-methods': 7.24.1 + '@babel/plugin-transform-private-property-in-object': 7.24.1 + '@babel/plugin-transform-property-literals': 7.24.1 + '@babel/plugin-transform-regenerator': 7.24.1 + '@babel/plugin-transform-reserved-words': 7.24.1 + '@babel/plugin-transform-shorthand-properties': 7.24.1 + '@babel/plugin-transform-spread': 7.24.1 + '@babel/plugin-transform-sticky-regex': 7.24.1 + '@babel/plugin-transform-template-literals': 7.24.1 + '@babel/plugin-transform-typeof-symbol': 7.24.1 + '@babel/plugin-transform-unicode-escapes': 7.24.1 + '@babel/plugin-transform-unicode-property-regex': 7.24.1 + '@babel/plugin-transform-unicode-regex': 7.24.1 + '@babel/plugin-transform-unicode-sets-regex': 7.24.1 + '@babel/preset-modules': 0.1.6-no-external-plugins + babel-plugin-polyfill-corejs2: 0.4.10 + babel-plugin-polyfill-corejs3: 0.10.4 + babel-plugin-polyfill-regenerator: 0.6.1 + core-js-compat: 3.36.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} - engines: {node: '>=6.9.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 + '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 peerDependenciesMeta: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/types': 7.23.6 + esutils: 2.0.3 dev: true - /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} + /@babel/preset-typescript@7.24.1: + resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -1317,11 +2525,15 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.24.1 + '@babel/plugin-transform-modules-commonjs': 7.24.1 + '@babel/plugin-transform-typescript': 7.24.4 + dev: true + + /@babel/regjsgen@0.8.0: + resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true /@babel/runtime@7.21.0: @@ -1340,6 +2552,15 @@ packages: '@babel/types': 7.23.6 dev: true + /@babel/template@7.24.0: + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 + dev: true + /@babel/traverse@7.23.4: resolution: {integrity: sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==} engines: {node: '>=6.9.0'} @@ -1376,6 +2597,15 @@ packages: to-fast-properties: 2.0.0 dev: true + /@babel/types@7.24.0: + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: true + /@dependents/detective-less@3.0.1: resolution: {integrity: sha512-NjjCPJbx/za2287T6gnC5zD2IFSplro1evaTV9yvx3jnPpHi7s8PwJvh9vvJRFnMx5nbakodwNOnFvk8+9YQTg==} engines: {node: '>=12'} @@ -4166,6 +5396,48 @@ packages: dependencies: tslib: 2.6.2 + /babel-plugin-polyfill-corejs2@0.4.10: + resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/compat-data': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.6.1 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-corejs3@0.10.4: + resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-define-polyfill-provider': 0.6.1 + core-js-compat: 3.36.1 + transitivePeerDependencies: + - supports-color + dev: true + + /babel-plugin-polyfill-regenerator@0.6.1: + resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/helper-define-polyfill-provider': 0.6.1 + transitivePeerDependencies: + - supports-color + dev: true + /bach@1.2.0: resolution: {integrity: sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==} engines: {node: '>= 0.10'} @@ -4312,6 +5584,17 @@ packages: update-browserslist-db: 1.0.13(browserslist@4.22.1) dev: true + /browserslist@4.23.0: + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001606 + electron-to-chromium: 1.4.729 + node-releases: 2.0.14 + update-browserslist-db: 1.0.13(browserslist@4.23.0) + dev: true + /buffer-equal@1.0.1: resolution: {integrity: sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==} engines: {node: '>=0.4'} @@ -4444,6 +5727,10 @@ packages: resolution: {integrity: sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==} dev: true + /caniuse-lite@1.0.30001606: + resolution: {integrity: sha512-LPbwnW4vfpJId225pwjZJOgX1m9sGfbw/RKJvw/t0QhYOOaTXHvkjVGFGPpvwEzufrjvTlsULnVTxdy4/6cqkg==} + dev: true + /chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -4767,6 +6054,12 @@ packages: resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} dev: false + /core-js-compat@3.36.1: + resolution: {integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==} + dependencies: + browserslist: 4.23.0 + dev: true + /core-js@3.32.2: resolution: {integrity: sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==} requiresBuild: true @@ -5286,6 +6579,10 @@ packages: resolution: {integrity: sha512-6RPN0hHfzDU8D56E72YkDvnLw5Cj2NMXZGg3UkgyoHxjVhG99KZpsKgBWMmTy0Ei89xwan+rbRsVB9yzATmYzQ==} dev: true + /electron-to-chromium@1.4.729: + resolution: {integrity: sha512-bx7+5Saea/qu14kmPTDHQxkp2UnziG3iajUQu3BxFvCOnpAJdDbMV4rSl+EqFDkkpNNVUFlR1kDfpL59xfy1HA==} + dev: true + /emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -7841,6 +9138,11 @@ packages: engines: {node: '>=12.0.0'} dev: true + /jsesc@0.5.0: + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + hasBin: true + dev: true + /jsesc@2.5.2: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} @@ -8097,6 +9399,10 @@ packages: lodash-es: 4.17.21 dev: false + /lodash.debounce@4.0.8: + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + dev: true + /lodash.get@4.4.2: resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} dev: true @@ -8771,6 +10077,10 @@ packages: resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} dev: true + /node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + dev: true + /node-source-walk@4.3.0: resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} engines: {node: '>=6.0'} @@ -9890,10 +11200,27 @@ packages: dependencies: resolve: 1.22.4 + /regenerate-unicode-properties@10.1.1: + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} + engines: {node: '>=4'} + dependencies: + regenerate: 1.4.2 + dev: true + + /regenerate@1.4.2: + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + dev: true + /regenerator-runtime@0.13.11: resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} dev: true + /regenerator-transform@0.15.2: + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + dependencies: + '@babel/runtime': 7.21.0 + dev: true + /regex-not@1.0.2: resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} engines: {node: '>=0.10.0'} @@ -9916,6 +11243,25 @@ packages: set-function-name: 2.0.1 dev: true + /regexpu-core@5.3.2: + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} + dependencies: + '@babel/regjsgen': 0.8.0 + regenerate: 1.4.2 + regenerate-unicode-properties: 10.1.1 + regjsparser: 0.9.1 + unicode-match-property-ecmascript: 2.0.0 + unicode-match-property-value-ecmascript: 2.1.0 + dev: true + + /regjsparser@0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + hasBin: true + dependencies: + jsesc: 0.5.0 + dev: true + /reinstaller@3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.3.3): resolution: {integrity: sha512-VLjzE9tQMghK53x1Ccx96AEdRRe+dKq5zsnSNFLf1d7QsLAaRV0yX3lU1djgIaPYNSjDOXBRXjt8Y/GFTrHt/A==} hasBin: true @@ -11394,6 +12740,29 @@ packages: extend-shallow: 2.0.1 dev: false + /unicode-canonical-property-names-ecmascript@2.0.0: + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} + dev: true + + /unicode-match-property-ecmascript@2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} + dependencies: + unicode-canonical-property-names-ecmascript: 2.0.0 + unicode-property-aliases-ecmascript: 2.1.0 + dev: true + + /unicode-match-property-value-ecmascript@2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} + dev: true + + /unicode-property-aliases-ecmascript@2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + engines: {node: '>=4'} + dev: true + /union-value@1.0.1: resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} engines: {node: '>=0.10.0'} @@ -11508,6 +12877,17 @@ packages: picocolors: 1.0.0 dev: true + /update-browserslist-db@1.0.13(browserslist@4.23.0): + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.23.0 + escalade: 3.1.1 + picocolors: 1.0.0 + dev: true + /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: diff --git a/scripts/build.ts b/scripts/build.ts index 3e11127aa..125410a1e 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -1,77 +1,131 @@ -import path from 'path' +import { join, resolve, sep } from 'node:path' import assert from 'assert' -import { execSync } from 'child_process' -import { promises, readFileSync, writeFileSync } from 'fs' -import fg from 'fast-glob' +import { execSync } from 'node:child_process' +import { existsSync, promises } from 'node:fs' +import { type ParseArgsConfig, parseArgs } from 'node:util' +// import fg from 'fast-glob' import consola from 'consola' -import { packages } from '../build/packages' -import { version } from '../package.json' -// import { updateImport } from "./utils"; -import { PACKAGE } from '../build/utils/paths' +import { + cpSync + // readJSONSync, + // writeJSONSync +} from '@node-kit/extra.fs' +import { getBundlePackages } from '../build/packages' +// import { version } from '../package.json' + +const [, , ...args] = process.argv +const rootDir = resolve(__dirname, '..') +const FILES_COPY_ROOT = ['LICENSE'] +// const FILES_COPY_LOCAL = ['README.md', '*.cjs', '*.mjs', '*.d.ts'] -const rootDir = path.resolve(__dirname, '..') -const watch = process.argv.includes('--watch') +const options: ParseArgsConfig['options'] = { + package: { type: 'string', short: 'p' }, + watch: { type: 'boolean' } +} +const { values, positionals } = parseArgs({ + args, + options, + allowPositionals: true +}) -const FILES_COPY_ROOT = ['LICENSE'] -const FILES_COPY_LOCAL = ['README.md', '*.cjs', '*.mjs', '*.d.ts'] +const watch = values.watch as boolean +let packageName = positionals[0] || (values.package as string) +try { + packageName = JSON.parse(packageName) +} catch {} + +const packages = getBundlePackages(packageName) assert(process.cwd() !== __dirname) async function buildMetaFiles() { for (const { name } of packages) { - const packageRoot = path.resolve(__dirname, '..', 'packages', name) - const packageDist = path.resolve(packageRoot, 'dist') + if (name === 'monorepo') continue + const dirName = name.replace(/\./g, sep) + const packageRoot = resolve(__dirname, '..', 'packages', dirName) + // const packageDist = resolve(packageRoot, 'dist') if (name === 'core') await promises.copyFile( - path.join(rootDir, 'README.md'), - path.join(packageDist, 'README.md') + resolve(rootDir, 'README.md'), + resolve(packageRoot, 'README.md') ) for (const file of FILES_COPY_ROOT) - await promises.copyFile(path.join(rootDir, file), path.join(packageDist, file)) + await promises.copyFile(resolve(rootDir, file), resolve(packageRoot, file)) + + // const files = await fg(FILES_COPY_LOCAL, { cwd: packageRoot }) + // for (const file of files) + // await promises.copyFile(resolve(packageRoot, file), resolve(packageDist, file)) + + // const packageJSON: any = readJSONSync(join(packageRoot, 'package.json'), 'utf8') + // for (const key of Object.keys(packageJSON.dependencies || {})) { + // if (key.startsWith('@gitmars/')) packageJSON.dependencies[key] = version + // } + // for (const key of Object.keys(packageJSON.devDependencies || {})) { + // if (key.startsWith('@gitmars/')) packageJSON.devDependencies[key] = version + // } + // writeJSONSync(join(packageDist, 'package.json'), packageJSON) + } +} - const files = await fg(FILES_COPY_LOCAL, { cwd: packageRoot }) - for (const file of files) - await promises.copyFile(path.join(packageRoot, file), path.join(packageDist, file)) +async function build() { + for (const { build, name, extractTypes, output = 'dist', buildTask = 'bundle' } of packages) { + const dirName = name.replace(/\./g, sep) + const cwd = resolve(__dirname, '..', 'packages', dirName) + const HAS_INDEX_MJS = existsSync(join(cwd, 'src', 'index.mjs')) - const packageJSON = JSON.parse(readFileSync(path.join(packageRoot, 'package.json'), 'utf8')) - for (const key of Object.keys(packageJSON.dependencies || {})) { - if (key.startsWith('@gitmars/')) packageJSON.dependencies[key] = version - } - for (const key of Object.keys(packageJSON.devDependencies || {})) { - if (key.startsWith('@gitmars/')) packageJSON.devDependencies[key] = version + if (build === false || buildTask !== 'bundle') continue + + consola.info('Clean up in: packages/%s', dirName) + execSync(`rm-all temp ${output} lib dist types`, { + stdio: 'inherit', + cwd + }) + + if (HAS_INDEX_MJS) { + consola.info('Copy index.mjs in: packages/%s', dirName) + cpSync(join(cwd, 'src', 'index.mjs'), join(cwd, output)) } - writeFileSync(path.join(packageDist, 'package.json'), JSON.stringify(packageJSON, null, 4)) - } -} -async function buildEachPackage() { - for (const { name, output } of packages) { - const packageRoot = path.resolve(PACKAGE, name) - const packageDist = path.resolve(PACKAGE, output || 'dist') + if (watch) continue - execSync(`pnpm build cjs`, { - cwd: packageRoot, - stdio: 'inherit' + if (extractTypes === false) continue + + consola.info('Create types: packages/%s', dirName) + execSync('tsc -p tsconfig.json', { + stdio: 'inherit', + cwd + }) + execSync('api-extractor run', { + stdio: 'inherit', + cwd + }) + execSync('rm-all temp', { + stdio: 'inherit', + cwd }) } -} -async function build() { - consola.info('Clean up') - execSync('pnpm run clean', { stdio: 'inherit' }) + consola.info('Rollup build bundle => %s', packageName) + execSync( + `pnpm run build:rollup${watch ? ' --watch' : ''}${ + packageName ? ' --environment BUILD_PACKAGE:' + packageName : '' + }`, + { + stdio: 'inherit' + } + ) - consola.info('Run Build Task') - // execSync(`pnpm run build:rollup${watch ? ' -- --watch' : ''}`, { - // stdio: 'inherit' - // }) + consola.info('Gulp build lib => %s', packageName) + execSync(`pnpm run build1 ${packageName || ''}`, { + stdio: 'inherit' + }) // consola.info("Fix types"); // execSync("pnpm run types:fix", { stdio: "inherit" }); - await buildEachPackage() - await buildMetaFiles() + // await buildMetaFiles() } async function cli() { From f8d176f2c93a3e0f4a59177405eb9c277e8b36c3 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 14 Apr 2024 13:49:43 +0800 Subject: [PATCH 24/52] fix build --- build/config.ts | 5 +- build/gulpfile.ts | 4 +- build/packages.ts | 9 - build/plugins/dts.ts | 4 - build/plugins/index.ts | 3 +- build/tasks/buildDocs.ts | 4 +- build/tasks/buildLib.ts | 258 ++++++++++++++-------------- build/tasks/buildType.ts | 9 +- build/types.ts | 2 +- build/utils/paths.ts | 7 - build/utils/rollup.ts | 6 +- package.json | 1 - packages/api/api-extractor.json | 2 +- packages/api/package.json | 40 ++--- packages/build/api-extractor.json | 2 +- packages/build/package.json | 40 ++--- packages/cache/api-extractor.json | 2 +- packages/cache/package.json | 40 ++--- packages/core/api-extractor.json | 2 +- packages/core/package.json | 40 ++--- packages/git/api-extractor.json | 2 +- packages/git/package.json | 40 ++--- packages/gitmars/api-extractor.json | 2 +- packages/gitmars/package.json | 2 +- packages/go/api-extractor.json | 2 +- packages/go/package.json | 40 ++--- packages/hook/api-extractor.json | 2 +- packages/hook/package.json | 40 ++--- packages/utils/api-extractor.json | 2 +- packages/utils/package.json | 40 ++--- pnpm-lock.yaml | 17 -- scripts/build.ts | 34 ++-- 32 files changed, 258 insertions(+), 445 deletions(-) delete mode 100644 build/plugins/dts.ts diff --git a/build/config.ts b/build/config.ts index 703fef769..4135cdddd 100644 --- a/build/config.ts +++ b/build/config.ts @@ -29,10 +29,13 @@ export const bannerText = export const version = pkg.version export const extensions = [ - '.mjs', '.js', + '.mjs', + '.cjs', '.jsx', '.ts', + '.mts', + '.cts', '.tsx', '.es6', '.es', diff --git a/build/gulpfile.ts b/build/gulpfile.ts index aaa1a5776..130c97f91 100644 --- a/build/gulpfile.ts +++ b/build/gulpfile.ts @@ -11,7 +11,7 @@ import { getLibPackages } from './packages' const pkgs = getLibPackages() export async function clean() { - let dirs: string[] = ['dist', 'lib'] + let dirs: string[] = [] pkgs.forEach(({ name, output = 'dist' }) => { dirs = dirs.concat([join('packages', name, output)]) }) @@ -22,7 +22,7 @@ export { default as app } from './tasks/buildApp' export { default as docs } from './tasks/buildDocs' export { default as type } from './tasks/buildType' export default series( - wrapDisplayName('clean:dist,es,lib', clean), + wrapDisplayName('clean output dirs', clean), parallel( wrapDisplayName('copy:md', copyMdFile), wrapDisplayName('copy-lib:json,sh', copyLibFile) diff --git a/build/packages.ts b/build/packages.ts index 9c82c8fca..1d734013f 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -9,7 +9,6 @@ export const packages: PackageManifest[] = [ external: [], iife: false, browser: false, - output: 'lib', display: 'gitmars utils' }, { @@ -18,7 +17,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars git' }, { @@ -27,7 +25,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars hook' }, { @@ -36,7 +33,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars cache' }, { @@ -45,7 +41,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars go' }, { @@ -54,7 +49,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars api' }, { @@ -63,7 +57,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars build' }, { @@ -72,7 +65,6 @@ export const packages: PackageManifest[] = [ buildTask: 'bundle', iife: false, browser: false, - output: 'lib', display: 'gitmars核心程序' }, { @@ -90,7 +82,6 @@ export const packages: PackageManifest[] = [ buildTask: 'docs', iife: false, browser: false, - output: 'dist', display: 'gitmars文档库' } ] diff --git a/build/plugins/dts.ts b/build/plugins/dts.ts deleted file mode 100644 index 71f18336b..000000000 --- a/build/plugins/dts.ts +++ /dev/null @@ -1,4 +0,0 @@ -import dts from 'rollup-plugin-dts' -import type { Plugin } from 'rollup' - -export default dts() as Plugin diff --git a/build/plugins/index.ts b/build/plugins/index.ts index 32a7237bc..8e362df2d 100644 --- a/build/plugins/index.ts +++ b/build/plugins/index.ts @@ -5,9 +5,8 @@ export { default as vue } from './vue' export { default as vueJsx } from './vueJsx' export { default as defineOptions } from './defineOptions' export { default as minify } from './minify' -export { default as dts } from './dts' export { default as visual } from './visual' -export { default as banner } from './banner' +// export { default as banner } from './banner' export { default as replace } from './replace' export { default as shebang } from './shebang' export { default as terser } from './terser' diff --git a/build/tasks/buildDocs.ts b/build/tasks/buildDocs.ts index 705fca161..5913a439e 100644 --- a/build/tasks/buildDocs.ts +++ b/build/tasks/buildDocs.ts @@ -33,8 +33,8 @@ export async function buildDocs() { } export async function deployDocs() { - const builds = pkgs.map(async ({ name }) => { - const RUN_PATH = resolve(PACKAGE, name, 'dist') + const builds = pkgs.map(async ({ name, output = 'dist' }) => { + const RUN_PATH = resolve(PACKAGE, name, output) await runSpawnSync(`git init`, RUN_PATH, { stdio: 'ignore' }) await runSpawnSync(`git add .`, RUN_PATH) const status = await runSpawnSync(`git status -s --no-column`, RUN_PATH, { stdio: 'pipe' }) diff --git a/build/tasks/buildLib.ts b/build/tasks/buildLib.ts index 24ce6e091..476c851d7 100644 --- a/build/tasks/buildLib.ts +++ b/build/tasks/buildLib.ts @@ -1,4 +1,4 @@ -import { resolve } from 'path' +import { extname, resolve } from 'path' import { parallel, series } from 'gulp' import { rollup } from 'rollup' import type { OutputOptions } from 'rollup' @@ -6,18 +6,19 @@ import glob from 'fast-glob' import { runExec, runSpawnSync } from '../utils/exec' import { wrapDisplayName } from '../utils/gulp' import { excludeFiles, generateExternal } from '../utils/rollup' +import { version } from '../config' import { - alias, - banner as bannerPlugin, + // alias, + // banner as bannerPlugin, commonjs, - // dts as dtsPlugin, esbuild, filesize, json, - minify, + // minify, // nodeExternals, nodeResolve, + replace, shebang // visual, } from '../plugins/index' @@ -49,17 +50,7 @@ export async function buildLib() { '@gitmars/docs' ] const builds = pkgs.map( - async ({ - globals = {}, - name, - external = [], - iife, - build, - cjs, - mjs, - dts, - exportType = 'auto' - }) => { + async ({ globals = {}, name, external = [], iife, build, cjs, mjs, output = 'dist' }) => { if (build === false) return const pkg = require(resolve(PACKAGE, name, 'package.json')) const banner = @@ -77,153 +68,160 @@ export async function buildLib() { ' saqqdy \n' + ' * Released under the MIT License.\n' + ' */' - // const deps = Object.keys(pkg.dependencies || {}) - const iifeGlobals = { - 'js-cool': 'JsCool', - // 'lodash-unified': 'lodashUnified', - // 'lodash-es': 'lodashEs', - ...globals - } - const iifeName = 'Gitmars' + // const iifeGlobals = { + // 'js-cool': 'JsCool', + // // 'lodash-unified': 'lodashUnified', + // // 'lodash-es': 'lodashEs', + // ...globals + // } + // const iifeName = 'Gitmars' const fileList = excludeFiles( glob.sync('**/*.ts', { cwd: resolve(PACKAGE, name, 'src'), ignore: ['node_modules'], + deep: 1, // absolute: true, onlyFiles: true }) ) - for (const fn of fileList) { - const input = resolve(PACKAGE, name, 'src', fn) - - const writeOptions: OutputOptions[] = [] - // output mjs - if (mjs !== false) { - writeOptions.push({ - file: resolve(PACKAGE, name, 'lib', fn.replace(/\.ts$/, '.mjs')), - exports: exportType, - banner, - format: 'es' - }) - } - // output cjs - if (cjs !== false) { - writeOptions.push({ - file: resolve(PACKAGE, name, 'lib', fn.replace(/\.ts$/, '.js')), - exports: exportType, - banner, - format: 'cjs' - }) - } - // output iife - if (iife !== false) { - writeOptions.push( - { - file: resolve(PACKAGE, name, 'dist', fn.replace(/\.ts$/, 'iife.js')), - format: 'iife', - exports: exportType, - name: iifeName, - extend: true, - globals: iifeGlobals, - banner, - plugins: [ - // injectEslintSetsCore, - ] - }, - { - file: resolve( - PACKAGE, - name, - 'dist', - fn.replace(/\.ts$/, 'iife.min.js') - ), - format: 'iife', - exports: exportType, - name: iifeName, - extend: true, - globals: iifeGlobals, - plugins: [ - // injectEslintSetsCore, - minify({ - minify: true - }), - bannerPlugin(), - filesize - ] - } - ) - } + // for (const fn of fileList) { + // const input = resolve(PACKAGE, name, 'src', fn) - const rollupConfig = { - input, - plugins: [ - alias({ - entries: [ - { - find: /^@\//, - replacement: resolve(PACKAGE, name, 'src') - }, - { - find: /^#conf(.+)$/, - replacement: resolve(PACKAGE, name, 'src', 'conf') + '$1.mjs' - } - ] - }), - nodeResolve(), - json, - commonjs, - shebang(), - esbuild(), - // target ? esbuild({ target }) : esbuild(), - filesize - ], - external: generateExternal({ name, input }, [...externals, ...external]) + const writeOptions: OutputOptions[] = [] + // output mjs + if (mjs !== false) { + writeOptions.push({ + // file: resolve(PACKAGE, name, output, fn.replace(/\.ts$/, '.mjs')), + exports: 'auto', + extend: true, + dir: resolve(PACKAGE, name, output), + preserveModules: true, + entryFileNames: '[name].mjs', + preserveModulesRoot: resolve(PACKAGE, name, 'src'), + banner, + format: 'es' + }) + } + // output cjs + // if (cjs !== false) { + // writeOptions.push({ + // // file: resolve(PACKAGE, name, output, fn.replace(/\.ts$/, '.js')), + // exports: 'auto', + // extend: true, + // dir: resolve(PACKAGE, name, output), + // preserveModules: true, + // entryFileNames: '[name].js', + // preserveModulesRoot: resolve(PACKAGE, name, 'src'), + // banner, + // format: 'cjs' + // }) + // } + // output iife + // if (iife !== false) { + // writeOptions.push( + // { + // file: resolve(PACKAGE, name, output, fn.replace(/\.ts$/, 'iife.js')), + // format: 'iife', + // exports: 'auto', + // name: iifeName, + // extend: true, + // globals: iifeGlobals, + // banner, + // plugins: [ + // // injectEslintSetsCore, + // ] + // }, + // { + // file: resolve(PACKAGE, name, output, fn.replace(/\.ts$/, 'iife.min.js')), + // format: 'iife', + // exports: 'auto', + // name: iifeName, + // extend: true, + // globals: iifeGlobals, + // plugins: [ + // // injectEslintSetsCore, + // minify({ + // minify: true + // }), + // bannerPlugin(), + // filesize + // ] + // } + // ) + // } + const input: Record = {} + fileList.forEach(file => { + input[file.slice(0, file.length - extname(file).length)] = resolve( + PACKAGE, + name, + 'src', + file + ) + }) + const rollupConfig = { + input, + plugins: [ + // alias({ + // entries: [ + // { + // find: /^@\//, + // replacement: resolve(PACKAGE, name, 'src') + // }, + // { + // find: /^#conf(.+)$/, + // replacement: resolve(PACKAGE, name, 'src', 'conf') + '$1.mjs' + // } + // ] + // }), + nodeResolve(), + replace({ + preventAssignment: true, + __VERSION__: version + }), + json, + commonjs, + shebang(), + esbuild(), + // target ? esbuild({ target }) : esbuild(), + filesize + ], + external: generateExternal({ name, input: '' }, [...externals, ...external]), + onwarn: (msg: any, warn: any) => { + if (!/Circular/.test(msg)) { + warn(msg) + } } - const bundle = await rollup(rollupConfig) - await Promise.all(writeOptions.map(option => bundle.write(option))) - - // dts - // const rollupDtsConfig = { - // input, - // plugins: [nodeExternals(), dtsPlugin], - // external: [...externals, ...external] - // } - // const writeDtsOptions: OutputOptions[] = [ - // { - // file: resolve(PACKAGE, name, 'lib', fn.replace(/\.ts$/, '.d.ts')), - // format: 'es' - // } - // ] - // const dtsBundle = await rollup(rollupDtsConfig) - // await Promise.all([writeDtsOptions.map(option => dtsBundle.write(option))]) } + const bundle = await rollup(rollupConfig) + await Promise.all(writeOptions.map(option => bundle.write(option))) } + // } ) await Promise.all(builds) } export async function madgeLib() { - for (const { name, output = 'lib' } of pkgs) { + for (const { name, output = 'dist' } of pkgs) { await runExec(`npx madge ${output}/ -c`, resolve(PACKAGE, name)) } } export async function copyLibFile() { - for (const { name } of pkgs) { + for (const { name, output = 'dist' } of pkgs) { await runExec( `rsync -av --exclude="*.ts" ${resolve(PACKAGE, name, 'src')}/ ${resolve( PACKAGE, name, - 'lib' + output )}/` ) } } export async function cleanDirs() { - for (const { name } of pkgs) { - await runSpawnSync(`rimraf lib dist`, resolve(PACKAGE, name)) + for (const { name, output = 'dist' } of pkgs) { + await runSpawnSync(`rimraf ${output}`, resolve(PACKAGE, name)) } } diff --git a/build/tasks/buildType.ts b/build/tasks/buildType.ts index b4f6bb39f..39b04c5fa 100644 --- a/build/tasks/buildType.ts +++ b/build/tasks/buildType.ts @@ -8,17 +8,16 @@ import { packages } from '../packages' const pkgs = packages.filter(({ buildTask }) => buildTask.includes('type')) export async function buildType() { - const builds = pkgs.map(async ({ name, build, dts }) => { - // Conflicts with dts=true - if (build === false || dts !== false) return + const builds = pkgs.map(async ({ name, build }) => { + if (build === false) return await runSpawnSync(`npx tsc -p tsconfig.json`, resolve(PACKAGE, name)) }) await Promise.all(builds) } export async function cleanDirs() { - for (const { name } of pkgs) { - await runSpawnSync(`rimraf lib dist`, resolve(PACKAGE, name)) + for (const { name, output = 'dist' } of pkgs) { + await runSpawnSync(`rimraf ${output}`, resolve(PACKAGE, name)) } } diff --git a/build/types.ts b/build/types.ts index bbbf073c0..8c4c0c43f 100644 --- a/build/types.ts +++ b/build/types.ts @@ -52,7 +52,7 @@ export interface PackageManifest { browser?: boolean bundler?: boolean types?: boolean - output?: 'dist' | 'lib' | 'app' | 'es' + output?: string extractTypes?: boolean // target?: string // esbuild target } diff --git a/build/utils/paths.ts b/build/utils/paths.ts index 93a111c0b..49d127c2b 100644 --- a/build/utils/paths.ts +++ b/build/utils/paths.ts @@ -10,10 +10,3 @@ export const PACKAGE = resolve(ROOT, 'packages') export const CORE = resolve(PACKAGE, 'core') export const GITMARS = resolve(PACKAGE, 'gitmars') export const DOCS = resolve(PACKAGE, 'docs') - -export const CORE_INPUT = resolve(CORE, 'src') -export const CORE_OUTPUT = resolve(CORE, 'lib') -export const GITMARS_INPUT = resolve(GITMARS, 'src') -export const GITMARS_OUTPUT = resolve(GITMARS, 'lib') -// export const DOCS_INPUT = resolve(DOCS, '.') -export const DOCS_OUTPUT = resolve(DOCS, 'dist') diff --git a/build/utils/rollup.ts b/build/utils/rollup.ts index 51ee405f1..324827ed2 100644 --- a/build/utils/rollup.ts +++ b/build/utils/rollup.ts @@ -19,11 +19,7 @@ export function generateExternal( pkgs.push(...Object.keys(dependencies), ...Object.keys(devDependencies)) } return [...new Set(pkgs)].some( - pkg => - id === pkg || - id.startsWith(`${pkg}/`) || - (id !== input && id.includes(`packages/${name}`)) || - externals.includes(id) + pkg => id === pkg || id.startsWith(`${pkg}/`) || externals.includes(id) ) // return ( // id.includes('node_modules') || diff --git a/package.json b/package.json index eacd1fb9d..1e766f7fa 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,6 @@ "rollup": "^4.12.0", "rollup-plugin-add-banner": "^1.1.0", "rollup-plugin-css-only": "^4.5.2", - "rollup-plugin-dts": "^6.1.0", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-node-externals": "^7.1.1", diff --git a/packages/api/api-extractor.json b/packages/api/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/api/api-extractor.json +++ b/packages/api/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/api/package.json b/packages/api/package.json index 6e0c56148..18731ced6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -3,46 +3,28 @@ "description": "gitmars api", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/build/api-extractor.json b/packages/build/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/build/api-extractor.json +++ b/packages/build/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/build/package.json b/packages/build/package.json index 84635cd69..c49002033 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -3,46 +3,28 @@ "description": "gitmars build", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/cache": "workspace:*", diff --git a/packages/cache/api-extractor.json b/packages/cache/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/cache/api-extractor.json +++ b/packages/cache/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/cache/package.json b/packages/cache/package.json index d5a705a21..928cc95e7 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -3,46 +3,30 @@ "description": "gitmars cache", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { - "bin": "bin", - "lib": "lib", - "src": "src", "cache": "cache", - "sh": "sh" + "bin": "bin", + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/git": "workspace:*", diff --git a/packages/core/api-extractor.json b/packages/core/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/core/api-extractor.json +++ b/packages/core/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/core/package.json b/packages/core/package.json index d4dbf44aa..9d0188846 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -3,46 +3,28 @@ "description": "gitmars核心程序", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/build": "workspace:*", diff --git a/packages/git/api-extractor.json b/packages/git/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/git/api-extractor.json +++ b/packages/git/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/git/package.json b/packages/git/package.json index 0fd88642e..937cf9ee1 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -3,46 +3,28 @@ "description": "gitmars git", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/gitmars/api-extractor.json b/packages/gitmars/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/gitmars/api-extractor.json +++ b/packages/gitmars/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 008ceee43..add44c893 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -6,6 +6,7 @@ "bin": { "gitm": "lib/gitm.mjs" }, + "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", @@ -47,7 +48,6 @@ }, "directories": { "bin": "bin", - "es": "es", "lib": "lib", "src": "src" }, diff --git a/packages/go/api-extractor.json b/packages/go/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/go/api-extractor.json +++ b/packages/go/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/go/package.json b/packages/go/package.json index ce9cde661..96e8b8f5b 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -3,46 +3,28 @@ "description": "gitmars go", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/utils": "workspace:*", diff --git a/packages/hook/api-extractor.json b/packages/hook/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/hook/api-extractor.json +++ b/packages/hook/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/hook/package.json b/packages/hook/package.json index 1f5481cd8..7610cb03e 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -3,46 +3,30 @@ "description": "gitmars hook", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { + "sh": "sh", "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/packages/utils/api-extractor.json b/packages/utils/api-extractor.json index d3a86c874..445e874b7 100644 --- a/packages/utils/api-extractor.json +++ b/packages/utils/api-extractor.json @@ -5,7 +5,7 @@ "dtsRollup": { "enabled": true, "untrimmedFilePath": "", - "publicTrimmedFilePath": "./lib/index.d.ts" + "publicTrimmedFilePath": "./dist/index.d.ts" }, "apiReport": { "enabled": false diff --git a/packages/utils/package.json b/packages/utils/package.json index 6d76a4172..829cc5387 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -3,46 +3,28 @@ "description": "gitmars utils", "version": "6.4.0", "private": false, - "main": "./lib/index.js", - "module": "./lib/index.mjs", - "types": "./lib/index.d.ts", + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { - "types": "./lib/index.d.ts", - "require": "./lib/index.js", - "import": "./lib/index.mjs" + "types": "./dist/index.d.ts", + "module": "./dist/index.esm-bundler.js", + "require": "./dist/index.cjs.js", + "import": "./dist/index.mjs" }, - "./*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - }, - "./lib/*": { - "types": "./lib/*.d.ts", - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } - }, - "imports": { - "#lib/*": { - "require": "./lib/*.js", - "import": "./lib/*.mjs" - } + "./*": "./*" }, "files": [ - "cache/.gitkeep", - "lib", - "sh", + "dist", "typings", "*.d.ts" ], "scripts": {}, "directories": { "bin": "bin", - "lib": "lib", - "src": "src", - "cache": "cache", - "sh": "sh" + "dist": "dist", + "src": "src" }, "dependencies": { "@gitmars/core": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cf854115b..c6d834a83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -150,9 +150,6 @@ importers: rollup-plugin-css-only: specifier: ^4.5.2 version: 4.5.2(rollup@4.12.0) - rollup-plugin-dts: - specifier: ^6.1.0 - version: 6.1.0(rollup@4.12.0)(typescript@5.3.3) rollup-plugin-esbuild: specifier: ^6.1.1 version: 6.1.1(esbuild@0.20.1)(rollup@4.12.0) @@ -11481,20 +11478,6 @@ packages: rollup: 4.12.0 dev: true - /rollup-plugin-dts@6.1.0(rollup@4.12.0)(typescript@5.3.3): - resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} - engines: {node: '>=16'} - peerDependencies: - rollup: ^3.29.4 || ^4 - typescript: ^4.5 || ^5.0 - dependencies: - magic-string: 0.30.7 - rollup: 4.12.0 - typescript: 5.3.3 - optionalDependencies: - '@babel/code-frame': 7.23.4 - dev: true - /rollup-plugin-esbuild@6.1.1(esbuild@0.20.1)(rollup@4.12.0): resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} engines: {node: '>=14.18.0'} diff --git a/scripts/build.ts b/scripts/build.ts index 125410a1e..bd788d9a2 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -5,13 +5,9 @@ import { existsSync, promises } from 'node:fs' import { type ParseArgsConfig, parseArgs } from 'node:util' // import fg from 'fast-glob' import consola from 'consola' -import { - cpSync - // readJSONSync, - // writeJSONSync -} from '@node-kit/extra.fs' +import { cpSync, readJSONSync, writeJSONSync } from '@node-kit/extra.fs' import { getBundlePackages } from '../build/packages' -// import { version } from '../package.json' +import { version } from '../package.json' const [, , ...args] = process.argv const rootDir = resolve(__dirname, '..') @@ -39,11 +35,11 @@ const packages = getBundlePackages(packageName) assert(process.cwd() !== __dirname) async function buildMetaFiles() { - for (const { name } of packages) { + for (const { name, output = 'dist' } of packages) { if (name === 'monorepo') continue const dirName = name.replace(/\./g, sep) const packageRoot = resolve(__dirname, '..', 'packages', dirName) - // const packageDist = resolve(packageRoot, 'dist') + const packageDist = resolve(packageRoot, output) if (name === 'core') await promises.copyFile( @@ -58,14 +54,14 @@ async function buildMetaFiles() { // for (const file of files) // await promises.copyFile(resolve(packageRoot, file), resolve(packageDist, file)) - // const packageJSON: any = readJSONSync(join(packageRoot, 'package.json'), 'utf8') - // for (const key of Object.keys(packageJSON.dependencies || {})) { - // if (key.startsWith('@gitmars/')) packageJSON.dependencies[key] = version - // } - // for (const key of Object.keys(packageJSON.devDependencies || {})) { - // if (key.startsWith('@gitmars/')) packageJSON.devDependencies[key] = version - // } - // writeJSONSync(join(packageDist, 'package.json'), packageJSON) + const packageJSON: any = readJSONSync(join(packageRoot, 'package.json'), 'utf8') + for (const key of Object.keys(packageJSON.dependencies || {})) { + if (key.startsWith('@gitmars/')) packageJSON.dependencies[key] = version + } + for (const key of Object.keys(packageJSON.devDependencies || {})) { + if (key.startsWith('@gitmars/')) packageJSON.devDependencies[key] = version + } + writeJSONSync(join(packageDist, 'package.json'), packageJSON) } } @@ -78,7 +74,7 @@ async function build() { if (build === false || buildTask !== 'bundle') continue consola.info('Clean up in: packages/%s', dirName) - execSync(`rm-all temp ${output} lib dist types`, { + execSync(`rm-all temp ${output} types`, { stdio: 'inherit', cwd }) @@ -118,14 +114,14 @@ async function build() { ) consola.info('Gulp build lib => %s', packageName) - execSync(`pnpm run build1 ${packageName || ''}`, { + execSync(`pnpm run build:lib ${packageName || ''}`, { stdio: 'inherit' }) // consola.info("Fix types"); // execSync("pnpm run types:fix", { stdio: "inherit" }); - // await buildMetaFiles() + await buildMetaFiles() } async function cli() { From 5189ba42b96ab1cb8beeb69d68a821dd09781e30 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Mon, 15 Apr 2024 16:20:12 +0800 Subject: [PATCH 25/52] release 7.0.0 --- build/packages.ts | 42 +- build/tasks/buildApp.ts | 2 +- build/tasks/buildDocs.ts | 2 +- build/tasks/buildType.ts | 2 +- build/types.ts | 2 +- build/utils/rollup.ts | 2 +- package.json | 2 +- packages/api/LICENSE | 676 +++++++++++++++++++++++++++ packages/api/package.json | 2 +- packages/api/tsconfig.json | 5 +- packages/build/LICENSE | 676 +++++++++++++++++++++++++++ packages/build/package.json | 2 +- packages/build/tsconfig.json | 5 +- packages/cache/LICENSE | 676 +++++++++++++++++++++++++++ packages/cache/package.json | 2 +- packages/cache/tsconfig.json | 5 +- packages/core/LICENSE | 676 +++++++++++++++++++++++++++ packages/core/package.json | 2 +- packages/core/src/queue.ts | 6 +- packages/core/tsconfig.json | 5 +- packages/docs/package.json | 2 +- packages/git/LICENSE | 676 +++++++++++++++++++++++++++ packages/git/package.json | 2 +- packages/git/tsconfig.json | 5 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-admin.ts | 7 +- packages/gitmars/src/gitm-combine.ts | 7 +- packages/gitmars/src/gitm-end.ts | 7 +- packages/go/LICENSE | 676 +++++++++++++++++++++++++++ packages/go/package.json | 2 +- packages/go/tsconfig.json | 5 +- packages/hook/LICENSE | 676 +++++++++++++++++++++++++++ packages/hook/package.json | 2 +- packages/hook/tsconfig.json | 5 +- packages/utils/LICENSE | 676 +++++++++++++++++++++++++++ packages/utils/package.json | 2 +- packages/utils/tsconfig.json | 5 +- scripts/build.ts | 31 +- scripts/publish.ts | 39 +- scripts/sync.ts | 9 +- scripts/update.ts | 45 +- 41 files changed, 5536 insertions(+), 137 deletions(-) create mode 100644 packages/api/LICENSE create mode 100644 packages/build/LICENSE create mode 100644 packages/cache/LICENSE create mode 100644 packages/core/LICENSE create mode 100644 packages/git/LICENSE create mode 100644 packages/go/LICENSE create mode 100644 packages/hook/LICENSE create mode 100644 packages/utils/LICENSE diff --git a/build/packages.ts b/build/packages.ts index 1d734013f..333e93bc9 100644 --- a/build/packages.ts +++ b/build/packages.ts @@ -83,15 +83,22 @@ export const packages: PackageManifest[] = [ iife: false, browser: false, display: 'gitmars文档库' + }, + { + name: 'monorepo', + pkgName: '@gitmars/monorepo', + build: false, + display: 'gitmars monorepo' } ] export const names = packages.map(({ name }) => name) export const packageNames = packages.map(({ pkgName }) => pkgName) export const buildTasks = packages.reduce((acc, cur) => { - for (const item of ([] as Task[]).concat(cur.buildTask)) { - !acc.includes(item) && acc.push(item) - } + if (cur.buildTask) + for (const item of ([] as Task[]).concat(cur.buildTask)) { + !acc.includes(item) && acc.push(item) + } return acc }, [] as Task[]) @@ -107,12 +114,15 @@ export function getPackages(name?: string | string[]) { const list = packages.filter(item => { if (intersect(buildTasks, name).length) { // 传入task - return intersect( - typeof item.buildTask === 'string' - ? ([] as Task[]).concat(item.buildTask) - : item.buildTask, - name - ).length + return ( + item.buildTask && + intersect( + typeof item.buildTask === 'string' + ? ([] as Task[]).concat(item.buildTask) + : item.buildTask, + name + ).length + ) } // 传入name return name.includes(item.name) @@ -126,9 +136,12 @@ export function getPackages(name?: string | string[]) { } export function getLibPackages(name?: string | string[]) { + const _names = typeof name === 'string' ? ([] as string[]).concat(name) : name const list = packages.filter(item => { - const _names = typeof name === 'string' ? ([] as string[]).concat(name) : name - const _buildTask = typeof item.buildTask === 'string' ? [item.buildTask] : item.buildTask + const _buildTask = + item.buildTask && typeof item.buildTask === 'string' + ? [item.buildTask] + : item.buildTask || [] if (!_names) return _buildTask.includes('lib') return _buildTask.includes('lib') && _names.includes(item.name) @@ -142,9 +155,12 @@ export function getLibPackages(name?: string | string[]) { } export function getBundlePackages(name?: string | string[]) { + const _names = typeof name === 'string' ? ([] as string[]).concat(name) : name const list = packages.filter(item => { - const _names = typeof name === 'string' ? ([] as string[]).concat(name) : name - const _buildTask = typeof item.buildTask === 'string' ? [item.buildTask] : item.buildTask + const _buildTask = + item.buildTask && typeof item.buildTask === 'string' + ? [item.buildTask] + : item.buildTask || [] if (!_names) return _buildTask.includes('bundle') return _buildTask.includes('bundle') && _names.includes(item.name) diff --git a/build/tasks/buildApp.ts b/build/tasks/buildApp.ts index da37c4c50..728fae5b1 100644 --- a/build/tasks/buildApp.ts +++ b/build/tasks/buildApp.ts @@ -7,7 +7,7 @@ import { packages } from '../packages' export async function buildApp() { const builds = packages - .filter(({ buildTask }) => buildTask.includes('app')) + .filter(({ buildTask }) => buildTask && buildTask.includes('app')) .map(async ({ name }) => { await runSpawnSync(`pnpm build`, resolve(PACKAGE, name)) }) diff --git a/build/tasks/buildDocs.ts b/build/tasks/buildDocs.ts index 5913a439e..84fc89547 100644 --- a/build/tasks/buildDocs.ts +++ b/build/tasks/buildDocs.ts @@ -6,7 +6,7 @@ import { runExec, runExecSync, runSpawnSync } from '../utils/exec' import { PACKAGE, ROOT } from '../utils/paths' import { packages } from '../packages' -const pkgs = packages.filter(({ buildTask }) => buildTask.includes('docs')) +const pkgs = packages.filter(({ buildTask }) => buildTask && buildTask.includes('docs')) const os = platform() export async function buildDocs() { diff --git a/build/tasks/buildType.ts b/build/tasks/buildType.ts index 39b04c5fa..c55c98223 100644 --- a/build/tasks/buildType.ts +++ b/build/tasks/buildType.ts @@ -5,7 +5,7 @@ import { wrapDisplayName } from '../utils/gulp' import { PACKAGE } from '../utils/paths' import { packages } from '../packages' -const pkgs = packages.filter(({ buildTask }) => buildTask.includes('type')) +const pkgs = packages.filter(({ buildTask }) => buildTask && buildTask.includes('type')) export async function buildType() { const builds = pkgs.map(async ({ name, build }) => { diff --git a/build/types.ts b/build/types.ts index 8c4c0c43f..67ecdcaa6 100644 --- a/build/types.ts +++ b/build/types.ts @@ -35,7 +35,7 @@ export interface PackageManifest { name: Name pkgName: PkgName display: string - buildTask: BuildTask + buildTask?: BuildTask addon?: boolean author?: string description?: string diff --git a/build/utils/rollup.ts b/build/utils/rollup.ts index 324827ed2..1f991d8df 100644 --- a/build/utils/rollup.ts +++ b/build/utils/rollup.ts @@ -44,7 +44,7 @@ export function pathRewriter(bundlePath: string) { export const reporter = (opt: any, outputOptions: any, info: any) => `${chalk.cyan( - chalk.bold((info.fileName && `${outputOptions.file?.split('packages/').pop()}`) || '') + chalk.bold(info.fileName) )}: bundle size ${chalk.yellow(info.bundleSize)} -> minified ${chalk.green( (info.minSize && `${info.minSize}`) || '' )}` diff --git a/package.json b/package.json index 1e766f7fa..97a7a0b1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "6.4.0", + "version": "7.0.0-beta.1", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/LICENSE b/packages/api/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/api/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/api/package.json b/packages/api/package.json index 18731ced6..6c28e5016 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/api/tsconfig.json b/packages/api/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/api/tsconfig.json +++ b/packages/api/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/packages/build/LICENSE b/packages/build/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/build/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/build/package.json b/packages/build/package.json index c49002033..40dfd5f0b 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/tsconfig.json b/packages/build/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/build/tsconfig.json +++ b/packages/build/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/packages/cache/LICENSE b/packages/cache/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/cache/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/cache/package.json b/packages/cache/package.json index 928cc95e7..74ee3982a 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/tsconfig.json b/packages/cache/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/cache/tsconfig.json +++ b/packages/cache/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/packages/core/LICENSE b/packages/core/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/core/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/core/package.json b/packages/core/package.json index 9d0188846..0590e2352 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index d2ded480d..29235a3e6 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -1,4 +1,4 @@ -import { createRequire } from 'node:module' +// import { createRequire } from 'node:module' import ora from 'ora' import { extend } from 'js-cool' import chalk from 'chalk' @@ -10,7 +10,7 @@ import type { CommandMessageType, CommandType, CommandTypeCmd, QueueReturnsType import lang from './lang' const { t } = lang -const require = createRequire(import.meta.url) +// const require = createRequire(import.meta.url) export interface WaitCallback { (kill?: boolean): void @@ -218,7 +218,7 @@ export function queue(list: Array): Promise + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/git/package.json b/packages/git/package.json index 937cf9ee1..cde4af586 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/git/tsconfig.json b/packages/git/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/git/tsconfig.json +++ b/packages/git/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index add44c893..938165cf2 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -1,7 +1,7 @@ { "name": "gitmars", "description": "这是一个git工作流工具", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-admin.ts b/packages/gitmars/src/gitm-admin.ts index 79d1fb626..9e85c79ee 100644 --- a/packages/gitmars/src/gitm-admin.ts +++ b/packages/gitmars/src/gitm-admin.ts @@ -1,5 +1,5 @@ #!/usr/bin/env ts-node -import { createRequire } from 'node:module' +// import { createRequire } from 'node:module' import { Command } from 'commander' import chalk from 'chalk' import { getType } from 'js-cool' @@ -26,7 +26,7 @@ import lang from './common/local' import adminConfig from './conf/admin' const { t } = lang -const require = createRequire(import.meta.url) +// const require = createRequire(import.meta.url) const { green, red, yellow } = chalk if (!getIsGitProject()) { @@ -37,7 +37,8 @@ if (!getIsGitProject()) { const { appName } = getGitConfig() const config = getConfig() const userInfoApi = config.apis?.userInfo?.url || config.api -const mergeRequestModule = require.resolve('@gitmars/core/lib/api/mergeRequest') +// const mergeRequestModule = require.resolve('@gitmars/core/lib/api/mergeRequest') +const mergeRequestModule = import.meta.resolve('@gitmars/api') const { approve, clean, create, publish, update } = adminConfig interface GitmBuildOption { publish: { diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index e74885f28..0a9dd0e56 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -1,5 +1,5 @@ #!/usr/bin/env ts-node -import { createRequire } from 'node:module' +// import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' @@ -23,7 +23,7 @@ import { defaults } from './common/global' import combineConfig from './conf/combine' const { t } = lang -const require = createRequire(import.meta.url) +// const require = createRequire(import.meta.url) const { red, yellow } = chalk if (!getIsGitProject()) { @@ -31,7 +31,8 @@ if (!getIsGitProject()) { process.exit(1) } -const mergeRequestModule = require.resolve('@gitmars/core/lib/api/mergeRequest') +// const mergeRequestModule = require.resolve('@gitmars/core/lib/api/mergeRequest') +const mergeRequestModule = import.meta.resolve('@gitmars/api') interface GitmBuildOption { dev?: boolean diff --git a/packages/gitmars/src/gitm-end.ts b/packages/gitmars/src/gitm-end.ts index 038ceee1c..5afe57e40 100755 --- a/packages/gitmars/src/gitm-end.ts +++ b/packages/gitmars/src/gitm-end.ts @@ -1,5 +1,5 @@ #!/usr/bin/env ts-node -import { createRequire } from 'node:module' +// import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' @@ -23,7 +23,7 @@ import { defaults } from './common/global' import endConfig from './conf/end' const { t } = lang -const require = createRequire(import.meta.url) +// const require = createRequire(import.meta.url) const { args, options } = endConfig const { red } = chalk @@ -34,7 +34,8 @@ if (!getIsGitProject()) { const config = getConfig() const { appName } = getGitConfig() -const mergeRequestModule = require.resolve('@gitmars/core/lib/api/mergeRequest') +// const mergeRequestModule = require.resolve('@gitmars/core/lib/api/mergeRequest') +const mergeRequestModule = import.meta.resolve('@gitmars/api') interface GitmBuildOption { combine?: boolean diff --git a/packages/go/LICENSE b/packages/go/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/go/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/go/package.json b/packages/go/package.json index 96e8b8f5b..e636d2949 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/go/tsconfig.json b/packages/go/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/go/tsconfig.json +++ b/packages/go/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/packages/hook/LICENSE b/packages/hook/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/hook/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/hook/package.json b/packages/hook/package.json index 7610cb03e..f75b02ce6 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/tsconfig.json b/packages/hook/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/hook/tsconfig.json +++ b/packages/hook/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/packages/utils/LICENSE b/packages/utils/LICENSE new file mode 100644 index 000000000..7eb5b6aa8 --- /dev/null +++ b/packages/utils/LICENSE @@ -0,0 +1,676 @@ +saqqdy +========== + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/packages/utils/package.json b/packages/utils/package.json index 829cc5387..9b84f3444 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "6.4.0", + "version": "7.0.0-beta.1", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/tsconfig.json b/packages/utils/tsconfig.json index d41c0fc6c..119b2ad90 100644 --- a/packages/utils/tsconfig.json +++ b/packages/utils/tsconfig.json @@ -10,9 +10,6 @@ "rootDir": "src", "outDir": "temp", "baseUrl": ".", - "paths": { - "#lib/*": ["./src/*"], - "#conf/*": ["./src/conf/*"] - } + "paths": {} } } diff --git a/scripts/build.ts b/scripts/build.ts index bd788d9a2..33ce8a00b 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -3,16 +3,13 @@ import assert from 'assert' import { execSync } from 'node:child_process' import { existsSync, promises } from 'node:fs' import { type ParseArgsConfig, parseArgs } from 'node:util' -// import fg from 'fast-glob' import consola from 'consola' -import { cpSync, readJSONSync, writeJSONSync } from '@node-kit/extra.fs' +import { cpSync } from '@node-kit/extra.fs' import { getBundlePackages } from '../build/packages' -import { version } from '../package.json' const [, , ...args] = process.argv const rootDir = resolve(__dirname, '..') const FILES_COPY_ROOT = ['LICENSE'] -// const FILES_COPY_LOCAL = ['README.md', '*.cjs', '*.mjs', '*.d.ts'] const options: ParseArgsConfig['options'] = { package: { type: 'string', short: 'p' }, @@ -35,43 +32,23 @@ const packages = getBundlePackages(packageName) assert(process.cwd() !== __dirname) async function buildMetaFiles() { - for (const { name, output = 'dist' } of packages) { + for (const { name } of packages) { if (name === 'monorepo') continue const dirName = name.replace(/\./g, sep) const packageRoot = resolve(__dirname, '..', 'packages', dirName) - const packageDist = resolve(packageRoot, output) - - if (name === 'core') - await promises.copyFile( - resolve(rootDir, 'README.md'), - resolve(packageRoot, 'README.md') - ) for (const file of FILES_COPY_ROOT) await promises.copyFile(resolve(rootDir, file), resolve(packageRoot, file)) - - // const files = await fg(FILES_COPY_LOCAL, { cwd: packageRoot }) - // for (const file of files) - // await promises.copyFile(resolve(packageRoot, file), resolve(packageDist, file)) - - const packageJSON: any = readJSONSync(join(packageRoot, 'package.json'), 'utf8') - for (const key of Object.keys(packageJSON.dependencies || {})) { - if (key.startsWith('@gitmars/')) packageJSON.dependencies[key] = version - } - for (const key of Object.keys(packageJSON.devDependencies || {})) { - if (key.startsWith('@gitmars/')) packageJSON.devDependencies[key] = version - } - writeJSONSync(join(packageDist, 'package.json'), packageJSON) } } async function build() { - for (const { build, name, extractTypes, output = 'dist', buildTask = 'bundle' } of packages) { + for (const { build, name, extractTypes, output = 'dist', buildTask } of packages) { const dirName = name.replace(/\./g, sep) const cwd = resolve(__dirname, '..', 'packages', dirName) const HAS_INDEX_MJS = existsSync(join(cwd, 'src', 'index.mjs')) - if (build === false || buildTask !== 'bundle') continue + if (build === false || !buildTask || buildTask !== 'bundle') continue consola.info('Clean up in: packages/%s', dirName) execSync(`rm-all temp ${output} types`, { diff --git a/scripts/publish.ts b/scripts/publish.ts index 0d1d4fcec..36d2d9ed6 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -1,17 +1,19 @@ import { execSync } from 'child_process' -import { join } from 'path' +import { join, sep } from 'path' import consola from 'consola' import { readJSONSync, writeJSONSync } from '@node-kit/extra.fs' -import { PACKAGE, ROOT } from '../build/utils/paths' import { version } from '../package.json' import { packages } from '../build/packages' -// execSync('pnpm build', { stdio: 'inherit' }) - const [, , ...args] = process.argv const IS_TEST = args.includes('--test') +const IS_DRY_RUN = args.includes('--dry-run') +export const ROOT = join(__dirname, '..') +export const PACKAGE = join(ROOT, 'packages') + const REGISTRY_URL = 'https://registry.npmjs.org' let command = `npm --registry=${REGISTRY_URL} publish --access public` +if (IS_DRY_RUN) command += ' --dry-run' if (version.includes('rc')) command += ' --tag release' else if (version.includes('beta')) command += ' --tag beta' @@ -22,17 +24,28 @@ else if (IS_TEST) { } for (const { name, pkgName } of packages) { - const PKG_FILE = join(PACKAGE, name, 'package.json') - const pkgJson = readJSONSync(PKG_FILE) + const dirName = name.replace(/\./g, sep) + const cwd = name === 'monorepo' ? ROOT : join(PACKAGE, dirName) + const PKG_FILE = join(cwd, 'package.json') + const pkgJson = readJSONSync(PKG_FILE)! const newPkgJson = JSON.parse(JSON.stringify(pkgJson)) for (const { pkgName: pkg } of packages) { - if (pkg in ((newPkgJson.dependencies as Record) || {})) { + if ( + pkg in ((newPkgJson.dependencies as Record) || {}) && + newPkgJson.dependencies[pkg].includes('workspace') + ) { newPkgJson.dependencies[pkg] = version } - if (pkg in ((newPkgJson.devDependencies as Record) || {})) { + if ( + pkg in ((newPkgJson.devDependencies as Record) || {}) && + newPkgJson.devDependencies[pkg].includes('workspace') + ) { newPkgJson.devDependencies[pkg] = version } - if (pkg in ((newPkgJson.peerDependencies as Record) || {})) { + if ( + pkg in ((newPkgJson.peerDependencies as Record) || {}) && + newPkgJson.peerDependencies[pkg].includes('workspace') + ) { newPkgJson.peerDependencies[pkg] = version } } @@ -41,9 +54,9 @@ for (const { name, pkgName } of packages) { }) execSync(command, { stdio: 'inherit', - cwd: join('packages', name) + cwd }) - writeJSONSync(PKG_FILE, pkgJson!, { + writeJSONSync(PKG_FILE, pkgJson, { encoding: 'utf8' }) execSync(`npx prettier --write ${PKG_FILE}`, { @@ -52,7 +65,3 @@ for (const { name, pkgName } of packages) { }) consola.success(`Published ${pkgName}`) } -execSync(command, { - stdio: 'inherit' -}) -consola.success('Published @gitmars/monorepo') diff --git a/scripts/sync.ts b/scripts/sync.ts index 3da0e06cb..f2b1ca973 100644 --- a/scripts/sync.ts +++ b/scripts/sync.ts @@ -1,8 +1,11 @@ -import { execSync } from 'child_process' +import { execSync } from 'node:child_process' import { packages } from '../build/packages' -const cmd = process.platform === 'win32' ? 'start' : 'open' +// const cmd = process.platform === 'win32' ? 'start' : 'open' for (const pkg of packages) { - execSync(`${cmd} https://npmmirror.com/sync/${pkg.pkgName}`) + // execSync(`${cmd} https://npmmirror.com/sync/${pkg.pkgName}`) + execSync( + `curl -X PUT -d "sync_upstream=true" "https://registry-direct.npmmirror.com/${pkg.pkgName}/sync"` + ) } diff --git a/scripts/update.ts b/scripts/update.ts index a28606f10..5a55049d7 100644 --- a/scripts/update.ts +++ b/scripts/update.ts @@ -1,17 +1,20 @@ -import { resolve } from 'path' +import { resolve, sep } from 'path' import { execSync } from 'child_process' -import { promises, readFileSync, writeFileSync } from 'fs' +import { promises } from 'fs' +import { readJSONSync, writeJSONSync } from '@node-kit/extra.fs' import { packages } from '../build/packages' import { version } from '../package.json' async function updatePackageJSON() { - for (const { name, display, author, iife } of packages) { - const packageRoot = resolve(__dirname, '..', 'packages', name) + for (const { name, display, iife, browser } of packages) { + if (name === 'monorepo') continue + const dirName = name.replace(/\./g, sep) + const packageRoot = resolve(__dirname, '..', 'packages', dirName) const packageJSONPath = resolve(packageRoot, 'package.json') - const packageJSON = JSON.parse(readFileSync(packageJSONPath, 'utf8')) + const packageJSON = readJSONSync(packageJSONPath)! packageJSON.version = version packageJSON.description = display || packageJSON.description - packageJSON.author = author || 'saqqdy ' + packageJSON.author = 'saqqdy ' packageJSON.bugs = { url: 'https://github.com/saqqdy/gitmars/issues' } @@ -24,23 +27,27 @@ async function updatePackageJSON() { url: 'git+https://github.com/saqqdy/gitmars.git', directory: `packages/${name}` } - // packageJSON.main = './lib/index.js' - // packageJSON.types = './index.d.ts' - // packageJSON.module = './index.mjs' + packageJSON.module = './dist/index.esm-bundler.js' + packageJSON.main = './dist/index.cjs.js' + packageJSON.types = './dist/index.d.ts' + if (browser !== false) { + packageJSON.browser = 'dist/index.esm-browser.js' + } if (iife !== false) { - packageJSON.unpkg = './index.iife.min.js' - packageJSON.jsdelivr = './index.iife.min.js' + packageJSON.unpkg = 'dist/index.global.prod.js' + packageJSON.jsdelivr = 'dist/index.global.prod.js' } // packageJSON.exports = { - // '.': { - // import: './index.mjs', - // require: './index.cjs', - // types: './index.d.ts' - // }, - // './*': './*', - // ...packageJSON.exports + // '.': { + // types: './dist/index.d.ts', + // module: './dist/index.esm-bundler.js', + // require: './dist/index.cjs.js', + // import: './dist/index.mjs' + // }, + // './*': './*', + // ...packageJSON.exports // } - writeFileSync(packageJSONPath, JSON.stringify(packageJSON, null, 4)) + writeJSONSync(packageJSONPath, packageJSON) } } From d1bb1a23752779e499411c4e84f9e4be65e85d95 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Mon, 15 Apr 2024 19:07:33 +0800 Subject: [PATCH 26/52] release 7.0.0 --- .eslintrc.js | 16 +- .github/dependabot.yml | 66 +- package.json | 28 +- packages/api/.eslintignore | 11 - packages/api/.eslintrc.js | 16 +- packages/api/package.json | 8 +- packages/api/src/getUserInfo.ts | 3 +- packages/api/src/mergeRequest.ts | 3 +- packages/api/src/mergeRequestNotes.ts | 3 +- packages/build/.eslintignore | 11 - packages/build/.eslintrc.js | 16 +- packages/build/package.json | 8 +- packages/cache/.eslintignore | 11 - packages/cache/.eslintrc.js | 16 +- packages/cache/package.json | 8 +- packages/core/.eslintignore | 11 - packages/core/.eslintrc.js | 16 +- packages/core/package.json | 8 +- packages/docs/.eslintignore | 11 - packages/docs/.eslintrc.cjs | 16 +- packages/docs/package.json | 17 +- packages/git/.eslintignore | 11 - packages/git/.eslintrc.js | 16 +- packages/git/package.json | 8 +- packages/git/src/getGitRevParse.ts | 3 +- packages/git/src/getGitStatus.ts | 3 +- packages/git/src/getGitUser.ts | 3 +- packages/git/src/getGitVersion.ts | 3 +- packages/git/src/getIsGitProject.ts | 3 +- packages/git/src/getIsMergedTargetBranch.ts | 3 +- packages/git/src/getStashList.ts | 3 +- packages/git/src/searchBranches.ts | 3 +- packages/gitmars/.eslintignore | 12 - .../gitmars/{.eslintrc.js => .eslintrc.cjs} | 16 +- packages/gitmars/package.json | 15 +- packages/gitmars/src/gitm-alias.ts | 3 +- packages/gitmars/src/gitm-config.ts | 3 +- packages/gitmars/src/gitm-install.ts | 3 +- packages/gitmars/src/gitm-link.ts | 3 +- packages/gitmars/src/gitm-unlink.ts | 3 +- packages/gitmars/src/gitm-upgrade.ts | 3 +- packages/gitmars/src/gitm.ts | 3 +- packages/gitmars/src/go/index.ts | 3 +- packages/go/.eslintignore | 11 - packages/go/.eslintrc.js | 16 +- packages/go/package.json | 8 +- packages/hook/.eslintignore | 11 - packages/hook/.eslintrc.js | 16 +- packages/hook/package.json | 8 +- packages/utils/.eslintignore | 11 - packages/utils/.eslintrc.js | 16 +- packages/utils/package.json | 8 +- pnpm-lock.yaml | 3649 +++++------------ scripts/build.ts | 4 +- 54 files changed, 1366 insertions(+), 2821 deletions(-) delete mode 100644 packages/api/.eslintignore delete mode 100644 packages/build/.eslintignore delete mode 100644 packages/cache/.eslintignore delete mode 100644 packages/core/.eslintignore delete mode 100644 packages/docs/.eslintignore delete mode 100644 packages/git/.eslintignore delete mode 100644 packages/gitmars/.eslintignore rename packages/gitmars/{.eslintrc.js => .eslintrc.cjs} (50%) delete mode 100644 packages/go/.eslintignore delete mode 100644 packages/hook/.eslintignore delete mode 100644 packages/utils/.eslintignore diff --git a/.eslintrc.js b/.eslintrc.js index 0e88baf18..f08e24fcd 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,5 +6,19 @@ module.exports = { globals: { window: true, global: true - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9584ef88a..0db990dec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -27,9 +27,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -43,9 +43,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -59,9 +59,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -75,9 +75,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -91,9 +91,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -107,9 +107,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -123,9 +123,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -139,9 +139,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -155,9 +155,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript @@ -171,9 +171,9 @@ updates: interval: weekly open-pull-requests-limit: 2 ignore: - - dependency-name: 'core-js' - - dependency-name: 'eslint' - - dependency-name: 'prettier' + - dependency-name: core-js + - dependency-name: eslint + - dependency-name: prettier - dependency-name: '@babel/*' - dependency-name: '@types/*' - dependency-name: typescript diff --git a/package.json b/package.json index 97a7a0b1c..a86cbc25c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ @@ -16,9 +16,9 @@ "prebuild": "[[ $CI = true ]] && npx pnpm install -r --store=node_modules/.pnpm-store || echo skipping pnpm install", "gen:version": "tscjs scripts/version", "lib": "sh scripts/lib.sh", - "build": "tscjs scripts/build", + "build:bundle": "tscjs scripts/build", "build:rollup": "cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" rollup -c build/rollup.config.ts --configPlugin @rollup/plugin-typescript", - "build:lib": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" gulp --require @esbuild-kit/cjs-loader -f build/gulpfile.ts", + "build": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" gulp --preload @esbuild-kit/cjs-loader -f build/gulpfile.ts", "build:types": "run-s build-temp-types roll-types", "build-temp-types": "tsc --emitDeclarationOnly --outDir temp/ -p bin/", "patch-types": "node scripts/patchTypes", @@ -33,7 +33,7 @@ "update": "tscjs scripts/update", "workflow:publish-test": "zx scripts/workflow.mjs", "clean": "rimraf dist packages/*/{dist,lib,es,app}", - "dist": "pnpm run update && pnpm build", + "dist": "pnpm run update && pnpm build:bundle", "docs": "rimraf typedoc && typedoc", "eslint": "eslint --fix --ext .ts,.js ./", "prettier": "prettier --write \"**/*.{js,ts,json,md}\"", @@ -58,7 +58,7 @@ "@esbuild-kit/cjs-loader": "^2.4.4", "@esbuild-kit/esm-loader": "^2.6.5", "@eslint-sets/eslint-config-ts": "^5.12.0", - "@microsoft/api-extractor": "^7.42.1", + "@microsoft/api-extractor": "^7.43.1", "@pnpm/logger": "^5.0.0", "@rollup/plugin-alias": "^5.1.0", "@rollup/plugin-babel": "^6.0.4", @@ -70,26 +70,26 @@ "@rollup/plugin-typescript": "^11.1.6", "@types/gulp": "^4.0.17", "@types/inquirer": "^8.2.6", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/rollup-plugin-css-only": "^3.1.3", "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "consola": "^3.2.3", "cross-env": "^7.0.3", - "esbuild": "^0.20.1", + "esbuild": "^0.20.2", "eslint": "^8.57.0", "fast-glob": "^3.3.2", - "gulp": "^4.0.2", + "gulp": "^5.0.0", "gulp-typescript": "6.0.0-alpha.1", "load-yml": "^1.4.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "reinstaller": "^3.0.2", "rimraf": "^5.0.5", "rm-all": "^1.1.1", - "rollup": "^4.12.0", + "rollup": "^4.14.3", "rollup-plugin-add-banner": "^1.1.0", "rollup-plugin-css-only": "^4.5.2", "rollup-plugin-esbuild": "^6.1.1", @@ -98,11 +98,11 @@ "rollup-plugin-replace-shebang": "^1.2.0", "rollup-plugin-visualizer": "^5.12.0", "tsnd": "^1.1.0", - "typedoc": "^0.25.9", + "typedoc": "^0.25.13", "typedoc-plugin-markdown": "^3.17.1", - "typescript": "^5.3.3", - "unplugin-vue-define-options": "^1.4.2", - "zx": "^7.2.3" + "typescript": "^5.4.5", + "unplugin-vue-define-options": "^1.4.3", + "zx": "^8.0.1" }, "peerDependencies": { "eslint": ">=8.0.0", diff --git a/packages/api/.eslintignore b/packages/api/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/api/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/api/.eslintrc.js b/packages/api/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/api/.eslintrc.js +++ b/packages/api/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/api/package.json b/packages/api/package.json index 6c28e5016..245412208 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -40,15 +40,15 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/api/src/getUserInfo.ts b/packages/api/src/getUserInfo.ts index dd05bfef5..ae43e2477 100644 --- a/packages/api/src/getUserInfo.ts +++ b/packages/api/src/getUserInfo.ts @@ -1,9 +1,8 @@ import sh from 'shelljs' import chalk from 'chalk' import request from '@jssj/request' -import { getConfig } from '@gitmars/git' +import { getConfig, getGitUser } from '@gitmars/git' import { debug } from '@gitmars/utils' -import { getGitUser } from '@gitmars/git' import type { FetchDataType } from './types' import lang from './lang' diff --git a/packages/api/src/mergeRequest.ts b/packages/api/src/mergeRequest.ts index 019a96f23..84918c7af 100644 --- a/packages/api/src/mergeRequest.ts +++ b/packages/api/src/mergeRequest.ts @@ -1,8 +1,7 @@ import chalk from 'chalk' import request from '@jssj/request' -import { getConfig } from '@gitmars/git' +import { getConfig, getGitToken } from '@gitmars/git' import { debug } from '@gitmars/utils' -import { getGitToken } from '@gitmars/git' import lang from './lang' const { t } = lang diff --git a/packages/api/src/mergeRequestNotes.ts b/packages/api/src/mergeRequestNotes.ts index 2d3e4a89a..0af87d15a 100644 --- a/packages/api/src/mergeRequestNotes.ts +++ b/packages/api/src/mergeRequestNotes.ts @@ -1,8 +1,7 @@ import chalk from 'chalk' import request from '@jssj/request' -import { getConfig } from '@gitmars/git' +import { getConfig, getGitToken } from '@gitmars/git' import { debug } from '@gitmars/utils' -import { getGitToken } from '@gitmars/git' import lang from './lang' const { t } = lang diff --git a/packages/build/.eslintignore b/packages/build/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/build/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/build/.eslintrc.js b/packages/build/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/build/.eslintrc.js +++ b/packages/build/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/build/package.json b/packages/build/package.json index 40dfd5f0b..38c2ad85c 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -42,15 +42,15 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/cache/.eslintignore b/packages/cache/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/cache/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/cache/.eslintrc.js b/packages/cache/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/cache/.eslintrc.js +++ b/packages/cache/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/cache/package.json b/packages/cache/package.json index 74ee3982a..7b81b72e7 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -40,15 +40,15 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/core/.eslintignore b/packages/core/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/core/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/core/.eslintrc.js b/packages/core/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/core/.eslintrc.js +++ b/packages/core/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/core/package.json b/packages/core/package.json index 0590e2352..f84a9b4d9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -44,15 +44,15 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/docs/.eslintignore b/packages/docs/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/docs/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/docs/.eslintrc.cjs b/packages/docs/.eslintrc.cjs index 841b0418c..c9466f720 100644 --- a/packages/docs/.eslintrc.cjs +++ b/packages/docs/.eslintrc.cjs @@ -1,3 +1,17 @@ module.exports = { - extends: '@eslint-sets/vue3' + extends: '@eslint-sets/vue3', + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/docs/package.json b/packages/docs/package.json index 38572fabb..b4d610ac0 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "files": [ "dist", @@ -27,17 +27,17 @@ }, "devDependencies": { "@eslint-sets/eslint-config-vue3": "^5.12.0", - "@types/markdown-it": "^13.0.7", - "@types/node": "^20.11.24", + "@types/markdown-it": "^14.0.1", + "@types/node": "^20.12.7", "eslint": "^8.57.0", - "markdown-it": "^14.0.0", + "markdown-it": "^14.1.0", "markdown-it-anchor": "^8.6.7", "markdown-it-container": "^4.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3", - "vitepress": "1.0.0-rc.44" + "typescript": "^5.4.5", + "vitepress": "1.1.0" }, "sideEffects": false, "keywords": [ @@ -60,5 +60,8 @@ "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" - } + }, + "module": "./dist/index.esm-bundler.js", + "main": "./dist/index.cjs.js", + "types": "./dist/index.d.ts" } diff --git a/packages/git/.eslintignore b/packages/git/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/git/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/git/.eslintrc.js b/packages/git/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/git/.eslintrc.js +++ b/packages/git/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/git/package.json b/packages/git/package.json index cde4af586..31bf44be7 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -40,15 +40,15 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/git/src/getGitRevParse.ts b/packages/git/src/getGitRevParse.ts index 71948f1ce..cf289d884 100644 --- a/packages/git/src/getGitRevParse.ts +++ b/packages/git/src/getGitRevParse.ts @@ -1,6 +1,5 @@ import slash from 'slash' -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' export interface GitProjectRevParseType { prefix: string diff --git a/packages/git/src/getGitStatus.ts b/packages/git/src/getGitStatus.ts index 9ff0eec55..3d5bbb8ee 100644 --- a/packages/git/src/getGitStatus.ts +++ b/packages/git/src/getGitStatus.ts @@ -1,6 +1,5 @@ import type { SpawnOptions } from 'child_process' -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import type { GitStatusInfoType } from './types' /** diff --git a/packages/git/src/getGitUser.ts b/packages/git/src/getGitUser.ts index 6c2f874b1..aac849b7f 100644 --- a/packages/git/src/getGitUser.ts +++ b/packages/git/src/getGitUser.ts @@ -1,7 +1,6 @@ import chalk from 'chalk' import sh from 'shelljs' -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import lang from './lang' const { t } = lang diff --git a/packages/git/src/getGitVersion.ts b/packages/git/src/getGitVersion.ts index 9e2323955..d2e2f6034 100644 --- a/packages/git/src/getGitVersion.ts +++ b/packages/git/src/getGitVersion.ts @@ -1,7 +1,6 @@ import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import lang from './lang' const { t } = lang diff --git a/packages/git/src/getIsGitProject.ts b/packages/git/src/getIsGitProject.ts index 610788d90..a2c32dbb4 100644 --- a/packages/git/src/getIsGitProject.ts +++ b/packages/git/src/getIsGitProject.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' /** * 获取当前是否git项目目录 diff --git a/packages/git/src/getIsMergedTargetBranch.ts b/packages/git/src/getIsMergedTargetBranch.ts index 8293b83d0..e05a543d5 100644 --- a/packages/git/src/getIsMergedTargetBranch.ts +++ b/packages/git/src/getIsMergedTargetBranch.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import getCurrentBranch from './getCurrentBranch' /** diff --git a/packages/git/src/getStashList.ts b/packages/git/src/getStashList.ts index d9ef99579..e28804059 100644 --- a/packages/git/src/getStashList.ts +++ b/packages/git/src/getStashList.ts @@ -1,7 +1,6 @@ import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import lang from './lang' const { t } = lang diff --git a/packages/git/src/searchBranches.ts b/packages/git/src/searchBranches.ts index dfcfba44d..61852a3b6 100644 --- a/packages/git/src/searchBranches.ts +++ b/packages/git/src/searchBranches.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import getGitConfig from './getGitConfig' import getGitRevParse from './getGitRevParse' diff --git a/packages/gitmars/.eslintignore b/packages/gitmars/.eslintignore deleted file mode 100644 index 12eef0c9e..000000000 --- a/packages/gitmars/.eslintignore +++ /dev/null @@ -1,12 +0,0 @@ -lib -es -dist -cache/* - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/gitmars/.eslintrc.js b/packages/gitmars/.eslintrc.cjs similarity index 50% rename from packages/gitmars/.eslintrc.js rename to packages/gitmars/.eslintrc.cjs index 1f91e73c2..9e2d8020d 100644 --- a/packages/gitmars/.eslintrc.js +++ b/packages/gitmars/.eslintrc.cjs @@ -7,5 +7,19 @@ module.exports = { globals: { window: true, global: true - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 938165cf2..1b1f3cdd4 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -1,12 +1,12 @@ { "name": "gitmars", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.1", + "type": "module", + "version": "7.0.0-beta.2", "private": false, "bin": { "gitm": "lib/gitm.mjs" }, - "type": "module", "exports": { ".": { "types": "./lib/index.d.ts", @@ -64,7 +64,7 @@ "chalk": "^4.1.2", "ci-info": "^4.0.0", "columnify": "^1.6.0", - "commander": "^11.1.0", + "commander": "^12.0.0", "dayjs": "^1.11.10", "debug": "^4.3.4", "inquirer": "^8.2.5", @@ -82,14 +82,14 @@ "@types/columnify": "^1.5.4", "@types/inquirer": "^8.2.6", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ @@ -111,5 +111,8 @@ "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" - } + }, + "module": "./dist/index.esm-bundler.js", + "main": "./dist/index.cjs.js", + "types": "./dist/index.d.ts" } diff --git a/packages/gitmars/src/gitm-alias.ts b/packages/gitmars/src/gitm-alias.ts index 37c021811..340aaa653 100644 --- a/packages/gitmars/src/gitm-alias.ts +++ b/packages/gitmars/src/gitm-alias.ts @@ -1,8 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import chalk from 'chalk' -import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/utils' +import { createArgs, echo, spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' import aliasConfig from './conf/alias' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-config.ts b/packages/gitmars/src/gitm-config.ts index b857e834d..29139f9a4 100644 --- a/packages/gitmars/src/gitm-config.ts +++ b/packages/gitmars/src/gitm-config.ts @@ -2,9 +2,8 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { getGitRevParse, getIsGitProject } from '@gitmars/git' +import { getConfig, getGitRevParse, getIsGitProject } from '@gitmars/git' import { writeFile } from '@gitmars/utils' -import { getConfig } from '@gitmars/git' import type { GitmarsConfigProperty } from '@gitmars/build' import lang from './common/local' import { defaults } from './common/global' diff --git a/packages/gitmars/src/gitm-install.ts b/packages/gitmars/src/gitm-install.ts index 3d4a4b00d..b79572ac9 100644 --- a/packages/gitmars/src/gitm-install.ts +++ b/packages/gitmars/src/gitm-install.ts @@ -2,8 +2,7 @@ import { program } from 'commander' import ora from 'ora' import chalk from 'chalk' -import { createArgs, echo } from '@gitmars/utils' -import { spawnSync } from '@gitmars/utils' +import { createArgs, echo, spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType, PackageVersionTag } from './types' import installConfig from './conf/install' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-link.ts b/packages/gitmars/src/gitm-link.ts index ffa41ce83..2ae7ad584 100755 --- a/packages/gitmars/src/gitm-link.ts +++ b/packages/gitmars/src/gitm-link.ts @@ -1,8 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import sh from 'shelljs' -import { createArgs } from '@gitmars/utils' -import { spawnSync } from '@gitmars/utils' +import { createArgs, spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' import linkConfig from './conf/link' import lang from './common/local' diff --git a/packages/gitmars/src/gitm-unlink.ts b/packages/gitmars/src/gitm-unlink.ts index ea986feb3..8faf41910 100755 --- a/packages/gitmars/src/gitm-unlink.ts +++ b/packages/gitmars/src/gitm-unlink.ts @@ -1,8 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import sh from 'shelljs' -import { createArgs } from '@gitmars/utils' -import { spawnSync } from '@gitmars/utils' +import { createArgs, spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import unlinkConfig from './conf/unlink' diff --git a/packages/gitmars/src/gitm-upgrade.ts b/packages/gitmars/src/gitm-upgrade.ts index 402eb2f28..8b44e9cd2 100755 --- a/packages/gitmars/src/gitm-upgrade.ts +++ b/packages/gitmars/src/gitm-upgrade.ts @@ -2,8 +2,7 @@ import { program } from 'commander' import chalk from 'chalk' import ora from 'ora' -import { spawnSync } from '@gitmars/utils' -import { createArgs } from '@gitmars/utils' +import { createArgs, spawnSync } from '@gitmars/utils' import type { GitmarsOptionOptionsType, PackageVersionTag } from './types' import lang from './common/local' import upgradeConfig from './conf/upgrade' diff --git a/packages/gitmars/src/gitm.ts b/packages/gitmars/src/gitm.ts index 58ed6844c..df6079d4c 100755 --- a/packages/gitmars/src/gitm.ts +++ b/packages/gitmars/src/gitm.ts @@ -3,8 +3,7 @@ import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import { spawnSync } from '@gitmars/utils' -import { echo } from '@gitmars/utils' +import { echo, spawnSync } from '@gitmars/utils' // import { version } from '../package.json' assert { type: 'json' } import lang from './common/local' diff --git a/packages/gitmars/src/go/index.ts b/packages/gitmars/src/go/index.ts index e52fe0a37..bf48c19fa 100644 --- a/packages/gitmars/src/go/index.ts +++ b/packages/gitmars/src/go/index.ts @@ -1,5 +1,4 @@ -import { spawnSync } from '@gitmars/utils' -import { debug } from '@gitmars/utils' +import { debug, spawnSync } from '@gitmars/utils' import { getCurrentBranch } from '@gitmars/git' import { cleanConfigSet, getCommand } from '@gitmars/go' diff --git a/packages/go/.eslintignore b/packages/go/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/go/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/go/.eslintrc.js b/packages/go/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/go/.eslintrc.js +++ b/packages/go/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/go/package.json b/packages/go/package.json index e636d2949..a9e3ed5e6 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -39,15 +39,15 @@ "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/inquirer": "^8.2.6", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/hook/.eslintignore b/packages/hook/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/hook/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/hook/.eslintrc.js b/packages/hook/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/hook/.eslintrc.js +++ b/packages/hook/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/hook/package.json b/packages/hook/package.json index f75b02ce6..9dc8b458e 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -43,15 +43,15 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/packages/utils/.eslintignore b/packages/utils/.eslintignore deleted file mode 100644 index c5617e9ab..000000000 --- a/packages/utils/.eslintignore +++ /dev/null @@ -1,11 +0,0 @@ -lib -es -dist - -*.bak -*_bak -*.bak.js - -stats.html -#Electron-builder output -dist_electron diff --git a/packages/utils/.eslintrc.js b/packages/utils/.eslintrc.js index b7cc0dbda..beb2a4395 100644 --- a/packages/utils/.eslintrc.js +++ b/packages/utils/.eslintrc.js @@ -3,5 +3,19 @@ module.exports = { rules: { camelcase: 0, 'import/namespace': [2, { allowComputed: true }] - } + }, + ignorePatterns: [ + 'lib', + 'es', + 'dist', + 'docs', + 'app', + 'ui', + 'cache/*', + '*_bak', + '*.bak', + 'pnpm-lock.yaml', + 'stats.html', + 'dist_electron' + ] } diff --git a/packages/utils/package.json b/packages/utils/package.json index 9b84f3444..556c90f7b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.1", + "version": "7.0.0-beta.2", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -43,15 +43,15 @@ "@types/cross-spawn": "^6.0.6", "@types/debug": "^4.1.12", "@types/lodash-es": "^4.17.12", - "@types/node": "^20.11.24", + "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "madge": "^6.1.0", + "madge": "^7.0.0", "prettier": "^3.2.5", "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", - "typescript": "^5.3.3" + "typescript": "^5.4.5" }, "sideEffects": false, "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c6d834a83..01dd39a5e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,37 +47,37 @@ importers: version: 2.6.5 '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@microsoft/api-extractor': - specifier: ^7.42.1 - version: 7.42.1(@types/node@20.11.24) + specifier: ^7.43.1 + version: 7.43.1(@types/node@20.12.7) '@pnpm/logger': specifier: ^5.0.0 version: 5.0.0 '@rollup/plugin-alias': specifier: ^5.1.0 - version: 5.1.0(rollup@4.12.0) + version: 5.1.0(rollup@4.14.3) '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(rollup@4.12.0) + version: 6.0.4(rollup@4.14.3) '@rollup/plugin-commonjs': specifier: ^25.0.7 - version: 25.0.7(rollup@4.12.0) + version: 25.0.7(rollup@4.14.3) '@rollup/plugin-json': specifier: ^6.1.0 - version: 6.1.0(rollup@4.12.0) + version: 6.1.0(rollup@4.14.3) '@rollup/plugin-node-resolve': specifier: ^15.2.3 - version: 15.2.3(rollup@4.12.0) + version: 15.2.3(rollup@4.14.3) '@rollup/plugin-replace': specifier: ^5.0.5 - version: 5.0.5(rollup@4.12.0) + version: 5.0.5(rollup@4.14.3) '@rollup/plugin-terser': specifier: ^0.4.4 - version: 0.4.4(rollup@4.12.0) + version: 0.4.4(rollup@4.14.3) '@rollup/plugin-typescript': specifier: ^11.1.6 - version: 11.1.6(rollup@4.12.0)(typescript@5.3.3) + version: 11.1.6(rollup@4.14.3)(typescript@5.4.5) '@types/gulp': specifier: ^4.0.17 version: 4.0.17 @@ -85,14 +85,14 @@ importers: specifier: ^8.2.6 version: 8.2.6 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/rollup-plugin-css-only': specifier: ^3.1.3 version: 3.1.3 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.1.4)(vue@3.4.21) + version: 5.0.4(vite@5.2.8)(vue@3.4.21) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 version: 3.1.0 @@ -103,8 +103,8 @@ importers: specifier: ^7.0.3 version: 7.0.3 esbuild: - specifier: ^0.20.1 - version: 0.20.1 + specifier: ^0.20.2 + version: 0.20.2 eslint: specifier: ^8.57.0 version: 8.57.0 @@ -112,17 +112,17 @@ importers: specifier: ^3.3.2 version: 3.3.2 gulp: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^5.0.0 + version: 5.0.0 gulp-typescript: specifier: 6.0.0-alpha.1 - version: 6.0.0-alpha.1(typescript@5.3.3) + version: 6.0.0-alpha.1(typescript@5.4.5) load-yml: specifier: ^1.4.0 version: 1.4.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) npm-run-all: specifier: ^4.1.5 version: 4.1.5 @@ -134,7 +134,7 @@ importers: version: 1.4.0 reinstaller: specifier: ^3.0.2 - version: 3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.3.3) + version: 3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.4.5) rimraf: specifier: ^5.0.5 version: 5.0.5 @@ -142,47 +142,47 @@ importers: specifier: ^1.1.1 version: 1.1.1(js-cool@5.18.1) rollup: - specifier: ^4.12.0 - version: 4.12.0 + specifier: ^4.14.3 + version: 4.14.3 rollup-plugin-add-banner: specifier: ^1.1.0 - version: 1.1.0(rollup@4.12.0) + version: 1.1.0(rollup@4.14.3) rollup-plugin-css-only: specifier: ^4.5.2 - version: 4.5.2(rollup@4.12.0) + version: 4.5.2(rollup@4.14.3) rollup-plugin-esbuild: specifier: ^6.1.1 - version: 6.1.1(esbuild@0.20.1)(rollup@4.12.0) + version: 6.1.1(esbuild@0.20.2)(rollup@4.14.3) rollup-plugin-filesize: specifier: ^10.0.0 version: 10.0.0 rollup-plugin-node-externals: specifier: ^7.1.1 - version: 7.1.1(rollup@4.12.0) + version: 7.1.1(rollup@4.14.3) rollup-plugin-replace-shebang: specifier: ^1.2.0 - version: 1.2.0(rollup@4.12.0) + version: 1.2.0(rollup@4.14.3) rollup-plugin-visualizer: specifier: ^5.12.0 - version: 5.12.0(rollup@4.12.0) + version: 5.12.0(rollup@4.14.3) tsnd: specifier: ^1.1.0 version: 1.1.0 typedoc: - specifier: ^0.25.9 - version: 0.25.9(typescript@5.3.3) + specifier: ^0.25.13 + version: 0.25.13(typescript@5.4.5) typedoc-plugin-markdown: specifier: ^3.17.1 - version: 3.17.1(typedoc@0.25.9) + version: 3.17.1(typedoc@0.25.13) typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 unplugin-vue-define-options: - specifier: ^1.4.2 - version: 1.4.2(rollup@4.12.0) + specifier: ^1.4.3 + version: 1.4.3(rollup@4.14.3) zx: - specifier: ^7.2.3 - version: 7.2.3 + specifier: ^8.0.1 + version: 8.0.1 packages/api: dependencies: @@ -216,13 +216,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -233,8 +233,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -245,8 +245,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/build: dependencies: @@ -286,13 +286,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -303,8 +303,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -315,8 +315,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/cache: dependencies: @@ -344,13 +344,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -361,8 +361,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -373,8 +373,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/core: dependencies: @@ -420,13 +420,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -437,8 +437,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -449,8 +449,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/docs: dependencies: @@ -460,22 +460,22 @@ importers: devDependencies: '@eslint-sets/eslint-config-vue3': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/markdown-it': - specifier: ^13.0.7 - version: 13.0.7 + specifier: ^14.0.1 + version: 14.0.1 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 eslint: specifier: ^8.57.0 version: 8.57.0 markdown-it: - specifier: ^14.0.0 - version: 14.0.0 + specifier: ^14.1.0 + version: 14.1.0 markdown-it-anchor: specifier: ^8.6.7 - version: 8.6.7(@types/markdown-it@13.0.7)(markdown-it@14.0.0) + version: 8.6.7(@types/markdown-it@14.0.1)(markdown-it@14.1.0) markdown-it-container: specifier: ^4.0.0 version: 4.0.0 @@ -489,11 +489,11 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 vitepress: - specifier: 1.0.0-rc.44 - version: 1.0.0-rc.44(@types/node@20.11.24)(postcss@8.4.33)(search-insights@2.6.0)(typescript@5.3.3) + specifier: 1.1.0 + version: 1.1.0(@types/node@20.12.7)(postcss@8.4.35)(search-insights@2.6.0)(typescript@5.4.5) packages/git: dependencies: @@ -508,7 +508,7 @@ importers: version: 4.1.2 cosmiconfig: specifier: ^9.0.0 - version: 9.0.0(typescript@5.3.3) + version: 9.0.0(typescript@5.4.5) lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -527,13 +527,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -544,8 +544,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -556,8 +556,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/gitmars: dependencies: @@ -598,8 +598,8 @@ importers: specifier: ^1.6.0 version: 1.6.0 commander: - specifier: ^11.1.0 - version: 11.1.0 + specifier: ^12.0.0 + version: 12.0.0 dayjs: specifier: ^1.11.10 version: 1.11.10 @@ -636,7 +636,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/columnify': specifier: ^1.5.4 version: 1.5.4 @@ -647,8 +647,8 @@ importers: specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -668,8 +668,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/go: dependencies: @@ -697,7 +697,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/inquirer': specifier: ^8.2.6 version: 8.2.6 @@ -705,8 +705,8 @@ importers: specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -717,8 +717,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -729,8 +729,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/hook: dependencies: @@ -767,13 +767,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -784,8 +784,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -796,8 +796,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages/utils: dependencies: @@ -834,7 +834,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) + version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/cross-spawn': specifier: ^6.0.6 version: 6.0.6 @@ -845,8 +845,8 @@ importers: specifier: ^4.17.12 version: 4.17.12 '@types/node': - specifier: ^20.11.24 - version: 20.11.24 + specifier: ^20.12.7 + version: 20.12.7 '@types/shelljs': specifier: ^0.8.15 version: 0.8.15 @@ -857,8 +857,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 madge: - specifier: ^6.1.0 - version: 6.1.0(typescript@5.3.3) + specifier: ^7.0.0 + version: 7.0.0(typescript@5.4.5) prettier: specifier: ^3.2.5 version: 3.2.5 @@ -869,8 +869,8 @@ importers: specifier: ^1.1.0 version: 1.1.0 typescript: - specifier: ^5.3.3 - version: 5.3.3 + specifier: ^5.4.5 + version: 5.4.5 packages: @@ -1021,30 +1021,16 @@ packages: resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 dev: true - /@babel/code-frame@7.23.4: - resolution: {integrity: sha512-r1IONyb6Ia+jYR2vvIDhdWdlTGhqbBoFqLTQidzZ4kepUFH15ejXvFHxCVbtl7BOXIudsIubf4E81xeA3h3IXA==} - engines: {node: '>=6.9.0'} - requiresBuild: true - dependencies: - '@babel/highlight': 7.23.4 - chalk: 2.4.2 - /@babel/code-frame@7.24.2: resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.24.2 picocolors: 1.0.0 - dev: true - - /@babel/compat-data@7.23.2: - resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} - engines: {node: '>=6.9.0'} - dev: true /@babel/compat-data@7.24.4: resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} @@ -1056,15 +1042,15 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.23.4 + '@babel/code-frame': 7.24.2 '@babel/generator': 7.23.4 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helpers': 7.23.2 '@babel/parser': 7.24.0 - '@babel/template': 7.22.15 + '@babel/template': 7.24.0 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -1094,9 +1080,9 @@ packages: resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 dev: true @@ -1104,25 +1090,14 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - dev: true - - /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.23.2 - '@babel/helper-validator-option': 7.22.15 - browserslist: 4.22.1 - lru-cache: 5.1.1 - semver: 6.3.1 + '@babel/types': 7.24.0 dev: true /@babel/helper-compilation-targets@7.23.6: @@ -1136,28 +1111,7 @@ packages: semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: true - - /@babel/helper-create-class-features-plugin@7.24.4: + /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.23.3): resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1166,12 +1120,13 @@ packages: '@babel/core': optional: true dependencies: + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -1217,29 +1172,22 @@ packages: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - dev: true - - /@babel/helper-module-imports@7.22.15: - resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@babel/helper-module-imports@7.24.3: @@ -1260,7 +1208,7 @@ packages: dependencies: '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.22.15 + '@babel/helper-module-imports': 7.24.3 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 @@ -1270,12 +1218,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - dev: true - - /@babel/helper-plugin-utils@7.22.5: - resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} - engines: {node: '>=6.9.0'} + '@babel/types': 7.24.0 dev: true /@babel/helper-plugin-utils@7.24.0: @@ -1297,22 +1240,7 @@ packages: '@babel/helper-wrap-function': 7.22.20 dev: true - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): - resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - dev: true - - /@babel/helper-replace-supers@7.24.1: + /@babel/helper-replace-supers@7.24.1(@babel/core@7.23.3): resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1321,6 +1249,7 @@ packages: '@babel/core': optional: true dependencies: + '@babel/core': 7.23.3 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -1330,26 +1259,21 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - dev: true - - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} + '@babel/types': 7.24.0 dev: true /@babel/helper-string-parser@7.23.4: @@ -1357,21 +1281,11 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-identifier@7.22.15: - resolution: {integrity: sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} requiresBuild: true - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} @@ -1382,29 +1296,21 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 dev: true /@babel/helpers@7.23.2: resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 + '@babel/template': 7.24.0 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight@7.23.4: - resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 - /@babel/highlight@7.24.2: resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} @@ -1413,15 +1319,6 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.0.0 - dev: true - - /@babel/parser@7.22.10: - resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.22.17 - dev: true /@babel/parser@7.24.0: resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} @@ -1595,20 +1492,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.3): - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-syntax-jsx@7.24.1: + /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.23.3): resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1617,6 +1501,7 @@ packages: '@babel/core': optional: true dependencies: + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1710,20 +1595,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3): - resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-syntax-typescript@7.24.1: + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.23.3): resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1732,6 +1604,7 @@ packages: '@babel/core': optional: true dependencies: + '@babel/core': 7.23.3 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1822,7 +1695,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1835,7 +1708,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-class-static-block': 7.14.5 dev: true @@ -1854,7 +1727,7 @@ packages: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true @@ -2156,7 +2029,7 @@ packages: optional: true dependencies: '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) dev: true /@babel/plugin-transform-optional-catch-binding@7.24.1: @@ -2207,7 +2080,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -2221,7 +2094,7 @@ packages: optional: true dependencies: '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-private-property-in-object': 7.14.5 dev: true @@ -2324,23 +2197,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-typescript@7.23.4(@babel/core@7.23.3): - resolution: {integrity: sha512-39hCCOl+YUAyMOu6B9SmUTiHUU0t/CxJNUmY3qRdJujbqi+lrQcL11ysYUsAvFWPBdhihrv1z0oRG84Yr3dODQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.23.3 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) - dev: true - - /@babel/plugin-transform-typescript@7.24.4: + /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.23.3): resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2349,10 +2206,11 @@ packages: '@babel/core': optional: true dependencies: + '@babel/core': 7.23.3 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.23.3) dev: true /@babel/plugin-transform-unicode-escapes@7.24.1: @@ -2509,7 +2367,7 @@ packages: optional: true dependencies: '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 esutils: 2.0.3 dev: true @@ -2524,9 +2382,9 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.23.3) '@babel/plugin-transform-modules-commonjs': 7.24.1 - '@babel/plugin-transform-typescript': 7.24.4 + '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.23.3) dev: true /@babel/regjsgen@0.8.0: @@ -2540,15 +2398,6 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/template@7.22.15: - resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.4 - '@babel/parser': 7.24.0 - '@babel/types': 7.23.6 - dev: true - /@babel/template@7.24.0: resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} @@ -2562,29 +2411,20 @@ packages: resolution: {integrity: sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.23.4 + '@babel/code-frame': 7.24.2 '@babel/generator': 7.23.4 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.24.0 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types@7.22.17: - resolution: {integrity: sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.15 - to-fast-properties: 2.0.0 - dev: true - /@babel/types@7.23.6: resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} @@ -2603,22 +2443,22 @@ packages: to-fast-properties: 2.0.0 dev: true - /@dependents/detective-less@3.0.1: - resolution: {integrity: sha512-NjjCPJbx/za2287T6gnC5zD2IFSplro1evaTV9yvx3jnPpHi7s8PwJvh9vvJRFnMx5nbakodwNOnFvk8+9YQTg==} - engines: {node: '>=12'} + /@dependents/detective-less@4.1.0: + resolution: {integrity: sha512-KrkT6qO5NxqNfy68sBl6CTSoJ4SNDIS5iQArkibhlbGU4LaDukZ3q2HIkh8aUKDio6o4itU4xDR7t82Y2eP1Bg==} + engines: {node: '>=14'} dependencies: gonzales-pe: 4.3.0 - node-source-walk: 5.0.1 + node-source-walk: 6.0.2 dev: true - /@docsearch/css@3.5.2: - resolution: {integrity: sha512-SPiDHaWKQZpwR2siD0KQUwlStvIAnEyK6tAE2h2Wuoq8ue9skzhlyVQ1ddzOxX6khULnAALDiR/isSF3bnuciA==} + /@docsearch/css@3.6.0: + resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==} dev: true - /@docsearch/js@3.5.2(search-insights@2.6.0): - resolution: {integrity: sha512-p1YFTCDflk8ieHgFJYfmyHBki1D61+U9idwrLh+GQQMrBSP3DLGKpy0XUJtPjAOPltcVbqsTjiPFfH7JImjUNg==} + /@docsearch/js@3.6.0(search-insights@2.6.0): + resolution: {integrity: sha512-QujhqINEElrkIfKwyyyTfbsfMAYCkylInLYMRqHy7PHc8xTBQCow73tlo/Kc7oIwBrCLf0P3YhjlOeV4v8hevQ==} dependencies: - '@docsearch/react': 3.5.2(search-insights@2.6.0) + '@docsearch/react': 3.6.0(search-insights@2.6.0) preact: 10.13.1 transitivePeerDependencies: - '@algolia/client-search' @@ -2628,8 +2468,8 @@ packages: - search-insights dev: true - /@docsearch/react@3.5.2(search-insights@2.6.0): - resolution: {integrity: sha512-9Ahcrs5z2jq/DcAvYtvlqEBHImbm4YJI8M9y0x6Tqg598P40HTEkX7hsMcIuThI+hTFxRGZ9hll0Wygm2yEjng==} + /@docsearch/react@3.6.0(search-insights@2.6.0): + resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' react: '>= 16.8.0 < 19.0.0' @@ -2647,7 +2487,7 @@ packages: dependencies: '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.19.1)(search-insights@2.6.0) '@algolia/autocomplete-preset-algolia': 1.9.3(algoliasearch@4.19.1) - '@docsearch/css': 3.5.2 + '@docsearch/css': 3.6.0 algoliasearch: 4.19.1 search-insights: 2.6.0 transitivePeerDependencies: @@ -2684,8 +2524,8 @@ packages: get-tsconfig: 4.7.2 dev: true - /@esbuild/aix-ppc64@0.19.11: - resolution: {integrity: sha512-FnzU0LyE3ySQk7UntJO4+qIiQgI7KoODnZg5xzXIrFJlKd2P2gwHsHY4927xj9y5PJmJSzULiUCWmv7iWnNa7g==} + /@esbuild/aix-ppc64@0.20.1: + resolution: {integrity: sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] @@ -2693,8 +2533,8 @@ packages: dev: true optional: true - /@esbuild/aix-ppc64@0.20.1: - resolution: {integrity: sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==} + /@esbuild/aix-ppc64@0.20.2: + resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] @@ -2711,8 +2551,8 @@ packages: dev: true optional: true - /@esbuild/android-arm64@0.19.11: - resolution: {integrity: sha512-aiu7K/5JnLj//KOnOfEZ0D90obUkRzDMyqd/wNAUQ34m4YUPVhRZpnqKV9uqDGxT7cToSDnIHsGooyIczu9T+Q==} + /@esbuild/android-arm64@0.20.1: + resolution: {integrity: sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -2720,8 +2560,8 @@ packages: dev: true optional: true - /@esbuild/android-arm64@0.20.1: - resolution: {integrity: sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==} + /@esbuild/android-arm64@0.20.2: + resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -2738,8 +2578,8 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.19.11: - resolution: {integrity: sha512-5OVapq0ClabvKvQ58Bws8+wkLCV+Rxg7tUVbo9xu034Nm536QTII4YzhaFriQ7rMrorfnFKUsArD2lqKbFY4vw==} + /@esbuild/android-arm@0.20.1: + resolution: {integrity: sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -2747,8 +2587,8 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.20.1: - resolution: {integrity: sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==} + /@esbuild/android-arm@0.20.2: + resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -2765,8 +2605,8 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.19.11: - resolution: {integrity: sha512-eccxjlfGw43WYoY9QgB82SgGgDbibcqyDTlk3l3C0jOVHKxrjdc9CTwDUQd0vkvYg5um0OH+GpxYvp39r+IPOg==} + /@esbuild/android-x64@0.20.1: + resolution: {integrity: sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -2774,8 +2614,8 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.20.1: - resolution: {integrity: sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==} + /@esbuild/android-x64@0.20.2: + resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -2792,8 +2632,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.19.11: - resolution: {integrity: sha512-ETp87DRWuSt9KdDVkqSoKoLFHYTrkyz2+65fj9nfXsaV3bMhTCjtQfw3y+um88vGRKRiF7erPrh/ZuIdLUIVxQ==} + /@esbuild/darwin-arm64@0.20.1: + resolution: {integrity: sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2801,8 +2641,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.20.1: - resolution: {integrity: sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==} + /@esbuild/darwin-arm64@0.20.2: + resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2819,8 +2659,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.19.11: - resolution: {integrity: sha512-fkFUiS6IUK9WYUO/+22omwetaSNl5/A8giXvQlcinLIjVkxwTLSktbF5f/kJMftM2MJp9+fXqZ5ezS7+SALp4g==} + /@esbuild/darwin-x64@0.20.1: + resolution: {integrity: sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2828,8 +2668,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.20.1: - resolution: {integrity: sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==} + /@esbuild/darwin-x64@0.20.2: + resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2846,8 +2686,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.19.11: - resolution: {integrity: sha512-lhoSp5K6bxKRNdXUtHoNc5HhbXVCS8V0iZmDvyWvYq9S5WSfTIHU2UGjcGt7UeS6iEYp9eeymIl5mJBn0yiuxA==} + /@esbuild/freebsd-arm64@0.20.1: + resolution: {integrity: sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -2855,8 +2695,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.20.1: - resolution: {integrity: sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==} + /@esbuild/freebsd-arm64@0.20.2: + resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -2873,8 +2713,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.19.11: - resolution: {integrity: sha512-JkUqn44AffGXitVI6/AbQdoYAq0TEullFdqcMY/PCUZ36xJ9ZJRtQabzMA+Vi7r78+25ZIBosLTOKnUXBSi1Kw==} + /@esbuild/freebsd-x64@0.20.1: + resolution: {integrity: sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -2882,8 +2722,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.20.1: - resolution: {integrity: sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==} + /@esbuild/freebsd-x64@0.20.2: + resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -2900,8 +2740,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.19.11: - resolution: {integrity: sha512-LneLg3ypEeveBSMuoa0kwMpCGmpu8XQUh+mL8XXwoYZ6Be2qBnVtcDI5azSvh7vioMDhoJFZzp9GWp9IWpYoUg==} + /@esbuild/linux-arm64@0.20.1: + resolution: {integrity: sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2909,8 +2749,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.20.1: - resolution: {integrity: sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==} + /@esbuild/linux-arm64@0.20.2: + resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2927,8 +2767,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.19.11: - resolution: {integrity: sha512-3CRkr9+vCV2XJbjwgzjPtO8T0SZUmRZla+UL1jw+XqHZPkPgZiyWvbDvl9rqAN8Zl7qJF0O/9ycMtjU67HN9/Q==} + /@esbuild/linux-arm@0.20.1: + resolution: {integrity: sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -2936,8 +2776,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.20.1: - resolution: {integrity: sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==} + /@esbuild/linux-arm@0.20.2: + resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -2954,8 +2794,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.19.11: - resolution: {integrity: sha512-caHy++CsD8Bgq2V5CodbJjFPEiDPq8JJmBdeyZ8GWVQMjRD0sU548nNdwPNvKjVpamYYVL40AORekgfIubwHoA==} + /@esbuild/linux-ia32@0.20.1: + resolution: {integrity: sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -2963,8 +2803,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.20.1: - resolution: {integrity: sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==} + /@esbuild/linux-ia32@0.20.2: + resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -2990,8 +2830,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.19.11: - resolution: {integrity: sha512-ppZSSLVpPrwHccvC6nQVZaSHlFsvCQyjnvirnVjbKSHuE5N24Yl8F3UwYUUR1UEPaFObGD2tSvVKbvR+uT1Nrg==} + /@esbuild/linux-loong64@0.20.1: + resolution: {integrity: sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -2999,8 +2839,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.20.1: - resolution: {integrity: sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==} + /@esbuild/linux-loong64@0.20.2: + resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -3017,8 +2857,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.19.11: - resolution: {integrity: sha512-B5x9j0OgjG+v1dF2DkH34lr+7Gmv0kzX6/V0afF41FkPMMqaQ77pH7CrhWeR22aEeHKaeZVtZ6yFwlxOKPVFyg==} + /@esbuild/linux-mips64el@0.20.1: + resolution: {integrity: sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -3026,8 +2866,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.20.1: - resolution: {integrity: sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==} + /@esbuild/linux-mips64el@0.20.2: + resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -3044,8 +2884,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.19.11: - resolution: {integrity: sha512-MHrZYLeCG8vXblMetWyttkdVRjQlQUb/oMgBNurVEnhj4YWOr4G5lmBfZjHYQHHN0g6yDmCAQRR8MUHldvvRDA==} + /@esbuild/linux-ppc64@0.20.1: + resolution: {integrity: sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -3053,8 +2893,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.20.1: - resolution: {integrity: sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==} + /@esbuild/linux-ppc64@0.20.2: + resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -3071,8 +2911,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.19.11: - resolution: {integrity: sha512-f3DY++t94uVg141dozDu4CCUkYW+09rWtaWfnb3bqe4w5NqmZd6nPVBm+qbz7WaHZCoqXqHz5p6CM6qv3qnSSQ==} + /@esbuild/linux-riscv64@0.20.1: + resolution: {integrity: sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -3080,8 +2920,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.20.1: - resolution: {integrity: sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==} + /@esbuild/linux-riscv64@0.20.2: + resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -3098,8 +2938,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.19.11: - resolution: {integrity: sha512-A5xdUoyWJHMMlcSMcPGVLzYzpcY8QP1RtYzX5/bS4dvjBGVxdhuiYyFwp7z74ocV7WDc0n1harxmpq2ePOjI0Q==} + /@esbuild/linux-s390x@0.20.1: + resolution: {integrity: sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -3107,8 +2947,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.20.1: - resolution: {integrity: sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==} + /@esbuild/linux-s390x@0.20.2: + resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -3125,8 +2965,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.19.11: - resolution: {integrity: sha512-grbyMlVCvJSfxFQUndw5mCtWs5LO1gUlwP4CDi4iJBbVpZcqLVT29FxgGuBJGSzyOxotFG4LoO5X+M1350zmPA==} + /@esbuild/linux-x64@0.20.1: + resolution: {integrity: sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -3134,8 +2974,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.20.1: - resolution: {integrity: sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==} + /@esbuild/linux-x64@0.20.2: + resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -3152,8 +2992,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.19.11: - resolution: {integrity: sha512-13jvrQZJc3P230OhU8xgwUnDeuC/9egsjTkXN49b3GcS5BKvJqZn86aGM8W9pd14Kd+u7HuFBMVtrNGhh6fHEQ==} + /@esbuild/netbsd-x64@0.20.1: + resolution: {integrity: sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -3161,8 +3001,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.20.1: - resolution: {integrity: sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==} + /@esbuild/netbsd-x64@0.20.2: + resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -3179,8 +3019,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.19.11: - resolution: {integrity: sha512-ysyOGZuTp6SNKPE11INDUeFVVQFrhcNDVUgSQVDzqsqX38DjhPEPATpid04LCoUr2WXhQTEZ8ct/EgJCUDpyNw==} + /@esbuild/openbsd-x64@0.20.1: + resolution: {integrity: sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -3188,8 +3028,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.20.1: - resolution: {integrity: sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==} + /@esbuild/openbsd-x64@0.20.2: + resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -3206,8 +3046,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.19.11: - resolution: {integrity: sha512-Hf+Sad9nVwvtxy4DXCZQqLpgmRTQqyFyhT3bZ4F2XlJCjxGmRFF0Shwn9rzhOYRB61w9VMXUkxlBy56dk9JJiQ==} + /@esbuild/sunos-x64@0.20.1: + resolution: {integrity: sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -3215,8 +3055,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.20.1: - resolution: {integrity: sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==} + /@esbuild/sunos-x64@0.20.2: + resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -3233,8 +3073,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.19.11: - resolution: {integrity: sha512-0P58Sbi0LctOMOQbpEOvOL44Ne0sqbS0XWHMvvrg6NE5jQ1xguCSSw9jQeUk2lfrXYsKDdOe6K+oZiwKPilYPQ==} + /@esbuild/win32-arm64@0.20.1: + resolution: {integrity: sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -3242,8 +3082,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.20.1: - resolution: {integrity: sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==} + /@esbuild/win32-arm64@0.20.2: + resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -3260,8 +3100,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.19.11: - resolution: {integrity: sha512-6YOrWS+sDJDmshdBIQU+Uoyh7pQKrdykdefC1avn76ss5c+RN6gut3LZA4E2cH5xUEp5/cA0+YxRaVtRAb0xBg==} + /@esbuild/win32-ia32@0.20.1: + resolution: {integrity: sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -3269,8 +3109,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.20.1: - resolution: {integrity: sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==} + /@esbuild/win32-ia32@0.20.2: + resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -3287,8 +3127,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.19.11: - resolution: {integrity: sha512-vfkhltrjCAb603XaFhqhAF4LGDi2M4OrCRrFusyQ+iTLQ/o60QQXxc9cZC/FFpihBI9N1Grn6SMKVJ4KP7Fuiw==} + /@esbuild/win32-x64@0.20.1: + resolution: {integrity: sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -3296,8 +3136,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.20.1: - resolution: {integrity: sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==} + /@esbuild/win32-x64@0.20.2: + resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -3320,7 +3160,7 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true - /@eslint-sets/eslint-config-basic@5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3): + /@eslint-sets/eslint-config-basic@5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5): resolution: {integrity: sha512-AgECfmJsiVOWKmvgjv780VuuoT9SE6PRgxGTtytHSfE9b9MAJjHxToVTKtD4UEKvocEGbg2EcwqGbff8cxDWKw==} peerDependencies: eslint: '>=7.4.0 || >= 8.0.0' @@ -3346,7 +3186,7 @@ packages: eslint-plugin-yml: 1.12.2(eslint@8.57.0) jsonc-eslint-parser: 2.4.0 prettier: 3.2.5 - typescript: 5.3.3 + typescript: 5.4.5 vue-eslint-parser: 9.4.2(eslint@8.57.0) yaml-eslint-parser: 1.2.2 transitivePeerDependencies: @@ -3358,7 +3198,7 @@ packages: - supports-color dev: true - /@eslint-sets/eslint-config-ts@5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3): + /@eslint-sets/eslint-config-ts@5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5): resolution: {integrity: sha512-7vOzV6qYv0SbA9W17m9lkG/Zv+qVeCcAbWEY1d9hUbBHx9Ip48kNMNVDrnh97zUORXGcmjxsZ81W2lC36Ox2pw==} peerDependencies: eslint: '>=7.4.0 || >= 8.0.0' @@ -3368,15 +3208,15 @@ packages: typescript: optional: true dependencies: - '@eslint-sets/eslint-config-basic': 5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.3) - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@eslint-sets/eslint-config-basic': 5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-tsdoc: 0.2.17 prettier: 3.2.5 - typescript: 5.3.3 + typescript: 5.4.5 transitivePeerDependencies: - '@babel/core' - '@types/eslint' @@ -3385,7 +3225,7 @@ packages: - supports-color dev: true - /@eslint-sets/eslint-config-vue3@5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3): + /@eslint-sets/eslint-config-vue3@5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5): resolution: {integrity: sha512-gQBmQicZihPcxncIdkKagQGZ2dH+97ioAlUpsaczEdgY9pLrLOU5oGTetjbaxAp6zGS2sXm1n0i2BnwRIlt4Bg==} peerDependencies: eslint: '>=7.4.0 || >= 8.0.0' @@ -3395,10 +3235,10 @@ packages: typescript: optional: true dependencies: - '@eslint-sets/eslint-config-basic': 5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@eslint-sets/eslint-config-ts': 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.3.3) - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.3) - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@eslint-sets/eslint-config-basic': 5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@eslint-sets/eslint-config-ts': 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-jsdoc: 48.2.0(eslint@8.57.0) @@ -3409,7 +3249,7 @@ packages: eslint-plugin-vue-scoped-css: 2.7.2(eslint@8.57.0)(vue-eslint-parser@9.4.2) local-pkg: 0.5.0 prettier: 3.2.5 - typescript: 5.3.3 + typescript: 5.4.5 vue-eslint-parser: 9.4.2(eslint@8.57.0) transitivePeerDependencies: - '@babel/core' @@ -3445,11 +3285,23 @@ packages: resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} dev: true + /@gulpjs/messages@1.1.0: + resolution: {integrity: sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9tVwo8rQQSg==} + engines: {node: '>=10.13.0'} + dev: true + + /@gulpjs/to-absolute-glob@4.0.0: + resolution: {integrity: sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==} + engines: {node: '>=10.13.0'} + dependencies: + is-negated-glob: 1.0.0 + dev: true + /@humanwhocodes/config-array@0.11.14: resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} dependencies: - '@humanwhocodes/object-schema': 2.0.2 + '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -3461,8 +3313,8 @@ packages: engines: {node: '>=12.22'} dev: true - /@humanwhocodes/object-schema@2.0.2: - resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} + /@humanwhocodes/object-schema@2.0.3: + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} dev: true /@isaacs/cliui@8.0.2: @@ -3477,15 +3329,6 @@ packages: wrap-ansi-cjs: /wrap-ansi@7.0.0 dev: true - /@jridgewell/gen-mapping@0.3.2: - resolution: {integrity: sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.2 - '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.17 - dev: true - /@jridgewell/gen-mapping@0.3.5: resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} @@ -3500,23 +3343,11 @@ packages: engines: {node: '>=6.0.0'} dev: true - /@jridgewell/set-array@1.1.2: - resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} - engines: {node: '>=6.0.0'} - dev: true - /@jridgewell/set-array@1.2.1: resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} dev: true - /@jridgewell/source-map@0.3.2: - resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} - dependencies: - '@jridgewell/gen-mapping': 0.3.2 - '@jridgewell/trace-mapping': 0.3.17 - dev: true - /@jridgewell/source-map@0.3.6: resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} dependencies: @@ -3524,21 +3355,10 @@ packages: '@jridgewell/trace-mapping': 0.3.25 dev: true - /@jridgewell/sourcemap-codec@1.4.14: - resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} - dev: true - /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} dev: true - /@jridgewell/trace-mapping@0.3.17: - resolution: {integrity: sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==} - dependencies: - '@jridgewell/resolve-uri': 3.1.0 - '@jridgewell/sourcemap-codec': 1.4.14 - dev: true - /@jridgewell/trace-mapping@0.3.25: resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: @@ -3561,33 +3381,33 @@ packages: resolution: {integrity: sha512-QK9tV/SIkSXp36bbDREoKEdnnBA9lSrVYyV1qvAE2zZ99X6zGBMF5JCZ1N+Fa+2ojbYW1TxKZSztsHeYhbtYXA==} dev: false - /@microsoft/api-extractor-model@7.28.13(@types/node@20.11.24): - resolution: {integrity: sha512-39v/JyldX4MS9uzHcdfmjjfS6cYGAoXV+io8B5a338pkHiSt+gy2eXQ0Q7cGFJ7quSa1VqqlMdlPrB6sLR/cAw==} + /@microsoft/api-extractor-model@7.28.14(@types/node@20.12.7): + resolution: {integrity: sha512-Bery/c8A8SsKPSvA82cTTuy/+OcxZbLRmKhPkk91/AJOQzxZsShcrmHFAGeiEqSIrv1nPZ3tKq9kfMLdCHmsqg==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.24) + '@rushstack/node-core-library': 4.1.0(@types/node@20.12.7) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.42.1(@types/node@20.11.24): - resolution: {integrity: sha512-eswRJCfiscDDcgu+0DPBdpYKRCVXaeFOOp9h4Y4ixoCCeGoEwgNi/P9zp39O+61pLWxZ3pAShTY0pe8vw5LtrQ==} + /@microsoft/api-extractor@7.43.1(@types/node@20.12.7): + resolution: {integrity: sha512-ohg40SsvFFgzHFAtYq5wKJc8ZDyY46bphjtnSvhSSlXpPTG7GHwyyXkn48UZiUCBwr2WC7TRC1Jfwz7nreuiyQ==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.13(@types/node@20.11.24) + '@microsoft/api-extractor-model': 7.28.14(@types/node@20.12.7) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.24) + '@rushstack/node-core-library': 4.1.0(@types/node@20.12.7) '@rushstack/rig-package': 0.5.2 - '@rushstack/terminal': 0.10.0(@types/node@20.11.24) - '@rushstack/ts-command-line': 4.18.1(@types/node@20.11.24) + '@rushstack/terminal': 0.10.1(@types/node@20.12.7) + '@rushstack/ts-command-line': 4.19.2(@types/node@20.12.7) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.4 semver: 7.5.4 source-map: 0.6.1 - typescript: 5.3.3 + typescript: 5.4.2 transitivePeerDependencies: - '@types/node' dev: true @@ -3805,7 +3625,7 @@ packages: ndjson: 2.0.0 dev: true - /@rollup/plugin-alias@5.1.0(rollup@4.12.0): + /@rollup/plugin-alias@5.1.0(rollup@4.14.3): resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3814,11 +3634,11 @@ packages: rollup: optional: true dependencies: - rollup: 4.12.0 + rollup: 4.14.3 slash: 4.0.0 dev: true - /@rollup/plugin-babel@6.0.4(rollup@4.12.0): + /@rollup/plugin-babel@6.0.4(rollup@4.14.3): resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3833,12 +3653,12 @@ packages: rollup: optional: true dependencies: - '@babel/helper-module-imports': 7.22.15 - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) - rollup: 4.12.0 + '@babel/helper-module-imports': 7.24.3 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + rollup: 4.14.3 dev: true - /@rollup/plugin-commonjs@25.0.7(rollup@4.12.0): + /@rollup/plugin-commonjs@25.0.7(rollup@4.14.3): resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3847,16 +3667,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.30.7 - rollup: 4.12.0 + rollup: 4.14.3 dev: true - /@rollup/plugin-json@6.1.0(rollup@4.12.0): + /@rollup/plugin-json@6.1.0(rollup@4.14.3): resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3865,11 +3685,11 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) - rollup: 4.12.0 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + rollup: 4.14.3 dev: true - /@rollup/plugin-node-resolve@15.2.3(rollup@4.12.0): + /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.3): resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3878,16 +3698,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.4 - rollup: 4.12.0 + rollup: 4.14.3 dev: true - /@rollup/plugin-replace@5.0.5(rollup@4.12.0): + /@rollup/plugin-replace@5.0.5(rollup@4.14.3): resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3896,12 +3716,12 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) magic-string: 0.30.7 - rollup: 4.12.0 + rollup: 4.14.3 dev: true - /@rollup/plugin-terser@0.4.4(rollup@4.12.0): + /@rollup/plugin-terser@0.4.4(rollup@4.14.3): resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3910,13 +3730,13 @@ packages: rollup: optional: true dependencies: - rollup: 4.12.0 + rollup: 4.14.3 serialize-javascript: 6.0.2 smob: 1.5.0 terser: 5.30.3 dev: true - /@rollup/plugin-typescript@11.1.6(rollup@4.12.0)(typescript@5.3.3): + /@rollup/plugin-typescript@11.1.6(rollup@4.14.3)(typescript@5.4.5): resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3929,13 +3749,13 @@ packages: tslib: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) resolve: 1.22.4 - rollup: 4.12.0 - typescript: 5.3.3 + rollup: 4.14.3 + typescript: 5.4.5 dev: true - /@rollup/pluginutils@5.1.0(rollup@4.12.0): + /@rollup/pluginutils@5.1.0(rollup@4.14.3): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3947,100 +3767,59 @@ packages: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 4.12.0 - dev: true - - /@rollup/rollup-android-arm-eabi@4.12.0: - resolution: {integrity: sha512-+ac02NL/2TCKRrJu2wffk1kZ+RyqxVUlbjSagNgPm94frxtr+XDL12E5Ll1enWskLrtrZ2r8L3wED1orIibV/w==} - cpu: [arm] - os: [android] - requiresBuild: true + rollup: 4.14.3 dev: true - optional: true - /@rollup/rollup-android-arm-eabi@4.9.4: - resolution: {integrity: sha512-ub/SN3yWqIv5CWiAZPHVS1DloyZsJbtXmX4HxUTIpS0BHm9pW5iYBo2mIZi+hE3AeiTzHz33blwSnhdUo+9NpA==} + /@rollup/rollup-android-arm-eabi@4.14.3: + resolution: {integrity: sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==} cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-android-arm64@4.12.0: - resolution: {integrity: sha512-OBqcX2BMe6nvjQ0Nyp7cC90cnumt8PXmO7Dp3gfAju/6YwG0Tj74z1vKrfRz7qAv23nBcYM8BCbhrsWqO7PzQQ==} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-android-arm64@4.9.4: - resolution: {integrity: sha512-ehcBrOR5XTl0W0t2WxfTyHCR/3Cq2jfb+I4W+Ch8Y9b5G+vbAecVv0Fx/J1QKktOrgUYsIKxWAKgIpvw56IFNA==} + /@rollup/rollup-android-arm64@4.14.3: + resolution: {integrity: sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-arm64@4.12.0: - resolution: {integrity: sha512-X64tZd8dRE/QTrBIEs63kaOBG0b5GVEd3ccoLtyf6IdXtHdh8h+I56C2yC3PtC9Ucnv0CpNFJLqKFVgCYe0lOQ==} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-darwin-arm64@4.9.4: - resolution: {integrity: sha512-1fzh1lWExwSTWy8vJPnNbNM02WZDS8AW3McEOb7wW+nPChLKf3WG2aG7fhaUmfX5FKw9zhsF5+MBwArGyNM7NA==} + /@rollup/rollup-darwin-arm64@4.14.3: + resolution: {integrity: sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-x64@4.12.0: - resolution: {integrity: sha512-cc71KUZoVbUJmGP2cOuiZ9HSOP14AzBAThn3OU+9LcA1+IUqswJyR1cAJj3Mg55HbjZP6OLAIscbQsQLrpgTOg==} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-darwin-x64@4.9.4: - resolution: {integrity: sha512-Gc6cukkF38RcYQ6uPdiXi70JB0f29CwcQ7+r4QpfNpQFVHXRd0DfWFidoGxjSx1DwOETM97JPz1RXL5ISSB0pA==} + /@rollup/rollup-darwin-x64@4.14.3: + resolution: {integrity: sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.12.0: - resolution: {integrity: sha512-a6w/Y3hyyO6GlpKL2xJ4IOh/7d+APaqLYdMf86xnczU3nurFTaVN9s9jOXQg97BE4nYm/7Ga51rjec5nfRdrvA==} + /@rollup/rollup-linux-arm-gnueabihf@4.14.3: + resolution: {integrity: sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.9.4: - resolution: {integrity: sha512-g21RTeFzoTl8GxosHbnQZ0/JkuFIB13C3T7Y0HtKzOXmoHhewLbVTFBQZu+z5m9STH6FZ7L/oPgU4Nm5ErN2fw==} + /@rollup/rollup-linux-arm-musleabihf@4.14.3: + resolution: {integrity: sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.12.0: - resolution: {integrity: sha512-0fZBq27b+D7Ar5CQMofVN8sggOVhEtzFUwOwPppQt0k+VR+7UHMZZY4y+64WJ06XOhBTKXtQB/Sv0NwQMXyNAA==} - cpu: [arm64] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-linux-arm64-gnu@4.9.4: - resolution: {integrity: sha512-TVYVWD/SYwWzGGnbfTkrNpdE4HON46orgMNHCivlXmlsSGQOx/OHHYiQcMIOx38/GWgwr/po2LBn7wypkWw/Mg==} + /@rollup/rollup-linux-arm64-gnu@4.14.3: + resolution: {integrity: sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==} cpu: [arm64] os: [linux] libc: [glibc] @@ -4048,17 +3827,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.12.0: - resolution: {integrity: sha512-eTvzUS3hhhlgeAv6bfigekzWZjaEX9xP9HhxB0Dvrdbkk5w/b+1Sxct2ZuDxNJKzsRStSq1EaEkVSEe7A7ipgQ==} - cpu: [arm64] - os: [linux] - libc: [musl] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-linux-arm64-musl@4.9.4: - resolution: {integrity: sha512-XcKvuendwizYYhFxpvQ3xVpzje2HHImzg33wL9zvxtj77HvPStbSGI9czrdbfrf8DGMcNNReH9pVZv8qejAQ5A==} + /@rollup/rollup-linux-arm64-musl@4.14.3: + resolution: {integrity: sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==} cpu: [arm64] os: [linux] libc: [musl] @@ -4066,17 +3836,17 @@ packages: dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.12.0: - resolution: {integrity: sha512-ix+qAB9qmrCRiaO71VFfY8rkiAZJL8zQRXveS27HS+pKdjwUfEhqo2+YF2oI+H/22Xsiski+qqwIBxVewLK7sw==} - cpu: [riscv64] + /@rollup/rollup-linux-powerpc64le-gnu@4.14.3: + resolution: {integrity: sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==} + cpu: [ppc64] os: [linux] libc: [glibc] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.9.4: - resolution: {integrity: sha512-LFHS/8Q+I9YA0yVETyjonMJ3UA+DczeBd/MqNEzsGSTdNvSJa1OJZcSH8GiXLvcizgp9AlHs2walqRcqzjOi3A==} + /@rollup/rollup-linux-riscv64-gnu@4.14.3: + resolution: {integrity: sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==} cpu: [riscv64] os: [linux] libc: [glibc] @@ -4084,17 +3854,17 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.12.0: - resolution: {integrity: sha512-TenQhZVOtw/3qKOPa7d+QgkeM6xY0LtwzR8OplmyL5LrgTWIXpTQg2Q2ycBf8jm+SFW2Wt/DTn1gf7nFp3ssVA==} - cpu: [x64] + /@rollup/rollup-linux-s390x-gnu@4.14.3: + resolution: {integrity: sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==} + cpu: [s390x] os: [linux] libc: [glibc] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.9.4: - resolution: {integrity: sha512-dIYgo+j1+yfy81i0YVU5KnQrIJZE8ERomx17ReU4GREjGtDW4X+nvkBak2xAUpyqLs4eleDSj3RrV72fQos7zw==} + /@rollup/rollup-linux-x64-gnu@4.14.3: + resolution: {integrity: sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==} cpu: [x64] os: [linux] libc: [glibc] @@ -4102,17 +3872,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.12.0: - resolution: {integrity: sha512-LfFdRhNnW0zdMvdCb5FNuWlls2WbbSridJvxOvYWgSBOYZtgBfW9UGNJG//rwMqTX1xQE9BAodvMH9tAusKDUw==} - cpu: [x64] - os: [linux] - libc: [musl] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-linux-x64-musl@4.9.4: - resolution: {integrity: sha512-RoaYxjdHQ5TPjaPrLsfKqR3pakMr3JGqZ+jZM0zP2IkDtsGa4CqYaWSfQmZVgFUCgLrTnzX+cnHS3nfl+kB6ZQ==} + /@rollup/rollup-linux-x64-musl@4.14.3: + resolution: {integrity: sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==} cpu: [x64] os: [linux] libc: [musl] @@ -4120,63 +3881,39 @@ packages: dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.12.0: - resolution: {integrity: sha512-JPDxovheWNp6d7AHCgsUlkuCKvtu3RB55iNEkaQcf0ttsDU/JZF+iQnYcQJSk/7PtT4mjjVG8N1kpwnI9SLYaw==} + /@rollup/rollup-win32-arm64-msvc@4.14.3: + resolution: {integrity: sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.9.4: - resolution: {integrity: sha512-T8Q3XHV+Jjf5e49B4EAaLKV74BbX7/qYBRQ8Wop/+TyyU0k+vSjiLVSHNWdVd1goMjZcbhDmYZUYW5RFqkBNHQ==} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-win32-ia32-msvc@4.12.0: - resolution: {integrity: sha512-fjtuvMWRGJn1oZacG8IPnzIV6GF2/XG+h71FKn76OYFqySXInJtseAqdprVTDTyqPxQOG9Exak5/E9Z3+EJ8ZA==} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-win32-ia32-msvc@4.9.4: - resolution: {integrity: sha512-z+JQ7JirDUHAsMecVydnBPWLwJjbppU+7LZjffGf+Jvrxq+dVjIE7By163Sc9DKc3ADSU50qPVw0KonBS+a+HQ==} + /@rollup/rollup-win32-ia32-msvc@4.14.3: + resolution: {integrity: sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.12.0: - resolution: {integrity: sha512-ZYmr5mS2wd4Dew/JjT0Fqi2NPB/ZhZ2VvPp7SmvPZb4Y1CG/LRcS6tcRo2cYU7zLK5A7cdbhWnnWmUjoI4qapg==} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - - /@rollup/rollup-win32-x64-msvc@4.9.4: - resolution: {integrity: sha512-LfdGXCV9rdEify1oxlN9eamvDSjv9md9ZVMAbNHA87xqIfFCxImxan9qZ8+Un54iK2nnqPlbnSi4R54ONtbWBw==} + /@rollup/rollup-win32-x64-msvc@4.14.3: + resolution: {integrity: sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /@rushstack/node-core-library@4.0.2(@types/node@20.11.24): - resolution: {integrity: sha512-hyES82QVpkfQMeBMteQUnrhASL/KHPhd7iJ8euduwNJG4mu2GSOKybf0rOEjOm1Wz7CwJEUm9y0yD7jg2C1bfg==} + /@rushstack/node-core-library@4.1.0(@types/node@20.12.7): + resolution: {integrity: sha512-qz4JFBZJCf1YN5cAXa1dP6Mki/HrsQxc/oYGAGx29dF2cwF2YMxHoly0FBhMw3IEnxo5fMj0boVfoHVBkpkx/w==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 @@ -4192,23 +3929,23 @@ packages: strip-json-comments: 3.1.1 dev: true - /@rushstack/terminal@0.10.0(@types/node@20.11.24): - resolution: {integrity: sha512-UbELbXnUdc7EKwfH2sb8ChqNgapUOdqcCIdQP4NGxBpTZV2sQyeekuK3zmfQSa/MN+/7b4kBogl2wq0vpkpYGw==} + /@rushstack/terminal@0.10.1(@types/node@20.12.7): + resolution: {integrity: sha512-C6Vi/m/84IYJTkfzmXr1+W8Wi3MmBjVF/q3za91Gb3VYjKbpALHVxY6FgH625AnDe5Z0Kh4MHKWA3Z7bqgAezA==} peerDependencies: '@types/node': '*' peerDependenciesMeta: '@types/node': optional: true dependencies: - '@rushstack/node-core-library': 4.0.2(@types/node@20.11.24) - '@types/node': 20.11.24 + '@rushstack/node-core-library': 4.1.0(@types/node@20.12.7) + '@types/node': 20.12.7 supports-color: 8.1.1 dev: true - /@rushstack/ts-command-line@4.18.1(@types/node@20.11.24): - resolution: {integrity: sha512-A3x3ARWzoW4ARU1XS87wFVJvdywzo2j27aRm5SIFY3Nwl5vQqo0hvzaQDYCq/hEGBxAdBGW8q6N5clNk36H34A==} + /@rushstack/ts-command-line@4.19.2(@types/node@20.12.7): + resolution: {integrity: sha512-cqmXXmBEBlzo9WtyUrHtF9e6kl0LvBY7aTSVX4jfnBfXWZQWnPq9JTFPlQZ+L/ZwjZ4HrNwQsOVvhe9oOucZkw==} dependencies: - '@rushstack/terminal': 0.10.0(@types/node@20.11.24) + '@rushstack/terminal': 0.10.1(@types/node@20.12.7) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -4216,14 +3953,14 @@ packages: - '@types/node' dev: true - /@shikijs/core@1.1.7: - resolution: {integrity: sha512-gTYLUIuD1UbZp/11qozD3fWpUTuMqPSf3svDMMrL0UmlGU7D9dPw/V1FonwAorCUJBltaaESxq90jrSjQyGixg==} + /@shikijs/core@1.3.0: + resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==} dev: true - /@shikijs/transformers@1.1.7: - resolution: {integrity: sha512-lXz011ao4+rvweps/9h3CchBfzb1U5OtP5D51Tqc9lQYdLblWMIxQxH6Ybe1GeGINcEVM4goMyPrI0JvlIp4UQ==} + /@shikijs/transformers@1.3.0: + resolution: {integrity: sha512-3mlpg2I9CjhjE96dEWQOGeCWoPcyTov3s4aAsHmgvnTHa8MBknEnCQy8/xivJPSpD+olqOqIEoHnLfbNJK29AA==} dependencies: - shiki: 1.1.7 + shiki: 1.3.0 dev: true /@sigstore/protobuf-specs@0.1.0: @@ -4259,7 +3996,7 @@ packages: /@types/cross-spawn@6.0.6: resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/debug@4.1.12: @@ -4280,38 +4017,40 @@ packages: resolution: {integrity: sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==} dev: true - /@types/fs-extra@11.0.1: - resolution: {integrity: sha512-MxObHvNl4A69ofaTRU8DFqvgzzv8s9yRtaPPm5gud9HDNvpB3GPQFvNuTWAI59B9huVGV5jXYJwbCsmBsOGYWA==} + /@types/fs-extra@11.0.4: + resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} + requiresBuild: true dependencies: '@types/jsonfile': 6.1.1 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true + optional: true /@types/glob-stream@6.1.1: resolution: {integrity: sha512-AGOUTsTdbPkRS0qDeyeS+6KypmfVpbT5j23SN8UPG63qjKXNKjXn6V9wZUr8Fin0m9l8oGYaPK8b2WUMF8xI1A==} dependencies: '@types/glob': 8.1.0 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/glob@7.2.0: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/glob@8.1.0: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/gulp@4.0.17: resolution: {integrity: sha512-+pKQynu2C/HS16kgmDlAicjtFYP8kaa86eE9P0Ae7GB5W29we/E2TIdbOWtEZD5XkpY+jr8fyqfwO6SWZecLpQ==} dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 '@types/undertaker': 1.2.8 '@types/vinyl-fs': 3.0.1 chokidar: 3.5.3 @@ -4338,9 +4077,11 @@ packages: /@types/jsonfile@6.1.1: resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} + requiresBuild: true dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true + optional: true /@types/linkify-it@3.0.2: resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==} @@ -4361,6 +4102,13 @@ packages: '@types/mdurl': 1.0.2 dev: true + /@types/markdown-it@14.0.1: + resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} + dependencies: + '@types/linkify-it': 3.0.2 + '@types/mdurl': 1.0.2 + dev: true + /@types/mdast@3.0.11: resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} dependencies: @@ -4375,20 +4123,12 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/minimist@1.2.2: - resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} - dev: true - /@types/ms@0.7.32: resolution: {integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==} dev: true - /@types/node@18.16.16: - resolution: {integrity: sha512-NpaM49IGQQAUlBhHMF82QH80J08os4ZmyF9MkpCzWAGuOHqE4gTEbhzd7L3l5LmWuZ6E0OiC1FweQ4tsiW35+g==} - dev: true - - /@types/node@20.11.24: - resolution: {integrity: sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==} + /@types/node@20.12.7: + resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} dependencies: undici-types: 5.26.5 dev: true @@ -4397,10 +4137,6 @@ packages: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: true - /@types/ps-tree@1.1.2: - resolution: {integrity: sha512-ZREFYlpUmPQJ0esjxoG1fMvB2HNaD3z+mjqdSosZvd3RalncI9NEur73P8ZJz4YQdL64CmV1w0RuqoRUlhQRBw==} - dev: true - /@types/resolve@1.20.2: resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true @@ -4409,13 +4145,13 @@ packages: resolution: {integrity: sha512-YyP+VfeaqAyFmXoTh3HChxOQMyjByRMsHU7kc5KOJkSlXudhMhQIALbYV7rHh/l8d2lX3VUQzprrcAgWdRuU8g==} dependencies: '@types/glob': 8.1.0 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/rollup-plugin-css-only@3.1.3: resolution: {integrity: sha512-Yomg5XvEYfZ9RWAO/5yKhc1QAUXmyI2VOFeMJpAmwhE73EZMsjtuZ+w2Y7gC2c2XHdb+YtymNQrFKqBqyokjfw==} dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 rollup: 0.63.5 dev: true @@ -4427,13 +4163,13 @@ packages: resolution: {integrity: sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==} dependencies: '@types/glob': 7.2.0 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/through@0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/undertaker-registry@1.0.1: @@ -4443,7 +4179,7 @@ packages: /@types/undertaker@1.2.8: resolution: {integrity: sha512-gW3PRqCHYpo45XFQHJBhch7L6hytPsIe0QeLujlnFsjHPnXLhJcPdN6a9368d7aIQgH2I/dUTPFBlGeSNA3qOg==} dependencies: - '@types/node': 20.11.24 + '@types/node': 20.12.7 '@types/undertaker-registry': 1.0.1 async-done: 1.3.2 dev: true @@ -4456,7 +4192,7 @@ packages: resolution: {integrity: sha512-me2Gcxw23pZp62oqPoiTDDMz/txEmtEZzXM/D/VTr+xUX4LiNA+nQPs38SSPu5KHnsaEER4HEtzWU5qJRXigfA==} dependencies: '@types/glob-stream': 6.1.1 - '@types/node': 20.11.24 + '@types/node': 20.12.7 '@types/rimraf': 2.0.5 '@types/vinyl': 2.0.7 dev: true @@ -4465,18 +4201,14 @@ packages: resolution: {integrity: sha512-4UqPv+2567NhMQuMLdKAyK4yzrfCqwaTt6bLhHEs8PFcxbHILsrxaY63n4wgE/BRLDWDQeI+WcTmkXKExh9hQg==} dependencies: '@types/expect': 1.20.4 - '@types/node': 20.11.24 + '@types/node': 20.12.7 dev: true /@types/web-bluetooth@0.0.20: resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} dev: true - /@types/which@3.0.0: - resolution: {integrity: sha512-ASCxdbsrwNfSMXALlC3Decif9rwDMu+80KGp5zI2RLRotfMsTv7fHL8W8VDp24wymzDyIFudhUeSCugrgRFfHQ==} - dev: true - - /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.3.3): + /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -4488,10 +4220,10 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.6.2 - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 eslint: 8.57.0 @@ -4499,13 +4231,13 @@ packages: ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.0.1(typescript@5.3.3) - typescript: 5.3.3 + ts-api-utils: 1.0.1(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.3.3): + /@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -4517,11 +4249,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 eslint: 8.57.0 - typescript: 5.3.3 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -4534,7 +4266,7 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.3.3): + /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -4544,23 +4276,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) - '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 - ts-api-utils: 1.0.1(typescript@5.3.3) - typescript: 5.3.3 + ts-api-utils: 1.0.1(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@4.33.0: - resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dev: true - - /@typescript-eslint/types@5.60.1: - resolution: {integrity: sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==} + /@typescript-eslint/types@5.62.0: + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -4569,29 +4296,8 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@4.33.0(typescript@3.9.10): - resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} - engines: {node: ^10.12.0 || >=12.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.6.0 - tsutils: 3.21.0(typescript@3.9.10) - typescript: 3.9.10 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/typescript-estree@5.60.1(typescript@4.9.5): - resolution: {integrity: sha512-hkX70J9+2M2ZT6fhti5Q2FoU9zb+GeZK2SLP1WZlvUDqdMbEKhexZODD1WodNRyO8eS+4nScvT0dts8IdaBzfw==} + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.5): + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -4599,19 +4305,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.60.1 - '@typescript-eslint/visitor-keys': 5.60.1 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 - tsutils: 3.21.0(typescript@4.9.5) - typescript: 4.9.5 + tsutils: 3.21.0(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.21.0(typescript@5.3.3): + /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5): resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -4627,13 +4333,13 @@ packages: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.0.1(typescript@5.3.3) - typescript: 5.3.3 + ts-api-utils: 1.0.1(typescript@5.4.5) + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.3.3): + /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -4644,7 +4350,7 @@ packages: '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) eslint: 8.57.0 semver: 7.6.0 transitivePeerDependencies: @@ -4652,19 +4358,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys@4.33.0: - resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - dependencies: - '@typescript-eslint/types': 4.33.0 - eslint-visitor-keys: 2.1.0 - dev: true - - /@typescript-eslint/visitor-keys@5.60.1: - resolution: {integrity: sha512-xEYIxKcultP6E/RMKqube11pGjXH1DCo60mQoWhVYyKfLkwbIVVjYxmOenNMxILx0TjCujPTjjnTIVzm09TXIw==} + /@typescript-eslint/visitor-keys@5.62.0: + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.60.1 + '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 dev: true @@ -4693,13 +4391,13 @@ packages: optional: true dependencies: '@babel/core': 7.23.3 - '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) + '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@5.0.4(vite@5.1.4)(vue@3.4.21): + /@vitejs/plugin-vue@5.0.4(vite@5.2.8)(vue@3.4.21): resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: @@ -4711,12 +4409,12 @@ packages: vue: optional: true dependencies: - vite: 5.1.4(@types/node@20.11.24) - vue: 3.4.21(typescript@5.3.3) + vite: 5.2.8(@types/node@20.12.7) + vue: 3.4.21(typescript@5.4.5) dev: true - /@vue-macros/common@1.10.1(rollup@4.12.0): - resolution: {integrity: sha512-uftSpfwdwitcQT2lM8aVxcfe5rKQBzC9jMrtJM5sG4hEuFyfIvnJihpPpnaWxY+X4p64k+YYXtBFv+1O5Bq3dg==} + /@vue-macros/common@1.10.2(rollup@4.14.3): + resolution: {integrity: sha512-WC66NPVh2mJWqm4L0l/u/cOqm4pNOIwVdMGnDYAH2rHcOWy5x68GkhpkYTBu1+xwCSeHWOQn1TCGGbD+98fFpA==} engines: {node: '>=16.14.0'} peerDependencies: vue: ^2.7.0 || ^3.2.25 @@ -4724,10 +4422,10 @@ packages: vue: optional: true dependencies: - '@babel/types': 7.23.6 - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + '@babel/types': 7.24.0 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) '@vue/compiler-sfc': 3.4.21 - ast-kit: 0.11.3(rollup@4.12.0) + ast-kit: 0.12.1 local-pkg: 0.5.0 magic-string-ast: 0.3.0 transitivePeerDependencies: @@ -4747,11 +4445,11 @@ packages: optional: true dependencies: '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.3) - '@babel/template': 7.22.15 + '@babel/helper-module-imports': 7.24.3 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.23.3) + '@babel/template': 7.24.0 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 '@vue/babel-helper-vue-transform-on': 1.1.5 camelcase: 6.3.0 html-tags: 3.3.1 @@ -4798,32 +4496,32 @@ packages: '@vue/shared': 3.4.21 dev: true - /@vue/devtools-api@7.0.15(vue@3.4.21): - resolution: {integrity: sha512-kgEYWosDyWpS1vFSuJNNWUnHkP+VkL3Y+9mw+rf7ex41SwbYL/WdC3KXqAtjiSrEs7r/FrHmUTh0BkINJPFkbA==} + /@vue/devtools-api@7.0.27(vue@3.4.21): + resolution: {integrity: sha512-BFCFCusSDcw2UcOFD/QeK7OxD1x2C/m+uAN30Q7jLKECSW53hmz0urzJmX834GuWDZX/hIxkyUKnLLfEIP1c/w==} dependencies: - '@vue/devtools-kit': 7.0.15(vue@3.4.21) + '@vue/devtools-kit': 7.0.27(vue@3.4.21) transitivePeerDependencies: - vue dev: true - /@vue/devtools-kit@7.0.15(vue@3.4.21): - resolution: {integrity: sha512-dT7OeCe1LUCIhHIb/yRR6Hn+XHh73r1o78onqCrxEKHdoZwBItiIeVnmJZPEUDFstIxfs+tJL231mySk3laTow==} + /@vue/devtools-kit@7.0.27(vue@3.4.21): + resolution: {integrity: sha512-/A5xM38pPCFX5Yhl/lRFAzjyK6VNsH670nww2WbjFKWqlu3I+lMxWKzQkCW6A1V8bduITgl2kHORfg2gTw6QaA==} peerDependencies: vue: ^3.0.0 peerDependenciesMeta: vue: optional: true dependencies: - '@vue/devtools-shared': 7.0.15 + '@vue/devtools-shared': 7.0.27 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.21(typescript@5.3.3) + vue: 3.4.21(typescript@5.4.5) dev: true - /@vue/devtools-shared@7.0.15: - resolution: {integrity: sha512-fpfvMVvS7aDgO7x2JPFiTQ1MHcCc63/bE7yTgs278gMBybuO9b3hdiZ/k0Pw1rN+RefaU9yQiFA+5CCFc1D+6w==} + /@vue/devtools-shared@7.0.27: + resolution: {integrity: sha512-4VxtmZ6yjhiSloqZZq2UYU0TBGxOJ8GxWvp5OlAH70zYqi0FIAyWGPkOhvfoZ7DKQyv2UU0mmKzFHjsEkelGyQ==} dependencies: rfdc: 1.3.1 dev: true @@ -4859,7 +4557,7 @@ packages: dependencies: '@vue/compiler-ssr': 3.4.21 '@vue/shared': 3.4.21 - vue: 3.4.21(typescript@5.3.3) + vue: 3.4.21(typescript@5.4.5) dev: true /@vue/shared@3.4.21: @@ -4945,12 +4643,12 @@ packages: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} dev: true - /acorn-jsx@5.3.2(acorn@8.10.0): + /acorn-jsx@5.3.2(acorn@8.11.3): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.10.0 + acorn: 8.11.3 dev: true /acorn-walk@8.2.0: @@ -5055,18 +4753,6 @@ packages: type-fest: 0.21.3 dev: false - /ansi-gray@0.1.1: - resolution: {integrity: sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==} - engines: {node: '>=0.10.0'} - dependencies: - ansi-wrap: 0.1.0 - dev: true - - /ansi-regex@2.1.1: - resolution: {integrity: sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==} - engines: {node: '>=0.10.0'} - dev: true - /ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} engines: {node: '>=8'} @@ -5105,15 +4791,6 @@ packages: /any-promise@1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} - /anymatch@2.0.0: - resolution: {integrity: sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==} - dependencies: - micromatch: 3.1.10 - normalize-path: 2.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /anymatch@3.1.3: resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} engines: {node: '>= 8'} @@ -5137,10 +4814,6 @@ packages: resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} dev: true - /archy@1.0.0: - resolution: {integrity: sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==} - dev: true - /are-docs-informative@0.0.2: resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} engines: {node: '>=14'} @@ -5168,25 +4841,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /arr-filter@1.1.2: - resolution: {integrity: sha512-A2BETWCqhsecSvCkWAeVBFLH6sXEUGASuzkpjL3GR1SlL/PWL6M3J8EAAld2Uubmh39tvkJTqC9LeLHCUKmFXA==} - engines: {node: '>=0.10.0'} - dependencies: - make-iterator: 1.0.1 - dev: true - - /arr-flatten@1.1.0: - resolution: {integrity: sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==} - engines: {node: '>=0.10.0'} - dev: true - - /arr-map@2.0.2: - resolution: {integrity: sha512-tVqVTHt+Q5Xb09qRkbu+DidW1yYzz5izWS2Xm2yFm7qJnmUfz4HPzNxbHkdRJbz2lrqI7S+z17xNYdFcBBO8Hw==} - engines: {node: '>=0.10.0'} - dependencies: - make-iterator: 1.0.1 - dev: true - /arr-union@3.1.0: resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} engines: {node: '>=0.10.0'} @@ -5215,45 +4869,16 @@ packages: is-string: 1.0.7 dev: true - /array-initial@1.1.0: - resolution: {integrity: sha512-BC4Yl89vneCYfpLrs5JU2aAu9/a+xWbeKhvISg9PT7eWFB9UlRvI+rKEtk6mgxWr3dSkk9gQ8hCrdqt06NXPdw==} - engines: {node: '>=0.10.0'} - dependencies: - array-slice: 1.1.0 - is-number: 4.0.0 - dev: true - - /array-last@1.3.0: - resolution: {integrity: sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 4.0.0 - dev: true - /array-slice@1.1.0: resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} engines: {node: '>=0.10.0'} dev: true - /array-sort@1.0.0: - resolution: {integrity: sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==} - engines: {node: '>=0.10.0'} - dependencies: - default-compare: 1.0.0 - get-value: 2.0.6 - kind-of: 5.1.0 - dev: true - /array-union@2.1.0: resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} engines: {node: '>=8'} dev: true - /array-unique@0.3.2: - resolution: {integrity: sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==} - engines: {node: '>=0.10.0'} - dev: true - /array.prototype.findlastindex@1.2.3: resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} engines: {node: '>= 0.4'} @@ -5303,40 +4928,17 @@ packages: engines: {node: '>=0.10.0'} dev: true - /ast-kit@0.11.3(rollup@4.12.0): - resolution: {integrity: sha512-qdwwKEhckRk0XE22/xDdmU3v/60E8Edu4qFhgTLIhGGDs/PAJwLw9pQn8Rj99PitlbBZbYpx0k/lbir4kg0SuA==} - engines: {node: '>=16.14.0'} - dependencies: - '@babel/parser': 7.24.0 - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) - pathe: 1.1.1 - transitivePeerDependencies: - - rollup - dev: true - - /ast-kit@0.9.5(rollup@4.12.0): - resolution: {integrity: sha512-kbL7ERlqjXubdDd+szuwdlQ1xUxEz9mCz1+m07ftNVStgwRb2RWw+U6oKo08PAvOishMxiqz1mlJyLl8yQx2Qg==} + /ast-kit@0.12.1: + resolution: {integrity: sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==} engines: {node: '>=16.14.0'} dependencies: '@babel/parser': 7.24.0 - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) - pathe: 1.1.1 - transitivePeerDependencies: - - rollup - dev: true - - /ast-module-types@2.7.1: - resolution: {integrity: sha512-Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw==} + pathe: 1.1.2 dev: true - /ast-module-types@3.0.0: - resolution: {integrity: sha512-CMxMCOCS+4D+DkOQfuZf+vLrSEmY/7xtORwdxs4wtcC1wVgvk2MqFFTwQCFhvWsI4KPU9lcWXPI8DgRiz+xetQ==} - engines: {node: '>=6.0'} - dev: true - - /ast-module-types@4.0.0: - resolution: {integrity: sha512-Kd0o8r6CDazJGCRzs8Ivpn0xj19oNKrULhoJFzhGjRsLpekF2zyZs9Ukz+JvZhWD6smszfepakTFhAaYpsI12g==} - engines: {node: '>=12.0'} + /ast-module-types@5.0.0: + resolution: {integrity: sha512-JvqziE0Wc0rXQfma0HZC/aY7URXHFuZV84fJRtP8u+lhp0JYCNd5wJzVXP45t0PH0Mej3ynlzvdyITYIu0G4LQ==} + engines: {node: '>=14'} dev: true /ast-types@0.13.4: @@ -5346,14 +4948,12 @@ packages: tslib: 2.6.2 dev: false - /ast-walker-scope@0.5.0(rollup@4.12.0): - resolution: {integrity: sha512-NsyHMxBh4dmdEHjBo1/TBZvCKxffmZxRYhmclfu0PP6Aftre47jOHYaYaNqJcV0bxihxFXhDkzLHUwHc0ocd0Q==} + /ast-walker-scope@0.6.1: + resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==} engines: {node: '>=16.14.0'} dependencies: '@babel/parser': 7.24.0 - ast-kit: 0.9.5(rollup@4.12.0) - transitivePeerDependencies: - - rollup + ast-kit: 0.12.1 dev: true /async-done@1.3.2: @@ -5366,15 +4966,20 @@ packages: stream-exhaust: 1.0.2 dev: true - /async-each@1.0.6: - resolution: {integrity: sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==} + /async-done@2.0.0: + resolution: {integrity: sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==} + engines: {node: '>= 10.13.0'} + dependencies: + end-of-stream: 1.4.4 + once: 1.4.0 + stream-exhaust: 1.0.2 dev: true - /async-settle@1.0.0: - resolution: {integrity: sha512-VPXfB4Vk49z1LHHodrEQ6Xf7W4gg1w0dAPROHngx7qgDjqmIQ+fXmwgGXTW/ITLai0YLSvWepJOP9EVpMnEAcw==} - engines: {node: '>= 0.10'} + /async-settle@2.0.0: + resolution: {integrity: sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==} + engines: {node: '>= 10.13.0'} dependencies: - async-done: 1.3.2 + async-done: 2.0.0 dev: true /atob@2.1.2: @@ -5435,40 +5040,27 @@ packages: - supports-color dev: true - /bach@1.2.0: - resolution: {integrity: sha512-bZOOfCb3gXBXbTFXq3OZtGR88LwGeJvzu6szttaIzymOTS4ZttBNOWSv7aLZja2EMycKtRYV0Oa8SNKH/zkxvg==} - engines: {node: '>= 0.10'} + /bach@2.0.1: + resolution: {integrity: sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==} + engines: {node: '>=10.13.0'} dependencies: - arr-filter: 1.1.2 - arr-flatten: 1.1.0 - arr-map: 2.0.2 - array-each: 1.0.1 - array-initial: 1.1.0 - array-last: 1.3.0 - async-done: 1.3.2 - async-settle: 1.0.0 - now-and-later: 2.0.1 + async-done: 2.0.0 + async-settle: 2.0.0 + now-and-later: 3.0.0 dev: true /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + /bare-events@2.2.2: + resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==} + requiresBuild: true + dev: true + optional: true + /base64-js@1.5.1: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - /base@0.11.2: - resolution: {integrity: sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==} - engines: {node: '>=0.10.0'} - dependencies: - cache-base: 1.0.1 - class-utils: 0.3.6 - component-emitter: 1.3.0 - define-property: 1.0.0 - isobject: 3.0.1 - mixin-deep: 1.3.2 - pascalcase: 0.1.1 - dev: true - /basic-auth@2.0.1: resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} engines: {node: '>= 0.8'} @@ -5476,11 +5068,6 @@ packages: safe-buffer: 5.1.2 dev: false - /binary-extensions@1.13.1: - resolution: {integrity: sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==} - engines: {node: '>=0.10.0'} - dev: true - /binary-extensions@2.2.0: resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} engines: {node: '>=8'} @@ -5538,24 +5125,6 @@ packages: balanced-match: 1.0.2 dev: true - /braces@2.3.2: - resolution: {integrity: sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==} - engines: {node: '>=0.10.0'} - dependencies: - arr-flatten: 1.1.0 - array-unique: 0.3.2 - extend-shallow: 2.0.1 - fill-range: 4.0.0 - isobject: 3.0.1 - repeat-element: 1.1.4 - snapdragon: 0.8.2 - snapdragon-node: 2.1.1 - split-string: 3.1.0 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} @@ -5570,17 +5139,6 @@ packages: duplexer: 0.1.1 dev: true - /browserslist@4.22.1: - resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001549 - electron-to-chromium: 1.4.556 - node-releases: 2.0.13 - update-browserslist-db: 1.0.13(browserslist@4.22.1) - dev: true - /browserslist@4.23.0: resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -5677,21 +5235,6 @@ packages: - bluebird dev: true - /cache-base@1.0.1: - resolution: {integrity: sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==} - engines: {node: '>=0.10.0'} - dependencies: - collection-visit: 1.0.0 - component-emitter: 1.3.0 - get-value: 2.0.6 - has-value: 1.0.0 - isobject: 3.0.1 - set-value: 2.0.1 - to-object-path: 0.3.0 - union-value: 1.0.1 - unset-value: 1.0.0 - dev: true - /call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: @@ -5710,20 +5253,11 @@ packages: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} - /camelcase@3.0.0: - resolution: {integrity: sha512-4nhGqUkc4BqbBBB4Q6zLuD7lzzrHYrjKGeYaEji/3tFR5VdJu9v+LilhGIVe8wxEJPPOeWo7eg8dwY13TZ1BNg==} - engines: {node: '>=0.10.0'} - dev: true - /camelcase@6.3.0: resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} engines: {node: '>=10'} dev: true - /caniuse-lite@1.0.30001549: - resolution: {integrity: sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==} - dev: true - /caniuse-lite@1.0.30001606: resolution: {integrity: sha512-LPbwnW4vfpJId225pwjZJOgX1m9sGfbw/RKJvw/t0QhYOOaTXHvkjVGFGPpvwEzufrjvTlsULnVTxdy4/6cqkg==} dev: true @@ -5764,29 +5298,23 @@ packages: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: false - /chokidar@2.1.8: - resolution: {integrity: sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==} - deprecated: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies + /chokidar@3.5.3: + resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + engines: {node: '>= 8.10.0'} dependencies: - anymatch: 2.0.0 - async-each: 1.0.6 - braces: 2.3.2 - glob-parent: 3.1.0 - inherits: 2.0.4 - is-binary-path: 1.0.1 + anymatch: 3.1.3 + braces: 3.0.2 + glob-parent: 5.1.2 + is-binary-path: 2.1.0 is-glob: 4.0.3 normalize-path: 3.0.0 - path-is-absolute: 1.0.1 - readdirp: 2.2.1 - upath: 1.2.0 + readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.2 - transitivePeerDependencies: - - supports-color dev: true - /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + /chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 @@ -5815,16 +5343,6 @@ packages: engines: {node: '>=8'} dev: false - /class-utils@0.3.6: - resolution: {integrity: sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==} - engines: {node: '>=0.10.0'} - dependencies: - arr-union: 3.1.0 - define-property: 0.2.5 - isobject: 3.0.1 - static-extend: 0.1.2 - dev: true - /clean-regexp@1.0.0: resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} engines: {node: '>=4'} @@ -5864,12 +5382,12 @@ packages: engines: {node: '>= 10'} dev: false - /cliui@3.2.0: - resolution: {integrity: sha512-0yayqDxWQbqk3ojkYqUKqaAQ6AfNKeKWRNA8kR0WXzAsdHpP4BIaOmMAG87JGuO6qcobyW4GjxHd9PmhEd+T9w==} + /cliui@7.0.4: + resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - wrap-ansi: 2.1.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 dev: true /cliui@8.0.1: @@ -5907,28 +5425,6 @@ packages: readable-stream: 2.3.8 dev: true - /code-point-at@1.1.0: - resolution: {integrity: sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==} - engines: {node: '>=0.10.0'} - dev: true - - /collection-map@1.0.0: - resolution: {integrity: sha512-5D2XXSpkOnleOI21TG7p3T0bGAsZ/XknZpKBmGYyluO8pw4zA3K8ZlrBIbC4FXg3m6z/RNFiUFfT2sQK01+UHA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-map: 2.0.2 - for-own: 1.0.0 - make-iterator: 1.0.1 - dev: true - - /collection-visit@1.0.0: - resolution: {integrity: sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==} - engines: {node: '>=0.10.0'} - dependencies: - map-visit: 1.0.0 - object-visit: 1.0.1 - dev: true - /color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} dependencies: @@ -5972,6 +5468,12 @@ packages: /commander@11.1.0: resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} engines: {node: '>=16'} + dev: true + + /commander@12.0.0: + resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} + engines: {node: '>=18'} + dev: false /commander@2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -5985,7 +5487,9 @@ packages: /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} + requiresBuild: true dev: true + optional: true /comment-parser@1.4.1: resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} @@ -5996,23 +5500,9 @@ packages: resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: true - /component-emitter@1.3.0: - resolution: {integrity: sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==} - dev: true - /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - /concat-stream@1.6.2: - resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} - engines: {'0': node >= 0.8} - dependencies: - buffer-from: 1.1.2 - inherits: 2.0.4 - readable-stream: 2.3.8 - typedarray: 0.0.6 - dev: true - /consola@3.2.3: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} @@ -6035,15 +5525,11 @@ packages: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} dev: true - /copy-descriptor@0.1.1: - resolution: {integrity: sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==} - engines: {node: '>=0.10.0'} - dev: true - - /copy-props@2.0.5: - resolution: {integrity: sha512-XBlx8HSqrT0ObQwmSzM7WE5k8FxTV75h1DX1Z3n6NhQ/UYYAvInWYmG06vFt7hQZArE2fuO62aihiWIVQwh1sw==} + /copy-props@4.0.0: + resolution: {integrity: sha512-bVWtw1wQLzzKiYROtvNlbJgxgBYt2bMJpkCbKmXM3xyijvcjjWXEk5nyrrT3bgJ7ODb19ZohE2T0Y3FgNPyoTw==} + engines: {node: '>= 10.13.0'} dependencies: - each-props: 1.3.2 + each-props: 3.0.0 is-plain-object: 5.0.0 dev: true @@ -6064,7 +5550,7 @@ packages: /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - /cosmiconfig@8.3.6(typescript@5.3.3): + /cosmiconfig@8.3.6(typescript@5.4.5): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -6077,10 +5563,10 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.3.3 + typescript: 5.4.5 dev: true - /cosmiconfig@9.0.0(typescript@5.3.3): + /cosmiconfig@9.0.0(typescript@5.4.5): resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} engines: {node: '>=14'} peerDependencies: @@ -6093,7 +5579,7 @@ packages: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 - typescript: 5.3.3 + typescript: 5.4.5 dev: false /cross-env@7.0.3: @@ -6141,13 +5627,6 @@ packages: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} dev: true - /d@1.0.1: - resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} - dependencies: - es5-ext: 0.10.62 - type: 1.2.0 - dev: true - /data-uri-to-buffer@3.0.1: resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} engines: {node: '>= 6'} @@ -6171,6 +5650,7 @@ packages: optional: true dependencies: ms: 2.0.0 + dev: false /debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} @@ -6194,11 +5674,6 @@ packages: dependencies: ms: 2.1.2 - /decamelize@1.2.0: - resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} - engines: {node: '>=0.10.0'} - dev: true - /decode-uri-component@0.2.2: resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} engines: {node: '>=0.10'} @@ -6217,18 +5692,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /default-compare@1.0.0: - resolution: {integrity: sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 5.1.0 - dev: true - - /default-resolution@2.0.0: - resolution: {integrity: sha512-2xaP6GiwVwOEbXCGoJ4ufgC76m8cj805jrghScewJC2ZDsb9U0b4BIrba+xt/Uytyd0HvQ6+WymSRTfnYj59GQ==} - engines: {node: '>= 0.10'} - dev: true - /default-user-agent@1.0.0: resolution: {integrity: sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==} engines: {node: '>= 0.10.0'} @@ -6262,28 +5725,6 @@ packages: object-keys: 1.1.1 dev: true - /define-property@0.2.5: - resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} - engines: {node: '>=0.10.0'} - dependencies: - is-descriptor: 0.1.6 - dev: true - - /define-property@1.0.0: - resolution: {integrity: sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==} - engines: {node: '>=0.10.0'} - dependencies: - is-descriptor: 1.0.2 - dev: true - - /define-property@2.0.2: - resolution: {integrity: sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==} - engines: {node: '>=0.10.0'} - dependencies: - is-descriptor: 1.0.2 - isobject: 3.0.1 - dev: true - /degenerator@3.0.2: resolution: {integrity: sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==} engines: {node: '>= 6'} @@ -6302,16 +5743,15 @@ packages: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} - /dependency-tree@9.0.0: - resolution: {integrity: sha512-osYHZJ1fBSon3lNLw70amAXsQ+RGzXsPvk9HbBgTLbp/bQBmpH5mOmsUvqXU+YEWVU0ZLewsmzOET/8jWswjDQ==} - engines: {node: ^10.13 || ^12 || >=14} + /dependency-tree@10.0.9: + resolution: {integrity: sha512-dwc59FRIsht+HfnTVM0BCjJaEWxdq2YAvEDy4/Hn6CwS3CBWMtFnL3aZGAkQn3XCYxk/YcTDE4jX2Q7bFTwCjA==} + engines: {node: '>=14'} hasBin: true dependencies: - commander: 2.20.3 - debug: 4.3.4 - filing-cabinet: 3.3.1 - precinct: 9.2.1 - typescript: 4.9.5 + commander: 10.0.1 + filing-cabinet: 4.2.0 + precinct: 11.0.5 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -6326,83 +5766,34 @@ packages: engines: {node: '>=0.10.0'} dev: true - /detective-amd@3.1.2: - resolution: {integrity: sha512-jffU26dyqJ37JHR/o44La6CxtrDf3Rt9tvd2IbImJYxWKTMdBjctp37qoZ6ZcY80RHg+kzWz4bXn39e4P7cctQ==} - engines: {node: '>=6.0'} - hasBin: true - dependencies: - ast-module-types: 3.0.0 - escodegen: 2.0.0 - get-amd-module-type: 3.0.2 - node-source-walk: 4.3.0 - dev: true - - /detective-amd@4.1.0: - resolution: {integrity: sha512-XlQrGjGEnMFjKbep0/S/T7XICxf25LFMP6Ug+Iw/Ww/MHUBzfy8QETCzamO1JlAMYPmkChDh21/NS/csG0FwGg==} - engines: {node: '>=12'} + /detective-amd@5.0.2: + resolution: {integrity: sha512-XFd/VEQ76HSpym80zxM68ieB77unNuoMwopU2TFT/ErUk5n4KvUTwW4beafAVUugrjV48l4BmmR0rh2MglBaiA==} + engines: {node: '>=14'} hasBin: true dependencies: - ast-module-types: 4.0.0 + ast-module-types: 5.0.0 escodegen: 2.0.0 - get-amd-module-type: 4.1.0 - node-source-walk: 5.0.1 - dev: true - - /detective-cjs@3.1.3: - resolution: {integrity: sha512-ljs7P0Yj9MK64B7G0eNl0ThWSYjhAaSYy+fQcpzaKalYl/UoQBOzOeLCSFEY1qEBhziZ3w7l46KG/nH+s+L7BQ==} - engines: {node: '>=6.0'} - dependencies: - ast-module-types: 3.0.0 - node-source-walk: 4.3.0 - dev: true - - /detective-cjs@4.1.0: - resolution: {integrity: sha512-QxzMwt5MfPLwS7mG30zvnmOvHLx5vyVvjsAV6gQOyuMoBR5G1DhS1eJZ4P10AlH+HSnk93mTcrg3l39+24XCtg==} - engines: {node: '>=12'} - dependencies: - ast-module-types: 4.0.0 - node-source-walk: 5.0.1 - dev: true - - /detective-es6@2.2.2: - resolution: {integrity: sha512-eZUKCUsbHm8xoeoCM0z6JFwvDfJ5Ww5HANo+jPR7AzkFpW9Mun3t/TqIF2jjeWa2TFbAiGaWESykf2OQp3oeMw==} - engines: {node: '>=6.0'} - dependencies: - node-source-walk: 4.3.0 - dev: true - - /detective-es6@3.0.1: - resolution: {integrity: sha512-evPeYIEdK1jK3Oji5p0hX4sPV/1vK+o4ihcWZkMQE6voypSW/cIBiynOLxQk5KOOQbdP8oOAsYqouMTYO5l1sw==} - engines: {node: '>=12'} - dependencies: - node-source-walk: 5.0.1 + get-amd-module-type: 5.0.1 + node-source-walk: 6.0.2 dev: true - /detective-less@1.0.2: - resolution: {integrity: sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA==} - engines: {node: '>= 6.0'} + /detective-cjs@5.0.1: + resolution: {integrity: sha512-6nTvAZtpomyz/2pmEmGX1sXNjaqgMplhQkskq2MLrar0ZAIkHMrDhLXkRiK2mvbu9wSWr0V5/IfiTrZqAQMrmQ==} + engines: {node: '>=14'} dependencies: - debug: 4.3.4 - gonzales-pe: 4.3.0 - node-source-walk: 4.3.0 - transitivePeerDependencies: - - supports-color + ast-module-types: 5.0.0 + node-source-walk: 6.0.2 dev: true - /detective-postcss@4.0.0: - resolution: {integrity: sha512-Fwc/g9VcrowODIAeKRWZfVA/EufxYL7XfuqJQFroBKGikKX83d2G7NFw6kDlSYGG3LNQIyVa+eWv1mqre+v4+A==} - engines: {node: ^10 || ^12 || >=14} + /detective-es6@4.0.1: + resolution: {integrity: sha512-k3Z5tB4LQ8UVHkuMrFOlvb3GgFWdJ9NqAa2YLUU/jTaWJIm+JJnEh4PsMc+6dfT223Y8ACKOaC0qcj7diIhBKw==} + engines: {node: '>=14'} dependencies: - debug: 4.3.4 - is-url: 1.2.4 - postcss: 8.4.35 - postcss-values-parser: 2.0.1 - transitivePeerDependencies: - - supports-color + node-source-walk: 6.0.2 dev: true - /detective-postcss@6.1.1: - resolution: {integrity: sha512-mX62A6chiafyFW9AwGF6B/uVU+F3hGMZwXDqCHe+NjmU/M5jlDBazdXb1sMoDE+InTDsoPaX3bUUOH33Yxn5Sw==} + /detective-postcss@6.1.3: + resolution: {integrity: sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dependencies: is-url: 1.2.4 @@ -6410,72 +5801,35 @@ packages: postcss-values-parser: 6.0.2(postcss@8.4.35) dev: true - /detective-sass@3.0.2: - resolution: {integrity: sha512-DNVYbaSlmti/eztFGSfBw4nZvwsTaVXEQ4NsT/uFckxhJrNRFUh24d76KzoCC3aarvpZP9m8sC2L1XbLej4F7g==} - engines: {node: '>=6.0'} - dependencies: - gonzales-pe: 4.3.0 - node-source-walk: 4.3.0 - dev: true - - /detective-sass@4.1.1: - resolution: {integrity: sha512-KSUoOdrLXxSZFnHpGyXufWUP6VkfSdSNC/uezbJkKIwy2i3px5NQPY5hWOR0k9OFlrBakucymD3Ap4d87zobUQ==} - engines: {node: '>=12'} - dependencies: - gonzales-pe: 4.3.0 - node-source-walk: 5.0.1 - dev: true - - /detective-scss@2.0.2: - resolution: {integrity: sha512-hDWnWh/l0tht/7JQltumpVea/inmkBaanJUcXRB9kEEXVwVUMuZd6z7eusQ6GcBFrfifu3pX/XPyD7StjbAiBg==} - engines: {node: '>=6.0'} + /detective-sass@5.0.3: + resolution: {integrity: sha512-YsYT2WuA8YIafp2RVF5CEfGhhyIVdPzlwQgxSjK+TUm3JoHP+Tcorbk3SfG0cNZ7D7+cYWa0ZBcvOaR0O8+LlA==} + engines: {node: '>=14'} dependencies: gonzales-pe: 4.3.0 - node-source-walk: 4.3.0 + node-source-walk: 6.0.2 dev: true - /detective-scss@3.0.1: - resolution: {integrity: sha512-Bv/t1dEKHCPJ9+byha7wKg4zda8IFk7KZpEX+ZJs2k1HsWIE3+FBeVFLtD3y9GYGfi8l7Sim3pULPz4+yLwW9A==} - engines: {node: '>=12'} + /detective-scss@4.0.3: + resolution: {integrity: sha512-VYI6cHcD0fLokwqqPFFtDQhhSnlFWvU614J42eY6G0s8c+MBhi9QAWycLwIOGxlmD8I/XvGSOUV1kIDhJ70ZPg==} + engines: {node: '>=14'} dependencies: gonzales-pe: 4.3.0 - node-source-walk: 5.0.1 - dev: true - - /detective-stylus@1.0.3: - resolution: {integrity: sha512-4/bfIU5kqjwugymoxLXXLltzQNeQfxGoLm2eIaqtnkWxqbhap9puDVpJPVDx96hnptdERzS5Cy6p9N8/08A69Q==} - dev: true - - /detective-stylus@2.0.1: - resolution: {integrity: sha512-/Tvs1pWLg8eYwwV6kZQY5IslGaYqc/GACxjcaGudiNtN5nKCH6o2WnJK3j0gA3huCnoQcbv8X7oz/c1lnvE3zQ==} - engines: {node: '>=6.0'} + node-source-walk: 6.0.2 dev: true - /detective-stylus@3.0.0: - resolution: {integrity: sha512-1xYTzbrduExqMYmte7Qk99IRA3Aa6oV7PYzd+3yDcQXkmENvyGF/arripri6lxRDdNYEb4fZFuHtNRAXbz3iAA==} - engines: {node: '>=12'} - dev: true - - /detective-typescript@7.0.2: - resolution: {integrity: sha512-unqovnhxzvkCz3m1/W4QW4qGsvXCU06aU2BAm8tkza+xLnp9SOFnob2QsTxUv5PdnQKfDvWcv9YeOeFckWejwA==} - engines: {node: ^10.13 || >=12.0.0} - dependencies: - '@typescript-eslint/typescript-estree': 4.33.0(typescript@3.9.10) - ast-module-types: 2.7.1 - node-source-walk: 4.3.0 - typescript: 3.9.10 - transitivePeerDependencies: - - supports-color + /detective-stylus@4.0.0: + resolution: {integrity: sha512-TfPotjhszKLgFBzBhTOxNHDsutIxx9GTWjrL5Wh7Qx/ydxKhwUrlSFeLIn+ZaHPF+h0siVBkAQSuy6CADyTxgQ==} + engines: {node: '>=14'} dev: true - /detective-typescript@9.1.1: - resolution: {integrity: sha512-Uc1yVutTF0RRm1YJ3g//i1Cn2vx1kwHj15cnzQP6ff5koNzQ0idc1zAC73ryaWEulA0ElRXFTq6wOqe8vUQ3MA==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + /detective-typescript@11.2.0: + resolution: {integrity: sha512-ARFxjzizOhPqs1fYC/2NMC3N4jrQ6HvVflnXBTRqNEqJuXwyKLRr9CrJwkRcV/SnZt1sNXgsF6FPm0x57Tq0rw==} + engines: {node: ^14.14.0 || >=16.0.0} dependencies: - '@typescript-eslint/typescript-estree': 5.60.1(typescript@4.9.5) - ast-module-types: 4.0.0 - node-source-walk: 5.0.1 - typescript: 4.9.5 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) + ast-module-types: 5.0.0 + node-source-walk: 6.0.2 + typescript: 5.4.5 transitivePeerDependencies: - supports-color dev: true @@ -6557,10 +5911,11 @@ packages: stream-shift: 1.0.1 dev: true - /each-props@1.3.2: - resolution: {integrity: sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==} + /each-props@3.0.0: + resolution: {integrity: sha512-IYf1hpuWrdzse/s/YJOrFmU15lyhSzxelNVAHTEG3DtP4QsLTWZUzcUL3HMXmKQxXpa4EIrBPpwRgj0aehdvAw==} + engines: {node: '>= 10.13.0'} dependencies: - is-plain-object: 2.0.4 + is-plain-object: 5.0.0 object.defaults: 1.1.0 dev: true @@ -6572,10 +5927,6 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: false - /electron-to-chromium@1.4.556: - resolution: {integrity: sha512-6RPN0hHfzDU8D56E72YkDvnLw5Cj2NMXZGg3UkgyoHxjVhG99KZpsKgBWMmTy0Ei89xwan+rbRsVB9yzATmYzQ==} - dev: true - /electron-to-chromium@1.4.729: resolution: {integrity: sha512-bx7+5Saea/qu14kmPTDHQxkp2UnziG3iajUQu3BxFvCOnpAJdDbMV4rSl+EqFDkkpNNVUFlR1kDfpL59xfy1HA==} dev: true @@ -6600,8 +5951,8 @@ packages: dependencies: once: 1.4.0 - /enhanced-resolve@5.12.0: - resolution: {integrity: sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==} + /enhanced-resolve@5.16.0: + resolution: {integrity: sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 @@ -6699,40 +6050,6 @@ packages: is-symbol: 1.0.4 dev: true - /es5-ext@0.10.62: - resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==} - engines: {node: '>=0.10'} - requiresBuild: true - dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - next-tick: 1.1.0 - dev: true - - /es6-iterator@2.0.3: - resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==} - dependencies: - d: 1.0.1 - es5-ext: 0.10.62 - es6-symbol: 3.1.3 - dev: true - - /es6-symbol@3.1.3: - resolution: {integrity: sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==} - dependencies: - d: 1.0.1 - ext: 1.7.0 - dev: true - - /es6-weak-map@2.0.3: - resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} - dependencies: - d: 1.0.1 - es5-ext: 0.10.62 - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 - dev: true - /esbuild-android-64@0.14.54: resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==} engines: {node: '>=12'} @@ -6871,7 +6188,7 @@ packages: /esbuild-node-loader@0.8.0: resolution: {integrity: sha512-BJaecVcClXVa5lO7TbHp+CgWtUmYrtZHyPYDx1JVTO3OOXdQM569vbJOeQGPucbYThuWTiNUUNeLEc4+EZk8QQ==} dependencies: - esbuild: 0.19.11 + esbuild: 0.20.1 node-fetch: 3.3.1 semver: 7.6.0 dev: true @@ -6994,37 +6311,6 @@ packages: '@esbuild/win32-x64': 0.18.20 dev: true - /esbuild@0.19.11: - resolution: {integrity: sha512-HJ96Hev2hX/6i5cDVwcqiJBBtuo9+FeIJOtZ9W1kA5M6AMJRHUZlpYZ1/SbEwtO0ioNAW8rUooVpC/WehY2SfA==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/aix-ppc64': 0.19.11 - '@esbuild/android-arm': 0.19.11 - '@esbuild/android-arm64': 0.19.11 - '@esbuild/android-x64': 0.19.11 - '@esbuild/darwin-arm64': 0.19.11 - '@esbuild/darwin-x64': 0.19.11 - '@esbuild/freebsd-arm64': 0.19.11 - '@esbuild/freebsd-x64': 0.19.11 - '@esbuild/linux-arm': 0.19.11 - '@esbuild/linux-arm64': 0.19.11 - '@esbuild/linux-ia32': 0.19.11 - '@esbuild/linux-loong64': 0.19.11 - '@esbuild/linux-mips64el': 0.19.11 - '@esbuild/linux-ppc64': 0.19.11 - '@esbuild/linux-riscv64': 0.19.11 - '@esbuild/linux-s390x': 0.19.11 - '@esbuild/linux-x64': 0.19.11 - '@esbuild/netbsd-x64': 0.19.11 - '@esbuild/openbsd-x64': 0.19.11 - '@esbuild/sunos-x64': 0.19.11 - '@esbuild/win32-arm64': 0.19.11 - '@esbuild/win32-ia32': 0.19.11 - '@esbuild/win32-x64': 0.19.11 - dev: true - /esbuild@0.20.1: resolution: {integrity: sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==} engines: {node: '>=12'} @@ -7056,6 +6342,37 @@ packages: '@esbuild/win32-x64': 0.20.1 dev: true + /esbuild@0.20.2: + resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/aix-ppc64': 0.20.2 + '@esbuild/android-arm': 0.20.2 + '@esbuild/android-arm64': 0.20.2 + '@esbuild/android-x64': 0.20.2 + '@esbuild/darwin-arm64': 0.20.2 + '@esbuild/darwin-x64': 0.20.2 + '@esbuild/freebsd-arm64': 0.20.2 + '@esbuild/freebsd-x64': 0.20.2 + '@esbuild/linux-arm': 0.20.2 + '@esbuild/linux-arm64': 0.20.2 + '@esbuild/linux-ia32': 0.20.2 + '@esbuild/linux-loong64': 0.20.2 + '@esbuild/linux-mips64el': 0.20.2 + '@esbuild/linux-ppc64': 0.20.2 + '@esbuild/linux-riscv64': 0.20.2 + '@esbuild/linux-s390x': 0.20.2 + '@esbuild/linux-x64': 0.20.2 + '@esbuild/netbsd-x64': 0.20.2 + '@esbuild/openbsd-x64': 0.20.2 + '@esbuild/sunos-x64': 0.20.2 + '@esbuild/win32-arm64': 0.20.2 + '@esbuild/win32-ia32': 0.20.2 + '@esbuild/win32-x64': 0.20.2 + dev: true + /escalade@3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} @@ -7159,7 +6476,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) debug: 3.2.7 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 @@ -7206,7 +6523,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.3.3) + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -7374,10 +6691,10 @@ packages: eslint: 8.57.0 eslint-compat-utils: 0.4.1(eslint@8.57.0) lodash: 4.17.21 - postcss: 8.4.33 - postcss-safe-parser: 6.0.0(postcss@8.4.33) - postcss-scss: 4.0.6(postcss@8.4.33) - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-safe-parser: 6.0.0(postcss@8.4.35) + postcss-scss: 4.0.6(postcss@8.4.35) + postcss-selector-parser: 6.0.15 postcss-styl: 0.12.3 vue-eslint-parser: 9.4.2(eslint@8.57.0) transitivePeerDependencies: @@ -7505,8 +6822,8 @@ packages: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.10.0 - acorn-jsx: 5.3.2(acorn@8.10.0) + acorn: 8.11.3 + acorn-jsx: 5.3.2(acorn@8.11.3) eslint-visitor-keys: 3.4.3 dev: true @@ -7546,33 +6863,6 @@ packages: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - /event-stream@3.3.4: - resolution: {integrity: sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==} - dependencies: - duplexer: 0.1.2 - from: 0.1.7 - map-stream: 0.1.0 - pause-stream: 0.0.11 - split: 0.3.3 - stream-combiner: 0.0.4 - through: 2.3.8 - dev: true - - /expand-brackets@2.1.4: - resolution: {integrity: sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==} - engines: {node: '>=0.10.0'} - dependencies: - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - posix-character-classes: 0.1.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /expand-tilde@2.0.2: resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} engines: {node: '>=0.10.0'} @@ -7580,17 +6870,12 @@ packages: homedir-polyfill: 1.0.3 dev: true - /ext@1.7.0: - resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==} - dependencies: - type: 2.7.2 - dev: true - /extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} engines: {node: '>=0.10.0'} dependencies: is-extendable: 0.1.1 + dev: false /extend-shallow@3.0.2: resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} @@ -7613,32 +6898,6 @@ packages: tmp: 0.0.33 dev: false - /extglob@2.0.4: - resolution: {integrity: sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==} - engines: {node: '>=0.10.0'} - dependencies: - array-unique: 0.3.2 - define-property: 1.0.0 - expand-brackets: 2.1.4 - extend-shallow: 2.0.1 - fragment-cache: 0.2.1 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - - /fancy-log@1.3.3: - resolution: {integrity: sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==} - engines: {node: '>= 0.10'} - dependencies: - ansi-gray: 0.1.1 - color-support: 1.1.3 - parse-node-version: 1.0.1 - time-stamp: 1.1.0 - dev: true - /fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: true @@ -7647,6 +6906,10 @@ packages: resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} dev: true + /fast-fifo@1.3.2: + resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} + dev: true + /fast-glob@3.3.2: resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} @@ -7662,17 +6925,24 @@ packages: resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} dev: true - /fast-levenshtein@1.1.4: - resolution: {integrity: sha512-Ia0sQNrMPXXkqVFt6w6M1n1oKo3NfKs+mvaV811Jwir7vAk9a6PVV9VPYf6X3BU97QiLEmuW3uXH9u87zDFfdw==} - dev: true - /fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + /fast-levenshtein@3.0.0: + resolution: {integrity: sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==} + dependencies: + fastest-levenshtein: 1.0.16 + dev: true + /fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} dev: true + /fastest-levenshtein@1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + dev: true + /fastq@1.15.0: resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} dependencies: @@ -7698,7 +6968,7 @@ packages: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flat-cache: 3.0.4 + flat-cache: 3.2.0 dev: true /file-uri-to-path@2.0.0: @@ -7711,36 +6981,23 @@ packages: engines: {node: '>= 0.4.0'} dev: true - /filing-cabinet@3.3.1: - resolution: {integrity: sha512-renEK4Hh6DUl9Vl22Y3cxBq1yh8oNvbAdXnhih0wVpmea+uyKjC9K4QeRjUaybIiIewdzfum+Fg15ZqJ/GyCaA==} - engines: {node: '>=10.13.0'} + /filing-cabinet@4.2.0: + resolution: {integrity: sha512-YZ21ryzRcyqxpyKggdYSoXx//d3sCJzM3lsYoaeg/FyXdADGJrUl+BW1KIglaVLJN5BBcMtWylkygY8zBp2MrQ==} + engines: {node: '>=14'} hasBin: true dependencies: app-module-path: 2.2.0 - commander: 2.20.3 - debug: 4.3.4 - enhanced-resolve: 5.12.0 + commander: 10.0.1 + enhanced-resolve: 5.16.0 is-relative-path: 1.0.2 - module-definition: 3.4.0 - module-lookup-amd: 7.0.1 + module-definition: 5.0.1 + module-lookup-amd: 8.0.5 resolve: 1.22.4 - resolve-dependency-path: 2.0.0 - sass-lookup: 3.0.0 - stylus-lookup: 3.0.2 - tsconfig-paths: 3.15.0 - typescript: 3.9.10 - transitivePeerDependencies: - - supports-color - dev: true - - /fill-range@4.0.0: - resolution: {integrity: sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==} - engines: {node: '>=0.10.0'} - dependencies: - extend-shallow: 2.0.1 - is-number: 3.0.0 - repeat-string: 1.6.1 - to-regex-range: 2.1.1 + resolve-dependency-path: 3.0.2 + sass-lookup: 5.0.1 + stylus-lookup: 5.0.1 + tsconfig-paths: 4.2.0 + typescript: 5.4.5 dev: true /fill-range@7.0.1: @@ -7750,14 +7007,6 @@ packages: to-regex-range: 5.0.1 dev: true - /find-up@1.1.2: - resolution: {integrity: sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==} - engines: {node: '>=0.10.0'} - dependencies: - path-exists: 2.1.0 - pinkie-promise: 2.0.1 - dev: true - /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} engines: {node: '>=8'} @@ -7774,61 +7023,43 @@ packages: path-exists: 4.0.0 dev: true - /findup-sync@2.0.0: - resolution: {integrity: sha512-vs+3unmJT45eczmcAZ6zMJtxN3l/QXeccaXQx5cu/MeJMhewVfoWZqibRkOxPnmoR59+Zy5hjabfQc6JLSah4g==} - engines: {node: '>= 0.10'} - dependencies: - detect-file: 1.0.0 - is-glob: 3.1.0 - micromatch: 3.1.10 - resolve-dir: 1.0.1 - transitivePeerDependencies: - - supports-color - dev: true - - /findup-sync@3.0.0: - resolution: {integrity: sha512-YbffarhcicEhOrm4CtrwdKBdCuz576RLdhJDsIfvNtxUuhdRet1qZcsMjqbePtAseKdAnDyM/IyXbu7PRPRLYg==} - engines: {node: '>= 0.10'} + /findup-sync@5.0.0: + resolution: {integrity: sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==} + engines: {node: '>= 10.13.0'} dependencies: detect-file: 1.0.0 is-glob: 4.0.3 - micromatch: 3.1.10 + micromatch: 4.0.5 resolve-dir: 1.0.1 - transitivePeerDependencies: - - supports-color dev: true - /fined@1.2.0: - resolution: {integrity: sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==} - engines: {node: '>= 0.10'} + /fined@2.0.0: + resolution: {integrity: sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==} + engines: {node: '>= 10.13.0'} dependencies: expand-tilde: 2.0.2 - is-plain-object: 2.0.4 + is-plain-object: 5.0.0 object.defaults: 1.1.0 object.pick: 1.3.0 parse-filepath: 1.0.2 dev: true - /flagged-respawn@1.0.1: - resolution: {integrity: sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==} - engines: {node: '>= 0.10'} + /flagged-respawn@2.0.0: + resolution: {integrity: sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==} + engines: {node: '>= 10.13.0'} dev: true - /flat-cache@3.0.4: - resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} + /flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.7 + flatted: 3.3.1 + keyv: 4.5.4 rimraf: 3.0.2 dev: true - /flatted@3.2.7: - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} - dev: true - - /flatten@1.0.3: - resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==} - deprecated: flatten is deprecated in favor of utility frameworks such as lodash. + /flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} dev: true /flush-write-stream@1.1.1: @@ -7885,26 +7116,6 @@ packages: pause-stream: 0.0.11 dev: false - /fragment-cache@0.2.1: - resolution: {integrity: sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==} - engines: {node: '>=0.10.0'} - dependencies: - map-cache: 0.2.2 - dev: true - - /from@0.1.7: - resolution: {integrity: sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==} - dev: true - - /fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} - engines: {node: '>=14.14'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: true - /fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} engines: {node: '>=6 <7 || >=8'} @@ -7945,6 +7156,14 @@ packages: through2: 2.0.5 dev: true + /fs-mkdirp-stream@2.0.1: + resolution: {integrity: sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==} + engines: {node: '>=10.13.0'} + dependencies: + graceful-fs: 4.2.11 + streamx: 2.16.1 + dev: true + /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} @@ -7984,11 +7203,6 @@ packages: resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} dev: true - /fx@28.0.0: - resolution: {integrity: sha512-vKQDA9g868cZiW8ulgs2uN1yx1i7/nsS33jTMOxekk0Z03BJLffVcdW6AVD32fWb3E6RtmWWuBXBZOk8cLXFNQ==} - hasBin: true - dev: true - /gauge@4.0.4: resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -8008,24 +7222,12 @@ packages: engines: {node: '>=6.9.0'} dev: true - /get-amd-module-type@3.0.2: - resolution: {integrity: sha512-PcuKwB8ouJnKuAPn6Hk3UtdfKoUV3zXRqVEvj8XGIXqjWfgd1j7QGdXy5Z9OdQfzVt1Sk29HVe/P+X74ccOuqw==} - engines: {node: '>=6.0'} - dependencies: - ast-module-types: 3.0.0 - node-source-walk: 4.3.0 - dev: true - - /get-amd-module-type@4.1.0: - resolution: {integrity: sha512-0e/eK6vTGCnSfQ6eYs3wtH05KotJYIP7ZIZEueP/KlA+0dIAEs8bYFvOd/U56w1vfjhJqBagUxVMyy9Tr/cViQ==} - engines: {node: '>=12'} + /get-amd-module-type@5.0.1: + resolution: {integrity: sha512-jb65zDeHyDjFR1loOVk0HQGM5WNwoGB8aLWy3LKCieMKol0/ProHkhO2X1JxojuN10vbz1qNn09MJ7tNp7qMzw==} + engines: {node: '>=14'} dependencies: - ast-module-types: 4.0.0 - node-source-walk: 5.0.1 - dev: true - - /get-caller-file@1.0.3: - resolution: {integrity: sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==} + ast-module-types: 5.0.0 + node-source-walk: 6.0.2 dev: true /get-caller-file@2.0.5: @@ -8081,11 +7283,6 @@ packages: - supports-color dev: false - /get-value@2.0.6: - resolution: {integrity: sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==} - engines: {node: '>=0.10.0'} - dev: true - /glob-parent@3.1.0: resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} dependencies: @@ -8123,19 +7320,26 @@ packages: unique-stream: 2.3.1 dev: true - /glob-watcher@5.0.5: - resolution: {integrity: sha512-zOZgGGEHPklZNjZQaZ9f41i7F2YwE+tS5ZHrDhbBCk3stwahn5vQxnFmBJZHoYdusR6R1bLSXeGUy/BhctwKzw==} - engines: {node: '>= 0.10'} + /glob-stream@8.0.2: + resolution: {integrity: sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==} + engines: {node: '>=10.13.0'} dependencies: - anymatch: 2.0.0 - async-done: 1.3.2 - chokidar: 2.1.8 + '@gulpjs/to-absolute-glob': 4.0.0 + anymatch: 3.1.3 + fastq: 1.15.0 + glob-parent: 6.0.2 + is-glob: 4.0.3 is-negated-glob: 1.0.0 - just-debounce: 1.1.0 normalize-path: 3.0.0 - object.defaults: 1.1.0 - transitivePeerDependencies: - - supports-color + streamx: 2.16.1 + dev: true + + /glob-watcher@6.0.0: + resolution: {integrity: sha512-wGM28Ehmcnk2NqRORXFOTOR064L4imSw3EeOqU5bIwUf62eXGwg89WivH6VMahL8zlQHeodzvHpXplrqzrz3Nw==} + engines: {node: '>= 10.13.0'} + dependencies: + async-done: 2.0.0 + chokidar: 3.5.3 dev: true /glob@10.3.10: @@ -8248,22 +7452,11 @@ packages: slash: 3.0.0 dev: true - /globby@13.1.4: - resolution: {integrity: sha512-iui/IiiW+QrJ1X1hKH5qwlMQyv34wJAYwH1vrf8b9kBA4sNiif3gKsMHa+BrdnOpEudWjpotfa7LrTzB1ERS/g==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - dependencies: - dir-glob: 3.0.1 - fast-glob: 3.3.2 - ignore: 5.2.4 - merge2: 1.4.1 - slash: 4.0.0 - dev: true - - /glogg@1.0.2: - resolution: {integrity: sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==} - engines: {node: '>= 0.10'} + /glogg@2.2.0: + resolution: {integrity: sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==} + engines: {node: '>= 10.13.0'} dependencies: - sparkles: 1.0.1 + sparkles: 2.1.0 dev: true /gonzales-pe@4.3.0: @@ -8286,34 +7479,26 @@ packages: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} dev: true - /gulp-cli@2.3.0: - resolution: {integrity: sha512-zzGBl5fHo0EKSXsHzjspp3y5CONegCm8ErO5Qh0UzFzk2y4tMvzLWhoDokADbarfZRL2pGpRp7yt6gfJX4ph7A==} - engines: {node: '>= 0.10'} + /gulp-cli@3.0.0: + resolution: {integrity: sha512-RtMIitkT8DEMZZygHK2vEuLPqLPAFB4sntSxg4NoDta7ciwGZ18l7JuhCTiS5deOJi2IoK0btE+hs6R4sfj7AA==} + engines: {node: '>=10.13.0'} hasBin: true dependencies: - ansi-colors: 1.1.0 - archy: 1.0.0 - array-sort: 1.0.0 - color-support: 1.1.3 - concat-stream: 1.6.2 - copy-props: 2.0.5 - fancy-log: 1.3.3 - gulplog: 1.0.0 - interpret: 1.4.0 - isobject: 3.0.1 - liftoff: 3.1.0 - matchdep: 2.0.0 - mute-stdout: 1.0.1 - pretty-hrtime: 1.0.3 - replace-homedir: 1.0.0 - semver-greatest-satisfied-range: 1.1.0 - v8flags: 3.2.0 - yargs: 7.1.2 - transitivePeerDependencies: - - supports-color + '@gulpjs/messages': 1.1.0 + chalk: 4.1.2 + copy-props: 4.0.0 + gulplog: 2.2.0 + interpret: 3.1.1 + liftoff: 5.0.0 + mute-stdout: 2.0.0 + replace-homedir: 2.0.0 + semver-greatest-satisfied-range: 2.0.0 + string-width: 4.2.3 + v8flags: 4.0.1 + yargs: 16.2.0 dev: true - /gulp-typescript@6.0.0-alpha.1(typescript@5.3.3): + /gulp-typescript@6.0.0-alpha.1(typescript@5.4.5): resolution: {integrity: sha512-KoT0TTfjfT7w3JItHkgFH1T/zK4oXWC+a8xxKfniRfVcA0Fa1bKrIhztYelYmb+95RB80OLMBreknYkdwzdi2Q==} engines: {node: '>= 8'} peerDependencies: @@ -8323,29 +7508,27 @@ packages: plugin-error: 1.0.1 source-map: 0.7.4 through2: 3.0.2 - typescript: 5.3.3 + typescript: 5.4.5 vinyl: 2.2.1 vinyl-fs: 3.0.3 dev: true - /gulp@4.0.2: - resolution: {integrity: sha512-dvEs27SCZt2ibF29xYgmnwwCYZxdxhQ/+LFWlbAW8y7jt68L/65402Lz3+CKy0Ov4rOs+NERmDq7YlZaDqUIfA==} - engines: {node: '>= 0.10'} + /gulp@5.0.0: + resolution: {integrity: sha512-S8Z8066SSileaYw1S2N1I64IUc/myI2bqe2ihOBzO6+nKpvNSg7ZcWJt/AwF8LC/NVN+/QZ560Cb/5OPsyhkhg==} + engines: {node: '>=10.13.0'} hasBin: true dependencies: - glob-watcher: 5.0.5 - gulp-cli: 2.3.0 - undertaker: 1.3.0 - vinyl-fs: 3.0.3 - transitivePeerDependencies: - - supports-color + glob-watcher: 6.0.0 + gulp-cli: 3.0.0 + undertaker: 2.0.0 + vinyl-fs: 4.0.0 dev: true - /gulplog@1.0.0: - resolution: {integrity: sha512-hm6N8nrm3Y08jXie48jsC55eCZz9mnb4OirAStEk2deqeyhXU3C1otDVh+ccttMuc1sBi6RX6ZJ720hs9RCvgw==} - engines: {node: '>= 0.10'} + /gulplog@2.2.0: + resolution: {integrity: sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==} + engines: {node: '>= 10.13.0'} dependencies: - glogg: 1.0.2 + glogg: 2.2.0 dev: true /gzip-size@6.0.0: @@ -8404,37 +7587,6 @@ packages: resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} dev: true - /has-value@0.3.1: - resolution: {integrity: sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==} - engines: {node: '>=0.10.0'} - dependencies: - get-value: 2.0.6 - has-values: 0.1.4 - isobject: 2.1.0 - dev: true - - /has-value@1.0.0: - resolution: {integrity: sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==} - engines: {node: '>=0.10.0'} - dependencies: - get-value: 2.0.6 - has-values: 1.0.0 - isobject: 3.0.1 - dev: true - - /has-values@0.1.4: - resolution: {integrity: sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==} - engines: {node: '>=0.10.0'} - dev: true - - /has-values@1.0.0: - resolution: {integrity: sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 3.0.0 - kind-of: 4.0.0 - dev: true - /has@1.0.3: resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} engines: {node: '>= 0.4.0'} @@ -8548,7 +7700,6 @@ packages: dependencies: safer-buffer: 2.1.2 dev: true - optional: true /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -8591,10 +7742,6 @@ packages: engines: {node: '>=8'} dev: true - /indexes-of@1.0.1: - resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==} - dev: true - /individual@3.0.0: resolution: {integrity: sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==} dev: true @@ -8649,10 +7796,11 @@ packages: /interpret@1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} + dev: false - /invert-kv@1.0.0: - resolution: {integrity: sha512-xgs2NH9AE66ucSq4cNG1nhSFghr5l6tdL15Pk+jl46bmmBapgoaY/AacXyaDznAqmGL99TiLSQgO/XazFSKYeQ==} - engines: {node: '>=0.10.0'} + /interpret@3.1.1: + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} dev: true /invert-kv@3.0.1: @@ -8674,22 +7822,6 @@ packages: is-windows: 1.0.2 dev: true - /is-accessor-descriptor@0.1.6: - resolution: {integrity: sha512-e1BM1qnDbMRG3ll2U9dSK0UMHuWOs3pY3AtcFsmvwPtKL3MML/Q86i+GilLfvqEs4GW+ExB91tQ3Ig9noDIZ+A==} - engines: {node: '>=0.10.0'} - deprecated: Please upgrade to v0.1.7 - dependencies: - kind-of: 3.2.2 - dev: true - - /is-accessor-descriptor@1.0.0: - resolution: {integrity: sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==} - engines: {node: '>=0.10.0'} - deprecated: Please upgrade to v1.0.1 - dependencies: - kind-of: 6.0.3 - dev: true - /is-alphabetical@1.0.4: resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} dev: true @@ -8718,13 +7850,6 @@ packages: has-bigints: 1.0.2 dev: true - /is-binary-path@1.0.1: - resolution: {integrity: sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==} - engines: {node: '>=0.10.0'} - dependencies: - binary-extensions: 1.13.1 - dev: true - /is-binary-path@2.1.0: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} @@ -8767,22 +7892,6 @@ packages: dependencies: hasown: 2.0.0 - /is-data-descriptor@0.1.4: - resolution: {integrity: sha512-+w9D5ulSoBNlmw9OHn3U2v51SyoCd0he+bB3xMl62oijhrspxowjU+AIcDY0N3iEJbUEkB15IlMASQsxYigvXg==} - engines: {node: '>=0.10.0'} - deprecated: Please upgrade to v0.1.5 - dependencies: - kind-of: 3.2.2 - dev: true - - /is-data-descriptor@1.0.0: - resolution: {integrity: sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==} - engines: {node: '>=0.10.0'} - deprecated: Please upgrade to v1.0.1 - dependencies: - kind-of: 6.0.3 - dev: true - /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} @@ -8794,24 +7903,6 @@ packages: resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} dev: true - /is-descriptor@0.1.6: - resolution: {integrity: sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==} - engines: {node: '>=0.10.0'} - dependencies: - is-accessor-descriptor: 0.1.6 - is-data-descriptor: 0.1.4 - kind-of: 5.1.0 - dev: true - - /is-descriptor@1.0.2: - resolution: {integrity: sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==} - engines: {node: '>=0.10.0'} - dependencies: - is-accessor-descriptor: 1.0.0 - is-data-descriptor: 1.0.0 - kind-of: 6.0.3 - dev: true - /is-docker@2.2.1: resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} engines: {node: '>=8'} @@ -8821,6 +7912,7 @@ packages: /is-extendable@0.1.1: resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} engines: {node: '>=0.10.0'} + dev: false /is-extendable@1.0.1: resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} @@ -8834,13 +7926,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /is-fullwidth-code-point@1.0.0: - resolution: {integrity: sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==} - engines: {node: '>=0.10.0'} - dependencies: - number-is-nan: 1.0.1 - dev: true - /is-fullwidth-code-point@3.0.0: resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} engines: {node: '>=8'} @@ -8897,18 +7982,6 @@ packages: has-tostringtag: 1.0.0 dev: true - /is-number@3.0.0: - resolution: {integrity: sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 3.2.2 - dev: true - - /is-number@4.0.0: - resolution: {integrity: sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==} - engines: {node: '>=0.10.0'} - dev: true - /is-number@7.0.0: resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} engines: {node: '>=0.12.0'} @@ -9071,13 +8144,6 @@ packages: /isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - /isobject@2.1.0: - resolution: {integrity: sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==} - engines: {node: '>=0.10.0'} - dependencies: - isarray: 1.0.0 - dev: true - /isobject@3.0.1: resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} engines: {node: '>=0.10.0'} @@ -9146,6 +8212,10 @@ packages: hasBin: true dev: true + /json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + dev: true + /json-parse-better-errors@1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} dev: true @@ -9202,40 +8272,15 @@ packages: optionalDependencies: graceful-fs: 4.2.11 - /jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} - dependencies: - universalify: 2.0.0 - optionalDependencies: - graceful-fs: 4.2.11 - dev: true - /jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} engines: {'0': node >= 0.2.0} dev: true - /just-debounce@1.1.0: - resolution: {integrity: sha512-qpcRocdkUmf+UTNBYx5w6dexX5J31AKK1OmPwH630a83DdVVUIngk55RSAiIGpQyoH0dlr872VHfPjnQnK1qDQ==} - dev: true - - /kind-of@3.2.2: - resolution: {integrity: sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==} - engines: {node: '>=0.10.0'} - dependencies: - is-buffer: 1.1.6 - dev: true - - /kind-of@4.0.0: - resolution: {integrity: sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==} - engines: {node: '>=0.10.0'} + /keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} dependencies: - is-buffer: 1.1.6 - dev: true - - /kind-of@5.1.0: - resolution: {integrity: sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==} - engines: {node: '>=0.10.0'} + json-buffer: 3.0.1 dev: true /kind-of@6.0.3: @@ -9243,12 +8288,9 @@ packages: engines: {node: '>=0.10.0'} dev: true - /last-run@1.1.1: - resolution: {integrity: sha512-U/VxvpX4N/rFvPzr3qG5EtLKEnNI0emvIQB3/ecEwv+8GHaUKbIB8vxv1Oai5FAF0d0r7LXHhLLe5K/yChm5GQ==} - engines: {node: '>= 0.10'} - dependencies: - default-resolution: 2.0.0 - es6-weak-map: 2.0.3 + /last-run@2.0.0: + resolution: {integrity: sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==} + engines: {node: '>= 10.13.0'} dev: true /lazystream@1.0.1: @@ -9258,13 +8300,6 @@ packages: readable-stream: 2.3.8 dev: true - /lcid@1.0.0: - resolution: {integrity: sha512-YiGkH6EnGrDGqLMITnGjXtGmNtjoXw9SVUzcaos8RBi7Ps0VBylkq+vOcY9QE5poLasPCR849ucFUkl0UzUyOw==} - engines: {node: '>=0.10.0'} - dependencies: - invert-kv: 1.0.0 - dev: true - /lcid@4.0.1: resolution: {integrity: sha512-qI4sQt7g19ZWtaodPKBUvym/pen9/lZzqyl2qeItTFPwJptXllVhe3KI+mV9xmBa4cnZoik8m1obToxqFbVIZQ==} engines: {node: '>=14.16'} @@ -9278,6 +8313,11 @@ packages: flush-write-stream: 1.1.1 dev: true + /lead@4.0.0: + resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} + engines: {node: '>=10.13.0'} + dev: true + /levn@0.3.0: resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} engines: {node: '>= 0.8.0'} @@ -9293,20 +8333,17 @@ packages: type-check: 0.4.0 dev: true - /liftoff@3.1.0: - resolution: {integrity: sha512-DlIPlJUkCV0Ips2zf2pJP0unEoT1kwYhiiPUGF3s/jtxTCjziNLoiVVh+jqWOWeFi6mmwQ5fNxvAUyPad4Dfog==} - engines: {node: '>= 0.8'} + /liftoff@5.0.0: + resolution: {integrity: sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==} + engines: {node: '>=10.13.0'} dependencies: extend: 3.0.2 - findup-sync: 3.0.0 - fined: 1.2.0 - flagged-respawn: 1.0.1 - is-plain-object: 2.0.4 - object.map: 1.0.1 - rechoir: 0.6.2 + findup-sync: 5.0.0 + fined: 2.0.0 + flagged-respawn: 2.0.0 + is-plain-object: 5.0.0 + rechoir: 0.8.0 resolve: 1.22.4 - transitivePeerDependencies: - - supports-color dev: true /lines-and-columns@1.2.4: @@ -9315,18 +8352,7 @@ packages: /linkify-it@5.0.0: resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} dependencies: - uc.micro: 2.0.0 - dev: true - - /load-json-file@1.1.0: - resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==} - engines: {node: '>=0.10.0'} - dependencies: - graceful-fs: 4.2.11 - parse-json: 2.2.0 - pify: 2.3.0 - pinkie-promise: 2.0.1 - strip-bom: 2.0.0 + uc.micro: 2.1.0 dev: true /load-json-file@4.0.0: @@ -9459,8 +8485,8 @@ packages: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} dev: true - /madge@6.1.0(typescript@5.3.3): - resolution: {integrity: sha512-irWhT5RpFOc6lkzGHKLihonCVgM0YtfNUh4IrFeW3EqHpnt/JHUG3z26j8PeJEktCGB4tmGOOOJi1Rl/ACWucQ==} + /madge@7.0.0(typescript@5.4.5): + resolution: {integrity: sha512-x9eHkBWoCJ2B8yGesWf8LRucarkbH5P3lazqgvmxe4xn5U2Meyfu906iG9mBB1RnY/f4D+gtELWdiz1k6+jAZA==} engines: {node: '>=14'} hasBin: true peerDependencies: @@ -9473,24 +8499,15 @@ packages: commander: 7.2.0 commondir: 1.0.1 debug: 4.3.4 - dependency-tree: 9.0.0 - detective-amd: 4.1.0 - detective-cjs: 4.1.0 - detective-es6: 3.0.1 - detective-less: 1.0.2 - detective-postcss: 6.1.1 - detective-sass: 4.1.1 - detective-scss: 3.0.1 - detective-stylus: 2.0.1 - detective-typescript: 9.1.1 + dependency-tree: 10.0.9 ora: 5.4.1 pluralize: 8.0.0 - precinct: 8.3.1 + precinct: 11.0.5 pretty-ms: 7.0.1 rc: 1.2.8 stream-to-array: 2.3.0 - ts-graphviz: 1.5.5 - typescript: 5.3.3 + ts-graphviz: 1.8.2 + typescript: 5.4.5 walkdir: 0.4.1 transitivePeerDependencies: - supports-color @@ -9566,49 +8583,31 @@ packages: - supports-color dev: true - /make-iterator@1.0.1: - resolution: {integrity: sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 6.0.3 - dev: true - /map-cache@0.2.2: resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} engines: {node: '>=0.10.0'} dev: true - /map-stream@0.1.0: - resolution: {integrity: sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==} - dev: true - - /map-visit@1.0.0: - resolution: {integrity: sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==} - engines: {node: '>=0.10.0'} - dependencies: - object-visit: 1.0.1 - dev: true - /mark.js@8.11.1: resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==} dev: true - /markdown-it-anchor@8.6.7(@types/markdown-it@13.0.7)(markdown-it@14.0.0): + /markdown-it-anchor@8.6.7(@types/markdown-it@14.0.1)(markdown-it@14.1.0): resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} peerDependencies: '@types/markdown-it': '*' markdown-it: '*' dependencies: - '@types/markdown-it': 13.0.7 - markdown-it: 14.0.0 + '@types/markdown-it': 14.0.1 + markdown-it: 14.1.0 dev: true /markdown-it-container@4.0.0: resolution: {integrity: sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw==} dev: true - /markdown-it@14.0.0: - resolution: {integrity: sha512-seFjF0FIcPt4P9U39Bq1JYblX0KZCjDLFFQPHpL5AzHpqPEKtosxmdq/LTVZnjfH7tjt9BxStm+wXcDBNuYmzw==} + /markdown-it@14.1.0: + resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} hasBin: true dependencies: argparse: 2.0.1 @@ -9616,7 +8615,7 @@ packages: linkify-it: 5.0.0 mdurl: 2.0.0 punycode.js: 2.3.1 - uc.micro: 2.0.0 + uc.micro: 2.1.0 dev: true /marked@4.3.0: @@ -9625,18 +8624,6 @@ packages: hasBin: true dev: true - /matchdep@2.0.0: - resolution: {integrity: sha512-LFgVbaHIHMqCRuCZyfCtUOq9/Lnzhi7Z0KFUE2fhD54+JN2jLh3hC02RLkqauJ3U4soU6H1J3tfj/Byk7GoEjA==} - engines: {node: '>= 0.10.0'} - dependencies: - findup-sync: 2.0.0 - micromatch: 3.1.10 - resolve: 1.22.4 - stack-trace: 0.0.10 - transitivePeerDependencies: - - supports-color - dev: true - /mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} dependencies: @@ -9676,27 +8663,6 @@ packages: - supports-color dev: true - /micromatch@3.1.10: - resolution: {integrity: sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==} - engines: {node: '>=0.10.0'} - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - braces: 2.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - extglob: 2.0.4 - fragment-cache: 0.2.1 - kind-of: 6.0.3 - nanomatch: 1.2.13 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} engines: {node: '>=8.6'} @@ -9845,14 +8811,6 @@ packages: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} dev: true - /mixin-deep@1.3.2: - resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} - engines: {node: '>=0.10.0'} - dependencies: - for-in: 1.0.2 - is-extendable: 1.0.1 - dev: true - /mkdirp@0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true @@ -9875,36 +8833,24 @@ packages: ufo: 1.3.1 dev: true - /module-definition@3.4.0: - resolution: {integrity: sha512-XxJ88R1v458pifaSkPNLUTdSPNVGMP2SXVncVmApGO+gAfrLANiYe6JofymCzVceGOMwQE2xogxBSc8uB7XegA==} - engines: {node: '>=6.0'} - hasBin: true - dependencies: - ast-module-types: 3.0.0 - node-source-walk: 4.3.0 - dev: true - - /module-definition@4.1.0: - resolution: {integrity: sha512-rHXi/DpMcD2qcKbPCTklDbX9lBKJrUSl971TW5l6nMpqKCIlzJqmQ8cfEF5M923h2OOLHPDVlh5pJxNyV+AJlw==} - engines: {node: '>=12'} + /module-definition@5.0.1: + resolution: {integrity: sha512-kvw3B4G19IXk+BOXnYq/D/VeO9qfHaapMeuS7w7sNUqmGaA6hywdFHMi+VWeR9wUScXM7XjoryTffCZ5B0/8IA==} + engines: {node: '>=14'} hasBin: true dependencies: - ast-module-types: 4.0.0 - node-source-walk: 5.0.1 + ast-module-types: 5.0.0 + node-source-walk: 6.0.2 dev: true - /module-lookup-amd@7.0.1: - resolution: {integrity: sha512-w9mCNlj0S8qviuHzpakaLVc+/7q50jl9a/kmJ/n8bmXQZgDPkQHnPBb8MUOYh3WpAYkXuNc2c+khsozhIp/amQ==} - engines: {node: '>=10.13.0'} + /module-lookup-amd@8.0.5: + resolution: {integrity: sha512-vc3rYLjDo5Frjox8NZpiyLXsNWJ5BWshztc/5KSOMzpg9k5cHH652YsJ7VKKmtM4SvaxuE9RkrYGhiSjH3Ehow==} + engines: {node: '>=14'} hasBin: true dependencies: - commander: 2.20.3 - debug: 4.3.4 + commander: 10.0.1 glob: 7.2.3 requirejs: 2.3.6 requirejs-config-file: 4.0.0 - transitivePeerDependencies: - - supports-color dev: true /monorepo-root@2.5.1: @@ -9940,6 +8886,7 @@ packages: /ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + dev: false /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} @@ -9947,9 +8894,9 @@ packages: /ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} - /mute-stdout@1.0.1: - resolution: {integrity: sha512-kDcwXR4PS7caBpuRYYBUz9iVixUk3anO3f5OYFiIPwK/20vCzKCHyKoulbiDY1S53zD2bxUpxN/IJ+TnXjfvxg==} - engines: {node: '>= 0.10'} + /mute-stdout@2.0.0: + resolution: {integrity: sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==} + engines: {node: '>= 10.13.0'} dev: true /mute-stream@0.0.8: @@ -9970,25 +8917,6 @@ packages: hasBin: true dev: true - /nanomatch@1.2.13: - resolution: {integrity: sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==} - engines: {node: '>=0.10.0'} - dependencies: - arr-diff: 4.0.0 - array-unique: 0.3.2 - define-property: 2.0.2 - extend-shallow: 3.0.2 - fragment-cache: 0.2.1 - is-windows: 1.0.2 - kind-of: 6.0.3 - object.pick: 1.3.0 - regex-not: 1.0.2 - snapdragon: 0.8.2 - to-regex: 3.0.2 - transitivePeerDependencies: - - supports-color - dev: true - /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true @@ -10019,10 +8947,6 @@ packages: engines: {node: '>= 0.4.0'} dev: false - /next-tick@1.1.0: - resolution: {integrity: sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==} - dev: true - /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} dev: true @@ -10070,28 +8994,17 @@ packages: - supports-color dev: true - /node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} - dev: true - /node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} dev: true - /node-source-walk@4.3.0: - resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} - engines: {node: '>=6.0'} + /node-source-walk@6.0.2: + resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} + engines: {node: '>=14'} dependencies: '@babel/parser': 7.24.0 dev: true - /node-source-walk@5.0.1: - resolution: {integrity: sha512-fe5rFjPqkWQb4CLfsOf10fZAJvImfLpcVx+Nqbozaj6PBoAEjyEK1HZGCGvQNyre2HdL1HnZG6mxBf2UHSzr/w==} - engines: {node: '>=12'} - dependencies: - '@babel/parser': 7.22.10 - dev: true - /nopt@6.0.0: resolution: {integrity: sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -10138,6 +9051,13 @@ packages: once: 1.4.0 dev: true + /now-and-later@3.0.0: + resolution: {integrity: sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==} + engines: {node: '>= 10.13.0'} + dependencies: + once: 1.4.0 + dev: true + /npm-bundled@3.0.0: resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -10232,25 +9152,11 @@ packages: boolbase: 1.0.0 dev: true - /number-is-nan@1.0.1: - resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} - engines: {node: '>=0.10.0'} - dev: true - /object-assign@4.1.1: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} dev: false - /object-copy@0.1.0: - resolution: {integrity: sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==} - engines: {node: '>=0.10.0'} - dependencies: - copy-descriptor: 0.1.1 - define-property: 0.2.5 - kind-of: 3.2.2 - dev: true - /object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} @@ -10259,13 +9165,6 @@ packages: engines: {node: '>= 0.4'} dev: true - /object-visit@1.0.1: - resolution: {integrity: sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==} - engines: {node: '>=0.10.0'} - dependencies: - isobject: 3.0.1 - dev: true - /object.assign@4.1.4: resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} engines: {node: '>= 0.4'} @@ -10304,14 +9203,6 @@ packages: get-intrinsic: 1.2.1 dev: true - /object.map@1.0.1: - resolution: {integrity: sha512-3+mAJu2PLfnSVGHwIWubpOFLscJANBKuB/6A4CxBstc4aqwQY0FWcsppuy4jU5GSB95yES5JHSI+33AWuS4k6w==} - engines: {node: '>=0.10.0'} - dependencies: - for-own: 1.0.0 - make-iterator: 1.0.1 - dev: true - /object.pick@1.3.0: resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} engines: {node: '>=0.10.0'} @@ -10319,14 +9210,6 @@ packages: isobject: 3.0.1 dev: true - /object.reduce@1.0.1: - resolution: {integrity: sha512-naLhxxpUESbNkRqc35oQ2scZSJueHGQNUfMW/0U37IgN6tE2dgDWg3whf+NEliy3F/QysrO48XKUz/nGPe+AQw==} - engines: {node: '>=0.10.0'} - dependencies: - for-own: 1.0.0 - make-iterator: 1.0.1 - dev: true - /object.values@1.1.7: resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} engines: {node: '>= 0.4'} @@ -10433,13 +9316,6 @@ packages: '@node-kit/extra.cp': 3.2.0 lcid: 4.0.1 - /os-locale@1.4.0: - resolution: {integrity: sha512-PRT7ZORmwu2MEFt4/fv3Q+mEfN4zetKxufQrkShY2oGvUms9r8otu5HfdyIFHkYXjO7laNsoVGmM2MANfuTA8g==} - engines: {node: '>=0.10.0'} - dependencies: - lcid: 1.0.0 - dev: true - /os-name@1.0.3: resolution: {integrity: sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==} engines: {node: '>=0.10.0'} @@ -10582,13 +9458,6 @@ packages: path-root: 0.1.1 dev: true - /parse-json@2.2.0: - resolution: {integrity: sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==} - engines: {node: '>=0.10.0'} - dependencies: - error-ex: 1.3.2 - dev: true - /parse-json@4.0.0: resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} @@ -10601,7 +9470,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.23.4 + '@babel/code-frame': 7.24.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -10611,32 +9480,15 @@ packages: engines: {node: '>=6'} dev: true - /parse-node-version@1.0.1: - resolution: {integrity: sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==} - engines: {node: '>= 0.10'} - dev: true - /parse-passwd@1.0.0: resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} engines: {node: '>=0.10.0'} dev: true - /pascalcase@0.1.1: - resolution: {integrity: sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==} - engines: {node: '>=0.10.0'} - dev: true - /path-dirname@1.0.2: resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} dev: true - /path-exists@2.1.0: - resolution: {integrity: sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==} - engines: {node: '>=0.10.0'} - dependencies: - pinkie-promise: 2.0.1 - dev: true - /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -10678,15 +9530,6 @@ packages: minipass: 5.0.0 dev: true - /path-type@1.1.0: - resolution: {integrity: sha512-S4eENJz1pkiQn9Znv33Q+deTOKmbl+jj1Fl+qiP/vYezj+S8x+J3Uo0ISrx/QoEvIlOaDWJhPaRd1flJ9HXZqg==} - engines: {node: '>=0.10.0'} - dependencies: - graceful-fs: 4.2.11 - pify: 2.3.0 - pinkie-promise: 2.0.1 - dev: true - /path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} @@ -10703,10 +9546,15 @@ packages: resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} dev: true + /pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + dev: true + /pause-stream@0.0.11: resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} dependencies: through: 2.3.8 + dev: false /perfect-debounce@1.0.0: resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} @@ -10714,7 +9562,6 @@ packages: /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - dev: true /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -10727,28 +9574,11 @@ packages: hasBin: true dev: true - /pify@2.3.0: - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} - engines: {node: '>=0.10.0'} - dev: true - /pify@3.0.0: resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} dev: true - /pinkie-promise@2.0.1: - resolution: {integrity: sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==} - engines: {node: '>=0.10.0'} - dependencies: - pinkie: 2.0.4 - dev: true - - /pinkie@2.0.4: - resolution: {integrity: sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==} - engines: {node: '>=0.10.0'} - dev: true - /pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: @@ -10778,35 +9608,22 @@ packages: load-yml: 1.4.0 dev: true - /posix-character-classes@0.1.1: - resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} - engines: {node: '>=0.10.0'} - dev: true - - /postcss-safe-parser@6.0.0(postcss@8.4.33): + /postcss-safe-parser@6.0.0(postcss@8.4.35): resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-scss@4.0.6(postcss@8.4.33): + /postcss-scss@4.0.6(postcss@8.4.35): resolution: {integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.4.19 dependencies: - postcss: 8.4.33 - dev: true - - /postcss-selector-parser@6.0.13: - resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} - engines: {node: '>=4'} - dependencies: - cssesc: 3.0.0 - util-deprecate: 1.0.2 + postcss: 8.4.35 dev: true /postcss-selector-parser@6.0.15: @@ -10830,15 +9647,6 @@ packages: - supports-color dev: true - /postcss-values-parser@2.0.1: - resolution: {integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==} - engines: {node: '>=6.14.4'} - dependencies: - flatten: 1.0.3 - indexes-of: 1.0.1 - uniq: 1.0.1 - dev: true - /postcss-values-parser@6.0.2(postcss@8.4.35): resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} engines: {node: '>=10'} @@ -10851,8 +9659,8 @@ packages: quote-unquote: 1.0.0 dev: true - /postcss@8.4.33: - resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==} + /postcss@8.4.35: + resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 @@ -10860,58 +9668,36 @@ packages: source-map-js: 1.0.2 dev: true - /postcss@8.4.35: - resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} + /postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 picocolors: 1.0.0 - source-map-js: 1.0.2 + source-map-js: 1.2.0 dev: true /preact@10.13.1: resolution: {integrity: sha512-KyoXVDU5OqTpG9LXlB3+y639JAGzl8JSBXLn1J9HTSB3gbKcuInga7bZnXLlxmK94ntTs1EFeZp0lrja2AuBYQ==} dev: true - /precinct@8.3.1: - resolution: {integrity: sha512-pVppfMWLp2wF68rwHqBIpPBYY8Kd12lDhk8LVQzOwqllifVR15qNFyod43YLyFpurKRZQKnE7E4pofAagDOm2Q==} - engines: {node: ^10.13 || ^12 || >=14} + /precinct@11.0.5: + resolution: {integrity: sha512-oHSWLC8cL/0znFhvln26D14KfCQFFn4KOLSw6hmLhd+LQ2SKt9Ljm89but76Pc7flM9Ty1TnXyrA2u16MfRV3w==} + engines: {node: ^14.14.0 || >=16.0.0} hasBin: true dependencies: - commander: 2.20.3 - debug: 4.3.4 - detective-amd: 3.1.2 - detective-cjs: 3.1.3 - detective-es6: 2.2.2 - detective-less: 1.0.2 - detective-postcss: 4.0.0 - detective-sass: 3.0.2 - detective-scss: 2.0.2 - detective-stylus: 1.0.3 - detective-typescript: 7.0.2 - module-definition: 3.4.0 - node-source-walk: 4.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /precinct@9.2.1: - resolution: {integrity: sha512-uzKHaTyiVejWW7VJtHInb9KBUq9yl9ojxXGujhjhDmPon2wgZPBKQIKR+6csGqSlUeGXAA4MEFnU6DesxZib+A==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} - hasBin: true - dependencies: - '@dependents/detective-less': 3.0.1 - commander: 9.5.0 - detective-amd: 4.1.0 - detective-cjs: 4.1.0 - detective-es6: 3.0.1 - detective-postcss: 6.1.1 - detective-sass: 4.1.1 - detective-scss: 3.0.1 - detective-stylus: 3.0.0 - detective-typescript: 9.1.1 - module-definition: 4.1.0 - node-source-walk: 5.0.1 + '@dependents/detective-less': 4.1.0 + commander: 10.0.1 + detective-amd: 5.0.2 + detective-cjs: 5.0.1 + detective-es6: 4.0.1 + detective-postcss: 6.1.3 + detective-sass: 5.0.3 + detective-scss: 4.0.3 + detective-stylus: 4.0.0 + detective-typescript: 11.2.0 + module-definition: 5.0.1 + node-source-walk: 6.0.2 transitivePeerDependencies: - supports-color dev: true @@ -10942,11 +9728,6 @@ packages: hasBin: true dev: true - /pretty-hrtime@1.0.3: - resolution: {integrity: sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==} - engines: {node: '>= 0.8'} - dev: true - /pretty-ms@7.0.1: resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==} engines: {node: '>=10'} @@ -11000,14 +9781,6 @@ packages: resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} dev: false - /ps-tree@1.2.0: - resolution: {integrity: sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==} - engines: {node: '>= 0.10'} - hasBin: true - dependencies: - event-stream: 3.3.4 - dev: true - /pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: @@ -11051,6 +9824,10 @@ packages: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true + /queue-tick@1.0.1: + resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} + dev: true + /quote-unquote@1.0.0: resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==} dev: true @@ -11099,14 +9876,6 @@ packages: npm-normalize-package-bin: 3.0.0 dev: true - /read-pkg-up@1.0.1: - resolution: {integrity: sha512-WD9MTlNtI55IwYUS27iHh9tK3YoIVhxis8yKhLpTqWtml739uXc9NWTpxoHkfZf3+DkCCsXox94/VWZniuZm6A==} - engines: {node: '>=0.10.0'} - dependencies: - find-up: 1.1.2 - read-pkg: 1.1.0 - dev: true - /read-pkg-up@7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} engines: {node: '>=8'} @@ -11116,15 +9885,6 @@ packages: type-fest: 0.8.1 dev: true - /read-pkg@1.1.0: - resolution: {integrity: sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==} - engines: {node: '>=0.10.0'} - dependencies: - load-json-file: 1.1.0 - normalize-package-data: 2.5.0 - path-type: 1.1.0 - dev: true - /read-pkg@3.0.0: resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} engines: {node: '>=4'} @@ -11173,17 +9933,6 @@ packages: string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdirp@2.2.1: - resolution: {integrity: sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==} - engines: {node: '>=0.10'} - dependencies: - graceful-fs: 4.2.11 - micromatch: 3.1.10 - readable-stream: 2.3.8 - transitivePeerDependencies: - - supports-color - dev: true - /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} engines: {node: '>=8.10.0'} @@ -11196,6 +9945,14 @@ packages: engines: {node: '>= 0.10'} dependencies: resolve: 1.22.4 + dev: false + + /rechoir@0.8.0: + resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} + engines: {node: '>= 10.13.0'} + dependencies: + resolve: 1.22.4 + dev: true /regenerate-unicode-properties@10.1.1: resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} @@ -11218,14 +9975,6 @@ packages: '@babel/runtime': 7.21.0 dev: true - /regex-not@1.0.2: - resolution: {integrity: sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==} - engines: {node: '>=0.10.0'} - dependencies: - extend-shallow: 3.0.2 - safe-regex: 1.1.0 - dev: true - /regexp-tree@0.1.24: resolution: {integrity: sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==} hasBin: true @@ -11259,7 +10008,7 @@ packages: jsesc: 0.5.0 dev: true - /reinstaller@3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.3.3): + /reinstaller@3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.4.5): resolution: {integrity: sha512-VLjzE9tQMghK53x1Ccx96AEdRRe+dKq5zsnSNFLf1d7QsLAaRV0yX3lU1djgIaPYNSjDOXBRXjt8Y/GFTrHt/A==} hasBin: true peerDependencies: @@ -11270,7 +10019,7 @@ packages: commander: 10.0.1 consola: 3.2.3 core-js: 3.32.2 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.4.5) debug: 4.3.4 global-modules: 2.0.0 js-cool: 5.18.1 @@ -11303,28 +10052,19 @@ packages: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} dev: true - /repeat-element@1.1.4: - resolution: {integrity: sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==} - engines: {node: '>=0.10.0'} - dev: true - - /repeat-string@1.6.1: - resolution: {integrity: sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==} - engines: {node: '>=0.10'} - dev: true - /replace-ext@1.0.1: resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} engines: {node: '>= 0.10'} dev: true - /replace-homedir@1.0.0: - resolution: {integrity: sha512-CHPV/GAglbIB1tnQgaiysb8H2yCy8WQ7lcEwQ/eT+kLj0QHV8LnJW0zpqpE7RSkrMSRoa+EBoag86clf7WAgSg==} - engines: {node: '>= 0.10'} - dependencies: - homedir-polyfill: 1.0.3 - is-absolute: 1.0.0 - remove-trailing-separator: 1.1.0 + /replace-ext@2.0.0: + resolution: {integrity: sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==} + engines: {node: '>= 10'} + dev: true + + /replace-homedir@2.0.0: + resolution: {integrity: sha512-bgEuQQ/BHW0XkkJtawzrfzHFSN70f/3cNOiHa2QsYxqrjaC30X1k74FJ6xswVBP0sr0SpGIdVFuPwfrYziVeyw==} + engines: {node: '>= 10.13.0'} dev: true /require-directory@2.1.1: @@ -11332,10 +10072,6 @@ packages: engines: {node: '>=0.10.0'} dev: true - /require-main-filename@1.0.1: - resolution: {integrity: sha512-IqSUtOVP4ksd1C/ej5zeEh/BIP2ajqpn8c5x+q99gvcIG/Qf0cud5raVnE/Dwd0ua9TXYDoDc0RE5hBSdz22Ug==} - dev: true - /requirejs-config-file@4.0.0: resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} engines: {node: '>=10.13.0'} @@ -11350,9 +10086,9 @@ packages: hasBin: true dev: true - /resolve-dependency-path@2.0.0: - resolution: {integrity: sha512-DIgu+0Dv+6v2XwRaNWnumKu7GPufBBOr5I1gRPJHkvghrfCGOooJODFvgFimX/KRxk9j0whD2MnKHzM1jYvk9w==} - engines: {node: '>=6.0.0'} + /resolve-dependency-path@3.0.2: + resolution: {integrity: sha512-Tz7zfjhLfsvR39ADOSk9us4421J/1ztVBo4rWUkF38hgHK5m0OCZ3NxFVpqHRkjctnwVa15igEUHFJp8MCS7vA==} + engines: {node: '>=14'} dev: true /resolve-dir@1.0.1: @@ -11374,13 +10110,15 @@ packages: value-or-function: 3.0.0 dev: true - /resolve-pkg-maps@1.0.0: - resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + /resolve-options@2.0.0: + resolution: {integrity: sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==} + engines: {node: '>= 10.13.0'} + dependencies: + value-or-function: 4.0.0 dev: true - /resolve-url@0.2.1: - resolution: {integrity: sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==} - deprecated: https://github.com/lydell/resolve-url#deprecated + /resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} dev: true /resolve@1.19.0: @@ -11413,11 +10151,6 @@ packages: signal-exit: 3.0.7 dev: true - /ret@0.1.15: - resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} - engines: {node: '>=0.12'} - dev: true - /retry@0.12.0: resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} engines: {node: '>= 4'} @@ -11459,26 +10192,26 @@ packages: js-cool: 5.18.1 dev: true - /rollup-plugin-add-banner@1.1.0(rollup@4.12.0): + /rollup-plugin-add-banner@1.1.0(rollup@4.14.3): resolution: {integrity: sha512-GvBE6Miow7NxxHeRc0ehs6uJ8AV4fAmc5rnPIpIAyrUX+LKLkw0vXgFiGl63mFshWK3HXLjyXfzTgBLp1W9W2g==} peerDependencies: rollup: '>= 2.0.0' dependencies: magic-string: 0.26.7 - rollup: 4.12.0 + rollup: 4.14.3 dev: true - /rollup-plugin-css-only@4.5.2(rollup@4.12.0): + /rollup-plugin-css-only@4.5.2(rollup@4.14.3): resolution: {integrity: sha512-7rj9+jB17Pz8LNcPgtMUb16JcgD8lxQMK9HcGfAVhMK3na/WXes3oGIo5QsrQQVqtgAU6q6KnQNXJrYunaUIQQ==} engines: {node: '>=14'} peerDependencies: rollup: <5 dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) - rollup: 4.12.0 + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + rollup: 4.14.3 dev: true - /rollup-plugin-esbuild@6.1.1(esbuild@0.20.1)(rollup@4.12.0): + /rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.14.3): resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} engines: {node: '>=14.18.0'} peerDependencies: @@ -11488,12 +10221,12 @@ packages: esbuild: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.12.0) + '@rollup/pluginutils': 5.1.0(rollup@4.14.3) debug: 4.3.4 es-module-lexer: 1.3.1 - esbuild: 0.20.1 + esbuild: 0.20.2 get-tsconfig: 4.7.2 - rollup: 4.12.0 + rollup: 4.14.3 transitivePeerDependencies: - supports-color dev: true @@ -11509,31 +10242,31 @@ packages: filesize: 6.4.0 gzip-size: 6.0.0 pacote: 15.1.1 - terser: 5.16.8 + terser: 5.30.3 transitivePeerDependencies: - bluebird - supports-color dev: true - /rollup-plugin-node-externals@7.1.1(rollup@4.12.0): + /rollup-plugin-node-externals@7.1.1(rollup@4.14.3): resolution: {integrity: sha512-rnIUt0zYdV05muRetoxOiFiKxrrfiyXuM/CgI+akv6NExBTaIiPkH2rCSE9JUCsjta1MXzQVAldpe5tJEszlwQ==} engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'} peerDependencies: rollup: ^3.0.0 || ^4.0.0 dependencies: - rollup: 4.12.0 + rollup: 4.14.3 dev: true - /rollup-plugin-replace-shebang@1.2.0(rollup@4.12.0): + /rollup-plugin-replace-shebang@1.2.0(rollup@4.14.3): resolution: {integrity: sha512-683B/kMQwm7TN8sIsBo778kzvu4PYed4XU7OPNidTdGb2eFlEdkNbq8dPapzkEckLfzxxPHYz44f7+U5e+NW4A==} peerDependencies: rollup: '>= 2.0.0' dependencies: magic-string: 0.26.7 - rollup: 4.12.0 + rollup: 4.14.3 dev: true - /rollup-plugin-visualizer@5.12.0(rollup@4.12.0): + /rollup-plugin-visualizer@5.12.0(rollup@4.14.3): resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} engines: {node: '>=14'} hasBin: true @@ -11545,7 +10278,7 @@ packages: dependencies: open: 8.4.2 picomatch: 2.3.1 - rollup: 4.12.0 + rollup: 4.14.3 source-map: 0.7.4 yargs: 17.7.1 dev: true @@ -11555,52 +10288,32 @@ packages: hasBin: true dependencies: '@types/estree': 0.0.39 - '@types/node': 20.11.24 - dev: true - - /rollup@4.12.0: - resolution: {integrity: sha512-wz66wn4t1OHIJw3+XU7mJJQV/2NAfw5OAk6G6Hoo3zcvz/XOfQ52Vgi+AN4Uxoxi0KBBwk2g8zPrTDA4btSB/Q==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true - dependencies: - '@types/estree': 1.0.5 - optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.12.0 - '@rollup/rollup-android-arm64': 4.12.0 - '@rollup/rollup-darwin-arm64': 4.12.0 - '@rollup/rollup-darwin-x64': 4.12.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.12.0 - '@rollup/rollup-linux-arm64-gnu': 4.12.0 - '@rollup/rollup-linux-arm64-musl': 4.12.0 - '@rollup/rollup-linux-riscv64-gnu': 4.12.0 - '@rollup/rollup-linux-x64-gnu': 4.12.0 - '@rollup/rollup-linux-x64-musl': 4.12.0 - '@rollup/rollup-win32-arm64-msvc': 4.12.0 - '@rollup/rollup-win32-ia32-msvc': 4.12.0 - '@rollup/rollup-win32-x64-msvc': 4.12.0 - fsevents: 2.3.2 + '@types/node': 20.12.7 dev: true - /rollup@4.9.4: - resolution: {integrity: sha512-2ztU7pY/lrQyXSCnnoU4ICjT/tCG9cdH3/G25ERqE3Lst6vl2BCM5hL2Nw+sslAvAf+ccKsAq1SkKQALyqhR7g==} + /rollup@4.14.3: + resolution: {integrity: sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.9.4 - '@rollup/rollup-android-arm64': 4.9.4 - '@rollup/rollup-darwin-arm64': 4.9.4 - '@rollup/rollup-darwin-x64': 4.9.4 - '@rollup/rollup-linux-arm-gnueabihf': 4.9.4 - '@rollup/rollup-linux-arm64-gnu': 4.9.4 - '@rollup/rollup-linux-arm64-musl': 4.9.4 - '@rollup/rollup-linux-riscv64-gnu': 4.9.4 - '@rollup/rollup-linux-x64-gnu': 4.9.4 - '@rollup/rollup-linux-x64-musl': 4.9.4 - '@rollup/rollup-win32-arm64-msvc': 4.9.4 - '@rollup/rollup-win32-ia32-msvc': 4.9.4 - '@rollup/rollup-win32-x64-msvc': 4.9.4 + '@rollup/rollup-android-arm-eabi': 4.14.3 + '@rollup/rollup-android-arm64': 4.14.3 + '@rollup/rollup-darwin-arm64': 4.14.3 + '@rollup/rollup-darwin-x64': 4.14.3 + '@rollup/rollup-linux-arm-gnueabihf': 4.14.3 + '@rollup/rollup-linux-arm-musleabihf': 4.14.3 + '@rollup/rollup-linux-arm64-gnu': 4.14.3 + '@rollup/rollup-linux-arm64-musl': 4.14.3 + '@rollup/rollup-linux-powerpc64le-gnu': 4.14.3 + '@rollup/rollup-linux-riscv64-gnu': 4.14.3 + '@rollup/rollup-linux-s390x-gnu': 4.14.3 + '@rollup/rollup-linux-x64-gnu': 4.14.3 + '@rollup/rollup-linux-x64-musl': 4.14.3 + '@rollup/rollup-win32-arm64-msvc': 4.14.3 + '@rollup/rollup-win32-ia32-msvc': 4.14.3 + '@rollup/rollup-win32-x64-msvc': 4.14.3 fsevents: 2.3.2 dev: true @@ -11644,12 +10357,6 @@ packages: is-regex: 1.1.4 dev: true - /safe-regex@1.1.0: - resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} - dependencies: - ret: 0.1.15 - dev: true - /safe-regex@2.1.1: resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} dependencies: @@ -11659,12 +10366,12 @@ packages: /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-lookup@3.0.0: - resolution: {integrity: sha512-TTsus8CfFRn1N44bvdEai1no6PqdmDiQUiqW5DlpmtT+tYnIt1tXtDIph5KA1efC+LmioJXSnCtUVpcK9gaKIg==} - engines: {node: '>=6.0.0'} + /sass-lookup@5.0.1: + resolution: {integrity: sha512-t0X5PaizPc2H4+rCwszAqHZRtr4bugo4pgiCvrBFvIX0XFxnr29g77LJcpyj9A0DcKf7gXMLcgvRjsonYI6x4g==} + engines: {node: '>=14'} hasBin: true dependencies: - commander: 2.20.3 + commander: 10.0.1 dev: true /sax@1.2.4: @@ -11683,11 +10390,11 @@ packages: semver: 7.6.0 dev: false - /semver-greatest-satisfied-range@1.1.0: - resolution: {integrity: sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==} - engines: {node: '>= 0.10'} + /semver-greatest-satisfied-range@2.0.0: + resolution: {integrity: sha512-lH3f6kMbwyANB7HuOWRMlLCa2itaCrZJ+SAqqkSZrZKO/cAsk2EOyaKHUtNkVLFyFW9pct22SFesFp3Z7zpA0g==} + engines: {node: '>= 10.13.0'} dependencies: - sver-compat: 1.5.0 + sver: 1.8.4 dev: true /semver@5.7.2: @@ -11742,16 +10449,6 @@ packages: has-property-descriptors: 1.0.0 dev: true - /set-value@2.0.1: - resolution: {integrity: sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==} - engines: {node: '>=0.10.0'} - dependencies: - extend-shallow: 2.0.1 - is-extendable: 0.1.1 - is-plain-object: 2.0.4 - split-string: 3.1.0 - dev: true - /setprototypeof@1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} dev: false @@ -11801,10 +10498,10 @@ packages: vscode-textmate: 8.0.0 dev: true - /shiki@1.1.7: - resolution: {integrity: sha512-9kUTMjZtcPH3i7vHunA6EraTPpPOITYTdA5uMrvsJRexktqP0s7P3s9HVK80b4pP42FRVe03D7fT3NmJv2yYhw==} + /shiki@1.3.0: + resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==} dependencies: - '@shikijs/core': 1.1.7 + '@shikijs/core': 1.3.0 dev: true /side-channel@1.0.4: @@ -11852,38 +10549,6 @@ packages: resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} dev: true - /snapdragon-node@2.1.1: - resolution: {integrity: sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==} - engines: {node: '>=0.10.0'} - dependencies: - define-property: 1.0.0 - isobject: 3.0.1 - snapdragon-util: 3.0.1 - dev: true - - /snapdragon-util@3.0.1: - resolution: {integrity: sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 3.2.2 - dev: true - - /snapdragon@0.8.2: - resolution: {integrity: sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==} - engines: {node: '>=0.10.0'} - dependencies: - base: 0.11.2 - debug: 2.6.9 - define-property: 0.2.5 - extend-shallow: 2.0.1 - map-cache: 0.2.2 - source-map: 0.5.7 - source-map-resolve: 0.5.3 - use: 3.1.1 - transitivePeerDependencies: - - supports-color - dev: true - /socks-proxy-agent@5.0.1: resolution: {integrity: sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==} engines: {node: '>= 6'} @@ -11918,15 +10583,9 @@ packages: engines: {node: '>=0.10.0'} dev: true - /source-map-resolve@0.5.3: - resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==} - deprecated: See https://github.com/lydell/source-map-resolve#deprecated - dependencies: - atob: 2.1.2 - decode-uri-component: 0.2.2 - resolve-url: 0.2.1 - source-map-url: 0.4.1 - urix: 0.1.0 + /source-map-js@1.2.0: + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + engines: {node: '>=0.10.0'} dev: true /source-map-resolve@0.6.0: @@ -11944,16 +10603,6 @@ packages: source-map: 0.6.1 dev: true - /source-map-url@0.4.1: - resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==} - deprecated: See https://github.com/lydell/source-map-url#deprecated - dev: true - - /source-map@0.5.7: - resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} - engines: {node: '>=0.10.0'} - dev: true - /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} @@ -11968,9 +10617,9 @@ packages: deprecated: Please use @jridgewell/sourcemap-codec instead dev: true - /sparkles@1.0.1: - resolution: {integrity: sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==} - engines: {node: '>= 0.10'} + /sparkles@2.1.0: + resolution: {integrity: sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==} + engines: {node: '>= 10.13.0'} dev: true /spdx-correct@3.2.0: @@ -12007,25 +10656,12 @@ packages: engines: {node: '>=0.10.0'} dev: true - /split-string@3.1.0: - resolution: {integrity: sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==} - engines: {node: '>=0.10.0'} - dependencies: - extend-shallow: 3.0.2 - dev: true - /split2@3.2.2: resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} dependencies: readable-stream: 3.6.2 dev: true - /split@0.3.3: - resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==} - dependencies: - through: 2.3.8 - dev: true - /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true @@ -12044,18 +10680,6 @@ packages: minipass: 3.3.6 dev: true - /stack-trace@0.0.10: - resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} - dev: true - - /static-extend@0.1.2: - resolution: {integrity: sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==} - engines: {node: '>=0.10.0'} - dependencies: - define-property: 0.2.5 - object-copy: 0.1.0 - dev: true - /statuses@1.5.0: resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} engines: {node: '>= 0.6'} @@ -12073,10 +10697,10 @@ packages: bl: 5.1.0 dev: true - /stream-combiner@0.0.4: - resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==} + /stream-composer@1.0.2: + resolution: {integrity: sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==} dependencies: - duplexer: 0.1.2 + streamx: 2.16.1 dev: true /stream-exhaust@1.0.2: @@ -12093,20 +10717,20 @@ packages: any-promise: 1.3.0 dev: true + /streamx@2.16.1: + resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==} + dependencies: + fast-fifo: 1.3.2 + queue-tick: 1.0.1 + optionalDependencies: + bare-events: 2.2.2 + dev: true + /string-argv@0.3.2: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} engines: {node: '>=0.6.19'} dev: true - /string-width@1.0.2: - resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==} - engines: {node: '>=0.10.0'} - dependencies: - code-point-at: 1.1.0 - is-fullwidth-code-point: 1.0.0 - strip-ansi: 3.0.1 - dev: true - /string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} @@ -12182,13 +10806,6 @@ packages: is-regexp: 1.0.0 dev: true - /strip-ansi@3.0.1: - resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} - engines: {node: '>=0.10.0'} - dependencies: - ansi-regex: 2.1.1 - dev: true - /strip-ansi@6.0.1: resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} engines: {node: '>=8'} @@ -12202,13 +10819,6 @@ packages: ansi-regex: 6.0.1 dev: true - /strip-bom@2.0.0: - resolution: {integrity: sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==} - engines: {node: '>=0.10.0'} - dependencies: - is-utf8: 0.2.1 - dev: true - /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} @@ -12231,15 +10841,12 @@ packages: engines: {node: '>=8'} dev: true - /stylus-lookup@3.0.2: - resolution: {integrity: sha512-oEQGHSjg/AMaWlKe7gqsnYzan8DLcGIHe0dUaFkucZZ14z4zjENRlQMCHT4FNsiWnJf17YN9OvrCfCoi7VvOyg==} - engines: {node: '>=6.0.0'} + /stylus-lookup@5.0.1: + resolution: {integrity: sha512-tLtJEd5AGvnVy4f9UHQMw4bkJJtaAcmo54N+ovQBjDY3DuWyK9Eltxzr5+KG0q4ew6v2EHyuWWNnHeiw/Eo7rQ==} + engines: {node: '>=14'} hasBin: true dependencies: - commander: 2.20.3 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color + commander: 10.0.1 dev: true /stylus@0.57.0: @@ -12279,11 +10886,10 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /sver-compat@1.5.0: - resolution: {integrity: sha512-aFTHfmjwizMNlNE6dsGmoAM4lHjL0CyiobWaFiXWSlD7cIxshW422Nb8KbXCmR6z+0ZEPY+daXJrDyh/vuwTyg==} - dependencies: - es6-iterator: 2.0.3 - es6-symbol: 3.1.3 + /sver@1.8.4: + resolution: {integrity: sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==} + optionalDependencies: + semver: 6.3.1 dev: true /svg-tags@1.0.0: @@ -12326,15 +10932,10 @@ packages: yallist: 4.0.0 dev: true - /terser@5.16.8: - resolution: {integrity: sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==} - engines: {node: '>=10'} - hasBin: true + /teex@1.0.1: + resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} dependencies: - '@jridgewell/source-map': 0.3.2 - acorn: 8.11.2 - commander: 2.20.3 - source-map-support: 0.5.21 + streamx: 2.16.1 dev: true /terser@5.30.3: @@ -12394,11 +10995,7 @@ packages: /through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - - /time-stamp@1.1.0: - resolution: {integrity: sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==} - engines: {node: '>=0.10.0'} - dev: true + dev: false /tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} @@ -12420,21 +11017,6 @@ packages: engines: {node: '>=4'} dev: true - /to-object-path@0.3.0: - resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==} - engines: {node: '>=0.10.0'} - dependencies: - kind-of: 3.2.2 - dev: true - - /to-regex-range@2.1.1: - resolution: {integrity: sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==} - engines: {node: '>=0.10.0'} - dependencies: - is-number: 3.0.0 - repeat-string: 1.6.1 - dev: true - /to-regex-range@5.0.1: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} @@ -12442,16 +11024,6 @@ packages: is-number: 7.0.0 dev: true - /to-regex@3.0.2: - resolution: {integrity: sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==} - engines: {node: '>=0.10.0'} - dependencies: - define-property: 2.0.2 - extend-shallow: 3.0.2 - regex-not: 1.0.2 - safe-regex: 1.1.0 - dev: true - /to-through@2.0.0: resolution: {integrity: sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==} engines: {node: '>= 0.10'} @@ -12459,22 +11031,29 @@ packages: through2: 2.0.5 dev: true + /to-through@3.0.0: + resolution: {integrity: sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==} + engines: {node: '>=10.13.0'} + dependencies: + streamx: 2.16.1 + dev: true + /toidentifier@1.0.1: resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} engines: {node: '>=0.6'} dev: false - /ts-api-utils@1.0.1(typescript@5.3.3): + /ts-api-utils@1.0.1(typescript@5.4.5): resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.3.3 + typescript: 5.4.5 dev: true - /ts-graphviz@1.5.5: - resolution: {integrity: sha512-abon0Tlcgvxcqr8x+p8QH1fTbR2R4cEXKGZfT4OJONZWah2YfqkmERb6hrr82omAc1IHwk5PlF8g4BS/ECYvwQ==} + /ts-graphviz@1.8.2: + resolution: {integrity: sha512-5YhbFoHmjxa7pgQLkB07MtGnGJ/yhvjmc9uhsnDBEICME6gkPf83SBwLDQqGDoCa3XzUMWLk1AU2Wn1u1naDtA==} engines: {node: '>=14.16'} dev: true @@ -12487,6 +11066,15 @@ packages: strip-bom: 3.0.0 dev: true + /tsconfig-paths@4.2.0: + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} + dependencies: + json5: 2.2.3 + minimist: 1.2.8 + strip-bom: 3.0.0 + dev: true + /tslib@1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} dev: true @@ -12507,24 +11095,14 @@ packages: - supports-color dev: true - /tsutils@3.21.0(typescript@3.9.10): + /tsutils@3.21.0(typescript@5.4.5): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 3.9.10 - dev: true - - /tsutils@3.21.0(typescript@4.9.5): - resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} - engines: {node: '>= 6'} - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' - dependencies: - tslib: 1.14.1 - typescript: 4.9.5 + typescript: 5.4.5 dev: true /tuf-js@1.1.2: @@ -12571,14 +11149,6 @@ packages: engines: {node: '>=8'} dev: true - /type@1.2.0: - resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} - dev: true - - /type@2.7.2: - resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} - dev: true - /typed-array-buffer@1.0.0: resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} engines: {node: '>= 0.4'} @@ -12617,52 +11187,42 @@ packages: is-typed-array: 1.1.10 dev: true - /typedarray@0.0.6: - resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - dev: true - - /typedoc-plugin-markdown@3.17.1(typedoc@0.25.9): + /typedoc-plugin-markdown@3.17.1(typedoc@0.25.13): resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} peerDependencies: typedoc: '>=0.24.0' dependencies: handlebars: 4.7.7 - typedoc: 0.25.9(typescript@5.3.3) + typedoc: 0.25.13(typescript@5.4.5) dev: true - /typedoc@0.25.9(typescript@5.3.3): - resolution: {integrity: sha512-jVoGmfNw848iW0L313+jqHbsknepwDV6F9nzk1H30oWhKXkw65uaENgR6QtTw9a5KqRWEb6nwNd54KxffBJyWw==} + /typedoc@0.25.13(typescript@5.4.5): + resolution: {integrity: sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==} engines: {node: '>= 16'} hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.3 shiki: 0.14.7 - typescript: 5.3.3 - dev: true - - /typescript@3.9.10: - resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} - engines: {node: '>=4.2.0'} - hasBin: true + typescript: 5.4.5 dev: true - /typescript@4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} + /typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + engines: {node: '>=14.17'} hasBin: true dev: true - /typescript@5.3.3: - resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} + /typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} engines: {node: '>=14.17'} hasBin: true - /uc.micro@2.0.0: - resolution: {integrity: sha512-DffL94LsNOccVn4hyfRe5rdKa273swqeA5DJpMOeFmEn1wCDc7nAbbB0gXlgBCL7TNzeTv6G7XVWzan7iJtfig==} + /uc.micro@2.1.0: + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} dev: true /ufo@1.3.1: @@ -12691,25 +11251,19 @@ packages: engines: {node: '>=0.10.0'} dev: true - /undertaker-registry@1.0.1: - resolution: {integrity: sha512-UR1khWeAjugW3548EfQmL9Z7pGMlBgXteQpr1IZeZBtnkCJQJIJ1Scj0mb9wQaPvUZ9Q17XqW6TIaPchJkyfqw==} - engines: {node: '>= 0.10'} + /undertaker-registry@2.0.0: + resolution: {integrity: sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==} + engines: {node: '>= 10.13.0'} dev: true - /undertaker@1.3.0: - resolution: {integrity: sha512-/RXwi5m/Mu3H6IHQGww3GNt1PNXlbeCuclF2QYR14L/2CHPz3DFZkvB5hZ0N/QUkiXWCACML2jXViIQEQc2MLg==} - engines: {node: '>= 0.10'} + /undertaker@2.0.0: + resolution: {integrity: sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==} + engines: {node: '>=10.13.0'} dependencies: - arr-flatten: 1.1.0 - arr-map: 2.0.2 - bach: 1.2.0 - collection-map: 1.0.0 - es6-weak-map: 2.0.3 - fast-levenshtein: 1.1.4 - last-run: 1.1.1 - object.defaults: 1.1.0 - object.reduce: 1.0.1 - undertaker-registry: 1.0.1 + bach: 2.0.1 + fast-levenshtein: 3.0.0 + last-run: 2.0.0 + undertaker-registry: 2.0.0 dev: true /undici-types@5.26.5: @@ -12746,20 +11300,6 @@ packages: engines: {node: '>=4'} dev: true - /union-value@1.0.1: - resolution: {integrity: sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==} - engines: {node: '>=0.10.0'} - dependencies: - arr-union: 3.1.0 - get-value: 2.0.6 - is-extendable: 0.1.1 - set-value: 2.0.1 - dev: true - - /uniq@1.0.1: - resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==} - dev: true - /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} @@ -12805,61 +11345,33 @@ packages: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} - /universalify@2.0.0: - resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} - engines: {node: '>= 10.0.0'} - dev: true - /unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} dev: false - /unplugin-vue-define-options@1.4.2(rollup@4.12.0): - resolution: {integrity: sha512-jQ3nJ1olC107QUA67UEB1CWJXnbVA7SF4UibKQF+jvME7UZ/XomctISHtAkJSJ9YHn0eqnqqzyNkng/KnLUZBw==} + /unplugin-vue-define-options@1.4.3(rollup@4.14.3): + resolution: {integrity: sha512-CN5xF8l8bySD6okw6PCt1zWFHf5vX+q4Cg2ssn9usANHtxmeyCgMccC7ywZyzI32dQS+pq6hvuSz/GewtYnbEQ==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.10.1(rollup@4.12.0) - ast-walker-scope: 0.5.0(rollup@4.12.0) - unplugin: 1.7.1 + '@vue-macros/common': 1.10.2(rollup@4.14.3) + ast-walker-scope: 0.6.1 + unplugin: 1.10.1 transitivePeerDependencies: - rollup - vue dev: true - /unplugin@1.7.1: - resolution: {integrity: sha512-JqzORDAPxxs8ErLV4x+LL7bk5pk3YlcWqpSNsIkAZj972KzFZLClc/ekppahKkOczGkwIG6ElFgdOgOlK4tXZw==} + /unplugin@1.10.1: + resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==} + engines: {node: '>=14.0.0'} dependencies: acorn: 8.11.3 - chokidar: 3.5.3 + chokidar: 3.6.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.6.1 dev: true - /unset-value@1.0.0: - resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} - engines: {node: '>=0.10.0'} - dependencies: - has-value: 0.3.1 - isobject: 3.0.1 - dev: true - - /upath@1.2.0: - resolution: {integrity: sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==} - engines: {node: '>=4'} - dev: true - - /update-browserslist-db@1.0.13(browserslist@4.22.1): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.22.1 - escalade: 3.1.1 - picocolors: 1.0.0 - dev: true - /update-browserslist-db@1.0.13(browserslist@4.23.0): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true @@ -12877,11 +11389,6 @@ packages: punycode: 2.3.0 dev: true - /urix@0.1.0: - resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} - deprecated: Please see https://github.com/lydell/urix#deprecated - dev: true - /urllib@2.40.0: resolution: {integrity: sha512-XDZjoijtzsbkXTXgM+A/sJM002nwoYsc46YOYr6MNH2jUUw1nCBf2ywT1WaPsVEWJX4Yr+9isGmYj4+yofFn9g==} engines: {node: '>= 0.10.0'} @@ -12908,11 +11415,6 @@ packages: /use-downloads@1.5.1: resolution: {integrity: sha512-DOAlnvDzbXJLo2D+jMQ87qKhNBiV7p0RzDjDHLCmlyTOA6iVytQuyvVDcTK4UYz7U907YJkaOieWxXHGWy6+tg==} - /use@3.1.1: - resolution: {integrity: sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==} - engines: {node: '>=0.10.0'} - dev: true - /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} @@ -12927,11 +11429,9 @@ packages: unescape: 1.0.1 dev: false - /v8flags@3.2.0: - resolution: {integrity: sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==} - engines: {node: '>= 0.10'} - dependencies: - homedir-polyfill: 1.0.3 + /v8flags@4.0.1: + resolution: {integrity: sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==} + engines: {node: '>= 10.13.0'} dev: true /validate-npm-package-license@3.0.4: @@ -12958,6 +11458,19 @@ packages: engines: {node: '>= 0.10'} dev: true + /value-or-function@4.0.0: + resolution: {integrity: sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==} + engines: {node: '>= 10.13.0'} + dev: true + + /vinyl-contents@2.0.0: + resolution: {integrity: sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==} + engines: {node: '>=10.13.0'} + dependencies: + bl: 5.1.0 + vinyl: 3.0.0 + dev: true + /vinyl-fs@3.0.3: resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} engines: {node: '>= 0.10'} @@ -12981,6 +11494,26 @@ packages: vinyl-sourcemap: 1.1.0 dev: true + /vinyl-fs@4.0.0: + resolution: {integrity: sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==} + engines: {node: '>=10.13.0'} + dependencies: + fs-mkdirp-stream: 2.0.1 + glob-stream: 8.0.2 + graceful-fs: 4.2.11 + iconv-lite: 0.6.3 + is-valid-glob: 1.0.0 + lead: 4.0.0 + normalize-path: 3.0.0 + resolve-options: 2.0.0 + stream-composer: 1.0.2 + streamx: 2.16.1 + to-through: 3.0.0 + value-or-function: 4.0.0 + vinyl: 3.0.0 + vinyl-sourcemap: 2.0.0 + dev: true + /vinyl-sourcemap@1.1.0: resolution: {integrity: sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==} engines: {node: '>= 0.10'} @@ -12994,6 +11527,18 @@ packages: vinyl: 2.2.1 dev: true + /vinyl-sourcemap@2.0.0: + resolution: {integrity: sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==} + engines: {node: '>=10.13.0'} + dependencies: + convert-source-map: 2.0.0 + graceful-fs: 4.2.11 + now-and-later: 3.0.0 + streamx: 2.16.1 + vinyl: 3.0.0 + vinyl-contents: 2.0.0 + dev: true + /vinyl@2.2.1: resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} engines: {node: '>= 0.10'} @@ -13006,8 +11551,19 @@ packages: replace-ext: 1.0.1 dev: true - /vite@5.1.4(@types/node@20.11.24): - resolution: {integrity: sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==} + /vinyl@3.0.0: + resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==} + engines: {node: '>=10.13.0'} + dependencies: + clone: 2.1.2 + clone-stats: 1.0.0 + remove-trailing-separator: 1.1.0 + replace-ext: 2.0.0 + teex: 1.0.1 + dev: true + + /vite@5.2.8(@types/node@20.12.7): + resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -13034,42 +11590,42 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.24 - esbuild: 0.19.11 - postcss: 8.4.35 - rollup: 4.9.4 + '@types/node': 20.12.7 + esbuild: 0.20.1 + postcss: 8.4.38 + rollup: 4.14.3 optionalDependencies: fsevents: 2.3.2 dev: true - /vitepress@1.0.0-rc.44(@types/node@20.11.24)(postcss@8.4.33)(search-insights@2.6.0)(typescript@5.3.3): - resolution: {integrity: sha512-tO5taxGI7fSpBK1D8zrZTyJJERlyU9nnt0jHSt3fywfq3VKn977Hg0wUuTkEmwXlFYwuW26+6+3xorf4nD3XvA==} + /vitepress@1.1.0(@types/node@20.12.7)(postcss@8.4.35)(search-insights@2.6.0)(typescript@5.4.5): + resolution: {integrity: sha512-G+NS5I2OETxC0SfGAMDO75JWNkrcir0UCptuhQMNoaZhhlqvYtTDQhph4qGc5dtiTtZkcFa/bCcSx+A2gSS3lA==} hasBin: true peerDependencies: - markdown-it-mathjax3: ^4.3.2 - postcss: ^8.4.35 + markdown-it-mathjax3: ^4 + postcss: ^8 peerDependenciesMeta: markdown-it-mathjax3: optional: true postcss: optional: true dependencies: - '@docsearch/css': 3.5.2 - '@docsearch/js': 3.5.2(search-insights@2.6.0) - '@shikijs/core': 1.1.7 - '@shikijs/transformers': 1.1.7 + '@docsearch/css': 3.6.0 + '@docsearch/js': 3.6.0(search-insights@2.6.0) + '@shikijs/core': 1.3.0 + '@shikijs/transformers': 1.3.0 '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 5.0.4(vite@5.1.4)(vue@3.4.21) - '@vue/devtools-api': 7.0.15(vue@3.4.21) + '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) + '@vue/devtools-api': 7.0.27(vue@3.4.21) '@vueuse/core': 10.9.0(vue@3.4.21) '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.21) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 - postcss: 8.4.33 - shiki: 1.1.7 - vite: 5.1.4(@types/node@20.11.24) - vue: 3.4.21(typescript@5.3.3) + postcss: 8.4.35 + shiki: 1.3.0 + vite: 5.2.8(@types/node@20.12.7) + vue: 3.4.21(typescript@5.4.5) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -13130,7 +11686,7 @@ packages: vue: optional: true dependencies: - vue: 3.4.21(typescript@5.3.3) + vue: 3.4.21(typescript@5.4.5) dev: true /vue-eslint-parser@9.4.2(eslint@8.57.0): @@ -13151,7 +11707,7 @@ packages: - supports-color dev: true - /vue@3.4.21(typescript@5.3.3): + /vue@3.4.21(typescript@5.4.5): resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} peerDependencies: typescript: '*' @@ -13164,7 +11720,7 @@ packages: '@vue/runtime-dom': 3.4.21 '@vue/server-renderer': 3.4.21(vue@3.4.21) '@vue/shared': 3.4.21 - typescript: 5.3.3 + typescript: 5.4.5 dev: true /walkdir@0.4.1: @@ -13191,11 +11747,6 @@ packages: resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==} dev: true - /webpod@0.0.2: - resolution: {integrity: sha512-cSwwQIeg8v4i3p4ajHhwgR7N6VyxAf+KYSSsY6Pd3aETE+xEU4vbitz7qQkB0I321xnhDdgtxuiSfk5r/FVtjg==} - hasBin: true - dev: true - /what-pm@2.5.1: resolution: {integrity: sha512-5CLrxTyIKk3o2Tshv1BMAe84NjJbucr/uio8fX4Jr838/enF/aQEpAUWLcj5WSbA3dOJWWsoySLQPCK2SPCeSA==} dependencies: @@ -13214,10 +11765,6 @@ packages: is-symbol: 1.0.4 dev: true - /which-module@1.0.0: - resolution: {integrity: sha512-F6+WgncZi/mJDrammbTuHe1q0R5hOXv/mBaiNA2TCNT/LTHusX0V+CJnj9XT8ki5ln2UZyyddDgHfCzyrOH7MQ==} - dev: true - /which-typed-array@1.1.13: resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} engines: {node: '>= 0.4'} @@ -13295,14 +11842,6 @@ packages: '@node-kit/yarn-workspace-root': 2.5.1 dev: true - /wrap-ansi@2.1.0: - resolution: {integrity: sha512-vAaEaDM946gbNpH5pLVNR+vX2ht6n0Bt3GXwVB1AuAqZosOvHNF3P7wDnh8KLkSqgUh0uh77le7Owgoz+Z9XBw==} - engines: {node: '>=0.10.0'} - dependencies: - string-width: 1.0.2 - strip-ansi: 3.0.1 - dev: true - /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} @@ -13337,10 +11876,6 @@ packages: engines: {node: '>=0.4'} dev: true - /y18n@3.2.2: - resolution: {integrity: sha512-uGZHXkHnhF0XeeAPgnKfPv1bgKAYyVvmNL1xlKsPYZPaIHxGti2hHqvOCQv71XMsLxu1QjergkqogUnms5D3YQ==} - dev: true - /y18n@5.0.8: resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} engines: {node: '>=10'} @@ -13366,16 +11901,27 @@ packages: engines: {node: '>= 14'} dev: true + /yargs-parser@20.2.9: + resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} + engines: {node: '>=10'} + dev: true + /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} dev: true - /yargs-parser@5.0.1: - resolution: {integrity: sha512-wpav5XYiddjXxirPoCTUPbqM0PXvJ9hiBMvuJgInvo4/lAOTZzUprArw17q2O1P2+GHhbBr18/iQwjL5Z9BqfA==} + /yargs@16.2.0: + resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} + engines: {node: '>=10'} dependencies: - camelcase: 3.0.0 - object.assign: 4.1.4 + cliui: 7.0.4 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 20.2.9 dev: true /yargs@17.7.1: @@ -13391,24 +11937,6 @@ packages: yargs-parser: 21.1.1 dev: true - /yargs@7.1.2: - resolution: {integrity: sha512-ZEjj/dQYQy0Zx0lgLMLR8QuaqTihnxirir7EwUHp1Axq4e3+k8jXU5K0VLbNvedv1f4EWtBonDIZm0NUr+jCcA==} - dependencies: - camelcase: 3.0.0 - cliui: 3.2.0 - decamelize: 1.2.0 - get-caller-file: 1.0.3 - os-locale: 1.4.0 - read-pkg-up: 1.0.1 - require-directory: 2.1.1 - require-main-filename: 1.0.1 - set-blocking: 2.0.0 - string-width: 1.0.2 - which-module: 1.0.0 - y18n: 3.2.2 - yargs-parser: 5.0.1 - dev: true - /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -13426,24 +11954,11 @@ packages: commander: 9.5.0 dev: true - /zx@7.2.3: - resolution: {integrity: sha512-QODu38nLlYXg/B/Gw7ZKiZrvPkEsjPN3LQ5JFXM7h0JvwhEdPNNl+4Ao1y4+o3CLNiDUNcwzQYZ4/Ko7kKzCMA==} + /zx@8.0.1: + resolution: {integrity: sha512-Y+ITW1GQjADk7qgrbhnukMgoNsJmlyx53cUQ6/6NXU+BMBdCbTc6flTOHUctmzKvPjTmdwaddzJY/dbLie9sQg==} engines: {node: '>= 16.0.0'} hasBin: true - dependencies: - '@types/fs-extra': 11.0.1 - '@types/minimist': 1.2.2 - '@types/node': 18.16.16 - '@types/ps-tree': 1.1.2 - '@types/which': 3.0.0 - chalk: 5.3.0 - fs-extra: 11.1.1 - fx: 28.0.0 - globby: 13.1.4 - minimist: 1.2.8 - node-fetch: 3.3.1 - ps-tree: 1.2.0 - webpod: 0.0.2 - which: 3.0.0 - yaml: 2.3.1 + optionalDependencies: + '@types/fs-extra': 11.0.4 + '@types/node': 20.12.7 dev: true diff --git a/scripts/build.ts b/scripts/build.ts index 33ce8a00b..890bf883b 100644 --- a/scripts/build.ts +++ b/scripts/build.ts @@ -90,8 +90,8 @@ async function build() { } ) - consola.info('Gulp build lib => %s', packageName) - execSync(`pnpm run build:lib ${packageName || ''}`, { + consola.info('Gulp build => %s', packageName) + execSync(`pnpm run build ${packageName || ''}`, { stdio: 'inherit' }) From 0b51ce509113e8ef376a190c90e44e5b6ebd0cd8 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Thu, 18 Apr 2024 10:25:34 +0800 Subject: [PATCH 27/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/queue.ts | 6 +++--- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-admin.ts | 8 ++++---- packages/gitmars/src/gitm-combine.ts | 8 ++++---- packages/gitmars/src/gitm-end.ts | 8 ++++---- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 15 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index a86cbc25c..fdafe518a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.5", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 245412208..c219cc50f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.5", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 38c2ad85c..c126f5898 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.5", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 7b81b72e7..0548e419c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.5", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index f84a9b4d9..e492801da 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.2", + "version": "7.0.0-beta.5", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index 29235a3e6..f2305d62e 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -1,4 +1,4 @@ -// import { createRequire } from 'node:module' +import { createRequire } from 'node:module' import ora from 'ora' import { extend } from 'js-cool' import chalk from 'chalk' @@ -10,7 +10,7 @@ import type { CommandMessageType, CommandType, CommandTypeCmd, QueueReturnsType import lang from './lang' const { t } = lang -// const require = createRequire(import.meta.url) +const require = createRequire(import.meta.url) export interface WaitCallback { (kill?: boolean): void @@ -218,7 +218,7 @@ export function queue(list: Array): Promise Date: Tue, 23 Apr 2024 16:25:17 +0800 Subject: [PATCH 28/52] release 7.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/build/src/runJenkins.ts | 2 +- packages/build/src/types.ts | 1 + packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/changelog.md | 6 ++++++ packages/docs/guide/basic-config.md | 3 ++- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 16 files changed, 27 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1efd57aec..4db8ce44a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # 更新日志 +## 2024.04.23 v7.0.0 + +1. 重构项目,合理规划代码 +2. 构建配置支持在list里面设置token +3. 升级依赖包 + ## 2024.03.17 v6.4.0 1. 优化提示信息 diff --git a/package.json b/package.json index fdafe518a..fe128e0fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index c219cc50f..fa6149db3 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index c126f5898..6fcdc5615 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/src/runJenkins.ts b/packages/build/src/runJenkins.ts index f69e09284..c8818f41f 100644 --- a/packages/build/src/runJenkins.ts +++ b/packages/build/src/runJenkins.ts @@ -62,7 +62,7 @@ async function runJenkins({ { line: cfg.line, project: p.project, - token: cfg.token, + token: p.token || cfg.token, app } ) diff --git a/packages/build/src/types.ts b/packages/build/src/types.ts index 23acaeda1..ef4f94302 100644 --- a/packages/build/src/types.ts +++ b/packages/build/src/types.ts @@ -60,6 +60,7 @@ export type ApolloBranchList = 'dev' | 'bug' | 'prod' export interface ApolloConfigProjectType { name: string project: string + token?: string apps?: string[] } diff --git a/packages/cache/package.json b/packages/cache/package.json index 0548e419c..631bd7b9a 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index e492801da..6e9043b9c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index 1efd57aec..4db8ce44a 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -1,5 +1,11 @@ # 更新日志 +## 2024.04.23 v7.0.0 + +1. 重构项目,合理规划代码 +2. 构建配置支持在list里面设置token +3. 升级依赖包 + ## 2024.03.17 v6.4.0 1. 优化提示信息 diff --git a/packages/docs/guide/basic-config.md b/packages/docs/guide/basic-config.md index 57dc9c118..7cbca0a51 100644 --- a/packages/docs/guide/basic-config.md +++ b/packages/docs/guide/basic-config.md @@ -163,7 +163,8 @@ apollo 构建项目配置参考 "list": [ { "name": "project1", - "project": "git_project1" + "project": "git_project1", + "token": "" // 这个token的优先级比上一层的token高 }, { "name": "project2", diff --git a/packages/docs/package.json b/packages/docs/package.json index e1d2b897a..1fb8a5fe8 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index cb5be023e..485b710c4 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index e7e080e6f..90eb00906 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/go/package.json b/packages/go/package.json index 09ee3b0d2..d8b7c88cc 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 719c56cfd..de6ed8dd3 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index c8396ebbd..a56400d48 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.5", + "version": "7.0.0-beta.6", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 8a983ac8cfc6de3b90b219f4744834502bdb5ed9 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Thu, 25 Apr 2024 14:10:54 +0800 Subject: [PATCH 29/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/queue.ts | 13 +++++-------- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/go/package.json | 2 +- packages/go/src/createPrompt.ts | 6 +++--- packages/hook/package.json | 2 +- packages/hook/src/index.ts | 6 +++--- packages/utils/package.json | 2 +- 14 files changed, 22 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index fe128e0fa..d894a9a4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.6", + "version": "7.0.0-beta.7", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index fa6149db3..95eb688a8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.6", + "version": "7.0.0-beta.7", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 6fcdc5615..ca1772153 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.6", + "version": "7.0.0-beta.7", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 631bd7b9a..f2c26b720 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.6", + "version": "7.0.0-beta.7", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 6e9043b9c..70f7dcb2b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.6", + "version": "7.0.0-beta.7", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index f2305d62e..f124237e1 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -88,7 +88,7 @@ export function queue(list: Array): Promise): Promise 0 && spinner.fail( @@ -117,7 +114,7 @@ export function queue(list: Array): Promise Date: Fri, 26 Apr 2024 15:38:26 +0800 Subject: [PATCH 30/52] new build-mp --- .reinstallerrc | 7 +- .vscode/settings.json | 1 + build/rollup.config.ts | 1 + package.json | 10 +- packages/docs/.vitepress/config.ts | 4 + packages/docs/api/index.md | 55 +- packages/docs/changelog.md | 5 +- packages/docs/go/index.md | 2 +- packages/docs/guide/index.md | 1 + packages/docs/package.json | 2 +- packages/gitmars/README.md | 3 +- packages/gitmars/package.json | 5 +- packages/gitmars/src/conf/build-mp.ts | 119 +++ packages/gitmars/src/gitm-approve.ts | 106 +-- packages/gitmars/src/gitm-build-mp.ts | 162 ++++ packages/gitmars/src/gitm-build.ts | 16 +- packages/gitmars/src/gitm-clean.ts | 27 +- packages/gitmars/src/gitm-cleanbranch.ts | 50 +- packages/gitmars/src/gitm-continue.ts | 27 +- packages/gitmars/src/gitm-copy.ts | 48 +- packages/gitmars/src/gitm-go.ts | 100 +-- packages/gitmars/src/gitm-redo.ts | 27 +- packages/gitmars/src/gitm-review.ts | 94 +- packages/gitmars/src/gitm-undo.ts | 26 +- packages/gitmars/src/gitm.ts | 4 + packages/gitmars/src/locales/en-US.ts | 15 +- packages/gitmars/src/locales/zh-CN.ts | 15 +- packages/gitmars/src/types.ts | 3 + packages/go/package.json | 4 +- pnpm-lock.yaml | 1034 ++++++++++------------ 30 files changed, 1108 insertions(+), 865 deletions(-) create mode 100644 packages/gitmars/src/conf/build-mp.ts create mode 100755 packages/gitmars/src/gitm-build-mp.ts diff --git a/.reinstallerrc b/.reinstallerrc index 21021e580..fce9ccd22 100644 --- a/.reinstallerrc +++ b/.reinstallerrc @@ -2,15 +2,14 @@ "packageTags": { "@eslint-sets/eslint-config-ts": "latest", "@eslint-sets/eslint-config-vue3": "latest", - "reinstaller": "latest" + "reinstaller": "latest", + "eslint": "8" }, "exclude": [ "slash", "lowdb", "chalk", - "ora", - "inquirer", - "@types/inquirer" + "ora" ], "packageManager": "pnpm", "registry": "https://registry.npmmirror.com" diff --git a/.vscode/settings.json b/.vscode/settings.json index 78416916b..23ccb8c99 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -68,6 +68,7 @@ "lsof", "maxage", "minify", + "miniprogram", "msg", "namespace", "npmjs", diff --git a/build/rollup.config.ts b/build/rollup.config.ts index 7700c7c73..0e709e20e 100644 --- a/build/rollup.config.ts +++ b/build/rollup.config.ts @@ -213,6 +213,7 @@ function createEntry(config: Config) { if (!isGlobalBuild) { _config.external.push( + '@inquirer/prompts', '@jssj/request', '@pkgjs/parseargs', '@pnpm/error', diff --git a/package.json b/package.json index d894a9a4a..18e857d9f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@node-kit/extra.fs": "^3.2.0", "chalk": "^4.1.2", "debug": "^4.3.4", - "inquirer": "^8.2.5", + "inquirer": "^9.2.19", "js-cool": "^5.18.1", "morgan": "^1.10.0", "os-lang": "^3.2.0" @@ -69,7 +69,7 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/gulp": "^4.0.17", - "@types/inquirer": "^8.2.6", + "@types/inquirer": "^9.0.7", "@types/node": "^20.12.7", "@types/rollup-plugin-css-only": "^3.1.3", "@vitejs/plugin-vue": "^5.0.4", @@ -89,12 +89,12 @@ "reinstaller": "^3.0.2", "rimraf": "^5.0.5", "rm-all": "^1.1.1", - "rollup": "^4.14.3", + "rollup": "^4.16.4", "rollup-plugin-add-banner": "^1.1.0", "rollup-plugin-css-only": "^4.5.2", "rollup-plugin-esbuild": "^6.1.1", "rollup-plugin-filesize": "^10.0.0", - "rollup-plugin-node-externals": "^7.1.1", + "rollup-plugin-node-externals": "^7.1.2", "rollup-plugin-replace-shebang": "^1.2.0", "rollup-plugin-visualizer": "^5.12.0", "tsnd": "^1.1.0", @@ -102,7 +102,7 @@ "typedoc-plugin-markdown": "^3.17.1", "typescript": "^5.4.5", "unplugin-vue-define-options": "^1.4.3", - "zx": "^8.0.1" + "zx": "^8.0.2" }, "peerDependencies": { "eslint": ">=8.0.0", diff --git a/packages/docs/.vitepress/config.ts b/packages/docs/.vitepress/config.ts index 656485582..27f83330f 100644 --- a/packages/docs/.vitepress/config.ts +++ b/packages/docs/.vitepress/config.ts @@ -146,6 +146,10 @@ const sidebar = { text: 'gitm build', link: '/api/#gitm-build' }, + { + text: 'gitm build-mp', + link: '/api/#gitm-build-mp' + }, { text: 'gitm branch', link: '/api/#gitm-branch' diff --git a/packages/docs/api/index.md b/packages/docs/api/index.md index 5ce781973..0fbe91b03 100644 --- a/packages/docs/api/index.md +++ b/packages/docs/api/index.md @@ -16,9 +16,9 @@ sidebarDepth: 2
-| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | -| ------- | -------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | -| command | 指令名称 | `String` | combine、end、update、build、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg | 否 | - | +| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | +| ------- | -------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | +| command | 指令名称 | `String` | combine、end、update、build、build-mp、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg | 否 | - |
@@ -491,6 +491,55 @@ gitm cp xxxxxx gitm build gitmars --env dev --app app ``` +### gitm build-mp + +#### 短指令:gitm bdm + +> v7.0.0 版本新增 + +该指令用于发起 Jenkins 构建小程序 + +- 使用:`gitm build [-e --env [env]] [--api-env [apiEnv]] [-mp --miniprogram [miniprogram]] [-des --description [description]] [-a --app [app]] [-d --data ] [-c --confirm]` +- 参数: + +
+ +| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | +| ------- | -------------- | -------- | ------ | ---- | ---- | +| project | 需要构建的项目 | `String` | - | 是 | - | + +
+ +- 传值: + +
+ +| 名称 | 简写 | 说明 | 类型 | 可选值 | 传值必填 | 默认 | +| ------------- | ---- | ---------------------------------- | --------- | ---------------------------- | -------- | ------- | +| --env | -e | 要构建的环境 | `String` | dev/prod/bug | 是 | - | +| --api-env | | 要构建的API环境 | `String` | alpha/tag/release/production | 是 | - | +| --miniprogram | -mp | 生成体验版小程序 | `String` | - | 否 | - | +| --description | -des | 版本描述 | `String` | - | 是 | - | +| --app | -a | 需要构建的子项目 | `String` | weapp/alipay/tt/dd/swan | 是 | `weapp` | +| --data | -d | 需要传输的其他数据,传入JSON字符串 | `String` | - | 否 | '{}' | +| --confirm | -c | 确认开始,为 true 时不显示确认框 | `Boolean` | - | 否 | `false` | + +
+ +- 示例: + +1. 构建 gitmars 的 app 应用 + +```shell +gitm build gitmars --env dev --app weapp +``` + +2. 自选参数形式 + +```shell +gitm build gitmars +``` + ### gitm branch #### 短指令:gitm bh diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index 4db8ce44a..bdcc10dc5 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -3,8 +3,9 @@ ## 2024.04.23 v7.0.0 1. 重构项目,合理规划代码 -2. 构建配置支持在list里面设置token -3. 升级依赖包 +2. 新增`build-mp`指令构建小程序 +3. 构建配置支持在list里面设置token +4. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/packages/docs/go/index.md b/packages/docs/go/index.md index 9ce5d2e63..6d0f56b73 100644 --- a/packages/docs/go/index.md +++ b/packages/docs/go/index.md @@ -13,7 +13,7 @@ sidebar: null | 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | | ------- | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | -| command | 指令名称 | String | combine、end、update、build、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、revert、link、unlink、postmsg | 否 | - | +| command | 指令名称 | String | combine、end、update、build、build-mp、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、revert、link、unlink、postmsg | 否 | - | diff --git a/packages/docs/guide/index.md b/packages/docs/guide/index.md index fd1f37b5a..bd21caf9e 100644 --- a/packages/docs/guide/index.md +++ b/packages/docs/guide/index.md @@ -81,6 +81,7 @@ title: guide - 查看当前分支状态 [gitm status](../api/#gitm-status) - 升级 gitmars [gitm upgrade](../api/#gitm-upgrade) - 构建 Jenkins [gitm build](../api/#gitm-build) +- 构建小程序 Jenkins [gitm build-mp](../api/#gitm-build-mp) - 解除软链接 [gitm unlink](../api/#gitm-unlink) - 软链接 [gitm link](../api/#gitm-link) - 清除缓存 [gitm clean](../api/#gitm-clean) diff --git a/packages/docs/package.json b/packages/docs/package.json index ca10ce87e..491f18aef 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -37,7 +37,7 @@ "prettier-config-common": "^1.4.0", "tsnd": "^1.1.0", "typescript": "^5.4.5", - "vitepress": "1.1.0" + "vitepress": "1.1.3" }, "sideEffects": false, "keywords": [ diff --git a/packages/gitmars/README.md b/packages/gitmars/README.md index d2ec018ce..cda5c43f2 100644 --- a/packages/gitmars/README.md +++ b/packages/gitmars/README.md @@ -101,6 +101,7 @@ yarn global add gitmars - 查看当前分支状态 [gitm status](http://www.saqqdy.com/gitmars/api/#gitm-status) - 升级 gitmars [gitm upgrade](http://www.saqqdy.com/gitmars/api/#gitm-upgrade) - 构建 Jenkins [gitm build](http://www.saqqdy.com/gitmars/api/#gitm-build) +- 构建小程序 Jenkins [gitm build-mp](http://www.saqqdy.com/gitmars/api/#gitm-build-mp) - 解除软链接 [gitm unlink](http://www.saqqdy.com/gitmars/api/#gitm-unlink) - 软链接 [gitm link](http://www.saqqdy.com/gitmars/api/#gitm-link) - 清除缓存 [gitm clean](http://www.saqqdy.com/gitmars/api/#gitm-clean) @@ -127,7 +128,7 @@ yarn global add gitmars | 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | | ------- | -------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | -| command | 指令名称 | String | combine、end、update、build、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg | 否 | - | +| command | 指令名称 | String | combine、end、update、build、build-mp、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg | 否 | - | - 示例: diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index b8fb64a12..4b79babf6 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -60,6 +60,7 @@ "@gitmars/go": "workspace:*", "@gitmars/hook": "workspace:*", "@gitmars/utils": "workspace:*", + "@inquirer/prompts": "^5.0.1", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", "ci-info": "^4.0.0", @@ -67,7 +68,7 @@ "commander": "^12.0.0", "dayjs": "^1.11.10", "debug": "^4.3.4", - "inquirer": "^8.2.5", + "inquirer": "^9.2.19", "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", @@ -80,7 +81,7 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/columnify": "^1.5.4", - "@types/inquirer": "^8.2.6", + "@types/inquirer": "^9.0.7", "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", diff --git a/packages/gitmars/src/conf/build-mp.ts b/packages/gitmars/src/conf/build-mp.ts new file mode 100644 index 000000000..081a96741 --- /dev/null +++ b/packages/gitmars/src/conf/build-mp.ts @@ -0,0 +1,119 @@ +import type { GitmarsOptionType } from '../types' +// import lang from '../common/local' +const t = (txt: string) => txt + +export const cmdConfig: GitmarsOptionType = { + command: 'build-mp', + short: 'bdm', + args: [ + { + required: true, + name: 'project', + variadic: false, + description: t('Project name') + } + ], + options: [ + { + flags: '-e, --env [env]', + required: false, + optional: true, + variadic: false, + mandatory: false, + short: '-e', + long: '--env', + negate: false, + description: t('Build environment, optionally dev, prod, bug, all'), + defaultValue: '', + recommend: true, + options: ['dev', 'prod', 'bug'], + value: 'dev' + }, + { + flags: '--api-env [apiEnv]', + required: false, + optional: true, + variadic: false, + mandatory: false, + short: '', + long: '--api-env', + negate: false, + description: t('Build api environment, optionally alpha, tag, release, production'), + defaultValue: '', + recommend: true, + options: ['alpha', 'tag', 'release', 'production'], + value: 'production' + }, + { + flags: '-mp, --miniprogram [miniprogram]', + required: false, + optional: true, + variadic: false, + mandatory: false, + short: '-mp', + long: '--miniprogram', + negate: false, + description: t('Generate experiential version of miniprogram'), + defaultValue: '', + recommend: true, + value: '' + }, + { + flags: '-des, --description [description]', + required: false, + optional: true, + variadic: false, + mandatory: false, + short: '-des', + long: '--description', + negate: false, + description: t('Enter the version description'), + defaultValue: '', + recommend: true, + value: '' + }, + { + flags: '-a, --app [app]', + required: false, + optional: true, + variadic: false, + mandatory: false, + short: '-a', + long: '--app', + negate: false, + description: t('Build application'), + defaultValue: 'weapp', + recommend: true, + options: ['weapp', 'alipay', 'tt', 'dd', 'swan'], + value: 'weapp' + }, + { + flags: '-d, --data ', + required: true, + optional: true, + variadic: false, + mandatory: false, + short: '-d', + long: '--data', + negate: false, + description: t('Other data to be transferred'), + defaultValue: '{}', + recommend: true, + value: '{}' + }, + { + flags: '-c, --confirm', + required: false, + optional: false, + variadic: false, + mandatory: false, + short: '-c', + long: '--confirm', + negate: false, + description: t('Confirm start, do not show confirmation box when true'), + defaultValue: false + } + ] +} + +export { cmdConfig as default } diff --git a/packages/gitmars/src/gitm-approve.ts b/packages/gitmars/src/gitm-approve.ts index afe0f3a62..9d6f2d8aa 100755 --- a/packages/gitmars/src/gitm-approve.ts +++ b/packages/gitmars/src/gitm-approve.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import dayjs from 'dayjs' -import inquirer from 'inquirer' +import { checkbox, select } from '@inquirer/prompts' import chalk from 'chalk' import { acceptMergeRequest, @@ -61,74 +61,64 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(yellow(t('No merge request record found, process has exited'))) process.exit(0) } - const prompt: any = [ - { - type: 'checkbox', - message: t('Please select the merge request to be operated'), - name: 'iids', - choices: [] - }, - { - type: 'list', - message: t('Please select the action below.'), - name: 'accept', - choices: [ - t('View Details'), - t('Passed'), - t('Not passed'), - t('Failed and deleted'), - t('Exit') - ], - when(answers: any) { - return answers.iids.length + const iids = await checkbox({ + message: t('Please select the merge request to be operated'), + choices: mrList.map(async (mr: any) => { + const { iid, author, source_branch, target_branch, merge_status, created_at } = mr + mr.notes = ( + (await getMergeRequestNotesList({ + iid + })) || [] + ).filter((note: any) => !note.system) + const disabled = merge_status !== 'can_be_merged' + const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') + return { + name: t( + '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', + { + id: green(iid + ': '), + source: green(source_branch), + target: green(target_branch), + disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', + name: yellow(author.name), + comments: green( + t('{length} comments', { + length: String(mr.notes.length) + }) + ), + time: blue(_time) + } + ), + value: iid, + // disabled, + checked: false } - } - ] - for (const mr of mrList) { - const { iid, author, source_branch, target_branch, merge_status, created_at } = mr - mr.notes = ( - (await getMergeRequestNotesList({ - iid - })) || [] - ).filter((note: any) => !note.system) - const disabled = merge_status !== 'can_be_merged' - const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') - prompt[0].choices.push({ - name: t( - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - { - id: green(iid + ': '), - source: green(source_branch), - target: green(target_branch), - disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', - name: yellow(author.name), - comments: green( - t('{length} comments', { - length: String(mr.notes.length) - }) - ), - time: blue(_time) - } - ), - value: iid, - // disabled, - checked: false }) - } - const { iids, accept } = await inquirer.prompt(prompt) + }) // no records if (iids.length === 0) { echo(yellow(t('No merge request record selected, process has exited'))) process.exit(0) } + const accept = await select({ + message: t('Please select the action below.'), + choices: [ + { name: t('View Details'), value: 1, description: 'Show diff' }, + { name: t('Passed'), value: 2 }, + { name: t('Not passed'), value: 3 }, + { name: t('Failed and deleted'), value: 4 }, + { name: t('Exit'), value: 5 } + ] + }) + // start for (const iid of iids) { const { merge_status, source_branch, target_branch } = mrList.find( (item: any) => item.iid === iid ) const CAN_BE_MERGED = merge_status === 'can_be_merged' - if (accept === t('Passed')) { + if (accept === 2) { if (!CAN_BE_MERGED) { echo( yellow( @@ -148,7 +138,7 @@ program.action(async (opt: GitmBuildOption): Promise => { }) ) echo(green(t('Merge request {id}: Merged', { id: iid }))) - } else if (accept === t('View Details')) { + } else if (accept === 1) { const { changes, changes_count } = await getMergeRequestChanges({ iid }) @@ -176,7 +166,7 @@ program.action(async (opt: GitmBuildOption): Promise => { .replace(/\n(\+.+)/g, (m: string, p1: string) => '\n' + green(p1)) ) } - } else if (accept === t('Failed and deleted')) { + } else if (accept === 4) { await deleteMergeRequest({ iid }) !opt.quiet && sendGroupMessage( @@ -188,7 +178,7 @@ program.action(async (opt: GitmBuildOption): Promise => { }) ) echo(green(t('Merge request {id}: Deleted', { id: iid }))) - } else if (accept === t('Not passed')) { + } else if (accept === 3) { // delete await updateMergeRequest({ iid, diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts new file mode 100755 index 000000000..d81fdffdf --- /dev/null +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -0,0 +1,162 @@ +#!/usr/bin/env ts-node +import { program } from 'commander' +import sh from 'shelljs' +import { confirm, input, select } from '@inquirer/prompts' +import chalk from 'chalk' +import { createArgs } from '@gitmars/utils' +import { runJenkins } from '@gitmars/build' +import { type ApolloBranchList } from '@gitmars/build' +import type { GitmarsOptionOptionsType } from './types' +import lang from './common/local' +import buildMpConfig from './conf/build-mp' + +const { t } = lang +const { red, yellow } = chalk +const { args, options } = buildMpConfig + +interface GitmBuildMpOption { + env: ApolloBranchList + app: string + data?: string + confirm?: boolean + build_api_env?: 'alpha' | 'tag' | 'release' | 'production' + miniprogram?: string + description?: string +} +/** + * gitm build-mp + */ +program + .name('gitm build-mp') + .usage( + ' [-e --env [env]] [--api-env [apiEnv]] [-mp --miniprogram [miniprogram]] [-des --description [description]] [-a --app [app]] [-d --data ] [-c --confirm]' + ) + .description(t('buildMpJenkins')) +if (args.length > 0) program.arguments(createArgs(args)) +options.forEach((o: GitmarsOptionOptionsType) => { + program.option(o.flags, o.description, o.defaultValue) +}) +// .option('-e, --env [env]', t('Environment to be built, optionally dev, prod, bug, all'), '') +// .option('--api-env [apiEnv]', t('Api environment to be built, optionally alpha, tag, release, production'), '') +// .option('-mp, --miniprogram [miniprogram]', t('Generate experiential version of miniprogram'), '') +// .option('-des, --description [description]', t('Enter the version description'), '') +// .option('-a, --app [app]', t('Application to be built'), 'weapp') +// .option('-d, --data ', t('Other data to be transferred'), '{}') +// .option('-c, --confirm', t('Confirm start, do not show confirmation box when true'), false) +program.action(async (project: string, opt: GitmBuildMpOption): Promise => { + const data = JSON.parse(opt.data || '{}') + let _env = opt.env, + _app = opt.app, + _confirm = opt.confirm, + build_api_env = opt.build_api_env || data.build_api_env, + mini_program = opt.miniprogram || data.mini_program, + description = opt.description || data.description + + if (!_env) + _env = await select({ + message: t('Select the environment to build'), + choices: [ + { + name: 'dev', + value: 'dev', + description: t('Test environment(alpha)') + }, + { + name: 'bug', + value: 'bug', + description: t('Pre-release tag environment(bug)') + }, + { + name: 'prod', + value: 'prod', + description: t('Pre-release prod environment(prod)') + } + ] + }) + + if (!_app) + _app = await select({ + message: t('Select the miniprogram to build'), + choices: [ + { + name: 'weapp', + value: 'weapp' + }, + { + name: 'alipay', + value: 'alipay' + }, + { + name: 'tt', + value: 'tt' + }, + { + name: 'dd', + value: 'dd' + }, + { + name: 'swan', + value: 'swan' + } + ] + }) + + if (!build_api_env) + build_api_env = await select({ + message: t('Select the api environment to build'), + choices: [ + { + name: 'alpha', + value: 'alpha', + description: t('Test environment(alpha)') + }, + { + name: 'tag', + value: 'tag', + description: t('Pre-release tag environment(bug)') + }, + { + name: 'release', + value: 'release', + description: t('Pre-release prod environment(prod)') + }, + { + name: 'production', + value: 'production', + description: t('Production environment') + } + ] + }) + + if (!mini_program) + mini_program = await input({ message: t('Generate experiential version of miniprogram') }) + if (!description) description = await input({ message: t('Enter the version description') }) + + if (!_confirm) { + let message = `${yellow(t('Please double check the following build parameters'))}\n${t( + 'Project Name' + )}: ${red(project)}\n${t('Code Branch')}: ${red(opt.env)}\n${t('Build Application')}: ${red( + opt.app + )}` + + message += `\n${t('Interface Environment')}: ${red(build_api_env || 'production')}` + if (mini_program) + message += `\n${t('Experience version pushed to')}: ${red(mini_program || t('Push to templates only'))}` + if (description) message += `\n${t('Version Description')}: ${red(description)}` + if ('clean' in data) + message += `\n${t('Clean node modules (use with caution)')}: ${red(data.clean)}` + + _confirm = await confirm({ message }) + } + + if (!_confirm) sh.exit(1) + else + runJenkins({ + env: opt.env, + project, + app: opt.app, + data: JSON.stringify({ ...data, build_api_env, mini_program, description }) + }) +}) +program.parse(process.argv) +export {} diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index a4ec30a61..4572f2a19 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import sh from 'shelljs' -import inquirer from 'inquirer' +import { confirm } from '@inquirer/prompts' import chalk from 'chalk' import { createArgs } from '@gitmars/utils' import { runJenkins } from '@gitmars/build' @@ -37,10 +37,10 @@ options.forEach((o: GitmarsOptionOptionsType) => { // .option('-c, --confirm', t('Confirm start, do not show confirmation box when true'), false) program.action(async (project: string, opt: GitmBuildOption): Promise => { const data = JSON.parse(opt.data || '{}') - let confirm = opt.confirm + let _confirm = opt.confirm // 有opt.data时强制确认 - if (!confirm || (opt.data && opt.data !== '{}')) { + if (!_confirm || (opt.data && opt.data !== '{}')) { let message = `${yellow(t('Please double check the following build parameters'))}\n${t( 'Project Name' )}: ${red(project)}\n${t('Code Branch')}: ${red(opt.env)}\n${t('Build Application')}: ${red( @@ -55,16 +55,10 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { if ('clean' in data) message += `\n${t('Clean node modules (use with caution)')}: ${red(data.clean)}` - confirm = ( - await inquirer.prompt({ - type: 'confirm', - name: 'confirm', - message - }) - ).confirm + _confirm = await confirm({ message }) } - if (!confirm) sh.exit(1) + if (!_confirm) sh.exit(1) else runJenkins({ env: opt.env, diff --git a/packages/gitmars/src/gitm-clean.ts b/packages/gitmars/src/gitm-clean.ts index b4a758c56..15cae1b65 100755 --- a/packages/gitmars/src/gitm-clean.ts +++ b/packages/gitmars/src/gitm-clean.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import inquirer from 'inquirer' +import { confirm } from '@inquirer/prompts' import { getGitRevParse, getIsGitProject } from '@gitmars/git' import { cleanCache, cleanPkgInfo } from '@gitmars/cache' import { createArgs, removeFile } from '@gitmars/utils' @@ -34,21 +34,16 @@ options.forEach((o: GitmarsOptionOptionsType) => { program.action(async (opt: GitmBuildOption) => { if (getIsGitProject()) { if (opt.force) { - await inquirer - .prompt({ - type: 'confirm', - name: 'value', - message: t( - 'You have entered --force, which will also clear the gitmars execution cache. Should I continue?' - ), - default: false - }) - .then((answers: any) => { - if (!answers.value) { - sh.echo(green(t('exited'))) - process.exit(0) - } - }) + const answer = await confirm({ + message: t( + 'You have entered --force, which will also clear the gitmars execution cache. Should I continue?' + ), + default: false + }) + if (!answer) { + sh.echo(green(t('exited'))) + process.exit(0) + } removeFile([ { name: t('gitmars command queue cache file'), diff --git a/packages/gitmars/src/gitm-cleanbranch.ts b/packages/gitmars/src/gitm-cleanbranch.ts index a5aed91b9..ba5b9c9c6 100755 --- a/packages/gitmars/src/gitm-cleanbranch.ts +++ b/packages/gitmars/src/gitm-cleanbranch.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import chalk from 'chalk' -import inquirer from 'inquirer' +import { checkbox, confirm } from '@inquirer/prompts' import ora from 'ora' import { waiting } from 'js-cool' import { @@ -144,19 +144,14 @@ program.action(async (branches: string[], opt: GitmBuildOption) => { const _willDeleteBranch: string[] = [] if (branches.length > 0) { if (!opt.list && !opt.confirm) { - await inquirer - .prompt({ - type: 'confirm', - name: 'value', - message: t('About to start batch deleting branches, do you want to continue?'), - default: false - }) - .then((answers: any) => { - if (!answers.value) { - echo(green(t('exited'))) - process.exit(0) - } - }) + const answer = await confirm({ + message: t('About to start batch deleting branches, do you want to continue?'), + default: false + }) + if (!answer) { + echo(green(t('exited'))) + process.exit(0) + } } } else { echo(green(t('No branches were queried.'))) @@ -215,8 +210,7 @@ program.action(async (branches: string[], opt: GitmBuildOption) => { if (_willDeleteBranch.length > 0) { console.info('\r') // Select the branch to clean - const prompt: any = { - type: 'checkbox', + const selectBranches = await checkbox({ message: yellow( t( 'Find {total} branches merged over {branches} branch, please select the branch to clean up', @@ -226,25 +220,19 @@ program.action(async (branches: string[], opt: GitmBuildOption) => { } ) ), - name: 'selectBranches', - choices: [] - } - _willDeleteBranch.forEach(item => { - prompt.choices.push({ + choices: _willDeleteBranch.map(item => ({ name: green(item), value: item, checked: true - }) + })) }) - inquirer.prompt(prompt as any).then(({ selectBranches }: any) => { - if (selectBranches.length === 0) { - echo(yellow(t('No branches were selected and the process has exited.'))) - process.exit(0) - } - selectBranches.forEach(async (branch: string) => { - // start deleting branch - await clean(branch) - }) + if (selectBranches.length === 0) { + echo(yellow(t('No branches were selected and the process has exited.'))) + process.exit(0) + } + selectBranches.forEach(async (branch: string) => { + // start deleting branch + await clean(branch) }) } else { echo(green(t('Analysis complete, no branches to clean up'))) diff --git a/packages/gitmars/src/gitm-continue.ts b/packages/gitmars/src/gitm-continue.ts index 21a9aad67..358754013 100755 --- a/packages/gitmars/src/gitm-continue.ts +++ b/packages/gitmars/src/gitm-continue.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import inquirer from 'inquirer' +import { confirm } from '@inquirer/prompts' import { queue } from '@gitmars/core' import { getGitStatus, getIsGitProject } from '@gitmars/git' import { createArgs } from '@gitmars/utils' @@ -43,21 +43,16 @@ program.action(async (opt: GitmBuildOption) => { if (cmd.length > 0) { // 检测是否有未提交的文件 if (sum.A.length > 0 || sum.D.length > 0 || sum.M.length > 0 || sum.UU.length > 0) { - await inquirer - .prompt({ - type: 'confirm', - name: 'value', - message: t( - 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?' - ), - default: false - }) - .then((answers: any) => { - if (!answers.value) { - sh.echo(green(t('exited'))) - process.exit(0) - } - }) + const answer = await confirm({ + message: t( + 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?' + ), + default: false + }) + if (!answer) { + sh.echo(green(t('exited'))) + process.exit(0) + } } else if (sum['??'].length > 0) { sh.echo(yellow(t('An uncommitted file was detected, please be aware!'))) } diff --git a/packages/gitmars/src/gitm-copy.ts b/packages/gitmars/src/gitm-copy.ts index 59fe3a1ee..ee2ac1750 100755 --- a/packages/gitmars/src/gitm-copy.ts +++ b/packages/gitmars/src/gitm-copy.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import dayjs from 'dayjs' -import inquirer from 'inquirer' +import { checkbox, select } from '@inquirer/prompts' import sh from 'shelljs' import chalk from 'chalk' import { queue } from '@gitmars/core' @@ -59,8 +59,7 @@ program.action(async (commitid: string[], opts: GitmBuildOption) => { const current = getCurrentBranch() const status = checkGitStatus() let logList: GitLogsType[] = [], - cmd: Array = [], - commitIDs: string[] = [] // 需要执行的commitID + cmd: Array = [] if (!status) process.exit(1) fetch() @@ -93,35 +92,19 @@ program.action(async (commitid: string[], opts: GitmBuildOption) => { } } // 多条记录 - const prompt: any = [ - { - type: 'checkbox', - message: t('Please select the commit record to copy'), - name: 'commitIDs', - choices: [] - }, - { - type: 'list', - message: t('Please select the target branch'), - name: 'branch', - choices: branches, - when(answers: any) { - return answers.commitIDs.length + const commitIDs = await checkbox({ + message: t('Please select the commit record to copy'), + choices: logList.map((log, index) => { + const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') + return { + name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow(log['%an'])} | ${blue( + _time + )}`, + value: log['%H']!, + checked: false } - } - ] - logList.forEach((log, index) => { - const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') - prompt[0].choices.push({ - name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow(log['%an'])} | ${blue( - _time - )}`, - value: log['%H'], - checked: false }) }) - const answers = await inquirer.prompt(prompt) - commitIDs = answers.commitIDs // 没有选择任何记录 if (commitIDs.length === 0) { @@ -129,8 +112,13 @@ program.action(async (commitid: string[], opts: GitmBuildOption) => { process.exit(0) } + const chooseBranch = await select({ + message: t('Please select the target branch'), + choices: branches.map(item => ({ name: item, value: item })) + }) + cmd = [ - `git checkout ${answers.branch}`, + `git checkout ${chooseBranch}`, 'git pull', { cmd: `git cherry-pick ${commitIDs.reverse().join(' ')}`, diff --git a/packages/gitmars/src/gitm-go.ts b/packages/gitmars/src/gitm-go.ts index 835219072..d7eb3309f 100755 --- a/packages/gitmars/src/gitm-go.ts +++ b/packages/gitmars/src/gitm-go.ts @@ -2,7 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' -import inquirer from 'inquirer' +import { Separator, select } from '@inquirer/prompts' import { getProperty } from 'js-cool' import { getCurrentBranch } from '@gitmars/git' import { createArgs } from '@gitmars/utils' @@ -49,59 +49,51 @@ program.action(async (command: string): Promise => { cmd() } else { // 选择指令 - inquirer - .prompt({ - type: 'list', - name: 'command', - message: t('Please select the operation you want?'), - default: 'combine', - choices: [ - new inquirer.Separator(' === 1. ' + t('Gitmars Workflow') + ' === '), - 'combine', - 'end', - 'update', - 'build', - 'start', - 'undo', - 'redo', - 'admin.publish', - 'admin.update', - 'admin.create', - 'admin.clean', - new inquirer.Separator(' === 2. ' + t('Advanced Tools') + ' === '), - 'branch', - 'copy', - 'get', - 'save', - 'cleanbranch', - 'clean', - 'revert', - 'link', - 'unlink', - 'postmsg', - new inquirer.Separator(' === ' + t('Exit') + ' === '), - 'exit', - new inquirer.Separator() - ], - filter: (val: string): string => { - return val - } - }) - .then((answers: any) => { - if (answers.command === 'exit') { - sh.echo(green(t('exited'))) - process.exit(0) - } - sh.echo( - green( - t('You have selected the {something} command', { - something: answers.command - }) - ) - ) - // 执行对应指令 - getProperty(commands, answers.command)() - }) + const command = await select({ + message: t('Please select the operation you want?'), + default: 'combine', + choices: [ + new Separator(' === 1. ' + t('Gitmars Workflow') + ' === '), + { name: 'combine', value: 'combine' }, + { name: 'end', value: 'end' }, + { name: 'update', value: 'update' }, + { name: 'build', value: 'build' }, + { name: 'start', value: 'start' }, + { name: 'undo', value: 'undo' }, + { name: 'redo', value: 'redo' }, + { name: 'admin.publish', value: 'admin.publish' }, + { name: 'admin.update', value: 'admin.update' }, + { name: 'admin.create', value: 'admin.create' }, + { name: 'admin.clean', value: 'admin.clean' }, + new Separator(' === 2. ' + t('Advanced Tools') + ' === '), + { name: 'branch', value: 'branch' }, + { name: 'copy', value: 'copy' }, + { name: 'get', value: 'get' }, + { name: 'save', value: 'save' }, + { name: 'cleanbranch', value: 'cleanbranch' }, + { name: 'clean', value: 'clean' }, + { name: 'revert', value: 'revert' }, + { name: 'link', value: 'link' }, + { name: 'unlink', value: 'unlink' }, + { name: 'postmsg', value: 'postmsg' }, + new Separator(' === ' + t('Exit') + ' === '), + { name: 'exit', value: 'exit' }, + new Separator() + ] + }) + if (command === 'exit') { + sh.echo(green(t('exited'))) + process.exit(0) + } + sh.echo( + green( + t('You have selected the {something} command', { + something: command + }) + ) + ) + // 执行对应指令 + getProperty(commands, command)() } }) program.parse(process.argv) diff --git a/packages/gitmars/src/gitm-redo.ts b/packages/gitmars/src/gitm-redo.ts index 253e2e925..c636653f2 100755 --- a/packages/gitmars/src/gitm-redo.ts +++ b/packages/gitmars/src/gitm-redo.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import dayjs from 'dayjs' -import inquirer from 'inquirer' +import { checkbox } from '@inquirer/prompts' import sh from 'shelljs' import chalk from 'chalk' import { queue } from '@gitmars/core' @@ -44,7 +44,6 @@ program.action(async (commitid: string[], opt: GitmBuildOption) => { const current = getCurrentBranch() let revertCache: RevertCacheType[] = getRevertCache(current), cmd: Array = [], - commitIDs: string[] = [], // 需要恢复的commitID mode = '' mode = ' -m ' + Math.abs(Number(opt.mode || 1)) if (commitid.length > 0) { @@ -60,23 +59,19 @@ program.action(async (commitid: string[], opt: GitmBuildOption) => { process.exit(0) } // 多条记录 - const prompt: any = { - type: 'checkbox', + const commitIDs = await checkbox({ message: t('Please select the undo record to restore'), - name: 'commitIDs', - choices: [] - } - revertCache.forEach(({ after }, index) => { - const _time = dayjs(after['%aI']).format('YYYY/MM/DD HH:mm') - prompt.choices.push({ - name: `${green(index + 1 + '.')} ${green(after['%s'])} | ${yellow( - after['%an'] - )} | ${blue(_time)}`, - value: after['%H'], - checked: false + choices: revertCache.map(({ after }, index) => { + const _time = dayjs(after['%aI']).format('YYYY/MM/DD HH:mm') + return { + name: `${green(index + 1 + '.')} ${green(after['%s'])} | ${yellow( + after['%an'] + )} | ${blue(_time)}`, + value: after['%H']!, + checked: false + } }) }) - commitIDs = (await inquirer.prompt(prompt)).commitIDs // 没有选择任何记录 if (commitIDs.length === 0) { echo(yellow(t('No logs selected, process has exited'))) diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index c9111901f..7df49c970 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import dayjs from 'dayjs' -import inquirer from 'inquirer' +import { checkbox, input, select } from '@inquirer/prompts' import columnify from 'columnify' import chalk from 'chalk' import { getGitConfig, getIsGitProject } from '@gitmars/git' @@ -55,60 +55,56 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(yellow(t('No merge request record found, process has exited'))) process.exit(0) } - const prompt: any = [ - { - type: 'checkbox', - message: t('Please select the merge request to be operated'), - name: 'iids', - choices: [] - }, - { - type: 'list', - message: t('Please select the action below.'), - name: 'accept', - choices: [t('View Details'), t('Comments'), t('Close'), t('Deleted'), t('Exit')], - when(answers: any) { - return answers.iids.length + const iids = await checkbox({ + message: t('Please select the merge request to be operated'), + choices: mrList.map((mr: any) => { + const { iid, author, source_branch, target_branch, merge_status, created_at } = mr + const disabled = merge_status !== 'can_be_merged' + const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') + return { + name: t( + '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', + { + id: green(iid + ': '), + source: green(source_branch), + target: green(target_branch), + disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', + name: yellow(author.name), + comments: green( + t('{length} comments', { + length: String(mr.notes.length) + }) + ), + time: blue(_time) + } + ), + value: iid, + // disabled, + checked: false } - } - ] - mrList.forEach((mr: any) => { - const { iid, author, source_branch, target_branch, merge_status, created_at } = mr - const disabled = merge_status !== 'can_be_merged' - const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') - prompt[0].choices.push({ - name: t( - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - { - id: green(iid + ': '), - source: green(source_branch), - target: green(target_branch), - disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', - name: yellow(author.name), - comments: green( - t('{length} comments', { - length: String(mr.notes.length) - }) - ), - time: blue(_time) - } - ), - value: iid, - // disabled, - checked: false }) }) - const { iids, accept }: { iids: string[]; accept: string } = await inquirer.prompt(prompt) - // 没有选择任何记录 + // no records if (iids.length === 0) { echo(yellow(t('No merge request record selected, process has exited'))) process.exit(0) } + const accept = await select({ + message: t('Please select the action below.'), + choices: [ + { name: t('View Details'), value: 1, description: 'Show diff' }, + { name: t('Comments'), value: 2 }, + { name: t('Close'), value: 3 }, + { name: t('Deleted'), value: 4 }, + { name: t('Exit'), value: 5 } + ] + }) + // 开始执行操作 for (const iid of iids) { const { source_branch, target_branch } = mrList.find((item: any) => item.iid === iid) - if (accept === t('View Details')) { + if (accept === 1) { const { changes, changes_count } = await getMergeRequestChanges({ iid }) @@ -159,7 +155,7 @@ program.action(async (opt: GitmBuildOption): Promise => { columns: ['body', 'name', 'date'] }) ) - } else if (accept === t('Deleted')) { + } else if (accept === 4) { await deleteMergeRequest({ iid }) !opt.quiet && sendGroupMessage( @@ -171,7 +167,7 @@ program.action(async (opt: GitmBuildOption): Promise => { }) ) echo(green(t('Merge request {id}: Deleted', { id: iid }))) - } else if (accept === t('Close')) { + } else if (accept === 3) { // 删除 await updateMergeRequest({ iid, @@ -187,11 +183,9 @@ program.action(async (opt: GitmBuildOption): Promise => { }) ) echo(green(t('Merge request {id}: Closed', { id: iid }))) - } else if (accept === t('Comments')) { + } else if (accept === 2) { // 评论 - const { note }: { note: string } = await inquirer.prompt({ - type: 'input', - name: 'note', + const note = await input({ message: t('Please enter the comment content'), default: '', transformer: (val: string) => val.trim(), diff --git a/packages/gitmars/src/gitm-undo.ts b/packages/gitmars/src/gitm-undo.ts index e97a85215..ae1de2e0c 100755 --- a/packages/gitmars/src/gitm-undo.ts +++ b/packages/gitmars/src/gitm-undo.ts @@ -1,7 +1,7 @@ #!/usr/bin/env ts-node import { program } from 'commander' import dayjs from 'dayjs' -import inquirer from 'inquirer' +import { checkbox } from '@inquirer/prompts' import sh from 'shelljs' import chalk from 'chalk' import { queue } from '@gitmars/core' @@ -202,23 +202,19 @@ program.action(async (commitid: string[], opt: GitmBuildOption) => { process.exit(0) } else { // 多条记录 - const prompt: any = { - type: 'checkbox', + commitIDs = await checkbox({ message: t('Please select the commit record to undo.'), - name: 'commitIDs', - choices: [] - } - logList.forEach((log, index) => { - const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') - prompt.choices.push({ - name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow( - log['%an'] - )} | ${blue(_time)}`, - value: log['%H'], - checked: false + choices: logList.map((log, index) => { + const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') + return { + name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow( + log['%an'] + )} | ${blue(_time)}`, + value: log['%H']!, + checked: false + } }) }) - commitIDs = (await inquirer.prompt(prompt)).commitIDs } } // 没有选择任何记录 diff --git a/packages/gitmars/src/gitm.ts b/packages/gitmars/src/gitm.ts index df6079d4c..5238e37fb 100755 --- a/packages/gitmars/src/gitm.ts +++ b/packages/gitmars/src/gitm.ts @@ -61,6 +61,8 @@ program .alias('ug') .command('build', t('buildJenkins')) .alias('bd') + .command('build-mp', t('buildMpJenkins')) + .alias('bdm') .command('suggest', t('Action Tips')) .alias('sg') .command('approve', t('Handling remote merge requests')) @@ -128,6 +130,8 @@ program.on('command:*', function (types: string[], opts: string[]) { 'ug', 'build', 'bd', + 'build-mp', + 'bdm', 'suggest', 'sg', 'approve', diff --git a/packages/gitmars/src/locales/en-US.ts b/packages/gitmars/src/locales/en-US.ts index 0dc3cf512..29f6e1ebd 100644 --- a/packages/gitmars/src/locales/en-US.ts +++ b/packages/gitmars/src/locales/en-US.ts @@ -79,6 +79,8 @@ export default { 'Project name': 'Project name', 'Build environment, optionally dev, prod, bug, all': 'Build environment, optionally dev, prod, bug, all', + 'Build api environment, optionally alpha, tag, release, production': + 'Build api environment, optionally alpha, tag, release, production', 'Force cleanup': 'Force cleanup', 'Specify the branch to clean up': 'Specify the branch to clean up', 'Show a list of branches that match the criteria': @@ -324,6 +326,8 @@ export default { 'New path': 'New path', 'Environment to be built, optionally dev, prod, bug, all': 'Environment to be built, optionally dev, prod, bug, all', + 'Api environment to be built, optionally alpha, tag, release, production': + 'Api environment to be built, optionally alpha, tag, release, production', 'Application to be built': 'Application to be built', 'Clean gitmars cache': 'Clean gitmars cache', exited: 'exited', @@ -461,5 +465,14 @@ export default { 'This process will not automatically execute the build process, please wait for the administrator to review the code and execute it: gitm build {appName} -e prod -a {app} {data}', 'Push to templates only': 'Push to templates only', 'Use the {base} branch for posting on Thursday, Friday, and Sunday': - 'Use the {base} branch for posting on Thursday, Friday, and Sunday' + 'Use the {base} branch for posting on Thursday, Friday, and Sunday', + 'Select the environment to build': 'Select the environment to build', + 'Test environment(alpha)': 'Test environment(alpha)', + 'Pre-release tag environment(bug)': 'Pre-release tag environment(bug)', + 'Pre-release prod environment(prod)': 'Pre-release prod environment(prod)', + 'Production environment': 'Production environment', + 'Select the miniprogram to build': 'Select the miniprogram to build', + 'Select the api environment to build': 'Select the api environment to build', + 'Generate experiential version of miniprogram': 'Generate experiential version of miniprogram', + 'Enter the version description': 'Enter the version description' } diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index 652ac1def..cff9a8e1b 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -69,6 +69,8 @@ export default { '使用删除分支功能时,不能与查询分支功能混用', 'Project name': '项目名称', 'Build environment, optionally dev, prod, bug, all': '构建环境,可选dev、prod、bug、all', + 'Build api environment, optionally alpha, tag, release, production': + '构建环境,可选alpha、tag、release、production', 'Force cleanup': '强制清理', 'Specify the branch to clean up': '指定要清理的分支', 'Show a list of branches that match the criteria': '显示符合条件的分支列表', @@ -294,6 +296,8 @@ export default { 'New path': '新路径', 'Environment to be built, optionally dev, prod, bug, all': '需要构建的环境,可选dev、prod、bug、all', + 'Api environment to be built, optionally alpha, tag, release, production': + '需要构建的API环境,可选alpha、tag、release、production', 'Application to be built': '需要构建的应用', 'Clean gitmars cache': '清理gitmars缓存', exited: '已退出', @@ -420,5 +424,14 @@ export default { '本次进程不会自动执行构建流程,请等待管理员审核代码后执行:gitm build {appName} -e prod -a {app} {data}', 'Push to templates only': '仅推送到模板', 'Use the {base} branch for posting on Thursday, Friday, and Sunday': - '周四周五周日发版使用{base}分支,请确认' + '周四周五周日发版使用{base}分支,请确认', + 'Select the environment to build': '选择要构建的环境', + 'Test environment(alpha)': '测试环境(alpha)', + 'Pre-release tag environment(bug)': '预发布tag环境(bug)', + 'Pre-release prod environment(prod)': '预发布prod环境(prod)', + 'Production environment': '生产环境', + 'Select the api environment to build': '选择要构建的API环境', + 'Select the miniprogram to build': '选择小程序类型', + 'Generate experiential version of miniprogram': '生成体验版小程序', + 'Enter the version description': '输入版本描述' } diff --git a/packages/gitmars/src/types.ts b/packages/gitmars/src/types.ts index 6d4b9b3f2..ab578d5f2 100644 --- a/packages/gitmars/src/types.ts +++ b/packages/gitmars/src/types.ts @@ -3,6 +3,9 @@ import type { QuestionCollection } from 'inquirer' export type AnyObject = Record +// export type Writable = { -readonly [P in keyof T]: T[P] } +// export type DeepWritable = { -readonly [P in keyof T]: DeepWritable } + export interface AnyFunction extends AnyObject { (...args: any[]): any } diff --git a/packages/go/package.json b/packages/go/package.json index 9fb451442..620adae97 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -29,7 +29,7 @@ "dependencies": { "@gitmars/utils": "workspace:*", "chalk": "^4.1.2", - "inquirer": "^8.2.5", + "inquirer": "^9.2.19", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", "os-lang": "^3.2.0", @@ -37,7 +37,7 @@ }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/inquirer": "^8.2.6", + "@types/inquirer": "^9.0.7", "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 01dd39a5e..a089930c4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^4.3.4 version: 4.3.4 inquirer: - specifier: ^8.2.5 - version: 8.2.5 + specifier: ^9.2.19 + version: 9.2.19 js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -56,34 +56,34 @@ importers: version: 5.0.0 '@rollup/plugin-alias': specifier: ^5.1.0 - version: 5.1.0(rollup@4.14.3) + version: 5.1.0(rollup@4.16.4) '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(rollup@4.14.3) + version: 6.0.4(rollup@4.16.4) '@rollup/plugin-commonjs': specifier: ^25.0.7 - version: 25.0.7(rollup@4.14.3) + version: 25.0.7(rollup@4.16.4) '@rollup/plugin-json': specifier: ^6.1.0 - version: 6.1.0(rollup@4.14.3) + version: 6.1.0(rollup@4.16.4) '@rollup/plugin-node-resolve': specifier: ^15.2.3 - version: 15.2.3(rollup@4.14.3) + version: 15.2.3(rollup@4.16.4) '@rollup/plugin-replace': specifier: ^5.0.5 - version: 5.0.5(rollup@4.14.3) + version: 5.0.5(rollup@4.16.4) '@rollup/plugin-terser': specifier: ^0.4.4 - version: 0.4.4(rollup@4.14.3) + version: 0.4.4(rollup@4.16.4) '@rollup/plugin-typescript': specifier: ^11.1.6 - version: 11.1.6(rollup@4.14.3)(typescript@5.4.5) + version: 11.1.6(rollup@4.16.4)(typescript@5.4.5) '@types/gulp': specifier: ^4.0.17 version: 4.0.17 '@types/inquirer': - specifier: ^8.2.6 - version: 8.2.6 + specifier: ^9.0.7 + version: 9.0.7 '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -92,7 +92,7 @@ importers: version: 3.1.3 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.8)(vue@3.4.21) + version: 5.0.4(vite@5.2.10)(vue@3.4.25) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 version: 3.1.0 @@ -142,29 +142,29 @@ importers: specifier: ^1.1.1 version: 1.1.1(js-cool@5.18.1) rollup: - specifier: ^4.14.3 - version: 4.14.3 + specifier: ^4.16.4 + version: 4.16.4 rollup-plugin-add-banner: specifier: ^1.1.0 - version: 1.1.0(rollup@4.14.3) + version: 1.1.0(rollup@4.16.4) rollup-plugin-css-only: specifier: ^4.5.2 - version: 4.5.2(rollup@4.14.3) + version: 4.5.2(rollup@4.16.4) rollup-plugin-esbuild: specifier: ^6.1.1 - version: 6.1.1(esbuild@0.20.2)(rollup@4.14.3) + version: 6.1.1(esbuild@0.20.2)(rollup@4.16.4) rollup-plugin-filesize: specifier: ^10.0.0 version: 10.0.0 rollup-plugin-node-externals: - specifier: ^7.1.1 - version: 7.1.1(rollup@4.14.3) + specifier: ^7.1.2 + version: 7.1.2(rollup@4.16.4) rollup-plugin-replace-shebang: specifier: ^1.2.0 - version: 1.2.0(rollup@4.14.3) + version: 1.2.0(rollup@4.16.4) rollup-plugin-visualizer: specifier: ^5.12.0 - version: 5.12.0(rollup@4.14.3) + version: 5.12.0(rollup@4.16.4) tsnd: specifier: ^1.1.0 version: 1.1.0 @@ -179,10 +179,10 @@ importers: version: 5.4.5 unplugin-vue-define-options: specifier: ^1.4.3 - version: 1.4.3(rollup@4.14.3) + version: 1.4.3(rollup@4.16.4) zx: - specifier: ^8.0.1 - version: 8.0.1 + specifier: ^8.0.2 + version: 8.0.2 packages/api: dependencies: @@ -492,8 +492,8 @@ importers: specifier: ^5.4.5 version: 5.4.5 vitepress: - specifier: 1.1.0 - version: 1.1.0(@types/node@20.12.7)(postcss@8.4.35)(search-insights@2.6.0)(typescript@5.4.5) + specifier: 1.1.3 + version: 1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.6.0)(typescript@5.4.5) packages/git: dependencies: @@ -585,6 +585,9 @@ importers: '@gitmars/utils': specifier: workspace:* version: link:../utils + '@inquirer/prompts': + specifier: ^5.0.1 + version: 5.0.1 '@jssj/request': specifier: ^1.1.0 version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) @@ -607,8 +610,8 @@ importers: specifier: ^4.3.4 version: 4.3.4 inquirer: - specifier: ^8.2.5 - version: 8.2.5 + specifier: ^9.2.19 + version: 9.2.19 js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -641,8 +644,8 @@ importers: specifier: ^1.5.4 version: 1.5.4 '@types/inquirer': - specifier: ^8.2.6 - version: 8.2.6 + specifier: ^9.0.7 + version: 9.0.7 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -680,8 +683,8 @@ importers: specifier: ^4.1.2 version: 4.1.2 inquirer: - specifier: ^8.2.5 - version: 8.2.5 + specifier: ^9.2.19 + version: 9.2.19 lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -699,8 +702,8 @@ importers: specifier: ^5.12.0 version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/inquirer': - specifier: ^8.2.6 - version: 8.2.6 + specifier: ^9.0.7 + version: 9.0.7 '@types/lodash-es': specifier: ^4.17.12 version: 4.17.12 @@ -1047,7 +1050,7 @@ packages: '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) '@babel/helpers': 7.23.2 - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 '@babel/template': 7.24.0 '@babel/traverse': 7.23.4 '@babel/types': 7.24.0 @@ -1328,6 +1331,14 @@ packages: '@babel/types': 7.23.6 dev: true + /@babel/parser@7.24.4: + resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.24.0 + dev: true + /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4: resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==} engines: {node: '>=6.9.0'} @@ -2403,7 +2414,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 '@babel/types': 7.24.0 dev: true @@ -2417,7 +2428,7 @@ packages: '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 @@ -2524,15 +2535,6 @@ packages: get-tsconfig: 4.7.2 dev: true - /@esbuild/aix-ppc64@0.20.1: - resolution: {integrity: sha512-m55cpeupQ2DbuRGQMMZDzbv9J9PgVelPjlcmM5kxHnrBdBx6REaEd7LamYV7Dm8N7rCyR/XwU6rVP8ploKtIkA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [aix] - requiresBuild: true - dev: true - optional: true - /@esbuild/aix-ppc64@0.20.2: resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} @@ -2551,15 +2553,6 @@ packages: dev: true optional: true - /@esbuild/android-arm64@0.20.1: - resolution: {integrity: sha512-hCnXNF0HM6AjowP+Zou0ZJMWWa1VkD77BXe959zERgGJBBxB+sV+J9f/rcjeg2c5bsukD/n17RKWXGFCO5dD5A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.20.2: resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} engines: {node: '>=12'} @@ -2578,15 +2571,6 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.20.1: - resolution: {integrity: sha512-4j0+G27/2ZXGWR5okcJi7pQYhmkVgb4D7UKwxcqrjhvp5TKWx3cUjgB1CGj1mfdmJBQ9VnUGgUhign+FPF2Zgw==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.20.2: resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} engines: {node: '>=12'} @@ -2605,15 +2589,6 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.20.1: - resolution: {integrity: sha512-MSfZMBoAsnhpS+2yMFYIQUPs8Z19ajwfuaSZx+tSl09xrHZCjbeXXMsUF/0oq7ojxYEpsSo4c0SfjxOYXRbpaA==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.20.2: resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} engines: {node: '>=12'} @@ -2632,15 +2607,6 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.20.1: - resolution: {integrity: sha512-Ylk6rzgMD8klUklGPzS414UQLa5NPXZD5tf8JmQU8GQrj6BrFA/Ic9tb2zRe1kOZyCbGl+e8VMbDRazCEBqPvA==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.20.2: resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} @@ -2659,15 +2625,6 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.20.1: - resolution: {integrity: sha512-pFIfj7U2w5sMp52wTY1XVOdoxw+GDwy9FsK3OFz4BpMAjvZVs0dT1VXs8aQm22nhwoIWUmIRaE+4xow8xfIDZA==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.20.2: resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} @@ -2686,15 +2643,6 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.20.1: - resolution: {integrity: sha512-UyW1WZvHDuM4xDz0jWun4qtQFauNdXjXOtIy7SYdf7pbxSWWVlqhnR/T2TpX6LX5NI62spt0a3ldIIEkPM6RHw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.20.2: resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} engines: {node: '>=12'} @@ -2713,15 +2661,6 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.20.1: - resolution: {integrity: sha512-itPwCw5C+Jh/c624vcDd9kRCCZVpzpQn8dtwoYIt2TJF3S9xJLiRohnnNrKwREvcZYx0n8sCSbvGH349XkcQeg==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.20.2: resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} engines: {node: '>=12'} @@ -2740,15 +2679,6 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.20.1: - resolution: {integrity: sha512-cX8WdlF6Cnvw/DO9/X7XLH2J6CkBnz7Twjpk56cshk9sjYVcuh4sXQBy5bmTwzBjNVZze2yaV1vtcJS04LbN8w==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.20.2: resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} engines: {node: '>=12'} @@ -2767,15 +2697,6 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.20.1: - resolution: {integrity: sha512-LojC28v3+IhIbfQ+Vu4Ut5n3wKcgTu6POKIHN9Wpt0HnfgUGlBuyDDQR4jWZUZFyYLiz4RBBBmfU6sNfn6RhLw==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.20.2: resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} engines: {node: '>=12'} @@ -2794,15 +2715,6 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.20.1: - resolution: {integrity: sha512-4H/sQCy1mnnGkUt/xszaLlYJVTz3W9ep52xEefGtd6yXDQbz/5fZE5dFLUgsPdbUOQANcVUa5iO6g3nyy5BJiw==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.20.2: resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} engines: {node: '>=12'} @@ -2830,15 +2742,6 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.20.1: - resolution: {integrity: sha512-c0jgtB+sRHCciVXlyjDcWb2FUuzlGVRwGXgI+3WqKOIuoo8AmZAddzeOHeYLtD+dmtHw3B4Xo9wAUdjlfW5yYA==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.20.2: resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} engines: {node: '>=12'} @@ -2857,15 +2760,6 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.20.1: - resolution: {integrity: sha512-TgFyCfIxSujyuqdZKDZ3yTwWiGv+KnlOeXXitCQ+trDODJ+ZtGOzLkSWngynP0HZnTsDyBbPy7GWVXWaEl6lhA==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.20.2: resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} engines: {node: '>=12'} @@ -2884,15 +2778,6 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.20.1: - resolution: {integrity: sha512-b+yuD1IUeL+Y93PmFZDZFIElwbmFfIKLKlYI8M6tRyzE6u7oEP7onGk0vZRh8wfVGC2dZoy0EqX1V8qok4qHaw==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ppc64@0.20.2: resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} engines: {node: '>=12'} @@ -2911,15 +2796,6 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.20.1: - resolution: {integrity: sha512-wpDlpE0oRKZwX+GfomcALcouqjjV8MIX8DyTrxfyCfXxoKQSDm45CZr9fanJ4F6ckD4yDEPT98SrjvLwIqUCgg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-riscv64@0.20.2: resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} engines: {node: '>=12'} @@ -2938,15 +2814,6 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.20.1: - resolution: {integrity: sha512-5BepC2Au80EohQ2dBpyTquqGCES7++p7G+7lXe1bAIvMdXm4YYcEfZtQrP4gaoZ96Wv1Ute61CEHFU7h4FMueQ==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-s390x@0.20.2: resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} engines: {node: '>=12'} @@ -2965,15 +2832,6 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.20.1: - resolution: {integrity: sha512-5gRPk7pKuaIB+tmH+yKd2aQTRpqlf1E4f/mC+tawIm/CGJemZcHZpp2ic8oD83nKgUPMEd0fNanrnFljiruuyA==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-x64@0.20.2: resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} engines: {node: '>=12'} @@ -2992,15 +2850,6 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.20.1: - resolution: {integrity: sha512-4fL68JdrLV2nVW2AaWZBv3XEm3Ae3NZn/7qy2KGAt3dexAgSVT+Hc97JKSZnqezgMlv9x6KV0ZkZY7UO5cNLCg==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/netbsd-x64@0.20.2: resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} engines: {node: '>=12'} @@ -3019,15 +2868,6 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.20.1: - resolution: {integrity: sha512-GhRuXlvRE+twf2ES+8REbeCb/zeikNqwD3+6S5y5/x+DYbAQUNl0HNBs4RQJqrechS4v4MruEr8ZtAin/hK5iw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/openbsd-x64@0.20.2: resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} engines: {node: '>=12'} @@ -3046,15 +2886,6 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.20.1: - resolution: {integrity: sha512-ZnWEyCM0G1Ex6JtsygvC3KUUrlDXqOihw8RicRuQAzw+c4f1D66YlPNNV3rkjVW90zXVsHwZYWbJh3v+oQFM9Q==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - /@esbuild/sunos-x64@0.20.2: resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} engines: {node: '>=12'} @@ -3073,15 +2904,6 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.20.1: - resolution: {integrity: sha512-QZ6gXue0vVQY2Oon9WyLFCdSuYbXSoxaZrPuJ4c20j6ICedfsDilNPYfHLlMH7vGfU5DQR0czHLmJvH4Nzis/A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-arm64@0.20.2: resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} engines: {node: '>=12'} @@ -3100,15 +2922,6 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.20.1: - resolution: {integrity: sha512-HzcJa1NcSWTAU0MJIxOho8JftNp9YALui3o+Ny7hCh0v5f90nprly1U3Sj1Ldj/CvKKdvvFsCRvDkpsEMp4DNw==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-ia32@0.20.2: resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} engines: {node: '>=12'} @@ -3127,15 +2940,6 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.20.1: - resolution: {integrity: sha512-0MBh53o6XtI6ctDnRMeQ+xoCN8kD2qI1rY1KgF/xdWQwoFeKou7puvDfV8/Wv4Ctx2rRpET/gGdz3YlNtNACSA==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /@esbuild/win32-x64@0.20.2: resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} engines: {node: '>=12'} @@ -3317,6 +3121,123 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} dev: true + /@inquirer/checkbox@2.3.1: + resolution: {integrity: sha512-w0B2PhvIh6SFA5uMh32FE+7xSuv1P2o/qjBb5jxgi1DB8VBFjSD3gHDsgiGDeSmfTaQDyR7/beDllIvKeA+YDw==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/figures': 1.0.1 + '@inquirer/type': 1.3.0 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + dev: false + + /@inquirer/confirm@3.1.5: + resolution: {integrity: sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/type': 1.3.0 + dev: false + + /@inquirer/core@8.0.1: + resolution: {integrity: sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==} + engines: {node: '>=18'} + dependencies: + '@inquirer/figures': 1.0.1 + '@inquirer/type': 1.3.0 + '@types/mute-stream': 0.0.4 + '@types/node': 20.12.7 + '@types/wrap-ansi': 3.0.0 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + cli-spinners: 2.9.2 + cli-width: 4.1.0 + mute-stream: 1.0.0 + signal-exit: 4.1.0 + strip-ansi: 6.0.1 + wrap-ansi: 6.2.0 + dev: false + + /@inquirer/editor@2.1.5: + resolution: {integrity: sha512-wzMc/lTt79gOCPbBH7LVCrsn36+JHwYPXchDPATYphFTS/XLy50DuM2D79/dn0VIZHfNSw4C8RZNLDUH/3YmpA==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/type': 1.3.0 + external-editor: 3.1.0 + dev: false + + /@inquirer/expand@2.1.5: + resolution: {integrity: sha512-XWMJWHtH4qHbr4Zxms8qq0QxzFtwGOVnQX8QnuA5HT1Ew19H6moy48pN5od2PxcZ8NuIKxsW8vSTiCidpzri9Q==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/type': 1.3.0 + chalk: 4.1.2 + dev: false + + /@inquirer/figures@1.0.1: + resolution: {integrity: sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==} + engines: {node: '>=18'} + dev: false + + /@inquirer/input@2.1.5: + resolution: {integrity: sha512-z4l1ISps86JZXo1OsWt8IAh4nnyXjXwcu/na2pKFkDud6DC9TLxvDPWxHmq25T40/WZCULhMQuCMDV+VccVG+A==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/type': 1.3.0 + dev: false + + /@inquirer/password@2.1.5: + resolution: {integrity: sha512-uQ7zG/yOpO+OqeBg+W+Z1DY1gt+ZOW+pFGsYpqwHVIbTr17zOiUOFiInDXTWfiOk7r+hTAI7CqcJpZj/Zx6c6Q==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/type': 1.3.0 + ansi-escapes: 4.3.2 + dev: false + + /@inquirer/prompts@5.0.1: + resolution: {integrity: sha512-prT18ROxEF6tPsN6wY0OhbwStHJWAFKVX7y2wYmZ2jzfFS1lJBjn2lu2JhV3W5v7iocR8gWUf1kKbqQ3YNbyEw==} + engines: {node: '>=18'} + dependencies: + '@inquirer/checkbox': 2.3.1 + '@inquirer/confirm': 3.1.5 + '@inquirer/editor': 2.1.5 + '@inquirer/expand': 2.1.5 + '@inquirer/input': 2.1.5 + '@inquirer/password': 2.1.5 + '@inquirer/rawlist': 2.1.5 + '@inquirer/select': 2.3.1 + dev: false + + /@inquirer/rawlist@2.1.5: + resolution: {integrity: sha512-gy/vHQYGGU9r/6dUvPKv5nBKcgxXvX+wnLJy6C5A0arMvC5rjgqf9/6fnvM1fQcjoRr6HReIoSrrzw7pqF57BQ==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/type': 1.3.0 + chalk: 4.1.2 + dev: false + + /@inquirer/select@2.3.1: + resolution: {integrity: sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ==} + engines: {node: '>=18'} + dependencies: + '@inquirer/core': 8.0.1 + '@inquirer/figures': 1.0.1 + '@inquirer/type': 1.3.0 + ansi-escapes: 4.3.2 + chalk: 4.1.2 + dev: false + + /@inquirer/type@1.3.0: + resolution: {integrity: sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==} + engines: {node: '>=18'} + dev: false + /@isaacs/cliui@8.0.2: resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} engines: {node: '>=12'} @@ -3381,6 +3302,13 @@ packages: resolution: {integrity: sha512-QK9tV/SIkSXp36bbDREoKEdnnBA9lSrVYyV1qvAE2zZ99X6zGBMF5JCZ1N+Fa+2ojbYW1TxKZSztsHeYhbtYXA==} dev: false + /@ljharb/through@2.3.13: + resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + dev: false + /@microsoft/api-extractor-model@7.28.14(@types/node@20.12.7): resolution: {integrity: sha512-Bery/c8A8SsKPSvA82cTTuy/+OcxZbLRmKhPkk91/AJOQzxZsShcrmHFAGeiEqSIrv1nPZ3tKq9kfMLdCHmsqg==} dependencies: @@ -3625,7 +3553,7 @@ packages: ndjson: 2.0.0 dev: true - /@rollup/plugin-alias@5.1.0(rollup@4.14.3): + /@rollup/plugin-alias@5.1.0(rollup@4.16.4): resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3634,11 +3562,11 @@ packages: rollup: optional: true dependencies: - rollup: 4.14.3 + rollup: 4.16.4 slash: 4.0.0 dev: true - /@rollup/plugin-babel@6.0.4(rollup@4.14.3): + /@rollup/plugin-babel@6.0.4(rollup@4.16.4): resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3654,11 +3582,11 @@ packages: optional: true dependencies: '@babel/helper-module-imports': 7.24.3 - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) - rollup: 4.14.3 + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + rollup: 4.16.4 dev: true - /@rollup/plugin-commonjs@25.0.7(rollup@4.14.3): + /@rollup/plugin-commonjs@25.0.7(rollup@4.16.4): resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3667,16 +3595,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.1.0 is-reference: 1.2.1 - magic-string: 0.30.7 - rollup: 4.14.3 + magic-string: 0.30.10 + rollup: 4.16.4 dev: true - /@rollup/plugin-json@6.1.0(rollup@4.14.3): + /@rollup/plugin-json@6.1.0(rollup@4.16.4): resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3685,11 +3613,11 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) - rollup: 4.14.3 + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + rollup: 4.16.4 dev: true - /@rollup/plugin-node-resolve@15.2.3(rollup@4.14.3): + /@rollup/plugin-node-resolve@15.2.3(rollup@4.16.4): resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3698,16 +3626,16 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) '@types/resolve': 1.20.2 deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.4 - rollup: 4.14.3 + rollup: 4.16.4 dev: true - /@rollup/plugin-replace@5.0.5(rollup@4.14.3): + /@rollup/plugin-replace@5.0.5(rollup@4.16.4): resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3716,12 +3644,12 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) - magic-string: 0.30.7 - rollup: 4.14.3 + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + magic-string: 0.30.10 + rollup: 4.16.4 dev: true - /@rollup/plugin-terser@0.4.4(rollup@4.14.3): + /@rollup/plugin-terser@0.4.4(rollup@4.16.4): resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3730,13 +3658,13 @@ packages: rollup: optional: true dependencies: - rollup: 4.14.3 + rollup: 4.16.4 serialize-javascript: 6.0.2 smob: 1.5.0 terser: 5.30.3 dev: true - /@rollup/plugin-typescript@11.1.6(rollup@4.14.3)(typescript@5.4.5): + /@rollup/plugin-typescript@11.1.6(rollup@4.16.4)(typescript@5.4.5): resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3749,13 +3677,13 @@ packages: tslib: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) resolve: 1.22.4 - rollup: 4.14.3 + rollup: 4.16.4 typescript: 5.4.5 dev: true - /@rollup/pluginutils@5.1.0(rollup@4.14.3): + /@rollup/pluginutils@5.1.0(rollup@4.16.4): resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} engines: {node: '>=14.0.0'} peerDependencies: @@ -3767,59 +3695,61 @@ packages: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 4.14.3 + rollup: 4.16.4 dev: true - /@rollup/rollup-android-arm-eabi@4.14.3: - resolution: {integrity: sha512-X9alQ3XM6I9IlSlmC8ddAvMSyG1WuHk5oUnXGw+yUBs3BFoTizmG1La/Gr8fVJvDWAq+zlYTZ9DBgrlKRVY06g==} + /@rollup/rollup-android-arm-eabi@4.16.4: + resolution: {integrity: sha512-GkhjAaQ8oUTOKE4g4gsZ0u8K/IHU1+2WQSgS1TwTcYvL+sjbaQjNHFXbOJ6kgqGHIO1DfUhI/Sphi9GkRT9K+Q==} cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-android-arm64@4.14.3: - resolution: {integrity: sha512-eQK5JIi+POhFpzk+LnjKIy4Ks+pwJ+NXmPxOCSvOKSNRPONzKuUvWE+P9JxGZVxrtzm6BAYMaL50FFuPe0oWMQ==} + /@rollup/rollup-android-arm64@4.16.4: + resolution: {integrity: sha512-Bvm6D+NPbGMQOcxvS1zUl8H7DWlywSXsphAeOnVeiZLQ+0J6Is8T7SrjGTH29KtYkiY9vld8ZnpV3G2EPbom+w==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-arm64@4.14.3: - resolution: {integrity: sha512-Od4vE6f6CTT53yM1jgcLqNfItTsLt5zE46fdPaEmeFHvPs5SjZYlLpHrSiHEKR1+HdRfxuzXHjDOIxQyC3ptBA==} + /@rollup/rollup-darwin-arm64@4.16.4: + resolution: {integrity: sha512-i5d64MlnYBO9EkCOGe5vPR/EeDwjnKOGGdd7zKFhU5y8haKhQZTN2DgVtpODDMxUr4t2K90wTUJg7ilgND6bXw==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-x64@4.14.3: - resolution: {integrity: sha512-0IMAO21axJeNIrvS9lSe/PGthc8ZUS+zC53O0VhF5gMxfmcKAP4ESkKOCwEi6u2asUrt4mQv2rjY8QseIEb1aw==} + /@rollup/rollup-darwin-x64@4.16.4: + resolution: {integrity: sha512-WZupV1+CdUYehaZqjaFTClJI72fjJEgTXdf4NbW69I9XyvdmztUExBtcI2yIIU6hJtYvtwS6pkTkHJz+k08mAQ==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.14.3: - resolution: {integrity: sha512-ge2DC7tHRHa3caVEoSbPRJpq7azhG+xYsd6u2MEnJ6XzPSzQsTKyXvh6iWjXRf7Rt9ykIUWHtl0Uz3T6yXPpKw==} + /@rollup/rollup-linux-arm-gnueabihf@4.16.4: + resolution: {integrity: sha512-ADm/xt86JUnmAfA9mBqFcRp//RVRt1ohGOYF6yL+IFCYqOBNwy5lbEK05xTsEoJq+/tJzg8ICUtS82WinJRuIw==} cpu: [arm] os: [linux] + libc: [glibc] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-musleabihf@4.14.3: - resolution: {integrity: sha512-ljcuiDI4V3ySuc7eSk4lQ9wU8J8r8KrOUvB2U+TtK0TiW6OFDmJ+DdIjjwZHIw9CNxzbmXY39wwpzYuFDwNXuw==} + /@rollup/rollup-linux-arm-musleabihf@4.16.4: + resolution: {integrity: sha512-tJfJaXPiFAG+Jn3cutp7mCs1ePltuAgRqdDZrzb1aeE3TktWWJ+g7xK9SNlaSUFw6IU4QgOxAY4rA+wZUT5Wfg==} cpu: [arm] os: [linux] + libc: [musl] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.14.3: - resolution: {integrity: sha512-Eci2us9VTHm1eSyn5/eEpaC7eP/mp5n46gTRB3Aar3BgSvDQGJZuicyq6TsH4HngNBgVqC5sDYxOzTExSU+NjA==} + /@rollup/rollup-linux-arm64-gnu@4.16.4: + resolution: {integrity: sha512-7dy1BzQkgYlUTapDTvK997cgi0Orh5Iu7JlZVBy1MBURk7/HSbHkzRnXZa19ozy+wwD8/SlpJnOOckuNZtJR9w==} cpu: [arm64] os: [linux] libc: [glibc] @@ -3827,8 +3757,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.14.3: - resolution: {integrity: sha512-UrBoMLCq4E92/LCqlh+blpqMz5h1tJttPIniwUgOFJyjWI1qrtrDhhpHPuFxULlUmjFHfloWdixtDhSxJt5iKw==} + /@rollup/rollup-linux-arm64-musl@4.16.4: + resolution: {integrity: sha512-zsFwdUw5XLD1gQe0aoU2HVceI6NEW7q7m05wA46eUAyrkeNYExObfRFQcvA6zw8lfRc5BHtan3tBpo+kqEOxmg==} cpu: [arm64] os: [linux] libc: [musl] @@ -3836,8 +3766,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.14.3: - resolution: {integrity: sha512-5aRjvsS8q1nWN8AoRfrq5+9IflC3P1leMoy4r2WjXyFqf3qcqsxRCfxtZIV58tCxd+Yv7WELPcO9mY9aeQyAmw==} + /@rollup/rollup-linux-powerpc64le-gnu@4.16.4: + resolution: {integrity: sha512-p8C3NnxXooRdNrdv6dBmRTddEapfESEUflpICDNKXpHvTjRRq1J82CbU5G3XfebIZyI3B0s074JHMWD36qOW6w==} cpu: [ppc64] os: [linux] libc: [glibc] @@ -3845,8 +3775,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-riscv64-gnu@4.14.3: - resolution: {integrity: sha512-sk/Qh1j2/RJSX7FhEpJn8n0ndxy/uf0kI/9Zc4b1ELhqULVdTfN6HL31CDaTChiBAOgLcsJ1sgVZjWv8XNEsAQ==} + /@rollup/rollup-linux-riscv64-gnu@4.16.4: + resolution: {integrity: sha512-Lh/8ckoar4s4Id2foY7jNgitTOUQczwMWNYi+Mjt0eQ9LKhr6sK477REqQkmy8YHY3Ca3A2JJVdXnfb3Rrwkng==} cpu: [riscv64] os: [linux] libc: [glibc] @@ -3854,8 +3784,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-s390x-gnu@4.14.3: - resolution: {integrity: sha512-jOO/PEaDitOmY9TgkxF/TQIjXySQe5KVYB57H/8LRP/ux0ZoO8cSHCX17asMSv3ruwslXW/TLBcxyaUzGRHcqg==} + /@rollup/rollup-linux-s390x-gnu@4.16.4: + resolution: {integrity: sha512-1xwwn9ZCQYuqGmulGsTZoKrrn0z2fAur2ujE60QgyDpHmBbXbxLaQiEvzJWDrscRq43c8DnuHx3QorhMTZgisQ==} cpu: [s390x] os: [linux] libc: [glibc] @@ -3863,8 +3793,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.14.3: - resolution: {integrity: sha512-8ybV4Xjy59xLMyWo3GCfEGqtKV5M5gCSrZlxkPGvEPCGDLNla7v48S662HSGwRd6/2cSneMQWiv+QzcttLrrOA==} + /@rollup/rollup-linux-x64-gnu@4.16.4: + resolution: {integrity: sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==} cpu: [x64] os: [linux] libc: [glibc] @@ -3872,8 +3802,8 @@ packages: dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.14.3: - resolution: {integrity: sha512-s+xf1I46trOY10OqAtZ5Rm6lzHre/UiLA1J2uOhCFXWkbZrJRkYBPO6FhvGfHmdtQ3Bx793MNa7LvoWFAm93bg==} + /@rollup/rollup-linux-x64-musl@4.16.4: + resolution: {integrity: sha512-ch86i7KkJKkLybDP2AtySFTRi5fM3KXp0PnHocHuJMdZwu7BuyIKi35BE9guMlmTpwwBTB3ljHj9IQXnTCD0vA==} cpu: [x64] os: [linux] libc: [musl] @@ -3881,24 +3811,24 @@ packages: dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.14.3: - resolution: {integrity: sha512-+4h2WrGOYsOumDQ5S2sYNyhVfrue+9tc9XcLWLh+Kw3UOxAvrfOrSMFon60KspcDdytkNDh7K2Vs6eMaYImAZg==} + /@rollup/rollup-win32-arm64-msvc@4.16.4: + resolution: {integrity: sha512-Ma4PwyLfOWZWayfEsNQzTDBVW8PZ6TUUN1uFTBQbF2Chv/+sjenE86lpiEwj2FiviSmSZ4Ap4MaAfl1ciF4aSA==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.14.3: - resolution: {integrity: sha512-T1l7y/bCeL/kUwh9OD4PQT4aM7Bq43vX05htPJJ46RTI4r5KNt6qJRzAfNfM+OYMNEVBWQzR2Gyk+FXLZfogGw==} + /@rollup/rollup-win32-ia32-msvc@4.16.4: + resolution: {integrity: sha512-9m/ZDrQsdo/c06uOlP3W9G2ENRVzgzbSXmXHT4hwVaDQhYcRpi9bgBT0FTG9OhESxwK0WjQxYOSfv40cU+T69w==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.14.3: - resolution: {integrity: sha512-/BypzV0H1y1HzgYpxqRaXGBRqfodgoBBCcsrujT6QRcakDQdfU+Lq9PENPh5jB4I44YWq+0C2eHsHya+nZY1sA==} + /@rollup/rollup-win32-x64-msvc@4.16.4: + resolution: {integrity: sha512-YunpoOAyGLDseanENHmbFvQSfVL5BxW3k7hhy0eN4rb3gS/ct75dVD0EXOWIqFT/nE8XYW6LP6vz6ctKRi0k9A==} cpu: [x64] os: [win32] requiresBuild: true @@ -4053,14 +3983,14 @@ packages: '@types/node': 20.12.7 '@types/undertaker': 1.2.8 '@types/vinyl-fs': 3.0.1 - chokidar: 3.5.3 + chokidar: 3.6.0 dev: true - /@types/inquirer@8.2.6: - resolution: {integrity: sha512-3uT88kxg8lNzY8ay2ZjP44DKcRaTGztqeIvN2zHvhzIBH/uAPaL75aBtdNRKbA7xXoMbBt5kX0M00VKAnfOYlA==} + /@types/inquirer@9.0.7: + resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} dependencies: - '@types/through': 0.0.30 - rxjs: 7.8.0 + '@types/through': 0.0.33 + rxjs: 7.8.1 dev: true /@types/js-yaml@4.0.5: @@ -4095,13 +4025,6 @@ packages: /@types/lodash@4.14.191: resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} - /@types/markdown-it@13.0.7: - resolution: {integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==} - dependencies: - '@types/linkify-it': 3.0.2 - '@types/mdurl': 1.0.2 - dev: true - /@types/markdown-it@14.0.1: resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} dependencies: @@ -4127,11 +4050,16 @@ packages: resolution: {integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==} dev: true + /@types/mute-stream@0.0.4: + resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} + dependencies: + '@types/node': 20.12.7 + dev: false + /@types/node@20.12.7: resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} dependencies: undici-types: 5.26.5 - dev: true /@types/normalize-package-data@2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -4166,8 +4094,8 @@ packages: '@types/node': 20.12.7 dev: true - /@types/through@0.0.30: - resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} + /@types/through@0.0.33: + resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: '@types/node': 20.12.7 dev: true @@ -4208,6 +4136,10 @@ packages: resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} dev: true + /@types/wrap-ansi@3.0.0: + resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} + dev: false + /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5): resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} engines: {node: ^16.0.0 || >=18.0.0} @@ -4397,7 +4329,7 @@ packages: - supports-color dev: true - /@vitejs/plugin-vue@5.0.4(vite@5.2.8)(vue@3.4.21): + /@vitejs/plugin-vue@5.0.4(vite@5.2.10)(vue@3.4.25): resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: @@ -4409,11 +4341,11 @@ packages: vue: optional: true dependencies: - vite: 5.2.8(@types/node@20.12.7) - vue: 3.4.21(typescript@5.4.5) + vite: 5.2.10(@types/node@20.12.7) + vue: 3.4.25(typescript@5.4.5) dev: true - /@vue-macros/common@1.10.2(rollup@4.14.3): + /@vue-macros/common@1.10.2(rollup@4.16.4): resolution: {integrity: sha512-WC66NPVh2mJWqm4L0l/u/cOqm4pNOIwVdMGnDYAH2rHcOWy5x68GkhpkYTBu1+xwCSeHWOQn1TCGGbD+98fFpA==} engines: {node: '>=16.14.0'} peerDependencies: @@ -4423,8 +4355,8 @@ packages: optional: true dependencies: '@babel/types': 7.24.0 - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) - '@vue/compiler-sfc': 3.4.21 + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + '@vue/compiler-sfc': 3.4.25 ast-kit: 0.12.1 local-pkg: 0.5.0 magic-string-ast: 0.3.0 @@ -4458,53 +4390,53 @@ packages: - supports-color dev: true - /@vue/compiler-core@3.4.21: - resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} + /@vue/compiler-core@3.4.25: + resolution: {integrity: sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==} dependencies: - '@babel/parser': 7.24.0 - '@vue/shared': 3.4.21 + '@babel/parser': 7.24.4 + '@vue/shared': 3.4.25 entities: 4.5.0 estree-walker: 2.0.2 - source-map-js: 1.0.2 + source-map-js: 1.2.0 dev: true - /@vue/compiler-dom@3.4.21: - resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} + /@vue/compiler-dom@3.4.25: + resolution: {integrity: sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg==} dependencies: - '@vue/compiler-core': 3.4.21 - '@vue/shared': 3.4.21 + '@vue/compiler-core': 3.4.25 + '@vue/shared': 3.4.25 dev: true - /@vue/compiler-sfc@3.4.21: - resolution: {integrity: sha512-me7epoTxYlY+2CUM7hy9PCDdpMPfIwrOvAXud2Upk10g4YLv9UBW7kL798TvMeDhPthkZ0CONNrK2GoeI1ODiQ==} + /@vue/compiler-sfc@3.4.25: + resolution: {integrity: sha512-m7rryuqzIoQpOBZ18wKyq05IwL6qEpZxFZfRxlNYuIPDqywrXQxgUwLXIvoU72gs6cRdY6wHD0WVZIFE4OEaAQ==} dependencies: - '@babel/parser': 7.24.0 - '@vue/compiler-core': 3.4.21 - '@vue/compiler-dom': 3.4.21 - '@vue/compiler-ssr': 3.4.21 - '@vue/shared': 3.4.21 + '@babel/parser': 7.24.4 + '@vue/compiler-core': 3.4.25 + '@vue/compiler-dom': 3.4.25 + '@vue/compiler-ssr': 3.4.25 + '@vue/shared': 3.4.25 estree-walker: 2.0.2 - magic-string: 0.30.7 - postcss: 8.4.35 - source-map-js: 1.0.2 + magic-string: 0.30.10 + postcss: 8.4.38 + source-map-js: 1.2.0 dev: true - /@vue/compiler-ssr@3.4.21: - resolution: {integrity: sha512-M5+9nI2lPpAsgXOGQobnIueVqc9sisBFexh5yMIMRAPYLa7+5wEJs8iqOZc1WAa9WQbx9GR2twgznU8LTIiZ4Q==} + /@vue/compiler-ssr@3.4.25: + resolution: {integrity: sha512-H2ohvM/Pf6LelGxDBnfbbXFPyM4NE3hrw0e/EpwuSiYu8c819wx+SVGdJ65p/sFrYDd6OnSDxN1MB2mN07hRSQ==} dependencies: - '@vue/compiler-dom': 3.4.21 - '@vue/shared': 3.4.21 + '@vue/compiler-dom': 3.4.25 + '@vue/shared': 3.4.25 dev: true - /@vue/devtools-api@7.0.27(vue@3.4.21): + /@vue/devtools-api@7.0.27(vue@3.4.25): resolution: {integrity: sha512-BFCFCusSDcw2UcOFD/QeK7OxD1x2C/m+uAN30Q7jLKECSW53hmz0urzJmX834GuWDZX/hIxkyUKnLLfEIP1c/w==} dependencies: - '@vue/devtools-kit': 7.0.27(vue@3.4.21) + '@vue/devtools-kit': 7.0.27(vue@3.4.25) transitivePeerDependencies: - vue dev: true - /@vue/devtools-kit@7.0.27(vue@3.4.21): + /@vue/devtools-kit@7.0.27(vue@3.4.25): resolution: {integrity: sha512-/A5xM38pPCFX5Yhl/lRFAzjyK6VNsH670nww2WbjFKWqlu3I+lMxWKzQkCW6A1V8bduITgl2kHORfg2gTw6QaA==} peerDependencies: vue: ^3.0.0 @@ -4517,7 +4449,7 @@ packages: mitt: 3.0.1 perfect-debounce: 1.0.0 speakingurl: 14.0.1 - vue: 3.4.21(typescript@5.4.5) + vue: 3.4.25(typescript@5.4.5) dev: true /@vue/devtools-shared@7.0.27: @@ -4526,57 +4458,57 @@ packages: rfdc: 1.3.1 dev: true - /@vue/reactivity@3.4.21: - resolution: {integrity: sha512-UhenImdc0L0/4ahGCyEzc/pZNwVgcglGy9HVzJ1Bq2Mm9qXOpP8RyNTjookw/gOCUlXSEtuZ2fUg5nrHcoqJcw==} + /@vue/reactivity@3.4.25: + resolution: {integrity: sha512-mKbEtKr1iTxZkAG3vm3BtKHAOhuI4zzsVcN0epDldU/THsrvfXRKzq+lZnjczZGnTdh3ojd86/WrP+u9M51pWQ==} dependencies: - '@vue/shared': 3.4.21 + '@vue/shared': 3.4.25 dev: true - /@vue/runtime-core@3.4.21: - resolution: {integrity: sha512-pQthsuYzE1XcGZznTKn73G0s14eCJcjaLvp3/DKeYWoFacD9glJoqlNBxt3W2c5S40t6CCcpPf+jG01N3ULyrA==} + /@vue/runtime-core@3.4.25: + resolution: {integrity: sha512-3qhsTqbEh8BMH3pXf009epCI5E7bKu28fJLi9O6W+ZGt/6xgSfMuGPqa5HRbUxLoehTNp5uWvzCr60KuiRIL0Q==} dependencies: - '@vue/reactivity': 3.4.21 - '@vue/shared': 3.4.21 + '@vue/reactivity': 3.4.25 + '@vue/shared': 3.4.25 dev: true - /@vue/runtime-dom@3.4.21: - resolution: {integrity: sha512-gvf+C9cFpevsQxbkRBS1NpU8CqxKw0ebqMvLwcGQrNpx6gqRDodqKqA+A2VZZpQ9RpK2f9yfg8VbW/EpdFUOJw==} + /@vue/runtime-dom@3.4.25: + resolution: {integrity: sha512-ode0sj77kuwXwSc+2Yhk8JMHZh1sZp9F/51wdBiz3KGaWltbKtdihlJFhQG4H6AY+A06zzeMLkq6qu8uDSsaoA==} dependencies: - '@vue/runtime-core': 3.4.21 - '@vue/shared': 3.4.21 + '@vue/runtime-core': 3.4.25 + '@vue/shared': 3.4.25 csstype: 3.1.3 dev: true - /@vue/server-renderer@3.4.21(vue@3.4.21): - resolution: {integrity: sha512-aV1gXyKSN6Rz+6kZ6kr5+Ll14YzmIbeuWe7ryJl5muJ4uwSwY/aStXTixx76TwkZFJLm1aAlA/HSWEJ4EyiMkg==} + /@vue/server-renderer@3.4.25(vue@3.4.25): + resolution: {integrity: sha512-8VTwq0Zcu3K4dWV0jOwIVINESE/gha3ifYCOKEhxOj6MEl5K5y8J8clQncTcDhKF+9U765nRw4UdUEXvrGhyVQ==} peerDependencies: - vue: 3.4.21 + vue: 3.4.25 peerDependenciesMeta: vue: optional: true dependencies: - '@vue/compiler-ssr': 3.4.21 - '@vue/shared': 3.4.21 - vue: 3.4.21(typescript@5.4.5) + '@vue/compiler-ssr': 3.4.25 + '@vue/shared': 3.4.25 + vue: 3.4.25(typescript@5.4.5) dev: true - /@vue/shared@3.4.21: - resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} + /@vue/shared@3.4.25: + resolution: {integrity: sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA==} dev: true - /@vueuse/core@10.9.0(vue@3.4.21): + /@vueuse/core@10.9.0(vue@3.4.25): resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.21) - vue-demi: 0.14.7(vue@3.4.21) + '@vueuse/shared': 10.9.0(vue@3.4.25) + vue-demi: 0.14.7(vue@3.4.25) transitivePeerDependencies: - '@vue/composition-api' - vue dev: true - /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.21): + /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.25): resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==} peerDependencies: async-validator: '*' @@ -4617,10 +4549,10 @@ packages: universal-cookie: optional: true dependencies: - '@vueuse/core': 10.9.0(vue@3.4.21) - '@vueuse/shared': 10.9.0(vue@3.4.21) + '@vueuse/core': 10.9.0(vue@3.4.25) + '@vueuse/shared': 10.9.0(vue@3.4.25) focus-trap: 7.5.4 - vue-demi: 0.14.7(vue@3.4.21) + vue-demi: 0.14.7(vue@3.4.25) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4630,10 +4562,10 @@ packages: resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} dev: true - /@vueuse/shared@10.9.0(vue@3.4.21): + /@vueuse/shared@10.9.0(vue@3.4.25): resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} dependencies: - vue-demi: 0.14.7(vue@3.4.21) + vue-demi: 0.14.7(vue@3.4.25) transitivePeerDependencies: - '@vue/composition-api' - vue @@ -4862,7 +4794,7 @@ packages: resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 get-intrinsic: 1.2.1 @@ -4883,7 +4815,7 @@ packages: resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 es-shim-unscopables: 1.0.0 @@ -4894,7 +4826,7 @@ packages: resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 es-shim-unscopables: 1.0.0 @@ -4904,7 +4836,7 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 es-shim-unscopables: 1.0.0 @@ -4932,7 +4864,7 @@ packages: resolution: {integrity: sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==} engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 pathe: 1.1.2 dev: true @@ -4952,7 +4884,7 @@ packages: resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==} engines: {node: '>=16.14.0'} dependencies: - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 ast-kit: 0.12.1 dev: true @@ -5249,6 +5181,16 @@ packages: get-intrinsic: 1.2.2 set-function-length: 1.1.1 + /call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 + /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -5280,7 +5222,6 @@ packages: /chalk@5.3.0: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true /character-entities-legacy@1.1.4: resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} @@ -5298,21 +5239,6 @@ packages: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} dev: false - /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} - engines: {node: '>= 8.10.0'} - dependencies: - anymatch: 3.1.3 - braces: 3.0.2 - glob-parent: 5.1.2 - is-binary-path: 2.1.0 - is-glob: 4.0.3 - normalize-path: 3.0.0 - readdirp: 3.6.0 - optionalDependencies: - fsevents: 2.3.2 - dev: true - /chokidar@3.6.0: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} @@ -5377,9 +5303,13 @@ packages: resolution: {integrity: sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==} engines: {node: '>=6'} - /cli-width@3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + + /cli-width@4.1.0: + resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} + engines: {node: '>= 12'} dev: false /cliui@7.0.4: @@ -5712,6 +5642,14 @@ packages: gopd: 1.0.1 has-property-descriptors: 1.0.0 + /define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 + /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} engines: {node: '>=8'} @@ -6022,6 +5960,16 @@ packages: which-typed-array: 1.1.13 dev: true + /es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.4 + + /es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + /es-module-lexer@1.3.1: resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} dev: true @@ -6188,7 +6136,7 @@ packages: /esbuild-node-loader@0.8.0: resolution: {integrity: sha512-BJaecVcClXVa5lO7TbHp+CgWtUmYrtZHyPYDx1JVTO3OOXdQM569vbJOeQGPucbYThuWTiNUUNeLEc4+EZk8QQ==} dependencies: - esbuild: 0.20.1 + esbuild: 0.20.2 node-fetch: 3.3.1 semver: 7.6.0 dev: true @@ -6311,37 +6259,6 @@ packages: '@esbuild/win32-x64': 0.18.20 dev: true - /esbuild@0.20.1: - resolution: {integrity: sha512-OJwEgrpWm/PCMsLVWXKqvcjme3bHNpOgN7Tb6cQnR5n0TPbQx1/Xrn7rqM+wn17bYeT6MGB5sn1Bh5YiGi70nA==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/aix-ppc64': 0.20.1 - '@esbuild/android-arm': 0.20.1 - '@esbuild/android-arm64': 0.20.1 - '@esbuild/android-x64': 0.20.1 - '@esbuild/darwin-arm64': 0.20.1 - '@esbuild/darwin-x64': 0.20.1 - '@esbuild/freebsd-arm64': 0.20.1 - '@esbuild/freebsd-x64': 0.20.1 - '@esbuild/linux-arm': 0.20.1 - '@esbuild/linux-arm64': 0.20.1 - '@esbuild/linux-ia32': 0.20.1 - '@esbuild/linux-loong64': 0.20.1 - '@esbuild/linux-mips64el': 0.20.1 - '@esbuild/linux-ppc64': 0.20.1 - '@esbuild/linux-riscv64': 0.20.1 - '@esbuild/linux-s390x': 0.20.1 - '@esbuild/linux-x64': 0.20.1 - '@esbuild/netbsd-x64': 0.20.1 - '@esbuild/openbsd-x64': 0.20.1 - '@esbuild/sunos-x64': 0.20.1 - '@esbuild/win32-arm64': 0.20.1 - '@esbuild/win32-ia32': 0.20.1 - '@esbuild/win32-x64': 0.20.1 - dev: true - /esbuild@0.20.2: resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} engines: {node: '>=12'} @@ -6691,9 +6608,9 @@ packages: eslint: 8.57.0 eslint-compat-utils: 0.4.1(eslint@8.57.0) lodash: 4.17.21 - postcss: 8.4.35 - postcss-safe-parser: 6.0.0(postcss@8.4.35) - postcss-scss: 4.0.6(postcss@8.4.35) + postcss: 8.4.38 + postcss-safe-parser: 6.0.0(postcss@8.4.38) + postcss-scss: 4.0.6(postcss@8.4.38) postcss-selector-parser: 6.0.15 postcss-styl: 0.12.3 vue-eslint-parser: 9.4.2(eslint@8.57.0) @@ -6957,13 +6874,6 @@ packages: web-streams-polyfill: 3.2.1 dev: true - /figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} - dependencies: - escape-string-regexp: 1.0.5 - dev: false - /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -7098,7 +7008,7 @@ packages: engines: {node: '>=14'} dependencies: cross-spawn: 7.0.3 - signal-exit: 4.0.1 + signal-exit: 4.1.0 dev: true /formdata-polyfill@4.0.10: @@ -7251,6 +7161,16 @@ packages: has-symbols: 1.0.3 hasown: 2.0.0 + /get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + dependencies: + es-errors: 1.3.0 + function-bind: 1.1.2 + has-proto: 1.0.1 + has-symbols: 1.0.3 + hasown: 2.0.0 + /get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: true @@ -7339,7 +7259,7 @@ packages: engines: {node: '>= 10.13.0'} dependencies: async-done: 2.0.0 - chokidar: 3.5.3 + chokidar: 3.6.0 dev: true /glob@10.3.10: @@ -7568,6 +7488,11 @@ packages: dependencies: get-intrinsic: 1.2.1 + /has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + dependencies: + es-define-property: 1.0.0 + /has-proto@1.0.1: resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} engines: {node: '>= 0.4'} @@ -7763,25 +7688,25 @@ packages: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} dev: true - /inquirer@8.2.5: - resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==} - engines: {node: '>=12.0.0'} + /inquirer@9.2.19: + resolution: {integrity: sha512-WpxOT71HGsFya6/mj5PUue0sWwbpbiPfAR+332zLj/siB0QA1PZM8v3GepegFV1Op189UxHUCF6y8AySdtOMVA==} + engines: {node: '>=18'} dependencies: + '@inquirer/figures': 1.0.1 + '@ljharb/through': 2.3.13 ansi-escapes: 4.3.2 - chalk: 4.1.2 + chalk: 5.3.0 cli-cursor: 3.1.0 - cli-width: 3.0.0 + cli-width: 4.1.0 external-editor: 3.1.0 - figures: 3.2.0 lodash: 4.17.21 - mute-stream: 0.0.8 + mute-stream: 1.0.0 ora: 5.4.1 - run-async: 2.4.1 - rxjs: 7.8.0 + run-async: 3.0.0 + rxjs: 7.8.1 string-width: 4.2.3 strip-ansi: 6.0.1 - through: 2.3.8 - wrap-ansi: 7.0.0 + wrap-ansi: 6.2.0 dev: false /internal-slot@1.0.5: @@ -7861,7 +7786,7 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 has-tostringtag: 1.0.0 dev: true @@ -8064,7 +7989,7 @@ packages: engines: {node: '>= 0.4'} dependencies: available-typed-arrays: 1.0.5 - call-bind: 1.0.2 + call-bind: 1.0.7 for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 @@ -8517,7 +8442,7 @@ packages: resolution: {integrity: sha512-0shqecEPgdFpnI3AP90epXyxZy9g6CRZ+SZ7BcqFwYmtFEnZ1jpevcV5HoyVnlDS9gCnc1UIg3Rsvp3Ci7r8OA==} engines: {node: '>=16.14.0'} dependencies: - magic-string: 0.30.7 + magic-string: 0.30.10 dev: true /magic-string@0.26.7: @@ -8527,9 +8452,8 @@ packages: sourcemap-codec: 1.4.8 dev: true - /magic-string@0.30.7: - resolution: {integrity: sha512-8vBuFF/I/+OSLRmdf2wwFCJCz+nSn0m6DPvGH1fS/KiQoSaR+sETbov0eIk9KhEKy8CYqIkIAnbohxT/4H0kuA==} - engines: {node: '>=12'} + /magic-string@0.30.10: + resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} dependencies: '@jridgewell/sourcemap-codec': 1.4.15 dev: true @@ -8899,8 +8823,9 @@ packages: engines: {node: '>= 10.13.0'} dev: true - /mute-stream@0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + /mute-stream@1.0.0: + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: false /mz@2.7.0: @@ -9189,7 +9114,7 @@ packages: resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 dev: true @@ -9197,7 +9122,7 @@ packages: /object.groupby@1.0.1: resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 get-intrinsic: 1.2.1 @@ -9214,7 +9139,7 @@ packages: resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 dev: true @@ -9294,7 +9219,7 @@ packages: dependencies: chalk: 5.3.0 cli-cursor: 4.0.0 - cli-spinners: 2.7.0 + cli-spinners: 2.9.2 is-interactive: 2.0.0 is-unicode-supported: 1.3.0 log-symbols: 5.1.0 @@ -9608,22 +9533,22 @@ packages: load-yml: 1.4.0 dev: true - /postcss-safe-parser@6.0.0(postcss@8.4.35): + /postcss-safe-parser@6.0.0(postcss@8.4.38): resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.35 + postcss: 8.4.38 dev: true - /postcss-scss@4.0.6(postcss@8.4.35): + /postcss-scss@4.0.6(postcss@8.4.38): resolution: {integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.4.19 dependencies: - postcss: 8.4.35 + postcss: 8.4.38 dev: true /postcss-selector-parser@6.0.15: @@ -9641,7 +9566,7 @@ packages: debug: 4.3.4 fast-diff: 1.2.0 lodash.sortedlastindex: 4.1.0 - postcss: 8.4.35 + postcss: 8.4.38 stylus: 0.57.0 transitivePeerDependencies: - supports-color @@ -10192,26 +10117,26 @@ packages: js-cool: 5.18.1 dev: true - /rollup-plugin-add-banner@1.1.0(rollup@4.14.3): + /rollup-plugin-add-banner@1.1.0(rollup@4.16.4): resolution: {integrity: sha512-GvBE6Miow7NxxHeRc0ehs6uJ8AV4fAmc5rnPIpIAyrUX+LKLkw0vXgFiGl63mFshWK3HXLjyXfzTgBLp1W9W2g==} peerDependencies: rollup: '>= 2.0.0' dependencies: magic-string: 0.26.7 - rollup: 4.14.3 + rollup: 4.16.4 dev: true - /rollup-plugin-css-only@4.5.2(rollup@4.14.3): + /rollup-plugin-css-only@4.5.2(rollup@4.16.4): resolution: {integrity: sha512-7rj9+jB17Pz8LNcPgtMUb16JcgD8lxQMK9HcGfAVhMK3na/WXes3oGIo5QsrQQVqtgAU6q6KnQNXJrYunaUIQQ==} engines: {node: '>=14'} peerDependencies: rollup: <5 dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) - rollup: 4.14.3 + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + rollup: 4.16.4 dev: true - /rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.14.3): + /rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.16.4): resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} engines: {node: '>=14.18.0'} peerDependencies: @@ -10221,12 +10146,12 @@ packages: esbuild: optional: true dependencies: - '@rollup/pluginutils': 5.1.0(rollup@4.14.3) + '@rollup/pluginutils': 5.1.0(rollup@4.16.4) debug: 4.3.4 es-module-lexer: 1.3.1 esbuild: 0.20.2 get-tsconfig: 4.7.2 - rollup: 4.14.3 + rollup: 4.16.4 transitivePeerDependencies: - supports-color dev: true @@ -10248,25 +10173,25 @@ packages: - supports-color dev: true - /rollup-plugin-node-externals@7.1.1(rollup@4.14.3): - resolution: {integrity: sha512-rnIUt0zYdV05muRetoxOiFiKxrrfiyXuM/CgI+akv6NExBTaIiPkH2rCSE9JUCsjta1MXzQVAldpe5tJEszlwQ==} + /rollup-plugin-node-externals@7.1.2(rollup@4.16.4): + resolution: {integrity: sha512-cVJFKs+ulZxpMmn/s+oi431d93Jq5+G7Sc5ixWDrL2k+Gj+MqXg0KMNWgKf8Mw5qpaG4jVDpsvuqFfiCvRcGeA==} engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'} peerDependencies: rollup: ^3.0.0 || ^4.0.0 dependencies: - rollup: 4.14.3 + rollup: 4.16.4 dev: true - /rollup-plugin-replace-shebang@1.2.0(rollup@4.14.3): + /rollup-plugin-replace-shebang@1.2.0(rollup@4.16.4): resolution: {integrity: sha512-683B/kMQwm7TN8sIsBo778kzvu4PYed4XU7OPNidTdGb2eFlEdkNbq8dPapzkEckLfzxxPHYz44f7+U5e+NW4A==} peerDependencies: rollup: '>= 2.0.0' dependencies: magic-string: 0.26.7 - rollup: 4.14.3 + rollup: 4.16.4 dev: true - /rollup-plugin-visualizer@5.12.0(rollup@4.14.3): + /rollup-plugin-visualizer@5.12.0(rollup@4.16.4): resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} engines: {node: '>=14'} hasBin: true @@ -10278,7 +10203,7 @@ packages: dependencies: open: 8.4.2 picomatch: 2.3.1 - rollup: 4.14.3 + rollup: 4.16.4 source-map: 0.7.4 yargs: 17.7.1 dev: true @@ -10291,34 +10216,34 @@ packages: '@types/node': 20.12.7 dev: true - /rollup@4.14.3: - resolution: {integrity: sha512-ag5tTQKYsj1bhrFC9+OEWqb5O6VYgtQDO9hPDBMmIbePwhfSr+ExlcU741t8Dhw5DkPCQf6noz0jb36D6W9/hw==} + /rollup@4.16.4: + resolution: {integrity: sha512-kuaTJSUbz+Wsb2ATGvEknkI12XV40vIiHmLuFlejoo7HtDok/O5eDDD0UpCVY5bBX5U5RYo8wWP83H7ZsqVEnA==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true dependencies: '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.14.3 - '@rollup/rollup-android-arm64': 4.14.3 - '@rollup/rollup-darwin-arm64': 4.14.3 - '@rollup/rollup-darwin-x64': 4.14.3 - '@rollup/rollup-linux-arm-gnueabihf': 4.14.3 - '@rollup/rollup-linux-arm-musleabihf': 4.14.3 - '@rollup/rollup-linux-arm64-gnu': 4.14.3 - '@rollup/rollup-linux-arm64-musl': 4.14.3 - '@rollup/rollup-linux-powerpc64le-gnu': 4.14.3 - '@rollup/rollup-linux-riscv64-gnu': 4.14.3 - '@rollup/rollup-linux-s390x-gnu': 4.14.3 - '@rollup/rollup-linux-x64-gnu': 4.14.3 - '@rollup/rollup-linux-x64-musl': 4.14.3 - '@rollup/rollup-win32-arm64-msvc': 4.14.3 - '@rollup/rollup-win32-ia32-msvc': 4.14.3 - '@rollup/rollup-win32-x64-msvc': 4.14.3 + '@rollup/rollup-android-arm-eabi': 4.16.4 + '@rollup/rollup-android-arm64': 4.16.4 + '@rollup/rollup-darwin-arm64': 4.16.4 + '@rollup/rollup-darwin-x64': 4.16.4 + '@rollup/rollup-linux-arm-gnueabihf': 4.16.4 + '@rollup/rollup-linux-arm-musleabihf': 4.16.4 + '@rollup/rollup-linux-arm64-gnu': 4.16.4 + '@rollup/rollup-linux-arm64-musl': 4.16.4 + '@rollup/rollup-linux-powerpc64le-gnu': 4.16.4 + '@rollup/rollup-linux-riscv64-gnu': 4.16.4 + '@rollup/rollup-linux-s390x-gnu': 4.16.4 + '@rollup/rollup-linux-x64-gnu': 4.16.4 + '@rollup/rollup-linux-x64-musl': 4.16.4 + '@rollup/rollup-win32-arm64-msvc': 4.16.4 + '@rollup/rollup-win32-ia32-msvc': 4.16.4 + '@rollup/rollup-win32-x64-msvc': 4.16.4 fsevents: 2.3.2 dev: true - /run-async@2.4.1: - resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + /run-async@3.0.0: + resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} engines: {node: '>=0.12.0'} dev: false @@ -10328,8 +10253,8 @@ packages: queue-microtask: 1.2.3 dev: true - /rxjs@7.8.0: - resolution: {integrity: sha512-F2+gxDshqmIub1KdvZkaEfGDwLNpPvk9Fs6LD/MyQxNgMds/WH9OdDDXOmxUZpME+iSK3rQCctkL0DYyytUqMg==} + /rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} dependencies: tslib: 2.6.2 @@ -10440,6 +10365,17 @@ packages: gopd: 1.0.1 has-property-descriptors: 1.0.0 + /set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} + engines: {node: '>= 0.4'} + dependencies: + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 + gopd: 1.0.1 + has-property-descriptors: 1.0.2 + /set-function-name@2.0.1: resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} engines: {node: '>= 0.4'} @@ -10514,10 +10450,9 @@ packages: /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - /signal-exit@4.0.1: - resolution: {integrity: sha512-uUWsN4aOxJAS8KOuf3QMyFtgm1pkb6I+KRZbRF/ghdf5T7sM+B1lLLzPDxswUjkmHyxQAVzEgG35E3NzDM9GVw==} + /signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - dev: true /sigstore@1.2.0: resolution: {integrity: sha512-Fr9+W1nkBSIZCkJQR7jDn/zI0UXNsVpp+7mDQkCnZOIxG9p6yNXBx9xntHsfUyYHE55XDkkVV3+rYbrkzAeesA==} @@ -10752,7 +10687,7 @@ packages: resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.0 es-abstract: 1.22.3 dev: true @@ -11268,7 +11203,6 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - dev: true /unescape@1.0.1: resolution: {integrity: sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==} @@ -11350,11 +11284,11 @@ packages: engines: {node: '>= 0.8'} dev: false - /unplugin-vue-define-options@1.4.3(rollup@4.14.3): + /unplugin-vue-define-options@1.4.3(rollup@4.16.4): resolution: {integrity: sha512-CN5xF8l8bySD6okw6PCt1zWFHf5vX+q4Cg2ssn9usANHtxmeyCgMccC7ywZyzI32dQS+pq6hvuSz/GewtYnbEQ==} engines: {node: '>=16.14.0'} dependencies: - '@vue-macros/common': 1.10.2(rollup@4.14.3) + '@vue-macros/common': 1.10.2(rollup@4.16.4) ast-walker-scope: 0.6.1 unplugin: 1.10.1 transitivePeerDependencies: @@ -11562,8 +11496,8 @@ packages: teex: 1.0.1 dev: true - /vite@5.2.8(@types/node@20.12.7): - resolution: {integrity: sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==} + /vite@5.2.10(@types/node@20.12.7): + resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -11591,15 +11525,15 @@ packages: optional: true dependencies: '@types/node': 20.12.7 - esbuild: 0.20.1 + esbuild: 0.20.2 postcss: 8.4.38 - rollup: 4.14.3 + rollup: 4.16.4 optionalDependencies: fsevents: 2.3.2 dev: true - /vitepress@1.1.0(@types/node@20.12.7)(postcss@8.4.35)(search-insights@2.6.0)(typescript@5.4.5): - resolution: {integrity: sha512-G+NS5I2OETxC0SfGAMDO75JWNkrcir0UCptuhQMNoaZhhlqvYtTDQhph4qGc5dtiTtZkcFa/bCcSx+A2gSS3lA==} + /vitepress@1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.6.0)(typescript@5.4.5): + resolution: {integrity: sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==} hasBin: true peerDependencies: markdown-it-mathjax3: ^4 @@ -11614,18 +11548,18 @@ packages: '@docsearch/js': 3.6.0(search-insights@2.6.0) '@shikijs/core': 1.3.0 '@shikijs/transformers': 1.3.0 - '@types/markdown-it': 13.0.7 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.8)(vue@3.4.21) - '@vue/devtools-api': 7.0.27(vue@3.4.21) - '@vueuse/core': 10.9.0(vue@3.4.21) - '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.21) + '@types/markdown-it': 14.0.1 + '@vitejs/plugin-vue': 5.0.4(vite@5.2.10)(vue@3.4.25) + '@vue/devtools-api': 7.0.27(vue@3.4.25) + '@vueuse/core': 10.9.0(vue@3.4.25) + '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.25) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 - postcss: 8.4.35 + postcss: 8.4.38 shiki: 1.3.0 - vite: 5.2.8(@types/node@20.12.7) - vue: 3.4.21(typescript@5.4.5) + vite: 5.2.10(@types/node@20.12.7) + vue: 3.4.25(typescript@5.4.5) transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -11672,7 +11606,7 @@ packages: resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: true - /vue-demi@0.14.7(vue@3.4.21): + /vue-demi@0.14.7(vue@3.4.25): resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} engines: {node: '>=12'} hasBin: true @@ -11686,7 +11620,7 @@ packages: vue: optional: true dependencies: - vue: 3.4.21(typescript@5.4.5) + vue: 3.4.25(typescript@5.4.5) dev: true /vue-eslint-parser@9.4.2(eslint@8.57.0): @@ -11707,19 +11641,19 @@ packages: - supports-color dev: true - /vue@3.4.21(typescript@5.4.5): - resolution: {integrity: sha512-5hjyV/jLEIKD/jYl4cavMcnzKwjMKohureP8ejn3hhEjwhWIhWeuzL2kJAjzl/WyVsgPY56Sy4Z40C3lVshxXA==} + /vue@3.4.25(typescript@5.4.5): + resolution: {integrity: sha512-HWyDqoBHMgav/OKiYA2ZQg+kjfMgLt/T0vg4cbIF7JbXAjDexRf5JRg+PWAfrAkSmTd2I8aPSXtooBFWHB98cg==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.4.21 - '@vue/compiler-sfc': 3.4.21 - '@vue/runtime-dom': 3.4.21 - '@vue/server-renderer': 3.4.21(vue@3.4.21) - '@vue/shared': 3.4.21 + '@vue/compiler-dom': 3.4.25 + '@vue/compiler-sfc': 3.4.25 + '@vue/runtime-dom': 3.4.25 + '@vue/server-renderer': 3.4.25(vue@3.4.25) + '@vue/shared': 3.4.25 typescript: 5.4.5 dev: true @@ -11842,6 +11776,15 @@ packages: '@node-kit/yarn-workspace-root': 2.5.1 dev: true + /wrap-ansi@6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + dev: false + /wrap-ansi@7.0.0: resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} engines: {node: '>=10'} @@ -11849,6 +11792,7 @@ packages: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 + dev: true /wrap-ansi@8.1.0: resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} @@ -11954,8 +11898,8 @@ packages: commander: 9.5.0 dev: true - /zx@8.0.1: - resolution: {integrity: sha512-Y+ITW1GQjADk7qgrbhnukMgoNsJmlyx53cUQ6/6NXU+BMBdCbTc6flTOHUctmzKvPjTmdwaddzJY/dbLie9sQg==} + /zx@8.0.2: + resolution: {integrity: sha512-3g+ePtPYmyrjRuASlJiUhkje1je4a47woML/fzTKBb9PA5BzRQbSswwyJ8nlFWJjA1ORRi6TMyAdhuz/jK+Gaw==} engines: {node: '>= 16.0.0'} hasBin: true optionalDependencies: From c6ea39334e7173bba6531b087c7f8d3f1b3b2ac3 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Fri, 26 Apr 2024 15:40:30 +0800 Subject: [PATCH 31/52] new build-mp --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/changelog.md | 5 ++--- packages/docs/go/index.md | 4 ++-- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/README.md | 4 ++-- packages/gitmars/package.json | 2 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 14 files changed, 17 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 18e857d9f..aed3af294 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 95eb688a8..f478a9c42 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index ca1772153..3ebb3738f 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index f2c26b720..d184b6ab1 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 70f7dcb2b..7f54839b2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index bdcc10dc5..4db8ce44a 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -3,9 +3,8 @@ ## 2024.04.23 v7.0.0 1. 重构项目,合理规划代码 -2. 新增`build-mp`指令构建小程序 -3. 构建配置支持在list里面设置token -4. 升级依赖包 +2. 构建配置支持在list里面设置token +3. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/packages/docs/go/index.md b/packages/docs/go/index.md index 6d0f56b73..5c6464f29 100644 --- a/packages/docs/go/index.md +++ b/packages/docs/go/index.md @@ -11,8 +11,8 @@ sidebar: null
-| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | -| ------- | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | +| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | +| ------- | -------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | | command | 指令名称 | String | combine、end、update、build、build-mp、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、revert、link、unlink、postmsg | 否 | - |
diff --git a/packages/docs/package.json b/packages/docs/package.json index 491f18aef..975cd0672 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index bacca010e..1a5666818 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/README.md b/packages/gitmars/README.md index cda5c43f2..e363bbb98 100644 --- a/packages/gitmars/README.md +++ b/packages/gitmars/README.md @@ -126,8 +126,8 @@ yarn global add gitmars - 使用:`gitm go` - 参数: -| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | -| ------- | -------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | +| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | +| ------- | -------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---- | ---- | | command | 指令名称 | String | combine、end、update、build、build-mp、start、undo、redo、suggest、approve、review、admin.publish、admin.update、admin.create、admin.clean、admin.approve、branch、copy、get、save、cleanbranch、clean、revert、link、unlink、postmsg | 否 | - | - 示例: diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 4b79babf6..335801cba 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/go/package.json b/packages/go/package.json index 620adae97..fdb423541 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 0b962a3f7..1a4ac785c 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index e6f3ab4f9..673ad5bbd 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.7", + "version": "7.0.0-beta.8", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From fb9b185c414a91dd9e4f049f89e9ddb618b12177 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Fri, 26 Apr 2024 16:25:03 +0800 Subject: [PATCH 32/52] new build-mp --- .reinstallerrc | 2 + package.json | 2 +- packages/gitmars/package.json | 4 +- packages/go/package.json | 2 +- pnpm-lock.yaml | 182 +++++++++++++++++++--------------- 5 files changed, 108 insertions(+), 84 deletions(-) diff --git a/.reinstallerrc b/.reinstallerrc index fce9ccd22..0b33f34cd 100644 --- a/.reinstallerrc +++ b/.reinstallerrc @@ -3,6 +3,8 @@ "@eslint-sets/eslint-config-ts": "latest", "@eslint-sets/eslint-config-vue3": "latest", "reinstaller": "latest", + "@inquirer/prompts": "3", + "inquirer": "8", "eslint": "8" }, "exclude": [ diff --git a/package.json b/package.json index aed3af294..beb705c3f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@node-kit/extra.fs": "^3.2.0", "chalk": "^4.1.2", "debug": "^4.3.4", - "inquirer": "^9.2.19", + "inquirer": "^8.2.6", "js-cool": "^5.18.1", "morgan": "^1.10.0", "os-lang": "^3.2.0" diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 335801cba..33c036572 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -60,7 +60,7 @@ "@gitmars/go": "workspace:*", "@gitmars/hook": "workspace:*", "@gitmars/utils": "workspace:*", - "@inquirer/prompts": "^5.0.1", + "@inquirer/prompts": "^3.3.2", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", "ci-info": "^4.0.0", @@ -68,7 +68,7 @@ "commander": "^12.0.0", "dayjs": "^1.11.10", "debug": "^4.3.4", - "inquirer": "^9.2.19", + "inquirer": "^8.2.6", "js-cool": "^5.18.1", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", diff --git a/packages/go/package.json b/packages/go/package.json index fdb423541..2d923fb7d 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -29,7 +29,7 @@ "dependencies": { "@gitmars/utils": "workspace:*", "chalk": "^4.1.2", - "inquirer": "^9.2.19", + "inquirer": "^8.2.6", "lodash-es": "^4.17.21", "lodash-unified": "^1.0.3", "os-lang": "^3.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a089930c4..a19b76905 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^4.3.4 version: 4.3.4 inquirer: - specifier: ^9.2.19 - version: 9.2.19 + specifier: ^8.2.6 + version: 8.2.6 js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -586,8 +586,8 @@ importers: specifier: workspace:* version: link:../utils '@inquirer/prompts': - specifier: ^5.0.1 - version: 5.0.1 + specifier: ^3.3.2 + version: 3.3.2 '@jssj/request': specifier: ^1.1.0 version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) @@ -610,8 +610,8 @@ importers: specifier: ^4.3.4 version: 4.3.4 inquirer: - specifier: ^9.2.19 - version: 9.2.19 + specifier: ^8.2.6 + version: 8.2.6 js-cool: specifier: ^5.18.1 version: 5.18.1 @@ -683,8 +683,8 @@ importers: specifier: ^4.1.2 version: 4.1.2 inquirer: - specifier: ^9.2.19 - version: 9.2.19 + specifier: ^8.2.6 + version: 8.2.6 lodash-es: specifier: ^4.17.21 version: 4.17.21 @@ -3121,30 +3121,30 @@ packages: resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} dev: true - /@inquirer/checkbox@2.3.1: - resolution: {integrity: sha512-w0B2PhvIh6SFA5uMh32FE+7xSuv1P2o/qjBb5jxgi1DB8VBFjSD3gHDsgiGDeSmfTaQDyR7/beDllIvKeA+YDw==} - engines: {node: '>=18'} + /@inquirer/checkbox@1.5.2: + resolution: {integrity: sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 - '@inquirer/figures': 1.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 ansi-escapes: 4.3.2 chalk: 4.1.2 + figures: 3.2.0 dev: false - /@inquirer/confirm@3.1.5: - resolution: {integrity: sha512-6+dwZrpko5vr5EFEQmUbfBVhtu6IsnB8lQNsLHgO9S9fbfS5J6MuUj+NY0h98pPpYZXEazLR7qzypEDqVzf6aQ==} - engines: {node: '>=18'} + /@inquirer/confirm@2.0.17: + resolution: {integrity: sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 + chalk: 4.1.2 dev: false - /@inquirer/core@8.0.1: - resolution: {integrity: sha512-qJRk1y51Os2ARc11Bg2N6uIwiQ9qBSrmZeuMonaQ/ntFpb4+VlcQ8Gl1TFH67mJLz3HA2nvuave0nbv6Lu8pbg==} - engines: {node: '>=18'} + /@inquirer/core@6.0.0: + resolution: {integrity: sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/figures': 1.0.1 '@inquirer/type': 1.3.0 '@types/mute-stream': 0.0.4 '@types/node': 20.12.7 @@ -3153,84 +3153,86 @@ packages: chalk: 4.1.2 cli-spinners: 2.9.2 cli-width: 4.1.0 + figures: 3.2.0 mute-stream: 1.0.0 + run-async: 3.0.0 signal-exit: 4.1.0 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 dev: false - /@inquirer/editor@2.1.5: - resolution: {integrity: sha512-wzMc/lTt79gOCPbBH7LVCrsn36+JHwYPXchDPATYphFTS/XLy50DuM2D79/dn0VIZHfNSw4C8RZNLDUH/3YmpA==} - engines: {node: '>=18'} + /@inquirer/editor@1.2.15: + resolution: {integrity: sha512-gQ77Ls09x5vKLVNMH9q/7xvYPT6sIs5f7URksw+a2iJZ0j48tVS6crLqm2ugG33tgXHIwiEqkytY60Zyh5GkJQ==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 + chalk: 4.1.2 external-editor: 3.1.0 dev: false - /@inquirer/expand@2.1.5: - resolution: {integrity: sha512-XWMJWHtH4qHbr4Zxms8qq0QxzFtwGOVnQX8QnuA5HT1Ew19H6moy48pN5od2PxcZ8NuIKxsW8vSTiCidpzri9Q==} - engines: {node: '>=18'} + /@inquirer/expand@1.1.16: + resolution: {integrity: sha512-TGLU9egcuo+s7PxphKUCnJnpCIVY32/EwPCLLuu+gTvYiD8hZgx8Z2niNQD36sa6xcfpdLY6xXDBiL/+g1r2XQ==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 chalk: 4.1.2 + figures: 3.2.0 dev: false - /@inquirer/figures@1.0.1: - resolution: {integrity: sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==} - engines: {node: '>=18'} - dev: false - - /@inquirer/input@2.1.5: - resolution: {integrity: sha512-z4l1ISps86JZXo1OsWt8IAh4nnyXjXwcu/na2pKFkDud6DC9TLxvDPWxHmq25T40/WZCULhMQuCMDV+VccVG+A==} - engines: {node: '>=18'} + /@inquirer/input@1.2.16: + resolution: {integrity: sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 + chalk: 4.1.2 dev: false - /@inquirer/password@2.1.5: - resolution: {integrity: sha512-uQ7zG/yOpO+OqeBg+W+Z1DY1gt+ZOW+pFGsYpqwHVIbTr17zOiUOFiInDXTWfiOk7r+hTAI7CqcJpZj/Zx6c6Q==} - engines: {node: '>=18'} + /@inquirer/password@1.1.16: + resolution: {integrity: sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 ansi-escapes: 4.3.2 + chalk: 4.1.2 dev: false - /@inquirer/prompts@5.0.1: - resolution: {integrity: sha512-prT18ROxEF6tPsN6wY0OhbwStHJWAFKVX7y2wYmZ2jzfFS1lJBjn2lu2JhV3W5v7iocR8gWUf1kKbqQ3YNbyEw==} - engines: {node: '>=18'} + /@inquirer/prompts@3.3.2: + resolution: {integrity: sha512-k52mOMRvTUejrqyF1h8Z07chC+sbaoaUYzzr1KrJXyj7yaX7Nrh0a9vktv8TuocRwIJOQMaj5oZEmkspEcJFYQ==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/checkbox': 2.3.1 - '@inquirer/confirm': 3.1.5 - '@inquirer/editor': 2.1.5 - '@inquirer/expand': 2.1.5 - '@inquirer/input': 2.1.5 - '@inquirer/password': 2.1.5 - '@inquirer/rawlist': 2.1.5 - '@inquirer/select': 2.3.1 + '@inquirer/checkbox': 1.5.2 + '@inquirer/confirm': 2.0.17 + '@inquirer/core': 6.0.0 + '@inquirer/editor': 1.2.15 + '@inquirer/expand': 1.1.16 + '@inquirer/input': 1.2.16 + '@inquirer/password': 1.1.16 + '@inquirer/rawlist': 1.2.16 + '@inquirer/select': 1.3.3 dev: false - /@inquirer/rawlist@2.1.5: - resolution: {integrity: sha512-gy/vHQYGGU9r/6dUvPKv5nBKcgxXvX+wnLJy6C5A0arMvC5rjgqf9/6fnvM1fQcjoRr6HReIoSrrzw7pqF57BQ==} - engines: {node: '>=18'} + /@inquirer/rawlist@1.2.16: + resolution: {integrity: sha512-pZ6TRg2qMwZAOZAV6TvghCtkr53dGnK29GMNQ3vMZXSNguvGqtOVc4j/h1T8kqGJFagjyfBZhUPGwNS55O5qPQ==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 chalk: 4.1.2 dev: false - /@inquirer/select@2.3.1: - resolution: {integrity: sha512-UagbSdmSjeoukHLXqkDQi2ewiGEogUyxaOeKeH34Ngmc/2z+S8u4JsJWToMJNKIHjEtoTFdlYpFrxCxapp06nQ==} - engines: {node: '>=18'} + /@inquirer/select@1.3.3: + resolution: {integrity: sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==} + engines: {node: '>=14.18.0'} dependencies: - '@inquirer/core': 8.0.1 - '@inquirer/figures': 1.0.1 + '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.0 ansi-escapes: 4.3.2 chalk: 4.1.2 + figures: 3.2.0 dev: false /@inquirer/type@1.3.0: @@ -3302,13 +3304,6 @@ packages: resolution: {integrity: sha512-QK9tV/SIkSXp36bbDREoKEdnnBA9lSrVYyV1qvAE2zZ99X6zGBMF5JCZ1N+Fa+2ojbYW1TxKZSztsHeYhbtYXA==} dev: false - /@ljharb/through@2.3.13: - resolution: {integrity: sha512-/gKJun8NNiWGZJkGzI/Ragc53cOdcLNdzjLaIa+GEjguQs0ulsurx8WN0jijdK9yPqDvziX995sMRLyLt1uZMQ==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.7 - dev: false - /@microsoft/api-extractor-model@7.28.14(@types/node@20.12.7): resolution: {integrity: sha512-Bery/c8A8SsKPSvA82cTTuy/+OcxZbLRmKhPkk91/AJOQzxZsShcrmHFAGeiEqSIrv1nPZ3tKq9kfMLdCHmsqg==} dependencies: @@ -5180,6 +5175,7 @@ packages: function-bind: 1.1.2 get-intrinsic: 1.2.2 set-function-length: 1.1.1 + dev: true /call-bind@1.0.7: resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} @@ -5222,6 +5218,7 @@ packages: /chalk@5.3.0: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + dev: true /character-entities-legacy@1.1.4: resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} @@ -5307,6 +5304,11 @@ packages: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} + /cli-width@3.0.0: + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} + dev: false + /cli-width@4.1.0: resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} engines: {node: '>= 12'} @@ -5641,6 +5643,7 @@ packages: get-intrinsic: 1.2.2 gopd: 1.0.1 has-property-descriptors: 1.0.0 + dev: true /define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} @@ -6874,6 +6877,13 @@ packages: web-streams-polyfill: 3.2.1 dev: true + /figures@3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + dependencies: + escape-string-regexp: 1.0.5 + dev: false + /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} @@ -7160,6 +7170,7 @@ packages: has-proto: 1.0.1 has-symbols: 1.0.3 hasown: 2.0.0 + dev: true /get-intrinsic@1.2.4: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} @@ -7487,6 +7498,7 @@ packages: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: get-intrinsic: 1.2.1 + dev: true /has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} @@ -7688,24 +7700,24 @@ packages: resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} dev: true - /inquirer@9.2.19: - resolution: {integrity: sha512-WpxOT71HGsFya6/mj5PUue0sWwbpbiPfAR+332zLj/siB0QA1PZM8v3GepegFV1Op189UxHUCF6y8AySdtOMVA==} - engines: {node: '>=18'} + /inquirer@8.2.6: + resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} + engines: {node: '>=12.0.0'} dependencies: - '@inquirer/figures': 1.0.1 - '@ljharb/through': 2.3.13 ansi-escapes: 4.3.2 - chalk: 5.3.0 + chalk: 4.1.2 cli-cursor: 3.1.0 - cli-width: 4.1.0 + cli-width: 3.0.0 external-editor: 3.1.0 + figures: 3.2.0 lodash: 4.17.21 - mute-stream: 1.0.0 + mute-stream: 0.0.8 ora: 5.4.1 - run-async: 3.0.0 + run-async: 2.4.1 rxjs: 7.8.1 string-width: 4.2.3 strip-ansi: 6.0.1 + through: 2.3.8 wrap-ansi: 6.2.0 dev: false @@ -8823,6 +8835,10 @@ packages: engines: {node: '>= 10.13.0'} dev: true + /mute-stream@0.0.8: + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + dev: false + /mute-stream@1.0.0: resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} @@ -10242,6 +10258,11 @@ packages: fsevents: 2.3.2 dev: true + /run-async@2.4.1: + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} + dev: false + /run-async@3.0.0: resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} engines: {node: '>=0.12.0'} @@ -10364,6 +10385,7 @@ packages: get-intrinsic: 1.2.2 gopd: 1.0.1 has-property-descriptors: 1.0.0 + dev: true /set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} @@ -10443,8 +10465,8 @@ packages: /side-channel@1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 object-inspect: 1.13.1 /signal-exit@3.0.7: From 62339942fee507ca3373f193cbb2628aae772964 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Fri, 26 Apr 2024 16:27:04 +0800 Subject: [PATCH 33/52] new build-mp --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index beb705c3f..76142ea36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index f478a9c42..97635d379 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 3ebb3738f..2018bc396 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index d184b6ab1..af1eeaf62 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 7f54839b2..cd2fa688c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 975cd0672..a7065803c 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 1a5666818..7bdf7dfd9 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 33c036572..4741721d5 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/go/package.json b/packages/go/package.json index 2d923fb7d..c812aa171 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 1a4ac785c..0464f8feb 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 673ad5bbd..27c94f21d 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.8", + "version": "7.0.0-beta.9", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From cfb8de428ac6db63df5dee2e7262f0c49d533766 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Fri, 26 Apr 2024 17:16:41 +0800 Subject: [PATCH 34/52] new build-mp --- CHANGELOG.md | 6 ++- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/build/src/locales/en-US.ts | 4 +- packages/build/src/locales/zh-CN.ts | 4 +- packages/build/src/runJenkins.ts | 6 +-- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/locales/en-US.ts | 7 +-- packages/core/src/locales/zh-CN.ts | 5 +- packages/core/src/queue.ts | 4 +- packages/docs/api/index.md | 27 ++++++---- packages/docs/changelog.md | 6 ++- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/conf/build-mp.ts | 2 +- packages/gitmars/src/conf/build.ts | 2 +- packages/gitmars/src/gitm-build-mp.ts | 28 ++++++----- packages/gitmars/src/gitm-build.ts | 71 ++++++++++++++++++++++++--- packages/gitmars/src/gitm-combine.ts | 6 +-- packages/gitmars/src/gitm-config.ts | 2 +- packages/gitmars/src/gitm-end.ts | 2 +- packages/gitmars/src/gitm-init.ts | 48 +++++++----------- packages/gitmars/src/gitm-install.ts | 2 +- packages/gitmars/src/gitm-review.ts | 4 +- packages/gitmars/src/locales/en-US.ts | 50 +++++++++---------- packages/gitmars/src/locales/zh-CN.ts | 46 ++++++++--------- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 32 files changed, 208 insertions(+), 146 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db8ce44a..03b86583a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,10 @@ ## 2024.04.23 v7.0.0 1. 重构项目,合理规划代码 -2. 构建配置支持在list里面设置token -3. 升级依赖包 +2. 新增`build-mp`指令构建小程序 +3. `build`指令改造成可选参数形式,project参数取消必填限制 +4. 构建配置支持在list里面设置token +5. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/package.json b/package.json index 76142ea36..7a9548dba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 97635d379..f03a8193a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 2018bc396..64379e1f6 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/src/locales/en-US.ts b/packages/build/src/locales/en-US.ts index ce347371b..f759aa295 100644 --- a/packages/build/src/locales/en-US.ts +++ b/packages/build/src/locales/en-US.ts @@ -2,8 +2,8 @@ export default { name: 'en-US', 'Please configure apollo or buildConfigApi': 'Please configure apollo or buildConfigApi', 'Jenkins build configuration cache file': 'Jenkins build configuration cache file', - 'Please enter the correct environment name': 'Please enter the correct environment name', - 'Please enter the correct application name': 'Please enter the correct application name', + 'Enter the correct environment name': 'Enter the correct environment name', + 'Enter the correct application name': 'Enter the correct application name', 'Please configure the Jenkins build address template': 'Please configure the Jenkins build address template', 'Successfully pulled up Jenkins build': 'Successfully pulled up Jenkins build' diff --git a/packages/build/src/locales/zh-CN.ts b/packages/build/src/locales/zh-CN.ts index 0c381be46..c55c4f9f5 100644 --- a/packages/build/src/locales/zh-CN.ts +++ b/packages/build/src/locales/zh-CN.ts @@ -2,8 +2,8 @@ export default { name: 'zh-CN', 'Please configure apollo or buildConfigApi': '请配置apollo或buildConfigApi', 'Jenkins build configuration cache file': 'Jenkins构建配置缓存文件', - 'Please enter the correct environment name': '请输入正确的环境名称', - 'Please enter the correct application name': '请输入正确的应用名称', + 'Enter the correct environment name': '请输入正确的环境名称', + 'Enter the correct application name': '请输入正确的应用名称', 'Please configure the Jenkins build address template': '请配置Jenkins构建地址模板', 'Successfully pulled up Jenkins build': '成功调起Jenkins构建' } diff --git a/packages/build/src/runJenkins.ts b/packages/build/src/runJenkins.ts index c8818f41f..92e13ad9c 100644 --- a/packages/build/src/runJenkins.ts +++ b/packages/build/src/runJenkins.ts @@ -31,13 +31,13 @@ async function runJenkins({ const cfg: ApolloConfigBranchType = buildConfig[env] debug('runJenkins-buildConfig', env, project, app, buildConfig) if (!cfg) { - sh.echo(chalk.red(t('Please enter the correct environment name'))) + sh.echo(chalk.red(t('Enter the correct environment name'))) process.exit(1) return } const p = cfg.list.find(el => el.name === project) if (!p) { - sh.echo(chalk.red('Please enter the correct project name')) + sh.echo(chalk.red('Enter the correct project name')) process.exit(1) return } @@ -45,7 +45,7 @@ async function runJenkins({ const appList = app.split(',') for (const item of appList) { if (!p.apps.includes(item)) { - sh.echo(chalk.red(t('Please enter the correct application name'))) + sh.echo(chalk.red(t('Enter the correct application name'))) process.exit(1) return } diff --git a/packages/cache/package.json b/packages/cache/package.json index af1eeaf62..76f05252f 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index cd2fa688c..87a31f39c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/src/locales/en-US.ts b/packages/core/src/locales/en-US.ts index 600333d85..a33993f49 100644 --- a/packages/core/src/locales/en-US.ts +++ b/packages/core/src/locales/en-US.ts @@ -3,8 +3,8 @@ export default { 'Successful Pushed': 'Successful Pushed', 'Processing complete': 'Processing complete', 'Command name cannot be empty': 'Command name cannot be empty', - 'Please enter gitm continue to continue after processing the issue in question': - 'Please enter gitm continue to continue after processing the issue in question', + 'Enter gitm continue to continue after processing the issue in question': + 'Enter gitm continue to continue after processing the issue in question', Message: 'Message', Processing: 'Processing', 'No group message push address configured': 'No group message push address configured', @@ -34,7 +34,8 @@ export default { 'Merge existing ghooks hooks: {name}': 'Merge existing ghooks hooks: {name}', 'Merge existing pre-commit hooks: {name}': 'Merge existing pre-commit hooks: {name}', 'Skip existing git hooks: {name}': 'Skip existing git hooks: {name}', - 'Please enter the correct project name': 'Please enter the correct project name', + 'Enter the correct project name': 'Enter the correct project name', + 'Enter project name': 'Enter project name', 'Please configure the message sending api template address': 'Please configure the message sending api template address' } diff --git a/packages/core/src/locales/zh-CN.ts b/packages/core/src/locales/zh-CN.ts index 0db91d624..0283ee793 100644 --- a/packages/core/src/locales/zh-CN.ts +++ b/packages/core/src/locales/zh-CN.ts @@ -3,7 +3,7 @@ export default { 'Successful Pushed': '推送成功', 'Processing complete': '处理完成', 'Command name cannot be empty': '指令名称不能为空', - 'Please enter gitm continue to continue after processing the issue in question': + 'Enter gitm continue to continue after processing the issue in question': '请处理相关问题之后输入gitm continue继续', Message: '消息', Processing: '正在处理', @@ -32,6 +32,7 @@ export default { 'Merge existing ghooks hooks: {name}': '合并已存在的ghooks钩子: {name}', 'Merge existing pre-commit hooks: {name}': '合并已存在的pre-commit钩子: {name}', 'Skip existing git hooks: {name}': '跳过已存在的git钩子: {name}', - 'Please enter the correct project name': '请输入正确的项目名称', + 'Enter the correct project name': '输入正确的项目名称', + 'Enter project name': '输入项目名称', 'Please configure the message sending api template address': '请配置消息发送api模板地址' } diff --git a/packages/core/src/queue.ts b/packages/core/src/queue.ts index f124237e1..a85d31fbe 100644 --- a/packages/core/src/queue.ts +++ b/packages/core/src/queue.ts @@ -104,9 +104,7 @@ export function queue(list: Array): Promise 0 && spinner.fail( chalk.red( - t( - 'Please enter gitm continue to continue after processing the issue in question' - ) + t('Enter gitm continue to continue after processing the issue in question') ) ) process.exit(1) diff --git a/packages/docs/api/index.md b/packages/docs/api/index.md index 0fbe91b03..282e02bfd 100644 --- a/packages/docs/api/index.md +++ b/packages/docs/api/index.md @@ -456,17 +456,18 @@ gitm cp xxxxxx > v5.3.0 增加data传值,支持传入额外的参数
> v6.2.0 新增--confirm 参数 +> v7.0.0 版本调整为支持选择参数的形式,`project`参数取消必填限制 该指令用于发起 Jenkins 构建,project 必传,app 名称可传入 all -- 使用:`gitm build [-e --env [env]] [-a --app [app]] [-d --data ] [-c --confirm]` +- 使用:`gitm build [project] [-e --env [env]] [-a --app [app]] [-d --data ] [-c --confirm]` - 参数:
-| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | -| ------- | -------------- | -------- | ------ | ---- | ---- | -| project | 需要构建的项目 | `String` | - | 是 | - | +| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | +| ------- | --------------------------------------------- | -------- | ------ | ---- | ---- | +| project | 需要构建的项目,不传时,取git地址上的项目名称 | `String` | - | 否 | - |
@@ -491,6 +492,12 @@ gitm cp xxxxxx gitm build gitmars --env dev --app app ``` +2. 自选参数形式 + +```shell +gitm build +``` + ### gitm build-mp #### 短指令:gitm bdm @@ -499,14 +506,14 @@ gitm build gitmars --env dev --app app 该指令用于发起 Jenkins 构建小程序 -- 使用:`gitm build [-e --env [env]] [--api-env [apiEnv]] [-mp --miniprogram [miniprogram]] [-des --description [description]] [-a --app [app]] [-d --data ] [-c --confirm]` +- 使用:`gitm build-mp [project] [-e --env [env]] [--api-env [apiEnv]] [-mp --miniprogram [miniprogram]] [-des --description [description]] [-a --app [app]] [-d --data ] [-c --confirm]` - 参数:
-| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | -| ------- | -------------- | -------- | ------ | ---- | ---- | -| project | 需要构建的项目 | `String` | - | 是 | - | +| 参数 | 说明 | 类型 | 可选值 | 必填 | 默认 | +| ------- | --------------------------------------------- | -------- | ------ | ---- | ---- | +| project | 需要构建的项目,不传时,取git地址上的项目名称 | `String` | - | 否 | - |
@@ -531,13 +538,13 @@ gitm build gitmars --env dev --app app 1. 构建 gitmars 的 app 应用 ```shell -gitm build gitmars --env dev --app weapp +gitm build-mp gitmars --env dev --app weapp ``` 2. 自选参数形式 ```shell -gitm build gitmars +gitm build-mp ``` ### gitm branch diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index 4db8ce44a..03b86583a 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -3,8 +3,10 @@ ## 2024.04.23 v7.0.0 1. 重构项目,合理规划代码 -2. 构建配置支持在list里面设置token -3. 升级依赖包 +2. 新增`build-mp`指令构建小程序 +3. `build`指令改造成可选参数形式,project参数取消必填限制 +4. 构建配置支持在list里面设置token +5. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/packages/docs/package.json b/packages/docs/package.json index a7065803c..1b79f2f9d 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 7bdf7dfd9..c5cbe9c9e 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 4741721d5..78474f2ac 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/conf/build-mp.ts b/packages/gitmars/src/conf/build-mp.ts index 081a96741..164705b12 100644 --- a/packages/gitmars/src/conf/build-mp.ts +++ b/packages/gitmars/src/conf/build-mp.ts @@ -7,7 +7,7 @@ export const cmdConfig: GitmarsOptionType = { short: 'bdm', args: [ { - required: true, + required: false, name: 'project', variadic: false, description: t('Project name') diff --git a/packages/gitmars/src/conf/build.ts b/packages/gitmars/src/conf/build.ts index 79176f043..e3f64c510 100644 --- a/packages/gitmars/src/conf/build.ts +++ b/packages/gitmars/src/conf/build.ts @@ -7,7 +7,7 @@ export const cmdConfig: GitmarsOptionType = { short: 'bd', args: [ { - required: true, + required: false, name: 'project', variadic: false, description: t('Project name') diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index d81fdffdf..050f49015 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -4,6 +4,7 @@ import sh from 'shelljs' import { confirm, input, select } from '@inquirer/prompts' import chalk from 'chalk' import { createArgs } from '@gitmars/utils' +import { getGitConfig, getIsGitProject } from '@gitmars/git' import { runJenkins } from '@gitmars/build' import { type ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' @@ -29,7 +30,7 @@ interface GitmBuildMpOption { program .name('gitm build-mp') .usage( - ' [-e --env [env]] [--api-env [apiEnv]] [-mp --miniprogram [miniprogram]] [-des --description [description]] [-a --app [app]] [-d --data ] [-c --confirm]' + '[project] [-e --env [env]] [--api-env [apiEnv]] [-mp --miniprogram [miniprogram]] [-des --description [description]] [-a --app [app]] [-d --data ] [-c --confirm]' ) .description(t('buildMpJenkins')) if (args.length > 0) program.arguments(createArgs(args)) @@ -45,15 +46,20 @@ options.forEach((o: GitmarsOptionOptionsType) => { // .option('-c, --confirm', t('Confirm start, do not show confirmation box when true'), false) program.action(async (project: string, opt: GitmBuildMpOption): Promise => { const data = JSON.parse(opt.data || '{}') - let _env = opt.env, - _app = opt.app, + let env = opt.env, + app = opt.app, _confirm = opt.confirm, build_api_env = opt.build_api_env || data.build_api_env, mini_program = opt.miniprogram || data.mini_program, description = opt.description || data.description - if (!_env) - _env = await select({ + if (!project) { + if (getIsGitProject()) project = getGitConfig().appName + else project = await input({ message: t('Enter project name') }) + } + + if (!env) + env = await select({ message: t('Select the environment to build'), choices: [ { @@ -74,8 +80,8 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => ] }) - if (!_app) - _app = await select({ + if (!app) + app = await select({ message: t('Select the miniprogram to build'), choices: [ { @@ -135,8 +141,8 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => if (!_confirm) { let message = `${yellow(t('Please double check the following build parameters'))}\n${t( 'Project Name' - )}: ${red(project)}\n${t('Code Branch')}: ${red(opt.env)}\n${t('Build Application')}: ${red( - opt.app + )}: ${red(project)}\n${t('Code Branch')}: ${red(env)}\n${t('Build Application')}: ${red( + app )}` message += `\n${t('Interface Environment')}: ${red(build_api_env || 'production')}` @@ -152,9 +158,9 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => if (!_confirm) sh.exit(1) else runJenkins({ - env: opt.env, + env, project, - app: opt.app, + app, data: JSON.stringify({ ...data, build_api_env, mini_program, description }) }) }) diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 4572f2a19..80af59b3b 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -1,9 +1,10 @@ #!/usr/bin/env ts-node import { program } from 'commander' import sh from 'shelljs' -import { confirm } from '@inquirer/prompts' +import { confirm, input, select } from '@inquirer/prompts' import chalk from 'chalk' import { createArgs } from '@gitmars/utils' +import { getGitConfig, getIsGitProject } from '@gitmars/git' import { runJenkins } from '@gitmars/build' import { type ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' @@ -25,7 +26,7 @@ interface GitmBuildOption { */ program .name('gitm build') - .usage(' [-e --env [env]] [-a --app [app]] [-d --data ] [-c --confirm]') + .usage('[project] [-e --env [env]] [-a --app [app]] [-d --data ] [-c --confirm]') .description(t('buildJenkins')) if (args.length > 0) program.arguments(createArgs(args)) options.forEach((o: GitmarsOptionOptionsType) => { @@ -37,14 +38,70 @@ options.forEach((o: GitmarsOptionOptionsType) => { // .option('-c, --confirm', t('Confirm start, do not show confirmation box when true'), false) program.action(async (project: string, opt: GitmBuildOption): Promise => { const data = JSON.parse(opt.data || '{}') - let _confirm = opt.confirm + let env = opt.env, + app = opt.app, + _confirm = opt.confirm + + if (!project) { + if (getIsGitProject()) project = getGitConfig().appName + else project = await input({ message: t('Enter project name') }) + } + + if (!env) + env = await select({ + message: t('Select the environment to build'), + choices: [ + { + name: 'dev', + value: 'dev', + description: t('Test environment(alpha)') + }, + { + name: 'bug', + value: 'bug', + description: t('Pre-release tag environment(bug)') + }, + { + name: 'prod', + value: 'prod', + description: t('Pre-release prod environment(prod)') + } + ] + }) + + if (!app) + app = await select({ + message: t('Select the miniprogram to build'), + choices: [ + { + name: 'weapp', + value: 'weapp' + }, + { + name: 'alipay', + value: 'alipay' + }, + { + name: 'tt', + value: 'tt' + }, + { + name: 'dd', + value: 'dd' + }, + { + name: 'swan', + value: 'swan' + } + ] + }) // 有opt.data时强制确认 if (!_confirm || (opt.data && opt.data !== '{}')) { let message = `${yellow(t('Please double check the following build parameters'))}\n${t( 'Project Name' - )}: ${red(project)}\n${t('Code Branch')}: ${red(opt.env)}\n${t('Build Application')}: ${red( - opt.app + )}: ${red(project)}\n${t('Code Branch')}: ${red(env)}\n${t('Build Application')}: ${red( + app )}` message += `\n${t('Interface Environment')}: ${red(data.build_api_env || 'production')}` @@ -61,9 +118,9 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { if (!_confirm) sh.exit(1) else runJenkins({ - env: opt.env, + env, project, - app: opt.app, + app, data: opt.data }) }) diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index e8dc07ff0..d6f896356 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -94,12 +94,12 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise let _nameArr: string[] = [], // Branch name array isDescriptionCorrect = true // Does the description of the reason for this submission meet the specification if (!opt.dev && !opt.prod) { - sh.echo(t('Please enter the environment to sync to.')) + sh.echo(t('Enter the environment to sync to.')) process.exit(1) } if (!status) process.exit(1) if (opt.commit === true) { - sh.echo(red(t('Please enter the message to be submitted'))) + sh.echo(red(t('Enter the message to be submitted'))) process.exit(1) } // When there is a descriptionValidator configured, the description information needs to be verified @@ -130,7 +130,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise } else if (!name) { // passed type but not name if (allow.includes(type)) { - sh.echo(t('Please enter branch name')) + sh.echo(t('Enter branch name')) process.exit(1) } const branches = searchBranches({ type }) diff --git a/packages/gitmars/src/gitm-config.ts b/packages/gitmars/src/gitm-config.ts index 29139f9a4..b74ed04e1 100644 --- a/packages/gitmars/src/gitm-config.ts +++ b/packages/gitmars/src/gitm-config.ts @@ -50,7 +50,7 @@ program process.exit(1) } } else { - sh.echo(t('Please enter the items to be configured')) + sh.echo(t('Enter the items to be configured')) process.exit(1) } }) diff --git a/packages/gitmars/src/gitm-end.ts b/packages/gitmars/src/gitm-end.ts index 6579fbfa8..84d88ddeb 100755 --- a/packages/gitmars/src/gitm-end.ts +++ b/packages/gitmars/src/gitm-end.ts @@ -107,7 +107,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise } else if (!name) { // 传了type没传name if (allow.includes(type)) { - sh.echo(t('Please enter branch name')) + sh.echo(t('Enter branch name')) process.exit(1) } const branches = searchBranches({ type }) diff --git a/packages/gitmars/src/gitm-init.ts b/packages/gitmars/src/gitm-init.ts index 402be51d0..c0193b1f7 100755 --- a/packages/gitmars/src/gitm-init.ts +++ b/packages/gitmars/src/gitm-init.ts @@ -33,55 +33,52 @@ program prompts.push({ type: 'input', name: key, - message: t('Please enter {branch} branch name', { + message: t('Enter {branch} branch name', { branch: key }), default: () => key, transformer: val => val.trim(), - validate: val => - /^\w+$/.test(val) ? true : t('Please enter the available names') + validate: val => (/^\w+$/.test(val) ? true : t('Enter the available names')) }) } else if (key === 'user') { prompts.push({ type: 'input', name: key, - message: t('Please enter the Git username'), + message: t('Enter the Git username'), transformer: val => val.trim(), validate: val => - val === '' || /^\w+$/.test(val) - ? true - : t('Please enter the available names') + val === '' || /^\w+$/.test(val) ? true : t('Enter the available names') }) } else if (key === 'email') { prompts.push({ type: 'input', name: key, - message: t('Please enter the Git email address'), + message: t('Enter the Git email address'), transformer: val => val.trim(), validate: val => val === '' || /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(val) ? true - : t('Please enter the correct email') + : t('Enter the correct email') }) } else if (key === 'nameValidator') { prompts.push({ type: 'input', name: key, - message: t('Please enter the branch name naming convention'), + message: t('Enter the branch name naming convention'), transformer: val => val.trim() }) } else if (key === 'descriptionValidator') { prompts.push({ type: 'input', name: key, - message: t('Please enter commit message rules'), + message: t('Enter commit message rules'), transformer: val => val.trim() }) } else if (key === 'msgTemplate') { prompts.push({ type: 'input', name: key, - message: t('Please enter the message template'), + message: t('Enter the message template'), default: () => '${message}; project: ${project}; path: ${pwd}', transformer: val => val.trim() }) @@ -89,7 +86,7 @@ program prompts.push({ type: 'editor', name: key, - message: t('Please enter apollo configuration'), + message: t('Enter apollo configuration'), default: () => `{ "configServerUrl": "", "appId": "", @@ -104,7 +101,7 @@ program val = JSON.parse(val) return true } catch (e) { - return t('Please enter json') + return t('Enter json') } } }) @@ -112,7 +109,7 @@ program prompts.push({ type: 'editor', name: key, - message: t('Please enter hooks configuration'), + message: t('Enter hooks configuration'), default: () => `{ "pre-commit": "", "pre-push": "" @@ -122,7 +119,7 @@ program val = JSON.parse(val) return !!val } catch (e) { - return t('Please enter json') + return t('Enter json') } } }) @@ -130,34 +127,27 @@ program prompts.push({ type: 'input', name: key, - message: t('Please enter the query user permission interface'), + message: t('Enter the query user permission interface'), transformer: val => val.trim(), validate: val => - val === '' || /^https?:\/\/[\S]*$/.test(val) - ? true - : t('Please enter the URL') + val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') }) } else if (key === 'gitHost') { prompts.push({ type: 'input', name: key, - message: t('Please enter the git URL'), + message: t('Enter the git URL'), transformer: val => val.trim(), validate: val => - val === '' || /^https?:\/\/[\S]*$/.test(val) - ? true - : t('Please enter the URL') + val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') }) } else if (key === 'gitID') { prompts.push({ type: 'input', name: key, - message: t( - 'Please enter the git project ID, currently only gitlab is supported' - ), + message: t('Enter the git project ID, currently only gitlab is supported'), transformer: val => val.trim(), - validate: val => - val === '' || /^\d+$/.test(val) ? true : t('Please enter the URL') + validate: val => (val === '' || /^\d+$/.test(val) ? true : t('Enter the URL')) }) } }) diff --git a/packages/gitmars/src/gitm-install.ts b/packages/gitmars/src/gitm-install.ts index b79572ac9..d8c8d3879 100644 --- a/packages/gitmars/src/gitm-install.ts +++ b/packages/gitmars/src/gitm-install.ts @@ -33,7 +33,7 @@ options.forEach((o: GitmarsOptionOptionsType) => { // .option('-r, --registry ', t('Use mirror address'), '') program.action((pluginName: string, version: PackageVersionTag | string, opt: GitmBuildOption) => { if (!pluginName) { - echo(red(t('Please enter the plugin name'))) + echo(red(t('Enter the plugin name'))) process.exit(1) } const spinner = ora() diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index 7df49c970..d8bd8382a 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -186,10 +186,10 @@ program.action(async (opt: GitmBuildOption): Promise => { } else if (accept === 2) { // 评论 const note = await input({ - message: t('Please enter the comment content'), + message: t('Enter the comment content'), default: '', transformer: (val: string) => val.trim(), - validate: (val: string) => (!val ? t('Please enter the available comments') : true) + validate: (val: string) => (!val ? t('Enter the available comments') : true) }) !opt.quiet && sendGroupMessage( diff --git a/packages/gitmars/src/locales/en-US.ts b/packages/gitmars/src/locales/en-US.ts index 29f6e1ebd..14488532e 100644 --- a/packages/gitmars/src/locales/en-US.ts +++ b/packages/gitmars/src/locales/en-US.ts @@ -35,7 +35,7 @@ export default { 'Cannot be deleted': 'Cannot be deleted', 'Analysis completed': 'Analysis completed', Deleting: 'Deleting', - 'Please enter branch name': 'Please enter branch name', + 'Enter branch name': 'Enter branch name', 'Successfully deleted remote branch': 'Successfully deleted remote branch', 'Deletion failed, please contact administrator': 'Deletion failed, please contact administrator', @@ -175,15 +175,15 @@ export default { 'Analysis complete, no branches to clean up': 'Analysis complete, no branches to clean up', 'Deletion complete, these branches have been cleaned up': 'Deletion complete, these branches have been cleaned up', - 'Please enter the message to be submitted': 'Please enter the message to be submitted', - 'Please enter the environment to sync to.': 'Please enter the environment to sync to.', + 'Enter the message to be submitted': 'Enter the message to be submitted', + 'Enter the environment to sync to.': 'Enter the environment to sync to.', 'Merge bugfix task branch, merge feature development branch, merge support branch': 'Merge bugfix task branch, merge feature development branch, merge support branch', 'Branch does not exist, please enter it correctly': 'Branch does not exist, please enter it correctly', 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)': 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)', - 'Please enter the items to be configured': 'Please enter the items to be configured', + 'Enter the items to be configured': 'Enter the items to be configured', 'Query single or all gitmars for configuration items': 'Query single or all gitmars for configuration items', 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?': @@ -217,27 +217,25 @@ export default { 'The local version is not behind the remote, you can push it directly': 'The local version is not behind the remote, you can push it directly', 'Set configuration items for gitmars': 'Set configuration items for gitmars', - 'Please enter the available names': 'Please enter the available names', - 'Please enter the Git username': 'Please enter the Git username', - 'Please enter the Git email address': 'Please enter the Git email address', - 'Please enter the correct email': 'Please enter the correct email', - 'Please enter the branch name naming convention': - 'Please enter the branch name naming convention', - 'Please enter commit message rules': 'Please enter commit message rules', - 'Please enter the message template': 'Please enter the message template', - 'Please enter the message push address': 'Please enter the message push address', - 'Please enter the URL': 'Please enter the URL', - 'Please enter apollo configuration': 'Please enter apollo configuration', - 'Please enter json': 'Please enter json', - 'Please enter hooks configuration': 'Please enter hooks configuration', - 'Please enter the query user permission interface': - 'Please enter the query user permission interface', - 'Please enter the git URL': 'Please enter the git URL', - 'Please enter the git project ID, currently only gitlab is supported': - 'Please enter the git project ID, currently only gitlab is supported', + 'Enter the available names': 'Enter the available names', + 'Enter the Git username': 'Enter the Git username', + 'Enter the Git email address': 'Enter the Git email address', + 'Enter the correct email': 'Enter the correct email', + 'Enter the branch name naming convention': 'Enter the branch name naming convention', + 'Enter commit message rules': 'Enter commit message rules', + 'Enter the message template': 'Enter the message template', + 'Enter the message push address': 'Enter the message push address', + 'Enter the URL': 'Enter the URL', + 'Enter apollo configuration': 'Enter apollo configuration', + 'Enter json': 'Enter json', + 'Enter hooks configuration': 'Enter hooks configuration', + 'Enter the query user permission interface': 'Enter the query user permission interface', + 'Enter the git URL': 'Enter the git URL', + 'Enter the git project ID, currently only gitlab is supported': + 'Enter the git project ID, currently only gitlab is supported', 'gitmars configured successfully': 'gitmars configured successfully', 'Installing plugins, e.g. @gitmars/core': 'Installing plugins, e.g. @gitmars/core', - 'Please enter the plugin name': 'Please enter the plugin name', + 'Enter the plugin name': 'Enter the plugin name', 'Incorrect version number entered, only supported: alpha, lite, beta, release, latest, next': 'Incorrect version number entered, only supported: alpha, lite, beta, release, latest, next', 'Link local package': 'Link local package', @@ -418,7 +416,7 @@ export default { 'Current branch is {current}, I suspect you may want to do the following: ': 'Current branch is {current}, I suspect you may want to do the following: ', 'You have selected the {something} command': 'You have selected the {something} command', - 'Please enter {branch} branch name': 'Please enter {branch} branch name', + 'Enter {branch} branch name': 'Enter {branch} branch name', 'The branch was created successfully and is based on {source}. You have now switched to the {target} branch\nIf you need to test, please run: "{combine}"\nWhen development is complete, remember to run: "{end}"': 'The branch was created successfully and is based on {source}. You have now switched to the {target} branch\nIf you need to test, please run: "{combine}"\nWhen development is complete, remember to run: "{end}"', 'The {target} branch does not allow direct commits': @@ -437,8 +435,8 @@ export default { 'Detected that {id} has failed to undo this record and has deleted the related logs', 'The record {id} was detected to have been recovered, and the related logs were deleted': 'The record {id} was detected to have been recovered, and the related logs were deleted', - 'Please enter the comment content': 'Please enter the comment content', - 'Please enter the available comments': 'Please enter the available comments', + 'Enter the comment content': 'Enter the comment content', + 'Enter the available comments': 'Enter the available comments', '{length} comments': '{length} comments', '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}': '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index cff9a8e1b..3ae504175 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -28,7 +28,7 @@ export default { 'Cannot be deleted': '不可删除', 'Analysis completed': '分析完成', Deleting: '正在删除', - 'Please enter branch name': '请输入分支名称', + 'Enter branch name': '请输入分支名称', 'Successfully deleted remote branch': '成功删除远程分支', 'Deletion failed, please contact administrator': '删除失败,请联系管理员', Uninstalling: '正在卸载', @@ -156,14 +156,14 @@ export default { 'No branches were selected and the process has exited.': '没有选择任何分支,进程已退出', 'Analysis complete, no branches to clean up': '分析完成,没有分支需要清理', 'Deletion complete, these branches have been cleaned up': '删除完成,这些分支已被清理', - 'Please enter the message to be submitted': '请输入要提交的message', - 'Please enter the environment to sync to.': '请输入需要同步到的环境', + 'Enter the message to be submitted': '请输入要提交的message', + 'Enter the environment to sync to.': '请输入需要同步到的环境', 'Merge bugfix task branch, merge feature development branch, merge support branch': '合并bugfix任务分支、合并feature功能开发分支、合并support分支', 'Branch does not exist, please enter it correctly': '分支不存在,请正确输入', 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)': '检测到该分支已经超过1周没有同步过主干代码了,请每周至少同步一次,执行:gitm update (-f)', - 'Please enter the items to be configured': '请输入要配置的项', + 'Enter the items to be configured': '请输入要配置的项', 'Query single or all gitmars for configuration items': '查询单个或全部gitmars的配置项', 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?': '检测到有未提交的文件,在合并分支的过程遇到冲突,需要在处理冲突后执行一下 git add . 和 git commit ,然后再执行 gitm continue。是否要强制继续执行脚本?', @@ -194,25 +194,25 @@ export default { 'The local version is not behind the remote, you can push it directly': '本地版本没有落后远程,可直接push', 'Set configuration items for gitmars': '设置gitmars的配置项', - 'Please enter the available names': '请输入可用名称', - 'Please enter the Git username': '请输入Git用户名', - 'Please enter the Git email address': '请输入Git邮箱', - 'Please enter the correct email': '请输入正确的邮箱', - 'Please enter the branch name naming convention': '请输入分支名称命名规则', - 'Please enter commit message rules': '请输入commit信息规则', - 'Please enter the message template': '请输入消息模板', - 'Please enter the message push address': '请输入消息推送地址', - 'Please enter the URL': '请输入网址', - 'Please enter apollo configuration': '请输入apollo配置', - 'Please enter json': '请输入json', - 'Please enter hooks configuration': '请输入hooks配置', - 'Please enter the query user permission interface': '请输入查询用户权限接口', - 'Please enter the git URL': '请输入git网址', - 'Please enter the git project ID, currently only gitlab is supported': + 'Enter the available names': '请输入可用名称', + 'Enter the Git username': '请输入Git用户名', + 'Enter the Git email address': '请输入Git邮箱', + 'Enter the correct email': '请输入正确的邮箱', + 'Enter the branch name naming convention': '请输入分支名称命名规则', + 'Enter commit message rules': '请输入commit信息规则', + 'Enter the message template': '请输入消息模板', + 'Enter the message push address': '请输入消息推送地址', + 'Enter the URL': '请输入网址', + 'Enter apollo configuration': '请输入apollo配置', + 'Enter json': '请输入json', + 'Enter hooks configuration': '请输入hooks配置', + 'Enter the query user permission interface': '请输入查询用户权限接口', + 'Enter the git URL': '请输入git网址', + 'Enter the git project ID, currently only gitlab is supported': '请输入git项目ID,目前仅支持gitlab', 'gitmars configured successfully': 'gitmars配置成功', 'Installing plugins, e.g. @gitmars/core': '安装插件,例如:@gitmars/core', - 'Please enter the plugin name': '请输入插件名称', + 'Enter the plugin name': '请输入插件名称', 'Incorrect version number entered, only supported: alpha, lite, beta, release, latest, next': '输入的版本号不正确,仅支持:alpha、lite、beta、release、latest、next', 'Link local package': '链接本地包', @@ -383,7 +383,7 @@ export default { 'Current branch is {current}, I suspect you may want to do the following: ': '当前分支{current},我猜测你可能想做以下操作:', 'You have selected the {something} command': '你选择了{something}指令', - 'Please enter {branch} branch name': '请输入{branch}分支名称', + 'Enter {branch} branch name': '请输入{branch}分支名称', 'The branch was created successfully and is based on {source}. You have now switched to the {target} branch\nIf you need to test, please run: "{combine}"\nWhen development is complete, remember to run: "{end}"': '分支创建成功,该分支基于{source}创建,您当前已经切换到{target}分支\n如果需要提测,请执行:"{combine}"\n开发完成后,记得执行: "{end}"', 'The {target} branch does not allow direct commits': '{target}分支不允许直接提交', @@ -400,8 +400,8 @@ export default { '检测到{id}这条记录撤销失败,已删除相关日志', 'The record {id} was detected to have been recovered, and the related logs were deleted': '检测到{id}这条记录已经被恢复了,已删除相关日志', - 'Please enter the comment content': '请输入评论内容', - 'Please enter the available comments': '请输入可用评论', + 'Enter the comment content': '请输入评论内容', + 'Enter the available comments': '请输入可用评论', '{length} comments': '{length} 条评论', '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}': '{id} 请求合并 {source} 到 {target} {disabled} | {name} | {comments} | {time}', diff --git a/packages/go/package.json b/packages/go/package.json index c812aa171..da5884a48 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 0464f8feb..2929d41c9 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 27c94f21d..e28baab27 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.9", + "version": "7.0.0-beta.10", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 2caf5a9dd8041ec99840ea6a4d414bc8b9d2442b Mon Sep 17 00:00:00 2001 From: saqqdy Date: Fri, 26 Apr 2024 18:39:14 +0800 Subject: [PATCH 35/52] new build-mp --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/api/index.md | 10 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 3 +- packages/gitmars/src/gitm-approve.ts | 93 ++++++------ packages/gitmars/src/gitm-build-mp.ts | 180 ++++++++++++----------- packages/gitmars/src/gitm-build.ts | 112 +++++++------- packages/gitmars/src/gitm-clean.ts | 15 +- packages/gitmars/src/gitm-cleanbranch.ts | 45 +++--- packages/gitmars/src/gitm-continue.ts | 15 +- packages/gitmars/src/gitm-copy.ts | 37 +++-- packages/gitmars/src/gitm-go.ts | 67 +++++---- packages/gitmars/src/gitm-redo.ts | 27 ++-- packages/gitmars/src/gitm-review.ts | 97 ++++++------ packages/gitmars/src/gitm-undo.ts | 27 ++-- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- pnpm-lock.yaml | 3 + 24 files changed, 408 insertions(+), 343 deletions(-) diff --git a/package.json b/package.json index 7a9548dba..c245c3625 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "packageManager": "pnpm@8.7.4", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index f03a8193a..a601fae37 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 64379e1f6..60622d146 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 76f05252f..cd88b2cc5 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 87a31f39c..e50381d98 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/api/index.md b/packages/docs/api/index.md index 282e02bfd..b44639630 100644 --- a/packages/docs/api/index.md +++ b/packages/docs/api/index.md @@ -477,7 +477,7 @@ gitm cp xxxxxx | 名称 | 简写 | 说明 | 类型 | 可选值 | 传值必填 | 默认 | | --------- | ---- | ---------------------------------- | --------- | ------------ | -------- | ------- | -| --env | -e | 要构建的环境 | `String` | dev/prod/bug | 是 | - | +| --env | -e | 要构建的环境 | `String` | dev/prod/bug | 否 | - | | --app | -a | 需要构建的子项目 | `String` | - | 否 | `all` | | --data | -d | 需要传输的其他数据,传入JSON字符串 | `String` | - | 否 | '{}' | | --confirm | -c | 确认开始,为 true 时不显示确认框 | `Boolean` | - | 否 | `false` | @@ -523,11 +523,11 @@ gitm build | 名称 | 简写 | 说明 | 类型 | 可选值 | 传值必填 | 默认 | | ------------- | ---- | ---------------------------------- | --------- | ---------------------------- | -------- | ------- | -| --env | -e | 要构建的环境 | `String` | dev/prod/bug | 是 | - | -| --api-env | | 要构建的API环境 | `String` | alpha/tag/release/production | 是 | - | +| --env | -e | 要构建的环境 | `String` | dev/prod/bug | 否 | - | +| --api-env | | 要构建的API环境 | `String` | alpha/tag/release/production | 否 | - | | --miniprogram | -mp | 生成体验版小程序 | `String` | - | 否 | - | -| --description | -des | 版本描述 | `String` | - | 是 | - | -| --app | -a | 需要构建的子项目 | `String` | weapp/alipay/tt/dd/swan | 是 | `weapp` | +| --description | -des | 版本描述 | `String` | - | 否 | - | +| --app | -a | 需要构建的子项目 | `String` | weapp/alipay/tt/dd/swan | 否 | - | | --data | -d | 需要传输的其他数据,传入JSON字符串 | `String` | - | 否 | '{}' | | --confirm | -c | 确认开始,为 true 时不显示确认框 | `Boolean` | - | 否 | `false` | diff --git a/packages/docs/package.json b/packages/docs/package.json index 1b79f2f9d..869090489 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index c5cbe9c9e..55c23fa15 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 78474f2ac..24732df1d 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "bin": { "gitm": "lib/gitm.mjs" @@ -62,6 +62,7 @@ "@gitmars/utils": "workspace:*", "@inquirer/prompts": "^3.3.2", "@jssj/request": "^1.1.0", + "await-to-done": "^1.0.2", "chalk": "^4.1.2", "ci-info": "^4.0.0", "columnify": "^1.6.0", diff --git a/packages/gitmars/src/gitm-approve.ts b/packages/gitmars/src/gitm-approve.ts index 9d6f2d8aa..90d4f9c15 100755 --- a/packages/gitmars/src/gitm-approve.ts +++ b/packages/gitmars/src/gitm-approve.ts @@ -3,6 +3,7 @@ import { program } from 'commander' import dayjs from 'dayjs' import { checkbox, select } from '@inquirer/prompts' import chalk from 'chalk' +import to from 'await-to-done' import { acceptMergeRequest, deleteMergeRequest, @@ -61,56 +62,62 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(yellow(t('No merge request record found, process has exited'))) process.exit(0) } - const iids = await checkbox({ - message: t('Please select the merge request to be operated'), - choices: mrList.map(async (mr: any) => { - const { iid, author, source_branch, target_branch, merge_status, created_at } = mr - mr.notes = ( - (await getMergeRequestNotesList({ - iid - })) || [] - ).filter((note: any) => !note.system) - const disabled = merge_status !== 'can_be_merged' - const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') - return { - name: t( - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - { - id: green(iid + ': '), - source: green(source_branch), - target: green(target_branch), - disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', - name: yellow(author.name), - comments: green( - t('{length} comments', { - length: String(mr.notes.length) - }) - ), - time: blue(_time) - } - ), - value: iid, - // disabled, - checked: false - } + const [, iids = []] = await to( + checkbox({ + message: t('Please select the merge request to be operated'), + choices: mrList.map(async (mr: any) => { + const { iid, author, source_branch, target_branch, merge_status, created_at } = mr + mr.notes = ( + (await getMergeRequestNotesList({ + iid + })) || [] + ).filter((note: any) => !note.system) + const disabled = merge_status !== 'can_be_merged' + const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') + return { + name: t( + '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', + { + id: green(iid + ': '), + source: green(source_branch), + target: green(target_branch), + disabled: disabled + ? red(`[ ${t('Conflict or no need to merge')} ]`) + : '', + name: yellow(author.name), + comments: green( + t('{length} comments', { + length: String(mr.notes.length) + }) + ), + time: blue(_time) + } + ), + value: iid, + // disabled, + checked: false + } + }) }) - }) + ) // no records if (iids.length === 0) { echo(yellow(t('No merge request record selected, process has exited'))) process.exit(0) } - const accept = await select({ - message: t('Please select the action below.'), - choices: [ - { name: t('View Details'), value: 1, description: 'Show diff' }, - { name: t('Passed'), value: 2 }, - { name: t('Not passed'), value: 3 }, - { name: t('Failed and deleted'), value: 4 }, - { name: t('Exit'), value: 5 } - ] - }) + const [, accept] = await to( + select({ + message: t('Please select the action below.'), + choices: [ + { name: t('View Details'), value: 1, description: 'Show diff' }, + { name: t('Passed'), value: 2 }, + { name: t('Not passed'), value: 3 }, + { name: t('Failed and deleted'), value: 4 }, + { name: t('Exit'), value: 5 } + ] + }) + ) // start for (const iid of iids) { diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index 050f49015..f70226ac4 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -3,6 +3,7 @@ import { program } from 'commander' import sh from 'shelljs' import { confirm, input, select } from '@inquirer/prompts' import chalk from 'chalk' +import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' import { runJenkins } from '@gitmars/build' @@ -16,8 +17,8 @@ const { red, yellow } = chalk const { args, options } = buildMpConfig interface GitmBuildMpOption { - env: ApolloBranchList - app: string + env?: ApolloBranchList + app?: string data?: string confirm?: boolean build_api_env?: 'alpha' | 'tag' | 'release' | 'production' @@ -41,7 +42,7 @@ options.forEach((o: GitmarsOptionOptionsType) => { // .option('--api-env [apiEnv]', t('Api environment to be built, optionally alpha, tag, release, production'), '') // .option('-mp, --miniprogram [miniprogram]', t('Generate experiential version of miniprogram'), '') // .option('-des, --description [description]', t('Enter the version description'), '') -// .option('-a, --app [app]', t('Application to be built'), 'weapp') +// .option('-a, --app [app]', t('Application to be built'), '') // .option('-d, --data ', t('Other data to be transferred'), '{}') // .option('-c, --confirm', t('Confirm start, do not show confirmation box when true'), false) program.action(async (project: string, opt: GitmBuildMpOption): Promise => { @@ -58,85 +59,99 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => else project = await input({ message: t('Enter project name') }) } - if (!env) - env = await select({ - message: t('Select the environment to build'), - choices: [ - { - name: 'dev', - value: 'dev', - description: t('Test environment(alpha)') - }, - { - name: 'bug', - value: 'bug', - description: t('Pre-release tag environment(bug)') - }, - { - name: 'prod', - value: 'prod', - description: t('Pre-release prod environment(prod)') - } - ] - }) + if (!env) { + ;[, env] = await to( + select({ + message: t('Select the environment to build'), + choices: [ + { + name: 'dev', + value: 'dev', + description: t('Test environment(alpha)') + }, + { + name: 'bug', + value: 'bug', + description: t('Pre-release tag environment(bug)') + }, + { + name: 'prod', + value: 'prod', + description: t('Pre-release prod environment(prod)') + } + ] + }) + ) + } - if (!app) - app = await select({ - message: t('Select the miniprogram to build'), - choices: [ - { - name: 'weapp', - value: 'weapp' - }, - { - name: 'alipay', - value: 'alipay' - }, - { - name: 'tt', - value: 'tt' - }, - { - name: 'dd', - value: 'dd' - }, - { - name: 'swan', - value: 'swan' - } - ] - }) + if (!app) { + ;[, app] = await to( + select({ + message: t('Select the miniprogram to build'), + choices: [ + { + name: 'weapp', + value: 'weapp' + }, + { + name: 'alipay', + value: 'alipay' + }, + { + name: 'tt', + value: 'tt' + }, + { + name: 'dd', + value: 'dd' + }, + { + name: 'swan', + value: 'swan' + } + ] + }) + ) + } - if (!build_api_env) - build_api_env = await select({ - message: t('Select the api environment to build'), - choices: [ - { - name: 'alpha', - value: 'alpha', - description: t('Test environment(alpha)') - }, - { - name: 'tag', - value: 'tag', - description: t('Pre-release tag environment(bug)') - }, - { - name: 'release', - value: 'release', - description: t('Pre-release prod environment(prod)') - }, - { - name: 'production', - value: 'production', - description: t('Production environment') - } - ] - }) + if (!build_api_env) { + ;[, build_api_env] = await to( + select({ + message: t('Select the api environment to build'), + choices: [ + { + name: 'alpha', + value: 'alpha', + description: t('Test environment(alpha)') + }, + { + name: 'tag', + value: 'tag', + description: t('Pre-release tag environment(bug)') + }, + { + name: 'release', + value: 'release', + description: t('Pre-release prod environment(prod)') + }, + { + name: 'production', + value: 'production', + description: t('Production environment') + } + ] + }) + ) + } - if (!mini_program) - mini_program = await input({ message: t('Generate experiential version of miniprogram') }) - if (!description) description = await input({ message: t('Enter the version description') }) + if (!mini_program) { + ;[, mini_program] = await to( + input({ message: t('Generate experiential version of miniprogram') }) + ) + } + if (!description) { + ;[, description] = await to(input({ message: t('Enter the version description') })) + } if (!_confirm) { let message = `${yellow(t('Please double check the following build parameters'))}\n${t( @@ -151,16 +166,15 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => if (description) message += `\n${t('Version Description')}: ${red(description)}` if ('clean' in data) message += `\n${t('Clean node modules (use with caution)')}: ${red(data.clean)}` - - _confirm = await confirm({ message }) + ;[, _confirm] = await to(confirm({ message })) } if (!_confirm) sh.exit(1) else runJenkins({ - env, + env: env!, project, - app, + app: app!, data: JSON.stringify({ ...data, build_api_env, mini_program, description }) }) }) diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 80af59b3b..3cf105e8b 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -3,6 +3,7 @@ import { program } from 'commander' import sh from 'shelljs' import { confirm, input, select } from '@inquirer/prompts' import chalk from 'chalk' +import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' import { runJenkins } from '@gitmars/build' @@ -16,8 +17,8 @@ const { red, yellow } = chalk const { args, options } = buildConfig interface GitmBuildOption { - env: ApolloBranchList - app: string + env?: ApolloBranchList + app?: string data?: string confirm?: boolean } @@ -47,54 +48,60 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { else project = await input({ message: t('Enter project name') }) } - if (!env) - env = await select({ - message: t('Select the environment to build'), - choices: [ - { - name: 'dev', - value: 'dev', - description: t('Test environment(alpha)') - }, - { - name: 'bug', - value: 'bug', - description: t('Pre-release tag environment(bug)') - }, - { - name: 'prod', - value: 'prod', - description: t('Pre-release prod environment(prod)') - } - ] - }) + if (!env) { + ;[, env] = await to( + select({ + message: t('Select the environment to build'), + choices: [ + { + name: 'dev', + value: 'dev', + description: t('Test environment(alpha)') + }, + { + name: 'bug', + value: 'bug', + description: t('Pre-release tag environment(bug)') + }, + { + name: 'prod', + value: 'prod', + description: t('Pre-release prod environment(prod)') + } + ] + }) + ) + } - if (!app) - app = await select({ - message: t('Select the miniprogram to build'), - choices: [ - { - name: 'weapp', - value: 'weapp' - }, - { - name: 'alipay', - value: 'alipay' - }, - { - name: 'tt', - value: 'tt' - }, - { - name: 'dd', - value: 'dd' - }, - { - name: 'swan', - value: 'swan' - } - ] - }) + if (!app) { + ;[, app] = await to( + select({ + message: t('Select the miniprogram to build'), + choices: [ + { + name: 'weapp', + value: 'weapp' + }, + { + name: 'alipay', + value: 'alipay' + }, + { + name: 'tt', + value: 'tt' + }, + { + name: 'dd', + value: 'dd' + }, + { + name: 'swan', + value: 'swan' + } + ] + }) + ) + } // 有opt.data时强制确认 if (!_confirm || (opt.data && opt.data !== '{}')) { @@ -111,16 +118,15 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { message += `\n${t('Version Description')}: ${red(data.description)}` if ('clean' in data) message += `\n${t('Clean node modules (use with caution)')}: ${red(data.clean)}` - - _confirm = await confirm({ message }) + ;[, _confirm] = await to(confirm({ message })) } if (!_confirm) sh.exit(1) else runJenkins({ - env, + env: env!, project, - app, + app: app!, data: opt.data }) }) diff --git a/packages/gitmars/src/gitm-clean.ts b/packages/gitmars/src/gitm-clean.ts index 15cae1b65..7ff133278 100755 --- a/packages/gitmars/src/gitm-clean.ts +++ b/packages/gitmars/src/gitm-clean.ts @@ -2,6 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' +import to from 'await-to-done' import { confirm } from '@inquirer/prompts' import { getGitRevParse, getIsGitProject } from '@gitmars/git' import { cleanCache, cleanPkgInfo } from '@gitmars/cache' @@ -34,12 +35,14 @@ options.forEach((o: GitmarsOptionOptionsType) => { program.action(async (opt: GitmBuildOption) => { if (getIsGitProject()) { if (opt.force) { - const answer = await confirm({ - message: t( - 'You have entered --force, which will also clear the gitmars execution cache. Should I continue?' - ), - default: false - }) + const [, answer] = await to( + confirm({ + message: t( + 'You have entered --force, which will also clear the gitmars execution cache. Should I continue?' + ), + default: false + }) + ) if (!answer) { sh.echo(green(t('exited'))) process.exit(0) diff --git a/packages/gitmars/src/gitm-cleanbranch.ts b/packages/gitmars/src/gitm-cleanbranch.ts index ba5b9c9c6..1eb4e6fc2 100755 --- a/packages/gitmars/src/gitm-cleanbranch.ts +++ b/packages/gitmars/src/gitm-cleanbranch.ts @@ -4,6 +4,7 @@ import chalk from 'chalk' import { checkbox, confirm } from '@inquirer/prompts' import ora from 'ora' import { waiting } from 'js-cool' +import to from 'await-to-done' import { fetch, getConfig, @@ -144,10 +145,12 @@ program.action(async (branches: string[], opt: GitmBuildOption) => { const _willDeleteBranch: string[] = [] if (branches.length > 0) { if (!opt.list && !opt.confirm) { - const answer = await confirm({ - message: t('About to start batch deleting branches, do you want to continue?'), - default: false - }) + const [, answer] = await to( + confirm({ + message: t('About to start batch deleting branches, do you want to continue?'), + default: false + }) + ) if (!answer) { echo(green(t('exited'))) process.exit(0) @@ -210,22 +213,24 @@ program.action(async (branches: string[], opt: GitmBuildOption) => { if (_willDeleteBranch.length > 0) { console.info('\r') // Select the branch to clean - const selectBranches = await checkbox({ - message: yellow( - t( - 'Find {total} branches merged over {branches} branch, please select the branch to clean up', - { - branches: targets.join(','), - total: String(_willDeleteBranch.length) - } - ) - ), - choices: _willDeleteBranch.map(item => ({ - name: green(item), - value: item, - checked: true - })) - }) + const [, selectBranches = []] = await to( + checkbox({ + message: yellow( + t( + 'Find {total} branches merged over {branches} branch, please select the branch to clean up', + { + branches: targets.join(','), + total: String(_willDeleteBranch.length) + } + ) + ), + choices: _willDeleteBranch.map(item => ({ + name: green(item), + value: item, + checked: true + })) + }) + ) if (selectBranches.length === 0) { echo(yellow(t('No branches were selected and the process has exited.'))) process.exit(0) diff --git a/packages/gitmars/src/gitm-continue.ts b/packages/gitmars/src/gitm-continue.ts index 358754013..4339a7eb0 100755 --- a/packages/gitmars/src/gitm-continue.ts +++ b/packages/gitmars/src/gitm-continue.ts @@ -2,6 +2,7 @@ import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' +import to from 'await-to-done' import { confirm } from '@inquirer/prompts' import { queue } from '@gitmars/core' import { getGitStatus, getIsGitProject } from '@gitmars/git' @@ -43,12 +44,14 @@ program.action(async (opt: GitmBuildOption) => { if (cmd.length > 0) { // 检测是否有未提交的文件 if (sum.A.length > 0 || sum.D.length > 0 || sum.M.length > 0 || sum.UU.length > 0) { - const answer = await confirm({ - message: t( - 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?' - ), - default: false - }) + const [, answer] = await to( + confirm({ + message: t( + 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?' + ), + default: false + }) + ) if (!answer) { sh.echo(green(t('exited'))) process.exit(0) diff --git a/packages/gitmars/src/gitm-copy.ts b/packages/gitmars/src/gitm-copy.ts index ee2ac1750..d95c3deb5 100755 --- a/packages/gitmars/src/gitm-copy.ts +++ b/packages/gitmars/src/gitm-copy.ts @@ -4,6 +4,7 @@ import dayjs from 'dayjs' import { checkbox, select } from '@inquirer/prompts' import sh from 'shelljs' import chalk from 'chalk' +import to from 'await-to-done' import { queue } from '@gitmars/core' import { checkGitStatus, @@ -92,19 +93,21 @@ program.action(async (commitid: string[], opts: GitmBuildOption) => { } } // 多条记录 - const commitIDs = await checkbox({ - message: t('Please select the commit record to copy'), - choices: logList.map((log, index) => { - const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') - return { - name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow(log['%an'])} | ${blue( - _time - )}`, - value: log['%H']!, - checked: false - } + const [, commitIDs = []] = await to( + checkbox({ + message: t('Please select the commit record to copy'), + choices: logList.map((log, index) => { + const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') + return { + name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow(log['%an'])} | ${blue( + _time + )}`, + value: log['%H']!, + checked: false + } + }) }) - }) + ) // 没有选择任何记录 if (commitIDs.length === 0) { @@ -112,10 +115,12 @@ program.action(async (commitid: string[], opts: GitmBuildOption) => { process.exit(0) } - const chooseBranch = await select({ - message: t('Please select the target branch'), - choices: branches.map(item => ({ name: item, value: item })) - }) + const [, chooseBranch] = await to( + select({ + message: t('Please select the target branch'), + choices: branches.map(item => ({ name: item, value: item })) + }) + ) cmd = [ `git checkout ${chooseBranch}`, diff --git a/packages/gitmars/src/gitm-go.ts b/packages/gitmars/src/gitm-go.ts index d7eb3309f..2bc380b20 100755 --- a/packages/gitmars/src/gitm-go.ts +++ b/packages/gitmars/src/gitm-go.ts @@ -4,6 +4,7 @@ import sh from 'shelljs' import chalk from 'chalk' import { Separator, select } from '@inquirer/prompts' import { getProperty } from 'js-cool' +import to from 'await-to-done' import { getCurrentBranch } from '@gitmars/git' import { createArgs } from '@gitmars/utils' import type { GitmarsOptionOptionsType } from './types' @@ -49,38 +50,40 @@ program.action(async (command: string): Promise => { cmd() } else { // 选择指令 - const command = await select({ - message: t('Please select the operation you want?'), - default: 'combine', - choices: [ - new Separator(' === 1. ' + t('Gitmars Workflow') + ' === '), - { name: 'combine', value: 'combine' }, - { name: 'end', value: 'end' }, - { name: 'update', value: 'update' }, - { name: 'build', value: 'build' }, - { name: 'start', value: 'start' }, - { name: 'undo', value: 'undo' }, - { name: 'redo', value: 'redo' }, - { name: 'admin.publish', value: 'admin.publish' }, - { name: 'admin.update', value: 'admin.update' }, - { name: 'admin.create', value: 'admin.create' }, - { name: 'admin.clean', value: 'admin.clean' }, - new Separator(' === 2. ' + t('Advanced Tools') + ' === '), - { name: 'branch', value: 'branch' }, - { name: 'copy', value: 'copy' }, - { name: 'get', value: 'get' }, - { name: 'save', value: 'save' }, - { name: 'cleanbranch', value: 'cleanbranch' }, - { name: 'clean', value: 'clean' }, - { name: 'revert', value: 'revert' }, - { name: 'link', value: 'link' }, - { name: 'unlink', value: 'unlink' }, - { name: 'postmsg', value: 'postmsg' }, - new Separator(' === ' + t('Exit') + ' === '), - { name: 'exit', value: 'exit' }, - new Separator() - ] - }) + const [, command = ''] = await to( + select({ + message: t('Please select the operation you want?'), + default: 'combine', + choices: [ + new Separator(' === 1. ' + t('Gitmars Workflow') + ' === '), + { name: 'combine', value: 'combine' }, + { name: 'end', value: 'end' }, + { name: 'update', value: 'update' }, + { name: 'build', value: 'build' }, + { name: 'start', value: 'start' }, + { name: 'undo', value: 'undo' }, + { name: 'redo', value: 'redo' }, + { name: 'admin.publish', value: 'admin.publish' }, + { name: 'admin.update', value: 'admin.update' }, + { name: 'admin.create', value: 'admin.create' }, + { name: 'admin.clean', value: 'admin.clean' }, + new Separator(' === 2. ' + t('Advanced Tools') + ' === '), + { name: 'branch', value: 'branch' }, + { name: 'copy', value: 'copy' }, + { name: 'get', value: 'get' }, + { name: 'save', value: 'save' }, + { name: 'cleanbranch', value: 'cleanbranch' }, + { name: 'clean', value: 'clean' }, + { name: 'revert', value: 'revert' }, + { name: 'link', value: 'link' }, + { name: 'unlink', value: 'unlink' }, + { name: 'postmsg', value: 'postmsg' }, + new Separator(' === ' + t('Exit') + ' === '), + { name: 'exit', value: 'exit' }, + new Separator() + ] + }) + ) if (command === 'exit') { sh.echo(green(t('exited'))) process.exit(0) diff --git a/packages/gitmars/src/gitm-redo.ts b/packages/gitmars/src/gitm-redo.ts index c636653f2..ecff41317 100755 --- a/packages/gitmars/src/gitm-redo.ts +++ b/packages/gitmars/src/gitm-redo.ts @@ -4,6 +4,7 @@ import dayjs from 'dayjs' import { checkbox } from '@inquirer/prompts' import sh from 'shelljs' import chalk from 'chalk' +import to from 'await-to-done' import { queue } from '@gitmars/core' import { getCurrentBranch, getIsGitProject } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' @@ -59,19 +60,21 @@ program.action(async (commitid: string[], opt: GitmBuildOption) => { process.exit(0) } // 多条记录 - const commitIDs = await checkbox({ - message: t('Please select the undo record to restore'), - choices: revertCache.map(({ after }, index) => { - const _time = dayjs(after['%aI']).format('YYYY/MM/DD HH:mm') - return { - name: `${green(index + 1 + '.')} ${green(after['%s'])} | ${yellow( - after['%an'] - )} | ${blue(_time)}`, - value: after['%H']!, - checked: false - } + const [, commitIDs = []] = await to( + checkbox({ + message: t('Please select the undo record to restore'), + choices: revertCache.map(({ after }, index) => { + const _time = dayjs(after['%aI']).format('YYYY/MM/DD HH:mm') + return { + name: `${green(index + 1 + '.')} ${green(after['%s'])} | ${yellow( + after['%an'] + )} | ${blue(_time)}`, + value: after['%H']!, + checked: false + } + }) }) - }) + ) // 没有选择任何记录 if (commitIDs.length === 0) { echo(yellow(t('No logs selected, process has exited'))) diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index d8bd8382a..d12fdc4e6 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -4,6 +4,7 @@ import dayjs from 'dayjs' import { checkbox, input, select } from '@inquirer/prompts' import columnify from 'columnify' import chalk from 'chalk' +import to from 'await-to-done' import { getGitConfig, getIsGitProject } from '@gitmars/git' import { sendGroupMessage } from '@gitmars/core' import { createArgs, echo } from '@gitmars/utils' @@ -55,51 +56,57 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(yellow(t('No merge request record found, process has exited'))) process.exit(0) } - const iids = await checkbox({ - message: t('Please select the merge request to be operated'), - choices: mrList.map((mr: any) => { - const { iid, author, source_branch, target_branch, merge_status, created_at } = mr - const disabled = merge_status !== 'can_be_merged' - const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') - return { - name: t( - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - { - id: green(iid + ': '), - source: green(source_branch), - target: green(target_branch), - disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', - name: yellow(author.name), - comments: green( - t('{length} comments', { - length: String(mr.notes.length) - }) - ), - time: blue(_time) - } - ), - value: iid, - // disabled, - checked: false - } + const [, iids = []] = await to( + checkbox({ + message: t('Please select the merge request to be operated'), + choices: mrList.map((mr: any) => { + const { iid, author, source_branch, target_branch, merge_status, created_at } = mr + const disabled = merge_status !== 'can_be_merged' + const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') + return { + name: t( + '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', + { + id: green(iid + ': '), + source: green(source_branch), + target: green(target_branch), + disabled: disabled + ? red(`[ ${t('Conflict or no need to merge')} ]`) + : '', + name: yellow(author.name), + comments: green( + t('{length} comments', { + length: String(mr.notes.length) + }) + ), + time: blue(_time) + } + ), + value: iid, + // disabled, + checked: false + } + }) }) - }) + ) // no records if (iids.length === 0) { echo(yellow(t('No merge request record selected, process has exited'))) process.exit(0) } - const accept = await select({ - message: t('Please select the action below.'), - choices: [ - { name: t('View Details'), value: 1, description: 'Show diff' }, - { name: t('Comments'), value: 2 }, - { name: t('Close'), value: 3 }, - { name: t('Deleted'), value: 4 }, - { name: t('Exit'), value: 5 } - ] - }) + const [, accept] = await to( + select({ + message: t('Please select the action below.'), + choices: [ + { name: t('View Details'), value: 1, description: 'Show diff' }, + { name: t('Comments'), value: 2 }, + { name: t('Close'), value: 3 }, + { name: t('Deleted'), value: 4 }, + { name: t('Exit'), value: 5 } + ] + }) + ) // 开始执行操作 for (const iid of iids) { @@ -185,12 +192,14 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(green(t('Merge request {id}: Closed', { id: iid }))) } else if (accept === 2) { // 评论 - const note = await input({ - message: t('Enter the comment content'), - default: '', - transformer: (val: string) => val.trim(), - validate: (val: string) => (!val ? t('Enter the available comments') : true) - }) + const [, note = ''] = await to( + input({ + message: t('Enter the comment content'), + default: '', + transformer: (val: string) => val.trim(), + validate: (val: string) => (!val ? t('Enter the available comments') : true) + }) + ) !opt.quiet && sendGroupMessage( t( diff --git a/packages/gitmars/src/gitm-undo.ts b/packages/gitmars/src/gitm-undo.ts index ae1de2e0c..e78bdae8c 100755 --- a/packages/gitmars/src/gitm-undo.ts +++ b/packages/gitmars/src/gitm-undo.ts @@ -4,6 +4,7 @@ import dayjs from 'dayjs' import { checkbox } from '@inquirer/prompts' import sh from 'shelljs' import chalk from 'chalk' +import to from 'await-to-done' import { queue } from '@gitmars/core' import { getCurrentBranch, getGitLogs, getGitLogsByCommitIDs, getIsGitProject } from '@gitmars/git' import { createArgs, echo } from '@gitmars/utils' @@ -202,19 +203,21 @@ program.action(async (commitid: string[], opt: GitmBuildOption) => { process.exit(0) } else { // 多条记录 - commitIDs = await checkbox({ - message: t('Please select the commit record to undo.'), - choices: logList.map((log, index) => { - const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') - return { - name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow( - log['%an'] - )} | ${blue(_time)}`, - value: log['%H']!, - checked: false - } + ;[, commitIDs = []] = await to( + checkbox({ + message: t('Please select the commit record to undo.'), + choices: logList.map((log, index) => { + const _time = dayjs(log['%aI']).format('YYYY/MM/DD HH:mm') + return { + name: `${green(index + 1 + '.')} ${green(log['%s'])} | ${yellow( + log['%an'] + )} | ${blue(_time)}`, + value: log['%H']!, + checked: false + } + }) }) - }) + ) } } // 没有选择任何记录 diff --git a/packages/go/package.json b/packages/go/package.json index da5884a48..8fa3c6cf3 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 2929d41c9..da41640fc 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index e28baab27..8cf34aa13 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.10", + "version": "7.0.0-beta.11", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a19b76905..8187a374c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -591,6 +591,9 @@ importers: '@jssj/request': specifier: ^1.1.0 version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + await-to-done: + specifier: ^1.0.2 + version: 1.0.2 chalk: specifier: ^4.1.2 version: 4.1.2 From d7a5a5a8a7ae9a55be7a87804cff99eddc91e621 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 27 Apr 2024 10:19:34 +0800 Subject: [PATCH 36/52] release v7.0.0 --- package.json | 2 +- pnpm-lock.yaml | 2350 ++++++++++++++++++++++-------------------------- 2 files changed, 1059 insertions(+), 1293 deletions(-) diff --git a/package.json b/package.json index c245c3625..782ec2c19 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", "version": "7.0.0-beta.11", - "packageManager": "pnpm@8.7.4", + "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ "static", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8187a374c..bc0695aee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -197,7 +197,7 @@ importers: version: link:../utils '@jssj/request': specifier: ^1.1.0 - version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + version: 1.1.0(core-js@3.37.0)(tslib@2.6.2) chalk: specifier: ^4.1.2 version: 4.1.2 @@ -264,7 +264,7 @@ importers: version: link:../utils '@jssj/request': specifier: ^1.1.0 - version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + version: 1.1.0(core-js@3.37.0)(tslib@2.6.2) chalk: specifier: ^4.1.2 version: 4.1.2 @@ -392,7 +392,7 @@ importers: version: link:../utils '@jssj/request': specifier: ^1.1.0 - version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + version: 1.1.0(core-js@3.37.0)(tslib@2.6.2) chalk: specifier: ^4.1.2 version: 4.1.2 @@ -493,7 +493,7 @@ importers: version: 5.4.5 vitepress: specifier: 1.1.3 - version: 1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.6.0)(typescript@5.4.5) + version: 1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) packages/git: dependencies: @@ -590,7 +590,7 @@ importers: version: 3.3.2 '@jssj/request': specifier: ^1.1.0 - version: 1.1.0(core-js@3.32.2)(tslib@2.6.2) + version: 1.1.0(core-js@3.37.0)(tslib@2.6.2) await-to-done: specifier: ^1.0.2 version: 1.0.2 @@ -880,35 +880,30 @@ importers: packages: - /@aashutoshrathi/word-wrap@1.2.6: - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} - engines: {node: '>=0.10.0'} - dev: true - - /@algolia/autocomplete-core@1.9.3(algoliasearch@4.19.1)(search-insights@2.6.0): + /@algolia/autocomplete-core@1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0): resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.19.1)(search-insights@2.6.0) - '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.19.1) + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0) + '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.23.3) transitivePeerDependencies: - '@algolia/client-search' - algoliasearch - search-insights dev: true - /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.19.1)(search-insights@2.6.0): + /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0): resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} peerDependencies: search-insights: '>= 1 < 3' dependencies: - '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.19.1) - search-insights: 2.6.0 + '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.23.3) + search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' - algoliasearch dev: true - /@algolia/autocomplete-preset-algolia@1.9.3(algoliasearch@4.19.1): + /@algolia/autocomplete-preset-algolia@1.9.3(algoliasearch@4.23.3): resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' @@ -917,11 +912,11 @@ packages: '@algolia/client-search': optional: true dependencies: - '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.19.1) - algoliasearch: 4.19.1 + '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.23.3) + algoliasearch: 4.23.3 dev: true - /@algolia/autocomplete-shared@1.9.3(algoliasearch@4.19.1): + /@algolia/autocomplete-shared@1.9.3(algoliasearch@4.23.3): resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' @@ -930,101 +925,117 @@ packages: '@algolia/client-search': optional: true dependencies: - algoliasearch: 4.19.1 + algoliasearch: 4.23.3 dev: true - /@algolia/cache-browser-local-storage@4.19.1: - resolution: {integrity: sha512-FYAZWcGsFTTaSAwj9Std8UML3Bu8dyWDncM7Ls8g+58UOe4XYdlgzXWbrIgjaguP63pCCbMoExKr61B+ztK3tw==} + /@algolia/cache-browser-local-storage@4.23.3: + resolution: {integrity: sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==} dependencies: - '@algolia/cache-common': 4.19.1 + '@algolia/cache-common': 4.23.3 dev: true - /@algolia/cache-common@4.19.1: - resolution: {integrity: sha512-XGghi3l0qA38HiqdoUY+wvGyBsGvKZ6U3vTiMBT4hArhP3fOGLXpIINgMiiGjTe4FVlTa5a/7Zf2bwlIHfRqqg==} + /@algolia/cache-common@4.23.3: + resolution: {integrity: sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==} dev: true - /@algolia/cache-in-memory@4.19.1: - resolution: {integrity: sha512-+PDWL+XALGvIginigzu8oU6eWw+o76Z8zHbBovWYcrtWOEtinbl7a7UTt3x3lthv+wNuFr/YD1Gf+B+A9V8n5w==} + /@algolia/cache-in-memory@4.23.3: + resolution: {integrity: sha512-yvpbuUXg/+0rbcagxNT7un0eo3czx2Uf0y4eiR4z4SD7SiptwYTpbuS0IHxcLHG3lq22ukx1T6Kjtk/rT+mqNg==} dependencies: - '@algolia/cache-common': 4.19.1 + '@algolia/cache-common': 4.23.3 dev: true - /@algolia/client-account@4.19.1: - resolution: {integrity: sha512-Oy0ritA2k7AMxQ2JwNpfaEcgXEDgeyKu0V7E7xt/ZJRdXfEpZcwp9TOg4TJHC7Ia62gIeT2Y/ynzsxccPw92GA==} + /@algolia/client-account@4.23.3: + resolution: {integrity: sha512-hpa6S5d7iQmretHHF40QGq6hz0anWEHGlULcTIT9tbUssWUriN9AUXIFQ8Ei4w9azD0hc1rUok9/DeQQobhQMA==} dependencies: - '@algolia/client-common': 4.19.1 - '@algolia/client-search': 4.19.1 - '@algolia/transporter': 4.19.1 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/transporter': 4.23.3 dev: true - /@algolia/client-analytics@4.19.1: - resolution: {integrity: sha512-5QCq2zmgdZLIQhHqwl55ZvKVpLM3DNWjFI4T+bHr3rGu23ew2bLO4YtyxaZeChmDb85jUdPDouDlCumGfk6wOg==} + /@algolia/client-analytics@4.23.3: + resolution: {integrity: sha512-LBsEARGS9cj8VkTAVEZphjxTjMVCci+zIIiRhpFun9jGDUlS1XmhCW7CTrnaWeIuCQS/2iPyRqSy1nXPjcBLRA==} dependencies: - '@algolia/client-common': 4.19.1 - '@algolia/client-search': 4.19.1 - '@algolia/requester-common': 4.19.1 - '@algolia/transporter': 4.19.1 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 dev: true - /@algolia/client-common@4.19.1: - resolution: {integrity: sha512-3kAIVqTcPrjfS389KQvKzliC559x+BDRxtWamVJt8IVp7LGnjq+aVAXg4Xogkur1MUrScTZ59/AaUd5EdpyXgA==} + /@algolia/client-common@4.23.3: + resolution: {integrity: sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==} dependencies: - '@algolia/requester-common': 4.19.1 - '@algolia/transporter': 4.19.1 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 dev: true - /@algolia/client-personalization@4.19.1: - resolution: {integrity: sha512-8CWz4/H5FA+krm9HMw2HUQenizC/DxUtsI5oYC0Jxxyce1vsr8cb1aEiSJArQT6IzMynrERif1RVWLac1m36xw==} + /@algolia/client-personalization@4.23.3: + resolution: {integrity: sha512-3E3yF3Ocr1tB/xOZiuC3doHQBQ2zu2MPTYZ0d4lpfWads2WTKG7ZzmGnsHmm63RflvDeLK/UVx7j2b3QuwKQ2g==} dependencies: - '@algolia/client-common': 4.19.1 - '@algolia/requester-common': 4.19.1 - '@algolia/transporter': 4.19.1 + '@algolia/client-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 dev: true - /@algolia/client-search@4.19.1: - resolution: {integrity: sha512-mBecfMFS4N+yK/p0ZbK53vrZbL6OtWMk8YmnOv1i0LXx4pelY8TFhqKoTit3NPVPwoSNN0vdSN9dTu1xr1XOVw==} + /@algolia/client-search@4.23.3: + resolution: {integrity: sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==} dependencies: - '@algolia/client-common': 4.19.1 - '@algolia/requester-common': 4.19.1 - '@algolia/transporter': 4.19.1 + '@algolia/client-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 + dev: true + + /@algolia/logger-common@4.23.3: + resolution: {integrity: sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==} dev: true - /@algolia/logger-common@4.19.1: - resolution: {integrity: sha512-i6pLPZW/+/YXKis8gpmSiNk1lOmYCmRI6+x6d2Qk1OdfvX051nRVdalRbEcVTpSQX6FQAoyeaui0cUfLYW5Elw==} + /@algolia/logger-console@4.23.3: + resolution: {integrity: sha512-8xoiseoWDKuCVnWP8jHthgaeobDLolh00KJAdMe9XPrWPuf1by732jSpgy2BlsLTaT9m32pHI8CRfrOqQzHv3A==} + dependencies: + '@algolia/logger-common': 4.23.3 dev: true - /@algolia/logger-console@4.19.1: - resolution: {integrity: sha512-jj72k9GKb9W0c7TyC3cuZtTr0CngLBLmc8trzZlXdfvQiigpUdvTi1KoWIb2ZMcRBG7Tl8hSb81zEY3zI2RlXg==} + /@algolia/recommend@4.23.3: + resolution: {integrity: sha512-9fK4nXZF0bFkdcLBRDexsnGzVmu4TSYZqxdpgBW2tEyfuSSY54D4qSRkLmNkrrz4YFvdh2GM1gA8vSsnZPR73w==} dependencies: - '@algolia/logger-common': 4.19.1 + '@algolia/cache-browser-local-storage': 4.23.3 + '@algolia/cache-common': 4.23.3 + '@algolia/cache-in-memory': 4.23.3 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/logger-console': 4.23.3 + '@algolia/requester-browser-xhr': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/requester-node-http': 4.23.3 + '@algolia/transporter': 4.23.3 dev: true - /@algolia/requester-browser-xhr@4.19.1: - resolution: {integrity: sha512-09K/+t7lptsweRTueHnSnmPqIxbHMowejAkn9XIcJMLdseS3zl8ObnS5GWea86mu3vy4+8H+ZBKkUN82Zsq/zg==} + /@algolia/requester-browser-xhr@4.23.3: + resolution: {integrity: sha512-jDWGIQ96BhXbmONAQsasIpTYWslyjkiGu0Quydjlowe+ciqySpiDUrJHERIRfELE5+wFc7hc1Q5hqjGoV7yghw==} dependencies: - '@algolia/requester-common': 4.19.1 + '@algolia/requester-common': 4.23.3 dev: true - /@algolia/requester-common@4.19.1: - resolution: {integrity: sha512-BisRkcWVxrDzF1YPhAckmi2CFYK+jdMT60q10d7z3PX+w6fPPukxHRnZwooiTUrzFe50UBmLItGizWHP5bDzVQ==} + /@algolia/requester-common@4.23.3: + resolution: {integrity: sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==} dev: true - /@algolia/requester-node-http@4.19.1: - resolution: {integrity: sha512-6DK52DHviBHTG2BK/Vv2GIlEw7i+vxm7ypZW0Z7vybGCNDeWzADx+/TmxjkES2h15+FZOqVf/Ja677gePsVItA==} + /@algolia/requester-node-http@4.23.3: + resolution: {integrity: sha512-zgu++8Uj03IWDEJM3fuNl34s746JnZOWn1Uz5taV1dFyJhVM/kTNw9Ik7YJWiUNHJQXcaD8IXD1eCb0nq/aByA==} dependencies: - '@algolia/requester-common': 4.19.1 + '@algolia/requester-common': 4.23.3 dev: true - /@algolia/transporter@4.19.1: - resolution: {integrity: sha512-nkpvPWbpuzxo1flEYqNIbGz7xhfhGOKGAZS7tzC+TELgEmi7z99qRyTfNSUlW7LZmB3ACdnqAo+9A9KFBENviQ==} + /@algolia/transporter@4.23.3: + resolution: {integrity: sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==} dependencies: - '@algolia/cache-common': 4.19.1 - '@algolia/logger-common': 4.19.1 - '@algolia/requester-common': 4.19.1 + '@algolia/cache-common': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/requester-common': 4.23.3 dev: true - /@ampproject/remapping@2.2.1: - resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + /@ampproject/remapping@2.3.0: + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.3.5 @@ -1043,19 +1054,19 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.23.3: - resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} + /@babel/core@7.24.4: + resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': 2.2.1 + '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.24.2 - '@babel/generator': 7.23.4 + '@babel/generator': 7.24.4 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) - '@babel/helpers': 7.23.2 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helpers': 7.24.4 '@babel/parser': 7.24.4 '@babel/template': 7.24.0 - '@babel/traverse': 7.23.4 + '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 convert-source-map: 2.0.0 debug: 4.3.4 @@ -1066,8 +1077,8 @@ packages: - supports-color dev: true - /@babel/eslint-parser@7.23.10(eslint@8.57.0): - resolution: {integrity: sha512-3wSYDPZVnhseRnxRJH6ZVTNknBz76AEnyC+AYYhasjP3Yy23qz0ERR7Fcd2SHmYuSFJ2kY9gaaDd3vyqU09eSw==} + /@babel/eslint-parser@7.24.1(eslint@8.57.0): + resolution: {integrity: sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -1082,8 +1093,8 @@ packages: semver: 6.3.1 dev: true - /@babel/generator@7.23.4: - resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==} + /@babel/generator@7.24.4: + resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.24.0 @@ -1117,7 +1128,7 @@ packages: semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.23.3): + /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.4): resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1126,13 +1137,13 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 @@ -1152,8 +1163,8 @@ packages: semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.6.1: - resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} + /@babel/helper-define-polyfill-provider@0.6.2: + resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 peerDependenciesMeta: @@ -1164,7 +1175,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 debug: 4.3.4 lodash.debounce: 4.0.8 - resolve: 1.22.4 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: true @@ -1196,6 +1207,13 @@ packages: '@babel/types': 7.24.0 dev: true + /@babel/helper-module-imports@7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.24.0 + dev: true + /@babel/helper-module-imports@7.24.3: resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} @@ -1203,7 +1221,7 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1212,7 +1230,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.24.3 '@babel/helper-simple-access': 7.22.5 @@ -1246,7 +1264,7 @@ packages: '@babel/helper-wrap-function': 7.22.20 dev: true - /@babel/helper-replace-supers@7.24.1(@babel/core@7.23.3): + /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1255,7 +1273,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -1282,15 +1300,14 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helper-string-parser@7.23.4: - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + /@babel/helper-string-parser@7.24.1: + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} dev: true /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - requiresBuild: true /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} @@ -1306,12 +1323,12 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/helpers@7.23.2: - resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} + /@babel/helpers@7.24.4: + resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.24.0 - '@babel/traverse': 7.23.4 + '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color @@ -1326,14 +1343,6 @@ packages: js-tokens: 4.0.0 picocolors: 1.0.0 - /@babel/parser@7.24.0: - resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.6 - dev: true - /@babel/parser@7.24.4: resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} engines: {node: '>=6.0.0'} @@ -1506,7 +1515,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.23.3): + /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1515,7 +1524,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1609,7 +1618,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.23.3): + /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4): resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} engines: {node: '>=6.9.0'} peerDependencies: @@ -1618,7 +1627,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1709,7 +1718,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1722,7 +1731,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-class-static-block': 7.14.5 dev: true @@ -1741,7 +1750,7 @@ packages: '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true @@ -1921,7 +1930,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -1934,7 +1943,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-simple-access': 7.22.5 dev: true @@ -1949,7 +1958,7 @@ packages: optional: true dependencies: '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-identifier': 7.22.20 dev: true @@ -1963,7 +1972,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -2043,7 +2052,7 @@ packages: optional: true dependencies: '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.23.3) + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) dev: true /@babel/plugin-transform-optional-catch-binding@7.24.1: @@ -2094,7 +2103,7 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 dev: true @@ -2108,7 +2117,7 @@ packages: optional: true dependencies: '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-private-property-in-object': 7.14.5 dev: true @@ -2211,7 +2220,7 @@ packages: '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.23.3): + /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4): resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} engines: {node: '>=6.9.0'} peerDependencies: @@ -2220,11 +2229,11 @@ packages: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 + '@babel/core': 7.24.4 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.23.3) + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) dev: true /@babel/plugin-transform-unicode-escapes@7.24.1: @@ -2363,10 +2372,10 @@ packages: '@babel/plugin-transform-unicode-regex': 7.24.1 '@babel/plugin-transform-unicode-sets-regex': 7.24.1 '@babel/preset-modules': 0.1.6-no-external-plugins - babel-plugin-polyfill-corejs2: 0.4.10 + babel-plugin-polyfill-corejs2: 0.4.11 babel-plugin-polyfill-corejs3: 0.10.4 - babel-plugin-polyfill-regenerator: 0.6.1 - core-js-compat: 3.36.1 + babel-plugin-polyfill-regenerator: 0.6.2 + core-js-compat: 3.37.0 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -2396,20 +2405,20 @@ packages: dependencies: '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.23.3) + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) '@babel/plugin-transform-modules-commonjs': 7.24.1 - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.23.3) + '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) dev: true /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true - /@babel/runtime@7.21.0: - resolution: {integrity: sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==} + /@babel/runtime@7.24.4: + resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.13.11 + regenerator-runtime: 0.14.1 dev: true /@babel/template@7.24.0: @@ -2421,12 +2430,12 @@ packages: '@babel/types': 7.24.0 dev: true - /@babel/traverse@7.23.4: - resolution: {integrity: sha512-IYM8wSUwunWTB6tFC2dkKZhxbIjHoWemdK+3f8/wq8aKhbUscxD5MX72ubd90fxvFknaLPeGw5ycU84V1obHJg==} + /@babel/traverse@7.24.1: + resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.24.2 - '@babel/generator': 7.23.4 + '@babel/generator': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 @@ -2439,20 +2448,11 @@ packages: - supports-color dev: true - /@babel/types@7.23.6: - resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - dev: true - /@babel/types@7.24.0: resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.23.4 + '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: true @@ -2469,11 +2469,11 @@ packages: resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==} dev: true - /@docsearch/js@3.6.0(search-insights@2.6.0): + /@docsearch/js@3.6.0(search-insights@2.13.0): resolution: {integrity: sha512-QujhqINEElrkIfKwyyyTfbsfMAYCkylInLYMRqHy7PHc8xTBQCow73tlo/Kc7oIwBrCLf0P3YhjlOeV4v8hevQ==} dependencies: - '@docsearch/react': 3.6.0(search-insights@2.6.0) - preact: 10.13.1 + '@docsearch/react': 3.6.0(search-insights@2.13.0) + preact: 10.20.2 transitivePeerDependencies: - '@algolia/client-search' - '@types/react' @@ -2482,7 +2482,7 @@ packages: - search-insights dev: true - /@docsearch/react@3.6.0(search-insights@2.6.0): + /@docsearch/react@3.6.0(search-insights@2.13.0): resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -2499,11 +2499,11 @@ packages: search-insights: optional: true dependencies: - '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.19.1)(search-insights@2.6.0) - '@algolia/autocomplete-preset-algolia': 1.9.3(algoliasearch@4.19.1) + '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0) + '@algolia/autocomplete-preset-algolia': 1.9.3(algoliasearch@4.23.3) '@docsearch/css': 3.6.0 - algoliasearch: 4.19.1 - search-insights: 2.6.0 + algoliasearch: 4.23.3 + search-insights: 2.13.0 transitivePeerDependencies: - '@algolia/client-search' dev: true @@ -2521,7 +2521,7 @@ packages: resolution: {integrity: sha512-NfsJX4PdzhwSkfJukczyUiZGc7zNNWZcEAyqeISpDnn0PTfzMJR1aR8xAIPskBejIxBJbIgCCMzbaYa9SXepIg==} dependencies: '@esbuild-kit/core-utils': 3.3.2 - get-tsconfig: 4.7.2 + get-tsconfig: 4.7.3 dev: true /@esbuild-kit/core-utils@3.3.2: @@ -2535,7 +2535,7 @@ packages: resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} dependencies: '@esbuild-kit/core-utils': 3.3.2 - get-tsconfig: 4.7.2 + get-tsconfig: 4.7.3 dev: true /@esbuild/aix-ppc64@0.20.2: @@ -2962,8 +2962,8 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@eslint-community/regexpp@4.6.2: - resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} + /@eslint-community/regexpp@4.10.0: + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dev: true @@ -2977,20 +2977,20 @@ packages: typescript: optional: true dependencies: - '@babel/eslint-parser': 7.23.10(eslint@8.57.0) + '@babel/eslint-parser': 7.24.1(eslint@8.57.0) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) eslint-plugin-html: 7.1.0 eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint@8.57.0) - eslint-plugin-jsonc: 2.13.0(eslint@8.57.0) + eslint-plugin-jsonc: 2.15.1(eslint@8.57.0) eslint-plugin-markdown: 3.0.1(eslint@8.57.0) eslint-plugin-n: 16.6.2(eslint@8.57.0) eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-promise: 6.1.1(eslint@8.57.0) eslint-plugin-tsdoc: 0.2.17 eslint-plugin-unicorn: 40.1.0(eslint@8.57.0) - eslint-plugin-yml: 1.12.2(eslint@8.57.0) + eslint-plugin-yml: 1.14.0(eslint@8.57.0) jsonc-eslint-parser: 2.4.0 prettier: 3.2.5 typescript: 5.4.5 @@ -3048,12 +3048,12 @@ packages: '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-plugin-jsdoc: 48.2.0(eslint@8.57.0) + eslint-plugin-jsdoc: 48.2.3(eslint@8.57.0) eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-tsdoc: 0.2.17 - eslint-plugin-vitest-globals: 1.4.0 - eslint-plugin-vue: 9.22.0(eslint@8.57.0) - eslint-plugin-vue-scoped-css: 2.7.2(eslint@8.57.0)(vue-eslint-parser@9.4.2) + eslint-plugin-vitest-globals: 1.5.0 + eslint-plugin-vue: 9.25.0(eslint@8.57.0) + eslint-plugin-vue-scoped-css: 2.8.0(eslint@8.57.0)(vue-eslint-parser@9.4.2) local-pkg: 0.5.0 prettier: 3.2.5 typescript: 5.4.5 @@ -3074,7 +3074,7 @@ packages: debug: 4.3.4 espree: 9.6.1 globals: 13.24.0 - ignore: 5.2.4 + ignore: 5.3.1 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -3129,7 +3129,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 @@ -3140,7 +3140,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 chalk: 4.1.2 dev: false @@ -3148,7 +3148,7 @@ packages: resolution: {integrity: sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==} engines: {node: '>=14.18.0'} dependencies: - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 '@types/mute-stream': 0.0.4 '@types/node': 20.12.7 '@types/wrap-ansi': 3.0.0 @@ -3169,7 +3169,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 chalk: 4.1.2 external-editor: 3.1.0 dev: false @@ -3179,7 +3179,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 chalk: 4.1.2 figures: 3.2.0 dev: false @@ -3189,7 +3189,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 chalk: 4.1.2 dev: false @@ -3198,7 +3198,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 ansi-escapes: 4.3.2 chalk: 4.1.2 dev: false @@ -3223,7 +3223,7 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 chalk: 4.1.2 dev: false @@ -3232,14 +3232,14 @@ packages: engines: {node: '>=14.18.0'} dependencies: '@inquirer/core': 6.0.0 - '@inquirer/type': 1.3.0 + '@inquirer/type': 1.3.1 ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 dev: false - /@inquirer/type@1.3.0: - resolution: {integrity: sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==} + /@inquirer/type@1.3.1: + resolution: {integrity: sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==} engines: {node: '>=18'} dev: false @@ -3249,7 +3249,7 @@ packages: dependencies: string-width: 5.1.2 string-width-cjs: /string-width@4.2.3 - strip-ansi: 7.0.1 + strip-ansi: 7.1.0 strip-ansi-cjs: /strip-ansi@6.0.1 wrap-ansi: 8.1.0 wrap-ansi-cjs: /wrap-ansi@7.0.0 @@ -3264,8 +3264,8 @@ packages: '@jridgewell/trace-mapping': 0.3.25 dev: true - /@jridgewell/resolve-uri@3.1.0: - resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + /@jridgewell/resolve-uri@3.1.2: + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} dev: true @@ -3288,16 +3288,16 @@ packages: /@jridgewell/trace-mapping@0.3.25: resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: - '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@jssj/request@1.1.0(core-js@3.32.2)(tslib@2.6.2): + /@jssj/request@1.1.0(core-js@3.37.0)(tslib@2.6.2): resolution: {integrity: sha512-XEOGtru6oNCRF2zn7MGm8c8lpNsQhknX/xKhIKxW1srvtaixMPV8RGNh5theQqyUc42/GWtoi9errVf/Z5qwNA==} dependencies: '@jssj/utils': 1.1.0 - js-cool: 2.8.0(core-js@3.32.2)(tslib@2.6.2) - qs: 6.11.2 + js-cool: 2.8.0(core-js@3.37.0)(tslib@2.6.2) + qs: 6.12.1 transitivePeerDependencies: - core-js - tslib @@ -3330,7 +3330,7 @@ packages: '@rushstack/ts-command-line': 4.19.2(@types/node@20.12.7) lodash: 4.17.21 minimatch: 3.0.8 - resolve: 1.22.4 + resolve: 1.22.8 semver: 7.5.4 source-map: 0.6.1 typescript: 5.4.2 @@ -3402,7 +3402,7 @@ packages: resolution: {integrity: sha512-G8scVrTODQorLajnGUzgGZyc4Ny0wfVUClbz0RwpS5O+9EMJHDHzKBMN2yR608F0X+qDQ0p5Du6fuPYf4JjGHw==} dependencies: '@node-kit/extra.fs': 2.5.1 - '@pnpm/error': 5.0.1 + '@pnpm/error': 5.0.3 find-up: 5.0.0 dev: true @@ -3441,7 +3441,7 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.15.0 + fastq: 1.17.1 dev: true /@npmcli/fs@2.1.2: @@ -3459,29 +3459,29 @@ packages: semver: 7.6.0 dev: true - /@npmcli/git@4.0.4: - resolution: {integrity: sha512-5yZghx+u5M47LghaybLCkdSyFzV/w4OuH12d96HO389Ik9CDsLaDZJVynSGGVJOLn6gy/k7Dz5XYcplM3uxXRg==} + /@npmcli/git@4.1.0: + resolution: {integrity: sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/promise-spawn': 6.0.2 lru-cache: 7.18.3 - npm-pick-manifest: 8.0.1 + npm-pick-manifest: 8.0.2 proc-log: 3.0.0 promise-inflight: 1.0.1 promise-retry: 2.0.1 semver: 7.6.0 - which: 3.0.0 + which: 3.0.1 transitivePeerDependencies: - bluebird dev: true - /@npmcli/installed-package-contents@2.0.2: - resolution: {integrity: sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==} + /@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 dependencies: npm-bundled: 3.0.0 - npm-normalize-package-bin: 3.0.0 + npm-normalize-package-bin: 3.0.1 dev: true /@npmcli/move-file@2.0.1: @@ -3502,18 +3502,18 @@ packages: resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - which: 3.0.0 + which: 3.0.1 dev: true - /@npmcli/run-script@6.0.0: - resolution: {integrity: sha512-ql+AbRur1TeOdl1FY+RAwGW9fcr4ZwiVKabdvm93mujGREVuVLbdkXRJDrkTXSdCjaxYydr1wlA2v67jxWG5BQ==} + /@npmcli/run-script@6.0.2: + resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/node-gyp': 3.0.0 '@npmcli/promise-spawn': 6.0.2 - node-gyp: 9.3.1 + node-gyp: 9.4.1 read-package-json-fast: 3.0.2 - which: 3.0.0 + which: 3.0.1 transitivePeerDependencies: - bluebird - supports-color @@ -3526,28 +3526,28 @@ packages: dev: true optional: true - /@pkgr/core@0.1.0: - resolution: {integrity: sha512-Zwq5OCzuwJC2jwqmpEQt7Ds1DTi6BWSwoGkbb1n9pO3hzb35BoJELx7c0T23iDkBGkh2e7tvOtjF3tr3OaQHDQ==} + /@pkgr/core@0.1.1: + resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@pnpm/constants@7.1.0: - resolution: {integrity: sha512-PzpiPtGF+bIrmkNaHgOIfBZw669+rkUtt/5UFzHukiETwI4/+BTYz8FAr+m5Dfuns531Y+fYRFOpB0PdbAU0+w==} + /@pnpm/constants@7.1.1: + resolution: {integrity: sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==} engines: {node: '>=16.14'} dev: true - /@pnpm/error@5.0.1: - resolution: {integrity: sha512-JQSOeSEqrV6k6+kKgrlSJ7gddJRcjxtNCxSVJRIqwckkGSdSTNpXmKEdGgLlaDuEwElPAZUmLDGSqk5InJ5pMA==} + /@pnpm/error@5.0.3: + resolution: {integrity: sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==} engines: {node: '>=16.14'} dependencies: - '@pnpm/constants': 7.1.0 + '@pnpm/constants': 7.1.1 dev: true /@pnpm/logger@5.0.0: resolution: {integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==} engines: {node: '>=12.17'} dependencies: - bole: 5.0.3 + bole: 5.0.11 ndjson: 2.0.0 dev: true @@ -3629,7 +3629,7 @@ packages: deepmerge: 4.3.1 is-builtin-module: 3.2.1 is-module: 1.0.0 - resolve: 1.22.4 + resolve: 1.22.8 rollup: 4.16.4 dev: true @@ -3659,7 +3659,7 @@ packages: rollup: 4.16.4 serialize-javascript: 6.0.2 smob: 1.5.0 - terser: 5.30.3 + terser: 5.30.4 dev: true /@rollup/plugin-typescript@11.1.6(rollup@4.16.4)(typescript@5.4.5): @@ -3676,7 +3676,7 @@ packages: optional: true dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) - resolve: 1.22.4 + resolve: 1.22.8 rollup: 4.16.4 typescript: 5.4.5 dev: true @@ -3845,7 +3845,7 @@ packages: fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 - resolve: 1.22.4 + resolve: 1.22.8 semver: 7.5.4 z-schema: 5.0.5 dev: true @@ -3853,7 +3853,7 @@ packages: /@rushstack/rig-package@0.5.2: resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} dependencies: - resolve: 1.22.4 + resolve: 1.22.8 strip-json-comments: 3.1.1 dev: true @@ -3891,26 +3891,55 @@ packages: shiki: 1.3.0 dev: true - /@sigstore/protobuf-specs@0.1.0: - resolution: {integrity: sha512-a31EnjuIDSX8IXBUib3cYLDRlPMU36AWX4xS8ysLaNu4ZzUesDiPt83pgrW2X1YLMe5L2HbDyaKK5BrL4cNKaQ==} + /@sigstore/bundle@1.1.0: + resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@sigstore/protobuf-specs': 0.2.1 dev: true - /@tootallnate/once@1.1.2: - resolution: {integrity: sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==} - engines: {node: '>= 6'} - dev: false + /@sigstore/protobuf-specs@0.2.1: + resolution: {integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /@sigstore/sign@1.0.0: + resolution: {integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@sigstore/bundle': 1.1.0 + '@sigstore/protobuf-specs': 0.2.1 + make-fetch-happen: 11.1.1 + transitivePeerDependencies: + - supports-color + dev: true + + /@sigstore/tuf@1.0.3: + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dependencies: + '@sigstore/protobuf-specs': 0.2.1 + tuf-js: 1.1.7 + transitivePeerDependencies: + - supports-color + dev: true /@tootallnate/once@2.0.0: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} dev: true - /@tufjs/models@1.0.1: - resolution: {integrity: sha512-AY0VoG/AXdlSOocuREfPoEW4SNhOPp/7fw6mpAxfVIny1uZ+0fEtMoCi7NhELSlqQIRLMu7RgfKhkxT+AJ+EXg==} + /@tufjs/canonical-json@1.0.0: + resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + dev: true + + /@tufjs/models@1.0.4: + resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minimatch: 7.4.3 + '@tufjs/canonical-json': 1.0.0 + minimatch: 9.0.4 dev: true /@types/argparse@1.0.38: @@ -3930,7 +3959,7 @@ packages: /@types/debug@4.1.12: resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} dependencies: - '@types/ms': 0.7.32 + '@types/ms': 0.7.34 dev: true /@types/estree@0.0.39: @@ -3949,16 +3978,17 @@ packages: resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} requiresBuild: true dependencies: - '@types/jsonfile': 6.1.1 + '@types/jsonfile': 6.1.4 '@types/node': 20.12.7 dev: true optional: true - /@types/glob-stream@6.1.1: - resolution: {integrity: sha512-AGOUTsTdbPkRS0qDeyeS+6KypmfVpbT5j23SN8UPG63qjKXNKjXn6V9wZUr8Fin0m9l8oGYaPK8b2WUMF8xI1A==} + /@types/glob-stream@8.0.2: + resolution: {integrity: sha512-kyuRfGE+yiSJWzSO3t74rXxdZNdYfLcllO0IUha4eX1fl40pm9L02Q/TEc3mykTLjoWz4STBNwYnUWdFu3I0DA==} dependencies: - '@types/glob': 8.1.0 '@types/node': 20.12.7 + '@types/picomatch': 2.3.3 + '@types/streamx': 2.9.5 dev: true /@types/glob@7.2.0: @@ -3968,19 +3998,12 @@ packages: '@types/node': 20.12.7 dev: true - /@types/glob@8.1.0: - resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} - dependencies: - '@types/minimatch': 5.1.2 - '@types/node': 20.12.7 - dev: true - /@types/gulp@4.0.17: resolution: {integrity: sha512-+pKQynu2C/HS16kgmDlAicjtFYP8kaa86eE9P0Ae7GB5W29we/E2TIdbOWtEZD5XkpY+jr8fyqfwO6SWZecLpQ==} dependencies: '@types/node': 20.12.7 - '@types/undertaker': 1.2.8 - '@types/vinyl-fs': 3.0.1 + '@types/undertaker': 1.2.11 + '@types/vinyl-fs': 3.0.5 chokidar: 3.6.0 dev: true @@ -3991,61 +4014,61 @@ packages: rxjs: 7.8.1 dev: true - /@types/js-yaml@4.0.5: - resolution: {integrity: sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==} + /@types/js-yaml@4.0.9: + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} dev: true - /@types/json-schema@7.0.12: - resolution: {integrity: sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==} + /@types/json-schema@7.0.15: + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} dev: true /@types/json5@0.0.29: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/jsonfile@6.1.1: - resolution: {integrity: sha512-GSgiRCVeapDN+3pqA35IkQwasaCh/0YFH5dEF6S88iDvEn901DjOeH3/QPY+XYP1DFzDZPvIvfeEgk+7br5png==} + /@types/jsonfile@6.1.4: + resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} requiresBuild: true dependencies: '@types/node': 20.12.7 dev: true optional: true - /@types/linkify-it@3.0.2: - resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==} + /@types/linkify-it@3.0.5: + resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} dev: true /@types/lodash-es@4.17.12: resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} dependencies: - '@types/lodash': 4.14.191 + '@types/lodash': 4.17.0 - /@types/lodash@4.14.191: - resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} + /@types/lodash@4.17.0: + resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} /@types/markdown-it@14.0.1: resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} dependencies: - '@types/linkify-it': 3.0.2 - '@types/mdurl': 1.0.2 + '@types/linkify-it': 3.0.5 + '@types/mdurl': 1.0.5 dev: true - /@types/mdast@3.0.11: - resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} + /@types/mdast@3.0.15: + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.10 dev: true - /@types/mdurl@1.0.2: - resolution: {integrity: sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==} + /@types/mdurl@1.0.5: + resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} dev: true /@types/minimatch@5.1.2: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/ms@0.7.32: - resolution: {integrity: sha512-xPSg0jm4mqgEkNhowKgZFBNtwoEwF6gJ4Dhww+GFpm3IgtNseHQZ5IqdNwnquZEoANxyDAKDRAdVo4Z72VvD/g==} + /@types/ms@0.7.34: + resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} dev: true /@types/mute-stream@0.0.4: @@ -4059,19 +4082,16 @@ packages: dependencies: undici-types: 5.26.5 - /@types/normalize-package-data@2.4.1: - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + /@types/normalize-package-data@2.4.4: + resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} dev: true - /@types/resolve@1.20.2: - resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} + /@types/picomatch@2.3.3: + resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} dev: true - /@types/rimraf@2.0.5: - resolution: {integrity: sha512-YyP+VfeaqAyFmXoTh3HChxOQMyjByRMsHU7kc5KOJkSlXudhMhQIALbYV7rHh/l8d2lX3VUQzprrcAgWdRuU8g==} - dependencies: - '@types/glob': 8.1.0 - '@types/node': 20.12.7 + /@types/resolve@1.20.2: + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} dev: true /@types/rollup-plugin-css-only@3.1.3: @@ -4081,8 +4101,8 @@ packages: rollup: 0.63.5 dev: true - /@types/semver@7.5.0: - resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} + /@types/semver@7.5.8: + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} dev: true /@types/shelljs@0.8.15: @@ -4092,39 +4112,44 @@ packages: '@types/node': 20.12.7 dev: true + /@types/streamx@2.9.5: + resolution: {integrity: sha512-IHYsa6jYrck8VEdSwpY141FTTf6D7boPeMq9jy4qazNrFMA4VbRz/sw5LSsfR7jwdDcx0QKWkUexZvsWBC2eIQ==} + dependencies: + '@types/node': 20.12.7 + dev: true + /@types/through@0.0.33: resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} dependencies: '@types/node': 20.12.7 dev: true - /@types/undertaker-registry@1.0.1: - resolution: {integrity: sha512-Z4TYuEKn9+RbNVk1Ll2SS4x1JeLHecolIbM/a8gveaHsW0Hr+RQMraZACwTO2VD7JvepgA6UO1A1VrbktQrIbQ==} + /@types/undertaker-registry@1.0.4: + resolution: {integrity: sha512-tW77pHh2TU4uebWXWeEM5laiw8BuJ7pyJYDh6xenOs75nhny2kVgwYbegJ4BoLMYsIrXaBpKYaPdYO3/udG+hg==} dev: true - /@types/undertaker@1.2.8: - resolution: {integrity: sha512-gW3PRqCHYpo45XFQHJBhch7L6hytPsIe0QeLujlnFsjHPnXLhJcPdN6a9368d7aIQgH2I/dUTPFBlGeSNA3qOg==} + /@types/undertaker@1.2.11: + resolution: {integrity: sha512-j1Z0V2ByRHr8ZK7eOeGq0LGkkdthNFW0uAZGY22iRkNQNL9/vAV0yFPr1QN3FM/peY5bxs9P+1f0PYJTQVa5iA==} dependencies: '@types/node': 20.12.7 - '@types/undertaker-registry': 1.0.1 + '@types/undertaker-registry': 1.0.4 async-done: 1.3.2 dev: true - /@types/unist@2.0.6: - resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} + /@types/unist@2.0.10: + resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} dev: true - /@types/vinyl-fs@3.0.1: - resolution: {integrity: sha512-me2Gcxw23pZp62oqPoiTDDMz/txEmtEZzXM/D/VTr+xUX4LiNA+nQPs38SSPu5KHnsaEER4HEtzWU5qJRXigfA==} + /@types/vinyl-fs@3.0.5: + resolution: {integrity: sha512-ckYz9giHgV6U10RFuf9WsDQ3X86EFougapxHmmoxLK7e6ICQqO8CE+4V/3lBN148V5N1pb4nQMmMjyScleVsig==} dependencies: - '@types/glob-stream': 6.1.1 + '@types/glob-stream': 8.0.2 '@types/node': 20.12.7 - '@types/rimraf': 2.0.5 - '@types/vinyl': 2.0.7 + '@types/vinyl': 2.0.12 dev: true - /@types/vinyl@2.0.7: - resolution: {integrity: sha512-4UqPv+2567NhMQuMLdKAyK4yzrfCqwaTt6bLhHEs8PFcxbHILsrxaY63n4wgE/BRLDWDQeI+WcTmkXKExh9hQg==} + /@types/vinyl@2.0.12: + resolution: {integrity: sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==} dependencies: '@types/expect': 1.20.4 '@types/node': 20.12.7 @@ -4149,7 +4174,7 @@ packages: typescript: optional: true dependencies: - '@eslint-community/regexpp': 4.6.2 + '@eslint-community/regexpp': 4.10.0 '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) @@ -4158,10 +4183,10 @@ packages: debug: 4.3.4 eslint: 8.57.0 graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.1 natural-compare: 1.4.0 semver: 7.6.0 - ts-api-utils: 1.0.1(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color @@ -4210,7 +4235,7 @@ packages: '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 - ts-api-utils: 1.0.1(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color @@ -4263,7 +4288,7 @@ packages: is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.0 - ts-api-utils: 1.0.1(typescript@5.4.5) + ts-api-utils: 1.3.0(typescript@5.4.5) typescript: 5.4.5 transitivePeerDependencies: - supports-color @@ -4276,8 +4301,8 @@ packages: eslint: ^7.0.0 || ^8.0.0 || >= 8.0.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@types/json-schema': 7.0.12 - '@types/semver': 7.5.0 + '@types/json-schema': 7.0.15 + '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) @@ -4320,9 +4345,9 @@ packages: vue: optional: true dependencies: - '@babel/core': 7.23.3 - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.23.3) - '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) + '@babel/core': 7.24.4 + '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) + '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) transitivePeerDependencies: - supports-color dev: true @@ -4362,25 +4387,27 @@ packages: - rollup dev: true - /@vue/babel-helper-vue-transform-on@1.1.5: - resolution: {integrity: sha512-SgUymFpMoAyWeYWLAY+MkCK3QEROsiUnfaw5zxOVD/M64KQs8D/4oK6Q5omVA2hnvEOE0SCkH2TZxs/jnnUj7w==} + /@vue/babel-helper-vue-transform-on@1.2.2: + resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==} dev: true - /@vue/babel-plugin-jsx@1.1.5(@babel/core@7.23.3): - resolution: {integrity: sha512-nKs1/Bg9U1n3qSWnsHhCVQtAzI6aQXqua8j/bZrau8ywT1ilXQbK4FwEJGmU8fV7tcpuFvWmmN7TMmV1OBma1g==} + /@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.4): + resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==} peerDependencies: '@babel/core': ^7.0.0-0 peerDependenciesMeta: '@babel/core': optional: true dependencies: - '@babel/core': 7.23.3 - '@babel/helper-module-imports': 7.24.3 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.23.3) + '@babel/core': 7.24.4 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) '@babel/template': 7.24.0 - '@babel/traverse': 7.23.4 + '@babel/traverse': 7.24.1 '@babel/types': 7.24.0 - '@vue/babel-helper-vue-transform-on': 1.1.5 + '@vue/babel-helper-vue-transform-on': 1.2.2 + '@vue/babel-plugin-resolve-type': 1.2.2(@babel/core@7.24.4) camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 @@ -4388,6 +4415,22 @@ packages: - supports-color dev: true + /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4): + resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/core': 7.24.4 + '@babel/helper-module-imports': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/parser': 7.24.4 + '@vue/compiler-sfc': 3.4.25 + dev: true + /@vue/compiler-core@3.4.25: resolution: {integrity: sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==} dependencies: @@ -4426,23 +4469,23 @@ packages: '@vue/shared': 3.4.25 dev: true - /@vue/devtools-api@7.0.27(vue@3.4.25): - resolution: {integrity: sha512-BFCFCusSDcw2UcOFD/QeK7OxD1x2C/m+uAN30Q7jLKECSW53hmz0urzJmX834GuWDZX/hIxkyUKnLLfEIP1c/w==} + /@vue/devtools-api@7.1.3(vue@3.4.25): + resolution: {integrity: sha512-W8IwFJ/o5iUk78jpqhvScbgCsPiOp2uileDVC0NDtW38gCWhsnu9SeBTjcdu3lbwLdsjc+H1c5Msd/x9ApbcFA==} dependencies: - '@vue/devtools-kit': 7.0.27(vue@3.4.25) + '@vue/devtools-kit': 7.1.3(vue@3.4.25) transitivePeerDependencies: - vue dev: true - /@vue/devtools-kit@7.0.27(vue@3.4.25): - resolution: {integrity: sha512-/A5xM38pPCFX5Yhl/lRFAzjyK6VNsH670nww2WbjFKWqlu3I+lMxWKzQkCW6A1V8bduITgl2kHORfg2gTw6QaA==} + /@vue/devtools-kit@7.1.3(vue@3.4.25): + resolution: {integrity: sha512-NFskFSJMVCBXTkByuk2llzI3KD3Blcm7WqiRorWjD6nClHPgkH5BobDH08rfulqq5ocRt5xV+3qOT1Q9FXJrwQ==} peerDependencies: vue: ^3.0.0 peerDependenciesMeta: vue: optional: true dependencies: - '@vue/devtools-shared': 7.0.27 + '@vue/devtools-shared': 7.1.3 hookable: 5.5.3 mitt: 3.0.1 perfect-debounce: 1.0.0 @@ -4450,8 +4493,8 @@ packages: vue: 3.4.25(typescript@5.4.5) dev: true - /@vue/devtools-shared@7.0.27: - resolution: {integrity: sha512-4VxtmZ6yjhiSloqZZq2UYU0TBGxOJ8GxWvp5OlAH70zYqi0FIAyWGPkOhvfoZ7DKQyv2UU0mmKzFHjsEkelGyQ==} + /@vue/devtools-shared@7.1.3: + resolution: {integrity: sha512-KJ3AfgjTn3tJz/XKF+BlVShNPecim3G21oHRue+YQOsooW+0s+qXvm09U09aO7yBza5SivL1QgxSrzAbiKWjhQ==} dependencies: rfdc: 1.3.1 dev: true @@ -4581,27 +4624,11 @@ packages: acorn: 8.11.3 dev: true - /acorn-walk@8.2.0: - resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} - engines: {node: '>=0.4.0'} - dev: false - - /acorn@8.10.0: - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - - /acorn@8.11.2: - resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /acorn@8.11.3: resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} @@ -4610,16 +4637,13 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: true - /agentkeepalive@4.3.0: - resolution: {integrity: sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==} + /agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} engines: {node: '>= 8.0.0'} dependencies: - debug: 4.3.4 - depd: 2.0.0 humanize-ms: 1.2.1 - transitivePeerDependencies: - - supports-color dev: true /aggregate-error@3.1.0: @@ -4639,23 +4663,24 @@ packages: uri-js: 4.4.1 dev: true - /algoliasearch@4.19.1: - resolution: {integrity: sha512-IJF5b93b2MgAzcE/tuzW0yOPnuUyRgGAtaPv5UUywXM8kzqfdwZTO4sPJBzoGz1eOy6H9uEchsJsBFTELZSu+g==} + /algoliasearch@4.23.3: + resolution: {integrity: sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==} dependencies: - '@algolia/cache-browser-local-storage': 4.19.1 - '@algolia/cache-common': 4.19.1 - '@algolia/cache-in-memory': 4.19.1 - '@algolia/client-account': 4.19.1 - '@algolia/client-analytics': 4.19.1 - '@algolia/client-common': 4.19.1 - '@algolia/client-personalization': 4.19.1 - '@algolia/client-search': 4.19.1 - '@algolia/logger-common': 4.19.1 - '@algolia/logger-console': 4.19.1 - '@algolia/requester-browser-xhr': 4.19.1 - '@algolia/requester-common': 4.19.1 - '@algolia/requester-node-http': 4.19.1 - '@algolia/transporter': 4.19.1 + '@algolia/cache-browser-local-storage': 4.23.3 + '@algolia/cache-common': 4.23.3 + '@algolia/cache-in-memory': 4.23.3 + '@algolia/client-account': 4.23.3 + '@algolia/client-analytics': 4.23.3 + '@algolia/client-common': 4.23.3 + '@algolia/client-personalization': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/logger-console': 4.23.3 + '@algolia/recommend': 4.23.3 + '@algolia/requester-browser-xhr': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/requester-node-http': 4.23.3 + '@algolia/transporter': 4.23.3 dev: true /ansi-align@3.0.1: @@ -4692,8 +4717,8 @@ packages: engines: {node: '>=12'} dev: true - /ansi-sequence-parser@1.1.0: - resolution: {integrity: sha512-lEm8mt52to2fT8GhciPCGeCXACSz2UwIN4X2e2LJSnZ5uAbn2/dsYdOmUXq0AtWS5cpAupysIneExOgH0Vd2TQ==} + /ansi-sequence-parser@1.1.1: + resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} dev: true /ansi-styles@3.2.1: @@ -4776,11 +4801,12 @@ packages: engines: {node: '>=0.10.0'} dev: true - /array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + /array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 - is-array-buffer: 3.0.2 + call-bind: 1.0.7 + is-array-buffer: 3.0.4 dev: true /array-each@1.0.1: @@ -4788,14 +4814,15 @@ packages: engines: {node: '>=0.10.0'} dev: true - /array-includes@3.1.7: - resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} + /array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 - get-intrinsic: 1.2.1 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 + get-intrinsic: 1.2.4 is-string: 1.0.7 dev: true @@ -4809,15 +4836,16 @@ packages: engines: {node: '>=8'} dev: true - /array.prototype.findlastindex@1.2.3: - resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} + /array.prototype.findlastindex@1.2.5: + resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 - es-shim-unscopables: 1.0.0 - get-intrinsic: 1.2.1 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-shim-unscopables: 1.0.2 dev: true /array.prototype.flat@1.3.2: @@ -4825,9 +4853,9 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 - es-shim-unscopables: 1.0.0 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 dev: true /array.prototype.flatmap@1.3.2: @@ -4835,22 +4863,23 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 - es-shim-unscopables: 1.0.0 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-shim-unscopables: 1.0.2 dev: true - /arraybuffer.prototype.slice@1.0.2: - resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==} + /arraybuffer.prototype.slice@1.0.3: + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} engines: {node: '>= 0.4'} dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.5 - define-properties: 1.2.0 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 - is-array-buffer: 3.0.2 - is-shared-array-buffer: 1.0.2 + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + is-array-buffer: 3.0.4 + is-shared-array-buffer: 1.0.3 dev: true /assign-symbols@1.0.0: @@ -4871,13 +4900,6 @@ packages: engines: {node: '>=14'} dev: true - /ast-types@0.13.4: - resolution: {integrity: sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==} - engines: {node: '>=4'} - dependencies: - tslib: 2.6.2 - dev: false - /ast-walker-scope@0.6.1: resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==} engines: {node: '>=16.14.0'} @@ -4918,9 +4940,11 @@ packages: hasBin: true dev: true - /available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + /available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} + dependencies: + possible-typed-array-names: 1.0.0 dev: true /await-to-done@1.0.2: @@ -4928,8 +4952,8 @@ packages: dependencies: tslib: 2.6.2 - /babel-plugin-polyfill-corejs2@0.4.10: - resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} + /babel-plugin-polyfill-corejs2@0.4.11: + resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 peerDependenciesMeta: @@ -4937,7 +4961,7 @@ packages: optional: true dependencies: '@babel/compat-data': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.6.1 + '@babel/helper-define-polyfill-provider': 0.6.2 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -4951,21 +4975,21 @@ packages: '@babel/core': optional: true dependencies: - '@babel/helper-define-polyfill-provider': 0.6.1 - core-js-compat: 3.36.1 + '@babel/helper-define-polyfill-provider': 0.6.2 + core-js-compat: 3.37.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.6.1: - resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} + /babel-plugin-polyfill-regenerator@0.6.2: + resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 peerDependenciesMeta: '@babel/core': optional: true dependencies: - '@babel/helper-define-polyfill-provider': 0.6.1 + '@babel/helper-define-polyfill-provider': 0.6.2 transitivePeerDependencies: - supports-color dev: true @@ -4998,8 +5022,8 @@ packages: safe-buffer: 5.1.2 dev: false - /binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} + /binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} engines: {node: '>=8'} dev: true @@ -5018,8 +5042,8 @@ packages: readable-stream: 3.6.2 dev: true - /bole@5.0.3: - resolution: {integrity: sha512-4o8wk9dlpU0e69sXhIsPIaFfXgOvj6en2GgZkG8hadkqNEqYKcz9Y70ijg7Kjq9hz2prJkWXljca5OBJZ451xg==} + /bole@5.0.11: + resolution: {integrity: sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==} dependencies: fast-safe-stringify: 2.1.1 individual: 3.0.0 @@ -5074,8 +5098,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001606 - electron-to-chromium: 1.4.729 + caniuse-lite: 1.0.30001612 + electron-to-chromium: 1.4.750 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.23.0) dev: true @@ -5107,17 +5131,12 @@ packages: engines: {node: '>=6'} dev: true - /builtins@5.0.1: - resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} + /builtins@5.1.0: + resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} dependencies: semver: 7.6.0 dev: true - /bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} - dev: false - /cacache@16.1.3: resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} @@ -5138,46 +5157,28 @@ packages: promise-inflight: 1.0.1 rimraf: 3.0.2 ssri: 9.0.1 - tar: 6.1.13 + tar: 6.2.1 unique-filename: 2.0.1 transitivePeerDependencies: - bluebird dev: true - /cacache@17.0.5: - resolution: {integrity: sha512-Y/PRQevNSsjAPWykl9aeGz8Pr+OI6BYM9fYDNMvOkuUiG9IhG4LEmaYrZZZvioMUEQ+cBCxT0v8wrnCURccyKA==} + /cacache@17.1.4: + resolution: {integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: '@npmcli/fs': 3.1.0 - fs-minipass: 3.0.1 - glob: 9.3.2 + fs-minipass: 3.0.3 + glob: 10.3.12 lru-cache: 7.18.3 - minipass: 4.2.5 + minipass: 7.0.4 minipass-collect: 1.0.2 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 p-map: 4.0.0 - promise-inflight: 1.0.1 - ssri: 10.0.1 - tar: 6.1.13 + ssri: 10.0.5 + tar: 6.2.1 unique-filename: 3.0.0 - transitivePeerDependencies: - - bluebird - dev: true - - /call-bind@1.0.2: - resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} - dependencies: - function-bind: 1.1.1 - get-intrinsic: 1.2.1 - dev: true - - /call-bind@1.0.5: - resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} - dependencies: - function-bind: 1.1.2 - get-intrinsic: 1.2.2 - set-function-length: 1.1.1 dev: true /call-bind@1.0.7: @@ -5199,8 +5200,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite@1.0.30001606: - resolution: {integrity: sha512-LPbwnW4vfpJId225pwjZJOgX1m9sGfbw/RKJvw/t0QhYOOaTXHvkjVGFGPpvwEzufrjvTlsULnVTxdy4/6cqkg==} + /caniuse-lite@1.0.30001612: + resolution: {integrity: sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==} dev: true /chalk@2.4.2: @@ -5251,7 +5252,7 @@ packages: normalize-path: 3.0.0 readdirp: 3.6.0 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /chownr@2.0.0: @@ -5299,10 +5300,6 @@ packages: restore-cursor: 4.0.0 dev: true - /cli-spinners@2.7.0: - resolution: {integrity: sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==} - engines: {node: '>=6'} - /cli-spinners@2.9.2: resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} @@ -5438,6 +5435,10 @@ packages: /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + /confbox@0.1.7: + resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} + dev: true + /consola@3.2.3: resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} engines: {node: ^14.18.0 || >=16.10.0} @@ -5472,18 +5473,19 @@ packages: resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} dev: false - /core-js-compat@3.36.1: - resolution: {integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==} + /core-js-compat@3.37.0: + resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==} dependencies: browserslist: 4.23.0 dev: true - /core-js@3.32.2: - resolution: {integrity: sha512-pxXSw1mYZPDGvTQqEc5vgIb83jGQKFGYWY76z4a7weZXUolw3G+OvpZqSRcfYOoOVUQJYEPsWeQK8pKEnUtWxQ==} + /core-js@3.37.0: + resolution: {integrity: sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==} requiresBuild: true /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + dev: true /cosmiconfig@8.3.6(typescript@5.4.5): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} @@ -5562,16 +5564,38 @@ packages: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} dev: true - /data-uri-to-buffer@3.0.1: - resolution: {integrity: sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==} - engines: {node: '>= 6'} - dev: false - /data-uri-to-buffer@4.0.1: resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} engines: {node: '>= 12'} dev: true + /data-view-buffer@1.0.1: + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + dev: true + + /data-view-byte-length@1.0.1: + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + dev: true + + /data-view-byte-offset@1.0.0: + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 + dev: true + /dayjs@1.11.10: resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} dev: false @@ -5621,6 +5645,7 @@ packages: /deep-is@0.1.4: resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + dev: true /deepmerge@4.3.1: resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} @@ -5639,15 +5664,6 @@ packages: dependencies: clone: 1.0.4 - /define-data-property@1.1.1: - resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} - engines: {node: '>= 0.4'} - dependencies: - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.0 - dev: true - /define-data-property@1.1.4: resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} @@ -5661,24 +5677,15 @@ packages: engines: {node: '>=8'} dev: true - /define-properties@1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + /define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} dependencies: - has-property-descriptors: 1.0.0 + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 object-keys: 1.1.1 dev: true - /degenerator@3.0.2: - resolution: {integrity: sha512-c0mef3SNQo56t6urUU6tdQAs+ThoD0o9B9MJ8HEt7NQcGEILCRFqQb7ZbP9JAv+QF1Ky5plydhMR/IrqWDm+TQ==} - engines: {node: '>= 6'} - dependencies: - ast-types: 0.13.4 - escodegen: 1.14.3 - esprima: 4.0.1 - vm2: 3.9.14 - dev: false - /delegates@1.0.0: resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} dev: true @@ -5686,6 +5693,7 @@ packages: /depd@2.0.0: resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} engines: {node: '>= 0.8'} + dev: false /dependency-tree@10.0.9: resolution: {integrity: sha512-dwc59FRIsht+HfnTVM0BCjJaEWxdq2YAvEDy4/Hn6CwS3CBWMtFnL3aZGAkQn3XCYxk/YcTDE4jX2Q7bFTwCjA==} @@ -5716,7 +5724,7 @@ packages: hasBin: true dependencies: ast-module-types: 5.0.0 - escodegen: 2.0.0 + escodegen: 2.1.0 get-amd-module-type: 5.0.1 node-source-walk: 6.0.2 dev: true @@ -5741,8 +5749,8 @@ packages: engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} dependencies: is-url: 1.2.4 - postcss: 8.4.35 - postcss-values-parser: 6.0.2(postcss@8.4.35) + postcss: 8.4.38 + postcss-values-parser: 6.0.2(postcss@8.4.38) dev: true /detective-sass@5.0.3: @@ -5778,11 +5786,9 @@ packages: - supports-color dev: true - /digest-header@1.0.0: - resolution: {integrity: sha512-sRTuakZ2PkOUCuAaVv+SLjhr/hRf8ldZP0XnGEQ69RFGxmll5fVaMsnRXWKKK4XsUTnJf8+eRPSFNgE/lWa9wQ==} + /digest-header@1.1.0: + resolution: {integrity: sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==} engines: {node: '>= 8.0.0'} - dependencies: - utility: 1.17.0 dev: false /dir-glob@3.0.1: @@ -5825,8 +5831,8 @@ packages: domelementtype: 2.3.0 dev: true - /domutils@3.0.1: - resolution: {integrity: sha512-z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==} + /domutils@3.1.0: + resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} dependencies: dom-serializer: 2.0.0 domelementtype: 2.3.0 @@ -5852,7 +5858,7 @@ packages: end-of-stream: 1.4.4 inherits: 2.0.4 readable-stream: 2.3.8 - stream-shift: 1.0.1 + stream-shift: 1.0.3 dev: true /each-props@3.0.0: @@ -5871,8 +5877,8 @@ packages: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} dev: false - /electron-to-chromium@1.4.729: - resolution: {integrity: sha512-bx7+5Saea/qu14kmPTDHQxkp2UnziG3iajUQu3BxFvCOnpAJdDbMV4rSl+EqFDkkpNNVUFlR1kDfpL59xfy1HA==} + /electron-to-chromium@1.4.750: + resolution: {integrity: sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==} dev: true /emoji-regex@8.0.0: @@ -5921,49 +5927,56 @@ packages: dependencies: is-arrayish: 0.2.1 - /es-abstract@1.22.3: - resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==} + /es-abstract@1.23.3: + resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} engines: {node: '>= 0.4'} dependencies: - array-buffer-byte-length: 1.0.0 - arraybuffer.prototype.slice: 1.0.2 - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 - es-set-tostringtag: 2.0.1 + array-buffer-byte-length: 1.0.1 + arraybuffer.prototype.slice: 1.0.3 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + data-view-buffer: 1.0.1 + data-view-byte-length: 1.0.1 + data-view-byte-offset: 1.0.0 + es-define-property: 1.0.0 + es-errors: 1.3.0 + es-object-atoms: 1.0.0 + es-set-tostringtag: 2.0.3 es-to-primitive: 1.2.1 function.prototype.name: 1.1.6 - get-intrinsic: 1.2.2 - get-symbol-description: 1.0.0 + get-intrinsic: 1.2.4 + get-symbol-description: 1.0.2 globalthis: 1.0.3 gopd: 1.0.1 - has-property-descriptors: 1.0.0 - has-proto: 1.0.1 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 has-symbols: 1.0.3 - hasown: 2.0.0 - internal-slot: 1.0.5 - is-array-buffer: 3.0.2 + hasown: 2.0.2 + internal-slot: 1.0.7 + is-array-buffer: 3.0.4 is-callable: 1.2.7 - is-negative-zero: 2.0.2 + is-data-view: 1.0.1 + is-negative-zero: 2.0.3 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 + is-shared-array-buffer: 1.0.3 is-string: 1.0.7 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 is-weakref: 1.0.2 object-inspect: 1.13.1 object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.1 - safe-array-concat: 1.0.1 - safe-regex-test: 1.0.0 - string.prototype.trim: 1.2.8 - string.prototype.trimend: 1.0.7 - string.prototype.trimstart: 1.0.7 - typed-array-buffer: 1.0.0 - typed-array-byte-length: 1.0.0 - typed-array-byte-offset: 1.0.0 - typed-array-length: 1.0.4 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + safe-array-concat: 1.1.2 + safe-regex-test: 1.0.3 + string.prototype.trim: 1.2.9 + string.prototype.trimend: 1.0.8 + string.prototype.trimstart: 1.0.8 + typed-array-buffer: 1.0.2 + typed-array-byte-length: 1.0.1 + typed-array-byte-offset: 1.0.2 + typed-array-length: 1.0.6 unbox-primitive: 1.0.2 - which-typed-array: 1.1.13 + which-typed-array: 1.1.15 dev: true /es-define-property@1.0.0: @@ -5976,23 +5989,30 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - /es-module-lexer@1.3.1: - resolution: {integrity: sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==} + /es-module-lexer@1.5.0: + resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} dev: true - /es-set-tostringtag@2.0.1: - resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + /es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.1 - has: 1.0.3 - has-tostringtag: 1.0.0 + es-errors: 1.3.0 dev: true - /es-shim-unscopables@1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + /es-set-tostringtag@2.0.3: + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} + engines: {node: '>= 0.4'} dependencies: - has: 1.0.3 + get-intrinsic: 1.2.4 + has-tostringtag: 1.0.2 + hasown: 2.0.2 + dev: true + + /es-shim-unscopables@1.0.2: + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + dependencies: + hasown: 2.0.2 dev: true /es-to-primitive@1.2.1: @@ -6143,7 +6163,7 @@ packages: resolution: {integrity: sha512-BJaecVcClXVa5lO7TbHp+CgWtUmYrtZHyPYDx1JVTO3OOXdQM569vbJOeQGPucbYThuWTiNUUNeLEc4+EZk8QQ==} dependencies: esbuild: 0.20.2 - node-fetch: 3.3.1 + node-fetch: 3.3.2 semver: 7.6.0 dev: true @@ -6156,8 +6176,8 @@ packages: dev: true optional: true - /esbuild-register@3.4.2(esbuild@0.14.54): - resolution: {integrity: sha512-kG/XyTDyz6+YDuyfB9ZoSIOOmgyFCH+xPRtsCa8W85HLRV5Csp+o3jWVbOSHgSLfyLc5DmP+KFDNwty4mEjC+Q==} + /esbuild-register@3.5.0(esbuild@0.14.54): + resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} peerDependencies: esbuild: '>=0.12 <1' peerDependenciesMeta: @@ -6296,8 +6316,8 @@ packages: '@esbuild/win32-x64': 0.20.2 dev: true - /escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + /escalade@3.1.2: + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} engines: {node: '>=6'} dev: true @@ -6314,43 +6334,20 @@ packages: engines: {node: '>=10'} dev: true - /escodegen@1.14.3: - resolution: {integrity: sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==} - engines: {node: '>=4.0'} - hasBin: true - dependencies: - esprima: 4.0.1 - estraverse: 4.3.0 - esutils: 2.0.3 - optionator: 0.8.3 - optionalDependencies: - source-map: 0.6.1 - dev: false - - /escodegen@2.0.0: - resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} + /escodegen@2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} engines: {node: '>=6.0'} hasBin: true dependencies: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 - optionator: 0.8.3 optionalDependencies: source-map: 0.6.1 dev: true - /eslint-compat-utils@0.1.2(eslint@8.57.0): - resolution: {integrity: sha512-Jia4JDldWnFNIru1Ehx1H5s9/yxiRHY/TimCuUc0jNexew3cF1gI6CYZil1ociakfWO3rRqFjl1mskBblB3RYg==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=6.0.0 || >= 8.0.0' - dependencies: - eslint: 8.57.0 - dev: true - - /eslint-compat-utils@0.4.1(eslint@8.57.0): - resolution: {integrity: sha512-5N7ZaJG5pZxUeNNJfUchurLVrunD1xJvyg5kYOIVF8kg1f3ajTikmAu/5fZ9w100omNPOoMjngRszh/Q/uFGMg==} + /eslint-compat-utils@0.5.0(eslint@8.57.0): + resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} engines: {node: '>=12'} peerDependencies: eslint: '>=6.0.0 || >= 8.0.0' @@ -6373,13 +6370,13 @@ packages: dependencies: debug: 3.2.7 is-core-module: 2.13.1 - resolve: 1.22.4 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} + /eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -6407,16 +6404,16 @@ packages: - supports-color dev: true - /eslint-plugin-es-x@7.5.0(eslint@8.57.0): - resolution: {integrity: sha512-ODswlDSO0HJDzXU0XvgZ3lF3lS3XAZEossh15Q2UHjwrJggWeBoKqqEsLTZLXl+dh5eOAozG0zRcYtuE35oTuQ==} + /eslint-plugin-es-x@7.6.0(eslint@8.57.0): + resolution: {integrity: sha512-I0AmeNgevgaTR7y2lrVCJmGYF0rjoznpDvqV/kIkZSZbZ8Rw3eu4cGlvBBULScfkSOCzqKbff5LR4CNrV7mZHA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=8 || >= 8.0.0' dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@eslint-community/regexpp': 4.6.2 + '@eslint-community/regexpp': 4.10.0 eslint: 8.57.0 - eslint-compat-utils: 0.1.2(eslint@8.57.0) + eslint-compat-utils: 0.5.0(eslint@8.57.0) dev: true /eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0): @@ -6427,7 +6424,7 @@ packages: dependencies: escape-string-regexp: 1.0.5 eslint: 8.57.0 - ignore: 5.2.4 + ignore: 5.3.1 dev: true /eslint-plugin-html@7.1.0: @@ -6447,22 +6444,22 @@ packages: optional: true dependencies: '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) - array-includes: 3.1.7 - array.prototype.findlastindex: 1.2.3 + array-includes: 3.1.8 + array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) - hasown: 2.0.0 + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.fromentries: 2.0.7 - object.groupby: 1.0.1 - object.values: 1.1.7 + object.fromentries: 2.0.8 + object.groupby: 1.0.3 + object.values: 1.2.0 semver: 6.3.1 tsconfig-paths: 3.15.0 transitivePeerDependencies: @@ -6471,8 +6468,8 @@ packages: - supports-color dev: true - /eslint-plugin-jsdoc@48.2.0(eslint@8.57.0): - resolution: {integrity: sha512-O2B1XLBJnUCRkggFzUQ+PBYJDit8iAgXdlu8ucolqGrbmOWPvttZQZX8d1sC0MbqDMSLs8SHSQxaNPRY1RQREg==} + /eslint-plugin-jsdoc@48.2.3(eslint@8.57.0): + resolution: {integrity: sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==} engines: {node: '>=18'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 || >= 8.0.0 @@ -6491,15 +6488,15 @@ packages: - supports-color dev: true - /eslint-plugin-jsonc@2.13.0(eslint@8.57.0): - resolution: {integrity: sha512-2wWdJfpO/UbZzPDABuUVvlUQjfMJa2p2iQfYt/oWxOMpXCcjuiMUSaA02gtY/Dbu82vpaSqc+O7Xq6ECHwtIxA==} + /eslint-plugin-jsonc@2.15.1(eslint@8.57.0): + resolution: {integrity: sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0 || >= 8.0.0' dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) eslint: 8.57.0 - eslint-compat-utils: 0.4.1(eslint@8.57.0) + eslint-compat-utils: 0.5.0(eslint@8.57.0) espree: 9.6.1 graphemer: 1.4.0 jsonc-eslint-parser: 2.4.0 @@ -6526,16 +6523,16 @@ packages: eslint: '>=7.0.0 || >= 8.0.0' dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - builtins: 5.0.1 + builtins: 5.1.0 eslint: 8.57.0 - eslint-plugin-es-x: 7.5.0(eslint@8.57.0) - get-tsconfig: 4.7.2 + eslint-plugin-es-x: 7.6.0(eslint@8.57.0) + get-tsconfig: 4.7.3 globals: 13.24.0 - ignore: 5.2.4 + ignore: 5.3.1 is-builtin-module: 3.2.1 is-core-module: 2.13.1 minimatch: 3.1.2 - resolve: 1.22.4 + resolve: 1.22.8 semver: 7.6.0 dev: true @@ -6593,18 +6590,18 @@ packages: lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 - regexp-tree: 0.1.24 + regexp-tree: 0.1.27 safe-regex: 2.1.1 semver: 7.6.0 strip-indent: 3.0.0 dev: true - /eslint-plugin-vitest-globals@1.4.0: - resolution: {integrity: sha512-WE+YlK9X9s4vf5EaYRU0Scw7WItDZStm+PapFSYlg2ABNtaQ4zIG7wEqpoUB3SlfM+SgkhgmzR0TeJOO5k3/Nw==} + /eslint-plugin-vitest-globals@1.5.0: + resolution: {integrity: sha512-ZSsVOaOIig0oVLzRTyk8lUfBfqzWxr/J3/NFMfGGRIkGQPejJYmDH3gXmSJxAojts77uzAGB/UmVrwi2DC4LYA==} dev: true - /eslint-plugin-vue-scoped-css@2.7.2(eslint@8.57.0)(vue-eslint-parser@9.4.2): - resolution: {integrity: sha512-myJ99CJuwmAx5kq1WjgIeaUkxeU6PIEUh7age79Alm30bhN4fVTapOQLSMlvVTgxr36Y3igsZ3BCJM32LbHHig==} + /eslint-plugin-vue-scoped-css@2.8.0(eslint@8.57.0)(vue-eslint-parser@9.4.2): + resolution: {integrity: sha512-JXb3Um4+AhuDGxSX6FAGCI0p811xF7W8L7yxC8wmAEZEI/teTjlpC09noqQZHXn53RZ/TGQJ8Onaq4teYLxBbg==} engines: {node: ^12.22 || ^14.17 || >=16} peerDependencies: eslint: '>=5.0.0 || >= 8.0.0' @@ -6612,29 +6609,30 @@ packages: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) eslint: 8.57.0 - eslint-compat-utils: 0.4.1(eslint@8.57.0) + eslint-compat-utils: 0.5.0(eslint@8.57.0) lodash: 4.17.21 postcss: 8.4.38 postcss-safe-parser: 6.0.0(postcss@8.4.38) - postcss-scss: 4.0.6(postcss@8.4.38) - postcss-selector-parser: 6.0.15 + postcss-scss: 4.0.9(postcss@8.4.38) + postcss-selector-parser: 6.0.16 postcss-styl: 0.12.3 vue-eslint-parser: 9.4.2(eslint@8.57.0) transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-vue@9.22.0(eslint@8.57.0): - resolution: {integrity: sha512-7wCXv5zuVnBtZE/74z4yZ0CM8AjH6bk4MQGm7hZjUC2DBppKU5ioeOk5LGSg/s9a1ZJnIsdPLJpXnu1Rc+cVHg==} + /eslint-plugin-vue@9.25.0(eslint@8.57.0): + resolution: {integrity: sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: - eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || >= 8.0.0 + eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || >= 8.0.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) eslint: 8.57.0 + globals: 13.24.0 natural-compare: 1.4.0 nth-check: 2.1.1 - postcss-selector-parser: 6.0.15 + postcss-selector-parser: 6.0.16 semver: 7.6.0 vue-eslint-parser: 9.4.2(eslint@8.57.0) xml-name-validator: 4.0.0 @@ -6642,15 +6640,15 @@ packages: - supports-color dev: true - /eslint-plugin-yml@1.12.2(eslint@8.57.0): - resolution: {integrity: sha512-hvS9p08FhPT7i/ynwl7/Wt7ke7Rf4P2D6fT8lZlL43peZDTsHtH2A0SIFQ7Kt7+mJ6if6P+FX3iJhMkdnxQwpg==} + /eslint-plugin-yml@1.14.0(eslint@8.57.0): + resolution: {integrity: sha512-ESUpgYPOcAYQO9czugcX5OqRvn/ydDVwGCPXY4YjPqc09rHaUVUA6IE6HLQys4rXk/S+qx3EwTd1wHCwam/OWQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0 || >= 8.0.0' dependencies: debug: 4.3.4 eslint: 8.57.0 - eslint-compat-utils: 0.4.1(eslint@8.57.0) + eslint-compat-utils: 0.5.0(eslint@8.57.0) lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.2.2 @@ -6700,7 +6698,7 @@ packages: hasBin: true dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@eslint-community/regexpp': 4.6.2 + '@eslint-community/regexpp': 4.10.0 '@eslint/eslintrc': 2.1.4 '@eslint/js': 8.57.0 '@humanwhocodes/config-array': 0.11.14 @@ -6724,7 +6722,7 @@ packages: glob-parent: 6.0.2 globals: 13.24.0 graphemer: 1.4.0 - ignore: 5.2.4 + ignore: 5.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 @@ -6734,7 +6732,7 @@ packages: lodash.merge: 4.6.2 minimatch: 3.1.2 natural-compare: 1.4.0 - optionator: 0.9.3 + optionator: 0.9.4 strip-ansi: 6.0.1 text-table: 0.2.0 transitivePeerDependencies: @@ -6754,6 +6752,7 @@ packages: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} hasBin: true + dev: true /esquery@1.5.0: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} @@ -6772,6 +6771,7 @@ packages: /estraverse@4.3.0: resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} engines: {node: '>=4.0'} + dev: true /estraverse@5.3.0: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} @@ -6785,6 +6785,7 @@ packages: /esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} + dev: true /expand-tilde@2.0.2: resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} @@ -6793,6 +6794,10 @@ packages: homedir-polyfill: 1.0.3 dev: true + /exponential-backoff@3.1.1: + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + dev: true + /extend-shallow@2.0.1: resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} engines: {node: '>=0.10.0'} @@ -6825,8 +6830,8 @@ packages: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: true - /fast-diff@1.2.0: - resolution: {integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==} + /fast-diff@1.3.0: + resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} dev: true /fast-fifo@1.3.2: @@ -6850,6 +6855,7 @@ packages: /fast-levenshtein@2.0.6: resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + dev: true /fast-levenshtein@3.0.0: resolution: {integrity: sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==} @@ -6866,8 +6872,8 @@ packages: engines: {node: '>= 4.9.1'} dev: true - /fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + /fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} dependencies: reusify: 1.0.4 dev: true @@ -6877,7 +6883,7 @@ packages: engines: {node: ^12.20 || >= 14.13} dependencies: node-domexception: 1.0.0 - web-streams-polyfill: 3.2.1 + web-streams-polyfill: 3.3.3 dev: true /figures@3.2.0: @@ -6894,11 +6900,6 @@ packages: flat-cache: 3.2.0 dev: true - /file-uri-to-path@2.0.0: - resolution: {integrity: sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==} - engines: {node: '>= 6'} - dev: false - /filesize@6.4.0: resolution: {integrity: sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==} engines: {node: '>= 0.4.0'} @@ -6915,7 +6916,7 @@ packages: is-relative-path: 1.0.2 module-definition: 5.0.1 module-lookup-amd: 8.0.5 - resolve: 1.22.4 + resolve: 1.22.8 resolve-dependency-path: 3.0.2 sass-lookup: 5.0.1 stylus-lookup: 5.0.1 @@ -7031,8 +7032,8 @@ packages: fetch-blob: 3.2.0 dev: true - /formstream@1.2.0: - resolution: {integrity: sha512-ef4F+FQLnQLly1/AZ5OGNgGzzlOmp+T7+L/TaXASJ1GrETrpZb78/Mz7z+1Ra5FX3nLZE0WIOInGOoa81LxWew==} + /formstream@1.3.1: + resolution: {integrity: sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==} dependencies: destroy: 1.2.0 mime: 2.6.0 @@ -7048,15 +7049,6 @@ packages: universalify: 0.1.2 dev: true - /fs-extra@8.1.0: - resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} - engines: {node: '>=6 <7 || >=8'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - /fs-minipass@2.1.0: resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} engines: {node: '>= 8'} @@ -7064,11 +7056,11 @@ packages: minipass: 3.3.6 dev: true - /fs-minipass@3.0.1: - resolution: {integrity: sha512-MhaJDcFRTuLidHrIttu0RDGyyXs/IYHVmlcxfLAEFIWjc1vdLAkdwT7Ace2u7DbitWC0toKMl5eJZRYNVreIMw==} + /fs-minipass@3.0.3: + resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 4.2.5 + minipass: 7.0.4 dev: true /fs-mkdirp-stream@1.0.0: @@ -7090,25 +7082,14 @@ packages: /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - /fsevents@2.3.2: - resolution: {integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==} + /fsevents@2.3.3: + resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} os: [darwin] requiresBuild: true dev: true optional: true - /ftp@0.3.10: - resolution: {integrity: sha512-faFVML1aBx2UoDStmLwv2Wptt4vw5x03xxX172nhA5Y5HBshW5JweqQ2W4xL4dezQTG8inJsuYcpPHHU3X5OTQ==} - engines: {node: '>=0.8.0'} - dependencies: - readable-stream: 1.1.14 - xregexp: 2.0.0 - dev: false - - /function-bind@1.1.1: - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} - /function-bind@1.1.2: resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} @@ -7116,9 +7097,9 @@ packages: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.0 - es-abstract: 1.22.3 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 functions-have-names: 1.2.3 dev: true @@ -7158,65 +7139,35 @@ packages: engines: {node: 6.* || 8.* || >= 10.*} dev: true - /get-intrinsic@1.2.1: - resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} - dependencies: - function-bind: 1.1.1 - has: 1.0.3 - has-proto: 1.0.1 - has-symbols: 1.0.3 - - /get-intrinsic@1.2.2: - resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} - dependencies: - function-bind: 1.1.2 - has-proto: 1.0.1 - has-symbols: 1.0.3 - hasown: 2.0.0 - dev: true - /get-intrinsic@1.2.4: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} dependencies: es-errors: 1.3.0 function-bind: 1.1.2 - has-proto: 1.0.1 + has-proto: 1.0.3 has-symbols: 1.0.3 - hasown: 2.0.0 + hasown: 2.0.2 /get-own-enumerable-property-symbols@3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: true - /get-symbol-description@1.0.0: - resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} + /get-symbol-description@1.0.2: + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 dev: true - /get-tsconfig@4.7.2: - resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==} + /get-tsconfig@4.7.3: + resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==} dependencies: resolve-pkg-maps: 1.0.0 dev: true - /get-uri@3.0.2: - resolution: {integrity: sha512-+5s0SJbGoyiJTZZ2JTpFPLMPSch72KEqGOTvQsBqg0RBWvwhWUSYZFAtz3TPW0GXJuLBJPts1E241iHg+VRfhg==} - engines: {node: '>= 6'} - dependencies: - '@tootallnate/once': 1.1.2 - data-uri-to-buffer: 3.0.1 - debug: 4.3.4 - file-uri-to-path: 2.0.0 - fs-extra: 8.1.0 - ftp: 0.3.10 - transitivePeerDependencies: - - supports-color - dev: false - /glob-parent@3.1.0: resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} dependencies: @@ -7260,7 +7211,7 @@ packages: dependencies: '@gulpjs/to-absolute-glob': 4.0.0 anymatch: 3.1.3 - fastq: 1.15.0 + fastq: 1.17.1 glob-parent: 6.0.2 is-glob: 4.0.3 is-negated-glob: 1.0.0 @@ -7276,16 +7227,16 @@ packages: chokidar: 3.6.0 dev: true - /glob@10.3.10: - resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} + /glob@10.3.12: + resolution: {integrity: sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: foreground-child: 3.1.1 jackspeak: 2.3.6 - minimatch: 9.0.3 - minipass: 5.0.0 - path-scurry: 1.10.1 + minimatch: 9.0.4 + minipass: 7.0.4 + path-scurry: 1.10.2 dev: true /glob@7.2.3: @@ -7309,16 +7260,6 @@ packages: once: 1.4.0 dev: true - /glob@9.3.2: - resolution: {integrity: sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==} - engines: {node: '>=16 || 14 >=14.17'} - dependencies: - fs.realpath: 1.0.0 - minimatch: 7.4.3 - minipass: 4.2.5 - path-scurry: 1.10.1 - dev: true - /global-modules@1.0.0: resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} engines: {node: '>=0.10.0'} @@ -7371,7 +7312,7 @@ packages: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.2.0 + define-properties: 1.2.1 dev: true /globby@11.1.0: @@ -7381,7 +7322,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.2.4 + ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -7404,10 +7345,11 @@ packages: /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: - get-intrinsic: 1.2.1 + get-intrinsic: 1.2.4 /graceful-fs@4.2.11: resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + dev: true /graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} @@ -7472,8 +7414,8 @@ packages: duplexer: 0.1.2 dev: true - /handlebars@4.7.7: - resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} + /handlebars@4.7.8: + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} engines: {node: '>=0.4.7'} hasBin: true dependencies: @@ -7497,27 +7439,21 @@ packages: resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} engines: {node: '>=8'} - /has-property-descriptors@1.0.0: - resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} - dependencies: - get-intrinsic: 1.2.1 - dev: true - /has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} dependencies: es-define-property: 1.0.0 - /has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + /has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} engines: {node: '>= 0.4'} /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} - /has-tostringtag@1.0.0: - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + /has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 @@ -7527,14 +7463,8 @@ packages: resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} dev: true - /has@1.0.3: - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} - engines: {node: '>= 0.4.0'} - dependencies: - function-bind: 1.1.1 - - /hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + /hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} dependencies: function-bind: 1.1.2 @@ -7571,7 +7501,7 @@ packages: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 - domutils: 3.0.1 + domutils: 3.1.0 entities: 4.5.0 dev: true @@ -7579,28 +7509,6 @@ packages: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: true - /http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} - dependencies: - depd: 2.0.0 - inherits: 2.0.4 - setprototypeof: 1.2.0 - statuses: 2.0.1 - toidentifier: 1.0.1 - dev: false - - /http-proxy-agent@4.0.1: - resolution: {integrity: sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==} - engines: {node: '>= 6'} - dependencies: - '@tootallnate/once': 1.1.2 - agent-base: 6.0.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: false - /http-proxy-agent@5.0.0: resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} engines: {node: '>= 6'} @@ -7620,6 +7528,7 @@ packages: debug: 4.3.4 transitivePeerDependencies: - supports-color + dev: true /humanize-ms@1.2.1: resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} @@ -7636,7 +7545,6 @@ packages: /iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} engines: {node: '>=0.10.0'} - requiresBuild: true dependencies: safer-buffer: 2.1.2 dev: true @@ -7644,15 +7552,15 @@ packages: /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - /ignore-walk@6.0.2: - resolution: {integrity: sha512-ezmQ1Dg2b3jVZh2Dh+ar6Eu2MqNSTkyb32HU2MAQQQX9tKM3q/UQ/9lf03lQ5hW+fOeoMnwxwkleZ0xcNp0/qg==} + /ignore-walk@6.0.4: + resolution: {integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minimatch: 7.4.3 + minimatch: 9.0.4 dev: true - /ignore@5.2.4: - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} + /ignore@5.3.1: + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} dev: true @@ -7724,13 +7632,13 @@ packages: wrap-ansi: 6.2.0 dev: false - /internal-slot@1.0.5: - resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + /internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.1 - has: 1.0.3 - side-channel: 1.0.4 + es-errors: 1.3.0 + hasown: 2.0.2 + side-channel: 1.0.6 dev: true /interpret@1.4.0: @@ -7747,12 +7655,17 @@ packages: resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==} engines: {node: '>=8'} - /ip@1.1.8: - resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==} - dev: false + /ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} + dependencies: + jsbn: 1.1.0 + sprintf-js: 1.1.3 + dev: true - /ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + /ip@1.1.9: + resolution: {integrity: sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==} + dev: false /is-absolute@1.0.0: resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} @@ -7773,12 +7686,12 @@ packages: is-decimal: 1.0.4 dev: true - /is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + /is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 - is-typed-array: 1.1.10 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 dev: true /is-arrayish@0.2.1: @@ -7794,7 +7707,7 @@ packages: resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} engines: {node: '>=8'} dependencies: - binary-extensions: 2.2.0 + binary-extensions: 2.3.0 dev: true /is-boolean-object@1.1.2: @@ -7802,7 +7715,7 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-buffer@1.1.6: @@ -7821,22 +7734,23 @@ packages: engines: {node: '>= 0.4'} dev: true - /is-core-module@2.13.0: - resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} - dependencies: - has: 1.0.3 - dev: true - /is-core-module@2.13.1: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: - hasown: 2.0.0 + hasown: 2.0.2 + + /is-data-view@1.0.1: + resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + engines: {node: '>= 0.4'} + dependencies: + is-typed-array: 1.1.13 + dev: true /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-decimal@1.0.4: @@ -7910,8 +7824,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /is-negative-zero@2.0.2: - resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + /is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} dev: true @@ -7919,7 +7833,7 @@ packages: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-number@7.0.0: @@ -7959,8 +7873,8 @@ packages: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 - has-tostringtag: 1.0.0 + call-bind: 1.0.7 + has-tostringtag: 1.0.2 dev: true /is-regexp@1.0.0: @@ -7979,17 +7893,18 @@ packages: is-unc-path: 1.0.0 dev: true - /is-shared-array-buffer@1.0.2: - resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + /is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 dev: true /is-string@1.0.7: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-symbol@1.0.4: @@ -7999,22 +7914,11 @@ packages: has-symbols: 1.0.3 dev: true - /is-typed-array@1.1.10: - resolution: {integrity: sha512-PJqgEHiWZvMpaFZ3uTc8kHPM4+4ADTlDniuQL7cU/UDA0Ql7F70yGfHph3cLNe+c9toaigv+DFzTJKhc2CtO6A==} + /is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.7 - for-each: 0.3.3 - gopd: 1.0.1 - has-tostringtag: 1.0.0 - dev: true - - /is-typed-array@1.1.12: - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} - engines: {node: '>= 0.4'} - dependencies: - which-typed-array: 1.1.13 + which-typed-array: 1.1.15 dev: true /is-unc-path@1.0.0: @@ -8054,7 +7958,7 @@ packages: /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 dev: true /is-windows@1.0.2: @@ -8069,10 +7973,6 @@ packages: is-docker: 2.2.1 dev: true - /isarray@0.0.1: - resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} - dev: false - /isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} dev: true @@ -8102,13 +8002,13 @@ packages: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: true - /js-cool@2.8.0(core-js@3.32.2)(tslib@2.6.2): + /js-cool@2.8.0(core-js@3.37.0)(tslib@2.6.2): resolution: {integrity: sha512-k2oWpZfYgqXaciJaG/aAKg2PoNyiZ37SeO0t6yVtlolY50Lwv8WnqmSekSAHTrXvxtLzN4VNj8eGhQi9lG6abQ==} peerDependencies: core-js: '>=3.0.0' tslib: '>=2.0.0' dependencies: - core-js: 3.32.2 + core-js: 3.37.0 tslib: 2.6.2 dev: false @@ -8128,7 +8028,6 @@ packages: /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - requiresBuild: true /js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} @@ -8136,6 +8035,10 @@ packages: dependencies: argparse: 2.0.1 + /jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + dev: true + /jsdoc-type-pratt-parser@4.0.0: resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} engines: {node: '>=12.0.0'} @@ -8163,8 +8066,8 @@ packages: /json-parse-even-better-errors@2.3.1: resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} - /json-parse-even-better-errors@3.0.0: - resolution: {integrity: sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==} + /json-parse-even-better-errors@3.0.1: + resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dev: true @@ -8197,20 +8100,21 @@ packages: resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.11.2 + acorn: 8.11.3 eslint-visitor-keys: 3.4.3 espree: 9.6.1 semver: 7.6.0 dev: true - /jsonc-parser@3.2.0: - resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + /jsonc-parser@3.2.1: + resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} dev: true /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: graceful-fs: 4.2.11 + dev: true /jsonparse@1.3.1: resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} @@ -8258,13 +8162,6 @@ packages: engines: {node: '>=10.13.0'} dev: true - /levn@0.3.0: - resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - /levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -8283,7 +8180,7 @@ packages: flagged-respawn: 2.0.0 is-plain-object: 5.0.0 rechoir: 0.8.0 - resolve: 1.22.4 + resolve: 1.22.8 dev: true /lines-and-columns@1.2.4: @@ -8317,7 +8214,7 @@ packages: resolution: {integrity: sha512-L0O2nUOOZ2bNMvFudewMPDhdJqtNoxEHUUhy0Z22aEZXSzmvR1UK5utu67uTpmwmFo+UrdycWceGuifcsgJi5w==} engines: {node: '>=12.20'} dependencies: - '@types/js-yaml': 4.0.5 + '@types/js-yaml': 4.0.9 js-yaml: 4.1.0 tslib: 2.6.2 dev: true @@ -8326,8 +8223,8 @@ packages: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} dependencies: - mlly: 1.4.2 - pkg-types: 1.0.3 + mlly: 1.6.1 + pkg-types: 1.1.0 dev: true /locate-path@5.0.0: @@ -8400,10 +8297,16 @@ packages: is-unicode-supported: 1.3.0 dev: true + /lru-cache@10.2.1: + resolution: {integrity: sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==} + engines: {node: 14 || >=16.14} + dev: true + /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 + dev: true /lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} @@ -8416,11 +8319,6 @@ packages: engines: {node: '>=12'} dev: true - /lru-cache@9.1.1: - resolution: {integrity: sha512-65/Jky17UwSb0BuB9V+MyDpsOtXKmYwzhyl+cOa9XUiI4uV2Ouy/2voFP3+al0BjZbJgMBD8FojMpAf+Z+qn4A==} - engines: {node: 14 || >=16.14} - dev: true - /lunr@2.3.9: resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} dev: true @@ -8477,7 +8375,7 @@ packages: resolution: {integrity: sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==} engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: - agentkeepalive: 4.3.0 + agentkeepalive: 4.5.0 cacache: 16.1.3 http-cache-semantics: 4.1.1 http-proxy-agent: 5.0.0 @@ -8498,27 +8396,26 @@ packages: - supports-color dev: true - /make-fetch-happen@11.0.3: - resolution: {integrity: sha512-oPLh5m10lRNNZDjJ2kP8UpboUx2uFXVaVweVe/lWut4iHWcQEmfqSVJt2ihZsFI8HbpwyyocaXbCAWf0g1ukIA==} + /make-fetch-happen@11.1.1: + resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - agentkeepalive: 4.3.0 - cacache: 17.0.5 + agentkeepalive: 4.5.0 + cacache: 17.1.4 http-cache-semantics: 4.1.1 http-proxy-agent: 5.0.0 https-proxy-agent: 5.0.1 is-lambda: 1.0.1 lru-cache: 7.18.3 - minipass: 4.2.5 - minipass-fetch: 3.0.1 + minipass: 5.0.0 + minipass-fetch: 3.0.4 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 negotiator: 0.6.3 promise-retry: 2.0.1 socks-proxy-agent: 7.0.0 - ssri: 10.0.1 + ssri: 10.0.5 transitivePeerDependencies: - - bluebird - supports-color dev: true @@ -8566,7 +8463,7 @@ packages: /mdast-util-from-markdown@0.8.5: resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} dependencies: - '@types/mdast': 3.0.11 + '@types/mdast': 3.0.15 mdast-util-to-string: 2.0.0 micromark: 2.11.4 parse-entities: 2.0.0 @@ -8643,15 +8540,15 @@ packages: brace-expansion: 2.0.1 dev: true - /minimatch@7.4.3: - resolution: {integrity: sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==} - engines: {node: '>=10'} + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 dev: true - /minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + /minimatch@9.0.4: + resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} engines: {node: '>=16 || 14 >=14.17'} dependencies: brace-expansion: 2.0.1 @@ -8678,11 +8575,11 @@ packages: encoding: 0.1.13 dev: true - /minipass-fetch@3.0.1: - resolution: {integrity: sha512-t9/wowtf7DYkwz8cfMSt0rMwiyNIBXf5CKZ3S5ZMqRqMYT0oLTp0x1WorMI9WTwvaPg21r1JbFxJMum8JrLGfw==} + /minipass-fetch@3.0.4: + resolution: {integrity: sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 4.2.5 + minipass: 7.0.4 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: @@ -8724,16 +8621,16 @@ packages: yallist: 4.0.0 dev: true - /minipass@4.2.5: - resolution: {integrity: sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==} - engines: {node: '>=8'} - dev: true - /minipass@5.0.0: resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} dev: true + /minipass@7.0.4: + resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} + engines: {node: '>=16 || 14 >=14.17'} + dev: true + /minisearch@6.3.0: resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==} dev: true @@ -8763,13 +8660,13 @@ packages: hasBin: true dev: true - /mlly@1.4.2: - resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==} + /mlly@1.6.1: + resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==} dependencies: - acorn: 8.10.0 - pathe: 1.1.1 - pkg-types: 1.0.3 - ufo: 1.3.1 + acorn: 8.11.3 + pathe: 1.1.2 + pkg-types: 1.1.0 + ufo: 1.5.3 dev: true /module-definition@5.0.1: @@ -8886,11 +8783,6 @@ packages: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} dev: true - /netmask@2.0.2: - resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} - engines: {node: '>= 0.4.0'} - dev: false - /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} dev: true @@ -8899,8 +8791,9 @@ packages: resolution: {integrity: sha512-6bNhTQ2Yt4Zq+lqPMT4+x4nzfbC7QHytbQBv833N7slhfnYz4zvoNRC9GDMYh6BFW/wSVP05z627ZAzdyi09dg==} dependencies: dotenv: 4.0.0 - urllib: 2.40.0 + urllib: 2.41.0 transitivePeerDependencies: + - proxy-agent - supports-color dev: false @@ -8909,8 +8802,8 @@ packages: engines: {node: '>=10.5.0'} dev: true - /node-fetch@3.3.1: - resolution: {integrity: sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==} + /node-fetch@3.3.2: + resolution: {integrity: sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.1 @@ -8918,12 +8811,13 @@ packages: formdata-polyfill: 4.0.10 dev: true - /node-gyp@9.3.1: - resolution: {integrity: sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==} + /node-gyp@9.4.1: + resolution: {integrity: sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==} engines: {node: ^12.13 || ^14.13 || >=16} hasBin: true dependencies: env-paths: 2.2.1 + exponential-backoff: 3.1.1 glob: 7.2.3 graceful-fs: 4.2.11 make-fetch-happen: 10.2.1 @@ -8931,7 +8825,7 @@ packages: npmlog: 6.0.2 rimraf: 3.0.2 semver: 7.6.0 - tar: 6.1.13 + tar: 6.2.1 which: 2.0.2 transitivePeerDependencies: - bluebird @@ -8946,7 +8840,7 @@ packages: resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} engines: {node: '>=14'} dependencies: - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 dev: true /nopt@6.0.0: @@ -8961,7 +8855,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.4 + resolve: 1.22.8 semver: 5.7.2 validate-npm-package-license: 3.0.4 dev: true @@ -9006,18 +8900,18 @@ packages: resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - npm-normalize-package-bin: 3.0.0 + npm-normalize-package-bin: 3.0.1 dev: true - /npm-install-checks@6.1.0: - resolution: {integrity: sha512-udSGENih/5xKh3Ex+L0PtZcOt0Pa+6ppDLnpG5D49/EhMja3LupaY9E/DtJTxyFBwE09ot7Fc+H4DywnZNWTVA==} + /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} dependencies: semver: 7.6.0 dev: true - /npm-normalize-package-bin@3.0.0: - resolution: {integrity: sha512-g+DPQSkusnk7HYXr75NtzkIP4+N81i3RPsGFidF3DzHd9MT9wWngmqoeg/fnHFz5MNdtG4w03s+QnhewSLTT2Q==} + /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} dev: true @@ -9035,32 +8929,31 @@ packages: resolution: {integrity: sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - ignore-walk: 6.0.2 + ignore-walk: 6.0.4 dev: true - /npm-pick-manifest@8.0.1: - resolution: {integrity: sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==} + /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} dependencies: - npm-install-checks: 6.1.0 - npm-normalize-package-bin: 3.0.0 + npm-install-checks: 6.3.0 + npm-normalize-package-bin: 3.0.1 npm-package-arg: 10.1.0 semver: 7.6.0 dev: true - /npm-registry-fetch@14.0.3: - resolution: {integrity: sha512-YaeRbVNpnWvsGOjX2wk5s85XJ7l1qQBGAp724h8e2CZFFhMSuw9enom7K1mWVUtvXO1uUSFIAPofQK0pPN0ZcA==} + /npm-registry-fetch@14.0.5: + resolution: {integrity: sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - make-fetch-happen: 11.0.3 - minipass: 4.2.5 - minipass-fetch: 3.0.1 + make-fetch-happen: 11.1.1 + minipass: 5.0.0 + minipass-fetch: 3.0.4 minipass-json-stream: 1.0.1 minizlib: 2.1.2 npm-package-arg: 10.1.0 proc-log: 3.0.0 transitivePeerDependencies: - - bluebird - supports-color dev: true @@ -9076,8 +8969,8 @@ packages: minimatch: 3.1.2 pidtree: 0.3.1 read-pkg: 3.0.0 - shell-quote: 1.8.0 - string.prototype.padend: 3.1.4 + shell-quote: 1.8.1 + string.prototype.padend: 3.1.6 dev: true /npmlog@6.0.2: @@ -9109,12 +9002,12 @@ packages: engines: {node: '>= 0.4'} dev: true - /object.assign@4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + /object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 - define-properties: 1.2.0 + call-bind: 1.0.7 + define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 dev: true @@ -9129,22 +9022,23 @@ packages: isobject: 3.0.1 dev: true - /object.fromentries@2.0.7: - resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} + /object.fromentries@2.0.8: + resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 dev: true - /object.groupby@1.0.1: - resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} + /object.groupby@1.0.3: + resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 - get-intrinsic: 1.2.1 + define-properties: 1.2.1 + es-abstract: 1.23.3 dev: true /object.pick@1.3.0: @@ -9154,13 +9048,13 @@ packages: isobject: 3.0.1 dev: true - /object.values@1.1.7: - resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} + /object.values@1.2.0: + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 dev: true /on-finished@2.3.0: @@ -9195,27 +9089,16 @@ packages: is-wsl: 2.2.0 dev: true - /optionator@0.8.3: - resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} - engines: {node: '>= 0.8.0'} - dependencies: - deep-is: 0.1.4 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 - - /optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + /optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} dependencies: - '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 + word-wrap: 1.2.5 dev: true /ora@5.4.1: @@ -9225,15 +9108,15 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.7.0 + cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 strip-ansi: 6.0.1 wcwidth: 1.0.1 - /ora@6.3.0: - resolution: {integrity: sha512-1/D8uRFY0ay2kgBpmAwmSA404w4OoPVhHMqRqtjvrcK/dnzcEZxMJ+V4DUbyICu8IIVRclHcOf5wlD1tMY4GUQ==} + /ora@6.3.1: + resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: chalk: 5.3.0 @@ -9243,7 +9126,7 @@ packages: is-unicode-supported: 1.3.0 log-symbols: 5.1.0 stdin-discarder: 0.1.0 - strip-ansi: 7.0.1 + strip-ansi: 7.1.0 wcwidth: 1.0.1 dev: true @@ -9322,55 +9205,29 @@ packages: engines: {node: '>=6'} dev: true - /pac-proxy-agent@5.0.0: - resolution: {integrity: sha512-CcFG3ZtnxO8McDigozwE3AqAw15zDvGH+OjXO4kzf7IkEKkQ4gxQ+3sdF50WmhQ4P/bVusXcqNE2S3XrNURwzQ==} - engines: {node: '>= 8'} - dependencies: - '@tootallnate/once': 1.1.2 - agent-base: 6.0.2 - debug: 4.3.4 - get-uri: 3.0.2 - http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.1 - pac-resolver: 5.0.1 - raw-body: 2.5.2 - socks-proxy-agent: 5.0.1 - transitivePeerDependencies: - - supports-color - dev: false - - /pac-resolver@5.0.1: - resolution: {integrity: sha512-cy7u00ko2KVgBAjuhevqpPeHIkCIqPe1v24cydhWjmeuzaBfmUWFCZJ1iAh5TuVzVZoUzXIW7K8sMYOZ84uZ9Q==} - engines: {node: '>= 8'} - dependencies: - degenerator: 3.0.2 - ip: 1.1.8 - netmask: 2.0.2 - dev: false - - /pacote@15.1.1: - resolution: {integrity: sha512-eeqEe77QrA6auZxNHIp+1TzHQ0HBKf5V6c8zcaYZ134EJe1lCi+fjXATkNiEEfbG+e50nu02GLvUtmZcGOYabQ==} + /pacote@15.2.0: + resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - '@npmcli/git': 4.0.4 - '@npmcli/installed-package-contents': 2.0.2 + '@npmcli/git': 4.1.0 + '@npmcli/installed-package-contents': 2.1.0 '@npmcli/promise-spawn': 6.0.2 - '@npmcli/run-script': 6.0.0 - cacache: 17.0.5 - fs-minipass: 3.0.1 - minipass: 4.2.5 + '@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.1 - npm-registry-fetch: 14.0.3 + 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.1 + read-package-json: 6.0.4 read-package-json-fast: 3.0.2 - sigstore: 1.2.0 - ssri: 10.0.1 - tar: 6.1.13 + sigstore: 1.9.0 + ssri: 10.0.5 + tar: 6.2.1 transitivePeerDependencies: - bluebird - supports-color @@ -9466,12 +9323,12 @@ packages: path-root-regex: 0.1.2 dev: true - /path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + /path-scurry@1.10.2: + resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==} engines: {node: '>=16 || 14 >=14.17'} dependencies: - lru-cache: 9.1.1 - minipass: 5.0.0 + lru-cache: 10.2.1 + minipass: 7.0.4 dev: true /path-type@3.0.0: @@ -9486,10 +9343,6 @@ packages: engines: {node: '>=8'} dev: true - /pathe@1.1.1: - resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} - dev: true - /pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} dev: true @@ -9523,12 +9376,12 @@ packages: engines: {node: '>=4'} dev: true - /pkg-types@1.0.3: - resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} + /pkg-types@1.1.0: + resolution: {integrity: sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==} dependencies: - jsonc-parser: 3.2.0 - mlly: 1.4.2 - pathe: 1.1.1 + confbox: 0.1.7 + mlly: 1.6.1 + pathe: 1.1.2 dev: true /plugin-error@1.0.1: @@ -9552,6 +9405,11 @@ packages: load-yml: 1.4.0 dev: true + /possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + dev: true + /postcss-safe-parser@6.0.0(postcss@8.4.38): resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} @@ -9561,17 +9419,17 @@ packages: postcss: 8.4.38 dev: true - /postcss-scss@4.0.6(postcss@8.4.38): - resolution: {integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==} + /postcss-scss@4.0.9(postcss@8.4.38): + resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} engines: {node: '>=12.0'} peerDependencies: - postcss: ^8.4.19 + postcss: ^8.4.29 dependencies: postcss: 8.4.38 dev: true - /postcss-selector-parser@6.0.15: - resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==} + /postcss-selector-parser@6.0.16: + resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 @@ -9583,7 +9441,7 @@ packages: engines: {node: ^8.10.0 || ^10.13.0 || ^11.10.1 || >=12.13.0} dependencies: debug: 4.3.4 - fast-diff: 1.2.0 + fast-diff: 1.3.0 lodash.sortedlastindex: 4.1.0 postcss: 8.4.38 stylus: 0.57.0 @@ -9591,7 +9449,7 @@ packages: - supports-color dev: true - /postcss-values-parser@6.0.2(postcss@8.4.35): + /postcss-values-parser@6.0.2(postcss@8.4.38): resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} engines: {node: '>=10'} peerDependencies: @@ -9599,19 +9457,10 @@ packages: dependencies: color-name: 1.1.4 is-url-superb: 4.0.0 - postcss: 8.4.35 + postcss: 8.4.38 quote-unquote: 1.0.0 dev: true - /postcss@8.4.35: - resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.7 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /postcss@8.4.38: resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} engines: {node: ^10 || ^12 || >=14} @@ -9621,8 +9470,8 @@ packages: source-map-js: 1.2.0 dev: true - /preact@10.13.1: - resolution: {integrity: sha512-KyoXVDU5OqTpG9LXlB3+y639JAGzl8JSBXLn1J9HTSB3gbKcuInga7bZnXLlxmK94ntTs1EFeZp0lrja2AuBYQ==} + /preact@10.20.2: + resolution: {integrity: sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==} dev: true /precinct@11.0.5: @@ -9646,10 +9495,6 @@ packages: - supports-color dev: true - /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'} @@ -9663,7 +9508,7 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} dependencies: - fast-diff: 1.2.0 + fast-diff: 1.3.0 dev: true /prettier@3.2.5: @@ -9705,26 +9550,6 @@ packages: retry: 0.12.0 dev: true - /proxy-agent@5.0.0: - resolution: {integrity: sha512-gkH7BkvLVkSfX9Dk27W6TyNOWWZWRilRfk1XxGNWOYJ2TuedAv1yFpCaU9QSBmBe716XOTNpYNOzhysyw8xn7g==} - engines: {node: '>= 8'} - dependencies: - agent-base: 6.0.2 - debug: 4.3.4 - http-proxy-agent: 4.0.1 - https-proxy-agent: 5.0.1 - lru-cache: 5.1.1 - pac-proxy-agent: 5.0.0 - proxy-from-env: 1.1.0 - socks-proxy-agent: 5.0.1 - transitivePeerDependencies: - - supports-color - dev: false - - /proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} - dev: false - /pump@2.0.1: resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} dependencies: @@ -9752,16 +9577,16 @@ packages: engines: {node: '>=6'} dev: true - /punycode@2.3.0: - resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} + /punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} dev: true - /qs@6.11.2: - resolution: {integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==} + /qs@6.12.1: + resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==} engines: {node: '>=0.6'} dependencies: - side-channel: 1.0.4 + side-channel: 1.0.6 dev: false /queue-microtask@1.2.3: @@ -9782,16 +9607,6 @@ packages: safe-buffer: 5.2.1 dev: true - /raw-body@2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} - engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.2 - http-errors: 2.0.0 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - dev: false - /rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -9806,18 +9621,18 @@ packages: resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - json-parse-even-better-errors: 3.0.0 - npm-normalize-package-bin: 3.0.0 + json-parse-even-better-errors: 3.0.1 + npm-normalize-package-bin: 3.0.1 dev: true - /read-package-json@6.0.1: - resolution: {integrity: sha512-AaHqXxfAVa+fNL07x8iAghfKOds/XXsu7zoouIVsbm7PEbQ3nMWXlvjcbrNLjElnUHWQtAo4QEa0RXuvD4XlpA==} + /read-package-json@6.0.4: + resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - glob: 9.3.2 - json-parse-even-better-errors: 3.0.0 + glob: 10.3.12 + json-parse-even-better-errors: 3.0.1 normalize-package-data: 5.0.0 - npm-normalize-package-bin: 3.0.0 + npm-normalize-package-bin: 3.0.1 dev: true /read-pkg-up@7.0.1: @@ -9842,21 +9657,12 @@ packages: resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} engines: {node: '>=8'} dependencies: - '@types/normalize-package-data': 2.4.1 + '@types/normalize-package-data': 2.4.4 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 dev: true - /readable-stream@1.1.14: - resolution: {integrity: sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==} - dependencies: - core-util-is: 1.0.3 - inherits: 2.0.4 - isarray: 0.0.1 - string_decoder: 0.10.31 - dev: false - /readable-stream@2.3.8: resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} dependencies: @@ -9888,14 +9694,14 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.4 + resolve: 1.22.8 dev: false /rechoir@0.8.0: resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} engines: {node: '>= 10.13.0'} dependencies: - resolve: 1.22.4 + resolve: 1.22.8 dev: true /regenerate-unicode-properties@10.1.1: @@ -9909,28 +9715,29 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: true - /regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + /regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} dev: true /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.24.4 dev: true - /regexp-tree@0.1.24: - resolution: {integrity: sha512-s2aEVuLhvnVJW6s/iPgEGK6R+/xngd2jNQ+xy4bXNDKxZKJH6jpPHY6kVeVv1IeLCHgswRj+Kl3ELaDjG6V1iw==} + /regexp-tree@0.1.27: + resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} hasBin: true dev: true - /regexp.prototype.flags@1.5.1: - resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} + /regexp.prototype.flags@1.5.2: + resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.0 - set-function-name: 2.0.1 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-errors: 1.3.0 + set-function-name: 2.0.2 dev: true /regexpu-core@5.3.2: @@ -9962,13 +9769,13 @@ packages: '@node-kit/extra.fs': 2.5.1 commander: 10.0.1 consola: 3.2.3 - core-js: 3.32.2 + core-js: 3.37.0 cosmiconfig: 8.3.6(typescript@5.4.5) debug: 4.3.4 global-modules: 2.0.0 js-cool: 5.18.1 monorepo-root: 2.5.1 - ora: 6.3.0 + ora: 6.3.1 what-pm: 2.5.1 workspace-projects: 2.5.1 transitivePeerDependencies: @@ -10068,12 +9875,12 @@ packages: /resolve@1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.13.0 + is-core-module: 2.13.1 path-parse: 1.0.7 dev: true - /resolve@1.22.4: - resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.1 @@ -10121,7 +9928,7 @@ packages: engines: {node: '>=14'} hasBin: true dependencies: - glob: 10.3.10 + glob: 10.3.12 dev: true /rm-all@1.1.1(js-cool@5.18.1): @@ -10167,9 +9974,9 @@ packages: dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) debug: 4.3.4 - es-module-lexer: 1.3.1 + es-module-lexer: 1.5.0 esbuild: 0.20.2 - get-tsconfig: 4.7.2 + get-tsconfig: 4.7.3 rollup: 4.16.4 transitivePeerDependencies: - supports-color @@ -10179,14 +9986,14 @@ packages: resolution: {integrity: sha512-JAYYhzCcmGjmCzo3LEHSDE3RAPHKIeBdpqRhiyZSv5o/3wFhktUOzYAWg/uUKyEu5dEaVaql6UOmaqHx1qKrZA==} engines: {node: '>=16.0.0'} dependencies: - '@babel/runtime': 7.21.0 + '@babel/runtime': 7.24.4 boxen: 5.1.2 brotli-size: 4.0.0 colors: 1.4.0 filesize: 6.4.0 gzip-size: 6.0.0 - pacote: 15.1.1 - terser: 5.30.3 + pacote: 15.2.0 + terser: 5.30.4 transitivePeerDependencies: - bluebird - supports-color @@ -10224,7 +10031,7 @@ packages: picomatch: 2.3.1 rollup: 4.16.4 source-map: 0.7.4 - yargs: 17.7.1 + yargs: 17.7.2 dev: true /rollup@0.63.5: @@ -10258,7 +10065,7 @@ packages: '@rollup/rollup-win32-arm64-msvc': 4.16.4 '@rollup/rollup-win32-ia32-msvc': 4.16.4 '@rollup/rollup-win32-x64-msvc': 4.16.4 - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true /run-async@2.4.1: @@ -10282,12 +10089,12 @@ packages: dependencies: tslib: 2.6.2 - /safe-array-concat@1.0.1: - resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} + /safe-array-concat@1.1.2: + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} engines: {node: '>=0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 has-symbols: 1.0.3 isarray: 2.0.5 dev: true @@ -10298,18 +10105,19 @@ packages: /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - /safe-regex-test@1.0.0: - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + /safe-regex-test@1.0.3: + resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 - get-intrinsic: 1.2.1 + call-bind: 1.0.7 + es-errors: 1.3.0 is-regex: 1.1.4 dev: true /safe-regex@2.1.1: resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} dependencies: - regexp-tree: 0.1.24 + regexp-tree: 0.1.27 dev: true /safer-buffer@2.1.2: @@ -10327,9 +10135,8 @@ packages: resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} dev: true - /search-insights@2.6.0: - resolution: {integrity: sha512-vU2/fJ+h/Mkm/DJOe+EaM5cafJv/1rRTZpGJTuFPf/Q5LjzgMDsqPdSaZsAe+GAWHHsfsu+rQSAn6c8IGtBEVw==} - engines: {node: '>=8.16.0'} + /search-insights@2.13.0: + resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==} dev: true /semver-diff@4.0.0: @@ -10380,16 +10187,6 @@ packages: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: true - /set-function-length@1.1.1: - resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} - engines: {node: '>= 0.4'} - dependencies: - define-data-property: 1.1.1 - get-intrinsic: 1.2.2 - gopd: 1.0.1 - has-property-descriptors: 1.0.0 - dev: true - /set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} @@ -10401,19 +10198,16 @@ packages: gopd: 1.0.1 has-property-descriptors: 1.0.2 - /set-function-name@2.0.1: - resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} + /set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.1 + define-data-property: 1.1.4 + es-errors: 1.3.0 functions-have-names: 1.2.3 - has-property-descriptors: 1.0.0 + has-property-descriptors: 1.0.2 dev: true - /setprototypeof@1.2.0: - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} - dev: false - /shebang-command@1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -10436,8 +10230,8 @@ packages: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - /shell-quote@1.8.0: - resolution: {integrity: sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==} + /shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: true /shelljs@0.8.5: @@ -10453,8 +10247,8 @@ packages: /shiki@0.14.7: resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} dependencies: - ansi-sequence-parser: 1.1.0 - jsonc-parser: 3.2.0 + ansi-sequence-parser: 1.1.1 + jsonc-parser: 3.2.1 vscode-oniguruma: 1.7.0 vscode-textmate: 8.0.0 dev: true @@ -10465,10 +10259,12 @@ packages: '@shikijs/core': 1.3.0 dev: true - /side-channel@1.0.4: - resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + /side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 + es-errors: 1.3.0 get-intrinsic: 1.2.4 object-inspect: 1.13.1 @@ -10479,16 +10275,17 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - /sigstore@1.2.0: - resolution: {integrity: sha512-Fr9+W1nkBSIZCkJQR7jDn/zI0UXNsVpp+7mDQkCnZOIxG9p6yNXBx9xntHsfUyYHE55XDkkVV3+rYbrkzAeesA==} + /sigstore@1.9.0: + resolution: {integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: - '@sigstore/protobuf-specs': 0.1.0 - make-fetch-happen: 11.0.3 - tuf-js: 1.1.2 + '@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: - - bluebird - supports-color dev: true @@ -10504,43 +10301,29 @@ packages: /smart-buffer@4.2.0: resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + dev: true /smob@1.5.0: resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} dev: true - /socks-proxy-agent@5.0.1: - resolution: {integrity: sha512-vZdmnjb9a2Tz6WEQVIurybSwElwPxMZaIc7PzqbJTrezcKNznv6giT7J7tZDZ1BojVaa1jvO/UiUdhDVB0ACoQ==} - engines: {node: '>= 6'} - dependencies: - agent-base: 6.0.2 - debug: 4.3.4 - socks: 2.7.1 - transitivePeerDependencies: - - supports-color - dev: false - /socks-proxy-agent@7.0.0: resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} engines: {node: '>= 10'} dependencies: agent-base: 6.0.2 debug: 4.3.4 - socks: 2.7.1 + socks: 2.8.3 transitivePeerDependencies: - supports-color dev: true - /socks@2.7.1: - resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + /socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} dependencies: - ip: 2.0.0 + ip-address: 9.0.5 smart-buffer: 4.2.0 - - /source-map-js@1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} - engines: {node: '>=0.10.0'} dev: true /source-map-js@1.2.0: @@ -10566,6 +10349,7 @@ packages: /source-map@0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} + dev: true /source-map@0.7.4: resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} @@ -10586,29 +10370,29 @@ packages: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.13 + spdx-license-ids: 3.0.17 dev: true - /spdx-exceptions@2.3.0: - resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + /spdx-exceptions@2.5.0: + resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} dev: true /spdx-expression-parse@3.0.1: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.13 + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.17 dev: true /spdx-expression-parse@4.0.0: resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} dependencies: - spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.13 + spdx-exceptions: 2.5.0 + spdx-license-ids: 3.0.17 dev: true - /spdx-license-ids@3.0.13: - resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + /spdx-license-ids@3.0.17: + resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} dev: true /speakingurl@14.0.1: @@ -10626,11 +10410,15 @@ packages: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true - /ssri@10.0.1: - resolution: {integrity: sha512-WVy6di9DlPOeBWEjMScpNipeSX2jIZBGEn5Uuo8Q7aIuFEuDX0pw8RxcOjlD1TWP4obi24ki7m/13+nFpcbXrw==} + /sprintf-js@1.1.3: + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + dev: true + + /ssri@10.0.5: + resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 4.2.5 + minipass: 7.0.4 dev: true /ssri@9.0.1: @@ -10645,11 +10433,6 @@ packages: engines: {node: '>= 0.6'} dev: false - /statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} - dev: false - /stdin-discarder@0.1.0: resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -10667,8 +10450,8 @@ packages: resolution: {integrity: sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==} dev: true - /stream-shift@1.0.1: - resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} + /stream-shift@1.0.3: + resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==} dev: true /stream-to-array@2.3.0: @@ -10705,47 +10488,46 @@ packages: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 - strip-ansi: 7.0.1 + strip-ansi: 7.1.0 dev: true - /string.prototype.padend@3.1.4: - resolution: {integrity: sha512-67otBXoksdjsnXXRUq+KMVTdlVRZ2af422Y0aTyTjVaoQkGr3mxl2Bc5emi7dOQ3OGVVQQskmLEWwFXwommpNw==} + /string.prototype.padend@3.1.6: + resolution: {integrity: sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.7 - define-properties: 1.2.0 - es-abstract: 1.22.3 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 dev: true - /string.prototype.trim@1.2.8: - resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} + /string.prototype.trim@1.2.9: + resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.0 - es-abstract: 1.22.3 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.23.3 + es-object-atoms: 1.0.0 dev: true - /string.prototype.trimend@1.0.7: - resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} + /string.prototype.trimend@1.0.8: + resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.0 - es-abstract: 1.22.3 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 dev: true - /string.prototype.trimstart@1.0.7: - resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} + /string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - define-properties: 1.2.0 - es-abstract: 1.22.3 + call-bind: 1.0.7 + define-properties: 1.2.1 + es-object-atoms: 1.0.0 dev: true - /string_decoder@0.10.31: - resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} - dev: false - /string_decoder@1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: @@ -10772,8 +10554,8 @@ packages: dependencies: ansi-regex: 5.0.1 - /strip-ansi@7.0.1: - resolution: {integrity: sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==} + /strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 @@ -10867,7 +10649,7 @@ packages: resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} engines: {node: ^14.18.0 || >=16.0.0} dependencies: - '@pkgr/core': 0.1.0 + '@pkgr/core': 0.1.1 tslib: 2.6.2 dev: true @@ -10880,13 +10662,13 @@ packages: engines: {node: '>=6'} dev: true - /tar@6.1.13: - resolution: {integrity: sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==} + /tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} engines: {node: '>=10'} dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 - minipass: 4.2.5 + minipass: 5.0.0 minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 @@ -10898,8 +10680,8 @@ packages: streamx: 2.16.1 dev: true - /terser@5.30.3: - resolution: {integrity: sha512-STdUgOUx8rLbMGO9IOwHLpCqolkDITFFQSMYYwKE1N2lY6MVSaeoi10z/EhWxRc6ybqoVmKSkhKYH/XUpl7vSA==} + /terser@5.30.4: + resolution: {integrity: sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==} engines: {node: '>=10'} hasBin: true dependencies: @@ -10998,14 +10780,9 @@ packages: streamx: 2.16.1 dev: true - /toidentifier@1.0.1: - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} - engines: {node: '>=0.6'} - dev: false - - /ts-api-utils@1.0.1(typescript@5.4.5): - resolution: {integrity: sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==} - engines: {node: '>=16.13.0'} + /ts-api-utils@1.3.0(typescript@5.4.5): + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' dependencies: @@ -11049,7 +10826,7 @@ packages: cross-spawn: 7.0.3 esbuild: 0.14.54 esbuild-node-loader: 0.8.0 - esbuild-register: 3.4.2(esbuild@0.14.54) + esbuild-register: 3.5.0(esbuild@0.14.54) import-meta-resolve: 2.2.2 transitivePeerDependencies: - supports-color @@ -11065,23 +10842,17 @@ packages: typescript: 5.4.5 dev: true - /tuf-js@1.1.2: - resolution: {integrity: sha512-gBfbnS6khluxjvoFCpRV0fhWT265xNfpiNXOcBX0Ze6HGbPhe93UG5V5DdKcgm/aXsMadnY76l/h6j63GmJS5g==} + /tuf-js@1.1.7: + resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - '@tufjs/models': 1.0.1 - make-fetch-happen: 11.0.3 + '@tufjs/models': 1.0.4 + debug: 4.3.4 + make-fetch-happen: 11.1.1 transitivePeerDependencies: - - bluebird - supports-color dev: true - /type-check@0.3.2: - resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -11109,42 +10880,48 @@ packages: engines: {node: '>=8'} dev: true - /typed-array-buffer@1.0.0: - resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + /typed-array-buffer@1.0.2: + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 + call-bind: 1.0.7 + es-errors: 1.3.0 + is-typed-array: 1.1.13 dev: true - /typed-array-byte-length@1.0.0: - resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + /typed-array-byte-length@1.0.1: + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 dev: true - /typed-array-byte-offset@1.0.0: - resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + /typed-array-byte-offset@1.0.2: + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 dev: true - /typed-array-length@1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + /typed-array-length@1.0.6: + resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 for-each: 0.3.3 - is-typed-array: 1.1.10 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + possible-typed-array-names: 1.0.0 dev: true /typedoc-plugin-markdown@3.17.1(typedoc@0.25.13): @@ -11152,7 +10929,7 @@ packages: peerDependencies: typedoc: '>=0.24.0' dependencies: - handlebars: 4.7.7 + handlebars: 4.7.8 typedoc: 0.25.13(typescript@5.4.5) dev: true @@ -11165,7 +10942,7 @@ packages: dependencies: lunr: 2.3.9 marked: 4.3.0 - minimatch: 9.0.3 + minimatch: 9.0.4 shiki: 0.14.7 typescript: 5.4.5 dev: true @@ -11185,8 +10962,8 @@ packages: resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} dev: true - /ufo@1.3.1: - resolution: {integrity: sha512-uY/99gMLIOlJPwATcMVYfqDSxUR9//AUcgZMzwfSTJPDKzA1S8mX4VLqa+fiAtveraQUBCz4FFcwVZBGbwBXIw==} + /ufo@1.5.3: + resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} dev: true /uglify-js@3.17.4: @@ -11200,7 +10977,7 @@ packages: /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: - call-bind: 1.0.2 + call-bind: 1.0.7 has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 @@ -11297,17 +11074,13 @@ packages: /unist-util-stringify-position@2.0.3: resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} dependencies: - '@types/unist': 2.0.6 + '@types/unist': 2.0.10 dev: true /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} - - /unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} - dev: false + dev: true /unplugin-vue-define-options@1.4.3(rollup@4.16.4): resolution: {integrity: sha512-CN5xF8l8bySD6okw6PCt1zWFHf5vX+q4Cg2ssn9usANHtxmeyCgMccC7ywZyzI32dQS+pq6hvuSz/GewtYnbEQ==} @@ -11338,35 +11111,39 @@ packages: browserslist: '>= 4.21.0' dependencies: browserslist: 4.23.0 - escalade: 3.1.1 + escalade: 3.1.2 picocolors: 1.0.0 dev: true /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: - punycode: 2.3.0 + punycode: 2.3.1 dev: true - /urllib@2.40.0: - resolution: {integrity: sha512-XDZjoijtzsbkXTXgM+A/sJM002nwoYsc46YOYr6MNH2jUUw1nCBf2ywT1WaPsVEWJX4Yr+9isGmYj4+yofFn9g==} + /urllib@2.41.0: + resolution: {integrity: sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g==} engines: {node: '>= 0.10.0'} + peerDependencies: + proxy-agent: ^5.0.0 + peerDependenciesMeta: + proxy-agent: + optional: true dependencies: any-promise: 1.3.0 content-type: 1.0.5 debug: 2.6.9 default-user-agent: 1.0.0 - digest-header: 1.0.0 + digest-header: 1.1.0 ee-first: 1.1.1 - formstream: 1.2.0 + formstream: 1.3.1 humanize-ms: 1.2.1 iconv-lite: 0.4.24 - ip: 1.1.8 - proxy-agent: 5.0.0 + ip: 1.1.9 pump: 3.0.0 - qs: 6.11.2 + qs: 6.12.1 statuses: 1.5.0 - utility: 1.17.0 + utility: 1.18.0 transitivePeerDependencies: - supports-color dev: false @@ -11377,8 +11154,8 @@ packages: /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - /utility@1.17.0: - resolution: {integrity: sha512-KdVkF9An/0239BJ4+dqOa7NPrPIOeQE9AGfx0XS16O9DBiHNHRJMoeU5nL6pRGAkgJOqdOu8R4gBRcXnAocJKw==} + /utility@1.18.0: + resolution: {integrity: sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==} engines: {node: '>= 0.12.0'} dependencies: copy-to: 2.0.1 @@ -11404,11 +11181,11 @@ packages: resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - builtins: 5.0.1 + builtins: 5.1.0 dev: true - /validator@13.9.0: - resolution: {integrity: sha512-B+dGG8U3fdtM0/aNK4/X8CXq/EcxU2WPrPEkJGslb47qyHsxmbggTWK0yEA4qnYVNF+nxNlN88o14hIcPmSIEA==} + /validator@13.11.0: + resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} engines: {node: '>= 0.10'} dev: true @@ -11440,7 +11217,7 @@ packages: is-valid-glob: 1.0.0 lazystream: 1.0.1 lead: 1.0.0 - object.assign: 4.1.4 + object.assign: 4.1.5 pumpify: 1.5.1 readable-stream: 2.3.8 remove-bom-buffer: 3.0.0 @@ -11554,10 +11331,10 @@ packages: postcss: 8.4.38 rollup: 4.16.4 optionalDependencies: - fsevents: 2.3.2 + fsevents: 2.3.3 dev: true - /vitepress@1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.6.0)(typescript@5.4.5): + /vitepress@1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): resolution: {integrity: sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==} hasBin: true peerDependencies: @@ -11570,12 +11347,12 @@ packages: optional: true dependencies: '@docsearch/css': 3.6.0 - '@docsearch/js': 3.6.0(search-insights@2.6.0) + '@docsearch/js': 3.6.0(search-insights@2.13.0) '@shikijs/core': 1.3.0 '@shikijs/transformers': 1.3.0 '@types/markdown-it': 14.0.1 '@vitejs/plugin-vue': 5.0.4(vite@5.2.10)(vue@3.4.25) - '@vue/devtools-api': 7.0.27(vue@3.4.25) + '@vue/devtools-api': 7.1.3(vue@3.4.25) '@vueuse/core': 10.9.0(vue@3.4.25) '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.25) focus-trap: 7.5.4 @@ -11613,16 +11390,6 @@ packages: - universal-cookie dev: true - /vm2@3.9.14: - resolution: {integrity: sha512-HgvPHYHeQy8+QhzlFryvSteA4uQLBCOub02mgqdR+0bN/akRZ48TGB1v0aCv7ksyc0HXx16AZtMHKS38alc6TA==} - engines: {node: '>=6.0'} - deprecated: The library contains critical security issues and should not be used for production! The maintenance of the project has been discontinued. Consider migrating your code to isolated-vm. - hasBin: true - dependencies: - acorn: 8.11.3 - acorn-walk: 8.2.0 - dev: false - /vscode-oniguruma@1.7.0: resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} dev: true @@ -11692,8 +11459,8 @@ packages: dependencies: defaults: 1.0.4 - /web-streams-polyfill@3.2.1: - resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} + /web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} dev: true @@ -11724,15 +11491,15 @@ packages: is-symbol: 1.0.4 dev: true - /which-typed-array@1.1.13: - resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} + /which-typed-array@1.1.15: + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 for-each: 0.3.3 gopd: 1.0.1 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /which@1.3.1: @@ -11749,8 +11516,8 @@ packages: dependencies: isexe: 2.0.0 - /which@3.0.0: - resolution: {integrity: sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ==} + /which@3.0.1: + resolution: {integrity: sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} hasBin: true dependencies: @@ -11777,9 +11544,10 @@ packages: semver: 5.7.2 dev: false - /word-wrap@1.2.3: - resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} + /word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} + dev: true /wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} @@ -11825,7 +11593,7 @@ packages: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 - strip-ansi: 7.0.1 + strip-ansi: 7.1.0 dev: true /wrappy@1.0.2: @@ -11836,10 +11604,6 @@ packages: engines: {node: '>=12'} dev: true - /xregexp@2.0.0: - resolution: {integrity: sha512-xl/50/Cf32VsGq/1R8jJE5ajH1yMCQkpmoS10QbFZWl2Oor4H0Me64Pu2yxvsRWK3m6soJbmGfzSR7BYmDcWAA==} - dev: false - /xtend@4.0.2: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} @@ -11852,6 +11616,7 @@ packages: /yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: true /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} @@ -11862,12 +11627,13 @@ packages: dependencies: eslint-visitor-keys: 3.4.3 lodash: 4.17.21 - yaml: 2.3.1 + yaml: 2.4.1 dev: true - /yaml@2.3.1: - resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} + /yaml@2.4.1: + resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} engines: {node: '>= 14'} + hasBin: true dev: true /yargs-parser@20.2.9: @@ -11885,7 +11651,7 @@ packages: engines: {node: '>=10'} dependencies: cliui: 7.0.4 - escalade: 3.1.1 + escalade: 3.1.2 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 @@ -11893,12 +11659,12 @@ packages: yargs-parser: 20.2.9 dev: true - /yargs@17.7.1: - resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} + /yargs@17.7.2: + resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} dependencies: cliui: 8.0.1 - escalade: 3.1.1 + escalade: 3.1.2 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 @@ -11918,7 +11684,7 @@ packages: dependencies: lodash.get: 4.4.2 lodash.isequal: 4.5.0 - validator: 13.9.0 + validator: 13.11.0 optionalDependencies: commander: 9.5.0 dev: true From 5262655e151ac3852fe68d0beba005eefa857ebd Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 27 Apr 2024 12:06:43 +0800 Subject: [PATCH 37/52] release v7.0.0 --- .github/workflows/publish-test.yml | 2 +- .github/workflows/publish.yml | 2 +- CHANGELOG.md | 3 +- build/rollup.config.ts | 2 - build/tasks/buildLib.ts | 4 - package.json | 4 +- packages/api/package.json | 5 +- packages/build/package.json | 5 +- packages/cache/package.json | 7 +- packages/core/package.json | 7 +- packages/docs/changelog.md | 3 +- packages/docs/package.json | 4 +- packages/git/package.json | 5 +- packages/gitmars/package.json | 14 +- packages/go/package.json | 9 +- packages/hook/package.json | 7 +- packages/utils/package.json | 5 +- packages/utils/src/local.ts | 42 +- pnpm-lock.yaml | 13293 +++++++++++++++------------ 19 files changed, 7195 insertions(+), 6228 deletions(-) diff --git a/.github/workflows/publish-test.yml b/.github/workflows/publish-test.yml index 07f8a1180..820b82faf 100644 --- a/.github/workflows/publish-test.yml +++ b/.github/workflows/publish-test.yml @@ -22,7 +22,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmmirror.com cache: pnpm diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ed43b5ff1..4a9125ecc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 registry-url: https://registry.npmmirror.com cache: pnpm diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b86583a..c334d85f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ 2. 新增`build-mp`指令构建小程序 3. `build`指令改造成可选参数形式,project参数取消必填限制 4. 构建配置支持在list里面设置token -5. 升级依赖包 +5. 清理不需要的依赖包 +6. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/build/rollup.config.ts b/build/rollup.config.ts index 0e709e20e..a7a0d01bc 100644 --- a/build/rollup.config.ts +++ b/build/rollup.config.ts @@ -232,8 +232,6 @@ function createEntry(config: Config) { 'js-cool', 'lcid', 'load-yml', - 'lodash-es', - 'lodash-unified', 'micromatch', 'node-apollo', 'ora', diff --git a/build/tasks/buildLib.ts b/build/tasks/buildLib.ts index 476c851d7..86156eb41 100644 --- a/build/tasks/buildLib.ts +++ b/build/tasks/buildLib.ts @@ -37,8 +37,6 @@ if (childBuildLibIndex > -1) { export async function buildLib() { const externals = [ 'js-cool', - 'lodash-unified', - 'lodash-es', '@gitmars/api', '@gitmars/build', '@gitmars/cache', @@ -70,8 +68,6 @@ export async function buildLib() { ' */' // const iifeGlobals = { // 'js-cool': 'JsCool', - // // 'lodash-unified': 'lodashUnified', - // // 'lodash-es': 'lodashEs', // ...globals // } // const iifeName = 'Gitmars' diff --git a/package.json b/package.json index 782ec2c19..6429c3984 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ @@ -48,7 +48,7 @@ "chalk": "^4.1.2", "debug": "^4.3.4", "inquirer": "^8.2.6", - "js-cool": "^5.18.1", + "js-cool": "^5.19.0", "morgan": "^1.10.0", "os-lang": "^3.2.0" }, diff --git a/packages/api/package.json b/packages/api/package.json index a601fae37..de36845f6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -32,14 +32,11 @@ "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", "os-lang": "^3.2.0", "shelljs": "^0.8.5" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/build/package.json b/packages/build/package.json index 60622d146..5f3a620a6 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -33,15 +33,12 @@ "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", "node-apollo": "^1.2.1", "os-lang": "^3.2.0", "shelljs": "^0.8.5" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/cache/package.json b/packages/cache/package.json index cd88b2cc5..dd24e3914 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -31,15 +31,12 @@ "dependencies": { "@gitmars/git": "workspace:*", "@gitmars/utils": "workspace:*", - "js-cool": "^5.18.1", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", + "js-cool": "^5.19.0", "os-lang": "^3.2.0", "shelljs": "^0.8.5" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/core/package.json b/packages/core/package.json index e50381d98..977c8f517 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -33,9 +33,7 @@ "@gitmars/utils": "workspace:*", "@jssj/request": "^1.1.0", "chalk": "^4.1.2", - "js-cool": "^5.18.1", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", + "js-cool": "^5.19.0", "ora": "^5.4.1", "os-lang": "^3.2.0", "semver-diff": "^4.0.0", @@ -43,7 +41,6 @@ }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index 03b86583a..c334d85f3 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -6,7 +6,8 @@ 2. 新增`build-mp`指令构建小程序 3. `build`指令改造成可选参数形式,project参数取消必填限制 4. 构建配置支持在list里面设置token -5. 升级依赖包 +5. 清理不需要的依赖包 +6. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/packages/docs/package.json b/packages/docs/package.json index 869090489..8545b27fa 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "files": [ "dist", @@ -23,7 +23,7 @@ "lib": "lib" }, "dependencies": { - "js-cool": "^5.18.1" + "js-cool": "^5.19.0" }, "devDependencies": { "@eslint-sets/eslint-config-vue3": "^5.12.0", diff --git a/packages/git/package.json b/packages/git/package.json index 55c23fa15..479a74bf8 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -31,15 +31,12 @@ "@gitmars/utils": "workspace:*", "chalk": "^4.1.2", "cosmiconfig": "^9.0.0", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", "os-lang": "^3.2.0", "shelljs": "^0.8.5", "slash": "^3.0.0" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 24732df1d..d4968f030 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "bin": { "gitm": "lib/gitm.mjs" @@ -61,29 +61,21 @@ "@gitmars/hook": "workspace:*", "@gitmars/utils": "workspace:*", "@inquirer/prompts": "^3.3.2", - "@jssj/request": "^1.1.0", "await-to-done": "^1.0.2", "chalk": "^4.1.2", - "ci-info": "^4.0.0", "columnify": "^1.6.0", "commander": "^12.0.0", "dayjs": "^1.11.10", - "debug": "^4.3.4", "inquirer": "^8.2.6", - "js-cool": "^5.18.1", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", - "node-apollo": "^1.2.1", + "js-cool": "^5.19.0", "ora": "^5.4.1", "os-lang": "^3.2.0", - "shelljs": "^0.8.5", - "slash": "^3.0.0" + "shelljs": "^0.8.5" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/columnify": "^1.5.4", "@types/inquirer": "^9.0.7", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/go/package.json b/packages/go/package.json index 8fa3c6cf3..d5347e463 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -30,17 +30,12 @@ "@gitmars/utils": "workspace:*", "chalk": "^4.1.2", "inquirer": "^8.2.6", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", - "os-lang": "^3.2.0", - "shelljs": "^0.8.5" + "os-lang": "^3.2.0" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/inquirer": "^9.0.7", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", - "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", "eslint": "^8.57.0", "madge": "^7.0.0", diff --git a/packages/hook/package.json b/packages/hook/package.json index da41640fc..add53bf69 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -34,15 +34,12 @@ "@gitmars/utils": "workspace:*", "chalk": "^4.1.2", "ci-info": "^4.0.0", - "js-cool": "^5.18.1", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", + "js-cool": "^5.19.0", "os-lang": "^3.2.0", "shelljs": "^0.8.5" }, "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/utils/package.json b/packages/utils/package.json index 8cf34aa13..1f8cf4e1b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.11", + "version": "7.0.0-beta.12", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -32,8 +32,6 @@ "chalk": "^4.1.2", "cross-spawn": "^7.0.3", "debug": "^4.3.4", - "lodash-es": "^4.17.21", - "lodash-unified": "^1.0.3", "ora": "^5.4.1", "os-lang": "^3.2.0", "shelljs": "^0.8.5" @@ -42,7 +40,6 @@ "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/cross-spawn": "^6.0.6", "@types/debug": "^4.1.12", - "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/utils/src/local.ts b/packages/utils/src/local.ts index dfb6ff92d..68b7eb364 100644 --- a/packages/utils/src/local.ts +++ b/packages/utils/src/local.ts @@ -1,4 +1,4 @@ -import { get } from 'lodash-unified' +import { getProperty } from 'js-cool' import { type Language } from './types' export type TranslatorOption = Record @@ -14,7 +14,7 @@ export const translate = ( option: undefined | TranslatorOption, locale: Language ): string => - (get(locale, path, path) as string).replace( + (getProperty(locale, path, path) as string).replace( /\{(\w+)\}/g, (_, key) => `${option?.[key] ?? `{${key}}`}` ) @@ -32,41 +32,3 @@ export function useLocale(locale: Language) { t: buildTranslator(locale) } as LocaleContext } - -// import { get } from 'lodash-unified' -// import { type Language } from './types' - -// export type TranslatorOption = Record -// export type Translator = (path: string, option?: TranslatorOption) => string -// export interface LocaleContext { -// locale: Language -// lang: string -// t: Translator -// } - -// export const translate = ( -// path: string, -// option: undefined | TranslatorOption, -// locale: Language -// ): string => -// (get(locale, path, path) as string).replace( -// /\{(\w+)\}/g, -// (_, key) => `${option?.[key] ?? `{${key}}`}` -// ) - -// export const buildTranslator = -// (locale: Language): Translator => -// (path, option) => -// translate(path, option, locale) - -// export const buildLocaleContext = (locale: Language): LocaleContext => { -// return { -// lang: locale.name, -// locale, -// t: buildTranslator(locale) -// } -// } - -// export const useLocale = (locale: Language): LocaleContext => { -// return buildLocaleContext(locale) as LocaleContext -// } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc0695aee..c93b6edf8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true @@ -24,8 +24,8 @@ importers: specifier: ^8.2.6 version: 8.2.6 js-cool: - specifier: ^5.18.1 - version: 5.18.1 + specifier: ^5.19.0 + version: 5.19.0 morgan: specifier: ^1.10.0 version: 1.10.0 @@ -35,10 +35,10 @@ importers: devDependencies: '@babel/preset-env': specifier: ^7.24.4 - version: 7.24.4 + version: 7.24.4(@babel/core@7.24.4) '@babel/preset-typescript': specifier: ^7.24.1 - version: 7.24.1 + version: 7.24.1(@babel/core@7.24.4) '@esbuild-kit/cjs-loader': specifier: ^2.4.4 version: 2.4.4 @@ -47,7 +47,7 @@ importers: version: 2.6.5 '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@microsoft/api-extractor': specifier: ^7.43.1 version: 7.43.1(@types/node@20.12.7) @@ -59,7 +59,7 @@ importers: version: 5.1.0(rollup@4.16.4) '@rollup/plugin-babel': specifier: ^6.0.4 - version: 6.0.4(rollup@4.16.4) + version: 6.0.4(@babel/core@7.24.4)(rollup@4.16.4) '@rollup/plugin-commonjs': specifier: ^25.0.7 version: 25.0.7(rollup@4.16.4) @@ -77,7 +77,7 @@ importers: version: 0.4.4(rollup@4.16.4) '@rollup/plugin-typescript': specifier: ^11.1.6 - version: 11.1.6(rollup@4.16.4)(typescript@5.4.5) + version: 11.1.6(rollup@4.16.4)(tslib@2.6.2)(typescript@5.4.5) '@types/gulp': specifier: ^4.0.17 version: 4.0.17 @@ -92,10 +92,10 @@ importers: version: 3.1.3 '@vitejs/plugin-vue': specifier: ^5.0.4 - version: 5.0.4(vite@5.2.10)(vue@3.4.25) + version: 5.0.4(vite@5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.25(typescript@5.4.5)) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0 + version: 3.1.0(vite@5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.25(typescript@5.4.5)) consola: specifier: ^3.2.3 version: 3.2.3 @@ -134,13 +134,13 @@ importers: version: 1.4.0 reinstaller: specifier: ^3.0.2 - version: 3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.4.5) + version: 3.0.2(debug@4.3.4)(js-cool@5.19.0)(typescript@5.4.5) rimraf: specifier: ^5.0.5 version: 5.0.5 rm-all: specifier: ^1.1.1 - version: 1.1.1(js-cool@5.18.1) + version: 1.1.1(js-cool@5.19.0) rollup: specifier: ^4.16.4 version: 4.16.4 @@ -173,13 +173,13 @@ importers: version: 0.25.13(typescript@5.4.5) typedoc-plugin-markdown: specifier: ^3.17.1 - version: 3.17.1(typedoc@0.25.13) + version: 3.17.1(typedoc@0.25.13(typescript@5.4.5)) typescript: specifier: ^5.4.5 version: 5.4.5 unplugin-vue-define-options: specifier: ^1.4.3 - version: 1.4.3(rollup@4.16.4) + version: 1.4.3(rollup@4.16.4)(vue@3.4.25(typescript@5.4.5)) zx: specifier: ^8.0.2 version: 8.0.2 @@ -201,12 +201,6 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) os-lang: specifier: ^3.2.0 version: 3.2.0 @@ -216,10 +210,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -268,12 +259,6 @@ importers: chalk: specifier: ^4.1.2 version: 4.1.2 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) node-apollo: specifier: ^1.2.1 version: 1.2.1 @@ -286,10 +271,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -327,14 +309,8 @@ importers: specifier: workspace:* version: link:../utils js-cool: - specifier: ^5.18.1 - version: 5.18.1 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + specifier: ^5.19.0 + version: 5.19.0 os-lang: specifier: ^3.2.0 version: 3.2.0 @@ -344,10 +320,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -397,14 +370,8 @@ importers: specifier: ^4.1.2 version: 4.1.2 js-cool: - specifier: ^5.18.1 - version: 5.18.1 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + specifier: ^5.19.0 + version: 5.19.0 ora: specifier: ^5.4.1 version: 5.4.1 @@ -420,10 +387,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -455,12 +419,12 @@ importers: packages/docs: dependencies: js-cool: - specifier: ^5.18.1 - version: 5.18.1 + specifier: ^5.19.0 + version: 5.19.0 devDependencies: '@eslint-sets/eslint-config-vue3': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/markdown-it': specifier: ^14.0.1 version: 14.0.1 @@ -493,7 +457,7 @@ importers: version: 5.4.5 vitepress: specifier: 1.1.3 - version: 1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5) + version: 1.1.3(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(stylus@0.57.0)(terser@5.30.4)(typescript@5.4.5) packages/git: dependencies: @@ -509,12 +473,6 @@ importers: cosmiconfig: specifier: ^9.0.0 version: 9.0.0(typescript@5.4.5) - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) os-lang: specifier: ^3.2.0 version: 3.2.0 @@ -527,10 +485,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -588,18 +543,12 @@ importers: '@inquirer/prompts': specifier: ^3.3.2 version: 3.3.2 - '@jssj/request': - specifier: ^1.1.0 - version: 1.1.0(core-js@3.37.0)(tslib@2.6.2) await-to-done: specifier: ^1.0.2 version: 1.0.2 chalk: specifier: ^4.1.2 version: 4.1.2 - ci-info: - specifier: ^4.0.0 - version: 4.0.0 columnify: specifier: ^1.6.0 version: 1.6.0 @@ -609,24 +558,12 @@ importers: dayjs: specifier: ^1.11.10 version: 1.11.10 - debug: - specifier: ^4.3.4 - version: 4.3.4 inquirer: specifier: ^8.2.6 version: 8.2.6 js-cool: - specifier: ^5.18.1 - version: 5.18.1 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) - node-apollo: - specifier: ^1.2.1 - version: 1.2.1 + specifier: ^5.19.0 + version: 5.19.0 ora: specifier: ^5.4.1 version: 5.4.1 @@ -636,22 +573,16 @@ importers: shelljs: specifier: ^0.8.5 version: 0.8.5 - slash: - specifier: ^3.0.0 - version: 3.0.0 devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/columnify': specifier: ^1.5.4 version: 1.5.4 '@types/inquirer': specifier: ^9.0.7 version: 9.0.7 - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -688,34 +619,19 @@ importers: inquirer: specifier: ^8.2.6 version: 8.2.6 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) os-lang: specifier: ^3.2.0 version: 3.2.0 - shelljs: - specifier: ^0.8.5 - version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/inquirer': specifier: ^9.0.7 version: 9.0.7 - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 '@types/node': specifier: ^20.12.7 version: 20.12.7 - '@types/shelljs': - specifier: ^0.8.15 - version: 0.8.15 cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -756,14 +672,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 js-cool: - specifier: ^5.18.1 - version: 5.18.1 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) + specifier: ^5.19.0 + version: 5.19.0 os-lang: specifier: ^3.2.0 version: 3.2.0 @@ -773,10 +683,7 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -822,12 +729,6 @@ importers: debug: specifier: ^4.3.4 version: 4.3.4 - lodash-es: - specifier: ^4.17.21 - version: 4.17.21 - lodash-unified: - specifier: ^1.0.3 - version: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21) ora: specifier: ^5.4.1 version: 5.4.1 @@ -840,16 +741,13 @@ importers: devDependencies: '@eslint-sets/eslint-config-ts': specifier: ^5.12.0 - version: 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/cross-spawn': specifier: ^6.0.6 version: 6.0.6 '@types/debug': specifier: ^4.1.12 version: 4.1.12 - '@types/lodash-es': - specifier: ^4.17.12 - version: 4.17.12 '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -880,1609 +778,697 @@ importers: packages: - /@algolia/autocomplete-core@1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0): + '@algolia/autocomplete-core@1.9.3': resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==} - dependencies: - '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0) - '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.23.3) - transitivePeerDependencies: - - '@algolia/client-search' - - algoliasearch - - search-insights - dev: true - /@algolia/autocomplete-plugin-algolia-insights@1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0): + '@algolia/autocomplete-plugin-algolia-insights@1.9.3': resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==} peerDependencies: search-insights: '>= 1 < 3' - dependencies: - '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.23.3) - search-insights: 2.13.0 - transitivePeerDependencies: - - '@algolia/client-search' - - algoliasearch - dev: true - /@algolia/autocomplete-preset-algolia@1.9.3(algoliasearch@4.23.3): + '@algolia/autocomplete-preset-algolia@1.9.3': resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - peerDependenciesMeta: - '@algolia/client-search': - optional: true - dependencies: - '@algolia/autocomplete-shared': 1.9.3(algoliasearch@4.23.3) - algoliasearch: 4.23.3 - dev: true - /@algolia/autocomplete-shared@1.9.3(algoliasearch@4.23.3): + '@algolia/autocomplete-shared@1.9.3': resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==} peerDependencies: '@algolia/client-search': '>= 4.9.1 < 6' algoliasearch: '>= 4.9.1 < 6' - peerDependenciesMeta: - '@algolia/client-search': - optional: true - dependencies: - algoliasearch: 4.23.3 - dev: true - /@algolia/cache-browser-local-storage@4.23.3: + '@algolia/cache-browser-local-storage@4.23.3': resolution: {integrity: sha512-vRHXYCpPlTDE7i6UOy2xE03zHF2C8MEFjPN2v7fRbqVpcOvAUQK81x3Kc21xyb5aSIpYCjWCZbYZuz8Glyzyyg==} - dependencies: - '@algolia/cache-common': 4.23.3 - dev: true - /@algolia/cache-common@4.23.3: + '@algolia/cache-common@4.23.3': resolution: {integrity: sha512-h9XcNI6lxYStaw32pHpB1TMm0RuxphF+Ik4o7tcQiodEdpKK+wKufY6QXtba7t3k8eseirEMVB83uFFF3Nu54A==} - dev: true - /@algolia/cache-in-memory@4.23.3: + '@algolia/cache-in-memory@4.23.3': resolution: {integrity: sha512-yvpbuUXg/+0rbcagxNT7un0eo3czx2Uf0y4eiR4z4SD7SiptwYTpbuS0IHxcLHG3lq22ukx1T6Kjtk/rT+mqNg==} - dependencies: - '@algolia/cache-common': 4.23.3 - dev: true - /@algolia/client-account@4.23.3: + '@algolia/client-account@4.23.3': resolution: {integrity: sha512-hpa6S5d7iQmretHHF40QGq6hz0anWEHGlULcTIT9tbUssWUriN9AUXIFQ8Ei4w9azD0hc1rUok9/DeQQobhQMA==} - dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/transporter': 4.23.3 - dev: true - /@algolia/client-analytics@4.23.3: + '@algolia/client-analytics@4.23.3': resolution: {integrity: sha512-LBsEARGS9cj8VkTAVEZphjxTjMVCci+zIIiRhpFun9jGDUlS1XmhCW7CTrnaWeIuCQS/2iPyRqSy1nXPjcBLRA==} - dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 - dev: true - /@algolia/client-common@4.23.3: + '@algolia/client-common@4.23.3': resolution: {integrity: sha512-l6EiPxdAlg8CYhroqS5ybfIczsGUIAC47slLPOMDeKSVXYG1n0qGiz4RjAHLw2aD0xzh2EXZ7aRguPfz7UKDKw==} - dependencies: - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 - dev: true - /@algolia/client-personalization@4.23.3: + '@algolia/client-personalization@4.23.3': resolution: {integrity: sha512-3E3yF3Ocr1tB/xOZiuC3doHQBQ2zu2MPTYZ0d4lpfWads2WTKG7ZzmGnsHmm63RflvDeLK/UVx7j2b3QuwKQ2g==} - dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 - dev: true - /@algolia/client-search@4.23.3: + '@algolia/client-search@4.23.3': resolution: {integrity: sha512-P4VAKFHqU0wx9O+q29Q8YVuaowaZ5EM77rxfmGnkHUJggh28useXQdopokgwMeYw2XUht49WX5RcTQ40rZIabw==} - dependencies: - '@algolia/client-common': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/transporter': 4.23.3 - dev: true - /@algolia/logger-common@4.23.3: + '@algolia/logger-common@4.23.3': resolution: {integrity: sha512-y9kBtmJwiZ9ZZ+1Ek66P0M68mHQzKRxkW5kAAXYN/rdzgDN0d2COsViEFufxJ0pb45K4FRcfC7+33YB4BLrZ+g==} - dev: true - /@algolia/logger-console@4.23.3: + '@algolia/logger-console@4.23.3': resolution: {integrity: sha512-8xoiseoWDKuCVnWP8jHthgaeobDLolh00KJAdMe9XPrWPuf1by732jSpgy2BlsLTaT9m32pHI8CRfrOqQzHv3A==} - dependencies: - '@algolia/logger-common': 4.23.3 - dev: true - /@algolia/recommend@4.23.3: + '@algolia/recommend@4.23.3': resolution: {integrity: sha512-9fK4nXZF0bFkdcLBRDexsnGzVmu4TSYZqxdpgBW2tEyfuSSY54D4qSRkLmNkrrz4YFvdh2GM1gA8vSsnZPR73w==} - dependencies: - '@algolia/cache-browser-local-storage': 4.23.3 - '@algolia/cache-common': 4.23.3 - '@algolia/cache-in-memory': 4.23.3 - '@algolia/client-common': 4.23.3 - '@algolia/client-search': 4.23.3 - '@algolia/logger-common': 4.23.3 - '@algolia/logger-console': 4.23.3 - '@algolia/requester-browser-xhr': 4.23.3 - '@algolia/requester-common': 4.23.3 - '@algolia/requester-node-http': 4.23.3 - '@algolia/transporter': 4.23.3 - dev: true - /@algolia/requester-browser-xhr@4.23.3: + '@algolia/requester-browser-xhr@4.23.3': resolution: {integrity: sha512-jDWGIQ96BhXbmONAQsasIpTYWslyjkiGu0Quydjlowe+ciqySpiDUrJHERIRfELE5+wFc7hc1Q5hqjGoV7yghw==} - dependencies: - '@algolia/requester-common': 4.23.3 - dev: true - /@algolia/requester-common@4.23.3: + '@algolia/requester-common@4.23.3': resolution: {integrity: sha512-xloIdr/bedtYEGcXCiF2muajyvRhwop4cMZo+K2qzNht0CMzlRkm8YsDdj5IaBhshqfgmBb3rTg4sL4/PpvLYw==} - dev: true - /@algolia/requester-node-http@4.23.3: + '@algolia/requester-node-http@4.23.3': resolution: {integrity: sha512-zgu++8Uj03IWDEJM3fuNl34s746JnZOWn1Uz5taV1dFyJhVM/kTNw9Ik7YJWiUNHJQXcaD8IXD1eCb0nq/aByA==} - dependencies: - '@algolia/requester-common': 4.23.3 - dev: true - /@algolia/transporter@4.23.3: + '@algolia/transporter@4.23.3': resolution: {integrity: sha512-Wjl5gttqnf/gQKJA+dafnD0Y6Yw97yvfY8R9h0dQltX1GXTgNs1zWgvtWW0tHl1EgMdhAyw189uWiZMnL3QebQ==} - dependencies: - '@algolia/cache-common': 4.23.3 - '@algolia/logger-common': 4.23.3 - '@algolia/requester-common': 4.23.3 - dev: true - /@ampproject/remapping@2.3.0: + '@ampproject/remapping@2.3.0': resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@babel/code-frame@7.24.2: + '@babel/code-frame@7.24.2': resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.24.2 - picocolors: 1.0.0 - /@babel/compat-data@7.24.4: + '@babel/compat-data@7.24.4': resolution: {integrity: sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==} engines: {node: '>=6.9.0'} - dev: true - /@babel/core@7.24.4: + '@babel/core@7.24.4': resolution: {integrity: sha512-MBVlMXP+kkl5394RBLSxxk/iLTeVGuXTV3cIDXavPpMMqnSnt6apKgan/U8O3USWZCWZT/TbgfEpKa4uMgN4Dg==} engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.4 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helpers': 7.24.4 - '@babel/parser': 7.24.4 - '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 - convert-source-map: 2.0.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/eslint-parser@7.24.1(eslint@8.57.0): + '@babel/eslint-parser@7.24.1': resolution: {integrity: sha512-d5guuzMlPeDfZIbpQ8+g1NaCNuAGBBGNECh0HVqz1sjOeVLh2CEaifuOysCH18URW6R7pqXINvf5PaR/dC6jLQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 - eslint: ^7.5.0 || ^8.0.0 || >= 8.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.57.0 - eslint-visitor-keys: 2.1.0 - semver: 6.3.1 - dev: true + eslint: ^7.5.0 || ^8.0.0 - /@babel/generator@7.24.4: + '@babel/generator@7.24.4': resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 - jsesc: 2.5.2 - dev: true - /@babel/helper-annotate-as-pure@7.22.5: + '@babel/helper-annotate-as-pure@7.22.5': resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: + '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-compilation-targets@7.23.6: + '@babel/helper-compilation-targets@7.23.6': resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.24.4 - '@babel/helper-validator-option': 7.23.5 - browserslist: 4.23.0 - lru-cache: 5.1.1 - semver: 6.3.1 - dev: true - /@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.4): + '@babel/helper-create-class-features-plugin@7.24.4': resolution: {integrity: sha512-lG75yeuUSVu0pIcbhiYMXBXANHrpUPaOfu7ryAzskCgKUHuAxRQI5ssrtmF0X9UXldPlvT0XM/A4F44OXRt6iQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - semver: 6.3.1 - dev: true - /@babel/helper-create-regexp-features-plugin@7.22.15: + '@babel/helper-create-regexp-features-plugin@7.22.15': resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-annotate-as-pure': 7.22.5 - regexpu-core: 5.3.2 - semver: 6.3.1 - dev: true - /@babel/helper-define-polyfill-provider@0.6.2: + '@babel/helper-define-polyfill-provider@0.6.2': resolution: {integrity: sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.8 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/helper-environment-visitor@7.22.20: + '@babel/helper-environment-visitor@7.22.20': resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-function-name@7.23.0: + '@babel/helper-function-name@7.23.0': resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.24.0 - '@babel/types': 7.24.0 - dev: true - /@babel/helper-hoist-variables@7.22.5: + '@babel/helper-hoist-variables@7.22.5': resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-member-expression-to-functions@7.23.0: + '@babel/helper-member-expression-to-functions@7.23.0': resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-module-imports@7.22.15: + '@babel/helper-module-imports@7.22.15': resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-module-imports@7.24.3: + '@babel/helper-module-imports@7.24.3': resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4): + '@babel/helper-module-transforms@7.23.3': resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-simple-access': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.20 - dev: true - /@babel/helper-optimise-call-expression@7.22.5: + '@babel/helper-optimise-call-expression@7.22.5': resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-plugin-utils@7.24.0: + '@babel/helper-plugin-utils@7.24.0': resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-remap-async-to-generator@7.22.20: + '@babel/helper-remap-async-to-generator@7.22.20': resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.20 - dev: true - /@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4): + '@babel/helper-replace-supers@7.24.1': resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - dev: true - /@babel/helper-simple-access@7.22.5: + '@babel/helper-simple-access@7.22.5': resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-skip-transparent-expression-wrappers@7.22.5: + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-split-export-declaration@7.22.6: + '@babel/helper-split-export-declaration@7.22.6': resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/helper-string-parser@7.24.1: + '@babel/helper-string-parser@7.24.1': resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-validator-identifier@7.22.20: + '@babel/helper-validator-identifier@7.22.20': resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.23.5: + '@babel/helper-validator-option@7.23.5': resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-wrap-function@7.22.20: + '@babel/helper-wrap-function@7.22.20': resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.24.0 - '@babel/types': 7.24.0 - dev: true - /@babel/helpers@7.24.4: + '@babel/helpers@7.24.4': resolution: {integrity: sha512-FewdlZbSiwaVGlgT1DPANDuCHaDMiOo+D/IDYRFYjHOuv66xMSJ7fQwwODwRNAPkADIO/z1EoF/l2BCWlWABDw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.24.0 - '@babel/traverse': 7.24.1 - '@babel/types': 7.24.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/highlight@7.24.2: + '@babel/highlight@7.24.2': resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.0.0 - /@babel/parser@7.24.4: + '@babel/parser@7.24.4': resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} engines: {node: '>=6.0.0'} hasBin: true - dependencies: - '@babel/types': 7.24.0 - dev: true - /@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4: + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4': resolution: {integrity: sha512-qpl6vOOEEzTLLcsuqYYo8yDtrTocmu2xkGvgNebvPjT9DTtfFYGmgDqY+rBYXNlqL4s9qLDn6xkrJv4RxAPiTA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1: + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1': resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1: + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1': resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.24.1 - dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1: + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1': resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2: + '@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 - peerDependenciesMeta: - '@babel/core': - optional: true - dev: true - /@babel/plugin-syntax-async-generators@7.8.4: + '@babel/plugin-syntax-async-generators@7.8.4': resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-class-properties@7.12.13: + '@babel/plugin-syntax-class-properties@7.12.13': resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-class-static-block@7.14.5: + '@babel/plugin-syntax-class-static-block@7.14.5': resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3: + '@babel/plugin-syntax-dynamic-import@7.8.3': resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3: + '@babel/plugin-syntax-export-namespace-from@7.8.3': resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-import-assertions@7.24.1: + '@babel/plugin-syntax-import-assertions@7.24.1': resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-import-attributes@7.24.1: + '@babel/plugin-syntax-import-attributes@7.24.1': resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-import-meta@7.10.4: + '@babel/plugin-syntax-import-meta@7.10.4': resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-json-strings@7.8.3: + '@babel/plugin-syntax-json-strings@7.8.3': resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4): + '@babel/plugin-syntax-jsx@7.24.1': resolution: {integrity: sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4: + '@babel/plugin-syntax-logical-assignment-operators@7.10.4': resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3: + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4: + '@babel/plugin-syntax-numeric-separator@7.10.4': resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3: + '@babel/plugin-syntax-object-rest-spread@7.8.3': resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3: + '@babel/plugin-syntax-optional-catch-binding@7.8.3': resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3: + '@babel/plugin-syntax-optional-chaining@7.8.3': resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5: + '@babel/plugin-syntax-private-property-in-object@7.14.5': resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-top-level-await@7.14.5: + '@babel/plugin-syntax-top-level-await@7.14.5': resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4): + '@babel/plugin-syntax-typescript@7.24.1': resolution: {integrity: sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6: + '@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 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-arrow-functions@7.24.1: + '@babel/plugin-transform-arrow-functions@7.24.1': resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-async-generator-functions@7.24.3: + '@babel/plugin-transform-async-generator-functions@7.24.3': resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20 - '@babel/plugin-syntax-async-generators': 7.8.4 - dev: true - /@babel/plugin-transform-async-to-generator@7.24.1: + '@babel/plugin-transform-async-to-generator@7.24.1': resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20 - dev: true - /@babel/plugin-transform-block-scoped-functions@7.24.1: + '@babel/plugin-transform-block-scoped-functions@7.24.1': resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-block-scoping@7.24.4: + '@babel/plugin-transform-block-scoping@7.24.4': resolution: {integrity: sha512-nIFUZIpGKDf9O9ttyRXpHFpKC+X3Y5mtshZONuEUYBomAKoM4y029Jr+uB1bHGPhNmK8YXHevDtKDOLmtRrp6g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-class-properties@7.24.1: + '@babel/plugin-transform-class-properties@7.24.1': resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-class-static-block@7.24.4: + '@babel/plugin-transform-class-static-block@7.24.4': resolution: {integrity: sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-static-block': 7.14.5 - dev: true - /@babel/plugin-transform-classes@7.24.1: + '@babel/plugin-transform-classes@7.24.1': resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) - '@babel/helper-split-export-declaration': 7.22.6 - globals: 11.12.0 - dev: true - /@babel/plugin-transform-computed-properties@7.24.1: + '@babel/plugin-transform-computed-properties@7.24.1': resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/template': 7.24.0 - dev: true - /@babel/plugin-transform-destructuring@7.24.1: + '@babel/plugin-transform-destructuring@7.24.1': resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-dotall-regex@7.24.1: + '@babel/plugin-transform-dotall-regex@7.24.1': resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-duplicate-keys@7.24.1: + '@babel/plugin-transform-duplicate-keys@7.24.1': resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-dynamic-import@7.24.1: + '@babel/plugin-transform-dynamic-import@7.24.1': resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - dev: true - /@babel/plugin-transform-exponentiation-operator@7.24.1: + '@babel/plugin-transform-exponentiation-operator@7.24.1': resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-export-namespace-from@7.24.1: + '@babel/plugin-transform-export-namespace-from@7.24.1': resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3 - dev: true - /@babel/plugin-transform-for-of@7.24.1: + '@babel/plugin-transform-for-of@7.24.1': resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: true - /@babel/plugin-transform-function-name@7.24.1: + '@babel/plugin-transform-function-name@7.24.1': resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-json-strings@7.24.1: + '@babel/plugin-transform-json-strings@7.24.1': resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-json-strings': 7.8.3 - dev: true - /@babel/plugin-transform-literals@7.24.1: + '@babel/plugin-transform-literals@7.24.1': resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-logical-assignment-operators@7.24.1: + '@babel/plugin-transform-logical-assignment-operators@7.24.1': resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 - dev: true - /@babel/plugin-transform-member-expression-literals@7.24.1: + '@babel/plugin-transform-member-expression-literals@7.24.1': resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-modules-amd@7.24.1: + '@babel/plugin-transform-modules-amd@7.24.1': resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-modules-commonjs@7.24.1: + '@babel/plugin-transform-modules-commonjs@7.24.1': resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.22.5 - dev: true - /@babel/plugin-transform-modules-systemjs@7.24.1: + '@babel/plugin-transform-modules-systemjs@7.24.1': resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 - dev: true - /@babel/plugin-transform-modules-umd@7.24.1: + '@babel/plugin-transform-modules-umd@7.24.1': resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5: + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5': resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-new-target@7.24.1: + '@babel/plugin-transform-new-target@7.24.1': resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.24.1: + '@babel/plugin-transform-nullish-coalescing-operator@7.24.1': resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - dev: true - /@babel/plugin-transform-numeric-separator@7.24.1: + '@babel/plugin-transform-numeric-separator@7.24.1': resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4 - dev: true - /@babel/plugin-transform-object-rest-spread@7.24.1: + '@babel/plugin-transform-object-rest-spread@7.24.1': resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-transform-parameters': 7.24.1 - dev: true - /@babel/plugin-transform-object-super@7.24.1: + '@babel/plugin-transform-object-super@7.24.1': resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) - dev: true - /@babel/plugin-transform-optional-catch-binding@7.24.1: + '@babel/plugin-transform-optional-catch-binding@7.24.1': resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 - dev: true - /@babel/plugin-transform-optional-chaining@7.24.1: + '@babel/plugin-transform-optional-chaining@7.24.1': resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - dev: true - /@babel/plugin-transform-parameters@7.24.1: + '@babel/plugin-transform-parameters@7.24.1': resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-private-methods@7.24.1: + '@babel/plugin-transform-private-methods@7.24.1': resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-private-property-in-object@7.24.1: + '@babel/plugin-transform-private-property-in-object@7.24.1': resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5 - dev: true - /@babel/plugin-transform-property-literals@7.24.1: + '@babel/plugin-transform-property-literals@7.24.1': resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-regenerator@7.24.1: + '@babel/plugin-transform-regenerator@7.24.1': resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - regenerator-transform: 0.15.2 - dev: true - /@babel/plugin-transform-reserved-words@7.24.1: + '@babel/plugin-transform-reserved-words@7.24.1': resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-shorthand-properties@7.24.1: + '@babel/plugin-transform-shorthand-properties@7.24.1': resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-spread@7.24.1: + '@babel/plugin-transform-spread@7.24.1': resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - dev: true - /@babel/plugin-transform-sticky-regex@7.24.1: + '@babel/plugin-transform-sticky-regex@7.24.1': resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-template-literals@7.24.1: + '@babel/plugin-transform-template-literals@7.24.1': resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-typeof-symbol@7.24.1: + '@babel/plugin-transform-typeof-symbol@7.24.1': resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4): + '@babel/plugin-transform-typescript@7.24.4': resolution: {integrity: sha512-79t3CQ8+oBGk/80SQ8MN3Bs3obf83zJ0YZjDmDaEZN8MqhMI760apl5z6a20kFeMXBwJX99VpKT8CKxEBp5H1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/core': 7.24.4 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) - dev: true - /@babel/plugin-transform-unicode-escapes@7.24.1: + '@babel/plugin-transform-unicode-escapes@7.24.1': resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-unicode-property-regex@7.24.1: + '@babel/plugin-transform-unicode-property-regex@7.24.1': resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-unicode-regex@7.24.1: + '@babel/plugin-transform-unicode-regex@7.24.1': resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/plugin-transform-unicode-sets-regex@7.24.1: + '@babel/plugin-transform-unicode-sets-regex@7.24.1': resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-create-regexp-features-plugin': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 - dev: true - /@babel/preset-env@7.24.4: + '@babel/preset-env@7.24.4': resolution: {integrity: sha512-7Kl6cSmYkak0FK/FXjSEnLJ1N9T/WA2RkMhu17gZ/dsxKJUuTYNIylahPTzqpLyJN4WhDif8X0XK1R8Wsguo/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/compat-data': 7.24.4 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1 - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2 - '@babel/plugin-syntax-async-generators': 7.8.4 - '@babel/plugin-syntax-class-properties': 7.12.13 - '@babel/plugin-syntax-class-static-block': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3 - '@babel/plugin-syntax-export-namespace-from': 7.8.3 - '@babel/plugin-syntax-import-assertions': 7.24.1 - '@babel/plugin-syntax-import-attributes': 7.24.1 - '@babel/plugin-syntax-import-meta': 7.10.4 - '@babel/plugin-syntax-json-strings': 7.8.3 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3 - '@babel/plugin-syntax-numeric-separator': 7.10.4 - '@babel/plugin-syntax-object-rest-spread': 7.8.3 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3 - '@babel/plugin-syntax-optional-chaining': 7.8.3 - '@babel/plugin-syntax-private-property-in-object': 7.14.5 - '@babel/plugin-syntax-top-level-await': 7.14.5 - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6 - '@babel/plugin-transform-arrow-functions': 7.24.1 - '@babel/plugin-transform-async-generator-functions': 7.24.3 - '@babel/plugin-transform-async-to-generator': 7.24.1 - '@babel/plugin-transform-block-scoped-functions': 7.24.1 - '@babel/plugin-transform-block-scoping': 7.24.4 - '@babel/plugin-transform-class-properties': 7.24.1 - '@babel/plugin-transform-class-static-block': 7.24.4 - '@babel/plugin-transform-classes': 7.24.1 - '@babel/plugin-transform-computed-properties': 7.24.1 - '@babel/plugin-transform-destructuring': 7.24.1 - '@babel/plugin-transform-dotall-regex': 7.24.1 - '@babel/plugin-transform-duplicate-keys': 7.24.1 - '@babel/plugin-transform-dynamic-import': 7.24.1 - '@babel/plugin-transform-exponentiation-operator': 7.24.1 - '@babel/plugin-transform-export-namespace-from': 7.24.1 - '@babel/plugin-transform-for-of': 7.24.1 - '@babel/plugin-transform-function-name': 7.24.1 - '@babel/plugin-transform-json-strings': 7.24.1 - '@babel/plugin-transform-literals': 7.24.1 - '@babel/plugin-transform-logical-assignment-operators': 7.24.1 - '@babel/plugin-transform-member-expression-literals': 7.24.1 - '@babel/plugin-transform-modules-amd': 7.24.1 - '@babel/plugin-transform-modules-commonjs': 7.24.1 - '@babel/plugin-transform-modules-systemjs': 7.24.1 - '@babel/plugin-transform-modules-umd': 7.24.1 - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5 - '@babel/plugin-transform-new-target': 7.24.1 - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1 - '@babel/plugin-transform-numeric-separator': 7.24.1 - '@babel/plugin-transform-object-rest-spread': 7.24.1 - '@babel/plugin-transform-object-super': 7.24.1 - '@babel/plugin-transform-optional-catch-binding': 7.24.1 - '@babel/plugin-transform-optional-chaining': 7.24.1 - '@babel/plugin-transform-parameters': 7.24.1 - '@babel/plugin-transform-private-methods': 7.24.1 - '@babel/plugin-transform-private-property-in-object': 7.24.1 - '@babel/plugin-transform-property-literals': 7.24.1 - '@babel/plugin-transform-regenerator': 7.24.1 - '@babel/plugin-transform-reserved-words': 7.24.1 - '@babel/plugin-transform-shorthand-properties': 7.24.1 - '@babel/plugin-transform-spread': 7.24.1 - '@babel/plugin-transform-sticky-regex': 7.24.1 - '@babel/plugin-transform-template-literals': 7.24.1 - '@babel/plugin-transform-typeof-symbol': 7.24.1 - '@babel/plugin-transform-unicode-escapes': 7.24.1 - '@babel/plugin-transform-unicode-property-regex': 7.24.1 - '@babel/plugin-transform-unicode-regex': 7.24.1 - '@babel/plugin-transform-unicode-sets-regex': 7.24.1 - '@babel/preset-modules': 0.1.6-no-external-plugins - babel-plugin-polyfill-corejs2: 0.4.11 - babel-plugin-polyfill-corejs3: 0.10.4 - babel-plugin-polyfill-regenerator: 0.6.2 - core-js-compat: 3.37.0 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/preset-modules@0.1.6-no-external-plugins: + '@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 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.0 - esutils: 2.0.3 - dev: true - /@babel/preset-typescript@7.24.1: + '@babel/preset-typescript@7.24.1': resolution: {integrity: sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true - dependencies: - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) - '@babel/plugin-transform-modules-commonjs': 7.24.1 - '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) - dev: true - /@babel/regjsgen@0.8.0: + '@babel/regjsgen@0.8.0': resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - dev: true - /@babel/runtime@7.24.4: + '@babel/runtime@7.24.4': resolution: {integrity: sha512-dkxf7+hn8mFBwKjs9bvBlArzLVxVbS8usaPUDd5p2a9JCL9tB8OaOVN1isD4+Xyk4ns89/xeOmbQvgdK7IIVdA==} engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.14.1 - dev: true - /@babel/template@7.24.0: + '@babel/template@7.24.0': resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.24.2 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 - dev: true - /@babel/traverse@7.24.1: + '@babel/traverse@7.24.1': resolution: {integrity: sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.24.2 - '@babel/generator': 7.24.4 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.4 - '@babel/types': 7.24.0 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color - dev: true - /@babel/types@7.24.0: + '@babel/types@7.24.0': resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.24.1 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - dev: true - /@dependents/detective-less@4.1.0: + '@dependents/detective-less@4.1.0': resolution: {integrity: sha512-KrkT6qO5NxqNfy68sBl6CTSoJ4SNDIS5iQArkibhlbGU4LaDukZ3q2HIkh8aUKDio6o4itU4xDR7t82Y2eP1Bg==} engines: {node: '>=14'} - dependencies: - gonzales-pe: 4.3.0 - node-source-walk: 6.0.2 - dev: true - /@docsearch/css@3.6.0: + '@docsearch/css@3.6.0': resolution: {integrity: sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==} - dev: true - /@docsearch/js@3.6.0(search-insights@2.13.0): + '@docsearch/js@3.6.0': resolution: {integrity: sha512-QujhqINEElrkIfKwyyyTfbsfMAYCkylInLYMRqHy7PHc8xTBQCow73tlo/Kc7oIwBrCLf0P3YhjlOeV4v8hevQ==} - dependencies: - '@docsearch/react': 3.6.0(search-insights@2.13.0) - preact: 10.20.2 - transitivePeerDependencies: - - '@algolia/client-search' - - '@types/react' - - react - - react-dom - - search-insights - dev: true - /@docsearch/react@3.6.0(search-insights@2.13.0): + '@docsearch/react@3.6.0': resolution: {integrity: sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==} peerDependencies: '@types/react': '>= 16.8.0 < 19.0.0' @@ -2498,504 +1484,5983 @@ packages: optional: true search-insights: optional: true - dependencies: - '@algolia/autocomplete-core': 1.9.3(algoliasearch@4.23.3)(search-insights@2.13.0) - '@algolia/autocomplete-preset-algolia': 1.9.3(algoliasearch@4.23.3) - '@docsearch/css': 3.6.0 - algoliasearch: 4.23.3 - search-insights: 2.13.0 - transitivePeerDependencies: - - '@algolia/client-search' - dev: true - /@es-joy/jsdoccomment@0.42.0: + '@es-joy/jsdoccomment@0.42.0': resolution: {integrity: sha512-R1w57YlVA6+YE01wch3GPYn6bCsrOV3YW/5oGGE2tmX6JcL9Nr+b5IikrjMPF+v9CV3ay+obImEdsDhovhJrzw==} engines: {node: '>=16'} - dependencies: - comment-parser: 1.4.1 - esquery: 1.5.0 - jsdoc-type-pratt-parser: 4.0.0 - dev: true - /@esbuild-kit/cjs-loader@2.4.4: + '@esbuild-kit/cjs-loader@2.4.4': resolution: {integrity: sha512-NfsJX4PdzhwSkfJukczyUiZGc7zNNWZcEAyqeISpDnn0PTfzMJR1aR8xAIPskBejIxBJbIgCCMzbaYa9SXepIg==} - dependencies: - '@esbuild-kit/core-utils': 3.3.2 - get-tsconfig: 4.7.3 - dev: true - /@esbuild-kit/core-utils@3.3.2: + '@esbuild-kit/core-utils@3.3.2': resolution: {integrity: sha512-sPRAnw9CdSsRmEtnsl2WXWdyquogVpB3yZ3dgwJfe8zrOzTsV7cJvmwrKVa+0ma5BoiGJ+BoqkMvawbayKUsqQ==} - dependencies: - esbuild: 0.18.20 - source-map-support: 0.5.21 - dev: true - /@esbuild-kit/esm-loader@2.6.5: + '@esbuild-kit/esm-loader@2.6.5': resolution: {integrity: sha512-FxEMIkJKnodyA1OaCUoEvbYRkoZlLZ4d/eXFu9Fh8CbBBgP5EmZxrfTRyN0qpXZ4vOvqnE5YdRdcrmUUXuU+dA==} - dependencies: - '@esbuild-kit/core-utils': 3.3.2 - get-tsconfig: 4.7.3 - dev: true - /@esbuild/aix-ppc64@0.20.2: + '@esbuild/aix-ppc64@0.20.2': resolution: {integrity: sha512-D+EBOJHXdNZcLJRBkhENNG8Wji2kgc9AZ9KiPr1JuZjsNtyHzrsfLRrY0tk2H2aoFu6RANO1y1iPPUCDYWkb5g==} engines: {node: '>=12'} cpu: [ppc64] os: [aix] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.18.20: + '@esbuild/android-arm64@0.18.20': resolution: {integrity: sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm64@0.20.2: + '@esbuild/android-arm64@0.20.2': resolution: {integrity: sha512-mRzjLacRtl/tWU0SvD8lUEwb61yP9cqQo6noDZP/O8VkwafSYwZ4yWy24kan8jE/IMERpYncRt2dw438LP3Xmg==} engines: {node: '>=12'} cpu: [arm64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.18.20: + '@esbuild/android-arm@0.18.20': resolution: {integrity: sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==} engines: {node: '>=12'} cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm@0.20.2: + '@esbuild/android-arm@0.20.2': resolution: {integrity: sha512-t98Ra6pw2VaDhqNWO2Oph2LXbz/EJcnLmKLGBJwEwXX/JAN83Fym1rU8l0JUWK6HkIbWONCSSatf4sf2NBRx/w==} engines: {node: '>=12'} cpu: [arm] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.18.20: + '@esbuild/android-x64@0.18.20': resolution: {integrity: sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==} engines: {node: '>=12'} cpu: [x64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-x64@0.20.2: + '@esbuild/android-x64@0.20.2': resolution: {integrity: sha512-btzExgV+/lMGDDa194CcUQm53ncxzeBrWJcncOBxuC6ndBkKxnHdFJn86mCIgTELsooUmwUm9FkhSp5HYu00Rg==} engines: {node: '>=12'} cpu: [x64] os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.18.20: + '@esbuild/darwin-arm64@0.18.20': resolution: {integrity: sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-arm64@0.20.2: + '@esbuild/darwin-arm64@0.20.2': resolution: {integrity: sha512-4J6IRT+10J3aJH3l1yzEg9y3wkTDgDk7TSDFX+wKFiWjqWp/iCfLIYzGyasx9l0SAFPT1HwSCR+0w/h1ES/MjA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.18.20: + '@esbuild/darwin-x64@0.18.20': resolution: {integrity: sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==} engines: {node: '>=12'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/darwin-x64@0.20.2: + '@esbuild/darwin-x64@0.20.2': resolution: {integrity: sha512-tBcXp9KNphnNH0dfhv8KYkZhjc+H3XBkF5DKtswJblV7KlT9EI2+jeA8DgBjp908WEuYll6pF+UStUCfEpdysA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.18.20: + '@esbuild/freebsd-arm64@0.18.20': resolution: {integrity: sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-arm64@0.20.2: + '@esbuild/freebsd-arm64@0.20.2': resolution: {integrity: sha512-d3qI41G4SuLiCGCFGUrKsSeTXyWG6yem1KcGZVS+3FYlYhtNoNgYrWcvkOoaqMhwXSMrZRl69ArHsGJ9mYdbbw==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.18.20: + '@esbuild/freebsd-x64@0.18.20': resolution: {integrity: sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/freebsd-x64@0.20.2: + '@esbuild/freebsd-x64@0.20.2': resolution: {integrity: sha512-d+DipyvHRuqEeM5zDivKV1KuXn9WeRX6vqSqIDgwIfPQtwMP4jaDsQsDncjTDDsExT4lR/91OLjRo8bmC1e+Cw==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.18.20: + '@esbuild/linux-arm64@0.18.20': resolution: {integrity: sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm64@0.20.2: + '@esbuild/linux-arm64@0.20.2': resolution: {integrity: sha512-9pb6rBjGvTFNira2FLIWqDk/uaf42sSyLE8j1rnUpuzsODBq7FvpwHYZxQ/It/8b+QOS1RYfqgGFNLRI+qlq2A==} engines: {node: '>=12'} cpu: [arm64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.18.20: + '@esbuild/linux-arm@0.18.20': resolution: {integrity: sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==} engines: {node: '>=12'} cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-arm@0.20.2: + '@esbuild/linux-arm@0.20.2': resolution: {integrity: sha512-VhLPeR8HTMPccbuWWcEUD1Az68TqaTYyj6nfE4QByZIQEQVWBB8vup8PpR7y1QHL3CpcF6xd5WVBU/+SBEvGTg==} engines: {node: '>=12'} cpu: [arm] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.18.20: + '@esbuild/linux-ia32@0.18.20': resolution: {integrity: sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==} engines: {node: '>=12'} cpu: [ia32] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-ia32@0.20.2: + '@esbuild/linux-ia32@0.20.2': resolution: {integrity: sha512-o10utieEkNPFDZFQm9CoP7Tvb33UutoJqg3qKf1PWVeeJhJw0Q347PxMvBgVVFgouYLGIhFYG0UGdBumROyiig==} engines: {node: '>=12'} cpu: [ia32] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.14.54: + '@esbuild/linux-loong64@0.14.54': resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.18.20: + '@esbuild/linux-loong64@0.18.20': resolution: {integrity: sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64@0.20.2: + '@esbuild/linux-loong64@0.20.2': resolution: {integrity: sha512-PR7sp6R/UC4CFVomVINKJ80pMFlfDfMQMYynX7t1tNTeivQ6XdX5r2XovMmha/VjR1YN/HgHWsVcTRIMkymrgQ==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.18.20: + '@esbuild/linux-mips64el@0.18.20': resolution: {integrity: sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-mips64el@0.20.2: + '@esbuild/linux-mips64el@0.20.2': resolution: {integrity: sha512-4BlTqeutE/KnOiTG5Y6Sb/Hw6hsBOZapOVF6njAESHInhlQAghVVZL1ZpIctBOoTFbQyGW+LsVYZ8lSSB3wkjA==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] - requiresBuild: true - dev: true + + '@esbuild/linux-ppc64@0.18.20': + resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-ppc64@0.20.2': + resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + '@esbuild/linux-riscv64@0.18.20': + resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-riscv64@0.20.2': + resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + '@esbuild/linux-s390x@0.18.20': + resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-s390x@0.20.2': + resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + '@esbuild/linux-x64@0.18.20': + resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/linux-x64@0.20.2': + resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + '@esbuild/netbsd-x64@0.18.20': + resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/netbsd-x64@0.20.2': + resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + '@esbuild/openbsd-x64@0.18.20': + resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/openbsd-x64@0.20.2': + resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + '@esbuild/sunos-x64@0.18.20': + resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/sunos-x64@0.20.2': + resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + '@esbuild/win32-arm64@0.18.20': + resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-arm64@0.20.2': + resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + '@esbuild/win32-ia32@0.18.20': + resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-ia32@0.20.2': + resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + '@esbuild/win32-x64@0.18.20': + resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@esbuild/win32-x64@0.20.2': + resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + '@eslint-community/eslint-utils@4.4.0': + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/regexpp@4.10.0': + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint-sets/eslint-config-basic@5.12.0': + resolution: {integrity: sha512-AgECfmJsiVOWKmvgjv780VuuoT9SE6PRgxGTtytHSfE9b9MAJjHxToVTKtD4UEKvocEGbg2EcwqGbff8cxDWKw==} + peerDependencies: + eslint: '>=7.4.0' + prettier: '>=2' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@eslint-sets/eslint-config-ts@5.12.0': + resolution: {integrity: sha512-7vOzV6qYv0SbA9W17m9lkG/Zv+qVeCcAbWEY1d9hUbBHx9Ip48kNMNVDrnh97zUORXGcmjxsZ81W2lC36Ox2pw==} + peerDependencies: + eslint: '>=7.4.0' + prettier: '>=2' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@eslint-sets/eslint-config-vue3@5.12.0': + resolution: {integrity: sha512-gQBmQicZihPcxncIdkKagQGZ2dH+97ioAlUpsaczEdgY9pLrLOU5oGTetjbaxAp6zGS2sXm1n0i2BnwRIlt4Bg==} + peerDependencies: + eslint: '>=7.4.0' + prettier: '>=2' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@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} + + '@gar/promisify@1.1.3': + resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} + + '@gulpjs/messages@1.1.0': + resolution: {integrity: sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9tVwo8rQQSg==} + engines: {node: '>=10.13.0'} + + '@gulpjs/to-absolute-glob@4.0.0': + resolution: {integrity: sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==} + engines: {node: '>=10.13.0'} + + '@humanwhocodes/config-array@0.11.14': + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + engines: {node: '>=10.10.0'} + + '@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==} + + '@inquirer/checkbox@1.5.2': + resolution: {integrity: sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==} + engines: {node: '>=14.18.0'} + + '@inquirer/confirm@2.0.17': + resolution: {integrity: sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==} + engines: {node: '>=14.18.0'} + + '@inquirer/core@6.0.0': + resolution: {integrity: sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==} + engines: {node: '>=14.18.0'} + + '@inquirer/editor@1.2.15': + resolution: {integrity: sha512-gQ77Ls09x5vKLVNMH9q/7xvYPT6sIs5f7URksw+a2iJZ0j48tVS6crLqm2ugG33tgXHIwiEqkytY60Zyh5GkJQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/expand@1.1.16': + resolution: {integrity: sha512-TGLU9egcuo+s7PxphKUCnJnpCIVY32/EwPCLLuu+gTvYiD8hZgx8Z2niNQD36sa6xcfpdLY6xXDBiL/+g1r2XQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/input@1.2.16': + resolution: {integrity: sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==} + engines: {node: '>=14.18.0'} + + '@inquirer/password@1.1.16': + resolution: {integrity: sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==} + engines: {node: '>=14.18.0'} + + '@inquirer/prompts@3.3.2': + resolution: {integrity: sha512-k52mOMRvTUejrqyF1h8Z07chC+sbaoaUYzzr1KrJXyj7yaX7Nrh0a9vktv8TuocRwIJOQMaj5oZEmkspEcJFYQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/rawlist@1.2.16': + resolution: {integrity: sha512-pZ6TRg2qMwZAOZAV6TvghCtkr53dGnK29GMNQ3vMZXSNguvGqtOVc4j/h1T8kqGJFagjyfBZhUPGwNS55O5qPQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/select@1.3.3': + resolution: {integrity: sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==} + engines: {node: '>=14.18.0'} + + '@inquirer/type@1.3.1': + resolution: {integrity: sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==} + engines: {node: '>=18'} + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/source-map@0.3.6': + resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + + '@jridgewell/sourcemap-codec@1.4.15': + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@jssj/request@1.1.0': + resolution: {integrity: sha512-XEOGtru6oNCRF2zn7MGm8c8lpNsQhknX/xKhIKxW1srvtaixMPV8RGNh5theQqyUc42/GWtoi9errVf/Z5qwNA==} + + '@jssj/utils@1.1.0': + resolution: {integrity: sha512-QK9tV/SIkSXp36bbDREoKEdnnBA9lSrVYyV1qvAE2zZ99X6zGBMF5JCZ1N+Fa+2ojbYW1TxKZSztsHeYhbtYXA==} + + '@microsoft/api-extractor-model@7.28.14': + resolution: {integrity: sha512-Bery/c8A8SsKPSvA82cTTuy/+OcxZbLRmKhPkk91/AJOQzxZsShcrmHFAGeiEqSIrv1nPZ3tKq9kfMLdCHmsqg==} + + '@microsoft/api-extractor@7.43.1': + resolution: {integrity: sha512-ohg40SsvFFgzHFAtYq5wKJc8ZDyY46bphjtnSvhSSlXpPTG7GHwyyXkn48UZiUCBwr2WC7TRC1Jfwz7nreuiyQ==} + hasBin: true + + '@microsoft/tsdoc-config@0.16.2': + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + + '@microsoft/tsdoc@0.14.2': + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + + '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': + resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} + + '@node-kit/extra.cp@3.2.0': + resolution: {integrity: sha512-8n27oOF0clO0VsqkhSo0PXTOG9YGYS25f8zsf9JKsMaT9IkZjPNCzgcNDQkIOE/e3r1u7c5j6ab6siWOON0keQ==} + hasBin: true + + '@node-kit/extra.fs@2.5.1': + resolution: {integrity: sha512-cj0gMQ+yE4jNmCrtz1TEXYMX+zNOJEGxGy1YzG2IBek0ndKszIYRxyLbIz3URh1MSTMGT+f9Zxy3iARB8vVP9g==} + + '@node-kit/extra.fs@3.2.0': + resolution: {integrity: sha512-BtGZcB4ffMneAyKd2qy0umOURc7kMjgNOQlEQNqgkQwcwoGejqiJLQpzKVhAr2waBx7OLZx+/3sNzGgngSzx7w==} + hasBin: true + + '@node-kit/extra.path@2.5.1': + resolution: {integrity: sha512-Ab11rUZjs78Yl1/EtOh8K9df+BkWd+cwC1xA70GDOWw+5a/TstsrpKxUtpujUZfCBldaMhn5Szd6tvejxtkGtQ==} + + '@node-kit/lerna-workspace-info@2.5.1': + resolution: {integrity: sha512-KAoZSfeAJ/qBUS2JjBSW2oUDGCloPgsz3HhJ5HGDZFjqDJ8UY9KvHv9cfvGRlmD8l9l2oWx95aImySNWgutQyg==} + + '@node-kit/lerna-workspace-root@2.5.1': + resolution: {integrity: sha512-6uoro6IlkkZUtXDiKH8JiRzJMv5ozIT8wtTr2GvieAOBppc62/Rxz1VuSgAoRLBYSFUrfzwdEBAJMi6s4UMZ5Q==} + + '@node-kit/pnpm-workspace-info@2.5.1': + resolution: {integrity: sha512-uJfJgNvHNt+fZJW/GeEONDN5SIIYR7DGB3GSzYzvYq6NMW46B/pjDmIHokeaI80VyLzwiJvV/K4RgF9IOe5cXA==} + + '@node-kit/pnpm-workspace-root@2.5.1': + resolution: {integrity: sha512-G8scVrTODQorLajnGUzgGZyc4Ny0wfVUClbz0RwpS5O+9EMJHDHzKBMN2yR608F0X+qDQ0p5Du6fuPYf4JjGHw==} + + '@node-kit/yarn-workspace-info@2.5.1': + resolution: {integrity: sha512-0UMgpQERJZsze9xjciiDAN8GZoRNomBfcCd6rMGZSROj86taxxLyHrZMGMbZgJhy8/6EjmcizDDDJtHQRMI9cw==} + + '@node-kit/yarn-workspace-root@2.5.1': + resolution: {integrity: sha512-Oeno9PlUSkw7eJZDK3YU5Q+dcdHvaIZN85uPcILSyJWS0bfPnz5pNCWl1btCWg5sIAClaeSTZ8QO9XTlsBwA0g==} + + '@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/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.0': + resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.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/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/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/node-gyp@3.0.0': + resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/promise-spawn@6.0.2': + resolution: {integrity: sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@npmcli/run-script@6.0.2': + resolution: {integrity: sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@pkgr/core@0.1.1': + resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + + '@pnpm/constants@7.1.1': + resolution: {integrity: sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==} + engines: {node: '>=16.14'} + + '@pnpm/error@5.0.3': + resolution: {integrity: sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==} + engines: {node: '>=16.14'} + + '@pnpm/logger@5.0.0': + resolution: {integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==} + engines: {node: '>=12.17'} + + '@rollup/plugin-alias@5.1.0': + resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-babel@6.0.4': + resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} + engines: {node: '>=14.0.0'} + peerDependencies: + '@babel/core': ^7.0.0 + '@types/babel__core': ^7.1.9 + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + '@types/babel__core': + optional: true + rollup: + optional: true + + '@rollup/plugin-commonjs@25.0.7': + resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.68.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-json@6.1.0': + resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-node-resolve@15.2.3': + resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.78.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-replace@5.0.5': + resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-terser@0.4.4': + resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/plugin-typescript@11.1.6': + resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.14.0||^3.0.0||^4.0.0 + tslib: '*' + typescript: '>=3.7.0' + peerDependenciesMeta: + rollup: + optional: true + tslib: + optional: true + + '@rollup/pluginutils@5.1.0': + resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + + '@rollup/rollup-android-arm-eabi@4.16.4': + resolution: {integrity: sha512-GkhjAaQ8oUTOKE4g4gsZ0u8K/IHU1+2WQSgS1TwTcYvL+sjbaQjNHFXbOJ6kgqGHIO1DfUhI/Sphi9GkRT9K+Q==} + cpu: [arm] + os: [android] + + '@rollup/rollup-android-arm64@4.16.4': + resolution: {integrity: sha512-Bvm6D+NPbGMQOcxvS1zUl8H7DWlywSXsphAeOnVeiZLQ+0J6Is8T7SrjGTH29KtYkiY9vld8ZnpV3G2EPbom+w==} + cpu: [arm64] + os: [android] + + '@rollup/rollup-darwin-arm64@4.16.4': + resolution: {integrity: sha512-i5d64MlnYBO9EkCOGe5vPR/EeDwjnKOGGdd7zKFhU5y8haKhQZTN2DgVtpODDMxUr4t2K90wTUJg7ilgND6bXw==} + cpu: [arm64] + os: [darwin] + + '@rollup/rollup-darwin-x64@4.16.4': + resolution: {integrity: sha512-WZupV1+CdUYehaZqjaFTClJI72fjJEgTXdf4NbW69I9XyvdmztUExBtcI2yIIU6hJtYvtwS6pkTkHJz+k08mAQ==} + cpu: [x64] + os: [darwin] + + '@rollup/rollup-linux-arm-gnueabihf@4.16.4': + resolution: {integrity: sha512-ADm/xt86JUnmAfA9mBqFcRp//RVRt1ohGOYF6yL+IFCYqOBNwy5lbEK05xTsEoJq+/tJzg8ICUtS82WinJRuIw==} + cpu: [arm] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-arm-musleabihf@4.16.4': + resolution: {integrity: sha512-tJfJaXPiFAG+Jn3cutp7mCs1ePltuAgRqdDZrzb1aeE3TktWWJ+g7xK9SNlaSUFw6IU4QgOxAY4rA+wZUT5Wfg==} + cpu: [arm] + os: [linux] + libc: [musl] + + '@rollup/rollup-linux-arm64-gnu@4.16.4': + resolution: {integrity: sha512-7dy1BzQkgYlUTapDTvK997cgi0Orh5Iu7JlZVBy1MBURk7/HSbHkzRnXZa19ozy+wwD8/SlpJnOOckuNZtJR9w==} + cpu: [arm64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-arm64-musl@4.16.4': + resolution: {integrity: sha512-zsFwdUw5XLD1gQe0aoU2HVceI6NEW7q7m05wA46eUAyrkeNYExObfRFQcvA6zw8lfRc5BHtan3tBpo+kqEOxmg==} + cpu: [arm64] + os: [linux] + libc: [musl] + + '@rollup/rollup-linux-powerpc64le-gnu@4.16.4': + resolution: {integrity: sha512-p8C3NnxXooRdNrdv6dBmRTddEapfESEUflpICDNKXpHvTjRRq1J82CbU5G3XfebIZyI3B0s074JHMWD36qOW6w==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-riscv64-gnu@4.16.4': + resolution: {integrity: sha512-Lh/8ckoar4s4Id2foY7jNgitTOUQczwMWNYi+Mjt0eQ9LKhr6sK477REqQkmy8YHY3Ca3A2JJVdXnfb3Rrwkng==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-s390x-gnu@4.16.4': + resolution: {integrity: sha512-1xwwn9ZCQYuqGmulGsTZoKrrn0z2fAur2ujE60QgyDpHmBbXbxLaQiEvzJWDrscRq43c8DnuHx3QorhMTZgisQ==} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-x64-gnu@4.16.4': + resolution: {integrity: sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==} + cpu: [x64] + os: [linux] + libc: [glibc] + + '@rollup/rollup-linux-x64-musl@4.16.4': + resolution: {integrity: sha512-ch86i7KkJKkLybDP2AtySFTRi5fM3KXp0PnHocHuJMdZwu7BuyIKi35BE9guMlmTpwwBTB3ljHj9IQXnTCD0vA==} + cpu: [x64] + os: [linux] + libc: [musl] + + '@rollup/rollup-win32-arm64-msvc@4.16.4': + resolution: {integrity: sha512-Ma4PwyLfOWZWayfEsNQzTDBVW8PZ6TUUN1uFTBQbF2Chv/+sjenE86lpiEwj2FiviSmSZ4Ap4MaAfl1ciF4aSA==} + cpu: [arm64] + os: [win32] + + '@rollup/rollup-win32-ia32-msvc@4.16.4': + resolution: {integrity: sha512-9m/ZDrQsdo/c06uOlP3W9G2ENRVzgzbSXmXHT4hwVaDQhYcRpi9bgBT0FTG9OhESxwK0WjQxYOSfv40cU+T69w==} + cpu: [ia32] + os: [win32] + + '@rollup/rollup-win32-x64-msvc@4.16.4': + resolution: {integrity: sha512-YunpoOAyGLDseanENHmbFvQSfVL5BxW3k7hhy0eN4rb3gS/ct75dVD0EXOWIqFT/nE8XYW6LP6vz6ctKRi0k9A==} + cpu: [x64] + os: [win32] + + '@rushstack/node-core-library@4.1.0': + resolution: {integrity: sha512-qz4JFBZJCf1YN5cAXa1dP6Mki/HrsQxc/oYGAGx29dF2cwF2YMxHoly0FBhMw3IEnxo5fMj0boVfoHVBkpkx/w==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/rig-package@0.5.2': + resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} + + '@rushstack/terminal@0.10.1': + resolution: {integrity: sha512-C6Vi/m/84IYJTkfzmXr1+W8Wi3MmBjVF/q3za91Gb3VYjKbpALHVxY6FgH625AnDe5Z0Kh4MHKWA3Z7bqgAezA==} + peerDependencies: + '@types/node': '*' + peerDependenciesMeta: + '@types/node': + optional: true + + '@rushstack/ts-command-line@4.19.2': + resolution: {integrity: sha512-cqmXXmBEBlzo9WtyUrHtF9e6kl0LvBY7aTSVX4jfnBfXWZQWnPq9JTFPlQZ+L/ZwjZ4HrNwQsOVvhe9oOucZkw==} + + '@shikijs/core@1.3.0': + resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==} + + '@shikijs/transformers@1.3.0': + resolution: {integrity: sha512-3mlpg2I9CjhjE96dEWQOGeCWoPcyTov3s4aAsHmgvnTHa8MBknEnCQy8/xivJPSpD+olqOqIEoHnLfbNJK29AA==} + + '@sigstore/bundle@1.1.0': + resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.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/sign@1.0.0': + resolution: {integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@sigstore/tuf@1.0.3': + resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@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/models@1.0.4': + resolution: {integrity: sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + '@types/argparse@1.0.38': + resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} + + '@types/columnify@1.5.4': + resolution: {integrity: sha512-YPEVzmy3kJupUee1ueLuvGspy6U2JHcxt6rYvRsSCEgVC54+KdBFjQ6NG/0koZk69e1bfXwSusgChwdFhvEXMw==} + + '@types/cross-spawn@6.0.6': + resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} + + '@types/debug@4.1.12': + resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + + '@types/estree@0.0.39': + resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} + + '@types/estree@1.0.5': + resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + + '@types/expect@1.20.4': + resolution: {integrity: sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==} + + '@types/fs-extra@11.0.4': + resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} + + '@types/glob-stream@8.0.2': + resolution: {integrity: sha512-kyuRfGE+yiSJWzSO3t74rXxdZNdYfLcllO0IUha4eX1fl40pm9L02Q/TEc3mykTLjoWz4STBNwYnUWdFu3I0DA==} + + '@types/glob@7.2.0': + resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} + + '@types/gulp@4.0.17': + resolution: {integrity: sha512-+pKQynu2C/HS16kgmDlAicjtFYP8kaa86eE9P0Ae7GB5W29we/E2TIdbOWtEZD5XkpY+jr8fyqfwO6SWZecLpQ==} + + '@types/inquirer@9.0.7': + resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} + + '@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/jsonfile@6.1.4': + resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} + + '@types/linkify-it@3.0.5': + resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} + + '@types/markdown-it@14.0.1': + resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} + + '@types/mdast@3.0.15': + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + + '@types/mdurl@1.0.5': + resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} + + '@types/minimatch@5.1.2': + resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} + + '@types/ms@0.7.34': + resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} + + '@types/mute-stream@0.0.4': + resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} + + '@types/node@20.12.7': + resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} + + '@types/normalize-package-data@2.4.4': + resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} + + '@types/picomatch@2.3.3': + resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} + + '@types/resolve@1.20.2': + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} + + '@types/rollup-plugin-css-only@3.1.3': + resolution: {integrity: sha512-Yomg5XvEYfZ9RWAO/5yKhc1QAUXmyI2VOFeMJpAmwhE73EZMsjtuZ+w2Y7gC2c2XHdb+YtymNQrFKqBqyokjfw==} + + '@types/semver@7.5.8': + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + + '@types/shelljs@0.8.15': + resolution: {integrity: sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==} + + '@types/streamx@2.9.5': + resolution: {integrity: sha512-IHYsa6jYrck8VEdSwpY141FTTf6D7boPeMq9jy4qazNrFMA4VbRz/sw5LSsfR7jwdDcx0QKWkUexZvsWBC2eIQ==} + + '@types/through@0.0.33': + resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} + + '@types/undertaker-registry@1.0.4': + resolution: {integrity: sha512-tW77pHh2TU4uebWXWeEM5laiw8BuJ7pyJYDh6xenOs75nhny2kVgwYbegJ4BoLMYsIrXaBpKYaPdYO3/udG+hg==} + + '@types/undertaker@1.2.11': + resolution: {integrity: sha512-j1Z0V2ByRHr8ZK7eOeGq0LGkkdthNFW0uAZGY22iRkNQNL9/vAV0yFPr1QN3FM/peY5bxs9P+1f0PYJTQVa5iA==} + + '@types/unist@2.0.10': + resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} + + '@types/vinyl-fs@3.0.5': + resolution: {integrity: sha512-ckYz9giHgV6U10RFuf9WsDQ3X86EFougapxHmmoxLK7e6ICQqO8CE+4V/3lBN148V5N1pb4nQMmMjyScleVsig==} + + '@types/vinyl@2.0.12': + resolution: {integrity: sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==} + + '@types/web-bluetooth@0.0.20': + resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} + + '@types/wrap-ansi@3.0.0': + resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} + + '@typescript-eslint/eslint-plugin@6.21.0': + resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha + eslint: ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@6.21.0': + resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@6.21.0': + resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} + engines: {node: ^16.0.0 || >=18.0.0} + + '@typescript-eslint/type-utils@6.21.0': + resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + 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/types@6.21.0': + resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} + engines: {node: ^16.0.0 || >=18.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/typescript-estree@6.21.0': + resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@6.21.0': + resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + eslint: ^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} + + '@typescript-eslint/visitor-keys@6.21.0': + resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} + engines: {node: ^16.0.0 || >=18.0.0} + + '@ungap/structured-clone@1.2.0': + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + + '@vitejs/plugin-vue-jsx@3.1.0': + resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 || ^5.0.0 + vue: ^3.0.0 + + '@vitejs/plugin-vue@5.0.4': + resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} + engines: {node: ^18.0.0 || >=20.0.0} + peerDependencies: + vite: ^5.0.0 + vue: ^3.2.25 + + '@vue-macros/common@1.10.2': + resolution: {integrity: sha512-WC66NPVh2mJWqm4L0l/u/cOqm4pNOIwVdMGnDYAH2rHcOWy5x68GkhpkYTBu1+xwCSeHWOQn1TCGGbD+98fFpA==} + engines: {node: '>=16.14.0'} + peerDependencies: + vue: ^2.7.0 || ^3.2.25 + peerDependenciesMeta: + vue: + optional: true + + '@vue/babel-helper-vue-transform-on@1.2.2': + resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==} + + '@vue/babel-plugin-jsx@1.2.2': + resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==} + peerDependencies: + '@babel/core': ^7.0.0-0 + peerDependenciesMeta: + '@babel/core': + optional: true + + '@vue/babel-plugin-resolve-type@1.2.2': + resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} + peerDependencies: + '@babel/core': ^7.0.0-0 + + '@vue/compiler-core@3.4.25': + resolution: {integrity: sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==} + + '@vue/compiler-dom@3.4.25': + resolution: {integrity: sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg==} + + '@vue/compiler-sfc@3.4.25': + resolution: {integrity: sha512-m7rryuqzIoQpOBZ18wKyq05IwL6qEpZxFZfRxlNYuIPDqywrXQxgUwLXIvoU72gs6cRdY6wHD0WVZIFE4OEaAQ==} + + '@vue/compiler-ssr@3.4.25': + resolution: {integrity: sha512-H2ohvM/Pf6LelGxDBnfbbXFPyM4NE3hrw0e/EpwuSiYu8c819wx+SVGdJ65p/sFrYDd6OnSDxN1MB2mN07hRSQ==} + + '@vue/devtools-api@7.1.3': + resolution: {integrity: sha512-W8IwFJ/o5iUk78jpqhvScbgCsPiOp2uileDVC0NDtW38gCWhsnu9SeBTjcdu3lbwLdsjc+H1c5Msd/x9ApbcFA==} + + '@vue/devtools-kit@7.1.3': + resolution: {integrity: sha512-NFskFSJMVCBXTkByuk2llzI3KD3Blcm7WqiRorWjD6nClHPgkH5BobDH08rfulqq5ocRt5xV+3qOT1Q9FXJrwQ==} + peerDependencies: + vue: ^3.0.0 + + '@vue/devtools-shared@7.1.3': + resolution: {integrity: sha512-KJ3AfgjTn3tJz/XKF+BlVShNPecim3G21oHRue+YQOsooW+0s+qXvm09U09aO7yBza5SivL1QgxSrzAbiKWjhQ==} + + '@vue/reactivity@3.4.25': + resolution: {integrity: sha512-mKbEtKr1iTxZkAG3vm3BtKHAOhuI4zzsVcN0epDldU/THsrvfXRKzq+lZnjczZGnTdh3ojd86/WrP+u9M51pWQ==} + + '@vue/runtime-core@3.4.25': + resolution: {integrity: sha512-3qhsTqbEh8BMH3pXf009epCI5E7bKu28fJLi9O6W+ZGt/6xgSfMuGPqa5HRbUxLoehTNp5uWvzCr60KuiRIL0Q==} + + '@vue/runtime-dom@3.4.25': + resolution: {integrity: sha512-ode0sj77kuwXwSc+2Yhk8JMHZh1sZp9F/51wdBiz3KGaWltbKtdihlJFhQG4H6AY+A06zzeMLkq6qu8uDSsaoA==} + + '@vue/server-renderer@3.4.25': + resolution: {integrity: sha512-8VTwq0Zcu3K4dWV0jOwIVINESE/gha3ifYCOKEhxOj6MEl5K5y8J8clQncTcDhKF+9U765nRw4UdUEXvrGhyVQ==} + peerDependencies: + vue: 3.4.25 + + '@vue/shared@3.4.25': + resolution: {integrity: sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA==} + + '@vueuse/core@10.9.0': + resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} + + '@vueuse/integrations@10.9.0': + resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==} + peerDependencies: + async-validator: '*' + axios: '*' + change-case: '*' + drauu: '*' + focus-trap: '*' + fuse.js: '*' + idb-keyval: '*' + jwt-decode: '*' + nprogress: '*' + qrcode: '*' + sortablejs: '*' + universal-cookie: '*' + peerDependenciesMeta: + async-validator: + optional: true + axios: + optional: true + change-case: + optional: true + drauu: + optional: true + focus-trap: + optional: true + fuse.js: + optional: true + idb-keyval: + optional: true + jwt-decode: + optional: true + nprogress: + optional: true + qrcode: + optional: true + sortablejs: + optional: true + universal-cookie: + optional: true + + '@vueuse/metadata@10.9.0': + resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} + + '@vueuse/shared@10.9.0': + resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} + + abbrev@1.1.1: + resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn@8.11.3: + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} + engines: {node: '>=0.4.0'} + hasBin: true + + agent-base@6.0.2: + resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} + engines: {node: '>= 6.0.0'} + + agentkeepalive@4.5.0: + resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} + engines: {node: '>= 8.0.0'} + + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + algoliasearch@4.23.3: + resolution: {integrity: sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==} + + ansi-align@3.0.1: + resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} + + ansi-colors@1.1.0: + resolution: {integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==} + engines: {node: '>=0.10.0'} + + ansi-colors@4.1.3: + resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} + engines: {node: '>=6'} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + + ansi-sequence-parser@1.1.1: + resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} + + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + ansi-wrap@0.1.0: + resolution: {integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==} + engines: {node: '>=0.10.0'} + + any-promise@1.3.0: + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + + anymatch@3.1.3: + resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} + engines: {node: '>= 8'} + + app-module-path@2.2.0: + resolution: {integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==} + + append-buffer@1.0.2: + resolution: {integrity: sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==} + engines: {node: '>=0.10.0'} + + aproba@2.0.0: + resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + + are-docs-informative@0.0.2: + resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} + engines: {node: '>=14'} + + are-we-there-yet@3.0.1: + resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + argparse@1.0.10: + resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + arr-diff@4.0.0: + resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} + engines: {node: '>=0.10.0'} + + arr-union@3.1.0: + resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} + engines: {node: '>=0.10.0'} + + array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} + + array-each@1.0.1: + resolution: {integrity: sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==} + engines: {node: '>=0.10.0'} + + array-includes@3.1.8: + resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} + engines: {node: '>= 0.4'} + + array-slice@1.1.0: + resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} + engines: {node: '>=0.10.0'} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + array.prototype.findlastindex@1.2.5: + resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} + engines: {node: '>= 0.4'} + + array.prototype.flat@1.3.2: + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} + + array.prototype.flatmap@1.3.2: + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} + + arraybuffer.prototype.slice@1.0.3: + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} + engines: {node: '>= 0.4'} + + assign-symbols@1.0.0: + resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} + engines: {node: '>=0.10.0'} + + ast-kit@0.12.1: + resolution: {integrity: sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==} + engines: {node: '>=16.14.0'} + + ast-module-types@5.0.0: + resolution: {integrity: sha512-JvqziE0Wc0rXQfma0HZC/aY7URXHFuZV84fJRtP8u+lhp0JYCNd5wJzVXP45t0PH0Mej3ynlzvdyITYIu0G4LQ==} + engines: {node: '>=14'} + + ast-walker-scope@0.6.1: + resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==} + engines: {node: '>=16.14.0'} + + async-done@1.3.2: + resolution: {integrity: sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==} + engines: {node: '>= 0.10'} + + async-done@2.0.0: + resolution: {integrity: sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==} + engines: {node: '>= 10.13.0'} + + async-settle@2.0.0: + resolution: {integrity: sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==} + engines: {node: '>= 10.13.0'} + + atob@2.1.2: + resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} + engines: {node: '>= 4.5.0'} + hasBin: true + + available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} + engines: {node: '>= 0.4'} + + await-to-done@1.0.2: + resolution: {integrity: sha512-izPKtGYvcV41nmdznVgrvgiEodzz3i3qe7IzkVC4VUjlKFxHQ2R2EYrHKIZCAWTYxOfs5gwgmTZWfV0sqvLieQ==} + + babel-plugin-polyfill-corejs2@0.4.11: + resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + babel-plugin-polyfill-corejs3@0.10.4: + resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + babel-plugin-polyfill-regenerator@0.6.2: + resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + + bach@2.0.1: + resolution: {integrity: sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==} + engines: {node: '>=10.13.0'} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + bare-events@2.2.2: + resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + basic-auth@2.0.1: + resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} + engines: {node: '>= 0.8'} + + binary-extensions@2.3.0: + resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} + engines: {node: '>=8'} + + bl@4.1.0: + resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + + bl@5.1.0: + resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} + + bole@5.0.11: + resolution: {integrity: sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==} + + boolbase@1.0.0: + resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} + + boxen@5.1.2: + resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} + engines: {node: '>=10'} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + + braces@3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + + brotli-size@4.0.0: + resolution: {integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA==} + engines: {node: '>= 10.16.0'} + + browserslist@4.23.0: + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + + buffer-equal@1.0.1: + resolution: {integrity: sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==} + engines: {node: '>=0.4'} + + buffer-from@1.1.2: + resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + + buffer@5.7.1: + resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + + builtin-modules@3.3.0: + resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} + engines: {node: '>=6'} + + builtins@5.1.0: + resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} + + 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} + + call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + camelcase@6.3.0: + resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} + engines: {node: '>=10'} + + caniuse-lite@1.0.30001612: + resolution: {integrity: sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==} + + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chalk@5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + + character-entities-legacy@1.1.4: + resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} + + character-entities@1.2.4: + resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} + + character-reference-invalid@1.1.4: + resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} + + chardet@0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + + chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} + engines: {node: '>= 8.10.0'} + + chownr@2.0.0: + resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} + engines: {node: '>=10'} + + ci-info@3.9.0: + resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} + engines: {node: '>=8'} + + ci-info@4.0.0: + resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} + engines: {node: '>=8'} + + clean-regexp@1.0.0: + resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} + engines: {node: '>=4'} + + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + + cli-boxes@2.2.1: + resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} + engines: {node: '>=6'} + + cli-cursor@3.1.0: + resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} + engines: {node: '>=8'} + + cli-cursor@4.0.0: + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + + cli-width@3.0.0: + resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} + engines: {node: '>= 10'} + + cli-width@4.1.0: + resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} + engines: {node: '>= 12'} + + 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-buffer@1.0.0: + resolution: {integrity: sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==} + engines: {node: '>= 0.10'} + + clone-stats@1.0.0: + resolution: {integrity: sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==} + + clone@1.0.4: + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} + + clone@2.1.2: + resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} + engines: {node: '>=0.8'} + + cloneable-readable@1.1.3: + resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} + + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + + 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 + + colors@1.4.0: + resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} + engines: {node: '>=0.1.90'} + + columnify@1.6.0: + resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} + engines: {node: '>=8.0.0'} + + commander@10.0.1: + resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} + engines: {node: '>=14'} + + commander@11.1.0: + resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} + engines: {node: '>=16'} + + commander@12.0.0: + resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} + engines: {node: '>=18'} + + commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + + commander@7.2.0: + resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} + engines: {node: '>= 10'} + + commander@9.5.0: + resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} + engines: {node: ^12.20.0 || >=14} + + comment-parser@1.4.1: + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} + engines: {node: '>= 12.0.0'} + + commondir@1.0.1: + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + confbox@0.1.7: + resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} + + consola@3.2.3: + resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} + engines: {node: ^14.18.0 || >=16.10.0} + + console-control-strings@1.1.0: + resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + + content-type@1.0.5: + resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} + engines: {node: '>= 0.6'} + + convert-source-map@1.9.0: + resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} + + convert-source-map@2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + + copy-props@4.0.0: + resolution: {integrity: sha512-bVWtw1wQLzzKiYROtvNlbJgxgBYt2bMJpkCbKmXM3xyijvcjjWXEk5nyrrT3bgJ7ODb19ZohE2T0Y3FgNPyoTw==} + engines: {node: '>= 10.13.0'} + + copy-to@2.0.1: + resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} + + core-js-compat@3.37.0: + resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==} + + core-js@3.37.0: + resolution: {integrity: sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==} + + core-util-is@1.0.3: + resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} + + cosmiconfig@8.3.6: + resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + + cosmiconfig@9.0.0: + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + + cross-env@7.0.3: + resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} + engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} + hasBin: true + + cross-spawn@6.0.5: + resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} + engines: {node: '>=4.8'} + + cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + + css@3.0.0: + resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} + + cssesc@3.0.0: + resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} + engines: {node: '>=4'} + hasBin: true + + csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} + + data-uri-to-buffer@4.0.1: + resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} + engines: {node: '>= 12'} + + data-view-buffer@1.0.1: + resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} + engines: {node: '>= 0.4'} + + data-view-byte-length@1.0.1: + resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} + engines: {node: '>= 0.4'} + + data-view-byte-offset@1.0.0: + resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} + engines: {node: '>= 0.4'} + + dayjs@1.11.10: + resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} + + debug@2.6.9: + resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + debug@3.2.7: + resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + 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 + + decode-uri-component@0.2.2: + resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} + engines: {node: '>=0.10'} + + deep-extend@0.6.0: + resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} + engines: {node: '>=4.0.0'} + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + deepmerge@4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} + engines: {node: '>=0.10.0'} + + default-user-agent@1.0.0: + resolution: {integrity: sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==} + engines: {node: '>= 0.10.0'} + + defaults@1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + + define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} + engines: {node: '>= 0.4'} + + define-lazy-prop@2.0.0: + resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} + engines: {node: '>=8'} + + define-properties@1.2.1: + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} + engines: {node: '>= 0.4'} + + delegates@1.0.0: + resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} + + depd@2.0.0: + resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} + engines: {node: '>= 0.8'} + + dependency-tree@10.0.9: + resolution: {integrity: sha512-dwc59FRIsht+HfnTVM0BCjJaEWxdq2YAvEDy4/Hn6CwS3CBWMtFnL3aZGAkQn3XCYxk/YcTDE4jX2Q7bFTwCjA==} + engines: {node: '>=14'} + hasBin: true + + destroy@1.2.0: + resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} + engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + + detect-file@1.0.0: + resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==} + engines: {node: '>=0.10.0'} + + detective-amd@5.0.2: + resolution: {integrity: sha512-XFd/VEQ76HSpym80zxM68ieB77unNuoMwopU2TFT/ErUk5n4KvUTwW4beafAVUugrjV48l4BmmR0rh2MglBaiA==} + engines: {node: '>=14'} + hasBin: true + + detective-cjs@5.0.1: + resolution: {integrity: sha512-6nTvAZtpomyz/2pmEmGX1sXNjaqgMplhQkskq2MLrar0ZAIkHMrDhLXkRiK2mvbu9wSWr0V5/IfiTrZqAQMrmQ==} + engines: {node: '>=14'} + + detective-es6@4.0.1: + resolution: {integrity: sha512-k3Z5tB4LQ8UVHkuMrFOlvb3GgFWdJ9NqAa2YLUU/jTaWJIm+JJnEh4PsMc+6dfT223Y8ACKOaC0qcj7diIhBKw==} + engines: {node: '>=14'} + + detective-postcss@6.1.3: + resolution: {integrity: sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + detective-sass@5.0.3: + resolution: {integrity: sha512-YsYT2WuA8YIafp2RVF5CEfGhhyIVdPzlwQgxSjK+TUm3JoHP+Tcorbk3SfG0cNZ7D7+cYWa0ZBcvOaR0O8+LlA==} + engines: {node: '>=14'} + + detective-scss@4.0.3: + resolution: {integrity: sha512-VYI6cHcD0fLokwqqPFFtDQhhSnlFWvU614J42eY6G0s8c+MBhi9QAWycLwIOGxlmD8I/XvGSOUV1kIDhJ70ZPg==} + engines: {node: '>=14'} + + detective-stylus@4.0.0: + resolution: {integrity: sha512-TfPotjhszKLgFBzBhTOxNHDsutIxx9GTWjrL5Wh7Qx/ydxKhwUrlSFeLIn+ZaHPF+h0siVBkAQSuy6CADyTxgQ==} + engines: {node: '>=14'} + + detective-typescript@11.2.0: + resolution: {integrity: sha512-ARFxjzizOhPqs1fYC/2NMC3N4jrQ6HvVflnXBTRqNEqJuXwyKLRr9CrJwkRcV/SnZt1sNXgsF6FPm0x57Tq0rw==} + engines: {node: ^14.14.0 || >=16.0.0} + + digest-header@1.1.0: + resolution: {integrity: sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==} + engines: {node: '>= 8.0.0'} + + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + + 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.1.0: + resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + + dotenv@4.0.0: + resolution: {integrity: sha512-XcaMACOr3JMVcEv0Y/iUM2XaOsATRZ3U1In41/1jjK6vJZ2PZbQ1bzCG8uvaByfaBpl9gqc9QWJovpUGBXLLYQ==} + engines: {node: '>=4.6.0'} + + duplexer@0.1.1: + resolution: {integrity: sha512-sxNZ+ljy+RA1maXoUReeqBBpBC6RLKmg5ewzV+x+mSETmWNoKdZN6vcQjpFROemza23hGFskJtFNoUWUaQ+R4Q==} + + duplexer@0.1.2: + resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + + duplexify@3.7.1: + resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} + + each-props@3.0.0: + resolution: {integrity: sha512-IYf1hpuWrdzse/s/YJOrFmU15lyhSzxelNVAHTEG3DtP4QsLTWZUzcUL3HMXmKQxXpa4EIrBPpwRgj0aehdvAw==} + engines: {node: '>= 10.13.0'} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + ee-first@1.1.1: + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + + electron-to-chromium@1.4.750: + resolution: {integrity: sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + encoding@0.1.13: + resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + + end-of-stream@1.4.4: + resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + + enhanced-resolve@5.16.0: + resolution: {integrity: sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==} + engines: {node: '>=10.13.0'} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + + 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.3: + resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} + engines: {node: '>= 0.4'} + + es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + + es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + + es-module-lexer@1.5.0: + resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} + + es-object-atoms@1.0.0: + resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} + engines: {node: '>= 0.4'} + + es-set-tostringtag@2.0.3: + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} + engines: {node: '>= 0.4'} + + es-shim-unscopables@1.0.2: + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + + es-to-primitive@1.2.1: + resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} + engines: {node: '>= 0.4'} + + esbuild-android-64@0.14.54: + resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + + esbuild-android-arm64@0.14.54: + resolution: {integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + + esbuild-darwin-64@0.14.54: + resolution: {integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + + esbuild-darwin-arm64@0.14.54: + resolution: {integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + + esbuild-freebsd-64@0.14.54: + resolution: {integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + + esbuild-freebsd-arm64@0.14.54: + resolution: {integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + + esbuild-linux-32@0.14.54: + resolution: {integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + + esbuild-linux-64@0.14.54: + resolution: {integrity: sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + + esbuild-linux-arm64@0.14.54: + resolution: {integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + + esbuild-linux-arm@0.14.54: + resolution: {integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + + esbuild-linux-mips64le@0.14.54: + resolution: {integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + + esbuild-linux-ppc64le@0.14.54: + resolution: {integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + + esbuild-linux-riscv64@0.14.54: + resolution: {integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + + esbuild-linux-s390x@0.14.54: + resolution: {integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + + esbuild-netbsd-64@0.14.54: + resolution: {integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + + esbuild-node-loader@0.8.0: + resolution: {integrity: sha512-BJaecVcClXVa5lO7TbHp+CgWtUmYrtZHyPYDx1JVTO3OOXdQM569vbJOeQGPucbYThuWTiNUUNeLEc4+EZk8QQ==} + + esbuild-openbsd-64@0.14.54: + resolution: {integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + + esbuild-register@3.5.0: + resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} + peerDependencies: + esbuild: '>=0.12 <1' + + esbuild-sunos-64@0.14.54: + resolution: {integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + + esbuild-windows-32@0.14.54: + resolution: {integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + + esbuild-windows-64@0.14.54: + resolution: {integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + + esbuild-windows-arm64@0.14.54: + resolution: {integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + + esbuild@0.14.54: + resolution: {integrity: sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA==} + engines: {node: '>=12'} + hasBin: true + + esbuild@0.18.20: + resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} + engines: {node: '>=12'} + hasBin: true + + esbuild@0.20.2: + resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} + engines: {node: '>=12'} + hasBin: true + + escalade@3.1.2: + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} + engines: {node: '>=6'} + + escape-html@1.0.3: + resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + escodegen@2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} + engines: {node: '>=6.0'} + hasBin: true + + eslint-compat-utils@0.5.0: + resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} + 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-import-resolver-node@0.3.9: + resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + + eslint-module-utils@2.8.1: + resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} + 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.6.0: + resolution: {integrity: sha512-I0AmeNgevgaTR7y2lrVCJmGYF0rjoznpDvqV/kIkZSZbZ8Rw3eu4cGlvBBULScfkSOCzqKbff5LR4CNrV7mZHA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + eslint: '>=8' + + eslint-plugin-eslint-comments@3.2.0: + resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} + engines: {node: '>=6.5.0'} + peerDependencies: + eslint: '>=4.19.1' + + eslint-plugin-html@7.1.0: + resolution: {integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==} + + eslint-plugin-import@2.29.1: + resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} + engines: {node: '>=4'} + peerDependencies: + '@typescript-eslint/parser': '*' + eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 + peerDependenciesMeta: + '@typescript-eslint/parser': + optional: true + + eslint-plugin-jsdoc@48.2.3: + resolution: {integrity: sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==} + engines: {node: '>=18'} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 + + eslint-plugin-jsonc@2.15.1: + resolution: {integrity: sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' + + eslint-plugin-markdown@3.0.1: + resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + + eslint-plugin-n@16.6.2: + resolution: {integrity: sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==} + engines: {node: '>=16.0.0'} + peerDependencies: + eslint: '>=7.0.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-promise@6.1.1: + resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^7.0.0 || ^8.0.0 + + eslint-plugin-tsdoc@0.2.17: + resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + + eslint-plugin-unicorn@40.1.0: + resolution: {integrity: sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==} + engines: {node: '>=12'} + peerDependencies: + eslint: '>=7.32.0' + + eslint-plugin-vitest-globals@1.5.0: + resolution: {integrity: sha512-ZSsVOaOIig0oVLzRTyk8lUfBfqzWxr/J3/NFMfGGRIkGQPejJYmDH3gXmSJxAojts77uzAGB/UmVrwi2DC4LYA==} + + eslint-plugin-vue-scoped-css@2.8.0: + resolution: {integrity: sha512-JXb3Um4+AhuDGxSX6FAGCI0p811xF7W8L7yxC8wmAEZEI/teTjlpC09noqQZHXn53RZ/TGQJ8Onaq4teYLxBbg==} + engines: {node: ^12.22 || ^14.17 || >=16} + peerDependencies: + eslint: '>=5.0.0' + vue-eslint-parser: '>=7.1.0' + + eslint-plugin-vue@9.25.0: + resolution: {integrity: sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==} + engines: {node: ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 + + eslint-plugin-yml@1.14.0: + resolution: {integrity: sha512-ESUpgYPOcAYQO9czugcX5OqRvn/ydDVwGCPXY4YjPqc09rHaUVUA6IE6HLQys4rXk/S+qx3EwTd1wHCwam/OWQ==} + engines: {node: ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' + + 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@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@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} + 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.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + 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'} + + estree-walker@2.0.2: + resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + expand-tilde@2.0.2: + resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} + engines: {node: '>=0.10.0'} + + exponential-backoff@3.1.1: + resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + + extend-shallow@2.0.1: + resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} + engines: {node: '>=0.10.0'} + + extend-shallow@3.0.2: + resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} + engines: {node: '>=0.10.0'} + + 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-fifo@1.3.2: + resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + 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-levenshtein@3.0.0: + resolution: {integrity: sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==} + + fast-safe-stringify@2.1.1: + resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} + + fastest-levenshtein@1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + 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'} + + file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + + filesize@6.4.0: + resolution: {integrity: sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==} + engines: {node: '>= 0.4.0'} + + filing-cabinet@4.2.0: + resolution: {integrity: sha512-YZ21ryzRcyqxpyKggdYSoXx//d3sCJzM3lsYoaeg/FyXdADGJrUl+BW1KIglaVLJN5BBcMtWylkygY8zBp2MrQ==} + engines: {node: '>=14'} + hasBin: true + + fill-range@7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + + 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'} + + findup-sync@5.0.0: + resolution: {integrity: sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==} + engines: {node: '>= 10.13.0'} + + fined@2.0.0: + resolution: {integrity: sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==} + engines: {node: '>= 10.13.0'} + + flagged-respawn@2.0.0: + resolution: {integrity: sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==} + engines: {node: '>= 10.13.0'} + + flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + + flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + + flush-write-stream@1.1.1: + resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} + + focus-trap@7.5.4: + resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} + + for-each@0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + + for-in@1.0.2: + resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} + engines: {node: '>=0.10.0'} + + for-own@1.0.0: + resolution: {integrity: sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==} + engines: {node: '>=0.10.0'} + + foreground-child@3.1.1: + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} + + formdata-polyfill@4.0.10: + resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} + engines: {node: '>=12.20.0'} + + formstream@1.3.1: + resolution: {integrity: sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==} + + fs-extra@7.0.1: + resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} + engines: {node: '>=6 <7 || >=8'} + + 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-mkdirp-stream@1.0.0: + resolution: {integrity: sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==} + engines: {node: '>= 0.10'} + + fs-mkdirp-stream@2.0.1: + resolution: {integrity: sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==} + engines: {node: '>=10.13.0'} + + 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.6: + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} + engines: {node: '>= 0.4'} + + functions-have-names@1.2.3: + resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + + gauge@4.0.4: + resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + gensync@1.0.0-beta.2: + resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} + engines: {node: '>=6.9.0'} + + get-amd-module-type@5.0.1: + resolution: {integrity: sha512-jb65zDeHyDjFR1loOVk0HQGM5WNwoGB8aLWy3LKCieMKol0/ProHkhO2X1JxojuN10vbz1qNn09MJ7tNp7qMzw==} + engines: {node: '>=14'} + + get-caller-file@2.0.5: + resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} + engines: {node: 6.* || 8.* || >= 10.*} + + get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} + + get-own-enumerable-property-symbols@3.0.2: + resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} + + get-symbol-description@1.0.2: + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} + engines: {node: '>= 0.4'} + + get-tsconfig@4.7.3: + resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==} + + glob-parent@3.1.0: + resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} + + 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-stream@6.1.0: + resolution: {integrity: sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==} + engines: {node: '>= 0.10'} + + glob-stream@8.0.2: + resolution: {integrity: sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==} + engines: {node: '>=10.13.0'} + + glob-watcher@6.0.0: + resolution: {integrity: sha512-wGM28Ehmcnk2NqRORXFOTOR064L4imSw3EeOqU5bIwUf62eXGwg89WivH6VMahL8zlQHeodzvHpXplrqzrz3Nw==} + engines: {node: '>= 10.13.0'} + + glob@10.3.12: + resolution: {integrity: sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + + glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} + + global-modules@1.0.0: + resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} + engines: {node: '>=0.10.0'} + + global-modules@2.0.0: + resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} + engines: {node: '>=6'} + + global-prefix@1.0.2: + resolution: {integrity: sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==} + engines: {node: '>=0.10.0'} + + global-prefix@3.0.0: + resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} + engines: {node: '>=6'} + + 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'} + + globalthis@1.0.3: + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + glogg@2.2.0: + resolution: {integrity: sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==} + engines: {node: '>= 10.13.0'} + + gonzales-pe@4.3.0: + resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==} + engines: {node: '>=0.6.0'} + hasBin: true + + gopd@1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + + 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==} + + gulp-cli@3.0.0: + resolution: {integrity: sha512-RtMIitkT8DEMZZygHK2vEuLPqLPAFB4sntSxg4NoDta7ciwGZ18l7JuhCTiS5deOJi2IoK0btE+hs6R4sfj7AA==} + engines: {node: '>=10.13.0'} + hasBin: true + + gulp-typescript@6.0.0-alpha.1: + resolution: {integrity: sha512-KoT0TTfjfT7w3JItHkgFH1T/zK4oXWC+a8xxKfniRfVcA0Fa1bKrIhztYelYmb+95RB80OLMBreknYkdwzdi2Q==} + engines: {node: '>= 8'} + peerDependencies: + typescript: '~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev || >=3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev ' + + gulp@5.0.0: + resolution: {integrity: sha512-S8Z8066SSileaYw1S2N1I64IUc/myI2bqe2ihOBzO6+nKpvNSg7ZcWJt/AwF8LC/NVN+/QZ560Cb/5OPsyhkhg==} + engines: {node: '>=10.13.0'} + hasBin: true + + gulplog@2.2.0: + resolution: {integrity: sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==} + engines: {node: '>= 10.13.0'} + + gzip-size@6.0.0: + resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} + engines: {node: '>=10'} + + handlebars@4.7.8: + resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} + engines: {node: '>=0.4.7'} + hasBin: true + + has-bigints@1.0.2: + resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + + has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} + engines: {node: '>= 0.4'} + + has-symbols@1.0.3: + resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} + 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'} + + homedir-polyfill@1.0.3: + resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} + engines: {node: '>=0.10.0'} + + hookable@5.5.3: + resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} + + hosted-git-info@2.8.9: + resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + + hosted-git-info@6.1.1: + resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + html-tags@3.3.1: + resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} + engines: {node: '>=8'} + + htmlparser2@8.0.2: + resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + + http-cache-semantics@4.1.1: + resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + + http-proxy-agent@5.0.0: + resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} + engines: {node: '>= 6'} + + https-proxy-agent@5.0.1: + resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} + engines: {node: '>= 6'} + + 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'} + + ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + + ignore-walk@6.0.4: + resolution: {integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + ignore@5.3.1: + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} + engines: {node: '>= 4'} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + import-lazy@4.0.0: + resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} + engines: {node: '>=8'} + + import-meta-resolve@2.2.2: + resolution: {integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==} + + 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'} + + individual@3.0.0: + resolution: {integrity: sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==} + + infer-owner@1.0.4: + resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + ini@1.3.8: + resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + + inquirer@8.2.6: + resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} + engines: {node: '>=12.0.0'} + + internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} + engines: {node: '>= 0.4'} + + interpret@1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + + interpret@3.1.1: + resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} + engines: {node: '>=10.13.0'} + + invert-kv@3.0.1: + resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==} + engines: {node: '>=8'} + + ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} + + ip@1.1.9: + resolution: {integrity: sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==} + + is-absolute@1.0.0: + resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} + engines: {node: '>=0.10.0'} + + is-alphabetical@1.0.4: + resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} + + is-alphanumerical@1.0.4: + resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} + + is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} + + is-arrayish@0.2.1: + resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + + is-bigint@1.0.4: + resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + + is-binary-path@2.1.0: + resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} + engines: {node: '>=8'} + + is-boolean-object@1.1.2: + resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} + engines: {node: '>= 0.4'} + + is-buffer@1.1.6: + resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} + + is-builtin-module@3.2.1: + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + engines: {node: '>=6'} + + is-callable@1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + + is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + + is-data-view@1.0.1: + resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} + engines: {node: '>= 0.4'} + + is-date-object@1.0.5: + resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} + engines: {node: '>= 0.4'} + + is-decimal@1.0.4: + resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} + + is-docker@2.2.1: + resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} + engines: {node: '>=8'} + hasBin: true + + is-extendable@0.1.1: + resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} + engines: {node: '>=0.10.0'} + + is-extendable@1.0.1: + resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} + engines: {node: '>=0.10.0'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-glob@3.1.0: + resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} + engines: {node: '>=0.10.0'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-hexadecimal@1.0.4: + resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} + + is-interactive@1.0.0: + resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} + engines: {node: '>=8'} + + is-interactive@2.0.0: + resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} + engines: {node: '>=12'} + + is-lambda@1.0.1: + resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + + is-module@1.0.0: + resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} + + is-negated-glob@1.0.0: + resolution: {integrity: sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==} + engines: {node: '>=0.10.0'} + + is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} + engines: {node: '>= 0.4'} + + is-number-object@1.0.7: + resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} + engines: {node: '>= 0.4'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-obj@1.0.1: + resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} + engines: {node: '>=0.10.0'} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + 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-reference@1.2.1: + resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} + + is-regex@1.1.4: + resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} + engines: {node: '>= 0.4'} + + is-regexp@1.0.0: + resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} + engines: {node: '>=0.10.0'} + + is-relative-path@1.0.2: + resolution: {integrity: sha512-i1h+y50g+0hRbBD+dbnInl3JlJ702aar58snAeX+MxBAPvzXGej7sYoPMhlnykabt0ZzCJNBEyzMlekuQZN7fA==} + + is-relative@1.0.0: + resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} + engines: {node: '>=0.10.0'} + + is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} + + is-string@1.0.7: + resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} + engines: {node: '>= 0.4'} + + is-symbol@1.0.4: + resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} + engines: {node: '>= 0.4'} + + is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} + engines: {node: '>= 0.4'} + + is-unc-path@1.0.0: + resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} + engines: {node: '>=0.10.0'} + + is-unicode-supported@0.1.0: + resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} + engines: {node: '>=10'} + + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + + is-url-superb@4.0.0: + resolution: {integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==} + engines: {node: '>=10'} + + is-url@1.2.4: + resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} + + is-utf8@0.2.1: + resolution: {integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==} + + is-valid-glob@1.0.0: + resolution: {integrity: sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==} + engines: {node: '>=0.10.0'} + + is-weakref@1.0.2: + resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + + is-windows@1.0.2: + resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} + engines: {node: '>=0.10.0'} + + is-wsl@2.2.0: + resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} + engines: {node: '>=8'} + + isarray@1.0.0: + resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + + isarray@2.0.5: + resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + isobject@3.0.1: + resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} + engines: {node: '>=0.10.0'} + + jackspeak@2.3.6: + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} + + jju@1.4.0: + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + + js-cool@2.8.0: + resolution: {integrity: sha512-k2oWpZfYgqXaciJaG/aAKg2PoNyiZ37SeO0t6yVtlolY50Lwv8WnqmSekSAHTrXvxtLzN4VNj8eGhQi9lG6abQ==} + peerDependencies: + core-js: '>=3.0.0' + tslib: '>=2.0.0' + + js-cool@5.19.0: + resolution: {integrity: sha512-gopKT7TcBTwpu3fMbw6fwfqnAneInAF4UAYX4ZVliAIke5T/ki26DYVSc0rBwq/rE43w/S5lYjheXS8rHNdPrw==} + engines: {node: '>=12.20'} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + + jsdoc-type-pratt-parser@4.0.0: + resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} + engines: {node: '>=12.0.0'} + + jsesc@0.5.0: + resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + hasBin: true + + jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + + 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.1: + resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + json-stringify-safe@5.0.1: + resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + + 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 + + jsonc-eslint-parser@2.4.0: + resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + jsonc-parser@3.2.1: + resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} + + jsonfile@4.0.0: + resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + + jsonparse@1.3.1: + resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} + engines: {'0': node >= 0.2.0} + + 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'} + + last-run@2.0.0: + resolution: {integrity: sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==} + engines: {node: '>= 10.13.0'} + + lazystream@1.0.1: + resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} + engines: {node: '>= 0.6.3'} + + lcid@4.0.1: + resolution: {integrity: sha512-qI4sQt7g19ZWtaodPKBUvym/pen9/lZzqyl2qeItTFPwJptXllVhe3KI+mV9xmBa4cnZoik8m1obToxqFbVIZQ==} + engines: {node: '>=14.16'} + + lead@1.0.0: + resolution: {integrity: sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==} + engines: {node: '>= 0.10'} + + lead@4.0.0: + resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} + engines: {node: '>=10.13.0'} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + liftoff@5.0.0: + resolution: {integrity: sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==} + engines: {node: '>=10.13.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==} + + load-json-file@4.0.0: + resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} + engines: {node: '>=4'} + + load-source@1.2.0: + resolution: {integrity: sha512-2pgerVx7egVvqEm2TfYr3GOSX7tbmAEs6Kt3gDRODnexC2xfLOB/hB9wP8+MFBlo2tD/GLX1MgQ1IOZ4jbtzaw==} + + load-yml@1.4.0: + resolution: {integrity: sha512-L0O2nUOOZ2bNMvFudewMPDhdJqtNoxEHUUhy0Z22aEZXSzmvR1UK5utu67uTpmwmFo+UrdycWceGuifcsgJi5w==} + engines: {node: '>=12.20'} + + local-pkg@0.5.0: + resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} + engines: {node: '>=14'} + + 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'} + + lodash.debounce@4.0.8: + resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + + lodash.get@4.4.2: + resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} + + lodash.isequal@4.5.0: + resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + lodash.sortedlastindex@4.1.0: + resolution: {integrity: sha512-s8xEQdsp2Tu5zUqVdFSe9C0kR8YlnAJYLqMdkh+pIRBRxF6/apWseLdHl3/+jv2I61dhPwtI/Ff+EqvCpc+N8w==} + + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + + log-symbols@4.1.0: + resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} + engines: {node: '>=10'} + + log-symbols@5.1.0: + resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} + engines: {node: '>=12'} + + lru-cache@10.2.1: + resolution: {integrity: sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==} + engines: {node: 14 || >=16.14} + + 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'} + + lunr@2.3.9: + resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} + + madge@7.0.0: + resolution: {integrity: sha512-x9eHkBWoCJ2B8yGesWf8LRucarkbH5P3lazqgvmxe4xn5U2Meyfu906iG9mBB1RnY/f4D+gtELWdiz1k6+jAZA==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + typescript: ^3.9.5 || ^4.9.5 || ^5 + peerDependenciesMeta: + typescript: + optional: true + + magic-string-ast@0.3.0: + resolution: {integrity: sha512-0shqecEPgdFpnI3AP90epXyxZy9g6CRZ+SZ7BcqFwYmtFEnZ1jpevcV5HoyVnlDS9gCnc1UIg3Rsvp3Ci7r8OA==} + engines: {node: '>=16.14.0'} + + magic-string@0.26.7: + resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==} + engines: {node: '>=12'} + + magic-string@0.30.10: + resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} + + 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} + + map-cache@0.2.2: + resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} + engines: {node: '>=0.10.0'} + + mark.js@8.11.1: + resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==} + + markdown-it-anchor@8.6.7: + resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} + peerDependencies: + '@types/markdown-it': '*' + markdown-it: '*' + + markdown-it-container@4.0.0: + resolution: {integrity: sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw==} + + markdown-it@14.1.0: + resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} + hasBin: true + + marked@4.3.0: + resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} + engines: {node: '>= 12'} + hasBin: true + + mdast-util-from-markdown@0.8.5: + resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} + + mdast-util-to-string@2.0.0: + resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} + + mdurl@2.0.0: + resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} + + memorystream@0.3.1: + resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} + engines: {node: '>= 0.10.0'} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromark@2.11.4: + resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} + + micromatch@4.0.5: + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} + + mime@2.6.0: + resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} + engines: {node: '>=4.0.0'} + 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@3.0.8: + resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + minimatch@5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + + minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} + + minimatch@9.0.4: + resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} + engines: {node: '>=16 || 14 >=14.17'} + + 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-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.4: + resolution: {integrity: sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + minipass-flush@1.0.5: + resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} + engines: {node: '>= 8'} + + minipass-json-stream@1.0.1: + resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} + + 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@5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} + engines: {node: '>=8'} + + minipass@7.0.4: + resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} + engines: {node: '>=16 || 14 >=14.17'} + + minisearch@6.3.0: + resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==} + + minizlib@2.1.2: + resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} + engines: {node: '>= 8'} + + mitt@3.0.1: + resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} + + mkdirp@0.5.6: + resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} + hasBin: true + + mkdirp@1.0.4: + resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} + engines: {node: '>=10'} + hasBin: true + + mlly@1.6.1: + resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==} + + module-definition@5.0.1: + resolution: {integrity: sha512-kvw3B4G19IXk+BOXnYq/D/VeO9qfHaapMeuS7w7sNUqmGaA6hywdFHMi+VWeR9wUScXM7XjoryTffCZ5B0/8IA==} + engines: {node: '>=14'} + hasBin: true + + module-lookup-amd@8.0.5: + resolution: {integrity: sha512-vc3rYLjDo5Frjox8NZpiyLXsNWJ5BWshztc/5KSOMzpg9k5cHH652YsJ7VKKmtM4SvaxuE9RkrYGhiSjH3Ehow==} + engines: {node: '>=14'} + hasBin: true + + monorepo-root@2.5.1: + resolution: {integrity: sha512-4sgeX1n6xAeYLRyU0DxtCHAW3aXQICaHDXwpV1GaiId/MyU6m7P6iMwvGFeqzuujuoMHCOe53hzccWX74uVVmw==} + + morgan@1.10.0: + resolution: {integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==} + engines: {node: '>= 0.8.0'} + + mount-css@1.2.0: + resolution: {integrity: sha512-LGm7ucjo+3NsXQqxHH03v9jmAs00/JR1CsqO6IC9gm7zkZjWjki5FLM+Ld9MeTfuPPXXgMj7m1yzz5NA13Ye1g==} + + mount-image@1.2.0: + resolution: {integrity: sha512-NQsmg+Zjnb4DZNvJtwuFbN3ekS+tJxyfbYuTk9PqdmtRpHv0RjajEnzCRXNUIZ7Epbe3iTHhRFJI/zHClmirQA==} + + mount-script@1.2.0: + resolution: {integrity: sha512-Zi41a5RITaRU0Uzkgih/yzUfsxWDFLjM8ap37Jjic1jH2ob7N5yOzsj6zhSJxc3JC84456kgLFd5SLdYob2eJQ==} + + mount-style@1.2.0: + resolution: {integrity: sha512-INP8yaVjMy6kl2fbM43UrGWxqCZIKMO35pNW9nL0EiS7jNYbZkXghf7Nt+ls2VyqOZlEONo6h4WtnxNS41By6A==} + + ms@2.0.0: + resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + + 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-stdout@2.0.0: + resolution: {integrity: sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==} + engines: {node: '>= 10.13.0'} + + mute-stream@0.0.8: + resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + + mute-stream@1.0.0: + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + mz@2.7.0: + resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + + nanoid@3.3.7: + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} + engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + hasBin: true + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + ndjson@2.0.0: + resolution: {integrity: sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==} + engines: {node: '>=10'} + hasBin: true + + negotiator@0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + + neo-async@2.6.2: + resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + + nice-try@1.0.5: + resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} + + node-apollo@1.2.1: + resolution: {integrity: sha512-6bNhTQ2Yt4Zq+lqPMT4+x4nzfbC7QHytbQBv833N7slhfnYz4zvoNRC9GDMYh6BFW/wSVP05z627ZAzdyi09dg==} + + node-domexception@1.0.0: + resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} + engines: {node: '>=10.5.0'} + + 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@9.4.1: + resolution: {integrity: sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==} + engines: {node: ^12.13 || ^14.13 || >=16} + hasBin: true + + node-releases@2.0.14: + resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + + node-source-walk@6.0.2: + resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} + engines: {node: '>=14'} + + 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 + + normalize-package-data@2.5.0: + resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + + 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@2.1.1: + resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} + engines: {node: '>=0.10.0'} + + normalize-path@3.0.0: + resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} + engines: {node: '>=0.10.0'} + + now-and-later@2.0.1: + resolution: {integrity: sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==} + engines: {node: '>= 0.10'} + + now-and-later@3.0.0: + resolution: {integrity: sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==} + engines: {node: '>= 10.13.0'} + + npm-bundled@3.0.0: + resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.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-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-package-arg@10.1.0: + resolution: {integrity: sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.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-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-run-all@4.1.5: + resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} + engines: {node: '>= 4'} + hasBin: true + + npmlog@6.0.2: + resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + nth-check@2.1.1: + resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + + object-assign@4.1.1: + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} + engines: {node: '>=0.10.0'} + + object-inspect@1.13.1: + resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + + object-keys@1.1.1: + resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} + engines: {node: '>= 0.4'} + + object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} + engines: {node: '>= 0.4'} + + object.defaults@1.1.0: + resolution: {integrity: sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==} + engines: {node: '>=0.10.0'} + + 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.pick@1.3.0: + resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} + engines: {node: '>=0.10.0'} + + object.values@1.2.0: + resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} + engines: {node: '>= 0.4'} + + on-finished@2.3.0: + resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} + engines: {node: '>= 0.8'} + + on-headers@1.0.2: + resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} + engines: {node: '>= 0.8'} + + 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'} + + open@8.4.2: + resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} + engines: {node: '>=12'} + + optionator@0.9.4: + resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} + engines: {node: '>= 0.8.0'} + + ora@5.4.1: + resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} + engines: {node: '>=10'} + + ora@6.3.1: + resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + ordered-read-streams@1.0.1: + resolution: {integrity: sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==} + + os-lang@3.2.0: + resolution: {integrity: sha512-/hMEpk0p6gE4BaK9ZufPktHYsws4Kft8nBwiWEdIJryigq6bZ4PkuKkWypvjFdAZRtHm20pZTSoZgBjKtT/HTw==} + hasBin: true + + os-name@1.0.3: + resolution: {integrity: sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==} + engines: {node: '>=0.10.0'} + hasBin: true + + os-tmpdir@1.0.2: + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} + + osx-release@1.1.0: + resolution: {integrity: sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==} + engines: {node: '>=0.10.0'} + hasBin: true + + 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-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-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + + p-try@2.2.0: + resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} + engines: {node: '>=6'} + + pacote@15.2.0: + resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hasBin: true + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-entities@2.0.0: + resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} + + parse-filepath@1.0.2: + resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==} + engines: {node: '>=0.8'} + + 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-ms@2.1.0: + resolution: {integrity: sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==} + engines: {node: '>=6'} + + parse-passwd@1.0.0: + resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} + engines: {node: '>=0.10.0'} + + path-dirname@1.0.2: + resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@2.0.1: + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} + engines: {node: '>=4'} + + 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-root-regex@0.1.2: + resolution: {integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==} + engines: {node: '>=0.10.0'} + + path-root@0.1.1: + resolution: {integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==} + engines: {node: '>=0.10.0'} + + path-scurry@1.10.2: + resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==} + engines: {node: '>=16 || 14 >=14.17'} + + path-type@3.0.0: + resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} + engines: {node: '>=4'} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + + pause-stream@0.0.11: + resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} + + perfect-debounce@1.0.0: + resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} + + picocolors@1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + pidtree@0.3.1: + resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} + engines: {node: '>=0.10'} + hasBin: true + + pify@3.0.0: + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} + engines: {node: '>=4'} + + pkg-types@1.1.0: + resolution: {integrity: sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==} + + plugin-error@1.0.1: + resolution: {integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==} + engines: {node: '>= 0.10'} + + pluralize@8.0.0: + resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} + engines: {node: '>=4'} + + pm-info@2.5.1: + resolution: {integrity: sha512-cCK0S13Pk3z6vG1G0XyoqWPVg6SLEi7LnNRVlDep+JM50bsUD49rtEmhcCWKqTEEJD0QHYNlWNpb4W4s+Vi2tA==} + + possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + postcss-safe-parser@6.0.0: + resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.3.3 + + postcss-scss@4.0.9: + resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.4.29 + + postcss-selector-parser@6.0.16: + resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} + engines: {node: '>=4'} + + postcss-styl@0.12.3: + resolution: {integrity: sha512-8I7Cd8sxiEITIp32xBK4K/Aj1ukX6vuWnx8oY/oAH35NfQI4OZaY5nd68Yx8HeN5S49uhQ6DL0rNk0ZBu/TaLg==} + engines: {node: ^8.10.0 || ^10.13.0 || ^11.10.1 || >=12.13.0} + + postcss-values-parser@6.0.2: + resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} + engines: {node: '>=10'} + peerDependencies: + postcss: ^8.2.9 + + postcss@8.4.38: + resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} + engines: {node: ^10 || ^12 || >=14} + + preact@10.20.2: + resolution: {integrity: sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==} + + precinct@11.0.5: + resolution: {integrity: sha512-oHSWLC8cL/0znFhvln26D14KfCQFFn4KOLSw6hmLhd+LQ2SKt9Ljm89but76Pc7flM9Ty1TnXyrA2u16MfRV3w==} + engines: {node: ^14.14.0 || >=16.0.0} + hasBin: true + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-config-common@1.4.0: + resolution: {integrity: sha512-8sYxS0a6pDInA/eJGL4iCsdblr39yHKrjrXLNb/OZkm8yQ0338FlK898Us4Pu5tV4TwOBx48GdxGt9mN58duxg==} + + prettier-linter-helpers@1.0.0: + resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} + engines: {node: '>=6.0.0'} + + prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} + engines: {node: '>=14'} + hasBin: true + + pretty-ms@7.0.1: + resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==} + engines: {node: '>=10'} + + proc-log@3.0.0: + resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + process-nextick-args@2.0.1: + resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + + 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'} + + pump@2.0.1: + resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} + + pump@3.0.0: + resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + + pumpify@1.5.1: + resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} + + punycode.js@2.3.1: + resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} + engines: {node: '>=6'} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + qs@6.12.1: + resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==} + engines: {node: '>=0.6'} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + queue-tick@1.0.1: + resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} + + quote-unquote@1.0.0: + resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==} + + randombytes@2.1.0: + resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + + rc@1.2.8: + resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} + hasBin: true + + 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@6.0.4: + resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + read-pkg-up@7.0.1: + resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} + engines: {node: '>=8'} + + read-pkg@3.0.0: + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} + engines: {node: '>=4'} + + read-pkg@5.2.0: + resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} + engines: {node: '>=8'} + + readable-stream@2.3.8: + resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + + 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'} + + rechoir@0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + + rechoir@0.8.0: + resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} + engines: {node: '>= 10.13.0'} + + regenerate-unicode-properties@10.1.1: + resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} + engines: {node: '>=4'} + + regenerate@1.4.2: + resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + + regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + + regenerator-transform@0.15.2: + resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + + regexp-tree@0.1.27: + resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} + hasBin: true + + regexp.prototype.flags@1.5.2: + resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} + engines: {node: '>= 0.4'} + + regexpu-core@5.3.2: + resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} + engines: {node: '>=4'} + + regjsparser@0.9.1: + resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + hasBin: true + + reinstaller@3.0.2: + resolution: {integrity: sha512-VLjzE9tQMghK53x1Ccx96AEdRRe+dKq5zsnSNFLf1d7QsLAaRV0yX3lU1djgIaPYNSjDOXBRXjt8Y/GFTrHt/A==} + hasBin: true + peerDependencies: + debug: '>= 4' + js-cool: '>= 2' + + remove-bom-buffer@3.0.0: + resolution: {integrity: sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==} + engines: {node: '>=0.10.0'} + + remove-bom-stream@1.2.0: + resolution: {integrity: sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==} + engines: {node: '>= 0.10'} + + remove-trailing-separator@1.1.0: + resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} + + replace-ext@1.0.1: + resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} + engines: {node: '>= 0.10'} + + replace-ext@2.0.0: + resolution: {integrity: sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==} + engines: {node: '>= 10'} + + replace-homedir@2.0.0: + resolution: {integrity: sha512-bgEuQQ/BHW0XkkJtawzrfzHFSN70f/3cNOiHa2QsYxqrjaC30X1k74FJ6xswVBP0sr0SpGIdVFuPwfrYziVeyw==} + engines: {node: '>= 10.13.0'} + + require-directory@2.1.1: + resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} + engines: {node: '>=0.10.0'} + + requirejs-config-file@4.0.0: + resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} + engines: {node: '>=10.13.0'} + + requirejs@2.3.6: + resolution: {integrity: sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==} + engines: {node: '>=0.4.0'} + hasBin: true + + resolve-dependency-path@3.0.2: + resolution: {integrity: sha512-Tz7zfjhLfsvR39ADOSk9us4421J/1ztVBo4rWUkF38hgHK5m0OCZ3NxFVpqHRkjctnwVa15igEUHFJp8MCS7vA==} + engines: {node: '>=14'} + + resolve-dir@1.0.1: + resolution: {integrity: sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==} + engines: {node: '>=0.10.0'} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve-options@1.1.0: + resolution: {integrity: sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==} + engines: {node: '>= 0.10'} + + resolve-options@2.0.0: + resolution: {integrity: sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==} + engines: {node: '>= 10.13.0'} + + resolve-pkg-maps@1.0.0: + resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} + + resolve@1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + + resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + + restore-cursor@3.1.0: + resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} + engines: {node: '>=8'} + + restore-cursor@4.0.0: + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + retry@0.12.0: + resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} + engines: {node: '>= 4'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rfdc@1.3.1: + resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + + rimraf@5.0.5: + resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} + engines: {node: '>=14'} + hasBin: true + + rm-all@1.1.1: + resolution: {integrity: sha512-5n3SiDtp0BxHX485YhfbxR1RLtR9KlRTCj0hHahTufYEhUyE9ydy1nRtP4OG9kXifsYClu43gwkqcOnjpz/HPQ==} + engines: {node: '>=12.20'} + hasBin: true + peerDependencies: + js-cool: '>= 2' + + rollup-plugin-add-banner@1.1.0: + resolution: {integrity: sha512-GvBE6Miow7NxxHeRc0ehs6uJ8AV4fAmc5rnPIpIAyrUX+LKLkw0vXgFiGl63mFshWK3HXLjyXfzTgBLp1W9W2g==} + peerDependencies: + rollup: '>= 2.0.0' + + rollup-plugin-css-only@4.5.2: + resolution: {integrity: sha512-7rj9+jB17Pz8LNcPgtMUb16JcgD8lxQMK9HcGfAVhMK3na/WXes3oGIo5QsrQQVqtgAU6q6KnQNXJrYunaUIQQ==} + engines: {node: '>=14'} + peerDependencies: + rollup: <5 + + rollup-plugin-esbuild@6.1.1: + resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} + engines: {node: '>=14.18.0'} + peerDependencies: + esbuild: '>=0.18.0' + rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 + + rollup-plugin-filesize@10.0.0: + resolution: {integrity: sha512-JAYYhzCcmGjmCzo3LEHSDE3RAPHKIeBdpqRhiyZSv5o/3wFhktUOzYAWg/uUKyEu5dEaVaql6UOmaqHx1qKrZA==} + engines: {node: '>=16.0.0'} + + rollup-plugin-node-externals@7.1.2: + resolution: {integrity: sha512-cVJFKs+ulZxpMmn/s+oi431d93Jq5+G7Sc5ixWDrL2k+Gj+MqXg0KMNWgKf8Mw5qpaG4jVDpsvuqFfiCvRcGeA==} + engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'} + peerDependencies: + rollup: ^3.0.0 || ^4.0.0 + + rollup-plugin-replace-shebang@1.2.0: + resolution: {integrity: sha512-683B/kMQwm7TN8sIsBo778kzvu4PYed4XU7OPNidTdGb2eFlEdkNbq8dPapzkEckLfzxxPHYz44f7+U5e+NW4A==} + peerDependencies: + rollup: '>= 2.0.0' + + rollup-plugin-visualizer@5.12.0: + resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} + engines: {node: '>=14'} + hasBin: true + peerDependencies: + rollup: 2.x || 3.x || 4.x + peerDependenciesMeta: + rollup: + optional: true + + rollup@0.63.5: + resolution: {integrity: sha512-dFf8LpUNzIj3oE0vCvobX6rqOzHzLBoblyFp+3znPbjiSmSvOoK2kMKx+Fv9jYduG1rvcCfCveSgEaQHjWRF6g==} + hasBin: true + + rollup@4.16.4: + resolution: {integrity: sha512-kuaTJSUbz+Wsb2ATGvEknkI12XV40vIiHmLuFlejoo7HtDok/O5eDDD0UpCVY5bBX5U5RYo8wWP83H7ZsqVEnA==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + + run-async@2.4.1: + resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} + engines: {node: '>=0.12.0'} + + run-async@3.0.0: + resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} + engines: {node: '>=0.12.0'} + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + rxjs@7.8.1: + resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + + safe-array-concat@1.1.2: + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} + engines: {node: '>=0.4'} + + safe-buffer@5.1.2: + resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safe-regex-test@1.0.3: + resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + engines: {node: '>= 0.4'} + + safe-regex@2.1.1: + resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} + + safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + + sass-lookup@5.0.1: + resolution: {integrity: sha512-t0X5PaizPc2H4+rCwszAqHZRtr4bugo4pgiCvrBFvIX0XFxnr29g77LJcpyj9A0DcKf7gXMLcgvRjsonYI6x4g==} + engines: {node: '>=14'} + hasBin: true + + sax@1.2.4: + resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} + + search-insights@2.13.0: + resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==} + + semver-diff@4.0.0: + resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==} + engines: {node: '>=12'} + + semver-greatest-satisfied-range@2.0.0: + resolution: {integrity: sha512-lH3f6kMbwyANB7HuOWRMlLCa2itaCrZJ+SAqqkSZrZKO/cAsk2EOyaKHUtNkVLFyFW9pct22SFesFp3Z7zpA0g==} + engines: {node: '>= 10.13.0'} + + 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.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + engines: {node: '>=10'} + hasBin: true + + semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + engines: {node: '>=10'} + hasBin: true + + serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + + 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'} + + shebang-command@1.2.0: + resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} + engines: {node: '>=0.10.0'} + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@1.0.0: + resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} + engines: {node: '>=0.10.0'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + shell-quote@1.8.1: + resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} + + shelljs@0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + + shiki@0.14.7: + resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} + + shiki@1.3.0: + resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==} + + side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + 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 + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + slash@4.0.0: + resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} + engines: {node: '>=12'} + + smart-buffer@4.2.0: + resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} + engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + + smob@1.5.0: + resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} + + socks-proxy-agent@7.0.0: + resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} + engines: {node: '>= 10'} + + socks@2.8.3: + resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} + + source-map-js@1.2.0: + resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} + engines: {node: '>=0.10.0'} + + source-map-resolve@0.6.0: + resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} + deprecated: See https://github.com/lydell/source-map-resolve#deprecated + + 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.4: + resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} + engines: {node: '>= 8'} + + sourcemap-codec@1.4.8: + resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} + deprecated: Please use @jridgewell/sourcemap-codec instead + + sparkles@2.1.0: + resolution: {integrity: sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==} + engines: {node: '>= 10.13.0'} + + 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-expression-parse@4.0.0: + resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} + + spdx-license-ids@3.0.17: + resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} + + speakingurl@14.0.1: + resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} + engines: {node: '>=0.10.0'} + + split2@3.2.2: + resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + + sprintf-js@1.0.3: + resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + + sprintf-js@1.1.3: + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + + ssri@10.0.5: + resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + ssri@9.0.1: + resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + + statuses@1.5.0: + resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} + engines: {node: '>= 0.6'} + + stdin-discarder@0.1.0: + resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + stream-composer@1.0.2: + resolution: {integrity: sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==} + + stream-exhaust@1.0.2: + resolution: {integrity: sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==} + + stream-shift@1.0.3: + resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==} + + stream-to-array@2.3.0: + resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} + + streamx@2.16.1: + resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==} + + string-argv@0.3.2: + resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} + engines: {node: '>=0.6.19'} + + 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.padend@3.1.6: + resolution: {integrity: sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==} + engines: {node: '>= 0.4'} + + string.prototype.trim@1.2.9: + resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} + engines: {node: '>= 0.4'} + + string.prototype.trimend@1.0.8: + resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + + string.prototype.trimstart@1.0.8: + resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} + engines: {node: '>= 0.4'} + + string_decoder@1.1.1: + resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + stringify-object@3.3.0: + resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} + engines: {node: '>=4'} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-bom@3.0.0: + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} + engines: {node: '>=4'} + + strip-indent@3.0.0: + resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} + engines: {node: '>=8'} + + strip-json-comments@2.0.1: + resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} + engines: {node: '>=0.10.0'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + stylus-lookup@5.0.1: + resolution: {integrity: sha512-tLtJEd5AGvnVy4f9UHQMw4bkJJtaAcmo54N+ovQBjDY3DuWyK9Eltxzr5+KG0q4ew6v2EHyuWWNnHeiw/Eo7rQ==} + engines: {node: '>=14'} + hasBin: true + + stylus@0.57.0: + resolution: {integrity: sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==} + hasBin: true + + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + + 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'} + + sver@1.8.4: + resolution: {integrity: sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==} + + svg-tags@1.0.0: + resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} + + synckit@0.6.2: + resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==} + engines: {node: '>=12.20'} + + synckit@0.8.8: + resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} + engines: {node: ^14.18.0 || >=16.0.0} + + tabbable@6.2.0: + resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} + + tapable@2.2.1: + resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} + engines: {node: '>=6'} + + tar@6.2.1: + resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} + engines: {node: '>=10'} + + teex@1.0.1: + resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} + + terser@5.30.4: + resolution: {integrity: sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==} + engines: {node: '>=10'} + hasBin: true + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + thenify-all@1.6.0: + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} + engines: {node: '>=0.8'} + + thenify@3.3.1: + resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + + through2-filter@3.0.0: + resolution: {integrity: sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==} + + through2@2.0.5: + resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + + through2@3.0.2: + resolution: {integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==} + + through2@4.0.2: + resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + + through@2.3.8: + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + + tmp@0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} + + to-absolute-glob@2.0.2: + resolution: {integrity: sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==} + engines: {node: '>=0.10.0'} + + to-fast-properties@2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + to-through@2.0.0: + resolution: {integrity: sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==} + engines: {node: '>= 0.10'} + + to-through@3.0.0: + resolution: {integrity: sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==} + engines: {node: '>=10.13.0'} + + ts-api-utils@1.3.0: + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} + peerDependencies: + typescript: '>=4.2.0' + + ts-graphviz@1.8.2: + resolution: {integrity: sha512-5YhbFoHmjxa7pgQLkB07MtGnGJ/yhvjmc9uhsnDBEICME6gkPf83SBwLDQqGDoCa3XzUMWLk1AU2Wn1u1naDtA==} + engines: {node: '>=14.16'} + + tsconfig-paths@3.15.0: + resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + + tsconfig-paths@4.2.0: + resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} + engines: {node: '>=6'} + + tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + + tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + + tsnd@1.1.0: + resolution: {integrity: sha512-sc+Xm5uxwfMlYCjLkwP9i7+9uC4izAo8N/opmdzR+RHtE/XTEfUV8r5FI3oh6RdcMybNHD0DTGultnzrJfcirQ==} + hasBin: true + + 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} + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + 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.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'} + + typed-array-buffer@1.0.2: + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} + engines: {node: '>= 0.4'} + + typed-array-byte-length@1.0.1: + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} + engines: {node: '>= 0.4'} + + typed-array-byte-offset@1.0.2: + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} + engines: {node: '>= 0.4'} + + typed-array-length@1.0.6: + resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} + engines: {node: '>= 0.4'} + + typedoc-plugin-markdown@3.17.1: + resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} + peerDependencies: + typedoc: '>=0.24.0' + + typedoc@0.25.13: + resolution: {integrity: sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==} + engines: {node: '>= 16'} + hasBin: true + peerDependencies: + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x + + typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + engines: {node: '>=14.17'} + hasBin: true + + typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + engines: {node: '>=14.17'} + hasBin: true + + uc.micro@2.1.0: + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + + ufo@1.5.3: + resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} + + uglify-js@3.17.4: + resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} + engines: {node: '>=0.8.0'} + hasBin: true + + unbox-primitive@1.0.2: + resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + + unc-path-regex@0.1.2: + resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} + engines: {node: '>=0.10.0'} + + undertaker-registry@2.0.0: + resolution: {integrity: sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==} + engines: {node: '>= 10.13.0'} + + undertaker@2.0.0: + resolution: {integrity: sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==} + engines: {node: '>=10.13.0'} + + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + + unescape@1.0.1: + resolution: {integrity: sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==} + engines: {node: '>=0.10.0'} + + unicode-canonical-property-names-ecmascript@2.0.0: + resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} + engines: {node: '>=4'} + + unicode-match-property-ecmascript@2.0.0: + resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} + engines: {node: '>=4'} + + unicode-match-property-value-ecmascript@2.1.0: + resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} + engines: {node: '>=4'} + + unicode-property-aliases-ecmascript@2.1.0: + resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} + 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-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-stream@2.3.1: + resolution: {integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==} + + unist-util-stringify-position@2.0.3: + resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} + + universalify@0.1.2: + resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} + engines: {node: '>= 4.0.0'} + + unplugin-vue-define-options@1.4.3: + resolution: {integrity: sha512-CN5xF8l8bySD6okw6PCt1zWFHf5vX+q4Cg2ssn9usANHtxmeyCgMccC7ywZyzI32dQS+pq6hvuSz/GewtYnbEQ==} + engines: {node: '>=16.14.0'} + + unplugin@1.10.1: + resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==} + engines: {node: '>=14.0.0'} + + update-browserslist-db@1.0.13: + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + urllib@2.41.0: + resolution: {integrity: sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g==} + engines: {node: '>= 0.10.0'} + peerDependencies: + proxy-agent: ^5.0.0 + peerDependenciesMeta: + proxy-agent: + optional: true + + use-downloads@1.5.1: + resolution: {integrity: sha512-DOAlnvDzbXJLo2D+jMQ87qKhNBiV7p0RzDjDHLCmlyTOA6iVytQuyvVDcTK4UYz7U907YJkaOieWxXHGWy6+tg==} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + utility@1.18.0: + resolution: {integrity: sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==} + engines: {node: '>= 0.12.0'} + + v8flags@4.0.1: + resolution: {integrity: sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==} + engines: {node: '>= 10.13.0'} + + validate-npm-package-license@3.0.4: + resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + + validate-npm-package-name@5.0.0: + resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + validator@13.11.0: + resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} + engines: {node: '>= 0.10'} + + value-or-function@3.0.0: + resolution: {integrity: sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==} + engines: {node: '>= 0.10'} + + value-or-function@4.0.0: + resolution: {integrity: sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==} + engines: {node: '>= 10.13.0'} + + vinyl-contents@2.0.0: + resolution: {integrity: sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==} + engines: {node: '>=10.13.0'} + + vinyl-fs@3.0.3: + resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} + engines: {node: '>= 0.10'} + + vinyl-fs@4.0.0: + resolution: {integrity: sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==} + engines: {node: '>=10.13.0'} + + vinyl-sourcemap@1.1.0: + resolution: {integrity: sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==} + engines: {node: '>= 0.10'} + + vinyl-sourcemap@2.0.0: + resolution: {integrity: sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==} + engines: {node: '>=10.13.0'} + + vinyl@2.2.1: + resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} + engines: {node: '>= 0.10'} + + vinyl@3.0.0: + resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==} + engines: {node: '>=10.13.0'} + + vite@5.2.10: + resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} + engines: {node: ^18.0.0 || >=20.0.0} + hasBin: true + peerDependencies: + '@types/node': ^18.0.0 || >=20.0.0 + less: '*' + lightningcss: ^1.21.0 + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + + vitepress@1.1.3: + resolution: {integrity: sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==} + hasBin: true + peerDependencies: + markdown-it-mathjax3: ^4 + postcss: ^8 + peerDependenciesMeta: + markdown-it-mathjax3: + optional: true + postcss: + optional: true + + vscode-oniguruma@1.7.0: + resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} + + vscode-textmate@8.0.0: + resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} + + vue-demi@0.14.7: + resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} + engines: {node: '>=12'} + hasBin: true + peerDependencies: + '@vue/composition-api': ^1.0.0-rc.1 + vue: ^3.0.0-0 || ^2.6.0 + peerDependenciesMeta: + '@vue/composition-api': + optional: true + + vue-eslint-parser@9.4.2: + resolution: {integrity: sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==} + engines: {node: ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '>=6.0.0' + + vue@3.4.25: + resolution: {integrity: sha512-HWyDqoBHMgav/OKiYA2ZQg+kjfMgLt/T0vg4cbIF7JbXAjDexRf5JRg+PWAfrAkSmTd2I8aPSXtooBFWHB98cg==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + walkdir@0.4.1: + resolution: {integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==} + engines: {node: '>=6.0.0'} + + wcwidth@1.0.1: + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + + web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} + engines: {node: '>= 8'} + + webpack-sources@3.2.3: + resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} + engines: {node: '>=10.13.0'} + + webpack-virtual-modules@0.6.1: + resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==} + + what-pm@2.5.1: + resolution: {integrity: sha512-5CLrxTyIKk3o2Tshv1BMAe84NjJbucr/uio8fX4Jr838/enF/aQEpAUWLcj5WSbA3dOJWWsoySLQPCK2SPCeSA==} + + which-boxed-primitive@1.0.2: + resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + + which-typed-array@1.1.15: + resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} + engines: {node: '>= 0.4'} + + which@1.3.1: + resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} + hasBin: true + + 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 + + wide-align@1.1.5: + resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + + widest-line@3.1.0: + resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} + engines: {node: '>=8'} + + win-release@1.1.1: + resolution: {integrity: sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==} + engines: {node: '>=0.10.0'} + + word-wrap@1.2.5: + resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} + engines: {node: '>=0.10.0'} + + wordwrap@1.0.0: + resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + + workspace-projects@2.5.1: + resolution: {integrity: sha512-bUnx92d1MrnukbK+bK4NZ04+4VMC9jCOfvkB4D67KwzvxVmaBCh0zul0jQ6eghxGxMibxEtdIVQwYQuF0pSu3Q==} + + workspace-root@2.5.1: + resolution: {integrity: sha512-pgC3AXnpwJ7E26Y+IolqBm/pqCyGZz6lk+QXyLJYGGXF8AOkwH3w49kEXbBt+6f9nKG39v0O0VAJ4y/k7qPIJQ==} + + wrap-ansi@6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + + 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==} + + xml-name-validator@4.0.0: + resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} + engines: {node: '>=12'} + + 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==} + + yaml-eslint-parser@1.2.2: + resolution: {integrity: sha512-pEwzfsKbTrB8G3xc/sN7aw1v6A6c/pKxLAkjclnAyo5g5qOh6eL9WGu0o3cSDQZKrTNk4KL4lQSwZW+nBkANEg==} + engines: {node: ^14.17.0 || >=16.0.0} + + yaml@2.4.1: + resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} + engines: {node: '>= 14'} + hasBin: true + + 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@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'} + + z-schema@5.0.5: + resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} + engines: {node: '>=8.0.0'} + hasBin: true + + zx@8.0.2: + resolution: {integrity: sha512-3g+ePtPYmyrjRuASlJiUhkje1je4a47woML/fzTKBb9PA5BzRQbSswwyJ8nlFWJjA1ORRi6TMyAdhuz/jK+Gaw==} + engines: {node: '>= 16.0.0'} + hasBin: true + +snapshots: + + '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0)': + dependencies: + '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0) + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + transitivePeerDependencies: + - '@algolia/client-search' + - algoliasearch + - search-insights + + '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0)': + dependencies: + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + search-insights: 2.13.0 + transitivePeerDependencies: + - '@algolia/client-search' + - algoliasearch + + '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': + dependencies: + '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + '@algolia/client-search': 4.23.3 + algoliasearch: 4.23.3 + + '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)': + dependencies: + '@algolia/client-search': 4.23.3 + algoliasearch: 4.23.3 + + '@algolia/cache-browser-local-storage@4.23.3': + dependencies: + '@algolia/cache-common': 4.23.3 + + '@algolia/cache-common@4.23.3': {} + + '@algolia/cache-in-memory@4.23.3': + dependencies: + '@algolia/cache-common': 4.23.3 + + '@algolia/client-account@4.23.3': + dependencies: + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/client-analytics@4.23.3': + dependencies: + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/client-common@4.23.3': + dependencies: + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/client-personalization@4.23.3': + dependencies: + '@algolia/client-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/client-search@4.23.3': + dependencies: + '@algolia/client-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/logger-common@4.23.3': {} + + '@algolia/logger-console@4.23.3': + dependencies: + '@algolia/logger-common': 4.23.3 + + '@algolia/recommend@4.23.3': + dependencies: + '@algolia/cache-browser-local-storage': 4.23.3 + '@algolia/cache-common': 4.23.3 + '@algolia/cache-in-memory': 4.23.3 + '@algolia/client-common': 4.23.3 + '@algolia/client-search': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/logger-console': 4.23.3 + '@algolia/requester-browser-xhr': 4.23.3 + '@algolia/requester-common': 4.23.3 + '@algolia/requester-node-http': 4.23.3 + '@algolia/transporter': 4.23.3 + + '@algolia/requester-browser-xhr@4.23.3': + dependencies: + '@algolia/requester-common': 4.23.3 + + '@algolia/requester-common@4.23.3': {} + + '@algolia/requester-node-http@4.23.3': + dependencies: + '@algolia/requester-common': 4.23.3 + + '@algolia/transporter@4.23.3': + dependencies: + '@algolia/cache-common': 4.23.3 + '@algolia/logger-common': 4.23.3 + '@algolia/requester-common': 4.23.3 + + '@ampproject/remapping@2.3.0': + dependencies: + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + + '@babel/code-frame@7.24.2': + dependencies: + '@babel/highlight': 7.24.2 + picocolors: 1.0.0 + + '@babel/compat-data@7.24.4': {} + + '@babel/core@7.24.4': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helpers': 7.24.4 + '@babel/parser': 7.24.4 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/eslint-parser@7.24.1(@babel/core@7.24.4)(eslint@8.57.0)': + dependencies: + '@babel/core': 7.24.4 + '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 + eslint: 8.57.0 + eslint-visitor-keys: 2.1.0 + semver: 6.3.1 + + '@babel/generator@7.24.4': + dependencies: + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + jsesc: 2.5.2 + + '@babel/helper-annotate-as-pure@7.22.5': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-compilation-targets@7.23.6': + dependencies: + '@babel/compat-data': 7.24.4 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.23.0 + lru-cache: 5.1.1 + semver: 6.3.1 + + '@babel/helper-create-class-features-plugin@7.24.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + semver: 6.3.1 + + '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + + '@babel/helper-define-polyfill-provider@0.6.2(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + + '@babel/helper-environment-visitor@7.22.20': {} + + '@babel/helper-function-name@7.23.0': + dependencies: + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 + + '@babel/helper-hoist-variables@7.22.5': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-member-expression-to-functions@7.23.0': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-module-imports@7.22.15': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-module-imports@7.24.3': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-module-transforms@7.23.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.20 + + '@babel/helper-optimise-call-expression@7.22.5': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-plugin-utils@7.24.0': {} + + '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 + + '@babel/helper-replace-supers@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-member-expression-to-functions': 7.23.0 + '@babel/helper-optimise-call-expression': 7.22.5 + + '@babel/helper-simple-access@7.22.5': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-skip-transparent-expression-wrappers@7.22.5': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-split-export-declaration@7.22.6': + dependencies: + '@babel/types': 7.24.0 + + '@babel/helper-string-parser@7.24.1': {} + + '@babel/helper-validator-identifier@7.22.20': {} + + '@babel/helper-validator-option@7.23.5': {} + + '@babel/helper-wrap-function@7.22.20': + dependencies: + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 + + '@babel/helpers@7.24.4': + dependencies: + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.1 + '@babel/types': 7.24.0 + transitivePeerDependencies: + - supports-color + + '@babel/highlight@7.24.2': + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.0.0 + + '@babel/parser@7.24.4': + dependencies: + '@babel/types': 7.24.0 + + '@babel/plugin-bugfix-firefox-class-in-computed-class-key@7.24.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4) + + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + + '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-jsx@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-typescript@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) + + '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-module-imports': 7.24.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.4) + + '@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-block-scoping@7.24.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-class-static-block@7.24.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) + + '@babel/plugin-transform-classes@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + + '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/template': 7.24.0 + + '@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) + + '@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) + + '@babel/plugin-transform-for-of@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + + '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) + + '@babel/plugin-transform-literals@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) + + '@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-simple-access': 7.22.5 + + '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-identifier': 7.22.20 + + '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-new-target@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) + + '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) + + '@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) + + '@babel/plugin-transform-object-super@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.24.1(@babel/core@7.24.4) + + '@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) + + '@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) + + '@babel/plugin-transform-parameters@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) + + '@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + regenerator-transform: 0.15.2 + + '@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-spread@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + + '@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-typescript@7.24.4(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-create-class-features-plugin': 7.24.4(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.24.1(@babel/core@7.24.4) + + '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.4) + '@babel/helper-plugin-utils': 7.24.0 + + '@babel/preset-env@7.24.4(@babel/core@7.24.4)': + dependencies: + '@babel/compat-data': 7.24.4 + '@babel/core': 7.24.4 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-firefox-class-in-computed-class-key': 7.24.4(@babel/core@7.24.4) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.4) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.4) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.4) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.4) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.4) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.4) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.4) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.4) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.4) + '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.24.4) + '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-block-scoping': 7.24.4(@babel/core@7.24.4) + '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-class-static-block': 7.24.4(@babel/core@7.24.4) + '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.4) + '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.24.4) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.4) + babel-plugin-polyfill-corejs2: 0.4.11(@babel/core@7.24.4) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.24.4) + babel-plugin-polyfill-regenerator: 0.6.2(@babel/core@7.24.4) + core-js-compat: 3.37.0 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + + '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/types': 7.24.0 + esutils: 2.0.3 + + '@babel/preset-typescript@7.24.1(@babel/core@7.24.4)': + dependencies: + '@babel/core': 7.24.4 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.24.4) + '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) + + '@babel/regjsgen@0.8.0': {} + + '@babel/runtime@7.24.4': + dependencies: + regenerator-runtime: 0.14.1 + + '@babel/template@7.24.0': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.4 + '@babel/types': 7.24.0 + + '@babel/traverse@7.24.1': + dependencies: + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.4 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.24.4 + '@babel/types': 7.24.0 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/types@7.24.0': + dependencies: + '@babel/helper-string-parser': 7.24.1 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + + '@dependents/detective-less@4.1.0': + dependencies: + gonzales-pe: 4.3.0 + node-source-walk: 6.0.2 + + '@docsearch/css@3.6.0': {} + + '@docsearch/js@3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0)': + dependencies: + '@docsearch/react': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) + preact: 10.20.2 + transitivePeerDependencies: + - '@algolia/client-search' + - '@types/react' + - react + - react-dom + - search-insights + + '@docsearch/react@3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0)': + dependencies: + '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3)(search-insights@2.13.0) + '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.23.3)(algoliasearch@4.23.3) + '@docsearch/css': 3.6.0 + algoliasearch: 4.23.3 + optionalDependencies: + search-insights: 2.13.0 + transitivePeerDependencies: + - '@algolia/client-search' + + '@es-joy/jsdoccomment@0.42.0': + dependencies: + comment-parser: 1.4.1 + esquery: 1.5.0 + jsdoc-type-pratt-parser: 4.0.0 + + '@esbuild-kit/cjs-loader@2.4.4': + dependencies: + '@esbuild-kit/core-utils': 3.3.2 + get-tsconfig: 4.7.3 + + '@esbuild-kit/core-utils@3.3.2': + dependencies: + esbuild: 0.18.20 + source-map-support: 0.5.21 + + '@esbuild-kit/esm-loader@2.6.5': + dependencies: + '@esbuild-kit/core-utils': 3.3.2 + get-tsconfig: 4.7.3 + + '@esbuild/aix-ppc64@0.20.2': + optional: true + + '@esbuild/android-arm64@0.18.20': + optional: true + + '@esbuild/android-arm64@0.20.2': + optional: true + + '@esbuild/android-arm@0.18.20': + optional: true + + '@esbuild/android-arm@0.20.2': + optional: true + + '@esbuild/android-x64@0.18.20': + optional: true + + '@esbuild/android-x64@0.20.2': + optional: true + + '@esbuild/darwin-arm64@0.18.20': + optional: true + + '@esbuild/darwin-arm64@0.20.2': + optional: true + + '@esbuild/darwin-x64@0.18.20': + optional: true + + '@esbuild/darwin-x64@0.20.2': + optional: true + + '@esbuild/freebsd-arm64@0.18.20': + optional: true + + '@esbuild/freebsd-arm64@0.20.2': + optional: true + + '@esbuild/freebsd-x64@0.18.20': + optional: true + + '@esbuild/freebsd-x64@0.20.2': + optional: true + + '@esbuild/linux-arm64@0.18.20': + optional: true + + '@esbuild/linux-arm64@0.20.2': + optional: true + + '@esbuild/linux-arm@0.18.20': + optional: true + + '@esbuild/linux-arm@0.20.2': + optional: true + + '@esbuild/linux-ia32@0.18.20': + optional: true + + '@esbuild/linux-ia32@0.20.2': + optional: true + + '@esbuild/linux-loong64@0.14.54': + optional: true + + '@esbuild/linux-loong64@0.18.20': + optional: true + + '@esbuild/linux-loong64@0.20.2': + optional: true + + '@esbuild/linux-mips64el@0.18.20': optional: true - /@esbuild/linux-ppc64@0.18.20: - resolution: {integrity: sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-mips64el@0.20.2': optional: true - /@esbuild/linux-ppc64@0.20.2: - resolution: {integrity: sha512-rD3KsaDprDcfajSKdn25ooz5J5/fWBylaaXkuotBDGnMnDP1Uv5DLAN/45qfnf3JDYyJv/ytGHQaziHUdyzaAg==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-ppc64@0.18.20': optional: true - /@esbuild/linux-riscv64@0.18.20: - resolution: {integrity: sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-ppc64@0.20.2': optional: true - /@esbuild/linux-riscv64@0.20.2: - resolution: {integrity: sha512-snwmBKacKmwTMmhLlz/3aH1Q9T8v45bKYGE3j26TsaOVtjIag4wLfWSiZykXzXuE1kbCE+zJRmwp+ZbIHinnVg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-riscv64@0.18.20': optional: true - /@esbuild/linux-s390x@0.18.20: - resolution: {integrity: sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-riscv64@0.20.2': optional: true - /@esbuild/linux-s390x@0.20.2: - resolution: {integrity: sha512-wcWISOobRWNm3cezm5HOZcYz1sKoHLd8VL1dl309DiixxVFoFe/o8HnwuIwn6sXre88Nwj+VwZUvJf4AFxkyrQ==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-s390x@0.18.20': optional: true - /@esbuild/linux-x64@0.18.20: - resolution: {integrity: sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-s390x@0.20.2': optional: true - /@esbuild/linux-x64@0.20.2: - resolution: {integrity: sha512-1MdwI6OOTsfQfek8sLwgyjOXAu+wKhLEoaOLTjbijk6E2WONYpH9ZU2mNtR+lZ2B4uwr+usqGuVfFT9tMtGvGw==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true + '@esbuild/linux-x64@0.18.20': optional: true - /@esbuild/netbsd-x64@0.18.20: - resolution: {integrity: sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true + '@esbuild/linux-x64@0.20.2': optional: true - /@esbuild/netbsd-x64@0.20.2: - resolution: {integrity: sha512-K8/DhBxcVQkzYc43yJXDSyjlFeHQJBiowJ0uVL6Tor3jGQfSGHNNJcWxNbOI8v5k82prYqzPuwkzHt3J1T1iZQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true + '@esbuild/netbsd-x64@0.18.20': optional: true - /@esbuild/openbsd-x64@0.18.20: - resolution: {integrity: sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true + '@esbuild/netbsd-x64@0.20.2': optional: true - /@esbuild/openbsd-x64@0.20.2: - resolution: {integrity: sha512-eMpKlV0SThJmmJgiVyN9jTPJ2VBPquf6Kt/nAoo6DgHAoN57K15ZghiHaMvqjCye/uU4X5u3YSMgVBI1h3vKrQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true + '@esbuild/openbsd-x64@0.18.20': optional: true - /@esbuild/sunos-x64@0.18.20: - resolution: {integrity: sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true + '@esbuild/openbsd-x64@0.20.2': optional: true - /@esbuild/sunos-x64@0.20.2: - resolution: {integrity: sha512-2UyFtRC6cXLyejf/YEld4Hajo7UHILetzE1vsRcGL3earZEW77JxrFjH4Ez2qaTiEfMgAXxfAZCm1fvM/G/o8w==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true + '@esbuild/sunos-x64@0.18.20': optional: true - /@esbuild/win32-arm64@0.18.20: - resolution: {integrity: sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true + '@esbuild/sunos-x64@0.20.2': optional: true - /@esbuild/win32-arm64@0.20.2: - resolution: {integrity: sha512-GRibxoawM9ZCnDxnP3usoUDO9vUkpAxIIZ6GQI+IlVmr5kP3zUq+l17xELTHMWTWzjxa2guPNyrpq1GWmPvcGQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true + '@esbuild/win32-arm64@0.18.20': optional: true - /@esbuild/win32-ia32@0.18.20: - resolution: {integrity: sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true + '@esbuild/win32-arm64@0.20.2': optional: true - /@esbuild/win32-ia32@0.20.2: - resolution: {integrity: sha512-HfLOfn9YWmkSKRQqovpnITazdtquEW8/SoHW7pWpuEeguaZI4QnCRW6b+oZTztdBnZOS2hqJ6im/D5cPzBTTlQ==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true + '@esbuild/win32-ia32@0.18.20': optional: true - /@esbuild/win32-x64@0.18.20: - resolution: {integrity: sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true + '@esbuild/win32-ia32@0.20.2': optional: true - /@esbuild/win32-x64@0.20.2: - resolution: {integrity: sha512-N49X4lJX27+l9jbLKSqZ6bKNjzQvHaT8IIFUy+YIqmXQdjYCToGWwOItDrfby14c78aDd5NHQl29xingXfCdLQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true + '@esbuild/win32-x64@0.18.20': optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 || >= 8.0.0 + '@esbuild/win32-x64@0.20.2': + optional: true + + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': dependencies: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - dev: true - /@eslint-community/regexpp@4.10.0: - resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - dev: true + '@eslint-community/regexpp@4.10.0': {} - /@eslint-sets/eslint-config-basic@5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5): - resolution: {integrity: sha512-AgECfmJsiVOWKmvgjv780VuuoT9SE6PRgxGTtytHSfE9b9MAJjHxToVTKtD4UEKvocEGbg2EcwqGbff8cxDWKw==} - peerDependencies: - eslint: '>=7.4.0 || >= 8.0.0' - prettier: '>=2' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@eslint-sets/eslint-config-basic@5.12.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': dependencies: - '@babel/eslint-parser': 7.24.1(eslint@8.57.0) + '@babel/eslint-parser': 7.24.1(@babel/core@7.24.4)(eslint@8.57.0) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-eslint-comments: 3.2.0(eslint@8.57.0) eslint-plugin-html: 7.1.0 - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0)(eslint@8.57.0) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0) eslint-plugin-jsonc: 2.15.1(eslint@8.57.0) eslint-plugin-markdown: 3.0.1(eslint@8.57.0) eslint-plugin-n: 16.6.2(eslint@8.57.0) - eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) + eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-promise: 6.1.1(eslint@8.57.0) eslint-plugin-tsdoc: 0.2.17 eslint-plugin-unicorn: 40.1.0(eslint@8.57.0) eslint-plugin-yml: 1.14.0(eslint@8.57.0) jsonc-eslint-parser: 2.4.0 prettier: 3.2.5 - typescript: 5.4.5 vue-eslint-parser: 9.4.2(eslint@8.57.0) yaml-eslint-parser: 1.2.2 + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - '@babel/core' - '@types/eslint' @@ -3003,26 +7468,18 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /@eslint-sets/eslint-config-ts@5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5): - resolution: {integrity: sha512-7vOzV6qYv0SbA9W17m9lkG/Zv+qVeCcAbWEY1d9hUbBHx9Ip48kNMNVDrnh97zUORXGcmjxsZ81W2lC36Ox2pw==} - peerDependencies: - eslint: '>=7.4.0 || >= 8.0.0' - prettier: '>=2' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@eslint-sets/eslint-config-ts@5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': dependencies: - '@eslint-sets/eslint-config-basic': 5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5) + '@eslint-sets/eslint-config-basic': 5.12.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) - eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) + eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-tsdoc: 0.2.17 prettier: 3.2.5 + optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - '@babel/core' @@ -3030,45 +7487,34 @@ packages: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /@eslint-sets/eslint-config-vue3@5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5): - resolution: {integrity: sha512-gQBmQicZihPcxncIdkKagQGZ2dH+97ioAlUpsaczEdgY9pLrLOU5oGTetjbaxAp6zGS2sXm1n0i2BnwRIlt4Bg==} - peerDependencies: - eslint: '>=7.4.0 || >= 8.0.0' - prettier: '>=2' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@eslint-sets/eslint-config-vue3@5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': dependencies: - '@eslint-sets/eslint-config-basic': 5.12.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@eslint-sets/eslint-config-ts': 5.12.0(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5) + '@eslint-sets/eslint-config-basic': 5.12.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@eslint-sets/eslint-config-ts': 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 9.1.0(eslint@8.57.0) eslint-plugin-jsdoc: 48.2.3(eslint@8.57.0) - eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) + eslint-plugin-prettier: 5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-tsdoc: 0.2.17 eslint-plugin-vitest-globals: 1.5.0 eslint-plugin-vue: 9.25.0(eslint@8.57.0) - eslint-plugin-vue-scoped-css: 2.8.0(eslint@8.57.0)(vue-eslint-parser@9.4.2) + eslint-plugin-vue-scoped-css: 2.8.0(eslint@8.57.0)(vue-eslint-parser@9.4.2(eslint@8.57.0)) local-pkg: 0.5.0 prettier: 3.2.5 - typescript: 5.4.5 vue-eslint-parser: 9.4.2(eslint@8.57.0) + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - '@babel/core' - '@types/eslint' - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /@eslint/eslintrc@2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -3081,72 +7527,44 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - dev: true - /@eslint/js@8.57.0: - resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + '@eslint/js@8.57.0': {} - /@gar/promisify@1.1.3: - resolution: {integrity: sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==} - dev: true + '@gar/promisify@1.1.3': {} - /@gulpjs/messages@1.1.0: - resolution: {integrity: sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9tVwo8rQQSg==} - engines: {node: '>=10.13.0'} - dev: true + '@gulpjs/messages@1.1.0': {} - /@gulpjs/to-absolute-glob@4.0.0: - resolution: {integrity: sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RGG/xGqmIKA==} - engines: {node: '>=10.13.0'} + '@gulpjs/to-absolute-glob@4.0.0': dependencies: is-negated-glob: 1.0.0 - dev: true - /@humanwhocodes/config-array@0.11.14: - resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} - engines: {node: '>=10.10.0'} + '@humanwhocodes/config-array@0.11.14': dependencies: '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - dev: true - /@humanwhocodes/module-importer@1.0.1: - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} - dev: true + '@humanwhocodes/module-importer@1.0.1': {} - /@humanwhocodes/object-schema@2.0.3: - resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} - dev: true + '@humanwhocodes/object-schema@2.0.3': {} - /@inquirer/checkbox@1.5.2: - resolution: {integrity: sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==} - engines: {node: '>=14.18.0'} + '@inquirer/checkbox@1.5.2': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 - dev: false - /@inquirer/confirm@2.0.17: - resolution: {integrity: sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==} - engines: {node: '>=14.18.0'} + '@inquirer/confirm@2.0.17': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 chalk: 4.1.2 - dev: false - /@inquirer/core@6.0.0: - resolution: {integrity: sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==} - engines: {node: '>=14.18.0'} + '@inquirer/core@6.0.0': dependencies: '@inquirer/type': 1.3.1 '@types/mute-stream': 0.0.4 @@ -3162,50 +7580,35 @@ packages: signal-exit: 4.1.0 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 - dev: false - /@inquirer/editor@1.2.15: - resolution: {integrity: sha512-gQ77Ls09x5vKLVNMH9q/7xvYPT6sIs5f7URksw+a2iJZ0j48tVS6crLqm2ugG33tgXHIwiEqkytY60Zyh5GkJQ==} - engines: {node: '>=14.18.0'} + '@inquirer/editor@1.2.15': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 chalk: 4.1.2 external-editor: 3.1.0 - dev: false - /@inquirer/expand@1.1.16: - resolution: {integrity: sha512-TGLU9egcuo+s7PxphKUCnJnpCIVY32/EwPCLLuu+gTvYiD8hZgx8Z2niNQD36sa6xcfpdLY6xXDBiL/+g1r2XQ==} - engines: {node: '>=14.18.0'} + '@inquirer/expand@1.1.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 chalk: 4.1.2 figures: 3.2.0 - dev: false - /@inquirer/input@1.2.16: - resolution: {integrity: sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==} - engines: {node: '>=14.18.0'} + '@inquirer/input@1.2.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 chalk: 4.1.2 - dev: false - /@inquirer/password@1.1.16: - resolution: {integrity: sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==} - engines: {node: '>=14.18.0'} + '@inquirer/password@1.1.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 ansi-escapes: 4.3.2 chalk: 4.1.2 - dev: false - /@inquirer/prompts@3.3.2: - resolution: {integrity: sha512-k52mOMRvTUejrqyF1h8Z07chC+sbaoaUYzzr1KrJXyj7yaX7Nrh0a9vktv8TuocRwIJOQMaj5oZEmkspEcJFYQ==} - engines: {node: '>=14.18.0'} + '@inquirer/prompts@3.3.2': dependencies: '@inquirer/checkbox': 1.5.2 '@inquirer/confirm': 2.0.17 @@ -3216,84 +7619,55 @@ packages: '@inquirer/password': 1.1.16 '@inquirer/rawlist': 1.2.16 '@inquirer/select': 1.3.3 - dev: false - /@inquirer/rawlist@1.2.16: - resolution: {integrity: sha512-pZ6TRg2qMwZAOZAV6TvghCtkr53dGnK29GMNQ3vMZXSNguvGqtOVc4j/h1T8kqGJFagjyfBZhUPGwNS55O5qPQ==} - engines: {node: '>=14.18.0'} + '@inquirer/rawlist@1.2.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 chalk: 4.1.2 - dev: false - /@inquirer/select@1.3.3: - resolution: {integrity: sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==} - engines: {node: '>=14.18.0'} + '@inquirer/select@1.3.3': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.3.1 ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 - dev: false - /@inquirer/type@1.3.1: - resolution: {integrity: sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==} - engines: {node: '>=18'} - dev: false + '@inquirer/type@1.3.1': {} - /@isaacs/cliui@8.0.2: - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} - engines: {node: '>=12'} + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 - string-width-cjs: /string-width@4.2.3 + string-width-cjs: string-width@4.2.3 strip-ansi: 7.1.0 - strip-ansi-cjs: /strip-ansi@6.0.1 + strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 - wrap-ansi-cjs: /wrap-ansi@7.0.0 - dev: true + wrap-ansi-cjs: wrap-ansi@7.0.0 - /@jridgewell/gen-mapping@0.3.5: - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} - engines: {node: '>=6.0.0'} + '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@jridgewell/resolve-uri@3.1.2: - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} - engines: {node: '>=6.0.0'} - dev: true + '@jridgewell/resolve-uri@3.1.2': {} - /@jridgewell/set-array@1.2.1: - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} - dev: true + '@jridgewell/set-array@1.2.1': {} - /@jridgewell/source-map@0.3.6: - resolution: {integrity: sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==} + '@jridgewell/source-map@0.3.6': dependencies: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@jridgewell/sourcemap-codec@1.4.15: - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - dev: true + '@jridgewell/sourcemap-codec@1.4.15': {} - /@jridgewell/trace-mapping@0.3.25: - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - dev: true - /@jssj/request@1.1.0(core-js@3.37.0)(tslib@2.6.2): - resolution: {integrity: sha512-XEOGtru6oNCRF2zn7MGm8c8lpNsQhknX/xKhIKxW1srvtaixMPV8RGNh5theQqyUc42/GWtoi9errVf/Z5qwNA==} + '@jssj/request@1.1.0(core-js@3.37.0)(tslib@2.6.2)': dependencies: '@jssj/utils': 1.1.0 js-cool: 2.8.0(core-js@3.37.0)(tslib@2.6.2) @@ -3301,25 +7675,18 @@ packages: transitivePeerDependencies: - core-js - tslib - dev: false - /@jssj/utils@1.1.0: - resolution: {integrity: sha512-QK9tV/SIkSXp36bbDREoKEdnnBA9lSrVYyV1qvAE2zZ99X6zGBMF5JCZ1N+Fa+2ojbYW1TxKZSztsHeYhbtYXA==} - dev: false + '@jssj/utils@1.1.0': {} - /@microsoft/api-extractor-model@7.28.14(@types/node@20.12.7): - resolution: {integrity: sha512-Bery/c8A8SsKPSvA82cTTuy/+OcxZbLRmKhPkk91/AJOQzxZsShcrmHFAGeiEqSIrv1nPZ3tKq9kfMLdCHmsqg==} + '@microsoft/api-extractor-model@7.28.14(@types/node@20.12.7)': dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 '@rushstack/node-core-library': 4.1.0(@types/node@20.12.7) transitivePeerDependencies: - '@types/node' - dev: true - /@microsoft/api-extractor@7.43.1(@types/node@20.12.7): - resolution: {integrity: sha512-ohg40SsvFFgzHFAtYq5wKJc8ZDyY46bphjtnSvhSSlXpPTG7GHwyyXkn48UZiUCBwr2WC7TRC1Jfwz7nreuiyQ==} - hasBin: true + '@microsoft/api-extractor@7.43.1(@types/node@20.12.7)': dependencies: '@microsoft/api-extractor-model': 7.28.14(@types/node@20.12.7) '@microsoft/tsdoc': 0.14.2 @@ -3336,132 +7703,88 @@ packages: typescript: 5.4.2 transitivePeerDependencies: - '@types/node' - dev: true - /@microsoft/tsdoc-config@0.16.2: - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + '@microsoft/tsdoc-config@0.16.2': dependencies: '@microsoft/tsdoc': 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 - dev: true - /@microsoft/tsdoc@0.14.2: - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} - dev: true + '@microsoft/tsdoc@0.14.2': {} - /@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1: - resolution: {integrity: sha512-54/JRvkLIzzDWshCWfuhadfrfZVPiElY8Fcgmg1HroEly/EDSszzhBAsarCux+D/kOslTRquNzuyGSmUSTTHGg==} + '@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1': dependencies: eslint-scope: 5.1.1 - dev: true - /@node-kit/extra.cp@3.2.0: - resolution: {integrity: sha512-8n27oOF0clO0VsqkhSo0PXTOG9YGYS25f8zsf9JKsMaT9IkZjPNCzgcNDQkIOE/e3r1u7c5j6ab6siWOON0keQ==} - hasBin: true + '@node-kit/extra.cp@3.2.0': {} - /@node-kit/extra.fs@2.5.1: - resolution: {integrity: sha512-cj0gMQ+yE4jNmCrtz1TEXYMX+zNOJEGxGy1YzG2IBek0ndKszIYRxyLbIz3URh1MSTMGT+f9Zxy3iARB8vVP9g==} - dev: true + '@node-kit/extra.fs@2.5.1': {} - /@node-kit/extra.fs@3.2.0: - resolution: {integrity: sha512-BtGZcB4ffMneAyKd2qy0umOURc7kMjgNOQlEQNqgkQwcwoGejqiJLQpzKVhAr2waBx7OLZx+/3sNzGgngSzx7w==} - hasBin: true + '@node-kit/extra.fs@3.2.0': {} - /@node-kit/extra.path@2.5.1: - resolution: {integrity: sha512-Ab11rUZjs78Yl1/EtOh8K9df+BkWd+cwC1xA70GDOWw+5a/TstsrpKxUtpujUZfCBldaMhn5Szd6tvejxtkGtQ==} - dev: true + '@node-kit/extra.path@2.5.1': {} - /@node-kit/lerna-workspace-info@2.5.1: - resolution: {integrity: sha512-KAoZSfeAJ/qBUS2JjBSW2oUDGCloPgsz3HhJ5HGDZFjqDJ8UY9KvHv9cfvGRlmD8l9l2oWx95aImySNWgutQyg==} + '@node-kit/lerna-workspace-info@2.5.1': dependencies: '@node-kit/extra.fs': 2.5.1 '@node-kit/extra.path': 2.5.1 '@node-kit/lerna-workspace-root': 2.5.1 fast-glob: 3.3.2 - dev: true - /@node-kit/lerna-workspace-root@2.5.1: - resolution: {integrity: sha512-6uoro6IlkkZUtXDiKH8JiRzJMv5ozIT8wtTr2GvieAOBppc62/Rxz1VuSgAoRLBYSFUrfzwdEBAJMi6s4UMZ5Q==} + '@node-kit/lerna-workspace-root@2.5.1': dependencies: '@node-kit/extra.fs': 2.5.1 find-up: 5.0.0 - dev: true - /@node-kit/pnpm-workspace-info@2.5.1: - resolution: {integrity: sha512-uJfJgNvHNt+fZJW/GeEONDN5SIIYR7DGB3GSzYzvYq6NMW46B/pjDmIHokeaI80VyLzwiJvV/K4RgF9IOe5cXA==} + '@node-kit/pnpm-workspace-info@2.5.1': dependencies: '@node-kit/extra.path': 2.5.1 '@node-kit/pnpm-workspace-root': 2.5.1 fast-glob: 3.3.2 load-yml: 1.4.0 - dev: true - /@node-kit/pnpm-workspace-root@2.5.1: - resolution: {integrity: sha512-G8scVrTODQorLajnGUzgGZyc4Ny0wfVUClbz0RwpS5O+9EMJHDHzKBMN2yR608F0X+qDQ0p5Du6fuPYf4JjGHw==} + '@node-kit/pnpm-workspace-root@2.5.1': dependencies: '@node-kit/extra.fs': 2.5.1 '@pnpm/error': 5.0.3 find-up: 5.0.0 - dev: true - /@node-kit/yarn-workspace-info@2.5.1: - resolution: {integrity: sha512-0UMgpQERJZsze9xjciiDAN8GZoRNomBfcCd6rMGZSROj86taxxLyHrZMGMbZgJhy8/6EjmcizDDDJtHQRMI9cw==} + '@node-kit/yarn-workspace-info@2.5.1': dependencies: '@node-kit/extra.fs': 2.5.1 '@node-kit/extra.path': 2.5.1 '@node-kit/yarn-workspace-root': 2.5.1 fast-glob: 3.3.2 - dev: true - /@node-kit/yarn-workspace-root@2.5.1: - resolution: {integrity: sha512-Oeno9PlUSkw7eJZDK3YU5Q+dcdHvaIZN85uPcILSyJWS0bfPnz5pNCWl1btCWg5sIAClaeSTZ8QO9XTlsBwA0g==} + '@node-kit/yarn-workspace-root@2.5.1': dependencies: '@node-kit/extra.fs': 2.5.1 find-up: 5.0.0 micromatch: 4.0.5 - dev: true - /@nodelib/fs.scandir@2.1.5: - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - dev: true - /@nodelib/fs.stat@2.0.5: - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} - dev: true + '@nodelib/fs.stat@2.0.5': {} - /@nodelib/fs.walk@1.2.8: - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} + '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - dev: 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@2.1.2': dependencies: '@gar/promisify': 1.1.3 semver: 7.6.0 - dev: true - /@npmcli/fs@3.1.0: - resolution: {integrity: sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + '@npmcli/fs@3.1.0': dependencies: semver: 7.6.0 - dev: true - /@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@4.1.0': dependencies: '@npmcli/promise-spawn': 6.0.2 lru-cache: 7.18.3 @@ -3473,41 +7796,24 @@ packages: which: 3.0.1 transitivePeerDependencies: - bluebird - dev: true - /@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@2.1.0': dependencies: npm-bundled: 3.0.0 npm-normalize-package-bin: 3.0.1 - dev: true - /@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/move-file@2.0.1': dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 - dev: true - /@npmcli/node-gyp@3.0.0: - resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true + '@npmcli/node-gyp@3.0.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@6.0.2': dependencies: which: 3.0.1 - dev: true - /@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@6.0.2': dependencies: '@npmcli/node-gyp': 3.0.0 '@npmcli/promise-spawn': 6.0.2 @@ -3517,81 +7823,38 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: true - /@pkgjs/parseargs@0.11.0: - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} - requiresBuild: true - dev: true + '@pkgjs/parseargs@0.11.0': optional: true - /@pkgr/core@0.1.1: - resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} - engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - dev: true + '@pkgr/core@0.1.1': {} - /@pnpm/constants@7.1.1: - resolution: {integrity: sha512-31pZqMtjwV+Vaq7MaPrT1EoDFSYwye3dp6BiHIGRJmVThCQwySRKM7hCvqqI94epNkqFAAYoWrNynWoRYosGdw==} - engines: {node: '>=16.14'} - dev: true + '@pnpm/constants@7.1.1': {} - /@pnpm/error@5.0.3: - resolution: {integrity: sha512-ONJU5cUeoeJSy50qOYsMZQHTA/9QKmGgh1ATfEpCLgtbdwqUiwD9MxHNeXUYYI/pocBCz6r1ZCFqiQvO+8SUKA==} - engines: {node: '>=16.14'} + '@pnpm/error@5.0.3': dependencies: '@pnpm/constants': 7.1.1 - dev: true - /@pnpm/logger@5.0.0: - resolution: {integrity: sha512-YfcB2QrX+Wx1o6LD1G2Y2fhDhOix/bAY/oAnMpHoNLsKkWIRbt1oKLkIFvxBMzLwAEPqnYWguJrYC+J6i4ywbw==} - engines: {node: '>=12.17'} + '@pnpm/logger@5.0.0': dependencies: bole: 5.0.11 ndjson: 2.0.0 - dev: true - /@rollup/plugin-alias@5.1.0(rollup@4.16.4): - resolution: {integrity: sha512-lpA3RZ9PdIG7qqhEfv79tBffNaoDuukFDrmhLqg9ifv99u/ehn+lOg30x2zmhf8AQqQUZaMk/B9fZraQ6/acDQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/plugin-alias@5.1.0(rollup@4.16.4)': dependencies: - rollup: 4.16.4 slash: 4.0.0 - dev: true + optionalDependencies: + rollup: 4.16.4 - /@rollup/plugin-babel@6.0.4(rollup@4.16.4): - resolution: {integrity: sha512-YF7Y52kFdFT/xVSuVdjkV5ZdX/3YtmX0QulG+x0taQOtJdHYzVU61aSSkAgVJ7NOv6qPkIYiJSgSWWN/DM5sGw==} - engines: {node: '>=14.0.0'} - peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true - '@types/babel__core': - optional: true - rollup: - optional: true + '@rollup/plugin-babel@6.0.4(@babel/core@7.24.4)(rollup@4.16.4)': dependencies: + '@babel/core': 7.24.4 '@babel/helper-module-imports': 7.24.3 '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + optionalDependencies: rollup: 4.16.4 - dev: true - /@rollup/plugin-commonjs@25.0.7(rollup@4.16.4): - resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.68.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/plugin-commonjs@25.0.7(rollup@4.16.4)': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) commondir: 1.0.1 @@ -3599,30 +7862,16 @@ packages: glob: 8.1.0 is-reference: 1.2.1 magic-string: 0.30.10 + optionalDependencies: rollup: 4.16.4 - dev: true - /@rollup/plugin-json@6.1.0(rollup@4.16.4): - resolution: {integrity: sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/plugin-json@6.1.0(rollup@4.16.4)': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) + optionalDependencies: rollup: 4.16.4 - dev: true - /@rollup/plugin-node-resolve@15.2.3(rollup@4.16.4): - resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.78.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/plugin-node-resolve@15.2.3(rollup@4.16.4)': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) '@types/resolve': 1.20.2 @@ -3630,248 +7879,113 @@ packages: is-builtin-module: 3.2.1 is-module: 1.0.0 resolve: 1.22.8 + optionalDependencies: rollup: 4.16.4 - dev: true - /@rollup/plugin-replace@5.0.5(rollup@4.16.4): - resolution: {integrity: sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/plugin-replace@5.0.5(rollup@4.16.4)': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) magic-string: 0.30.10 + optionalDependencies: rollup: 4.16.4 - dev: true - /@rollup/plugin-terser@0.4.4(rollup@4.16.4): - resolution: {integrity: sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/plugin-terser@0.4.4(rollup@4.16.4)': dependencies: - rollup: 4.16.4 serialize-javascript: 6.0.2 smob: 1.5.0 terser: 5.30.4 - dev: true + optionalDependencies: + rollup: 4.16.4 - /@rollup/plugin-typescript@11.1.6(rollup@4.16.4)(typescript@5.4.5): - resolution: {integrity: sha512-R92yOmIACgYdJ7dJ97p4K69I8gg6IEHt8M7dUBxN3W6nrO8uUxX5ixl0yU/N3aZTi8WhPuICvOHXQvF6FaykAA==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^2.14.0||^3.0.0||^4.0.0 - tslib: '*' - typescript: '>=3.7.0' - peerDependenciesMeta: - rollup: - optional: true - tslib: - optional: true + '@rollup/plugin-typescript@11.1.6(rollup@4.16.4)(tslib@2.6.2)(typescript@5.4.5)': dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) resolve: 1.22.8 - rollup: 4.16.4 typescript: 5.4.5 - dev: true + optionalDependencies: + rollup: 4.16.4 + tslib: 2.6.2 - /@rollup/pluginutils@5.1.0(rollup@4.16.4): - resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} - engines: {node: '>=14.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 - peerDependenciesMeta: - rollup: - optional: true + '@rollup/pluginutils@5.1.0(rollup@4.16.4)': dependencies: '@types/estree': 1.0.5 estree-walker: 2.0.2 picomatch: 2.3.1 + optionalDependencies: rollup: 4.16.4 - dev: true - /@rollup/rollup-android-arm-eabi@4.16.4: - resolution: {integrity: sha512-GkhjAaQ8oUTOKE4g4gsZ0u8K/IHU1+2WQSgS1TwTcYvL+sjbaQjNHFXbOJ6kgqGHIO1DfUhI/Sphi9GkRT9K+Q==} - cpu: [arm] - os: [android] - requiresBuild: true - dev: true + '@rollup/rollup-android-arm-eabi@4.16.4': optional: true - /@rollup/rollup-android-arm64@4.16.4: - resolution: {integrity: sha512-Bvm6D+NPbGMQOcxvS1zUl8H7DWlywSXsphAeOnVeiZLQ+0J6Is8T7SrjGTH29KtYkiY9vld8ZnpV3G2EPbom+w==} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true + '@rollup/rollup-android-arm64@4.16.4': optional: true - /@rollup/rollup-darwin-arm64@4.16.4: - resolution: {integrity: sha512-i5d64MlnYBO9EkCOGe5vPR/EeDwjnKOGGdd7zKFhU5y8haKhQZTN2DgVtpODDMxUr4t2K90wTUJg7ilgND6bXw==} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true + '@rollup/rollup-darwin-arm64@4.16.4': optional: true - /@rollup/rollup-darwin-x64@4.16.4: - resolution: {integrity: sha512-WZupV1+CdUYehaZqjaFTClJI72fjJEgTXdf4NbW69I9XyvdmztUExBtcI2yIIU6hJtYvtwS6pkTkHJz+k08mAQ==} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true + '@rollup/rollup-darwin-x64@4.16.4': optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.16.4: - resolution: {integrity: sha512-ADm/xt86JUnmAfA9mBqFcRp//RVRt1ohGOYF6yL+IFCYqOBNwy5lbEK05xTsEoJq+/tJzg8ICUtS82WinJRuIw==} - cpu: [arm] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true + '@rollup/rollup-linux-arm-gnueabihf@4.16.4': optional: true - /@rollup/rollup-linux-arm-musleabihf@4.16.4: - resolution: {integrity: sha512-tJfJaXPiFAG+Jn3cutp7mCs1ePltuAgRqdDZrzb1aeE3TktWWJ+g7xK9SNlaSUFw6IU4QgOxAY4rA+wZUT5Wfg==} - cpu: [arm] - os: [linux] - libc: [musl] - requiresBuild: true - dev: true + '@rollup/rollup-linux-arm-musleabihf@4.16.4': optional: true - /@rollup/rollup-linux-arm64-gnu@4.16.4: - resolution: {integrity: sha512-7dy1BzQkgYlUTapDTvK997cgi0Orh5Iu7JlZVBy1MBURk7/HSbHkzRnXZa19ozy+wwD8/SlpJnOOckuNZtJR9w==} - cpu: [arm64] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true + '@rollup/rollup-linux-arm64-gnu@4.16.4': optional: true - /@rollup/rollup-linux-arm64-musl@4.16.4: - resolution: {integrity: sha512-zsFwdUw5XLD1gQe0aoU2HVceI6NEW7q7m05wA46eUAyrkeNYExObfRFQcvA6zw8lfRc5BHtan3tBpo+kqEOxmg==} - cpu: [arm64] - os: [linux] - libc: [musl] - requiresBuild: true - dev: true + '@rollup/rollup-linux-arm64-musl@4.16.4': optional: true - /@rollup/rollup-linux-powerpc64le-gnu@4.16.4: - resolution: {integrity: sha512-p8C3NnxXooRdNrdv6dBmRTddEapfESEUflpICDNKXpHvTjRRq1J82CbU5G3XfebIZyI3B0s074JHMWD36qOW6w==} - cpu: [ppc64] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true + '@rollup/rollup-linux-powerpc64le-gnu@4.16.4': optional: true - /@rollup/rollup-linux-riscv64-gnu@4.16.4: - resolution: {integrity: sha512-Lh/8ckoar4s4Id2foY7jNgitTOUQczwMWNYi+Mjt0eQ9LKhr6sK477REqQkmy8YHY3Ca3A2JJVdXnfb3Rrwkng==} - cpu: [riscv64] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true + '@rollup/rollup-linux-riscv64-gnu@4.16.4': optional: true - /@rollup/rollup-linux-s390x-gnu@4.16.4: - resolution: {integrity: sha512-1xwwn9ZCQYuqGmulGsTZoKrrn0z2fAur2ujE60QgyDpHmBbXbxLaQiEvzJWDrscRq43c8DnuHx3QorhMTZgisQ==} - cpu: [s390x] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true + '@rollup/rollup-linux-s390x-gnu@4.16.4': optional: true - /@rollup/rollup-linux-x64-gnu@4.16.4: - resolution: {integrity: sha512-LuOGGKAJ7dfRtxVnO1i3qWc6N9sh0Em/8aZ3CezixSTM+E9Oq3OvTsvC4sm6wWjzpsIlOCnZjdluINKESflJLA==} - cpu: [x64] - os: [linux] - libc: [glibc] - requiresBuild: true - dev: true + '@rollup/rollup-linux-x64-gnu@4.16.4': optional: true - /@rollup/rollup-linux-x64-musl@4.16.4: - resolution: {integrity: sha512-ch86i7KkJKkLybDP2AtySFTRi5fM3KXp0PnHocHuJMdZwu7BuyIKi35BE9guMlmTpwwBTB3ljHj9IQXnTCD0vA==} - cpu: [x64] - os: [linux] - libc: [musl] - requiresBuild: true - dev: true + '@rollup/rollup-linux-x64-musl@4.16.4': optional: true - /@rollup/rollup-win32-arm64-msvc@4.16.4: - resolution: {integrity: sha512-Ma4PwyLfOWZWayfEsNQzTDBVW8PZ6TUUN1uFTBQbF2Chv/+sjenE86lpiEwj2FiviSmSZ4Ap4MaAfl1ciF4aSA==} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true + '@rollup/rollup-win32-arm64-msvc@4.16.4': optional: true - /@rollup/rollup-win32-ia32-msvc@4.16.4: - resolution: {integrity: sha512-9m/ZDrQsdo/c06uOlP3W9G2ENRVzgzbSXmXHT4hwVaDQhYcRpi9bgBT0FTG9OhESxwK0WjQxYOSfv40cU+T69w==} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true + '@rollup/rollup-win32-ia32-msvc@4.16.4': optional: true - /@rollup/rollup-win32-x64-msvc@4.16.4: - resolution: {integrity: sha512-YunpoOAyGLDseanENHmbFvQSfVL5BxW3k7hhy0eN4rb3gS/ct75dVD0EXOWIqFT/nE8XYW6LP6vz6ctKRi0k9A==} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true + '@rollup/rollup-win32-x64-msvc@4.16.4': optional: true - /@rushstack/node-core-library@4.1.0(@types/node@20.12.7): - resolution: {integrity: sha512-qz4JFBZJCf1YN5cAXa1dP6Mki/HrsQxc/oYGAGx29dF2cwF2YMxHoly0FBhMw3IEnxo5fMj0boVfoHVBkpkx/w==} - peerDependencies: - '@types/node': '*' - peerDependenciesMeta: - '@types/node': - optional: true + '@rushstack/node-core-library@4.1.0(@types/node@20.12.7)': dependencies: - '@types/node': 20.12.7 fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 resolve: 1.22.8 semver: 7.5.4 z-schema: 5.0.5 - dev: true + optionalDependencies: + '@types/node': 20.12.7 - /@rushstack/rig-package@0.5.2: - resolution: {integrity: sha512-mUDecIJeH3yYGZs2a48k+pbhM6JYwWlgjs2Ca5f2n1G2/kgdgP9D/07oglEGf6mRyXEnazhEENeYTSNDRCwdqA==} + '@rushstack/rig-package@0.5.2': dependencies: resolve: 1.22.8 strip-json-comments: 3.1.1 - dev: true - /@rushstack/terminal@0.10.1(@types/node@20.12.7): - resolution: {integrity: sha512-C6Vi/m/84IYJTkfzmXr1+W8Wi3MmBjVF/q3za91Gb3VYjKbpALHVxY6FgH625AnDe5Z0Kh4MHKWA3Z7bqgAezA==} - peerDependencies: - '@types/node': '*' - peerDependenciesMeta: - '@types/node': - optional: true + '@rushstack/terminal@0.10.1(@types/node@20.12.7)': dependencies: '@rushstack/node-core-library': 4.1.0(@types/node@20.12.7) - '@types/node': 20.12.7 supports-color: 8.1.1 - dev: true + optionalDependencies: + '@types/node': 20.12.7 - /@rushstack/ts-command-line@4.19.2(@types/node@20.12.7): - resolution: {integrity: sha512-cqmXXmBEBlzo9WtyUrHtF9e6kl0LvBY7aTSVX4jfnBfXWZQWnPq9JTFPlQZ+L/ZwjZ4HrNwQsOVvhe9oOucZkw==} + '@rushstack/ts-command-line@4.19.2(@types/node@20.12.7)': dependencies: '@rushstack/terminal': 0.10.1(@types/node@20.12.7) '@types/argparse': 1.0.38 @@ -3879,300 +7993,178 @@ packages: string-argv: 0.3.2 transitivePeerDependencies: - '@types/node' - dev: true - /@shikijs/core@1.3.0: - resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==} - dev: true + '@shikijs/core@1.3.0': {} - /@shikijs/transformers@1.3.0: - resolution: {integrity: sha512-3mlpg2I9CjhjE96dEWQOGeCWoPcyTov3s4aAsHmgvnTHa8MBknEnCQy8/xivJPSpD+olqOqIEoHnLfbNJK29AA==} + '@shikijs/transformers@1.3.0': dependencies: shiki: 1.3.0 - dev: true - /@sigstore/bundle@1.1.0: - resolution: {integrity: sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + '@sigstore/bundle@1.1.0': dependencies: '@sigstore/protobuf-specs': 0.2.1 - dev: true - /@sigstore/protobuf-specs@0.2.1: - resolution: {integrity: sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true + '@sigstore/protobuf-specs@0.2.1': {} - /@sigstore/sign@1.0.0: - resolution: {integrity: sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + '@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 - dev: true - /@sigstore/tuf@1.0.3: - resolution: {integrity: sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + '@sigstore/tuf@1.0.3': dependencies: '@sigstore/protobuf-specs': 0.2.1 tuf-js: 1.1.7 transitivePeerDependencies: - supports-color - dev: true - /@tootallnate/once@2.0.0: - resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} - engines: {node: '>= 10'} - dev: true + '@tootallnate/once@2.0.0': {} - /@tufjs/canonical-json@1.0.0: - resolution: {integrity: sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true + '@tufjs/canonical-json@1.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@1.0.4': dependencies: '@tufjs/canonical-json': 1.0.0 minimatch: 9.0.4 - dev: true - /@types/argparse@1.0.38: - resolution: {integrity: sha512-ebDJ9b0e702Yr7pWgB0jzm+CX4Srzz8RcXtLJDJB+BSccqMa36uyH/zUsSYao5+BD1ytv3k3rPYCq4mAE1hsXA==} - dev: true + '@types/argparse@1.0.38': {} - /@types/columnify@1.5.4: - resolution: {integrity: sha512-YPEVzmy3kJupUee1ueLuvGspy6U2JHcxt6rYvRsSCEgVC54+KdBFjQ6NG/0koZk69e1bfXwSusgChwdFhvEXMw==} - dev: true + '@types/columnify@1.5.4': {} - /@types/cross-spawn@6.0.6: - resolution: {integrity: sha512-fXRhhUkG4H3TQk5dBhQ7m/JDdSNHKwR2BBia62lhwEIq9xGiQKLxd6LymNhn47SjXhsUEPmxi+PKw2OkW4LLjA==} + '@types/cross-spawn@6.0.6': dependencies: '@types/node': 20.12.7 - dev: true - /@types/debug@4.1.12: - resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} + '@types/debug@4.1.12': dependencies: '@types/ms': 0.7.34 - dev: true - /@types/estree@0.0.39: - resolution: {integrity: sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==} - dev: true + '@types/estree@0.0.39': {} - /@types/estree@1.0.5: - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} - dev: true + '@types/estree@1.0.5': {} - /@types/expect@1.20.4: - resolution: {integrity: sha512-Q5Vn3yjTDyCMV50TB6VRIbQNxSE4OmZR86VSbGaNpfUolm0iePBB4KdEEHmxoY5sT2+2DIvXW0rvMDP2nHZ4Mg==} - dev: true + '@types/expect@1.20.4': {} - /@types/fs-extra@11.0.4: - resolution: {integrity: sha512-yTbItCNreRooED33qjunPthRcSjERP1r4MqCZc7wv0u2sUkzTFp45tgUfS5+r7FrZPdmCCNflLhVSP/o+SemsQ==} - requiresBuild: true + '@types/fs-extra@11.0.4': dependencies: '@types/jsonfile': 6.1.4 '@types/node': 20.12.7 - dev: true optional: true - /@types/glob-stream@8.0.2: - resolution: {integrity: sha512-kyuRfGE+yiSJWzSO3t74rXxdZNdYfLcllO0IUha4eX1fl40pm9L02Q/TEc3mykTLjoWz4STBNwYnUWdFu3I0DA==} + '@types/glob-stream@8.0.2': dependencies: '@types/node': 20.12.7 '@types/picomatch': 2.3.3 '@types/streamx': 2.9.5 - dev: true - /@types/glob@7.2.0: - resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} + '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 '@types/node': 20.12.7 - dev: true - /@types/gulp@4.0.17: - resolution: {integrity: sha512-+pKQynu2C/HS16kgmDlAicjtFYP8kaa86eE9P0Ae7GB5W29we/E2TIdbOWtEZD5XkpY+jr8fyqfwO6SWZecLpQ==} + '@types/gulp@4.0.17': dependencies: '@types/node': 20.12.7 '@types/undertaker': 1.2.11 '@types/vinyl-fs': 3.0.5 chokidar: 3.6.0 - dev: true - /@types/inquirer@9.0.7: - resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} + '@types/inquirer@9.0.7': dependencies: '@types/through': 0.0.33 rxjs: 7.8.1 - dev: true - /@types/js-yaml@4.0.9: - resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} - dev: true + '@types/js-yaml@4.0.9': {} - /@types/json-schema@7.0.15: - resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - dev: true + '@types/json-schema@7.0.15': {} - /@types/json5@0.0.29: - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - dev: true + '@types/json5@0.0.29': {} - /@types/jsonfile@6.1.4: - resolution: {integrity: sha512-D5qGUYwjvnNNextdU59/+fI+spnwtTFmyQP0h+PfIOSkNfpU6AOICUOkm4i0OnSk+NyjdPJrxCDro0sJsWlRpQ==} - requiresBuild: true + '@types/jsonfile@6.1.4': dependencies: '@types/node': 20.12.7 - dev: true optional: true - /@types/linkify-it@3.0.5: - resolution: {integrity: sha512-yg6E+u0/+Zjva+buc3EIb+29XEg4wltq7cSmd4Uc2EE/1nUVmxyzpX6gUXD0V8jIrG0r7YeOGVIbYRkxeooCtw==} - dev: true - - /@types/lodash-es@4.17.12: - resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} - dependencies: - '@types/lodash': 4.17.0 - - /@types/lodash@4.17.0: - resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} + '@types/linkify-it@3.0.5': {} - /@types/markdown-it@14.0.1: - resolution: {integrity: sha512-6WfOG3jXR78DW8L5cTYCVVGAsIFZskRHCDo5tbqa+qtKVt4oDRVH7hyIWu1SpDQJlmIoEivNQZ5h+AGAOrgOtQ==} + '@types/markdown-it@14.0.1': dependencies: '@types/linkify-it': 3.0.5 '@types/mdurl': 1.0.5 - dev: true - /@types/mdast@3.0.15: - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + '@types/mdast@3.0.15': dependencies: '@types/unist': 2.0.10 - dev: true - /@types/mdurl@1.0.5: - resolution: {integrity: sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==} - dev: true + '@types/mdurl@1.0.5': {} - /@types/minimatch@5.1.2: - resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - dev: true + '@types/minimatch@5.1.2': {} - /@types/ms@0.7.34: - resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - dev: true + '@types/ms@0.7.34': {} - /@types/mute-stream@0.0.4: - resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} + '@types/mute-stream@0.0.4': dependencies: '@types/node': 20.12.7 - dev: false - /@types/node@20.12.7: - resolution: {integrity: sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==} + '@types/node@20.12.7': dependencies: undici-types: 5.26.5 - /@types/normalize-package-data@2.4.4: - resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} - dev: true + '@types/normalize-package-data@2.4.4': {} - /@types/picomatch@2.3.3: - resolution: {integrity: sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==} - dev: true + '@types/picomatch@2.3.3': {} - /@types/resolve@1.20.2: - resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} - dev: true + '@types/resolve@1.20.2': {} - /@types/rollup-plugin-css-only@3.1.3: - resolution: {integrity: sha512-Yomg5XvEYfZ9RWAO/5yKhc1QAUXmyI2VOFeMJpAmwhE73EZMsjtuZ+w2Y7gC2c2XHdb+YtymNQrFKqBqyokjfw==} + '@types/rollup-plugin-css-only@3.1.3': dependencies: '@types/node': 20.12.7 rollup: 0.63.5 - dev: true - /@types/semver@7.5.8: - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - dev: true + '@types/semver@7.5.8': {} - /@types/shelljs@0.8.15: - resolution: {integrity: sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==} + '@types/shelljs@0.8.15': dependencies: '@types/glob': 7.2.0 '@types/node': 20.12.7 - dev: true - /@types/streamx@2.9.5: - resolution: {integrity: sha512-IHYsa6jYrck8VEdSwpY141FTTf6D7boPeMq9jy4qazNrFMA4VbRz/sw5LSsfR7jwdDcx0QKWkUexZvsWBC2eIQ==} + '@types/streamx@2.9.5': dependencies: '@types/node': 20.12.7 - dev: true - /@types/through@0.0.33: - resolution: {integrity: sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==} + '@types/through@0.0.33': dependencies: '@types/node': 20.12.7 - dev: true - /@types/undertaker-registry@1.0.4: - resolution: {integrity: sha512-tW77pHh2TU4uebWXWeEM5laiw8BuJ7pyJYDh6xenOs75nhny2kVgwYbegJ4BoLMYsIrXaBpKYaPdYO3/udG+hg==} - dev: true + '@types/undertaker-registry@1.0.4': {} - /@types/undertaker@1.2.11: - resolution: {integrity: sha512-j1Z0V2ByRHr8ZK7eOeGq0LGkkdthNFW0uAZGY22iRkNQNL9/vAV0yFPr1QN3FM/peY5bxs9P+1f0PYJTQVa5iA==} + '@types/undertaker@1.2.11': dependencies: '@types/node': 20.12.7 '@types/undertaker-registry': 1.0.4 async-done: 1.3.2 - dev: true - /@types/unist@2.0.10: - resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} - dev: true + '@types/unist@2.0.10': {} - /@types/vinyl-fs@3.0.5: - resolution: {integrity: sha512-ckYz9giHgV6U10RFuf9WsDQ3X86EFougapxHmmoxLK7e6ICQqO8CE+4V/3lBN148V5N1pb4nQMmMjyScleVsig==} + '@types/vinyl-fs@3.0.5': dependencies: '@types/glob-stream': 8.0.2 '@types/node': 20.12.7 '@types/vinyl': 2.0.12 - dev: true - /@types/vinyl@2.0.12: - resolution: {integrity: sha512-Sr2fYMBUVGYq8kj3UthXFAu5UN6ZW+rYr4NACjZQJvHvj+c8lYv0CahmZ2P/r7iUkN44gGUBwqxZkrKXYPb7cw==} + '@types/vinyl@2.0.12': dependencies: '@types/expect': 1.20.4 '@types/node': 20.12.7 - dev: true - /@types/web-bluetooth@0.0.20: - resolution: {integrity: sha512-g9gZnnXVq7gM7v3tJCWV/qw7w+KeOlSHAhgF9RytFyifW6AF61hdT2ucrYhPq9hLs5JIryeupHV3qGk95dH9ow==} - dev: true + '@types/web-bluetooth@0.0.20': {} - /@types/wrap-ansi@3.0.0: - resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} - dev: false + '@types/wrap-ansi@3.0.0': {} - /@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0)(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha - eslint: ^7.0.0 || ^8.0.0 || >= 8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.10.0 '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) @@ -4187,20 +8179,12 @@ packages: natural-compare: 1.4.0 semver: 7.6.0 ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || >= 8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@typescript-eslint/scope-manager': 6.21.0 '@typescript-eslint/types': 6.21.0 @@ -4208,57 +8192,33 @@ packages: '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 eslint: 8.57.0 + optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/scope-manager@6.21.0: - resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} - engines: {node: ^16.0.0 || >=18.0.0} + '@typescript-eslint/scope-manager@6.21.0': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 - dev: true - /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || >= 8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.5) '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/types@5.62.0: - resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + '@typescript-eslint/types@5.62.0': {} - /@typescript-eslint/types@6.21.0: - resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} - engines: {node: ^16.0.0 || >=18.0.0} - dev: true + '@typescript-eslint/types@6.21.0': {} - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.5): - resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.5)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 @@ -4267,19 +8227,12 @@ packages: is-glob: 4.0.3 semver: 7.6.0 tsutils: 3.21.0(typescript@5.4.5) + optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5): - resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.5)': dependencies: '@typescript-eslint/types': 6.21.0 '@typescript-eslint/visitor-keys': 6.21.0 @@ -4289,16 +8242,12 @@ packages: minimatch: 9.0.3 semver: 7.6.0 ts-api-utils: 1.3.0(typescript@5.4.5) + optionalDependencies: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || >= 8.0.0 + '@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 @@ -4311,71 +8260,35 @@ packages: transitivePeerDependencies: - supports-color - typescript - dev: true - /@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} + '@typescript-eslint/visitor-keys@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 - eslint-visitor-keys: 3.4.3 - dev: true - - /@typescript-eslint/visitor-keys@6.21.0: - resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} - engines: {node: ^16.0.0 || >=18.0.0} - dependencies: - '@typescript-eslint/types': 6.21.0 - eslint-visitor-keys: 3.4.3 - dev: true - - /@ungap/structured-clone@1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: true - - /@vitejs/plugin-vue-jsx@3.1.0: - resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} - engines: {node: ^14.18.0 || >=16.0.0} - peerDependencies: - vite: ^4.0.0 || ^5.0.0 - vue: ^3.0.0 - peerDependenciesMeta: - vite: - optional: true - vue: - optional: true + eslint-visitor-keys: 3.4.3 + + '@typescript-eslint/visitor-keys@6.21.0': + dependencies: + '@typescript-eslint/types': 6.21.0 + eslint-visitor-keys: 3.4.3 + + '@ungap/structured-clone@1.2.0': {} + + '@vitejs/plugin-vue-jsx@3.1.0(vite@5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.25(typescript@5.4.5))': dependencies: '@babel/core': 7.24.4 '@babel/plugin-transform-typescript': 7.24.4(@babel/core@7.24.4) '@vue/babel-plugin-jsx': 1.2.2(@babel/core@7.24.4) + vite: 5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4) + vue: 3.4.25(typescript@5.4.5) transitivePeerDependencies: - supports-color - dev: true - /@vitejs/plugin-vue@5.0.4(vite@5.2.10)(vue@3.4.25): - resolution: {integrity: sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ==} - engines: {node: ^18.0.0 || >=20.0.0} - peerDependencies: - vite: ^5.0.0 - vue: ^3.2.25 - peerDependenciesMeta: - vite: - optional: true - vue: - optional: true + '@vitejs/plugin-vue@5.0.4(vite@5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.25(typescript@5.4.5))': dependencies: - vite: 5.2.10(@types/node@20.12.7) + vite: 5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4) vue: 3.4.25(typescript@5.4.5) - dev: true - /@vue-macros/common@1.10.2(rollup@4.16.4): - resolution: {integrity: sha512-WC66NPVh2mJWqm4L0l/u/cOqm4pNOIwVdMGnDYAH2rHcOWy5x68GkhpkYTBu1+xwCSeHWOQn1TCGGbD+98fFpA==} - engines: {node: '>=16.14.0'} - peerDependencies: - vue: ^2.7.0 || ^3.2.25 - peerDependenciesMeta: - vue: - optional: true + '@vue-macros/common@1.10.2(rollup@4.16.4)(vue@3.4.25(typescript@5.4.5))': dependencies: '@babel/types': 7.24.0 '@rollup/pluginutils': 5.1.0(rollup@4.16.4) @@ -4383,23 +8296,15 @@ packages: ast-kit: 0.12.1 local-pkg: 0.5.0 magic-string-ast: 0.3.0 + optionalDependencies: + vue: 3.4.25(typescript@5.4.5) transitivePeerDependencies: - rollup - dev: true - /@vue/babel-helper-vue-transform-on@1.2.2: - resolution: {integrity: sha512-nOttamHUR3YzdEqdM/XXDyCSdxMA9VizUKoroLX6yTyRtggzQMHXcmwh8a7ZErcJttIBIc9s68a1B8GZ+Dmvsw==} - dev: true + '@vue/babel-helper-vue-transform-on@1.2.2': {} - /@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.4): - resolution: {integrity: sha512-nYTkZUVTu4nhP199UoORePsql0l+wj7v/oyQjtThUVhJl1U+6qHuoVhIvR3bf7eVKjbCK+Cs2AWd7mi9Mpz9rA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true + '@vue/babel-plugin-jsx@1.2.2(@babel/core@7.24.4)': dependencies: - '@babel/core': 7.24.4 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.24.0 '@babel/plugin-syntax-jsx': 7.24.1(@babel/core@7.24.4) @@ -4411,17 +8316,12 @@ packages: camelcase: 6.3.0 html-tags: 3.3.1 svg-tags: 1.0.0 + optionalDependencies: + '@babel/core': 7.24.4 transitivePeerDependencies: - supports-color - dev: true - /@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4): - resolution: {integrity: sha512-EntyroPwNg5IPVdUJupqs0CFzuf6lUrVvCspmv2J1FITLeGnUCuoGNNk78dgCusxEiYj6RMkTJflGSxk5aIC4A==} - peerDependencies: - '@babel/core': ^7.0.0-0 - peerDependenciesMeta: - '@babel/core': - optional: true + '@vue/babel-plugin-resolve-type@1.2.2(@babel/core@7.24.4)': dependencies: '@babel/code-frame': 7.24.2 '@babel/core': 7.24.4 @@ -4429,27 +8329,21 @@ packages: '@babel/helper-plugin-utils': 7.24.0 '@babel/parser': 7.24.4 '@vue/compiler-sfc': 3.4.25 - dev: true - /@vue/compiler-core@3.4.25: - resolution: {integrity: sha512-Y2pLLopaElgWnMNolgG8w3C5nNUVev80L7hdQ5iIKPtMJvhVpG0zhnBG/g3UajJmZdvW0fktyZTotEHD1Srhbg==} + '@vue/compiler-core@3.4.25': dependencies: '@babel/parser': 7.24.4 '@vue/shared': 3.4.25 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.0 - dev: true - /@vue/compiler-dom@3.4.25: - resolution: {integrity: sha512-Ugz5DusW57+HjllAugLci19NsDK+VyjGvmbB2TXaTcSlQxwL++2PETHx/+Qv6qFwNLzSt7HKepPe4DcTE3pBWg==} + '@vue/compiler-dom@3.4.25': dependencies: '@vue/compiler-core': 3.4.25 '@vue/shared': 3.4.25 - dev: true - /@vue/compiler-sfc@3.4.25: - resolution: {integrity: sha512-m7rryuqzIoQpOBZ18wKyq05IwL6qEpZxFZfRxlNYuIPDqywrXQxgUwLXIvoU72gs6cRdY6wHD0WVZIFE4OEaAQ==} + '@vue/compiler-sfc@3.4.25': dependencies: '@babel/parser': 7.24.4 '@vue/compiler-core': 3.4.25 @@ -4460,30 +8354,19 @@ packages: magic-string: 0.30.10 postcss: 8.4.38 source-map-js: 1.2.0 - dev: true - /@vue/compiler-ssr@3.4.25: - resolution: {integrity: sha512-H2ohvM/Pf6LelGxDBnfbbXFPyM4NE3hrw0e/EpwuSiYu8c819wx+SVGdJ65p/sFrYDd6OnSDxN1MB2mN07hRSQ==} + '@vue/compiler-ssr@3.4.25': dependencies: '@vue/compiler-dom': 3.4.25 '@vue/shared': 3.4.25 - dev: true - /@vue/devtools-api@7.1.3(vue@3.4.25): - resolution: {integrity: sha512-W8IwFJ/o5iUk78jpqhvScbgCsPiOp2uileDVC0NDtW38gCWhsnu9SeBTjcdu3lbwLdsjc+H1c5Msd/x9ApbcFA==} + '@vue/devtools-api@7.1.3(vue@3.4.25(typescript@5.4.5))': dependencies: - '@vue/devtools-kit': 7.1.3(vue@3.4.25) + '@vue/devtools-kit': 7.1.3(vue@3.4.25(typescript@5.4.5)) transitivePeerDependencies: - vue - dev: true - /@vue/devtools-kit@7.1.3(vue@3.4.25): - resolution: {integrity: sha512-NFskFSJMVCBXTkByuk2llzI3KD3Blcm7WqiRorWjD6nClHPgkH5BobDH08rfulqq5ocRt5xV+3qOT1Q9FXJrwQ==} - peerDependencies: - vue: ^3.0.0 - peerDependenciesMeta: - vue: - optional: true + '@vue/devtools-kit@7.1.3(vue@3.4.25(typescript@5.4.5))': dependencies: '@vue/devtools-shared': 7.1.3 hookable: 5.5.3 @@ -4491,180 +8374,95 @@ packages: perfect-debounce: 1.0.0 speakingurl: 14.0.1 vue: 3.4.25(typescript@5.4.5) - dev: true - /@vue/devtools-shared@7.1.3: - resolution: {integrity: sha512-KJ3AfgjTn3tJz/XKF+BlVShNPecim3G21oHRue+YQOsooW+0s+qXvm09U09aO7yBza5SivL1QgxSrzAbiKWjhQ==} + '@vue/devtools-shared@7.1.3': dependencies: rfdc: 1.3.1 - dev: true - /@vue/reactivity@3.4.25: - resolution: {integrity: sha512-mKbEtKr1iTxZkAG3vm3BtKHAOhuI4zzsVcN0epDldU/THsrvfXRKzq+lZnjczZGnTdh3ojd86/WrP+u9M51pWQ==} + '@vue/reactivity@3.4.25': dependencies: '@vue/shared': 3.4.25 - dev: true - /@vue/runtime-core@3.4.25: - resolution: {integrity: sha512-3qhsTqbEh8BMH3pXf009epCI5E7bKu28fJLi9O6W+ZGt/6xgSfMuGPqa5HRbUxLoehTNp5uWvzCr60KuiRIL0Q==} + '@vue/runtime-core@3.4.25': dependencies: '@vue/reactivity': 3.4.25 '@vue/shared': 3.4.25 - dev: true - /@vue/runtime-dom@3.4.25: - resolution: {integrity: sha512-ode0sj77kuwXwSc+2Yhk8JMHZh1sZp9F/51wdBiz3KGaWltbKtdihlJFhQG4H6AY+A06zzeMLkq6qu8uDSsaoA==} + '@vue/runtime-dom@3.4.25': dependencies: '@vue/runtime-core': 3.4.25 '@vue/shared': 3.4.25 csstype: 3.1.3 - dev: true - /@vue/server-renderer@3.4.25(vue@3.4.25): - resolution: {integrity: sha512-8VTwq0Zcu3K4dWV0jOwIVINESE/gha3ifYCOKEhxOj6MEl5K5y8J8clQncTcDhKF+9U765nRw4UdUEXvrGhyVQ==} - peerDependencies: - vue: 3.4.25 - peerDependenciesMeta: - vue: - optional: true + '@vue/server-renderer@3.4.25(vue@3.4.25(typescript@5.4.5))': dependencies: '@vue/compiler-ssr': 3.4.25 '@vue/shared': 3.4.25 vue: 3.4.25(typescript@5.4.5) - dev: true - /@vue/shared@3.4.25: - resolution: {integrity: sha512-k0yappJ77g2+KNrIaF0FFnzwLvUBLUYr8VOwz+/6vLsmItFp51AcxLL7Ey3iPd7BIRyWPOcqUjMnm7OkahXllA==} - dev: true + '@vue/shared@3.4.25': {} - /@vueuse/core@10.9.0(vue@3.4.25): - resolution: {integrity: sha512-/1vjTol8SXnx6xewDEKfS0Ra//ncg4Hb0DaZiwKf7drgfMsKFExQ+FnnENcN6efPen+1kIzhLQoGSy0eDUVOMg==} + '@vueuse/core@10.9.0(vue@3.4.25(typescript@5.4.5))': dependencies: '@types/web-bluetooth': 0.0.20 '@vueuse/metadata': 10.9.0 - '@vueuse/shared': 10.9.0(vue@3.4.25) - vue-demi: 0.14.7(vue@3.4.25) + '@vueuse/shared': 10.9.0(vue@3.4.25(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.25(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - dev: true - /@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.25): - resolution: {integrity: sha512-acK+A01AYdWSvL4BZmCoJAcyHJ6EqhmkQEXbQLwev1MY7NBnS+hcEMx/BzVoR9zKI+UqEPMD9u6PsyAuiTRT4Q==} - peerDependencies: - async-validator: '*' - axios: '*' - change-case: '*' - drauu: '*' - focus-trap: '*' - fuse.js: '*' - idb-keyval: '*' - jwt-decode: '*' - nprogress: '*' - qrcode: '*' - sortablejs: '*' - universal-cookie: '*' - peerDependenciesMeta: - async-validator: - optional: true - axios: - optional: true - change-case: - optional: true - drauu: - optional: true - focus-trap: - optional: true - fuse.js: - optional: true - idb-keyval: - optional: true - jwt-decode: - optional: true - nprogress: - optional: true - qrcode: - optional: true - sortablejs: - optional: true - universal-cookie: - optional: true + '@vueuse/integrations@10.9.0(focus-trap@7.5.4)(vue@3.4.25(typescript@5.4.5))': dependencies: - '@vueuse/core': 10.9.0(vue@3.4.25) - '@vueuse/shared': 10.9.0(vue@3.4.25) + '@vueuse/core': 10.9.0(vue@3.4.25(typescript@5.4.5)) + '@vueuse/shared': 10.9.0(vue@3.4.25(typescript@5.4.5)) + vue-demi: 0.14.7(vue@3.4.25(typescript@5.4.5)) + optionalDependencies: focus-trap: 7.5.4 - vue-demi: 0.14.7(vue@3.4.25) transitivePeerDependencies: - '@vue/composition-api' - vue - dev: true - /@vueuse/metadata@10.9.0: - resolution: {integrity: sha512-iddNbg3yZM0X7qFY2sAotomgdHK7YJ6sKUvQqbvwnf7TmaVPxS4EJydcNsVejNdS8iWCtDk+fYXr7E32nyTnGA==} - dev: true + '@vueuse/metadata@10.9.0': {} - /@vueuse/shared@10.9.0(vue@3.4.25): - resolution: {integrity: sha512-Uud2IWncmAfJvRaFYzv5OHDli+FbOzxiVEQdLCKQKLyhz94PIyFC3CHcH7EDMwIn8NPtD06+PNbC/PiO0LGLtw==} + '@vueuse/shared@10.9.0(vue@3.4.25(typescript@5.4.5))': dependencies: - vue-demi: 0.14.7(vue@3.4.25) + vue-demi: 0.14.7(vue@3.4.25(typescript@5.4.5)) transitivePeerDependencies: - '@vue/composition-api' - vue - dev: true - /abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} - dev: true + abbrev@1.1.1: {} - /acorn-jsx@5.3.2(acorn@8.11.3): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + acorn-jsx@5.3.2(acorn@8.11.3): dependencies: acorn: 8.11.3 - dev: true - /acorn@8.11.3: - resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true + acorn@8.11.3: {} - /agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} + agent-base@6.0.2: dependencies: debug: 4.3.4 transitivePeerDependencies: - supports-color - dev: true - /agentkeepalive@4.5.0: - resolution: {integrity: sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==} - engines: {node: '>= 8.0.0'} + agentkeepalive@4.5.0: dependencies: humanize-ms: 1.2.1 - dev: true - /aggregate-error@3.1.0: - resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} - engines: {node: '>=8'} + aggregate-error@3.1.0: dependencies: clean-stack: 2.2.0 indent-string: 4.0.0 - dev: true - /ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + 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 - dev: true - /algoliasearch@4.23.3: - resolution: {integrity: sha512-Le/3YgNvjW9zxIQMRhUHuhiUjAlKY/zsdZpfq4dlLqg6mEm0nL6yk+7f2hDOtLpxsgE4jSzDmvHL7nXdBp5feg==} + algoliasearch@4.23.3: dependencies: '@algolia/cache-browser-local-storage': 4.23.3 '@algolia/cache-common': 4.23.3 @@ -4681,142 +8479,79 @@ packages: '@algolia/requester-common': 4.23.3 '@algolia/requester-node-http': 4.23.3 '@algolia/transporter': 4.23.3 - dev: true - /ansi-align@3.0.1: - resolution: {integrity: sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==} + ansi-align@3.0.1: dependencies: string-width: 4.2.3 - dev: true - /ansi-colors@1.1.0: - resolution: {integrity: sha512-SFKX67auSNoVR38N3L+nvsPjOE0bybKTYbkf5tRvushrAPQ9V75huw0ZxBkKVeRU9kqH3d6HA4xTckbwZ4ixmA==} - engines: {node: '>=0.10.0'} + ansi-colors@1.1.0: dependencies: ansi-wrap: 0.1.0 - dev: true - /ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} - dev: true + ansi-colors@4.1.3: {} - /ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + ansi-escapes@4.3.2: dependencies: type-fest: 0.21.3 - dev: false - /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + ansi-regex@5.0.1: {} - /ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} - dev: true + ansi-regex@6.0.1: {} - /ansi-sequence-parser@1.1.1: - resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} - dev: true + ansi-sequence-parser@1.1.1: {} - /ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} + ansi-styles@3.2.1: dependencies: color-convert: 1.9.3 - /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 - /ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} - engines: {node: '>=12'} - dev: true + ansi-styles@6.2.1: {} - /ansi-wrap@0.1.0: - resolution: {integrity: sha512-ZyznvL8k/FZeQHr2T6LzcJ/+vBApDnMNZvfVFy3At0knswWd6rJ3/0Hhmpu8oqa6C92npmozs890sX9Dl6q+Qw==} - engines: {node: '>=0.10.0'} - dev: true + ansi-wrap@0.1.0: {} - /any-promise@1.3.0: - resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + any-promise@1.3.0: {} - /anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} + anymatch@3.1.3: dependencies: normalize-path: 3.0.0 picomatch: 2.3.1 - dev: true - /app-module-path@2.2.0: - resolution: {integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==} - dev: true + app-module-path@2.2.0: {} - /append-buffer@1.0.2: - resolution: {integrity: sha512-WLbYiXzD3y/ATLZFufV/rZvWdZOs+Z/+5v1rBZ463Jn398pa6kcde27cvozYnBoxXblGZTFfoPpsaEw0orU5BA==} - engines: {node: '>=0.10.0'} + append-buffer@1.0.2: dependencies: buffer-equal: 1.0.1 - dev: true - /aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} - dev: true + aproba@2.0.0: {} - /are-docs-informative@0.0.2: - resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} - engines: {node: '>=14'} - dev: true + are-docs-informative@0.0.2: {} - /are-we-there-yet@3.0.1: - resolution: {integrity: sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + are-we-there-yet@3.0.1: dependencies: delegates: 1.0.0 readable-stream: 3.6.2 - dev: true - /argparse@1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + argparse@1.0.10: dependencies: sprintf-js: 1.0.3 - dev: true - /argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + argparse@2.0.1: {} - /arr-diff@4.0.0: - resolution: {integrity: sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==} - engines: {node: '>=0.10.0'} - dev: true + arr-diff@4.0.0: {} - /arr-union@3.1.0: - resolution: {integrity: sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==} - engines: {node: '>=0.10.0'} - dev: true + arr-union@3.1.0: {} - /array-buffer-byte-length@1.0.1: - resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} - engines: {node: '>= 0.4'} + array-buffer-byte-length@1.0.1: dependencies: call-bind: 1.0.7 is-array-buffer: 3.0.4 - dev: true - /array-each@1.0.1: - resolution: {integrity: sha512-zHjL5SZa68hkKHBFBK6DJCTtr9sfTCPCaph/L7tMSLcTFgy+zX7E+6q5UArbtOtMBCtxdICpfTCspRse+ywyXA==} - engines: {node: '>=0.10.0'} - dev: true + array-each@1.0.1: {} - /array-includes@3.1.8: - resolution: {integrity: sha512-itaWrbYbqpGXkGhZPGUulwnhVf5Hpy1xiCFsGqyIGglbBxmG5vSjxQen3/WGOjPpNEv1RtBLKxbmVXm8HpJStQ==} - engines: {node: '>= 0.4'} + array-includes@3.1.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -4824,21 +8559,12 @@ packages: es-object-atoms: 1.0.0 get-intrinsic: 1.2.4 is-string: 1.0.7 - dev: true - /array-slice@1.1.0: - resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} - engines: {node: '>=0.10.0'} - dev: true + array-slice@1.1.0: {} - /array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} - dev: true + array-union@2.1.0: {} - /array.prototype.findlastindex@1.2.5: - resolution: {integrity: sha512-zfETvRFA8o7EiNn++N5f/kaCw221hrpGsDmcpndVupkPzEc1Wuf3VgC0qby1BbHs7f5DVYjgtEU2LLh5bqeGfQ==} - engines: {node: '>= 0.4'} + array.prototype.findlastindex@1.2.5: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 @@ -4846,31 +8572,22 @@ packages: es-errors: 1.3.0 es-object-atoms: 1.0.0 es-shim-unscopables: 1.0.2 - dev: true - /array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} + array.prototype.flat@1.3.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 - dev: true - /array.prototype.flatmap@1.3.2: - resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} - engines: {node: '>= 0.4'} + array.prototype.flatmap@1.3.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-shim-unscopables: 1.0.2 - dev: true - /arraybuffer.prototype.slice@1.0.3: - resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} - engines: {node: '>= 0.4'} + arraybuffer.prototype.slice@1.0.3: dependencies: array-buffer-byte-length: 1.0.1 call-bind: 1.0.7 @@ -4880,182 +8597,111 @@ packages: get-intrinsic: 1.2.4 is-array-buffer: 3.0.4 is-shared-array-buffer: 1.0.3 - dev: true - /assign-symbols@1.0.0: - resolution: {integrity: sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==} - engines: {node: '>=0.10.0'} - dev: true + assign-symbols@1.0.0: {} - /ast-kit@0.12.1: - resolution: {integrity: sha512-O+33g7x6irsESUcd47KdfWUrS2F6aGp9KeVJFGj0YjIznfXpBxVGjA0w+y/1OKqX4mFOfmZ9Xpf1ixPT4n9xxw==} - engines: {node: '>=16.14.0'} + ast-kit@0.12.1: dependencies: '@babel/parser': 7.24.4 pathe: 1.1.2 - dev: true - /ast-module-types@5.0.0: - resolution: {integrity: sha512-JvqziE0Wc0rXQfma0HZC/aY7URXHFuZV84fJRtP8u+lhp0JYCNd5wJzVXP45t0PH0Mej3ynlzvdyITYIu0G4LQ==} - engines: {node: '>=14'} - dev: true + ast-module-types@5.0.0: {} - /ast-walker-scope@0.6.1: - resolution: {integrity: sha512-0ZdQEsSfH3mX4BFbRCc3xOBjx5bDbm73+aAdQOHerPQNf8K0XFMAv79ucd2BpnSc4UMyvBDixiroT8yjm2Y6bw==} - engines: {node: '>=16.14.0'} + ast-walker-scope@0.6.1: dependencies: '@babel/parser': 7.24.4 ast-kit: 0.12.1 - dev: true - /async-done@1.3.2: - resolution: {integrity: sha512-uYkTP8dw2og1tu1nmza1n1CMW0qb8gWWlwqMmLb7MhBVs4BXrFziT6HXUd+/RlRA/i4H9AkofYloUbs1fwMqlw==} - engines: {node: '>= 0.10'} + async-done@1.3.2: dependencies: end-of-stream: 1.4.4 once: 1.4.0 process-nextick-args: 2.0.1 stream-exhaust: 1.0.2 - dev: true - /async-done@2.0.0: - resolution: {integrity: sha512-j0s3bzYq9yKIVLKGE/tWlCpa3PfFLcrDZLTSVdnnCTGagXuXBJO4SsY9Xdk/fQBirCkH4evW5xOeJXqlAQFdsw==} - engines: {node: '>= 10.13.0'} + async-done@2.0.0: dependencies: end-of-stream: 1.4.4 once: 1.4.0 stream-exhaust: 1.0.2 - dev: true - /async-settle@2.0.0: - resolution: {integrity: sha512-Obu/KE8FurfQRN6ODdHN9LuXqwC+JFIM9NRyZqJJ4ZfLJmIYN9Rg0/kb+wF70VV5+fJusTMQlJ1t5rF7J/ETdg==} - engines: {node: '>= 10.13.0'} + async-settle@2.0.0: dependencies: async-done: 2.0.0 - dev: true - /atob@2.1.2: - resolution: {integrity: sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==} - engines: {node: '>= 4.5.0'} - hasBin: true - dev: true + atob@2.1.2: {} - /available-typed-arrays@1.0.7: - resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} - engines: {node: '>= 0.4'} + available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.0.0 - dev: true - /await-to-done@1.0.2: - resolution: {integrity: sha512-izPKtGYvcV41nmdznVgrvgiEodzz3i3qe7IzkVC4VUjlKFxHQ2R2EYrHKIZCAWTYxOfs5gwgmTZWfV0sqvLieQ==} + await-to-done@1.0.2: dependencies: tslib: 2.6.2 - /babel-plugin-polyfill-corejs2@0.4.11: - resolution: {integrity: sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true + babel-plugin-polyfill-corejs2@0.4.11(@babel/core@7.24.4): dependencies: '@babel/compat-data': 7.24.4 - '@babel/helper-define-polyfill-provider': 0.6.2 + '@babel/core': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.4) semver: 6.3.1 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-polyfill-corejs3@0.10.4: - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.24.4): dependencies: - '@babel/helper-define-polyfill-provider': 0.6.2 + '@babel/core': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.4) core-js-compat: 3.37.0 transitivePeerDependencies: - supports-color - dev: true - /babel-plugin-polyfill-regenerator@0.6.2: - resolution: {integrity: sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==} - peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - peerDependenciesMeta: - '@babel/core': - optional: true + babel-plugin-polyfill-regenerator@0.6.2(@babel/core@7.24.4): dependencies: - '@babel/helper-define-polyfill-provider': 0.6.2 + '@babel/core': 7.24.4 + '@babel/helper-define-polyfill-provider': 0.6.2(@babel/core@7.24.4) transitivePeerDependencies: - supports-color - dev: true - /bach@2.0.1: - resolution: {integrity: sha512-A7bvGMGiTOxGMpNupYl9HQTf0FFDNF4VCmks4PJpFyN1AX2pdKuxuwdvUz2Hu388wcgp+OvGFNsumBfFNkR7eg==} - engines: {node: '>=10.13.0'} + bach@2.0.1: dependencies: async-done: 2.0.0 async-settle: 2.0.0 now-and-later: 3.0.0 - dev: true - /balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + balanced-match@1.0.2: {} - /bare-events@2.2.2: - resolution: {integrity: sha512-h7z00dWdG0PYOQEvChhOSWvOfkIKsdZGkWr083FgN/HyoQuebSew/cgirYqh9SCuy/hRvxc5Vy6Fw8xAmYHLkQ==} - requiresBuild: true - dev: true + bare-events@2.2.2: optional: true - /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + base64-js@1.5.1: {} - /basic-auth@2.0.1: - resolution: {integrity: sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==} - engines: {node: '>= 0.8'} + basic-auth@2.0.1: dependencies: safe-buffer: 5.1.2 - dev: false - /binary-extensions@2.3.0: - resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==} - engines: {node: '>=8'} - dev: true + binary-extensions@2.3.0: {} - /bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + bl@4.1.0: dependencies: buffer: 5.7.1 inherits: 2.0.4 readable-stream: 3.6.2 - /bl@5.1.0: - resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} + bl@5.1.0: dependencies: buffer: 6.0.3 inherits: 2.0.4 readable-stream: 3.6.2 - dev: true - /bole@5.0.11: - resolution: {integrity: sha512-KB0Ye0iMAW5BnNbnLfMSQcnI186hKUzE2fpkZWqcxsoTR7eqzlTidSOMYPHJOn/yR7VGH7uSZp37qH9q2Et0zQ==} + bole@5.0.11: dependencies: fast-safe-stringify: 2.1.1 individual: 3.0.0 - dev: true - /boolbase@1.0.0: - resolution: {integrity: sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==} - dev: true + boolbase@1.0.0: {} - /boxen@5.1.2: - resolution: {integrity: sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==} - engines: {node: '>=10'} + boxen@5.1.2: dependencies: ansi-align: 3.0.1 camelcase: 6.3.0 @@ -5065,81 +8711,52 @@ packages: type-fest: 0.20.2 widest-line: 3.1.0 wrap-ansi: 7.0.0 - dev: true - /brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - /brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + brace-expansion@2.0.1: dependencies: balanced-match: 1.0.2 - dev: true - /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + braces@3.0.2: dependencies: fill-range: 7.0.1 - dev: true - /brotli-size@4.0.0: - resolution: {integrity: sha512-uA9fOtlTRC0iqKfzff1W34DXUA3GyVqbUaeo3Rw3d4gd1eavKVCETXrn3NzO74W+UVkG3UHu8WxUi+XvKI/huA==} - engines: {node: '>= 10.16.0'} + brotli-size@4.0.0: dependencies: duplexer: 0.1.1 - dev: true - /browserslist@4.23.0: - resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true + browserslist@4.23.0: dependencies: caniuse-lite: 1.0.30001612 electron-to-chromium: 1.4.750 node-releases: 2.0.14 update-browserslist-db: 1.0.13(browserslist@4.23.0) - dev: true - /buffer-equal@1.0.1: - resolution: {integrity: sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==} - engines: {node: '>=0.4'} - dev: true + buffer-equal@1.0.1: {} - /buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - dev: true + buffer-from@1.1.2: {} - /buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + buffer@5.7.1: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - /buffer@6.0.3: - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + buffer@6.0.3: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: true - /builtin-modules@3.3.0: - resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} - engines: {node: '>=6'} - dev: true + builtin-modules@3.3.0: {} - /builtins@5.1.0: - resolution: {integrity: sha512-SW9lzGTLvWTP1AY8xeAMZimqDrIaSdLQUcVr9DMef51niJ022Ri87SwRRKYm4A6iHfkPaiVUu/Duw2Wc4J7kKg==} + builtins@5.1.0: dependencies: semver: 7.6.0 - dev: true - /cacache@16.1.3: - resolution: {integrity: sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + cacache@16.1.3: dependencies: '@npmcli/fs': 2.1.2 '@npmcli/move-file': 2.0.1 @@ -5161,11 +8778,8 @@ packages: unique-filename: 2.0.1 transitivePeerDependencies: - bluebird - dev: true - /cacache@17.1.4: - resolution: {integrity: sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + cacache@17.1.4: dependencies: '@npmcli/fs': 3.1.0 fs-minipass: 3.0.3 @@ -5179,11 +8793,8 @@ packages: ssri: 10.0.5 tar: 6.2.1 unique-filename: 3.0.0 - dev: true - /call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} - engines: {node: '>= 0.4'} + call-bind@1.0.7: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 @@ -5191,58 +8802,34 @@ packages: get-intrinsic: 1.2.4 set-function-length: 1.2.2 - /callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} + callsites@3.1.0: {} - /camelcase@6.3.0: - resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} - engines: {node: '>=10'} - dev: true + camelcase@6.3.0: {} - /caniuse-lite@1.0.30001612: - resolution: {integrity: sha512-lFgnZ07UhaCcsSZgWW0K5j4e69dK1u/ltrL9lTUiFOwNHs12S3UMIEYgBV0Z6C6hRDev7iRnMzzYmKabYdXF9g==} - dev: true + caniuse-lite@1.0.30001612: {} - /chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + chalk@2.4.2: dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 - /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + chalk@4.1.2: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - /chalk@5.3.0: - resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true + chalk@5.3.0: {} - /character-entities-legacy@1.1.4: - resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} - dev: true + character-entities-legacy@1.1.4: {} - /character-entities@1.2.4: - resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} - dev: true + character-entities@1.2.4: {} - /character-reference-invalid@1.1.4: - resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} - dev: true + character-reference-invalid@1.1.4: {} - /chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - dev: false + chardet@0.7.0: {} - /chokidar@3.6.0: - resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} - engines: {node: '>= 8.10.0'} + chokidar@3.6.0: dependencies: anymatch: 3.1.3 braces: 3.0.2 @@ -5253,452 +8840,243 @@ packages: readdirp: 3.6.0 optionalDependencies: fsevents: 2.3.3 - dev: true - /chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} - dev: true + chownr@2.0.0: {} - /ci-info@3.9.0: - resolution: {integrity: sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==} - engines: {node: '>=8'} - dev: true + ci-info@3.9.0: {} - /ci-info@4.0.0: - resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} - engines: {node: '>=8'} - dev: false + ci-info@4.0.0: {} - /clean-regexp@1.0.0: - resolution: {integrity: sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==} - engines: {node: '>=4'} + clean-regexp@1.0.0: dependencies: escape-string-regexp: 1.0.5 - dev: true - /clean-stack@2.2.0: - resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} - engines: {node: '>=6'} - dev: true + clean-stack@2.2.0: {} - /cli-boxes@2.2.1: - resolution: {integrity: sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==} - engines: {node: '>=6'} - dev: true + cli-boxes@2.2.1: {} - /cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} + cli-cursor@3.1.0: dependencies: restore-cursor: 3.1.0 - /cli-cursor@4.0.0: - resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + cli-cursor@4.0.0: dependencies: restore-cursor: 4.0.0 - dev: true - /cli-spinners@2.9.2: - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} - engines: {node: '>=6'} + cli-spinners@2.9.2: {} - /cli-width@3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} - dev: false + cli-width@3.0.0: {} - /cli-width@4.1.0: - resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} - engines: {node: '>= 12'} - dev: false + cli-width@4.1.0: {} - /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + cliui@7.0.4: dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - dev: true - /cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + cliui@8.0.1: dependencies: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - dev: true - /clone-buffer@1.0.0: - resolution: {integrity: sha512-KLLTJWrvwIP+OPfMn0x2PheDEP20RPUcGXj/ERegTgdmPEZylALQldygiqrPPu8P45uNuPs7ckmReLY6v/iA5g==} - engines: {node: '>= 0.10'} - dev: true + clone-buffer@1.0.0: {} - /clone-stats@1.0.0: - resolution: {integrity: sha512-au6ydSpg6nsrigcZ4m8Bc9hxjeW+GJ8xh5G3BJCMt4WXe1H10UNaVOamqQTmrx1kjVuxAHIQSNU6hY4Nsn9/ag==} - dev: true + clone-stats@1.0.0: {} - /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} + clone@1.0.4: {} - /clone@2.1.2: - resolution: {integrity: sha512-3Pe/CF1Nn94hyhIYpjtiLhdCoEoz0DqQ+988E9gmeEdQZlojxnOb74wctFyuwWQHzqyf9X7C7MG8juUpqBJT8w==} - engines: {node: '>=0.8'} - dev: true + clone@2.1.2: {} - /cloneable-readable@1.1.3: - resolution: {integrity: sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==} + cloneable-readable@1.1.3: dependencies: inherits: 2.0.4 process-nextick-args: 2.0.1 readable-stream: 2.3.8 - dev: true - /color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + color-convert@1.9.3: dependencies: color-name: 1.1.3 - /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + color-convert@2.0.1: dependencies: color-name: 1.1.4 - /color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + color-name@1.1.3: {} - /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + color-name@1.1.4: {} - /color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} - hasBin: true - dev: true + color-support@1.1.3: {} - /colors@1.4.0: - resolution: {integrity: sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==} - engines: {node: '>=0.1.90'} - dev: true + colors@1.4.0: {} - /columnify@1.6.0: - resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} - engines: {node: '>=8.0.0'} + columnify@1.6.0: dependencies: strip-ansi: 6.0.1 wcwidth: 1.0.1 - dev: false - /commander@10.0.1: - resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} - engines: {node: '>=14'} - dev: true + commander@10.0.1: {} - /commander@11.1.0: - resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} - engines: {node: '>=16'} - dev: true + commander@11.1.0: {} - /commander@12.0.0: - resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} - engines: {node: '>=18'} - dev: false + commander@12.0.0: {} - /commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - dev: true + commander@2.20.3: {} - /commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - dev: true + commander@7.2.0: {} - /commander@9.5.0: - resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} - engines: {node: ^12.20.0 || >=14} - requiresBuild: true - dev: true + commander@9.5.0: optional: true - /comment-parser@1.4.1: - resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} - engines: {node: '>= 12.0.0'} - dev: true + comment-parser@1.4.1: {} - /commondir@1.0.1: - resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} - dev: true + commondir@1.0.1: {} - /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + concat-map@0.0.1: {} - /confbox@0.1.7: - resolution: {integrity: sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==} - dev: true + confbox@0.1.7: {} - /consola@3.2.3: - resolution: {integrity: sha512-I5qxpzLv+sJhTVEoLYNcTW+bThDCPsit0vLNKShZx6rLtpilNpmmeTPaeqJb9ZE9dV3DGaeby6Vuhrw38WjeyQ==} - engines: {node: ^14.18.0 || >=16.10.0} - dev: true + consola@3.2.3: {} - /console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} - dev: true + console-control-strings@1.1.0: {} - /content-type@1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} - engines: {node: '>= 0.6'} - dev: false + content-type@1.0.5: {} - /convert-source-map@1.9.0: - resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} - dev: true + convert-source-map@1.9.0: {} - /convert-source-map@2.0.0: - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} - dev: true + convert-source-map@2.0.0: {} - /copy-props@4.0.0: - resolution: {integrity: sha512-bVWtw1wQLzzKiYROtvNlbJgxgBYt2bMJpkCbKmXM3xyijvcjjWXEk5nyrrT3bgJ7ODb19ZohE2T0Y3FgNPyoTw==} - engines: {node: '>= 10.13.0'} + copy-props@4.0.0: dependencies: each-props: 3.0.0 is-plain-object: 5.0.0 - dev: true - /copy-to@2.0.1: - resolution: {integrity: sha512-3DdaFaU/Zf1AnpLiFDeNCD4TOWe3Zl2RZaTzUvWiIk5ERzcCodOE20Vqq4fzCbNoHURFHT4/us/Lfq+S2zyY4w==} - dev: false + copy-to@2.0.1: {} - /core-js-compat@3.37.0: - resolution: {integrity: sha512-vYq4L+T8aS5UuFg4UwDhc7YNRWVeVZwltad9C/jV3R2LgVOpS9BDr7l/WL6BN0dbV3k1XejPTHqqEzJgsa0frA==} + core-js-compat@3.37.0: dependencies: browserslist: 4.23.0 - dev: true - /core-js@3.37.0: - resolution: {integrity: sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==} - requiresBuild: true + core-js@3.37.0: {} - /core-util-is@1.0.3: - resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - dev: true + core-util-is@1.0.3: {} - /cosmiconfig@8.3.6(typescript@5.4.5): - resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true + cosmiconfig@8.3.6(typescript@5.4.5): dependencies: import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 + optionalDependencies: typescript: 5.4.5 - dev: true - /cosmiconfig@9.0.0(typescript@5.4.5): - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} - engines: {node: '>=14'} - peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true + cosmiconfig@9.0.0(typescript@5.4.5): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 + optionalDependencies: typescript: 5.4.5 - dev: false - /cross-env@7.0.3: - resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} - engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} - hasBin: true + cross-env@7.0.3: dependencies: cross-spawn: 7.0.3 - dev: true - /cross-spawn@6.0.5: - resolution: {integrity: sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==} - engines: {node: '>=4.8'} + cross-spawn@6.0.5: dependencies: nice-try: 1.0.5 path-key: 2.0.1 semver: 5.7.2 shebang-command: 1.2.0 which: 1.3.1 - dev: true - /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + cross-spawn@7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 - /css@3.0.0: - resolution: {integrity: sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==} + css@3.0.0: dependencies: inherits: 2.0.4 source-map: 0.6.1 source-map-resolve: 0.6.0 - dev: true - /cssesc@3.0.0: - resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} - engines: {node: '>=4'} - hasBin: true - dev: true + cssesc@3.0.0: {} - /csstype@3.1.3: - resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - dev: true + csstype@3.1.3: {} - /data-uri-to-buffer@4.0.1: - resolution: {integrity: sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==} - engines: {node: '>= 12'} - dev: true + data-uri-to-buffer@4.0.1: {} - /data-view-buffer@1.0.1: - resolution: {integrity: sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==} - engines: {node: '>= 0.4'} + data-view-buffer@1.0.1: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 - dev: true - /data-view-byte-length@1.0.1: - resolution: {integrity: sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==} - engines: {node: '>= 0.4'} + data-view-byte-length@1.0.1: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 - dev: true - /data-view-byte-offset@1.0.0: - resolution: {integrity: sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==} - engines: {node: '>= 0.4'} + data-view-byte-offset@1.0.0: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-data-view: 1.0.1 - dev: true - /dayjs@1.11.10: - resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} - dev: false + dayjs@1.11.10: {} - /debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@2.6.9: dependencies: ms: 2.0.0 - dev: false - /debug@3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@3.2.7: dependencies: ms: 2.1.3 - dev: 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.3.4: dependencies: ms: 2.1.2 - /decode-uri-component@0.2.2: - resolution: {integrity: sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==} - engines: {node: '>=0.10'} - dev: true + decode-uri-component@0.2.2: {} - /deep-extend@0.6.0: - resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} - engines: {node: '>=4.0.0'} - dev: true + deep-extend@0.6.0: {} - /deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - dev: true + deep-is@0.1.4: {} - /deepmerge@4.3.1: - resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} - engines: {node: '>=0.10.0'} - dev: true + deepmerge@4.3.1: {} - /default-user-agent@1.0.0: - resolution: {integrity: sha512-bDF7bg6OSNcSwFWPu4zYKpVkJZQYVrAANMYB8bc9Szem1D0yKdm4sa/rOCs2aC9+2GMqQ7KnwtZRvDhmLF0dXw==} - engines: {node: '>= 0.10.0'} + default-user-agent@1.0.0: dependencies: os-name: 1.0.3 - dev: false - /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + defaults@1.0.4: dependencies: clone: 1.0.4 - /define-data-property@1.1.4: - resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} - engines: {node: '>= 0.4'} + define-data-property@1.1.4: dependencies: es-define-property: 1.0.0 es-errors: 1.3.0 gopd: 1.0.1 - /define-lazy-prop@2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} - dev: true + define-lazy-prop@2.0.0: {} - /define-properties@1.2.1: - resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} - engines: {node: '>= 0.4'} + define-properties@1.2.1: dependencies: define-data-property: 1.1.4 has-property-descriptors: 1.0.2 object-keys: 1.1.1 - dev: true - /delegates@1.0.0: - resolution: {integrity: sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==} - dev: true + delegates@1.0.0: {} - /depd@2.0.0: - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} - engines: {node: '>= 0.8'} - dev: false + depd@2.0.0: {} - /dependency-tree@10.0.9: - resolution: {integrity: sha512-dwc59FRIsht+HfnTVM0BCjJaEWxdq2YAvEDy4/Hn6CwS3CBWMtFnL3aZGAkQn3XCYxk/YcTDE4jX2Q7bFTwCjA==} - engines: {node: '>=14'} - hasBin: true + dependency-tree@10.0.9: dependencies: commander: 10.0.1 filing-cabinet: 4.2.0 @@ -5706,77 +9084,46 @@ packages: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} - dev: false + destroy@1.2.0: {} - /detect-file@1.0.0: - resolution: {integrity: sha512-DtCOLG98P007x7wiiOmfI0fi3eIKyWiLTGJ2MDnVi/E04lWGbf+JzrRHMm0rgIIZJGtHpKpbVgLWHrv8xXpc3Q==} - engines: {node: '>=0.10.0'} - dev: true + detect-file@1.0.0: {} - /detective-amd@5.0.2: - resolution: {integrity: sha512-XFd/VEQ76HSpym80zxM68ieB77unNuoMwopU2TFT/ErUk5n4KvUTwW4beafAVUugrjV48l4BmmR0rh2MglBaiA==} - engines: {node: '>=14'} - hasBin: true + detective-amd@5.0.2: dependencies: ast-module-types: 5.0.0 escodegen: 2.1.0 get-amd-module-type: 5.0.1 node-source-walk: 6.0.2 - dev: true - /detective-cjs@5.0.1: - resolution: {integrity: sha512-6nTvAZtpomyz/2pmEmGX1sXNjaqgMplhQkskq2MLrar0ZAIkHMrDhLXkRiK2mvbu9wSWr0V5/IfiTrZqAQMrmQ==} - engines: {node: '>=14'} + detective-cjs@5.0.1: dependencies: ast-module-types: 5.0.0 node-source-walk: 6.0.2 - dev: true - /detective-es6@4.0.1: - resolution: {integrity: sha512-k3Z5tB4LQ8UVHkuMrFOlvb3GgFWdJ9NqAa2YLUU/jTaWJIm+JJnEh4PsMc+6dfT223Y8ACKOaC0qcj7diIhBKw==} - engines: {node: '>=14'} + detective-es6@4.0.1: dependencies: node-source-walk: 6.0.2 - dev: true - /detective-postcss@6.1.3: - resolution: {integrity: sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + detective-postcss@6.1.3: dependencies: is-url: 1.2.4 postcss: 8.4.38 postcss-values-parser: 6.0.2(postcss@8.4.38) - dev: true - /detective-sass@5.0.3: - resolution: {integrity: sha512-YsYT2WuA8YIafp2RVF5CEfGhhyIVdPzlwQgxSjK+TUm3JoHP+Tcorbk3SfG0cNZ7D7+cYWa0ZBcvOaR0O8+LlA==} - engines: {node: '>=14'} + detective-sass@5.0.3: dependencies: gonzales-pe: 4.3.0 node-source-walk: 6.0.2 - dev: true - /detective-scss@4.0.3: - resolution: {integrity: sha512-VYI6cHcD0fLokwqqPFFtDQhhSnlFWvU614J42eY6G0s8c+MBhi9QAWycLwIOGxlmD8I/XvGSOUV1kIDhJ70ZPg==} - engines: {node: '>=14'} + detective-scss@4.0.3: dependencies: gonzales-pe: 4.3.0 node-source-walk: 6.0.2 - dev: true - /detective-stylus@4.0.0: - resolution: {integrity: sha512-TfPotjhszKLgFBzBhTOxNHDsutIxx9GTWjrL5Wh7Qx/ydxKhwUrlSFeLIn+ZaHPF+h0siVBkAQSuy6CADyTxgQ==} - engines: {node: '>=14'} - dev: true + detective-stylus@4.0.0: {} - /detective-typescript@11.2.0: - resolution: {integrity: sha512-ARFxjzizOhPqs1fYC/2NMC3N4jrQ6HvVflnXBTRqNEqJuXwyKLRr9CrJwkRcV/SnZt1sNXgsF6FPm0x57Tq0rw==} - engines: {node: ^14.14.0 || >=16.0.0} + detective-typescript@11.2.0: dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) ast-module-types: 5.0.0 @@ -5784,152 +9131,92 @@ packages: typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /digest-header@1.1.0: - resolution: {integrity: sha512-glXVh42vz40yZb9Cq2oMOt70FIoWiv+vxNvdKdU8CwjLad25qHM3trLxhl9bVjdr6WaslIXhWpn0NO8T/67Qjg==} - engines: {node: '>= 8.0.0'} - dev: false + digest-header@1.1.0: {} - /dir-glob@3.0.1: - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} - engines: {node: '>=8'} + dir-glob@3.0.1: dependencies: path-type: 4.0.0 - dev: true - /doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} + doctrine@2.1.0: dependencies: esutils: 2.0.3 - dev: true - /doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + doctrine@3.0.0: dependencies: esutils: 2.0.3 - dev: true - /dom-serializer@2.0.0: - resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} + dom-serializer@2.0.0: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 entities: 4.5.0 - dev: true - /domelementtype@2.3.0: - resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} - dev: true + domelementtype@2.3.0: {} - /domhandler@5.0.3: - resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} - engines: {node: '>= 4'} + domhandler@5.0.3: dependencies: domelementtype: 2.3.0 - dev: true - /domutils@3.1.0: - resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + domutils@3.1.0: dependencies: dom-serializer: 2.0.0 domelementtype: 2.3.0 domhandler: 5.0.3 - dev: true - /dotenv@4.0.0: - resolution: {integrity: sha512-XcaMACOr3JMVcEv0Y/iUM2XaOsATRZ3U1In41/1jjK6vJZ2PZbQ1bzCG8uvaByfaBpl9gqc9QWJovpUGBXLLYQ==} - engines: {node: '>=4.6.0'} - dev: false + dotenv@4.0.0: {} - /duplexer@0.1.1: - resolution: {integrity: sha512-sxNZ+ljy+RA1maXoUReeqBBpBC6RLKmg5ewzV+x+mSETmWNoKdZN6vcQjpFROemza23hGFskJtFNoUWUaQ+R4Q==} - dev: true + duplexer@0.1.1: {} - /duplexer@0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} - dev: true + duplexer@0.1.2: {} - /duplexify@3.7.1: - resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==} + duplexify@3.7.1: dependencies: end-of-stream: 1.4.4 inherits: 2.0.4 readable-stream: 2.3.8 stream-shift: 1.0.3 - dev: true - /each-props@3.0.0: - resolution: {integrity: sha512-IYf1hpuWrdzse/s/YJOrFmU15lyhSzxelNVAHTEG3DtP4QsLTWZUzcUL3HMXmKQxXpa4EIrBPpwRgj0aehdvAw==} - engines: {node: '>= 10.13.0'} + each-props@3.0.0: dependencies: is-plain-object: 5.0.0 object.defaults: 1.1.0 - dev: true - /eastasianwidth@0.2.0: - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - dev: true + eastasianwidth@0.2.0: {} - /ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - dev: false + ee-first@1.1.1: {} - /electron-to-chromium@1.4.750: - resolution: {integrity: sha512-9ItEpeu15hW5m8jKdriL+BQrgwDTXEL9pn4SkillWFu73ZNNNQ2BKKLS+ZHv2vC9UkNhosAeyfxOf/5OSeTCPA==} - dev: true + electron-to-chromium@1.4.750: {} - /emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + emoji-regex@8.0.0: {} - /emoji-regex@9.2.2: - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - dev: true + emoji-regex@9.2.2: {} - /encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} - requiresBuild: true + encoding@0.1.13: dependencies: iconv-lite: 0.6.3 - dev: true optional: true - /end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} + end-of-stream@1.4.4: dependencies: once: 1.4.0 - /enhanced-resolve@5.16.0: - resolution: {integrity: sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==} - engines: {node: '>=10.13.0'} + enhanced-resolve@5.16.0: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 - dev: true - /entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} - dev: true + entities@4.5.0: {} - /env-paths@2.2.1: - resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} - engines: {node: '>=6'} + env-paths@2.2.1: {} - /err-code@2.0.3: - resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} - dev: true + err-code@2.0.3: {} - /error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 - /es-abstract@1.23.3: - resolution: {integrity: sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==} - engines: {node: '>= 0.4'} + es-abstract@1.23.3: dependencies: array-buffer-byte-length: 1.0.1 arraybuffer.prototype.slice: 1.0.3 @@ -5977,260 +9264,109 @@ packages: typed-array-length: 1.0.6 unbox-primitive: 1.0.2 which-typed-array: 1.1.15 - dev: true - /es-define-property@1.0.0: - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} - engines: {node: '>= 0.4'} + es-define-property@1.0.0: dependencies: get-intrinsic: 1.2.4 - /es-errors@1.3.0: - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} - engines: {node: '>= 0.4'} + es-errors@1.3.0: {} - /es-module-lexer@1.5.0: - resolution: {integrity: sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==} - dev: true + es-module-lexer@1.5.0: {} - /es-object-atoms@1.0.0: - resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} - engines: {node: '>= 0.4'} + es-object-atoms@1.0.0: dependencies: es-errors: 1.3.0 - dev: true - /es-set-tostringtag@2.0.3: - resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} - engines: {node: '>= 0.4'} + es-set-tostringtag@2.0.3: dependencies: get-intrinsic: 1.2.4 has-tostringtag: 1.0.2 hasown: 2.0.2 - dev: true - /es-shim-unscopables@1.0.2: - resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} + es-shim-unscopables@1.0.2: dependencies: hasown: 2.0.2 - dev: true - /es-to-primitive@1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} + es-to-primitive@1.2.1: dependencies: is-callable: 1.2.7 is-date-object: 1.0.5 is-symbol: 1.0.4 - dev: true - - /esbuild-android-64@0.14.54: - resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - /esbuild-android-arm64@0.14.54: - resolution: {integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true + esbuild-android-64@0.14.54: optional: true - /esbuild-darwin-64@0.14.54: - resolution: {integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true + esbuild-android-arm64@0.14.54: optional: true - /esbuild-darwin-arm64@0.14.54: - resolution: {integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true + esbuild-darwin-64@0.14.54: optional: true - /esbuild-freebsd-64@0.14.54: - resolution: {integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true + esbuild-darwin-arm64@0.14.54: optional: true - /esbuild-freebsd-arm64@0.14.54: - resolution: {integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true + esbuild-freebsd-64@0.14.54: optional: true - /esbuild-linux-32@0.14.54: - resolution: {integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true + esbuild-freebsd-arm64@0.14.54: optional: true - /esbuild-linux-64@0.14.54: - resolution: {integrity: sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-32@0.14.54: optional: true - /esbuild-linux-arm64@0.14.54: - resolution: {integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-64@0.14.54: optional: true - /esbuild-linux-arm@0.14.54: - resolution: {integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-arm64@0.14.54: optional: true - /esbuild-linux-mips64le@0.14.54: - resolution: {integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-arm@0.14.54: optional: true - /esbuild-linux-ppc64le@0.14.54: - resolution: {integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-mips64le@0.14.54: optional: true - /esbuild-linux-riscv64@0.14.54: - resolution: {integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-ppc64le@0.14.54: optional: true - /esbuild-linux-s390x@0.14.54: - resolution: {integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true + esbuild-linux-riscv64@0.14.54: optional: true - /esbuild-netbsd-64@0.14.54: - resolution: {integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true + esbuild-linux-s390x@0.14.54: optional: true - /esbuild-node-loader@0.8.0: - resolution: {integrity: sha512-BJaecVcClXVa5lO7TbHp+CgWtUmYrtZHyPYDx1JVTO3OOXdQM569vbJOeQGPucbYThuWTiNUUNeLEc4+EZk8QQ==} + esbuild-netbsd-64@0.14.54: + optional: true + + esbuild-node-loader@0.8.0: dependencies: esbuild: 0.20.2 node-fetch: 3.3.2 semver: 7.6.0 - dev: true - /esbuild-openbsd-64@0.14.54: - resolution: {integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true + esbuild-openbsd-64@0.14.54: optional: true - /esbuild-register@3.5.0(esbuild@0.14.54): - resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} - peerDependencies: - esbuild: '>=0.12 <1' - peerDependenciesMeta: - esbuild: - optional: true + esbuild-register@3.5.0(esbuild@0.14.54): dependencies: debug: 4.3.4 esbuild: 0.14.54 transitivePeerDependencies: - supports-color - dev: true - /esbuild-sunos-64@0.14.54: - resolution: {integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true + esbuild-sunos-64@0.14.54: optional: true - /esbuild-windows-32@0.14.54: - resolution: {integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true + esbuild-windows-32@0.14.54: optional: true - /esbuild-windows-64@0.14.54: - resolution: {integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true + esbuild-windows-64@0.14.54: optional: true - /esbuild-windows-arm64@0.14.54: - resolution: {integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true + esbuild-windows-arm64@0.14.54: optional: true - /esbuild@0.14.54: - resolution: {integrity: sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true + esbuild@0.14.54: optionalDependencies: '@esbuild/linux-loong64': 0.14.54 esbuild-android-64: 0.14.54 @@ -6253,13 +9389,8 @@ packages: esbuild-windows-32: 0.14.54 esbuild-windows-64: 0.14.54 esbuild-windows-arm64: 0.14.54 - dev: true - /esbuild@0.18.20: - resolution: {integrity: sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true + esbuild@0.18.20: optionalDependencies: '@esbuild/android-arm': 0.18.20 '@esbuild/android-arm64': 0.18.20 @@ -6283,13 +9414,8 @@ packages: '@esbuild/win32-arm64': 0.18.20 '@esbuild/win32-ia32': 0.18.20 '@esbuild/win32-x64': 0.18.20 - dev: true - /esbuild@0.20.2: - resolution: {integrity: sha512-WdOOppmUNU+IbZ0PaDiTst80zjnrOkyJNHoKupIcVyU8Lvla3Ugx94VzkQ32Ijqd7UhHJy75gNWDMUekcrSJ6g==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true + esbuild@0.20.2: optionalDependencies: '@esbuild/aix-ppc64': 0.20.2 '@esbuild/android-arm': 0.20.2 @@ -6314,136 +9440,69 @@ packages: '@esbuild/win32-arm64': 0.20.2 '@esbuild/win32-ia32': 0.20.2 '@esbuild/win32-x64': 0.20.2 - dev: true - /escalade@3.1.2: - resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} - engines: {node: '>=6'} - dev: true + escalade@3.1.2: {} - /escape-html@1.0.3: - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} - dev: false + escape-html@1.0.3: {} - /escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} + escape-string-regexp@1.0.5: {} - /escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} - dev: true + escape-string-regexp@4.0.0: {} - /escodegen@2.1.0: - resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} - engines: {node: '>=6.0'} - hasBin: true + escodegen@2.1.0: dependencies: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 optionalDependencies: source-map: 0.6.1 - dev: true - /eslint-compat-utils@0.5.0(eslint@8.57.0): - resolution: {integrity: sha512-dc6Y8tzEcSYZMHa+CMPLi/hyo1FzNeonbhJL7Ol0ccuKQkwopJcJBA9YL/xmMTLU1eKigXo9vj9nALElWYSowg==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=6.0.0 || >= 8.0.0' + eslint-compat-utils@0.5.0(eslint@8.57.0): dependencies: eslint: 8.57.0 semver: 7.6.0 - dev: true - /eslint-config-prettier@9.1.0(eslint@8.57.0): - resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} - hasBin: true - peerDependencies: - eslint: '>=7.0.0 || >= 8.0.0' + eslint-config-prettier@9.1.0(eslint@8.57.0): dependencies: eslint: 8.57.0 - dev: true - /eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + eslint-import-resolver-node@0.3.9: dependencies: debug: 3.2.7 is-core-module: 2.13.1 resolve: 1.22.8 transitivePeerDependencies: - supports-color - dev: true - /eslint-module-utils@2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): - resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} - 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-module-utils@2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): dependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) debug: 3.2.7 + optionalDependencies: + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - dev: true - /eslint-plugin-es-x@7.6.0(eslint@8.57.0): - resolution: {integrity: sha512-I0AmeNgevgaTR7y2lrVCJmGYF0rjoznpDvqV/kIkZSZbZ8Rw3eu4cGlvBBULScfkSOCzqKbff5LR4CNrV7mZHA==} - engines: {node: ^14.18.0 || >=16.0.0} - peerDependencies: - eslint: '>=8 || >= 8.0.0' + eslint-plugin-es-x@7.6.0(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@eslint-community/regexpp': 4.10.0 eslint: 8.57.0 eslint-compat-utils: 0.5.0(eslint@8.57.0) - dev: true - /eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0): - resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} - engines: {node: '>=6.5.0'} - peerDependencies: - eslint: '>=4.19.1 || >= 8.0.0' + eslint-plugin-eslint-comments@3.2.0(eslint@8.57.0): dependencies: escape-string-regexp: 1.0.5 eslint: 8.57.0 ignore: 5.3.1 - dev: true - /eslint-plugin-html@7.1.0: - resolution: {integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==} + eslint-plugin-html@7.1.0: dependencies: htmlparser2: 8.0.2 - dev: true - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0)(eslint@8.57.0): - resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} - engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || >= 8.0.0 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true + eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0): dependencies: - '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) array-includes: 3.1.8 array.prototype.findlastindex: 1.2.5 array.prototype.flat: 1.3.2 @@ -6452,7 +9511,7 @@ packages: doctrine: 2.1.0 eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + eslint-module-utils: 2.8.1(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) hasown: 2.0.2 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -6462,17 +9521,14 @@ packages: object.values: 1.2.0 semver: 6.3.1 tsconfig-paths: 3.15.0 + optionalDependencies: + '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - dev: true - /eslint-plugin-jsdoc@48.2.3(eslint@8.57.0): - resolution: {integrity: sha512-r9DMAmFs66VNvNqRLLjHejdnJtILrt3xGi+Qx0op0oRfFGVpOR1Hb3BC++MacseHx93d8SKYPhyrC9BS7Os2QA==} - engines: {node: '>=18'} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 || >= 8.0.0 + eslint-plugin-jsdoc@48.2.3(eslint@8.57.0): dependencies: '@es-joy/jsdoccomment': 0.42.0 are-docs-informative: 0.0.2 @@ -6486,13 +9542,8 @@ packages: spdx-expression-parse: 4.0.0 transitivePeerDependencies: - supports-color - dev: true - /eslint-plugin-jsonc@2.15.1(eslint@8.57.0): - resolution: {integrity: sha512-PVFrqIJa8BbM/e828RSn0SwB/Z5ye+2LDuy2XqG6AymNgPsfApRRcznsbxP7VrjdLEU4Nb+g9n/d6opyp0jp9A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '>=6.0.0 || >= 8.0.0' + eslint-plugin-jsonc@2.15.1(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) eslint: 8.57.0 @@ -6502,25 +9553,15 @@ packages: jsonc-eslint-parser: 2.4.0 natural-compare: 1.4.0 synckit: 0.6.2 - dev: true - /eslint-plugin-markdown@3.0.1(eslint@8.57.0): - resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 || >= 8.0.0 + eslint-plugin-markdown@3.0.1(eslint@8.57.0): dependencies: eslint: 8.57.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color - dev: true - /eslint-plugin-n@16.6.2(eslint@8.57.0): - resolution: {integrity: sha512-6TyDmZ1HXoFQXnhCTUjVFULReoBPOAjpuiKELMkeP40yffI/1ZRO+d9ug/VC6fqISo2WkuIBk3cvuRPALaWlOQ==} - engines: {node: '>=16.0.0'} - peerDependencies: - eslint: '>=7.0.0 || >= 8.0.0' + eslint-plugin-n@16.6.2(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) builtins: 5.1.0 @@ -6534,50 +9575,26 @@ packages: minimatch: 3.1.2 resolve: 1.22.8 semver: 7.6.0 - dev: true - /eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5): - 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 || >= 8.0.0' - eslint-config-prettier: '*' - prettier: '>=3.0.0' - peerDependenciesMeta: - '@types/eslint': - optional: true - eslint-config-prettier: - optional: true + eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0(eslint@8.57.0))(eslint@8.57.0)(prettier@3.2.5): dependencies: eslint: 8.57.0 - eslint-config-prettier: 9.1.0(eslint@8.57.0) prettier: 3.2.5 prettier-linter-helpers: 1.0.0 synckit: 0.8.8 - dev: true + optionalDependencies: + eslint-config-prettier: 9.1.0(eslint@8.57.0) - /eslint-plugin-promise@6.1.1(eslint@8.57.0): - resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^7.0.0 || ^8.0.0 || >= 8.0.0 + eslint-plugin-promise@6.1.1(eslint@8.57.0): dependencies: eslint: 8.57.0 - dev: true - /eslint-plugin-tsdoc@0.2.17: - resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + eslint-plugin-tsdoc@0.2.17: dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - dev: true - /eslint-plugin-unicorn@40.1.0(eslint@8.57.0): - resolution: {integrity: sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=7.32.0 || >= 8.0.0' + eslint-plugin-unicorn@40.1.0(eslint@8.57.0): dependencies: '@babel/helper-validator-identifier': 7.22.20 ci-info: 3.9.0 @@ -6594,18 +9611,10 @@ packages: safe-regex: 2.1.1 semver: 7.6.0 strip-indent: 3.0.0 - dev: true - /eslint-plugin-vitest-globals@1.5.0: - resolution: {integrity: sha512-ZSsVOaOIig0oVLzRTyk8lUfBfqzWxr/J3/NFMfGGRIkGQPejJYmDH3gXmSJxAojts77uzAGB/UmVrwi2DC4LYA==} - dev: true + eslint-plugin-vitest-globals@1.5.0: {} - /eslint-plugin-vue-scoped-css@2.8.0(eslint@8.57.0)(vue-eslint-parser@9.4.2): - resolution: {integrity: sha512-JXb3Um4+AhuDGxSX6FAGCI0p811xF7W8L7yxC8wmAEZEI/teTjlpC09noqQZHXn53RZ/TGQJ8Onaq4teYLxBbg==} - engines: {node: ^12.22 || ^14.17 || >=16} - peerDependencies: - eslint: '>=5.0.0 || >= 8.0.0' - vue-eslint-parser: '>=7.1.0' + eslint-plugin-vue-scoped-css@2.8.0(eslint@8.57.0)(vue-eslint-parser@9.4.2(eslint@8.57.0)): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) eslint: 8.57.0 @@ -6619,13 +9628,8 @@ packages: vue-eslint-parser: 9.4.2(eslint@8.57.0) transitivePeerDependencies: - supports-color - dev: true - /eslint-plugin-vue@9.25.0(eslint@8.57.0): - resolution: {integrity: sha512-tDWlx14bVe6Bs+Nnh3IGrD+hb11kf2nukfm6jLsmJIhmiRQ1SUaksvwY9U5MvPB0pcrg0QK0xapQkfITs3RKOA==} - engines: {node: ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || >= 8.0.0 + eslint-plugin-vue@9.25.0(eslint@8.57.0): dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) eslint: 8.57.0 @@ -6638,13 +9642,8 @@ packages: xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color - dev: true - /eslint-plugin-yml@1.14.0(eslint@8.57.0): - resolution: {integrity: sha512-ESUpgYPOcAYQO9czugcX5OqRvn/ydDVwGCPXY4YjPqc09rHaUVUA6IE6HLQys4rXk/S+qx3EwTd1wHCwam/OWQ==} - engines: {node: ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '>=6.0.0 || >= 8.0.0' + eslint-plugin-yml@1.14.0(eslint@8.57.0): dependencies: debug: 4.3.4 eslint: 8.57.0 @@ -6654,48 +9653,27 @@ packages: yaml-eslint-parser: 1.2.2 transitivePeerDependencies: - supports-color - dev: true - /eslint-scope@5.1.1: - resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} - engines: {node: '>=8.0.0'} + eslint-scope@5.1.1: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - dev: true - /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-scope@7.2.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - dev: true - /eslint-utils@3.0.0(eslint@8.57.0): - resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} - engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} - peerDependencies: - eslint: '>=5 || >= 8.0.0' + eslint-utils@3.0.0(eslint@8.57.0): dependencies: eslint: 8.57.0 eslint-visitor-keys: 2.1.0 - dev: true - /eslint-visitor-keys@2.1.0: - resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} - engines: {node: '>=10'} - dev: true + eslint-visitor-keys@2.1.0: {} - /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} - dev: true + eslint-visitor-keys@3.4.3: {} - /eslint@8.57.0: - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true + eslint@8.57.0: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@eslint-community/regexpp': 4.10.0 @@ -6737,178 +9715,100 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - supports-color - dev: true - /espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + espree@9.6.1: dependencies: acorn: 8.11.3 acorn-jsx: 5.3.2(acorn@8.11.3) eslint-visitor-keys: 3.4.3 - dev: true - /esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} - hasBin: true - dev: true + esprima@4.0.1: {} - /esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} - engines: {node: '>=0.10'} + esquery@1.5.0: dependencies: estraverse: 5.3.0 - dev: true - /esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + esrecurse@4.3.0: dependencies: estraverse: 5.3.0 - dev: true - /estraverse@4.3.0: - resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} - engines: {node: '>=4.0'} - dev: true + estraverse@4.3.0: {} - /estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} - dev: true + estraverse@5.3.0: {} - /estree-walker@2.0.2: - resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} - dev: true + estree-walker@2.0.2: {} - /esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} - dev: true + esutils@2.0.3: {} - /expand-tilde@2.0.2: - resolution: {integrity: sha512-A5EmesHW6rfnZ9ysHQjPdJRni0SRar0tjtG5MNtm9n5TUvsYU8oozprtRD4AqHxcZWWlVuAmQo2nWKfN9oyjTw==} - engines: {node: '>=0.10.0'} + expand-tilde@2.0.2: dependencies: homedir-polyfill: 1.0.3 - dev: true - /exponential-backoff@3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} - dev: true + exponential-backoff@3.1.1: {} - /extend-shallow@2.0.1: - resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} - engines: {node: '>=0.10.0'} + extend-shallow@2.0.1: dependencies: is-extendable: 0.1.1 - dev: false - /extend-shallow@3.0.2: - resolution: {integrity: sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==} - engines: {node: '>=0.10.0'} + extend-shallow@3.0.2: dependencies: assign-symbols: 1.0.0 is-extendable: 1.0.1 - dev: true - /extend@3.0.2: - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} - dev: true + extend@3.0.2: {} - /external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} + external-editor@3.1.0: dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 - dev: false - /fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - dev: true + fast-deep-equal@3.1.3: {} - /fast-diff@1.3.0: - resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} - dev: true + fast-diff@1.3.0: {} - /fast-fifo@1.3.2: - resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} - dev: true + fast-fifo@1.3.2: {} - /fast-glob@3.3.2: - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} - engines: {node: '>=8.6.0'} + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 - dev: true - /fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - dev: true + fast-json-stable-stringify@2.1.0: {} - /fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - dev: true + fast-levenshtein@2.0.6: {} - /fast-levenshtein@3.0.0: - resolution: {integrity: sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==} + fast-levenshtein@3.0.0: dependencies: fastest-levenshtein: 1.0.16 - dev: true - /fast-safe-stringify@2.1.1: - resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - dev: true + fast-safe-stringify@2.1.1: {} - /fastest-levenshtein@1.0.16: - resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} - engines: {node: '>= 4.9.1'} - dev: true + fastest-levenshtein@1.0.16: {} - /fastq@1.17.1: - resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + fastq@1.17.1: dependencies: reusify: 1.0.4 - dev: true - /fetch-blob@3.2.0: - resolution: {integrity: sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==} - engines: {node: ^12.20 || >= 14.13} + fetch-blob@3.2.0: dependencies: node-domexception: 1.0.0 web-streams-polyfill: 3.3.3 - dev: true - /figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} + figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 - dev: false - /file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + file-entry-cache@6.0.1: dependencies: flat-cache: 3.2.0 - dev: true - /filesize@6.4.0: - resolution: {integrity: sha512-mjFIpOHC4jbfcTfoh4rkWpI31mF7viw9ikj/JyLoKzqlwG/YsefKfvYlYhdYdg/9mtK2z1AzgN/0LvVQ3zdlSQ==} - engines: {node: '>= 0.4.0'} - dev: true + filesize@6.4.0: {} - /filing-cabinet@4.2.0: - resolution: {integrity: sha512-YZ21ryzRcyqxpyKggdYSoXx//d3sCJzM3lsYoaeg/FyXdADGJrUl+BW1KIglaVLJN5BBcMtWylkygY8zBp2MrQ==} - engines: {node: '>=14'} - hasBin: true + filing-cabinet@4.2.0: dependencies: app-module-path: 2.2.0 commander: 10.0.1 @@ -6922,194 +9822,121 @@ packages: stylus-lookup: 5.0.1 tsconfig-paths: 4.2.0 typescript: 5.4.5 - dev: true - /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + fill-range@7.0.1: dependencies: to-regex-range: 5.0.1 - dev: true - /find-up@4.1.0: - resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} - engines: {node: '>=8'} + find-up@4.1.0: dependencies: locate-path: 5.0.0 path-exists: 4.0.0 - dev: true - /find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + find-up@5.0.0: dependencies: locate-path: 6.0.0 path-exists: 4.0.0 - dev: true - /findup-sync@5.0.0: - resolution: {integrity: sha512-MzwXju70AuyflbgeOhzvQWAvvQdo1XL0A9bVvlXsYcFEBM87WR4OakL4OfZq+QRmr+duJubio+UtNQCPsVESzQ==} - engines: {node: '>= 10.13.0'} + findup-sync@5.0.0: dependencies: detect-file: 1.0.0 is-glob: 4.0.3 micromatch: 4.0.5 resolve-dir: 1.0.1 - dev: true - - /fined@2.0.0: - resolution: {integrity: sha512-OFRzsL6ZMHz5s0JrsEr+TpdGNCtrVtnuG3x1yzGNiQHT0yaDnXAj8V/lWcpJVrnoDpcwXcASxAZYbuXda2Y82A==} - engines: {node: '>= 10.13.0'} + + fined@2.0.0: dependencies: expand-tilde: 2.0.2 is-plain-object: 5.0.0 object.defaults: 1.1.0 object.pick: 1.3.0 parse-filepath: 1.0.2 - dev: true - /flagged-respawn@2.0.0: - resolution: {integrity: sha512-Gq/a6YCi8zexmGHMuJwahTGzXlAZAOsbCVKduWXC6TlLCjjFRlExMJc4GC2NYPYZ0r/brw9P7CpRgQmlPVeOoA==} - engines: {node: '>= 10.13.0'} - dev: true + flagged-respawn@2.0.0: {} - /flat-cache@3.2.0: - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} - engines: {node: ^10.12.0 || >=12.0.0} + flat-cache@3.2.0: dependencies: flatted: 3.3.1 keyv: 4.5.4 rimraf: 3.0.2 - dev: true - /flatted@3.3.1: - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - dev: true + flatted@3.3.1: {} - /flush-write-stream@1.1.1: - resolution: {integrity: sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==} + flush-write-stream@1.1.1: dependencies: inherits: 2.0.4 readable-stream: 2.3.8 - dev: true - /focus-trap@7.5.4: - resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} + focus-trap@7.5.4: dependencies: tabbable: 6.2.0 - dev: true - /for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + for-each@0.3.3: dependencies: is-callable: 1.2.7 - dev: true - /for-in@1.0.2: - resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} - engines: {node: '>=0.10.0'} - dev: true + for-in@1.0.2: {} - /for-own@1.0.0: - resolution: {integrity: sha512-0OABksIGrxKK8K4kynWkQ7y1zounQxP+CWnyclVwj81KW3vlLlGUx57DKGcP/LH216GzqnstnPocF16Nxs0Ycg==} - engines: {node: '>=0.10.0'} + for-own@1.0.0: dependencies: for-in: 1.0.2 - dev: true - /foreground-child@3.1.1: - resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} - engines: {node: '>=14'} + foreground-child@3.1.1: dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 - dev: true - /formdata-polyfill@4.0.10: - resolution: {integrity: sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==} - engines: {node: '>=12.20.0'} + formdata-polyfill@4.0.10: dependencies: fetch-blob: 3.2.0 - dev: true - /formstream@1.3.1: - resolution: {integrity: sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==} + formstream@1.3.1: dependencies: destroy: 1.2.0 mime: 2.6.0 pause-stream: 0.0.11 - dev: false - /fs-extra@7.0.1: - resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} - engines: {node: '>=6 <7 || >=8'} + fs-extra@7.0.1: dependencies: graceful-fs: 4.2.11 jsonfile: 4.0.0 universalify: 0.1.2 - dev: true - /fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + fs-minipass@2.1.0: dependencies: minipass: 3.3.6 - dev: true - /fs-minipass@3.0.3: - resolution: {integrity: sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + fs-minipass@3.0.3: dependencies: minipass: 7.0.4 - dev: true - /fs-mkdirp-stream@1.0.0: - resolution: {integrity: sha512-+vSd9frUnapVC2RZYfL3FCB2p3g4TBhaUmrsWlSudsGdnxIuUvBB2QM1VZeBtc49QFwrp+wQLrDs3+xxDgI5gQ==} - engines: {node: '>= 0.10'} + fs-mkdirp-stream@1.0.0: dependencies: graceful-fs: 4.2.11 through2: 2.0.5 - dev: true - /fs-mkdirp-stream@2.0.1: - resolution: {integrity: sha512-UTOY+59K6IA94tec8Wjqm0FSh5OVudGNB0NL/P6fB3HiE3bYOY3VYBGijsnOHNkQSwC1FKkU77pmq7xp9CskLw==} - engines: {node: '>=10.13.0'} + fs-mkdirp-stream@2.0.1: dependencies: graceful-fs: 4.2.11 streamx: 2.16.1 - dev: true - /fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + fs.realpath@1.0.0: {} - /fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} - os: [darwin] - requiresBuild: true - dev: true + fsevents@2.3.3: optional: true - /function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + function-bind@1.1.2: {} - /function.prototype.name@1.1.6: - resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} - engines: {node: '>= 0.4'} + function.prototype.name@1.1.6: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 functions-have-names: 1.2.3 - dev: true - /functions-have-names@1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} - dev: true + functions-have-names@1.2.3: {} - /gauge@4.0.4: - resolution: {integrity: sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + gauge@4.0.4: dependencies: aproba: 2.0.0 color-support: 1.1.3 @@ -7119,29 +9946,17 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wide-align: 1.1.5 - dev: true - /gensync@1.0.0-beta.2: - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} - engines: {node: '>=6.9.0'} - dev: true + gensync@1.0.0-beta.2: {} - /get-amd-module-type@5.0.1: - resolution: {integrity: sha512-jb65zDeHyDjFR1loOVk0HQGM5WNwoGB8aLWy3LKCieMKol0/ProHkhO2X1JxojuN10vbz1qNn09MJ7tNp7qMzw==} - engines: {node: '>=14'} + get-amd-module-type@5.0.1: dependencies: ast-module-types: 5.0.0 node-source-walk: 6.0.2 - dev: true - /get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} - dev: true + get-caller-file@2.0.5: {} - /get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} - engines: {node: '>= 0.4'} + get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 function-bind: 1.1.2 @@ -7149,49 +9964,32 @@ packages: has-symbols: 1.0.3 hasown: 2.0.2 - /get-own-enumerable-property-symbols@3.0.2: - resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} - dev: true + get-own-enumerable-property-symbols@3.0.2: {} - /get-symbol-description@1.0.2: - resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} - engines: {node: '>= 0.4'} + get-symbol-description@1.0.2: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 - dev: true - /get-tsconfig@4.7.3: - resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==} + get-tsconfig@4.7.3: dependencies: resolve-pkg-maps: 1.0.0 - dev: true - /glob-parent@3.1.0: - resolution: {integrity: sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==} + glob-parent@3.1.0: dependencies: is-glob: 3.1.0 path-dirname: 1.0.2 - dev: true - /glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + glob-parent@5.1.2: dependencies: is-glob: 4.0.3 - dev: true - /glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + glob-parent@6.0.2: dependencies: is-glob: 4.0.3 - dev: true - /glob-stream@6.1.0: - resolution: {integrity: sha512-uMbLGAP3S2aDOHUDfdoYcdIePUCfysbAd0IAoWVZbeGU/oNQ8asHVSshLDJUPWxfzj8zsCG7/XeHPHTtow0nsw==} - engines: {node: '>= 0.10'} + glob-stream@6.1.0: dependencies: extend: 3.0.2 glob: 7.2.3 @@ -7203,11 +10001,8 @@ packages: remove-trailing-separator: 1.1.0 to-absolute-glob: 2.0.2 unique-stream: 2.3.1 - dev: true - /glob-stream@8.0.2: - resolution: {integrity: sha512-R8z6eTB55t3QeZMmU1C+Gv+t5UnNRkA55c5yo67fAVfxODxieTwsjNG7utxS/73NdP1NbDgCrhVEg2h00y4fFw==} - engines: {node: '>=10.13.0'} + glob-stream@8.0.2: dependencies: '@gulpjs/to-absolute-glob': 4.0.0 anymatch: 3.1.3 @@ -7217,30 +10012,21 @@ packages: is-negated-glob: 1.0.0 normalize-path: 3.0.0 streamx: 2.16.1 - dev: true - /glob-watcher@6.0.0: - resolution: {integrity: sha512-wGM28Ehmcnk2NqRORXFOTOR064L4imSw3EeOqU5bIwUf62eXGwg89WivH6VMahL8zlQHeodzvHpXplrqzrz3Nw==} - engines: {node: '>= 10.13.0'} + glob-watcher@6.0.0: dependencies: async-done: 2.0.0 chokidar: 3.6.0 - dev: true - /glob@10.3.12: - resolution: {integrity: sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==} - engines: {node: '>=16 || 14 >=14.17'} - hasBin: true + glob@10.3.12: dependencies: foreground-child: 3.1.1 jackspeak: 2.3.6 minimatch: 9.0.4 minipass: 7.0.4 path-scurry: 1.10.2 - dev: true - /glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + glob@7.2.3: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -7249,75 +10035,49 @@ packages: once: 1.4.0 path-is-absolute: 1.0.1 - /glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} + glob@8.1.0: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 minimatch: 5.1.6 once: 1.4.0 - dev: true - /global-modules@1.0.0: - resolution: {integrity: sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==} - engines: {node: '>=0.10.0'} + global-modules@1.0.0: dependencies: global-prefix: 1.0.2 is-windows: 1.0.2 resolve-dir: 1.0.1 - dev: true - /global-modules@2.0.0: - resolution: {integrity: sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==} - engines: {node: '>=6'} + global-modules@2.0.0: dependencies: global-prefix: 3.0.0 - dev: true - /global-prefix@1.0.2: - resolution: {integrity: sha512-5lsx1NUDHtSjfg0eHlmYvZKv8/nVqX4ckFbM+FrGcQ+04KWcWFo9P5MxPZYSzUvyzmdTbI7Eix8Q4IbELDqzKg==} - engines: {node: '>=0.10.0'} + global-prefix@1.0.2: dependencies: expand-tilde: 2.0.2 homedir-polyfill: 1.0.3 ini: 1.3.8 is-windows: 1.0.2 which: 1.3.1 - dev: true - /global-prefix@3.0.0: - resolution: {integrity: sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==} - engines: {node: '>=6'} + global-prefix@3.0.0: dependencies: ini: 1.3.8 kind-of: 6.0.3 which: 1.3.1 - dev: true - /globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} - dev: true + globals@11.12.0: {} - /globals@13.24.0: - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} - engines: {node: '>=8'} + globals@13.24.0: dependencies: type-fest: 0.20.2 - dev: true - /globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} - engines: {node: '>= 0.4'} + globalthis@1.0.3: dependencies: define-properties: 1.2.1 - dev: true - /globby@11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} - engines: {node: '>=10'} + globby@11.1.0: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -7325,40 +10085,24 @@ packages: ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 - dev: true - /glogg@2.2.0: - resolution: {integrity: sha512-eWv1ds/zAlz+M1ioHsyKJomfY7jbDDPpwSkv14KQj89bycx1nvK5/2Cj/T9g7kzJcX5Bc7Yv22FjfBZS/jl94A==} - engines: {node: '>= 10.13.0'} + glogg@2.2.0: dependencies: sparkles: 2.1.0 - dev: true - /gonzales-pe@4.3.0: - resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==} - engines: {node: '>=0.6.0'} - hasBin: true + gonzales-pe@4.3.0: dependencies: minimist: 1.2.8 - dev: true - /gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + gopd@1.0.1: dependencies: get-intrinsic: 1.2.4 - /graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} - dev: true + graceful-fs@4.2.11: {} - /graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - dev: true + graphemer@1.4.0: {} - /gulp-cli@3.0.0: - resolution: {integrity: sha512-RtMIitkT8DEMZZygHK2vEuLPqLPAFB4sntSxg4NoDta7ciwGZ18l7JuhCTiS5deOJi2IoK0btE+hs6R4sfj7AA==} - engines: {node: '>=10.13.0'} - hasBin: true + gulp-cli@3.0.0: dependencies: '@gulpjs/messages': 1.1.0 chalk: 4.1.2 @@ -7372,13 +10116,8 @@ packages: string-width: 4.2.3 v8flags: 4.0.1 yargs: 16.2.0 - dev: true - /gulp-typescript@6.0.0-alpha.1(typescript@5.4.5): - resolution: {integrity: sha512-KoT0TTfjfT7w3JItHkgFH1T/zK4oXWC+a8xxKfniRfVcA0Fa1bKrIhztYelYmb+95RB80OLMBreknYkdwzdi2Q==} - engines: {node: '>= 8'} - peerDependencies: - typescript: '~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev || >=3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev ' + gulp-typescript@6.0.0-alpha.1(typescript@5.4.5): dependencies: ansi-colors: 4.1.3 plugin-error: 1.0.1 @@ -7387,37 +10126,23 @@ packages: typescript: 5.4.5 vinyl: 2.2.1 vinyl-fs: 3.0.3 - dev: true - /gulp@5.0.0: - resolution: {integrity: sha512-S8Z8066SSileaYw1S2N1I64IUc/myI2bqe2ihOBzO6+nKpvNSg7ZcWJt/AwF8LC/NVN+/QZ560Cb/5OPsyhkhg==} - engines: {node: '>=10.13.0'} - hasBin: true + gulp@5.0.0: dependencies: glob-watcher: 6.0.0 gulp-cli: 3.0.0 undertaker: 2.0.0 vinyl-fs: 4.0.0 - dev: true - /gulplog@2.2.0: - resolution: {integrity: sha512-V2FaKiOhpR3DRXZuYdRLn/qiY0yI5XmqbTKrYbdemJ+xOh2d2MOweI/XFgMzd/9+1twdvMwllnZbWZNJ+BOm4A==} - engines: {node: '>= 10.13.0'} + gulplog@2.2.0: dependencies: glogg: 2.2.0 - dev: true - /gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} - engines: {node: '>=10'} + gzip-size@6.0.0: dependencies: duplexer: 0.1.2 - dev: true - /handlebars@4.7.8: - resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} - engines: {node: '>=0.4.7'} - hasBin: true + handlebars@4.7.8: dependencies: minimist: 1.2.8 neo-async: 2.6.2 @@ -7425,195 +10150,116 @@ packages: wordwrap: 1.0.0 optionalDependencies: uglify-js: 3.17.4 - dev: true - /has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - dev: true + has-bigints@1.0.2: {} - /has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} + has-flag@3.0.0: {} - /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + has-flag@4.0.0: {} - /has-property-descriptors@1.0.2: - resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + has-property-descriptors@1.0.2: dependencies: es-define-property: 1.0.0 - /has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} - engines: {node: '>= 0.4'} + has-proto@1.0.3: {} - /has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} - engines: {node: '>= 0.4'} + has-symbols@1.0.3: {} - /has-tostringtag@1.0.2: - resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} - engines: {node: '>= 0.4'} + has-tostringtag@1.0.2: dependencies: has-symbols: 1.0.3 - dev: true - /has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} - dev: true + has-unicode@2.0.1: {} - /hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} - engines: {node: '>= 0.4'} + hasown@2.0.2: dependencies: function-bind: 1.1.2 - /homedir-polyfill@1.0.3: - resolution: {integrity: sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==} - engines: {node: '>=0.10.0'} + homedir-polyfill@1.0.3: dependencies: parse-passwd: 1.0.0 - dev: true - /hookable@5.5.3: - resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==} - dev: true + hookable@5.5.3: {} - /hosted-git-info@2.8.9: - resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} - dev: true + hosted-git-info@2.8.9: {} - /hosted-git-info@6.1.1: - resolution: {integrity: sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + hosted-git-info@6.1.1: dependencies: lru-cache: 7.18.3 - dev: true - /html-tags@3.3.1: - resolution: {integrity: sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==} - engines: {node: '>=8'} - dev: true + html-tags@3.3.1: {} - /htmlparser2@8.0.2: - resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + htmlparser2@8.0.2: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.1.0 entities: 4.5.0 - dev: true - /http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} - dev: true + http-cache-semantics@4.1.1: {} - /http-proxy-agent@5.0.0: - resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} - engines: {node: '>= 6'} + http-proxy-agent@5.0.0: dependencies: '@tootallnate/once': 2.0.0 agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: - supports-color - dev: true - /https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} + https-proxy-agent@5.0.1: dependencies: agent-base: 6.0.2 debug: 4.3.4 transitivePeerDependencies: - supports-color - dev: true - /humanize-ms@1.2.1: - resolution: {integrity: sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==} + humanize-ms@1.2.1: dependencies: ms: 2.1.3 - /iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 - dev: false - /iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} + iconv-lite@0.6.3: dependencies: safer-buffer: 2.1.2 - dev: true - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + ieee754@1.2.1: {} - /ignore-walk@6.0.4: - resolution: {integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ignore-walk@6.0.4: dependencies: minimatch: 9.0.4 - dev: true - /ignore@5.3.1: - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} - engines: {node: '>= 4'} - dev: true + ignore@5.3.1: {} - /import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + import-fresh@3.3.0: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - /import-lazy@4.0.0: - resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==} - engines: {node: '>=8'} - dev: true + import-lazy@4.0.0: {} - /import-meta-resolve@2.2.2: - resolution: {integrity: sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==} - dev: true + import-meta-resolve@2.2.2: {} - /imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} - dev: true + imurmurhash@0.1.4: {} - /indent-string@4.0.0: - resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} - engines: {node: '>=8'} - dev: true + indent-string@4.0.0: {} - /individual@3.0.0: - resolution: {integrity: sha512-rUY5vtT748NMRbEMrTNiFfy29BgGZwGXUi2NFUVMWQrogSLzlJvQV9eeMWi+g1aVaQ53tpyLAQtd5x/JH0Nh1g==} - dev: true + individual@3.0.0: {} - /infer-owner@1.0.4: - resolution: {integrity: sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==} - dev: true + infer-owner@1.0.4: {} - /inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + inflight@1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 - /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + inherits@2.0.4: {} - /ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} - dev: true + ini@1.3.8: {} - /inquirer@8.2.6: - resolution: {integrity: sha512-M1WuAmb7pn9zdFRtQYk26ZBoY043Sse0wVDdk4Bppr+JOXyQYybdtvK+l9wUibhtjdjvtoiNy8tk+EgsYIUqKg==} - engines: {node: '>=12.0.0'} + inquirer@8.2.6: dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 @@ -7630,391 +10276,211 @@ packages: strip-ansi: 6.0.1 through: 2.3.8 wrap-ansi: 6.2.0 - dev: false - /internal-slot@1.0.7: - resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} - engines: {node: '>= 0.4'} + internal-slot@1.0.7: dependencies: es-errors: 1.3.0 hasown: 2.0.2 side-channel: 1.0.6 - dev: true - /interpret@1.4.0: - resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} - engines: {node: '>= 0.10'} - dev: false + interpret@1.4.0: {} - /interpret@3.1.1: - resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} - engines: {node: '>=10.13.0'} - dev: true + interpret@3.1.1: {} - /invert-kv@3.0.1: - resolution: {integrity: sha512-CYdFeFexxhv/Bcny+Q0BfOV+ltRlJcd4BBZBYFX/O0u4npJrgZtIcjokegtiSMAvlMTJ+Koq0GBCc//3bueQxw==} - engines: {node: '>=8'} + invert-kv@3.0.1: {} - /ip-address@9.0.5: - resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} - engines: {node: '>= 12'} + ip-address@9.0.5: dependencies: jsbn: 1.1.0 sprintf-js: 1.1.3 - dev: true - /ip@1.1.9: - resolution: {integrity: sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==} - dev: false + ip@1.1.9: {} - /is-absolute@1.0.0: - resolution: {integrity: sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==} - engines: {node: '>=0.10.0'} + is-absolute@1.0.0: dependencies: is-relative: 1.0.0 is-windows: 1.0.2 - dev: true - /is-alphabetical@1.0.4: - resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} - dev: true + is-alphabetical@1.0.4: {} - /is-alphanumerical@1.0.4: - resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} + is-alphanumerical@1.0.4: dependencies: is-alphabetical: 1.0.4 is-decimal: 1.0.4 - dev: true - /is-array-buffer@3.0.4: - resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} - engines: {node: '>= 0.4'} + is-array-buffer@3.0.4: dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 - dev: true - /is-arrayish@0.2.1: - resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + is-arrayish@0.2.1: {} - /is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + is-bigint@1.0.4: dependencies: has-bigints: 1.0.2 - dev: true - /is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + is-binary-path@2.1.0: dependencies: binary-extensions: 2.3.0 - dev: true - /is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} - engines: {node: '>= 0.4'} + is-boolean-object@1.1.2: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 - dev: true - /is-buffer@1.1.6: - resolution: {integrity: sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==} - dev: true + is-buffer@1.1.6: {} - /is-builtin-module@3.2.1: - resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} - engines: {node: '>=6'} + is-builtin-module@3.2.1: dependencies: builtin-modules: 3.3.0 - dev: true - /is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} - dev: true + is-callable@1.2.7: {} - /is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + is-core-module@2.13.1: dependencies: hasown: 2.0.2 - /is-data-view@1.0.1: - resolution: {integrity: sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==} - engines: {node: '>= 0.4'} + is-data-view@1.0.1: dependencies: is-typed-array: 1.1.13 - dev: true - /is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} - engines: {node: '>= 0.4'} + is-date-object@1.0.5: dependencies: has-tostringtag: 1.0.2 - dev: true - /is-decimal@1.0.4: - resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} - dev: true + is-decimal@1.0.4: {} - /is-docker@2.2.1: - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} - engines: {node: '>=8'} - hasBin: true - dev: true + is-docker@2.2.1: {} - /is-extendable@0.1.1: - resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} - engines: {node: '>=0.10.0'} - dev: false + is-extendable@0.1.1: {} - /is-extendable@1.0.1: - resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} - engines: {node: '>=0.10.0'} + is-extendable@1.0.1: dependencies: is-plain-object: 2.0.4 - dev: true - /is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} - dev: true + is-extglob@2.1.1: {} - /is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + is-fullwidth-code-point@3.0.0: {} - /is-glob@3.1.0: - resolution: {integrity: sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==} - engines: {node: '>=0.10.0'} + is-glob@3.1.0: dependencies: is-extglob: 2.1.1 - dev: true - /is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + is-glob@4.0.3: dependencies: is-extglob: 2.1.1 - dev: true - /is-hexadecimal@1.0.4: - resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} - dev: true + is-hexadecimal@1.0.4: {} - /is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} + is-interactive@1.0.0: {} - /is-interactive@2.0.0: - resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} - engines: {node: '>=12'} - dev: true + is-interactive@2.0.0: {} - /is-lambda@1.0.1: - resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} - dev: true + is-lambda@1.0.1: {} - /is-module@1.0.0: - resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} - dev: true + is-module@1.0.0: {} - /is-negated-glob@1.0.0: - resolution: {integrity: sha512-czXVVn/QEmgvej1f50BZ648vUI+em0xqMq2Sn+QncCLN4zj1UAxlT+kw/6ggQTOaZPd1HqKQGEqbpQVtJucWug==} - engines: {node: '>=0.10.0'} - dev: true + is-negated-glob@1.0.0: {} - /is-negative-zero@2.0.3: - resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} - engines: {node: '>= 0.4'} - dev: true + is-negative-zero@2.0.3: {} - /is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} - engines: {node: '>= 0.4'} + is-number-object@1.0.7: dependencies: has-tostringtag: 1.0.2 - dev: true - /is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} - dev: true + is-number@7.0.0: {} - /is-obj@1.0.1: - resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} - engines: {node: '>=0.10.0'} - dev: true + is-obj@1.0.1: {} - /is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - dev: true + is-path-inside@3.0.3: {} - /is-plain-object@2.0.4: - resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} - engines: {node: '>=0.10.0'} + is-plain-object@2.0.4: dependencies: isobject: 3.0.1 - dev: true - /is-plain-object@5.0.0: - resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} - engines: {node: '>=0.10.0'} - dev: true + is-plain-object@5.0.0: {} - /is-reference@1.2.1: - resolution: {integrity: sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==} + is-reference@1.2.1: dependencies: '@types/estree': 1.0.5 - dev: true - /is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} - engines: {node: '>= 0.4'} + is-regex@1.1.4: dependencies: call-bind: 1.0.7 has-tostringtag: 1.0.2 - dev: true - /is-regexp@1.0.0: - resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} - engines: {node: '>=0.10.0'} - dev: true + is-regexp@1.0.0: {} - /is-relative-path@1.0.2: - resolution: {integrity: sha512-i1h+y50g+0hRbBD+dbnInl3JlJ702aar58snAeX+MxBAPvzXGej7sYoPMhlnykabt0ZzCJNBEyzMlekuQZN7fA==} - dev: true + is-relative-path@1.0.2: {} - /is-relative@1.0.0: - resolution: {integrity: sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==} - engines: {node: '>=0.10.0'} + is-relative@1.0.0: dependencies: is-unc-path: 1.0.0 - dev: true - /is-shared-array-buffer@1.0.3: - resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} - engines: {node: '>= 0.4'} + is-shared-array-buffer@1.0.3: dependencies: call-bind: 1.0.7 - dev: true - /is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} - engines: {node: '>= 0.4'} + is-string@1.0.7: dependencies: has-tostringtag: 1.0.2 - dev: true - /is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} + is-symbol@1.0.4: dependencies: has-symbols: 1.0.3 - dev: true - /is-typed-array@1.1.13: - resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} - engines: {node: '>= 0.4'} + is-typed-array@1.1.13: dependencies: which-typed-array: 1.1.15 - dev: true - /is-unc-path@1.0.0: - resolution: {integrity: sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==} - engines: {node: '>=0.10.0'} + is-unc-path@1.0.0: dependencies: unc-path-regex: 0.1.2 - dev: true - - /is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} - /is-unicode-supported@1.3.0: - resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} - engines: {node: '>=12'} - dev: true + is-unicode-supported@0.1.0: {} - /is-url-superb@4.0.0: - resolution: {integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==} - engines: {node: '>=10'} - dev: true + is-unicode-supported@1.3.0: {} - /is-url@1.2.4: - resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} - dev: true + is-url-superb@4.0.0: {} - /is-utf8@0.2.1: - resolution: {integrity: sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==} - dev: true + is-url@1.2.4: {} - /is-valid-glob@1.0.0: - resolution: {integrity: sha512-AhiROmoEFDSsjx8hW+5sGwgKVIORcXnrlAx/R0ZSeaPw70Vw0CqkGBBhHGL58Uox2eXnU1AnvXJl1XlyedO5bA==} - engines: {node: '>=0.10.0'} - dev: true + is-utf8@0.2.1: {} - /is-weakref@1.0.2: - resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + is-valid-glob@1.0.0: {} + + is-weakref@1.0.2: dependencies: call-bind: 1.0.7 - dev: true - /is-windows@1.0.2: - resolution: {integrity: sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==} - engines: {node: '>=0.10.0'} - dev: true + is-windows@1.0.2: {} - /is-wsl@2.2.0: - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} - engines: {node: '>=8'} + is-wsl@2.2.0: dependencies: is-docker: 2.2.1 - dev: true - /isarray@1.0.0: - resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} - dev: true + isarray@1.0.0: {} - /isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - dev: true + isarray@2.0.5: {} - /isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + isexe@2.0.0: {} - /isobject@3.0.1: - resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} - engines: {node: '>=0.10.0'} - dev: true + isobject@3.0.1: {} - /jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} + jackspeak@2.3.6: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 - dev: true - /jju@1.4.0: - resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} - dev: true + jju@1.4.0: {} - /js-cool@2.8.0(core-js@3.37.0)(tslib@2.6.2): - resolution: {integrity: sha512-k2oWpZfYgqXaciJaG/aAKg2PoNyiZ37SeO0t6yVtlolY50Lwv8WnqmSekSAHTrXvxtLzN4VNj8eGhQi9lG6abQ==} - peerDependencies: - core-js: '>=3.0.0' - tslib: '>=2.0.0' + js-cool@2.8.0(core-js@3.37.0)(tslib@2.6.2): dependencies: core-js: 3.37.0 tslib: 2.6.2 - dev: false - /js-cool@5.18.1: - resolution: {integrity: sha512-ScnRFG9lsNTyXgNtlnaRgIug+41bIbtmR2NU3hhhNiysFCwPmlP7l5AKKhnjQajrkFDcLcx8m3X/NgOvfquobA==} - engines: {node: '>=12.20'} + js-cool@5.19.0: dependencies: await-to-done: 1.0.2 load-source: 1.2.0 @@ -8026,153 +10492,83 @@ packages: tslib: 2.6.2 use-downloads: 1.5.1 - /js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + js-tokens@4.0.0: {} - /js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} - hasBin: true + js-yaml@4.1.0: dependencies: argparse: 2.0.1 - /jsbn@1.1.0: - resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} - dev: true + jsbn@1.1.0: {} - /jsdoc-type-pratt-parser@4.0.0: - resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} - engines: {node: '>=12.0.0'} - dev: true + jsdoc-type-pratt-parser@4.0.0: {} - /jsesc@0.5.0: - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} - hasBin: true - dev: true + jsesc@0.5.0: {} - /jsesc@2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} - hasBin: true - dev: true + jsesc@2.5.2: {} - /json-buffer@3.0.1: - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} - dev: true + json-buffer@3.0.1: {} - /json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} - dev: true + json-parse-better-errors@1.0.2: {} - /json-parse-even-better-errors@2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + json-parse-even-better-errors@2.3.1: {} - /json-parse-even-better-errors@3.0.1: - resolution: {integrity: sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true + json-parse-even-better-errors@3.0.1: {} - /json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - dev: true + json-schema-traverse@0.4.1: {} - /json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} - dev: true + json-stable-stringify-without-jsonify@1.0.1: {} - /json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} - dev: true + json-stringify-safe@5.0.1: {} - /json5@1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} - hasBin: true + json5@1.0.2: dependencies: minimist: 1.2.8 - dev: true - /json5@2.2.3: - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} - engines: {node: '>=6'} - hasBin: true - dev: true + json5@2.2.3: {} - /jsonc-eslint-parser@2.4.0: - resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + jsonc-eslint-parser@2.4.0: dependencies: acorn: 8.11.3 eslint-visitor-keys: 3.4.3 espree: 9.6.1 semver: 7.6.0 - dev: true - /jsonc-parser@3.2.1: - resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} - dev: true + jsonc-parser@3.2.1: {} - /jsonfile@4.0.0: - resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + jsonfile@4.0.0: optionalDependencies: graceful-fs: 4.2.11 - dev: true - /jsonparse@1.3.1: - resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} - engines: {'0': node >= 0.2.0} - dev: true + jsonparse@1.3.1: {} - /keyv@4.5.4: - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + keyv@4.5.4: dependencies: json-buffer: 3.0.1 - dev: true - /kind-of@6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} - engines: {node: '>=0.10.0'} - dev: true + kind-of@6.0.3: {} - /last-run@2.0.0: - resolution: {integrity: sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==} - engines: {node: '>= 10.13.0'} - dev: true + last-run@2.0.0: {} - /lazystream@1.0.1: - resolution: {integrity: sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==} - engines: {node: '>= 0.6.3'} + lazystream@1.0.1: dependencies: readable-stream: 2.3.8 - dev: true - /lcid@4.0.1: - resolution: {integrity: sha512-qI4sQt7g19ZWtaodPKBUvym/pen9/lZzqyl2qeItTFPwJptXllVhe3KI+mV9xmBa4cnZoik8m1obToxqFbVIZQ==} - engines: {node: '>=14.16'} + lcid@4.0.1: dependencies: invert-kv: 3.0.1 - /lead@1.0.0: - resolution: {integrity: sha512-IpSVCk9AYvLHo5ctcIXxOBpMWUe+4TKN3VPWAKUbJikkmsGp0VrSM8IttVc32D6J4WUsiPE6aEFRNmIoF/gdow==} - engines: {node: '>= 0.10'} + lead@1.0.0: dependencies: flush-write-stream: 1.1.1 - dev: true - /lead@4.0.0: - resolution: {integrity: sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==} - engines: {node: '>=10.13.0'} - dev: true + lead@4.0.0: {} - /levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + levn@0.4.1: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 - dev: true - /liftoff@5.0.0: - resolution: {integrity: sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==} - engines: {node: '>=10.13.0'} + liftoff@5.0.0: dependencies: extend: 3.0.2 findup-sync: 5.0.0 @@ -8181,157 +10577,83 @@ packages: is-plain-object: 5.0.0 rechoir: 0.8.0 resolve: 1.22.8 - dev: true - /lines-and-columns@1.2.4: - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + lines-and-columns@1.2.4: {} - /linkify-it@5.0.0: - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + linkify-it@5.0.0: dependencies: uc.micro: 2.1.0 - dev: true - /load-json-file@4.0.0: - resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} - engines: {node: '>=4'} + load-json-file@4.0.0: dependencies: graceful-fs: 4.2.11 parse-json: 4.0.0 pify: 3.0.0 strip-bom: 3.0.0 - dev: true - /load-source@1.2.0: - resolution: {integrity: sha512-2pgerVx7egVvqEm2TfYr3GOSX7tbmAEs6Kt3gDRODnexC2xfLOB/hB9wP8+MFBlo2tD/GLX1MgQ1IOZ4jbtzaw==} + load-source@1.2.0: dependencies: mount-css: 1.2.0 mount-image: 1.2.0 mount-script: 1.2.0 mount-style: 1.2.0 - /load-yml@1.4.0: - resolution: {integrity: sha512-L0O2nUOOZ2bNMvFudewMPDhdJqtNoxEHUUhy0Z22aEZXSzmvR1UK5utu67uTpmwmFo+UrdycWceGuifcsgJi5w==} - engines: {node: '>=12.20'} + load-yml@1.4.0: dependencies: '@types/js-yaml': 4.0.9 js-yaml: 4.1.0 tslib: 2.6.2 - dev: true - /local-pkg@0.5.0: - resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} - engines: {node: '>=14'} + local-pkg@0.5.0: dependencies: mlly: 1.6.1 pkg-types: 1.1.0 - dev: true - /locate-path@5.0.0: - resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} - engines: {node: '>=8'} + locate-path@5.0.0: dependencies: p-locate: 4.1.0 - dev: true - /locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + locate-path@6.0.0: dependencies: p-locate: 5.0.0 - dev: true - - /lodash-es@4.17.21: - resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - dev: false - /lodash-unified@1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.21): - resolution: {integrity: sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==} - peerDependencies: - '@types/lodash-es': '*' - lodash: '*' - lodash-es: '*' - peerDependenciesMeta: - lodash: - optional: true - dependencies: - '@types/lodash-es': 4.17.12 - lodash-es: 4.17.21 - dev: false + lodash.debounce@4.0.8: {} - /lodash.debounce@4.0.8: - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} - dev: true - - /lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - dev: true + lodash.get@4.4.2: {} - /lodash.isequal@4.5.0: - resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} - dev: true + lodash.isequal@4.5.0: {} - /lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - dev: true + lodash.merge@4.6.2: {} - /lodash.sortedlastindex@4.1.0: - resolution: {integrity: sha512-s8xEQdsp2Tu5zUqVdFSe9C0kR8YlnAJYLqMdkh+pIRBRxF6/apWseLdHl3/+jv2I61dhPwtI/Ff+EqvCpc+N8w==} - dev: true + lodash.sortedlastindex@4.1.0: {} - /lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lodash@4.17.21: {} - /log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} + log-symbols@4.1.0: dependencies: chalk: 4.1.2 is-unicode-supported: 0.1.0 - /log-symbols@5.1.0: - resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} - engines: {node: '>=12'} + log-symbols@5.1.0: dependencies: chalk: 5.3.0 is-unicode-supported: 1.3.0 - dev: true - /lru-cache@10.2.1: - resolution: {integrity: sha512-tS24spDe/zXhWbNPErCHs/AGOzbKGHT+ybSBqmdLm8WZ1xXLWvH8Qn71QPAlqVhd0qUTWjy+Kl9JmISgDdEjsA==} - engines: {node: 14 || >=16.14} - dev: true + lru-cache@10.2.1: {} - /lru-cache@5.1.1: - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + lru-cache@5.1.1: dependencies: yallist: 3.1.1 - dev: true - /lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + lru-cache@6.0.0: dependencies: yallist: 4.0.0 - /lru-cache@7.18.3: - resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} - engines: {node: '>=12'} - dev: true + lru-cache@7.18.3: {} - /lunr@2.3.9: - resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} - dev: true + lunr@2.3.9: {} - /madge@7.0.0(typescript@5.4.5): - resolution: {integrity: sha512-x9eHkBWoCJ2B8yGesWf8LRucarkbH5P3lazqgvmxe4xn5U2Meyfu906iG9mBB1RnY/f4D+gtELWdiz1k6+jAZA==} - engines: {node: '>=14'} - hasBin: true - peerDependencies: - typescript: ^3.9.5 || ^4.9.5 || ^5 - peerDependenciesMeta: - typescript: - optional: true + madge@7.0.0(typescript@5.4.5): dependencies: chalk: 4.1.2 commander: 7.2.0 @@ -8345,35 +10667,25 @@ packages: rc: 1.2.8 stream-to-array: 2.3.0 ts-graphviz: 1.8.2 - typescript: 5.4.5 walkdir: 0.4.1 + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /magic-string-ast@0.3.0: - resolution: {integrity: sha512-0shqecEPgdFpnI3AP90epXyxZy9g6CRZ+SZ7BcqFwYmtFEnZ1jpevcV5HoyVnlDS9gCnc1UIg3Rsvp3Ci7r8OA==} - engines: {node: '>=16.14.0'} + magic-string-ast@0.3.0: dependencies: magic-string: 0.30.10 - dev: true - /magic-string@0.26.7: - resolution: {integrity: sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==} - engines: {node: '>=12'} + magic-string@0.26.7: dependencies: sourcemap-codec: 1.4.8 - dev: true - /magic-string@0.30.10: - resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} + magic-string@0.30.10: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 - dev: true - /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@10.2.1: dependencies: agentkeepalive: 4.5.0 cacache: 16.1.3 @@ -8394,11 +10706,8 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: true - /make-fetch-happen@11.1.1: - resolution: {integrity: sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + make-fetch-happen@11.1.1: dependencies: agentkeepalive: 4.5.0 cacache: 17.1.4 @@ -8417,34 +10726,19 @@ packages: ssri: 10.0.5 transitivePeerDependencies: - supports-color - dev: true - /map-cache@0.2.2: - resolution: {integrity: sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==} - engines: {node: '>=0.10.0'} - dev: true + map-cache@0.2.2: {} - /mark.js@8.11.1: - resolution: {integrity: sha512-1I+1qpDt4idfgLQG+BNWmrqku+7/2bi5nLf4YwF8y8zXvmfiTBY3PV3ZibfrjBueCByROpuBjLLFCajqkgYoLQ==} - dev: true + mark.js@8.11.1: {} - /markdown-it-anchor@8.6.7(@types/markdown-it@14.0.1)(markdown-it@14.1.0): - resolution: {integrity: sha512-FlCHFwNnutLgVTflOYHPW2pPcl2AACqVzExlkGQNsi4CJgqOHN7YTgDd4LuhgN1BFO3TS0vLAruV1Td6dwWPJA==} - peerDependencies: - '@types/markdown-it': '*' - markdown-it: '*' + markdown-it-anchor@8.6.7(@types/markdown-it@14.0.1)(markdown-it@14.1.0): dependencies: '@types/markdown-it': 14.0.1 markdown-it: 14.1.0 - dev: true - /markdown-it-container@4.0.0: - resolution: {integrity: sha512-HaNccxUH0l7BNGYbFbjmGpf5aLHAMTinqRZQAEQbMr2cdD3z91Q6kIo1oUn1CQndkT03jat6ckrdRYuwwqLlQw==} - dev: true + markdown-it-container@4.0.0: {} - /markdown-it@14.1.0: - resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} - hasBin: true + markdown-it@14.1.0: dependencies: argparse: 2.0.1 entities: 4.5.0 @@ -8452,16 +10746,10 @@ packages: mdurl: 2.0.0 punycode.js: 2.3.1 uc.micro: 2.1.0 - dev: true - /marked@4.3.0: - resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} - engines: {node: '>= 12'} - hasBin: true - dev: true + marked@4.3.0: {} - /mdast-util-from-markdown@0.8.5: - resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} + mdast-util-from-markdown@0.8.5: dependencies: '@types/mdast': 3.0.15 mdast-util-to-string: 2.0.0 @@ -8470,234 +10758,139 @@ packages: unist-util-stringify-position: 2.0.3 transitivePeerDependencies: - supports-color - dev: true - /mdast-util-to-string@2.0.0: - resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} - dev: true + mdast-util-to-string@2.0.0: {} - /mdurl@2.0.0: - resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} - dev: true + mdurl@2.0.0: {} - /memorystream@0.3.1: - resolution: {integrity: sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==} - engines: {node: '>= 0.10.0'} - dev: true + memorystream@0.3.1: {} - /merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} - dev: true + merge2@1.4.1: {} - /micromark@2.11.4: - resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} + micromark@2.11.4: dependencies: debug: 4.3.4 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color - dev: true - /micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} + micromatch@4.0.5: dependencies: braces: 3.0.2 picomatch: 2.3.1 - dev: true - /mime@2.6.0: - resolution: {integrity: sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==} - engines: {node: '>=4.0.0'} - hasBin: true - dev: false + mime@2.6.0: {} - /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} + mimic-fn@2.1.0: {} - /min-indent@1.0.1: - resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} - engines: {node: '>=4'} - dev: true + min-indent@1.0.1: {} - /minimatch@3.0.8: - resolution: {integrity: sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==} + minimatch@3.0.8: dependencies: brace-expansion: 1.1.11 - dev: true - /minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 - /minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} + minimatch@5.1.6: dependencies: brace-expansion: 2.0.1 - dev: true - /minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} + minimatch@9.0.3: dependencies: brace-expansion: 2.0.1 - dev: true - /minimatch@9.0.4: - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} - engines: {node: '>=16 || 14 >=14.17'} + minimatch@9.0.4: dependencies: brace-expansion: 2.0.1 - dev: true - /minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + minimist@1.2.8: {} - /minipass-collect@1.0.2: - resolution: {integrity: sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==} - engines: {node: '>= 8'} + minipass-collect@1.0.2: dependencies: minipass: 3.3.6 - dev: true - /minipass-fetch@2.1.2: - resolution: {integrity: sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + minipass-fetch@2.1.2: dependencies: minipass: 3.3.6 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: encoding: 0.1.13 - dev: true - /minipass-fetch@3.0.4: - resolution: {integrity: sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + minipass-fetch@3.0.4: dependencies: minipass: 7.0.4 minipass-sized: 1.0.3 minizlib: 2.1.2 optionalDependencies: encoding: 0.1.13 - dev: true - /minipass-flush@1.0.5: - resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} - engines: {node: '>= 8'} + minipass-flush@1.0.5: dependencies: minipass: 3.3.6 - dev: true - /minipass-json-stream@1.0.1: - resolution: {integrity: sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==} + minipass-json-stream@1.0.1: dependencies: jsonparse: 1.3.1 minipass: 3.3.6 - dev: true - /minipass-pipeline@1.2.4: - resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} - engines: {node: '>=8'} + minipass-pipeline@1.2.4: dependencies: minipass: 3.3.6 - dev: true - /minipass-sized@1.0.3: - resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} - engines: {node: '>=8'} + minipass-sized@1.0.3: dependencies: minipass: 3.3.6 - dev: true - /minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} + minipass@3.3.6: dependencies: yallist: 4.0.0 - dev: true - /minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} - dev: true + minipass@5.0.0: {} - /minipass@7.0.4: - resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} - engines: {node: '>=16 || 14 >=14.17'} - dev: true + minipass@7.0.4: {} - /minisearch@6.3.0: - resolution: {integrity: sha512-ihFnidEeU8iXzcVHy74dhkxh/dn8Dc08ERl0xwoMMGqp4+LvRSCgicb+zGqWthVokQKvCSxITlh3P08OzdTYCQ==} - dev: true + minisearch@6.3.0: {} - /minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + minizlib@2.1.2: dependencies: minipass: 3.3.6 yallist: 4.0.0 - dev: true - /mitt@3.0.1: - resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} - dev: true + mitt@3.0.1: {} - /mkdirp@0.5.6: - resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} - hasBin: true + mkdirp@0.5.6: dependencies: minimist: 1.2.8 - dev: false - /mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} - hasBin: true - dev: true + mkdirp@1.0.4: {} - /mlly@1.6.1: - resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==} + mlly@1.6.1: dependencies: acorn: 8.11.3 pathe: 1.1.2 pkg-types: 1.1.0 ufo: 1.5.3 - dev: true - /module-definition@5.0.1: - resolution: {integrity: sha512-kvw3B4G19IXk+BOXnYq/D/VeO9qfHaapMeuS7w7sNUqmGaA6hywdFHMi+VWeR9wUScXM7XjoryTffCZ5B0/8IA==} - engines: {node: '>=14'} - hasBin: true + module-definition@5.0.1: dependencies: ast-module-types: 5.0.0 node-source-walk: 6.0.2 - dev: true - /module-lookup-amd@8.0.5: - resolution: {integrity: sha512-vc3rYLjDo5Frjox8NZpiyLXsNWJ5BWshztc/5KSOMzpg9k5cHH652YsJ7VKKmtM4SvaxuE9RkrYGhiSjH3Ehow==} - engines: {node: '>=14'} - hasBin: true + module-lookup-amd@8.0.5: dependencies: commander: 10.0.1 glob: 7.2.3 requirejs: 2.3.6 requirejs-config-file: 4.0.0 - dev: true - /monorepo-root@2.5.1: - resolution: {integrity: sha512-4sgeX1n6xAeYLRyU0DxtCHAW3aXQICaHDXwpV1GaiId/MyU6m7P6iMwvGFeqzuujuoMHCOe53hzccWX74uVVmw==} + monorepo-root@2.5.1: dependencies: workspace-root: 2.5.1 - dev: true - /morgan@1.10.0: - resolution: {integrity: sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==} - engines: {node: '>= 0.8.0'} + morgan@1.10.0: dependencies: basic-auth: 2.0.1 debug: 2.6.9 @@ -8706,115 +10899,68 @@ packages: on-headers: 1.0.2 transitivePeerDependencies: - supports-color - dev: false - /mount-css@1.2.0: - resolution: {integrity: sha512-LGm7ucjo+3NsXQqxHH03v9jmAs00/JR1CsqO6IC9gm7zkZjWjki5FLM+Ld9MeTfuPPXXgMj7m1yzz5NA13Ye1g==} + mount-css@1.2.0: {} - /mount-image@1.2.0: - resolution: {integrity: sha512-NQsmg+Zjnb4DZNvJtwuFbN3ekS+tJxyfbYuTk9PqdmtRpHv0RjajEnzCRXNUIZ7Epbe3iTHhRFJI/zHClmirQA==} + mount-image@1.2.0: {} - /mount-script@1.2.0: - resolution: {integrity: sha512-Zi41a5RITaRU0Uzkgih/yzUfsxWDFLjM8ap37Jjic1jH2ob7N5yOzsj6zhSJxc3JC84456kgLFd5SLdYob2eJQ==} + mount-script@1.2.0: {} - /mount-style@1.2.0: - resolution: {integrity: sha512-INP8yaVjMy6kl2fbM43UrGWxqCZIKMO35pNW9nL0EiS7jNYbZkXghf7Nt+ls2VyqOZlEONo6h4WtnxNS41By6A==} + mount-style@1.2.0: {} - /ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - dev: false + ms@2.0.0: {} - /ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + ms@2.1.2: {} - /ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + ms@2.1.3: {} - /mute-stdout@2.0.0: - resolution: {integrity: sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==} - engines: {node: '>= 10.13.0'} - dev: true + mute-stdout@2.0.0: {} - /mute-stream@0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} - dev: false + mute-stream@0.0.8: {} - /mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: false + mute-stream@1.0.0: {} - /mz@2.7.0: - resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} + mz@2.7.0: dependencies: any-promise: 1.3.0 object-assign: 4.1.1 thenify-all: 1.6.0 - dev: false - /nanoid@3.3.7: - resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - dev: true + nanoid@3.3.7: {} - /natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - dev: true + natural-compare@1.4.0: {} - /ndjson@2.0.0: - resolution: {integrity: sha512-nGl7LRGrzugTtaFcJMhLbpzJM6XdivmbkdlaGcrk/LXg2KL/YBC6z1g70xh0/al+oFuVFP8N8kiWRucmeEH/qQ==} - engines: {node: '>=10'} - hasBin: true + ndjson@2.0.0: dependencies: json-stringify-safe: 5.0.1 minimist: 1.2.8 readable-stream: 3.6.2 split2: 3.2.2 through2: 4.0.2 - dev: true - /negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} - dev: true + negotiator@0.6.3: {} - /neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - dev: true + neo-async@2.6.2: {} - /nice-try@1.0.5: - resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} - dev: true + nice-try@1.0.5: {} - /node-apollo@1.2.1: - resolution: {integrity: sha512-6bNhTQ2Yt4Zq+lqPMT4+x4nzfbC7QHytbQBv833N7slhfnYz4zvoNRC9GDMYh6BFW/wSVP05z627ZAzdyi09dg==} + node-apollo@1.2.1: dependencies: dotenv: 4.0.0 urllib: 2.41.0 transitivePeerDependencies: - proxy-agent - supports-color - dev: false - /node-domexception@1.0.0: - resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} - engines: {node: '>=10.5.0'} - dev: true + node-domexception@1.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} + node-fetch@3.3.2: dependencies: data-uri-to-buffer: 4.0.1 fetch-blob: 3.2.0 formdata-polyfill: 4.0.10 - dev: true - /node-gyp@9.4.1: - resolution: {integrity: sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==} - engines: {node: ^12.13 || ^14.13 || >=16} - hasBin: true + node-gyp@9.4.1: dependencies: env-paths: 2.2.1 exponential-backoff: 3.1.1 @@ -8830,121 +10976,74 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: true - /node-releases@2.0.14: - resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} - dev: true + node-releases@2.0.14: {} - /node-source-walk@6.0.2: - resolution: {integrity: sha512-jn9vOIK/nfqoFCcpK89/VCVaLg1IHE6UVfDOzvqmANaJ/rWCTEdH8RZ1V278nv2jr36BJdyQXIAavBLXpzdlag==} - engines: {node: '>=14'} + node-source-walk@6.0.2: dependencies: '@babel/parser': 7.24.4 - dev: true - /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@6.0.0: dependencies: abbrev: 1.1.1 - dev: true - /normalize-package-data@2.5.0: - resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + normalize-package-data@2.5.0: dependencies: hosted-git-info: 2.8.9 resolve: 1.22.8 semver: 5.7.2 validate-npm-package-license: 3.0.4 - dev: true - /normalize-package-data@5.0.0: - resolution: {integrity: sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + normalize-package-data@5.0.0: dependencies: hosted-git-info: 6.1.1 is-core-module: 2.13.1 semver: 7.6.0 validate-npm-package-license: 3.0.4 - dev: true - /normalize-path@2.1.1: - resolution: {integrity: sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==} - engines: {node: '>=0.10.0'} + normalize-path@2.1.1: dependencies: remove-trailing-separator: 1.1.0 - dev: true - - /normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} - dev: true - /now-and-later@2.0.1: - resolution: {integrity: sha512-KGvQ0cB70AQfg107Xvs/Fbu+dGmZoTRJp2TaPwcwQm3/7PteUyN2BCgk8KBMPGBUXZdVwyWS8fDCGFygBm19UQ==} - engines: {node: '>= 0.10'} + normalize-path@3.0.0: {} + + now-and-later@2.0.1: dependencies: once: 1.4.0 - dev: true - /now-and-later@3.0.0: - resolution: {integrity: sha512-pGO4pzSdaxhWTGkfSfHx3hVzJVslFPwBp2Myq9MYN/ChfJZF87ochMAXnvz6/58RJSf5ik2q9tXprBBrk2cpcg==} - engines: {node: '>= 10.13.0'} + now-and-later@3.0.0: dependencies: once: 1.4.0 - dev: true - /npm-bundled@3.0.0: - resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + npm-bundled@3.0.0: dependencies: npm-normalize-package-bin: 3.0.1 - dev: true - /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@6.3.0: dependencies: semver: 7.6.0 - dev: true - /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} - dev: true + npm-normalize-package-bin@3.0.1: {} - /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@10.1.0: dependencies: hosted-git-info: 6.1.1 proc-log: 3.0.0 semver: 7.6.0 validate-npm-package-name: 5.0.0 - dev: true - /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@7.0.4: dependencies: ignore-walk: 6.0.4 - dev: true - /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-pick-manifest@8.0.2: dependencies: npm-install-checks: 6.3.0 npm-normalize-package-bin: 3.0.1 npm-package-arg: 10.1.0 semver: 7.6.0 - dev: true - /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@14.0.5: dependencies: make-fetch-happen: 11.1.1 minipass: 5.0.0 @@ -8955,12 +11054,8 @@ packages: proc-log: 3.0.0 transitivePeerDependencies: - supports-color - dev: true - /npm-run-all@4.1.5: - resolution: {integrity: sha512-Oo82gJDAVcaMdi3nuoKFavkIHBRVqQ1qvMb+9LHk/cF4P6B2m8aP04hGf7oL6wZ9BuGwX1onlLhpuoofSyoQDQ==} - engines: {node: '>= 4'} - hasBin: true + npm-run-all@4.1.5: dependencies: ansi-styles: 3.2.1 chalk: 2.4.2 @@ -8971,127 +11066,82 @@ packages: read-pkg: 3.0.0 shell-quote: 1.8.1 string.prototype.padend: 3.1.6 - dev: true - /npmlog@6.0.2: - resolution: {integrity: sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + npmlog@6.0.2: dependencies: are-we-there-yet: 3.0.1 console-control-strings: 1.1.0 gauge: 4.0.4 set-blocking: 2.0.0 - dev: true - /nth-check@2.1.1: - resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} + nth-check@2.1.1: dependencies: boolbase: 1.0.0 - dev: true - /object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} - dev: false + object-assign@4.1.1: {} - /object-inspect@1.13.1: - resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} + object-inspect@1.13.1: {} - /object-keys@1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} - dev: true + object-keys@1.1.1: {} - /object.assign@4.1.5: - resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} - engines: {node: '>= 0.4'} + object.assign@4.1.5: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 - dev: true - /object.defaults@1.1.0: - resolution: {integrity: sha512-c/K0mw/F11k4dEUBMW8naXUuBuhxRCfG7W+yFy8EcijU/rSmazOUd1XAEEe6bC0OuXY4HUKjTJv7xbxIMqdxrA==} - engines: {node: '>=0.10.0'} + object.defaults@1.1.0: dependencies: array-each: 1.0.1 array-slice: 1.1.0 for-own: 1.0.0 isobject: 3.0.1 - dev: true - /object.fromentries@2.0.8: - resolution: {integrity: sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==} - engines: {node: '>= 0.4'} + object.fromentries@2.0.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-object-atoms: 1.0.0 - dev: true - /object.groupby@1.0.3: - resolution: {integrity: sha512-+Lhy3TQTuzXI5hevh8sBGqbmurHbbIjAi0Z4S63nthVLmLxfbj4T54a4CfZrXIrt9iP4mVAPYMo/v99taj3wjQ==} - engines: {node: '>= 0.4'} + object.groupby@1.0.3: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 - dev: true - /object.pick@1.3.0: - resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} - engines: {node: '>=0.10.0'} + object.pick@1.3.0: dependencies: isobject: 3.0.1 - dev: true - /object.values@1.2.0: - resolution: {integrity: sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==} - engines: {node: '>= 0.4'} + object.values@1.2.0: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 - dev: true - /on-finished@2.3.0: - resolution: {integrity: sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==} - engines: {node: '>= 0.8'} + on-finished@2.3.0: dependencies: ee-first: 1.1.1 - dev: false - /on-headers@1.0.2: - resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} - engines: {node: '>= 0.8'} - dev: false + on-headers@1.0.2: {} - /once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + once@1.4.0: dependencies: wrappy: 1.0.2 - /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + onetime@5.1.2: dependencies: mimic-fn: 2.1.0 - /open@8.4.2: - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} - engines: {node: '>=12'} + open@8.4.2: dependencies: define-lazy-prop: 2.0.0 is-docker: 2.2.1 is-wsl: 2.2.0 - dev: true - /optionator@0.9.4: - resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} - engines: {node: '>= 0.8.0'} + optionator@0.9.4: dependencies: deep-is: 0.1.4 fast-levenshtein: 2.0.6 @@ -9099,11 +11149,8 @@ packages: prelude-ls: 1.2.1 type-check: 0.4.0 word-wrap: 1.2.5 - dev: true - /ora@5.4.1: - resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} - engines: {node: '>=10'} + ora@5.4.1: dependencies: bl: 4.1.0 chalk: 4.1.2 @@ -9115,9 +11162,7 @@ packages: strip-ansi: 6.0.1 wcwidth: 1.0.1 - /ora@6.3.1: - resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + ora@6.3.1: dependencies: chalk: 5.3.0 cli-cursor: 4.0.0 @@ -9128,87 +11173,50 @@ packages: stdin-discarder: 0.1.0 strip-ansi: 7.1.0 wcwidth: 1.0.1 - dev: true - /ordered-read-streams@1.0.1: - resolution: {integrity: sha512-Z87aSjx3r5c0ZB7bcJqIgIRX5bxR7A4aSzvIbaxd0oTkWBCOoKfuGHiKj60CHVUgg1Phm5yMZzBdt8XqRs73Mw==} + ordered-read-streams@1.0.1: dependencies: readable-stream: 2.3.8 - dev: true - /os-lang@3.2.0: - resolution: {integrity: sha512-/hMEpk0p6gE4BaK9ZufPktHYsws4Kft8nBwiWEdIJryigq6bZ4PkuKkWypvjFdAZRtHm20pZTSoZgBjKtT/HTw==} - hasBin: true + os-lang@3.2.0: dependencies: '@node-kit/extra.cp': 3.2.0 lcid: 4.0.1 - /os-name@1.0.3: - resolution: {integrity: sha512-f5estLO2KN8vgtTRaILIgEGBoBrMnZ3JQ7W9TMZCnOIGwHe8TRGSpcagnWDo+Dfhd/z08k9Xe75hvciJJ8Qaew==} - engines: {node: '>=0.10.0'} - hasBin: true + os-name@1.0.3: dependencies: osx-release: 1.1.0 win-release: 1.1.1 - dev: false - /os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} - dev: false + os-tmpdir@1.0.2: {} - /osx-release@1.1.0: - resolution: {integrity: sha512-ixCMMwnVxyHFQLQnINhmIpWqXIfS2YOXchwQrk+OFzmo6nDjQ0E4KXAyyUh0T0MZgV4bUhkRrAbVqlE4yLVq4A==} - engines: {node: '>=0.10.0'} - hasBin: true + osx-release@1.1.0: dependencies: minimist: 1.2.8 - dev: false - /p-limit@2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + p-limit@2.3.0: dependencies: p-try: 2.2.0 - dev: true - /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + p-limit@3.1.0: dependencies: yocto-queue: 0.1.0 - dev: true - /p-locate@4.1.0: - resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} - engines: {node: '>=8'} + p-locate@4.1.0: dependencies: p-limit: 2.3.0 - dev: true - /p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + p-locate@5.0.0: dependencies: p-limit: 3.1.0 - dev: true - /p-map@4.0.0: - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} - engines: {node: '>=10'} + p-map@4.0.0: dependencies: aggregate-error: 3.1.0 - dev: true - /p-try@2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} - dev: true + p-try@2.2.0: {} - /pacote@15.2.0: - resolution: {integrity: sha512-rJVZeIwHTUta23sIZgEIM62WYwbmGbThdbnkt81ravBplQv+HjyroqnLRNH2+sLJHcGZmLRmhPwACqhfTcOmnA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - hasBin: true + pacote@15.2.0: dependencies: '@npmcli/git': 4.1.0 '@npmcli/installed-package-contents': 2.1.0 @@ -9231,16 +11239,12 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: true - /parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + parent-module@1.0.1: dependencies: callsites: 3.1.0 - /parse-entities@2.0.0: - resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} + parse-entities@2.0.0: dependencies: character-entities: 1.2.4 character-entities-legacy: 1.1.4 @@ -9248,197 +11252,109 @@ packages: is-alphanumerical: 1.0.4 is-decimal: 1.0.4 is-hexadecimal: 1.0.4 - dev: true - /parse-filepath@1.0.2: - resolution: {integrity: sha512-FwdRXKCohSVeXqwtYonZTXtbGJKrn+HNyWDYVcp5yuJlesTwNH4rsmRZ+GrKAPJ5bLpRxESMeS+Rl0VCHRvB2Q==} - engines: {node: '>=0.8'} + parse-filepath@1.0.2: dependencies: is-absolute: 1.0.0 map-cache: 0.2.2 path-root: 0.1.1 - dev: true - /parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} + parse-json@4.0.0: dependencies: error-ex: 1.3.2 json-parse-better-errors: 1.0.2 - dev: true - /parse-json@5.2.0: - resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} - engines: {node: '>=8'} + parse-json@5.2.0: dependencies: '@babel/code-frame': 7.24.2 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 - /parse-ms@2.1.0: - resolution: {integrity: sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==} - engines: {node: '>=6'} - dev: true + parse-ms@2.1.0: {} - /parse-passwd@1.0.0: - resolution: {integrity: sha512-1Y1A//QUXEZK7YKz+rD9WydcE1+EuPr6ZBgKecAB8tmoW6UFv0NREVJe1p+jRxtThkcbbKkfwIbWJe/IeE6m2Q==} - engines: {node: '>=0.10.0'} - dev: true + parse-passwd@1.0.0: {} - /path-dirname@1.0.2: - resolution: {integrity: sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==} - dev: true + path-dirname@1.0.2: {} - /path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} - dev: true + path-exists@4.0.0: {} - /path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + path-is-absolute@1.0.1: {} - /path-key@2.0.1: - resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} - engines: {node: '>=4'} - dev: true + path-key@2.0.1: {} - /path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + path-key@3.1.1: {} - /path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + path-parse@1.0.7: {} - /path-root-regex@0.1.2: - resolution: {integrity: sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==} - engines: {node: '>=0.10.0'} - dev: true + path-root-regex@0.1.2: {} - /path-root@0.1.1: - resolution: {integrity: sha512-QLcPegTHF11axjfojBIoDygmS2E3Lf+8+jI6wOVmNVenrKSo3mFdSGiIgdSHenczw3wPtlVMQaFVwGmM7BJdtg==} - engines: {node: '>=0.10.0'} + path-root@0.1.1: dependencies: path-root-regex: 0.1.2 - dev: true - /path-scurry@1.10.2: - resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==} - engines: {node: '>=16 || 14 >=14.17'} + path-scurry@1.10.2: dependencies: lru-cache: 10.2.1 minipass: 7.0.4 - dev: true - /path-type@3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} + path-type@3.0.0: dependencies: pify: 3.0.0 - dev: true - /path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} - dev: true + path-type@4.0.0: {} - /pathe@1.1.2: - resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} - dev: true + pathe@1.1.2: {} - /pause-stream@0.0.11: - resolution: {integrity: sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==} + pause-stream@0.0.11: dependencies: through: 2.3.8 - dev: false - /perfect-debounce@1.0.0: - resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==} - dev: true + perfect-debounce@1.0.0: {} - /picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + picocolors@1.0.0: {} - /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} - dev: true + picomatch@2.3.1: {} - /pidtree@0.3.1: - resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} - engines: {node: '>=0.10'} - hasBin: true - dev: true + pidtree@0.3.1: {} - /pify@3.0.0: - resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} - engines: {node: '>=4'} - dev: true + pify@3.0.0: {} - /pkg-types@1.1.0: - resolution: {integrity: sha512-/RpmvKdxKf8uILTtoOhAgf30wYbP2Qw+L9p3Rvshx1JZVX+XQNZQFjlbmGHEGIm4CkVPlSn+NXmIM8+9oWQaSA==} + pkg-types@1.1.0: dependencies: confbox: 0.1.7 mlly: 1.6.1 pathe: 1.1.2 - dev: true - /plugin-error@1.0.1: - resolution: {integrity: sha512-L1zP0dk7vGweZME2i+EeakvUNqSrdiI3F91TwEoYiGrAfUXmVv6fJIq4g82PAXxNsWOp0J7ZqQy/3Szz0ajTxA==} - engines: {node: '>= 0.10'} + plugin-error@1.0.1: dependencies: ansi-colors: 1.1.0 arr-diff: 4.0.0 arr-union: 3.1.0 extend-shallow: 3.0.2 - dev: true - /pluralize@8.0.0: - resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} - engines: {node: '>=4'} - dev: true + pluralize@8.0.0: {} - /pm-info@2.5.1: - resolution: {integrity: sha512-cCK0S13Pk3z6vG1G0XyoqWPVg6SLEi7LnNRVlDep+JM50bsUD49rtEmhcCWKqTEEJD0QHYNlWNpb4W4s+Vi2tA==} + pm-info@2.5.1: dependencies: load-yml: 1.4.0 - dev: true - /possible-typed-array-names@1.0.0: - resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} - engines: {node: '>= 0.4'} - dev: true + possible-typed-array-names@1.0.0: {} - /postcss-safe-parser@6.0.0(postcss@8.4.38): - resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} - engines: {node: '>=12.0'} - peerDependencies: - postcss: ^8.3.3 + postcss-safe-parser@6.0.0(postcss@8.4.38): dependencies: postcss: 8.4.38 - dev: true - /postcss-scss@4.0.9(postcss@8.4.38): - resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} - engines: {node: '>=12.0'} - peerDependencies: - postcss: ^8.4.29 + postcss-scss@4.0.9(postcss@8.4.38): dependencies: postcss: 8.4.38 - dev: true - /postcss-selector-parser@6.0.16: - resolution: {integrity: sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==} - engines: {node: '>=4'} + postcss-selector-parser@6.0.16: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - dev: true - /postcss-styl@0.12.3: - resolution: {integrity: sha512-8I7Cd8sxiEITIp32xBK4K/Aj1ukX6vuWnx8oY/oAH35NfQI4OZaY5nd68Yx8HeN5S49uhQ6DL0rNk0ZBu/TaLg==} - engines: {node: ^8.10.0 || ^10.13.0 || ^11.10.1 || >=12.13.0} + postcss-styl@0.12.3: dependencies: debug: 4.3.4 fast-diff: 1.3.0 @@ -9447,37 +11363,23 @@ packages: stylus: 0.57.0 transitivePeerDependencies: - supports-color - dev: true - /postcss-values-parser@6.0.2(postcss@8.4.38): - resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} - engines: {node: '>=10'} - peerDependencies: - postcss: ^8.2.9 + postcss-values-parser@6.0.2(postcss@8.4.38): dependencies: color-name: 1.1.4 is-url-superb: 4.0.0 postcss: 8.4.38 quote-unquote: 1.0.0 - dev: true - /postcss@8.4.38: - resolution: {integrity: sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==} - engines: {node: ^10 || ^12 || >=14} + postcss@8.4.38: dependencies: nanoid: 3.3.7 picocolors: 1.0.0 source-map-js: 1.2.0 - dev: true - /preact@10.20.2: - resolution: {integrity: sha512-S1d1ernz3KQ+Y2awUxKakpfOg2CEmJmwOP+6igPx6dgr6pgDvenqYviyokWso2rhHvGtTlWWnJDa7RaPbQerTg==} - dev: true + preact@10.20.2: {} - /precinct@11.0.5: - resolution: {integrity: sha512-oHSWLC8cL/0znFhvln26D14KfCQFFn4KOLSw6hmLhd+LQ2SKt9Ljm89but76Pc7flM9Ty1TnXyrA2u16MfRV3w==} - engines: {node: ^14.14.0 || >=16.0.0} - hasBin: true + precinct@11.0.5: dependencies: '@dependents/detective-less': 4.1.0 commander: 10.0.1 @@ -9493,178 +11395,105 @@ packages: node-source-walk: 6.0.2 transitivePeerDependencies: - supports-color - dev: true - /prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} - dev: true + prelude-ls@1.2.1: {} - /prettier-config-common@1.4.0: - resolution: {integrity: sha512-8sYxS0a6pDInA/eJGL4iCsdblr39yHKrjrXLNb/OZkm8yQ0338FlK898Us4Pu5tV4TwOBx48GdxGt9mN58duxg==} - dev: true + prettier-config-common@1.4.0: {} - /prettier-linter-helpers@1.0.0: - resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} - engines: {node: '>=6.0.0'} + prettier-linter-helpers@1.0.0: dependencies: fast-diff: 1.3.0 - dev: true - /prettier@3.2.5: - resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} - engines: {node: '>=14'} - hasBin: true - dev: true + prettier@3.2.5: {} - /pretty-ms@7.0.1: - resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==} - engines: {node: '>=10'} + pretty-ms@7.0.1: dependencies: parse-ms: 2.1.0 - dev: true - /proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true + proc-log@3.0.0: {} - /process-nextick-args@2.0.1: - resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} - dev: true + process-nextick-args@2.0.1: {} - /promise-inflight@1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} - peerDependencies: - bluebird: '*' - peerDependenciesMeta: - bluebird: - optional: true - dev: true + promise-inflight@1.0.1: {} - /promise-retry@2.0.1: - resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} - engines: {node: '>=10'} + promise-retry@2.0.1: dependencies: err-code: 2.0.3 retry: 0.12.0 - dev: true - /pump@2.0.1: - resolution: {integrity: sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==} + pump@2.0.1: dependencies: end-of-stream: 1.4.4 once: 1.4.0 - dev: true - /pump@3.0.0: - resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + pump@3.0.0: dependencies: end-of-stream: 1.4.4 once: 1.4.0 - dev: false - /pumpify@1.5.1: - resolution: {integrity: sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==} + pumpify@1.5.1: dependencies: duplexify: 3.7.1 inherits: 2.0.4 pump: 2.0.1 - dev: true - /punycode.js@2.3.1: - resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} - engines: {node: '>=6'} - dev: true + punycode.js@2.3.1: {} - /punycode@2.3.1: - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} - engines: {node: '>=6'} - dev: true + punycode@2.3.1: {} - /qs@6.12.1: - resolution: {integrity: sha512-zWmv4RSuB9r2mYQw3zxQuHWeU+42aKi1wWig/j4ele4ygELZ7PEO6MM7rim9oAQH2A5MWfsAVf/jPvTPgCbvUQ==} - engines: {node: '>=0.6'} + qs@6.12.1: dependencies: side-channel: 1.0.6 - dev: false - /queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - dev: true + queue-microtask@1.2.3: {} - /queue-tick@1.0.1: - resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} - dev: true + queue-tick@1.0.1: {} - /quote-unquote@1.0.0: - resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==} - dev: true + quote-unquote@1.0.0: {} - /randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + randombytes@2.1.0: dependencies: safe-buffer: 5.2.1 - dev: true - /rc@1.2.8: - resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} - hasBin: true + rc@1.2.8: dependencies: deep-extend: 0.6.0 ini: 1.3.8 minimist: 1.2.8 strip-json-comments: 2.0.1 - dev: true - /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@3.0.2: dependencies: json-parse-even-better-errors: 3.0.1 npm-normalize-package-bin: 3.0.1 - dev: true - /read-package-json@6.0.4: - resolution: {integrity: sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + read-package-json@6.0.4: dependencies: glob: 10.3.12 json-parse-even-better-errors: 3.0.1 normalize-package-data: 5.0.0 npm-normalize-package-bin: 3.0.1 - dev: true - /read-pkg-up@7.0.1: - resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} - engines: {node: '>=8'} + read-pkg-up@7.0.1: dependencies: find-up: 4.1.0 read-pkg: 5.2.0 type-fest: 0.8.1 - dev: true - /read-pkg@3.0.0: - resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} - engines: {node: '>=4'} + read-pkg@3.0.0: dependencies: load-json-file: 4.0.0 normalize-package-data: 2.5.0 path-type: 3.0.0 - dev: true - /read-pkg@5.2.0: - resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} - engines: {node: '>=8'} + read-pkg@5.2.0: dependencies: '@types/normalize-package-data': 2.4.4 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 - dev: true - /readable-stream@2.3.8: - resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + readable-stream@2.3.8: dependencies: core-util-is: 1.0.3 inherits: 2.0.4 @@ -9673,76 +11502,47 @@ packages: safe-buffer: 5.1.2 string_decoder: 1.1.1 util-deprecate: 1.0.2 - dev: true - /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + readable-stream@3.6.2: dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - /readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} + readdirp@3.6.0: dependencies: picomatch: 2.3.1 - dev: true - /rechoir@0.6.2: - resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} - engines: {node: '>= 0.10'} + rechoir@0.6.2: dependencies: resolve: 1.22.8 - dev: false - /rechoir@0.8.0: - resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} - engines: {node: '>= 10.13.0'} + rechoir@0.8.0: dependencies: resolve: 1.22.8 - dev: true - /regenerate-unicode-properties@10.1.1: - resolution: {integrity: sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==} - engines: {node: '>=4'} + regenerate-unicode-properties@10.1.1: dependencies: regenerate: 1.4.2 - dev: true - /regenerate@1.4.2: - resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} - dev: true + regenerate@1.4.2: {} - /regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - dev: true + regenerator-runtime@0.14.1: {} - /regenerator-transform@0.15.2: - resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} + regenerator-transform@0.15.2: dependencies: '@babel/runtime': 7.24.4 - dev: true - /regexp-tree@0.1.27: - resolution: {integrity: sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==} - hasBin: true - dev: true + regexp-tree@0.1.27: {} - /regexp.prototype.flags@1.5.2: - resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} - engines: {node: '>= 0.4'} + regexp.prototype.flags@1.5.2: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-errors: 1.3.0 set-function-name: 2.0.2 - dev: true - /regexpu-core@5.3.2: - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} - engines: {node: '>=4'} + regexpu-core@5.3.2: dependencies: '@babel/regjsgen': 0.8.0 regenerate: 1.4.2 @@ -9750,21 +11550,12 @@ packages: regjsparser: 0.9.1 unicode-match-property-ecmascript: 2.0.0 unicode-match-property-value-ecmascript: 2.1.0 - dev: true - /regjsparser@0.9.1: - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} - hasBin: true + regjsparser@0.9.1: dependencies: jsesc: 0.5.0 - dev: true - /reinstaller@3.0.2(debug@4.3.4)(js-cool@5.18.1)(typescript@5.4.5): - resolution: {integrity: sha512-VLjzE9tQMghK53x1Ccx96AEdRRe+dKq5zsnSNFLf1d7QsLAaRV0yX3lU1djgIaPYNSjDOXBRXjt8Y/GFTrHt/A==} - hasBin: true - peerDependencies: - debug: '>= 4' - js-cool: '>= 2' + reinstaller@3.0.2(debug@4.3.4)(js-cool@5.19.0)(typescript@5.4.5): dependencies: '@node-kit/extra.fs': 2.5.1 commander: 10.0.1 @@ -9773,204 +11564,113 @@ packages: cosmiconfig: 8.3.6(typescript@5.4.5) debug: 4.3.4 global-modules: 2.0.0 - js-cool: 5.18.1 + js-cool: 5.19.0 monorepo-root: 2.5.1 ora: 6.3.1 what-pm: 2.5.1 workspace-projects: 2.5.1 transitivePeerDependencies: - typescript - dev: true - /remove-bom-buffer@3.0.0: - resolution: {integrity: sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==} - engines: {node: '>=0.10.0'} + remove-bom-buffer@3.0.0: dependencies: is-buffer: 1.1.6 is-utf8: 0.2.1 - dev: true - /remove-bom-stream@1.2.0: - resolution: {integrity: sha512-wigO8/O08XHb8YPzpDDT+QmRANfW6vLqxfaXm1YXhnFf3AkSLyjfG3GEFg4McZkmgL7KvCj5u2KczkvSP6NfHA==} - engines: {node: '>= 0.10'} + remove-bom-stream@1.2.0: dependencies: remove-bom-buffer: 3.0.0 safe-buffer: 5.2.1 through2: 2.0.5 - dev: true - /remove-trailing-separator@1.1.0: - resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} - dev: true + remove-trailing-separator@1.1.0: {} - /replace-ext@1.0.1: - resolution: {integrity: sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==} - engines: {node: '>= 0.10'} - dev: true + replace-ext@1.0.1: {} - /replace-ext@2.0.0: - resolution: {integrity: sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==} - engines: {node: '>= 10'} - dev: true + replace-ext@2.0.0: {} - /replace-homedir@2.0.0: - resolution: {integrity: sha512-bgEuQQ/BHW0XkkJtawzrfzHFSN70f/3cNOiHa2QsYxqrjaC30X1k74FJ6xswVBP0sr0SpGIdVFuPwfrYziVeyw==} - engines: {node: '>= 10.13.0'} - dev: true + replace-homedir@2.0.0: {} - /require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} - dev: true + require-directory@2.1.1: {} - /requirejs-config-file@4.0.0: - resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} - engines: {node: '>=10.13.0'} + requirejs-config-file@4.0.0: dependencies: esprima: 4.0.1 stringify-object: 3.3.0 - dev: true - /requirejs@2.3.6: - resolution: {integrity: sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true + requirejs@2.3.6: {} - /resolve-dependency-path@3.0.2: - resolution: {integrity: sha512-Tz7zfjhLfsvR39ADOSk9us4421J/1ztVBo4rWUkF38hgHK5m0OCZ3NxFVpqHRkjctnwVa15igEUHFJp8MCS7vA==} - engines: {node: '>=14'} - dev: true + resolve-dependency-path@3.0.2: {} - /resolve-dir@1.0.1: - resolution: {integrity: sha512-R7uiTjECzvOsWSfdM0QKFNBVFcK27aHOUwdvK53BcW8zqnGdYp0Fbj82cy54+2A4P2tFM22J5kRfe1R+lM/1yg==} - engines: {node: '>=0.10.0'} + resolve-dir@1.0.1: dependencies: expand-tilde: 2.0.2 global-modules: 1.0.0 - dev: true - /resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} + resolve-from@4.0.0: {} - /resolve-options@1.1.0: - resolution: {integrity: sha512-NYDgziiroVeDC29xq7bp/CacZERYsA9bXYd1ZmcJlF3BcrZv5pTb4NG7SjdyKDnXZ84aC4vo2u6sNKIA1LCu/A==} - engines: {node: '>= 0.10'} + resolve-options@1.1.0: dependencies: value-or-function: 3.0.0 - dev: true - /resolve-options@2.0.0: - resolution: {integrity: sha512-/FopbmmFOQCfsCx77BRFdKOniglTiHumLgwvd6IDPihy1GKkadZbgQJBcTb2lMzSR1pndzd96b1nZrreZ7+9/A==} - engines: {node: '>= 10.13.0'} + resolve-options@2.0.0: dependencies: value-or-function: 4.0.0 - dev: true - /resolve-pkg-maps@1.0.0: - resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} - dev: true + resolve-pkg-maps@1.0.0: {} - /resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + resolve@1.19.0: dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 - dev: true - /resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} - hasBin: true + resolve@1.22.8: dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} + restore-cursor@3.1.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - /restore-cursor@4.0.0: - resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + restore-cursor@4.0.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - dev: true - /retry@0.12.0: - resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} - engines: {node: '>= 4'} - dev: true + retry@0.12.0: {} - /reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - dev: true + reusify@1.0.4: {} - /rfdc@1.3.1: - resolution: {integrity: sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==} - dev: true + rfdc@1.3.1: {} - /rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - hasBin: true + rimraf@3.0.2: dependencies: glob: 7.2.3 - dev: true - /rimraf@5.0.5: - resolution: {integrity: sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==} - engines: {node: '>=14'} - hasBin: true + rimraf@5.0.5: dependencies: glob: 10.3.12 - dev: true - /rm-all@1.1.1(js-cool@5.18.1): - resolution: {integrity: sha512-5n3SiDtp0BxHX485YhfbxR1RLtR9KlRTCj0hHahTufYEhUyE9ydy1nRtP4OG9kXifsYClu43gwkqcOnjpz/HPQ==} - engines: {node: '>=12.20'} - hasBin: true - peerDependencies: - js-cool: '>= 2' + rm-all@1.1.1(js-cool@5.19.0): dependencies: '@node-kit/extra.fs': 3.2.0 commander: 11.1.0 - js-cool: 5.18.1 - dev: true + js-cool: 5.19.0 - /rollup-plugin-add-banner@1.1.0(rollup@4.16.4): - resolution: {integrity: sha512-GvBE6Miow7NxxHeRc0ehs6uJ8AV4fAmc5rnPIpIAyrUX+LKLkw0vXgFiGl63mFshWK3HXLjyXfzTgBLp1W9W2g==} - peerDependencies: - rollup: '>= 2.0.0' + rollup-plugin-add-banner@1.1.0(rollup@4.16.4): dependencies: magic-string: 0.26.7 rollup: 4.16.4 - dev: true - /rollup-plugin-css-only@4.5.2(rollup@4.16.4): - resolution: {integrity: sha512-7rj9+jB17Pz8LNcPgtMUb16JcgD8lxQMK9HcGfAVhMK3na/WXes3oGIo5QsrQQVqtgAU6q6KnQNXJrYunaUIQQ==} - engines: {node: '>=14'} - peerDependencies: - rollup: <5 + rollup-plugin-css-only@4.5.2(rollup@4.16.4): dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) rollup: 4.16.4 - dev: true - /rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.16.4): - resolution: {integrity: sha512-CehMY9FAqJD5OUaE/Mi1r5z0kNeYxItmRO2zG4Qnv2qWKF09J2lTy5GUzjJR354ZPrLkCj4fiBN41lo8PzBUhw==} - engines: {node: '>=14.18.0'} - peerDependencies: - esbuild: '>=0.18.0' - rollup: ^1.20.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 - peerDependenciesMeta: - esbuild: - optional: true + rollup-plugin-esbuild@6.1.1(esbuild@0.20.2)(rollup@4.16.4): dependencies: '@rollup/pluginutils': 5.1.0(rollup@4.16.4) debug: 4.3.4 @@ -9980,11 +11680,8 @@ packages: rollup: 4.16.4 transitivePeerDependencies: - supports-color - dev: true - /rollup-plugin-filesize@10.0.0: - resolution: {integrity: sha512-JAYYhzCcmGjmCzo3LEHSDE3RAPHKIeBdpqRhiyZSv5o/3wFhktUOzYAWg/uUKyEu5dEaVaql6UOmaqHx1qKrZA==} - engines: {node: '>=16.0.0'} + rollup-plugin-filesize@10.0.0: dependencies: '@babel/runtime': 7.24.4 boxen: 5.1.2 @@ -9997,55 +11694,31 @@ packages: transitivePeerDependencies: - bluebird - supports-color - dev: true - /rollup-plugin-node-externals@7.1.2(rollup@4.16.4): - resolution: {integrity: sha512-cVJFKs+ulZxpMmn/s+oi431d93Jq5+G7Sc5ixWDrL2k+Gj+MqXg0KMNWgKf8Mw5qpaG4jVDpsvuqFfiCvRcGeA==} - engines: {node: '>= 21 || ^20.6.0 || ^18.19.0'} - peerDependencies: - rollup: ^3.0.0 || ^4.0.0 + rollup-plugin-node-externals@7.1.2(rollup@4.16.4): dependencies: rollup: 4.16.4 - dev: true - /rollup-plugin-replace-shebang@1.2.0(rollup@4.16.4): - resolution: {integrity: sha512-683B/kMQwm7TN8sIsBo778kzvu4PYed4XU7OPNidTdGb2eFlEdkNbq8dPapzkEckLfzxxPHYz44f7+U5e+NW4A==} - peerDependencies: - rollup: '>= 2.0.0' + rollup-plugin-replace-shebang@1.2.0(rollup@4.16.4): dependencies: magic-string: 0.26.7 rollup: 4.16.4 - dev: true - /rollup-plugin-visualizer@5.12.0(rollup@4.16.4): - resolution: {integrity: sha512-8/NU9jXcHRs7Nnj07PF2o4gjxmm9lXIrZ8r175bT9dK8qoLlvKTwRMArRCMgpMGlq8CTLugRvEmyMeMXIU2pNQ==} - engines: {node: '>=14'} - hasBin: true - peerDependencies: - rollup: 2.x || 3.x || 4.x - peerDependenciesMeta: - rollup: - optional: true + rollup-plugin-visualizer@5.12.0(rollup@4.16.4): dependencies: open: 8.4.2 picomatch: 2.3.1 - rollup: 4.16.4 source-map: 0.7.4 yargs: 17.7.2 - dev: true + optionalDependencies: + rollup: 4.16.4 - /rollup@0.63.5: - resolution: {integrity: sha512-dFf8LpUNzIj3oE0vCvobX6rqOzHzLBoblyFp+3znPbjiSmSvOoK2kMKx+Fv9jYduG1rvcCfCveSgEaQHjWRF6g==} - hasBin: true + rollup@0.63.5: dependencies: '@types/estree': 0.0.39 '@types/node': 20.12.7 - dev: true - /rollup@4.16.4: - resolution: {integrity: sha512-kuaTJSUbz+Wsb2ATGvEknkI12XV40vIiHmLuFlejoo7HtDok/O5eDDD0UpCVY5bBX5U5RYo8wWP83H7ZsqVEnA==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} - hasBin: true + rollup@4.16.4: dependencies: '@types/estree': 1.0.5 optionalDependencies: @@ -10066,130 +11739,77 @@ packages: '@rollup/rollup-win32-ia32-msvc': 4.16.4 '@rollup/rollup-win32-x64-msvc': 4.16.4 fsevents: 2.3.3 - dev: true - /run-async@2.4.1: - resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} - engines: {node: '>=0.12.0'} - dev: false + run-async@2.4.1: {} - /run-async@3.0.0: - resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} - engines: {node: '>=0.12.0'} - dev: false + run-async@3.0.0: {} - /run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + run-parallel@1.2.0: dependencies: queue-microtask: 1.2.3 - dev: true - /rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + rxjs@7.8.1: dependencies: tslib: 2.6.2 - /safe-array-concat@1.1.2: - resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} - engines: {node: '>=0.4'} + safe-array-concat@1.1.2: dependencies: call-bind: 1.0.7 get-intrinsic: 1.2.4 has-symbols: 1.0.3 isarray: 2.0.5 - dev: true - /safe-buffer@5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + safe-buffer@5.1.2: {} - /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + safe-buffer@5.2.1: {} - /safe-regex-test@1.0.3: - resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} - engines: {node: '>= 0.4'} + safe-regex-test@1.0.3: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-regex: 1.1.4 - dev: true - /safe-regex@2.1.1: - resolution: {integrity: sha512-rx+x8AMzKb5Q5lQ95Zoi6ZbJqwCLkqi3XuJXp5P3rT8OEc6sZCJG5AE5dU3lsgRr/F4Bs31jSlVN+j5KrsGu9A==} + safe-regex@2.1.1: dependencies: regexp-tree: 0.1.27 - dev: true - /safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + safer-buffer@2.1.2: {} - /sass-lookup@5.0.1: - resolution: {integrity: sha512-t0X5PaizPc2H4+rCwszAqHZRtr4bugo4pgiCvrBFvIX0XFxnr29g77LJcpyj9A0DcKf7gXMLcgvRjsonYI6x4g==} - engines: {node: '>=14'} - hasBin: true + sass-lookup@5.0.1: dependencies: commander: 10.0.1 - dev: true - /sax@1.2.4: - resolution: {integrity: sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==} - dev: true + sax@1.2.4: {} - /search-insights@2.13.0: - resolution: {integrity: sha512-Orrsjf9trHHxFRuo9/rzm0KIWmgzE8RMlZMzuhZOJ01Rnz3D0YBAe+V6473t6/H6c7irs6Lt48brULAiRWb3Vw==} - dev: true + search-insights@2.13.0: {} - /semver-diff@4.0.0: - resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==} - engines: {node: '>=12'} + semver-diff@4.0.0: dependencies: semver: 7.6.0 - dev: false - /semver-greatest-satisfied-range@2.0.0: - resolution: {integrity: sha512-lH3f6kMbwyANB7HuOWRMlLCa2itaCrZJ+SAqqkSZrZKO/cAsk2EOyaKHUtNkVLFyFW9pct22SFesFp3Z7zpA0g==} - engines: {node: '>= 10.13.0'} + semver-greatest-satisfied-range@2.0.0: dependencies: sver: 1.8.4 - dev: true - /semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} - hasBin: true + semver@5.7.2: {} - /semver@6.3.1: - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} - hasBin: true - dev: true + semver@6.3.1: {} - /semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} - engines: {node: '>=10'} - hasBin: true + semver@7.5.4: dependencies: lru-cache: 6.0.0 - dev: true - /semver@7.6.0: - resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} - engines: {node: '>=10'} - hasBin: true + semver@7.6.0: dependencies: lru-cache: 6.0.0 - /serialize-javascript@6.0.2: - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} + serialize-javascript@6.0.2: dependencies: randombytes: 2.1.0 - dev: true - /set-blocking@2.0.0: - resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} - dev: true + set-blocking@2.0.0: {} - /set-function-length@1.2.2: - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} - engines: {node: '>= 0.4'} + set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 es-errors: 1.3.0 @@ -10198,87 +11818,56 @@ packages: gopd: 1.0.1 has-property-descriptors: 1.0.2 - /set-function-name@2.0.2: - resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} - engines: {node: '>= 0.4'} + 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 - dev: true - /shebang-command@1.2.0: - resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} - engines: {node: '>=0.10.0'} + shebang-command@1.2.0: dependencies: shebang-regex: 1.0.0 - dev: true - /shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - /shebang-regex@1.0.0: - resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} - engines: {node: '>=0.10.0'} - dev: true + shebang-regex@1.0.0: {} - /shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + shebang-regex@3.0.0: {} - /shell-quote@1.8.1: - resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - dev: true + shell-quote@1.8.1: {} - /shelljs@0.8.5: - resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} - engines: {node: '>=4'} - hasBin: true + shelljs@0.8.5: dependencies: glob: 7.2.3 interpret: 1.4.0 rechoir: 0.6.2 - dev: false - /shiki@0.14.7: - resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} + shiki@0.14.7: dependencies: ansi-sequence-parser: 1.1.1 jsonc-parser: 3.2.1 vscode-oniguruma: 1.7.0 vscode-textmate: 8.0.0 - dev: true - /shiki@1.3.0: - resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==} + shiki@1.3.0: dependencies: '@shikijs/core': 1.3.0 - dev: true - /side-channel@1.0.6: - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} - engines: {node: '>= 0.4'} + side-channel@1.0.6: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 get-intrinsic: 1.2.4 object-inspect: 1.13.1 - /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + signal-exit@3.0.7: {} - /signal-exit@4.1.0: - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} - engines: {node: '>=14'} + signal-exit@4.1.0: {} - /sigstore@1.9.0: - resolution: {integrity: sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - hasBin: true + sigstore@1.9.0: dependencies: '@sigstore/bundle': 1.1.0 '@sigstore/protobuf-specs': 0.2.1 @@ -10287,313 +11876,187 @@ packages: make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color - dev: true - /slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} + slash@3.0.0: {} - /slash@4.0.0: - resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} - engines: {node: '>=12'} - dev: true + slash@4.0.0: {} - /smart-buffer@4.2.0: - resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} - engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} - dev: true + smart-buffer@4.2.0: {} - /smob@1.5.0: - resolution: {integrity: sha512-g6T+p7QO8npa+/hNx9ohv1E5pVCmWrVCUzUXJyLdMmftX6ER0oiWY/w9knEonLpnOp6b6FenKnMfR8gqwWdwig==} - dev: true + smob@1.5.0: {} - /socks-proxy-agent@7.0.0: - resolution: {integrity: sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==} - engines: {node: '>= 10'} + socks-proxy-agent@7.0.0: dependencies: agent-base: 6.0.2 debug: 4.3.4 socks: 2.8.3 transitivePeerDependencies: - supports-color - dev: true - /socks@2.8.3: - resolution: {integrity: sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==} - engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} + socks@2.8.3: dependencies: ip-address: 9.0.5 smart-buffer: 4.2.0 - dev: true - /source-map-js@1.2.0: - resolution: {integrity: sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==} - engines: {node: '>=0.10.0'} - dev: true + source-map-js@1.2.0: {} - /source-map-resolve@0.6.0: - resolution: {integrity: sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==} - deprecated: See https://github.com/lydell/source-map-resolve#deprecated + source-map-resolve@0.6.0: dependencies: atob: 2.1.2 decode-uri-component: 0.2.2 - dev: true - /source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + source-map-support@0.5.21: dependencies: buffer-from: 1.1.2 source-map: 0.6.1 - dev: true - /source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} - dev: true + source-map@0.6.1: {} - /source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - dev: true + source-map@0.7.4: {} - /sourcemap-codec@1.4.8: - resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} - deprecated: Please use @jridgewell/sourcemap-codec instead - dev: true + sourcemap-codec@1.4.8: {} - /sparkles@2.1.0: - resolution: {integrity: sha512-r7iW1bDw8R/cFifrD3JnQJX0K1jqT0kprL48BiBpLZLJPmAm34zsVBsK5lc7HirZYZqMW65dOXZgbAGt/I6frg==} - engines: {node: '>= 10.13.0'} - dev: true + sparkles@2.1.0: {} - /spdx-correct@3.2.0: - resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.17 - dev: true - /spdx-exceptions@2.5.0: - resolution: {integrity: sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==} - dev: true + spdx-exceptions@2.5.0: {} - /spdx-expression-parse@3.0.1: - resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + spdx-expression-parse@3.0.1: dependencies: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.17 - dev: true - /spdx-expression-parse@4.0.0: - resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} + spdx-expression-parse@4.0.0: dependencies: spdx-exceptions: 2.5.0 spdx-license-ids: 3.0.17 - dev: true - /spdx-license-ids@3.0.17: - resolution: {integrity: sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==} - dev: true + spdx-license-ids@3.0.17: {} - /speakingurl@14.0.1: - resolution: {integrity: sha512-1POYv7uv2gXoyGFpBCmpDVSNV74IfsWlDW216UPjbWufNf+bSU6GdbDsxdcxtfwb4xlI3yxzOTKClUosxARYrQ==} - engines: {node: '>=0.10.0'} - dev: true + speakingurl@14.0.1: {} - /split2@3.2.2: - resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + split2@3.2.2: dependencies: readable-stream: 3.6.2 - dev: true - /sprintf-js@1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - dev: true + sprintf-js@1.0.3: {} - /sprintf-js@1.1.3: - resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} - dev: true + sprintf-js@1.1.3: {} - /ssri@10.0.5: - resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ssri@10.0.5: dependencies: minipass: 7.0.4 - dev: true - /ssri@9.0.1: - resolution: {integrity: sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} + ssri@9.0.1: dependencies: minipass: 3.3.6 - dev: true - /statuses@1.5.0: - resolution: {integrity: sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==} - engines: {node: '>= 0.6'} - dev: false + statuses@1.5.0: {} - /stdin-discarder@0.1.0: - resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + stdin-discarder@0.1.0: dependencies: bl: 5.1.0 - dev: true - /stream-composer@1.0.2: - resolution: {integrity: sha512-bnBselmwfX5K10AH6L4c8+S5lgZMWI7ZYrz2rvYjCPB2DIMC4Ig8OpxGpNJSxRZ58oti7y1IcNvjBAz9vW5m4w==} + stream-composer@1.0.2: dependencies: streamx: 2.16.1 - dev: true - /stream-exhaust@1.0.2: - resolution: {integrity: sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==} - dev: true + stream-exhaust@1.0.2: {} - /stream-shift@1.0.3: - resolution: {integrity: sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==} - dev: true + stream-shift@1.0.3: {} - /stream-to-array@2.3.0: - resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} + stream-to-array@2.3.0: dependencies: any-promise: 1.3.0 - dev: true - /streamx@2.16.1: - resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==} + streamx@2.16.1: dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 optionalDependencies: bare-events: 2.2.2 - dev: true - /string-argv@0.3.2: - resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} - engines: {node: '>=0.6.19'} - dev: true + string-argv@0.3.2: {} - /string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + 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: - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} - engines: {node: '>=12'} + string-width@5.1.2: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.1.0 - dev: true - /string.prototype.padend@3.1.6: - resolution: {integrity: sha512-XZpspuSB7vJWhvJc9DLSlrXl1mcA2BdoY5jjnS135ydXqLoqhs96JjDtCkjJEQHvfqZIp9hBuBMgI589peyx9Q==} - engines: {node: '>= 0.4'} + string.prototype.padend@3.1.6: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-object-atoms: 1.0.0 - dev: true - /string.prototype.trim@1.2.9: - resolution: {integrity: sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==} - engines: {node: '>= 0.4'} + string.prototype.trim@1.2.9: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-abstract: 1.23.3 es-object-atoms: 1.0.0 - dev: true - /string.prototype.trimend@1.0.8: - resolution: {integrity: sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==} + string.prototype.trimend@1.0.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 - dev: true - /string.prototype.trimstart@1.0.8: - resolution: {integrity: sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==} - engines: {node: '>= 0.4'} + string.prototype.trimstart@1.0.8: dependencies: call-bind: 1.0.7 define-properties: 1.2.1 es-object-atoms: 1.0.0 - dev: true - /string_decoder@1.1.1: - resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + string_decoder@1.1.1: dependencies: safe-buffer: 5.1.2 - dev: true - /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + string_decoder@1.3.0: dependencies: safe-buffer: 5.2.1 - /stringify-object@3.3.0: - resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} - engines: {node: '>=4'} + stringify-object@3.3.0: dependencies: get-own-enumerable-property-symbols: 3.0.2 is-obj: 1.0.1 is-regexp: 1.0.0 - dev: true - /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 - /strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} + strip-ansi@7.1.0: dependencies: ansi-regex: 6.0.1 - dev: true - /strip-bom@3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} - engines: {node: '>=4'} - dev: true + strip-bom@3.0.0: {} - /strip-indent@3.0.0: - resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} - engines: {node: '>=8'} + strip-indent@3.0.0: dependencies: min-indent: 1.0.1 - dev: true - /strip-json-comments@2.0.1: - resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} - engines: {node: '>=0.10.0'} - dev: true + strip-json-comments@2.0.1: {} - /strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} - dev: true + strip-json-comments@3.1.1: {} - /stylus-lookup@5.0.1: - resolution: {integrity: sha512-tLtJEd5AGvnVy4f9UHQMw4bkJJtaAcmo54N+ovQBjDY3DuWyK9Eltxzr5+KG0q4ew6v2EHyuWWNnHeiw/Eo7rQ==} - engines: {node: '>=14'} - hasBin: true + stylus-lookup@5.0.1: dependencies: commander: 10.0.1 - dev: true - /stylus@0.57.0: - resolution: {integrity: sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==} - hasBin: true + stylus@0.57.0: dependencies: css: 3.0.0 debug: 4.3.4 @@ -10603,68 +12066,41 @@ packages: source-map: 0.7.4 transitivePeerDependencies: - supports-color - dev: true - /supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} + supports-color@5.5.0: dependencies: has-flag: 3.0.0 - /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + supports-color@7.2.0: dependencies: has-flag: 4.0.0 - /supports-color@8.1.1: - resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} - engines: {node: '>=10'} + supports-color@8.1.1: dependencies: has-flag: 4.0.0 - dev: true - /supports-preserve-symlinks-flag@1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} + supports-preserve-symlinks-flag@1.0.0: {} - /sver@1.8.4: - resolution: {integrity: sha512-71o1zfzyawLfIWBOmw8brleKyvnbn73oVHNCsu51uPMz/HWiKkkXsI31JjHW5zqXEqnPYkIiHd8ZmL7FCimLEA==} + sver@1.8.4: optionalDependencies: semver: 6.3.1 - dev: true - /svg-tags@1.0.0: - resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} - dev: true + svg-tags@1.0.0: {} - /synckit@0.6.2: - resolution: {integrity: sha512-Vhf+bUa//YSTYKseDiiEuQmhGCoIF3CVBhunm3r/DQnYiGT4JssmnKQc44BIyOZRK2pKjXXAgbhfmbeoC9CJpA==} - engines: {node: '>=12.20'} + synckit@0.6.2: dependencies: tslib: 2.6.2 - dev: true - /synckit@0.8.8: - resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} - engines: {node: ^14.18.0 || >=16.0.0} + synckit@0.8.8: dependencies: '@pkgr/core': 0.1.1 tslib: 2.6.2 - dev: true - /tabbable@6.2.0: - resolution: {integrity: sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==} - dev: true + tabbable@6.2.0: {} - /tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} - engines: {node: '>=6'} - dev: true + tapable@2.2.1: {} - /tar@6.2.1: - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} - engines: {node: '>=10'} + tar@6.2.1: dependencies: chownr: 2.0.0 fs-minipass: 2.1.0 @@ -10672,156 +12108,96 @@ packages: minizlib: 2.1.2 mkdirp: 1.0.4 yallist: 4.0.0 - dev: true - /teex@1.0.1: - resolution: {integrity: sha512-eYE6iEI62Ni1H8oIa7KlDU6uQBtqr4Eajni3wX7rpfXD8ysFx8z0+dri+KWEPWpBsxXfxu58x/0jvTVT1ekOSg==} + teex@1.0.1: dependencies: streamx: 2.16.1 - dev: true - /terser@5.30.4: - resolution: {integrity: sha512-xRdd0v64a8mFK9bnsKVdoNP9GQIKUAaJPTaqEQDL4w/J8WaW4sWXXoMZ+6SimPkfT5bElreXf8m9HnmPc3E1BQ==} - engines: {node: '>=10'} - hasBin: true + terser@5.30.4: dependencies: '@jridgewell/source-map': 0.3.6 acorn: 8.11.3 commander: 2.20.3 source-map-support: 0.5.21 - dev: true - /text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - dev: true + text-table@0.2.0: {} - /thenify-all@1.6.0: - resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} - engines: {node: '>=0.8'} + thenify-all@1.6.0: dependencies: thenify: 3.3.1 - dev: false - /thenify@3.3.1: - resolution: {integrity: sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==} + thenify@3.3.1: dependencies: any-promise: 1.3.0 - dev: false - /through2-filter@3.0.0: - resolution: {integrity: sha512-jaRjI2WxN3W1V8/FMZ9HKIBXixtiqs3SQSX4/YGIiP3gL6djW48VoZq9tDqeCWs3MT8YY5wb/zli8VW8snY1CA==} + through2-filter@3.0.0: dependencies: through2: 2.0.5 xtend: 4.0.2 - dev: true - /through2@2.0.5: - resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + through2@2.0.5: dependencies: readable-stream: 2.3.8 xtend: 4.0.2 - dev: true - /through2@3.0.2: - resolution: {integrity: sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==} + through2@3.0.2: dependencies: inherits: 2.0.4 readable-stream: 3.6.2 - dev: true - /through2@4.0.2: - resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} + through2@4.0.2: dependencies: readable-stream: 3.6.2 - dev: true - /through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - dev: false + through@2.3.8: {} - /tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 - dev: false - /to-absolute-glob@2.0.2: - resolution: {integrity: sha512-rtwLUQEwT8ZeKQbyFJyomBRYXyE16U5VKuy0ftxLMK/PZb2fkOsg5r9kHdauuVDbsNdIBoC/HCthpidamQFXYA==} - engines: {node: '>=0.10.0'} + to-absolute-glob@2.0.2: dependencies: is-absolute: 1.0.0 is-negated-glob: 1.0.0 - dev: true - /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - dev: true + to-fast-properties@2.0.0: {} - /to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 - dev: true - /to-through@2.0.0: - resolution: {integrity: sha512-+QIz37Ly7acM4EMdw2PRN389OneM5+d844tirkGp4dPKzI5OE72V9OsbFp+CIYJDahZ41ZV05hNtcPAQUAm9/Q==} - engines: {node: '>= 0.10'} + to-through@2.0.0: dependencies: through2: 2.0.5 - dev: true - /to-through@3.0.0: - resolution: {integrity: sha512-y8MN937s/HVhEoBU1SxfHC+wxCHkV1a9gW8eAdTadYh/bGyesZIVcbjI+mSpFbSVwQici/XjBjuUyri1dnXwBw==} - engines: {node: '>=10.13.0'} + to-through@3.0.0: dependencies: streamx: 2.16.1 - dev: true - /ts-api-utils@1.3.0(typescript@5.4.5): - resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} - engines: {node: '>=16'} - peerDependencies: - typescript: '>=4.2.0' + ts-api-utils@1.3.0(typescript@5.4.5): dependencies: typescript: 5.4.5 - dev: true - /ts-graphviz@1.8.2: - resolution: {integrity: sha512-5YhbFoHmjxa7pgQLkB07MtGnGJ/yhvjmc9uhsnDBEICME6gkPf83SBwLDQqGDoCa3XzUMWLk1AU2Wn1u1naDtA==} - engines: {node: '>=14.16'} - dev: true + ts-graphviz@1.8.2: {} - /tsconfig-paths@3.15.0: - resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + tsconfig-paths@3.15.0: dependencies: '@types/json5': 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 - dev: true - /tsconfig-paths@4.2.0: - resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} - engines: {node: '>=6'} + tsconfig-paths@4.2.0: dependencies: json5: 2.2.3 minimist: 1.2.8 strip-bom: 3.0.0 - dev: true - /tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - dev: true + tslib@1.14.1: {} - /tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + tslib@2.6.2: {} - /tsnd@1.1.0: - resolution: {integrity: sha512-sc+Xm5uxwfMlYCjLkwP9i7+9uC4izAo8N/opmdzR+RHtE/XTEfUV8r5FI3oh6RdcMybNHD0DTGultnzrJfcirQ==} - hasBin: true + tsnd@1.1.0: dependencies: cross-spawn: 7.0.3 esbuild: 0.14.54 @@ -10830,79 +12206,47 @@ packages: import-meta-resolve: 2.2.2 transitivePeerDependencies: - supports-color - dev: true - /tsutils@3.21.0(typescript@5.4.5): - resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} - engines: {node: '>= 6'} - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + tsutils@3.21.0(typescript@5.4.5): dependencies: tslib: 1.14.1 typescript: 5.4.5 - dev: true - /tuf-js@1.1.7: - resolution: {integrity: sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + tuf-js@1.1.7: dependencies: '@tufjs/models': 1.0.4 debug: 4.3.4 make-fetch-happen: 11.1.1 transitivePeerDependencies: - supports-color - dev: true - /type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} + type-check@0.4.0: dependencies: prelude-ls: 1.2.1 - dev: true - /type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} - dev: true + type-fest@0.20.2: {} - /type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} - dev: false + type-fest@0.21.3: {} - /type-fest@0.6.0: - resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} - engines: {node: '>=8'} - dev: true + type-fest@0.6.0: {} - /type-fest@0.8.1: - resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} - engines: {node: '>=8'} - dev: true + type-fest@0.8.1: {} - /typed-array-buffer@1.0.2: - resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} - engines: {node: '>= 0.4'} + typed-array-buffer@1.0.2: dependencies: call-bind: 1.0.7 es-errors: 1.3.0 is-typed-array: 1.1.13 - dev: true - /typed-array-byte-length@1.0.1: - resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} - engines: {node: '>= 0.4'} + typed-array-byte-length@1.0.1: dependencies: call-bind: 1.0.7 for-each: 0.3.3 gopd: 1.0.1 has-proto: 1.0.3 is-typed-array: 1.1.13 - dev: true - /typed-array-byte-offset@1.0.2: - resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} - engines: {node: '>= 0.4'} + typed-array-byte-offset@1.0.2: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 @@ -10910,11 +12254,8 @@ packages: gopd: 1.0.1 has-proto: 1.0.3 is-typed-array: 1.1.13 - dev: true - /typed-array-length@1.0.6: - resolution: {integrity: sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==} - engines: {node: '>= 0.4'} + typed-array-length@1.0.6: dependencies: call-bind: 1.0.7 for-each: 0.3.3 @@ -10922,213 +12263,120 @@ packages: has-proto: 1.0.3 is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - dev: true - /typedoc-plugin-markdown@3.17.1(typedoc@0.25.13): - resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} - peerDependencies: - typedoc: '>=0.24.0' + typedoc-plugin-markdown@3.17.1(typedoc@0.25.13(typescript@5.4.5)): dependencies: handlebars: 4.7.8 typedoc: 0.25.13(typescript@5.4.5) - dev: true - /typedoc@0.25.13(typescript@5.4.5): - resolution: {integrity: sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==} - engines: {node: '>= 16'} - hasBin: true - peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x + typedoc@0.25.13(typescript@5.4.5): dependencies: lunr: 2.3.9 marked: 4.3.0 minimatch: 9.0.4 shiki: 0.14.7 typescript: 5.4.5 - dev: true - /typescript@5.4.2: - resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} - engines: {node: '>=14.17'} - hasBin: true - dev: true + typescript@5.4.2: {} - /typescript@5.4.5: - resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} - engines: {node: '>=14.17'} - hasBin: true + typescript@5.4.5: {} - /uc.micro@2.1.0: - resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} - dev: true + uc.micro@2.1.0: {} - /ufo@1.5.3: - resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} - dev: true + ufo@1.5.3: {} - /uglify-js@3.17.4: - resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} - engines: {node: '>=0.8.0'} - hasBin: true - requiresBuild: true - dev: true + uglify-js@3.17.4: optional: true - /unbox-primitive@1.0.2: - resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + unbox-primitive@1.0.2: dependencies: call-bind: 1.0.7 has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - dev: true - /unc-path-regex@0.1.2: - resolution: {integrity: sha512-eXL4nmJT7oCpkZsHZUOJo8hcX3GbsiDOa0Qu9F646fi8dT3XuSVopVqAcEiVzSKKH7UoDti23wNX3qGFxcW5Qg==} - engines: {node: '>=0.10.0'} - dev: true + unc-path-regex@0.1.2: {} - /undertaker-registry@2.0.0: - resolution: {integrity: sha512-+hhVICbnp+rlzZMgxXenpvTxpuvA67Bfgtt+O9WOE5jo7w/dyiF1VmoZVIHvP2EkUjsyKyTwYKlLhA+j47m1Ew==} - engines: {node: '>= 10.13.0'} - dev: true + undertaker-registry@2.0.0: {} - /undertaker@2.0.0: - resolution: {integrity: sha512-tO/bf30wBbTsJ7go80j0RzA2rcwX6o7XPBpeFcb+jzoeb4pfMM2zUeSDIkY1AWqeZabWxaQZ/h8N9t35QKDLPQ==} - engines: {node: '>=10.13.0'} + undertaker@2.0.0: dependencies: bach: 2.0.1 fast-levenshtein: 3.0.0 last-run: 2.0.0 undertaker-registry: 2.0.0 - dev: true - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@5.26.5: {} - /unescape@1.0.1: - resolution: {integrity: sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==} - engines: {node: '>=0.10.0'} + unescape@1.0.1: dependencies: extend-shallow: 2.0.1 - dev: false - /unicode-canonical-property-names-ecmascript@2.0.0: - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} - engines: {node: '>=4'} - dev: true + unicode-canonical-property-names-ecmascript@2.0.0: {} - /unicode-match-property-ecmascript@2.0.0: - resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} - engines: {node: '>=4'} + unicode-match-property-ecmascript@2.0.0: dependencies: unicode-canonical-property-names-ecmascript: 2.0.0 unicode-property-aliases-ecmascript: 2.1.0 - dev: true - /unicode-match-property-value-ecmascript@2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} - engines: {node: '>=4'} - dev: true + unicode-match-property-value-ecmascript@2.1.0: {} - /unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} - engines: {node: '>=4'} - dev: true + unicode-property-aliases-ecmascript@2.1.0: {} - /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@2.0.1: dependencies: unique-slug: 3.0.0 - dev: true - /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@3.0.0: dependencies: unique-slug: 4.0.0 - dev: true - /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@3.0.0: dependencies: imurmurhash: 0.1.4 - dev: true - /unique-slug@4.0.0: - resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + unique-slug@4.0.0: dependencies: imurmurhash: 0.1.4 - dev: true - /unique-stream@2.3.1: - resolution: {integrity: sha512-2nY4TnBE70yoxHkDli7DMazpWiP7xMdCYqU2nBRO0UB+ZpEkGsSija7MvmvnZFUeC+mrgiUfcHSr3LmRFIg4+A==} + unique-stream@2.3.1: dependencies: json-stable-stringify-without-jsonify: 1.0.1 through2-filter: 3.0.0 - dev: true - /unist-util-stringify-position@2.0.3: - resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} + unist-util-stringify-position@2.0.3: dependencies: '@types/unist': 2.0.10 - dev: true - /universalify@0.1.2: - resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} - engines: {node: '>= 4.0.0'} - dev: true + universalify@0.1.2: {} - /unplugin-vue-define-options@1.4.3(rollup@4.16.4): - resolution: {integrity: sha512-CN5xF8l8bySD6okw6PCt1zWFHf5vX+q4Cg2ssn9usANHtxmeyCgMccC7ywZyzI32dQS+pq6hvuSz/GewtYnbEQ==} - engines: {node: '>=16.14.0'} + unplugin-vue-define-options@1.4.3(rollup@4.16.4)(vue@3.4.25(typescript@5.4.5)): dependencies: - '@vue-macros/common': 1.10.2(rollup@4.16.4) + '@vue-macros/common': 1.10.2(rollup@4.16.4)(vue@3.4.25(typescript@5.4.5)) ast-walker-scope: 0.6.1 unplugin: 1.10.1 transitivePeerDependencies: - rollup - vue - dev: true - /unplugin@1.10.1: - resolution: {integrity: sha512-d6Mhq8RJeGA8UfKCu54Um4lFA0eSaRa3XxdAJg8tIdxbu1ubW0hBCZUL7yI2uGyYCRndvbK8FLHzqy2XKfeMsg==} - engines: {node: '>=14.0.0'} + unplugin@1.10.1: dependencies: acorn: 8.11.3 chokidar: 3.6.0 webpack-sources: 3.2.3 webpack-virtual-modules: 0.6.1 - dev: true - /update-browserslist-db@1.0.13(browserslist@4.23.0): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' + update-browserslist-db@1.0.13(browserslist@4.23.0): dependencies: browserslist: 4.23.0 escalade: 3.1.2 picocolors: 1.0.0 - dev: true - /uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + uri-js@4.4.1: dependencies: punycode: 2.3.1 - dev: true - /urllib@2.41.0: - resolution: {integrity: sha512-pNXdxEv52L67jahLT+/7QE+Fup1y2Gc6EdmrAhQ6OpQIC2rl14oWwv9hvk1GXOZqEnJNwRXHABuwgPOs1CtL7g==} - engines: {node: '>= 0.10.0'} - peerDependencies: - proxy-agent: ^5.0.0 - peerDependenciesMeta: - proxy-agent: - optional: true + urllib@2.41.0: dependencies: any-promise: 1.3.0 content-type: 1.0.5 @@ -11146,70 +12394,42 @@ packages: utility: 1.18.0 transitivePeerDependencies: - supports-color - dev: false - /use-downloads@1.5.1: - resolution: {integrity: sha512-DOAlnvDzbXJLo2D+jMQ87qKhNBiV7p0RzDjDHLCmlyTOA6iVytQuyvVDcTK4UYz7U907YJkaOieWxXHGWy6+tg==} + use-downloads@1.5.1: {} - /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + util-deprecate@1.0.2: {} - /utility@1.18.0: - resolution: {integrity: sha512-PYxZDA+6QtvRvm//++aGdmKG/cI07jNwbROz0Ql+VzFV1+Z0Dy55NI4zZ7RHc9KKpBePNFwoErqIuqQv/cjiTA==} - engines: {node: '>= 0.12.0'} + utility@1.18.0: dependencies: copy-to: 2.0.1 escape-html: 1.0.3 mkdirp: 0.5.6 mz: 2.7.0 unescape: 1.0.1 - dev: false - /v8flags@4.0.1: - resolution: {integrity: sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==} - engines: {node: '>= 10.13.0'} - dev: true + v8flags@4.0.1: {} - /validate-npm-package-license@3.0.4: - resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + validate-npm-package-license@3.0.4: dependencies: spdx-correct: 3.2.0 spdx-expression-parse: 3.0.1 - dev: true - /validate-npm-package-name@5.0.0: - resolution: {integrity: sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + validate-npm-package-name@5.0.0: dependencies: builtins: 5.1.0 - dev: true - /validator@13.11.0: - resolution: {integrity: sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==} - engines: {node: '>= 0.10'} - dev: true + validator@13.11.0: {} - /value-or-function@3.0.0: - resolution: {integrity: sha512-jdBB2FrWvQC/pnPtIqcLsMaQgjhdb6B7tk1MMyTKapox+tQZbdRP4uLxu/JY0t7fbfDCUMnuelzEYv5GsxHhdg==} - engines: {node: '>= 0.10'} - dev: true + value-or-function@3.0.0: {} - /value-or-function@4.0.0: - resolution: {integrity: sha512-aeVK81SIuT6aMJfNo9Vte8Dw0/FZINGBV8BfCraGtqVxIeLAEhJyoWs8SmvRVmXfGss2PmmOwZCuBPbZR+IYWg==} - engines: {node: '>= 10.13.0'} - dev: true + value-or-function@4.0.0: {} - /vinyl-contents@2.0.0: - resolution: {integrity: sha512-cHq6NnGyi2pZ7xwdHSW1v4Jfnho4TEGtxZHw01cmnc8+i7jgR6bRnED/LbrKan/Q7CvVLbnvA5OepnhbpjBZ5Q==} - engines: {node: '>=10.13.0'} + vinyl-contents@2.0.0: dependencies: bl: 5.1.0 vinyl: 3.0.0 - dev: true - /vinyl-fs@3.0.3: - resolution: {integrity: sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==} - engines: {node: '>= 0.10'} + vinyl-fs@3.0.3: dependencies: fs-mkdirp-stream: 1.0.0 glob-stream: 6.1.0 @@ -11228,11 +12448,8 @@ packages: value-or-function: 3.0.0 vinyl: 2.2.1 vinyl-sourcemap: 1.1.0 - dev: true - /vinyl-fs@4.0.0: - resolution: {integrity: sha512-7GbgBnYfaquMk3Qu9g22x000vbYkOex32930rBnc3qByw6HfMEAoELjCjoJv4HuEQxHAurT+nvMHm6MnJllFLw==} - engines: {node: '>=10.13.0'} + vinyl-fs@4.0.0: dependencies: fs-mkdirp-stream: 2.0.1 glob-stream: 8.0.2 @@ -11248,11 +12465,8 @@ packages: value-or-function: 4.0.0 vinyl: 3.0.0 vinyl-sourcemap: 2.0.0 - dev: true - /vinyl-sourcemap@1.1.0: - resolution: {integrity: sha512-NiibMgt6VJGJmyw7vtzhctDcfKch4e4n9TBeoWlirb7FMg9/1Ov9k+A5ZRAtywBpRPiyECvQRQllYM8dECegVA==} - engines: {node: '>= 0.10'} + vinyl-sourcemap@1.1.0: dependencies: append-buffer: 1.0.2 convert-source-map: 1.9.0 @@ -11261,11 +12475,8 @@ packages: now-and-later: 2.0.1 remove-bom-buffer: 3.0.0 vinyl: 2.2.1 - dev: true - /vinyl-sourcemap@2.0.0: - resolution: {integrity: sha512-BAEvWxbBUXvlNoFQVFVHpybBbjW1r03WhohJzJDSfgrrK5xVYIDTan6xN14DlyImShgDRv2gl9qhM6irVMsV0Q==} - engines: {node: '>=10.13.0'} + vinyl-sourcemap@2.0.0: dependencies: convert-source-map: 2.0.0 graceful-fs: 4.2.11 @@ -11273,11 +12484,8 @@ packages: streamx: 2.16.1 vinyl: 3.0.0 vinyl-contents: 2.0.0 - dev: true - /vinyl@2.2.1: - resolution: {integrity: sha512-LII3bXRFBZLlezoG5FfZVcXflZgWP/4dCwKtxd5ky9+LOtM4CS3bIRQsmR1KMnMW07jpE8fqR2lcxPZ+8sJIcw==} - engines: {node: '>= 0.10'} + vinyl@2.2.1: dependencies: clone: 2.1.2 clone-buffer: 1.0.0 @@ -11285,83 +12493,45 @@ packages: cloneable-readable: 1.1.3 remove-trailing-separator: 1.1.0 replace-ext: 1.0.1 - dev: true - /vinyl@3.0.0: - resolution: {integrity: sha512-rC2VRfAVVCGEgjnxHUnpIVh3AGuk62rP3tqVrn+yab0YH7UULisC085+NYH+mnqf3Wx4SpSi1RQMwudL89N03g==} - engines: {node: '>=10.13.0'} + vinyl@3.0.0: dependencies: clone: 2.1.2 clone-stats: 1.0.0 remove-trailing-separator: 1.1.0 replace-ext: 2.0.0 teex: 1.0.1 - dev: true - /vite@5.2.10(@types/node@20.12.7): - resolution: {integrity: sha512-PAzgUZbP7msvQvqdSD+ErD5qGnSFiGOoWmV5yAKUEI0kdhjbH6nMWVyZQC/hSc4aXwc0oJ9aEdIiF9Oje0JFCw==} - engines: {node: ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@types/node': ^18.0.0 || >=20.0.0 - less: '*' - lightningcss: ^1.21.0 - sass: '*' - stylus: '*' - sugarss: '*' - terser: ^5.4.0 - peerDependenciesMeta: - '@types/node': - optional: true - less: - optional: true - lightningcss: - optional: true - sass: - optional: true - stylus: - optional: true - sugarss: - optional: true - terser: - optional: true + vite@5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4): dependencies: - '@types/node': 20.12.7 esbuild: 0.20.2 postcss: 8.4.38 rollup: 4.16.4 optionalDependencies: + '@types/node': 20.12.7 fsevents: 2.3.3 - dev: true + stylus: 0.57.0 + terser: 5.30.4 - /vitepress@1.1.3(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(typescript@5.4.5): - resolution: {integrity: sha512-hGrIYN0w9IHWs0NQSnlMjKV/v/HLfD+Ywv5QdvCSkiT32mpNOOwUrZjnqZv/JL/WBPpUc94eghTUvmipxw0xrA==} - hasBin: true - peerDependencies: - markdown-it-mathjax3: ^4 - postcss: ^8 - peerDependenciesMeta: - markdown-it-mathjax3: - optional: true - postcss: - optional: true + vitepress@1.1.3(@algolia/client-search@4.23.3)(@types/node@20.12.7)(postcss@8.4.38)(search-insights@2.13.0)(stylus@0.57.0)(terser@5.30.4)(typescript@5.4.5): dependencies: '@docsearch/css': 3.6.0 - '@docsearch/js': 3.6.0(search-insights@2.13.0) + '@docsearch/js': 3.6.0(@algolia/client-search@4.23.3)(search-insights@2.13.0) '@shikijs/core': 1.3.0 '@shikijs/transformers': 1.3.0 '@types/markdown-it': 14.0.1 - '@vitejs/plugin-vue': 5.0.4(vite@5.2.10)(vue@3.4.25) - '@vue/devtools-api': 7.1.3(vue@3.4.25) - '@vueuse/core': 10.9.0(vue@3.4.25) - '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.25) + '@vitejs/plugin-vue': 5.0.4(vite@5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4))(vue@3.4.25(typescript@5.4.5)) + '@vue/devtools-api': 7.1.3(vue@3.4.25(typescript@5.4.5)) + '@vueuse/core': 10.9.0(vue@3.4.25(typescript@5.4.5)) + '@vueuse/integrations': 10.9.0(focus-trap@7.5.4)(vue@3.4.25(typescript@5.4.5)) focus-trap: 7.5.4 mark.js: 8.11.1 minisearch: 6.3.0 - postcss: 8.4.38 shiki: 1.3.0 - vite: 5.2.10(@types/node@20.12.7) + vite: 5.2.10(@types/node@20.12.7)(stylus@0.57.0)(terser@5.30.4) vue: 3.4.25(typescript@5.4.5) + optionalDependencies: + postcss: 8.4.38 transitivePeerDependencies: - '@algolia/client-search' - '@types/node' @@ -11388,38 +12558,16 @@ packages: - terser - typescript - universal-cookie - dev: true - /vscode-oniguruma@1.7.0: - resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} - dev: true + vscode-oniguruma@1.7.0: {} - /vscode-textmate@8.0.0: - resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} - dev: true + vscode-textmate@8.0.0: {} - /vue-demi@0.14.7(vue@3.4.25): - resolution: {integrity: sha512-EOG8KXDQNwkJILkx/gPcoL/7vH+hORoBaKgGe+6W7VFMvCYJfmF2dGbvgDroVnI8LU7/kTu8mbjRZGBU1z9NTA==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - peerDependencies: - '@vue/composition-api': ^1.0.0-rc.1 - vue: ^3.0.0-0 || ^2.6.0 - peerDependenciesMeta: - '@vue/composition-api': - optional: true - vue: - optional: true + vue-demi@0.14.7(vue@3.4.25(typescript@5.4.5)): dependencies: vue: 3.4.25(typescript@5.4.5) - dev: true - /vue-eslint-parser@9.4.2(eslint@8.57.0): - resolution: {integrity: sha512-Ry9oiGmCAK91HrKMtCrKFWmSFWvYkpGglCeFAIqDdr9zdXmMMpJOmUJS7WWsW7fX81h6mwHmUZCQQ1E0PkSwYQ==} - engines: {node: ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '>=6.0.0 || >= 8.0.0' + vue-eslint-parser@9.4.2(eslint@8.57.0): dependencies: debug: 4.3.4 eslint: 8.57.0 @@ -11431,224 +12579,134 @@ packages: semver: 7.6.0 transitivePeerDependencies: - supports-color - dev: true - /vue@3.4.25(typescript@5.4.5): - resolution: {integrity: sha512-HWyDqoBHMgav/OKiYA2ZQg+kjfMgLt/T0vg4cbIF7JbXAjDexRf5JRg+PWAfrAkSmTd2I8aPSXtooBFWHB98cg==} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + vue@3.4.25(typescript@5.4.5): dependencies: '@vue/compiler-dom': 3.4.25 '@vue/compiler-sfc': 3.4.25 '@vue/runtime-dom': 3.4.25 - '@vue/server-renderer': 3.4.25(vue@3.4.25) + '@vue/server-renderer': 3.4.25(vue@3.4.25(typescript@5.4.5)) '@vue/shared': 3.4.25 + optionalDependencies: typescript: 5.4.5 - dev: true - /walkdir@0.4.1: - resolution: {integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==} - engines: {node: '>=6.0.0'} - dev: true + walkdir@0.4.1: {} - /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + wcwidth@1.0.1: dependencies: defaults: 1.0.4 - /web-streams-polyfill@3.3.3: - resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} - engines: {node: '>= 8'} - dev: true + web-streams-polyfill@3.3.3: {} - /webpack-sources@3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} - engines: {node: '>=10.13.0'} - dev: true + webpack-sources@3.2.3: {} - /webpack-virtual-modules@0.6.1: - resolution: {integrity: sha512-poXpCylU7ExuvZK8z+On3kX+S8o/2dQ/SVYueKA0D4WEMXROXgY8Ez50/bQEUmvoSMMrWcrJqCHuhAbsiwg7Dg==} - dev: true + webpack-virtual-modules@0.6.1: {} - /what-pm@2.5.1: - resolution: {integrity: sha512-5CLrxTyIKk3o2Tshv1BMAe84NjJbucr/uio8fX4Jr838/enF/aQEpAUWLcj5WSbA3dOJWWsoySLQPCK2SPCeSA==} + what-pm@2.5.1: dependencies: find-up: 5.0.0 pm-info: 2.5.1 workspace-root: 2.5.1 - dev: true - /which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + which-boxed-primitive@1.0.2: dependencies: is-bigint: 1.0.4 is-boolean-object: 1.1.2 is-number-object: 1.0.7 is-string: 1.0.7 is-symbol: 1.0.4 - dev: true - /which-typed-array@1.1.15: - resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} - engines: {node: '>= 0.4'} + which-typed-array@1.1.15: dependencies: available-typed-arrays: 1.0.7 call-bind: 1.0.7 for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.2 - dev: true - /which@1.3.1: - resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} - hasBin: true + which@1.3.1: dependencies: isexe: 2.0.0 - dev: true - /which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} - hasBin: true + which@2.0.2: dependencies: isexe: 2.0.0 - /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@3.0.1: dependencies: isexe: 2.0.0 - dev: true - /wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + wide-align@1.1.5: dependencies: string-width: 4.2.3 - dev: true - /widest-line@3.1.0: - resolution: {integrity: sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==} - engines: {node: '>=8'} + widest-line@3.1.0: dependencies: string-width: 4.2.3 - dev: true - /win-release@1.1.1: - resolution: {integrity: sha512-iCRnKVvGxOQdsKhcQId2PXV1vV3J/sDPXKA4Oe9+Eti2nb2ESEsYHRYls/UjoUW3bIc5ZDO8dTH50A/5iVN+bw==} - engines: {node: '>=0.10.0'} + win-release@1.1.1: dependencies: semver: 5.7.2 - dev: false - /word-wrap@1.2.5: - resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} - engines: {node: '>=0.10.0'} - dev: true + word-wrap@1.2.5: {} - /wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - dev: true + wordwrap@1.0.0: {} - /workspace-projects@2.5.1: - resolution: {integrity: sha512-bUnx92d1MrnukbK+bK4NZ04+4VMC9jCOfvkB4D67KwzvxVmaBCh0zul0jQ6eghxGxMibxEtdIVQwYQuF0pSu3Q==} + workspace-projects@2.5.1: dependencies: '@node-kit/lerna-workspace-info': 2.5.1 '@node-kit/pnpm-workspace-info': 2.5.1 '@node-kit/yarn-workspace-info': 2.5.1 - dev: true - /workspace-root@2.5.1: - resolution: {integrity: sha512-pgC3AXnpwJ7E26Y+IolqBm/pqCyGZz6lk+QXyLJYGGXF8AOkwH3w49kEXbBt+6f9nKG39v0O0VAJ4y/k7qPIJQ==} + workspace-root@2.5.1: dependencies: '@node-kit/lerna-workspace-root': 2.5.1 '@node-kit/pnpm-workspace-root': 2.5.1 '@node-kit/yarn-workspace-root': 2.5.1 - dev: true - /wrap-ansi@6.2.0: - resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} - engines: {node: '>=8'} + wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: false - /wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: true - /wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} + wrap-ansi@8.1.0: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 strip-ansi: 7.1.0 - dev: true - /wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + wrappy@1.0.2: {} - /xml-name-validator@4.0.0: - resolution: {integrity: sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==} - engines: {node: '>=12'} - dev: true + xml-name-validator@4.0.0: {} - /xtend@4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} - dev: true + xtend@4.0.2: {} - /y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} - dev: true + y18n@5.0.8: {} - /yallist@3.1.1: - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} - dev: true + yallist@3.1.1: {} - /yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + yallist@4.0.0: {} - /yaml-eslint-parser@1.2.2: - resolution: {integrity: sha512-pEwzfsKbTrB8G3xc/sN7aw1v6A6c/pKxLAkjclnAyo5g5qOh6eL9WGu0o3cSDQZKrTNk4KL4lQSwZW+nBkANEg==} - engines: {node: ^14.17.0 || >=16.0.0} + yaml-eslint-parser@1.2.2: dependencies: eslint-visitor-keys: 3.4.3 lodash: 4.17.21 yaml: 2.4.1 - dev: true - /yaml@2.4.1: - resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} - engines: {node: '>= 14'} - hasBin: true - dev: true + yaml@2.4.1: {} - /yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} - dev: true + yargs-parser@20.2.9: {} - /yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} - dev: true + yargs-parser@21.1.1: {} - /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} + yargs@16.2.0: dependencies: cliui: 7.0.4 escalade: 3.1.2 @@ -11657,11 +12715,8 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 20.2.9 - dev: true - /yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + yargs@17.7.2: dependencies: cliui: 8.0.1 escalade: 3.1.2 @@ -11670,30 +12725,18 @@ packages: string-width: 4.2.3 y18n: 5.0.8 yargs-parser: 21.1.1 - dev: true - /yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} - dev: true + yocto-queue@0.1.0: {} - /z-schema@5.0.5: - resolution: {integrity: sha512-D7eujBWkLa3p2sIpJA0d1pr7es+a7m0vFAnZLlCEKq/Ij2k0MLi9Br2UPxoxdYystm5K1yeBGzub0FlYUEWj2Q==} - engines: {node: '>=8.0.0'} - hasBin: true + z-schema@5.0.5: dependencies: lodash.get: 4.4.2 lodash.isequal: 4.5.0 validator: 13.11.0 optionalDependencies: commander: 9.5.0 - dev: true - /zx@8.0.2: - resolution: {integrity: sha512-3g+ePtPYmyrjRuASlJiUhkje1je4a47woML/fzTKBb9PA5BzRQbSswwyJ8nlFWJjA1ORRi6TMyAdhuz/jK+Gaw==} - engines: {node: '>= 16.0.0'} - hasBin: true + zx@8.0.2: optionalDependencies: '@types/fs-extra': 11.0.4 '@types/node': 20.12.7 - dev: true From bbd3c813b55af0aae770c8d4b1b02364ecafc100 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 27 Apr 2024 13:25:08 +0800 Subject: [PATCH 38/52] release v7.0.0 --- package.json | 5 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 4 +- packages/gitmars/src/common/global.ts | 5 +- packages/gitmars/src/gitm-init.ts | 255 +++++++++++++------------- packages/gitmars/src/types.ts | 20 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- pnpm-lock.yaml | 12 -- scripts/version.ts | 196 -------------------- 16 files changed, 145 insertions(+), 370 deletions(-) delete mode 100644 scripts/version.ts diff --git a/package.json b/package.json index 6429c3984..b01ab5ff6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ @@ -14,7 +14,6 @@ "docs:build": "vitepress build packages/docs", "docs:deploy": "pnpm build docs", "prebuild": "[[ $CI = true ]] && npx pnpm install -r --store=node_modules/.pnpm-store || echo skipping pnpm install", - "gen:version": "tscjs scripts/version", "lib": "sh scripts/lib.sh", "build:bundle": "tscjs scripts/build", "build:rollup": "cross-env NODE_OPTIONS=\"--max-old-space-size=6144\" rollup -c build/rollup.config.ts --configPlugin @rollup/plugin-typescript", @@ -47,7 +46,6 @@ "@node-kit/extra.fs": "^3.2.0", "chalk": "^4.1.2", "debug": "^4.3.4", - "inquirer": "^8.2.6", "js-cool": "^5.19.0", "morgan": "^1.10.0", "os-lang": "^3.2.0" @@ -69,7 +67,6 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/gulp": "^4.0.17", - "@types/inquirer": "^9.0.7", "@types/node": "^20.12.7", "@types/rollup-plugin-css-only": "^3.1.3", "@vitejs/plugin-vue": "^5.0.4", diff --git a/packages/api/package.json b/packages/api/package.json index de36845f6..3d15484b8 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 5f3a620a6..05f6bf1e5 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index dd24e3914..4c61377f9 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 977c8f517..595b96307 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 8545b27fa..1c6d90b20 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 479a74bf8..d7efcb333 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index d4968f030..943a1054a 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "bin": { "gitm": "lib/gitm.mjs" @@ -66,7 +66,6 @@ "columnify": "^1.6.0", "commander": "^12.0.0", "dayjs": "^1.11.10", - "inquirer": "^8.2.6", "js-cool": "^5.19.0", "ora": "^5.4.1", "os-lang": "^3.2.0", @@ -75,7 +74,6 @@ "devDependencies": { "@eslint-sets/eslint-config-ts": "^5.12.0", "@types/columnify": "^1.5.4", - "@types/inquirer": "^9.0.7", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/gitmars/src/common/global.ts b/packages/gitmars/src/common/global.ts index 49b1a0774..cccd44fbb 100644 --- a/packages/gitmars/src/common/global.ts +++ b/packages/gitmars/src/common/global.ts @@ -21,7 +21,10 @@ export const hookList = [ 'post-rewrite', 'sendemail-validate' ] -export const defaults = { +export const defaults: Record & { + apolloConfig: string | Record + hooks: string | Record +} = { master: 'master', develop: 'dev', release: 'release', diff --git a/packages/gitmars/src/gitm-init.ts b/packages/gitmars/src/gitm-init.ts index c0193b1f7..da6a50a0c 100755 --- a/packages/gitmars/src/gitm-init.ts +++ b/packages/gitmars/src/gitm-init.ts @@ -3,9 +3,9 @@ import fs from 'fs' import { program } from 'commander' import chalk from 'chalk' import sh from 'shelljs' -import inquirer from 'inquirer' +import to from 'await-to-done' +import { editor, input } from '@inquirer/prompts' import { getGitRevParse, getIsGitProject } from '@gitmars/git' -import type { InitInquirerPromptType } from './types' import lang from './common/local' import { defaults } from './common/global' @@ -26,68 +26,68 @@ program .name('gitm init') .usage('') .description(t('Set configuration items for gitmars')) - .action(() => { - const prompts: InitInquirerPromptType[] = [] - Object.keys(defaults).forEach(key => { + .action(async () => { + let key: keyof typeof defaults + for (key in defaults) { + let data = defaults[key] if (['master', 'develop', 'release', 'bugfix', 'support'].includes(key)) { - prompts.push({ - type: 'input', - name: key, - message: t('Enter {branch} branch name', { - branch: key - }), - default: () => key, - transformer: val => val.trim(), - validate: val => (/^\w+$/.test(val) ? true : t('Enter the available names')) - }) + ;[, data = defaults[key]] = await to( + input({ + message: t('Enter {branch} branch name', { + branch: key + }), + default: defaults[key], + transformer: val => val.trim(), + validate: val => (/^\w+$/.test(val) ? true : t('Enter the available names')) + }) + ) } else if (key === 'user') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the Git username'), - transformer: val => val.trim(), - validate: val => - val === '' || /^\w+$/.test(val) ? true : t('Enter the available names') - }) + ;[, data = key] = await to( + input({ + message: t('Enter the Git username'), + transformer: val => val.trim(), + validate: val => + val === '' || /^\w+$/.test(val) ? true : t('Enter the available names') + }) + ) } else if (key === 'email') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the Git email address'), - transformer: val => val.trim(), - validate: val => - val === '' || /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(val) - ? true - : t('Enter the correct email') - }) + ;[, data = key] = await to( + input({ + message: t('Enter the Git email address'), + transformer: val => val.trim(), + validate: val => + val === '' || /^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(val) + ? true + : t('Enter the correct email') + }) + ) } else if (key === 'nameValidator') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the branch name naming convention'), - transformer: val => val.trim() - }) + ;[, data = key] = await to( + input({ + message: t('Enter the branch name naming convention'), + transformer: val => val.trim() + }) + ) } else if (key === 'descriptionValidator') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter commit message rules'), - transformer: val => val.trim() - }) + ;[, data = key] = await to( + input({ + message: t('Enter commit message rules'), + transformer: val => val.trim() + }) + ) } else if (key === 'msgTemplate') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the message template'), - default: () => '${message}; project: ${project}; path: ${pwd}', - transformer: val => val.trim() - }) + ;[, data = defaults[key]] = await to( + input({ + message: t('Enter the message template'), + default: defaults[key], + transformer: val => val.trim() + }) + ) } else if (key === 'apolloConfig') { - prompts.push({ - type: 'editor', - name: key, - message: t('Enter apollo configuration'), - default: () => `{ + ;[, data = defaults[key] as string] = await to( + editor({ + message: t('Enter apollo configuration'), + default: `{ "configServerUrl": "", "appId": "", "clusterName": "", @@ -95,88 +95,91 @@ program "apolloEnv": "", "token": "" }`, - validate: val => { - try { - // eslint-disable-next-line @typescript-eslint/no-unused-vars - val = JSON.parse(val) - return true - } catch (e) { - return t('Enter json') + validate: val => { + try { + val = JSON.parse(val) + return true + } catch (e) { + return t('Enter json') + } } - } - }) + }) + ) } else if (key === 'hooks') { - prompts.push({ - type: 'editor', - name: key, - message: t('Enter hooks configuration'), - default: () => `{ + ;[, data = defaults[key] as string] = await to( + editor({ + message: t('Enter hooks configuration'), + default: `{ "pre-commit": "", "pre-push": "" }`, - validate: val => { - try { - val = JSON.parse(val) - return !!val - } catch (e) { - return t('Enter json') + validate: val => { + try { + val = JSON.parse(val) + return !!val + } catch (e) { + return t('Enter json') + } } - } - }) + }) + ) } else if (key === 'api') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the query user permission interface'), - transformer: val => val.trim(), - validate: val => - val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') - }) + ;[, data = defaults[key]] = await to( + input({ + message: t('Enter the query user permission interface'), + transformer: val => val.trim(), + validate: val => + val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') + }) + ) } else if (key === 'gitHost') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the git URL'), - transformer: val => val.trim(), - validate: val => - val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') - }) + ;[, data = defaults[key]] = await to( + input({ + message: t('Enter the git URL'), + transformer: val => val.trim(), + validate: val => + val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') + }) + ) } else if (key === 'gitID') { - prompts.push({ - type: 'input', - name: key, - message: t('Enter the git project ID, currently only gitlab is supported'), - transformer: val => val.trim(), - validate: val => (val === '' || /^\d+$/.test(val) ? true : t('Enter the URL')) - }) + ;[, data = defaults[key]] = await to( + input({ + message: t('Enter the git project ID, currently only gitlab is supported'), + transformer: val => val.trim(), + validate: val => + val === '' || /^\d+$/.test(val) ? true : t('Enter the URL') + }) + ) } - }) - inquirer.prompt(prompts).then((answers: any) => { - try { - answers.apolloConfig = JSON.parse(answers.apolloConfig) - if (!answers.apolloConfig.configServerUrl || !answers.apolloConfig.token) { - answers.apolloConfig = '' - } - } catch (e) { - answers.apolloConfig = '' + defaults[key] = data + } + try { + defaults.apolloConfig = JSON.parse(defaults.apolloConfig as string) as Record< + string, + string + > + if (!defaults.apolloConfig.configServerUrl || !defaults.apolloConfig.token) { + defaults.apolloConfig = '' } - try { - let valid = false - answers.hooks = JSON.parse(answers.hooks) - hooks: for (const k in answers.hooks) { - if (answers.hooks[k]) { - valid = true - break hooks - } + } catch (e) { + defaults.apolloConfig = '' + } + try { + let valid = false + defaults.hooks = JSON.parse(defaults.hooks as string) as Record + hooks: for (const k in defaults.hooks as Record) { + if (defaults.hooks[k]) { + valid = true + break hooks } - if (!valid) answers.hooks = '' - } catch (e) { - answers.hooks = '' } - sh.echo(green(t('gitmars configured successfully'))) - fs.writeFileSync(root + '/.gitmarsrc', JSON.stringify(answers, null, 4), 'utf-8') - fs.chmodSync(root + '/.gitmarsrc', 0o0755) - }) + if (!valid) defaults.hooks = '' + } catch (e) { + defaults.hooks = '' + } + sh.echo(green(t('gitmars configured successfully'))) + fs.writeFileSync(root + '/.gitmarsrc', JSON.stringify(defaults, null, 4), 'utf-8') + fs.chmodSync(root + '/.gitmarsrc', 0o0755) }) program.parse(process.argv) export {} diff --git a/packages/gitmars/src/types.ts b/packages/gitmars/src/types.ts index ab578d5f2..c68f74d98 100644 --- a/packages/gitmars/src/types.ts +++ b/packages/gitmars/src/types.ts @@ -1,5 +1,4 @@ -import type { SpawnOptions, SpawnSyncReturns } from 'child_process' -import type { QuestionCollection } from 'inquirer' +import type { SpawnOptions } from 'child_process' export type AnyObject = Record @@ -116,20 +115,3 @@ export interface QueueConfigType extends SpawnOptions { postmsg?: boolean kill?: boolean } - -export interface QueueReturnsType - extends Partial, 'stdout' | 'stderr' | 'status'>> { - cfg: QueueConfigType - cmd: string | string[] | ModuleCommandType -} - -export type InitInquirerPromptType = QuestionCollection<{ - type: string - name: string - message: string - default?(): string - transformer?(val: any, answers: any, flags: any): any - validate?(val: any): string | boolean - when?(val: any): string | boolean - choices?: any -}> diff --git a/packages/go/package.json b/packages/go/package.json index d5347e463..419d21057 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index add53bf69..851a080cf 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 1f8cf4e1b..a0d086751 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.12", + "version": "7.0.0-beta.14", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c93b6edf8..38e7b99e1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,9 +20,6 @@ importers: debug: specifier: ^4.3.4 version: 4.3.4 - inquirer: - specifier: ^8.2.6 - version: 8.2.6 js-cool: specifier: ^5.19.0 version: 5.19.0 @@ -81,9 +78,6 @@ importers: '@types/gulp': specifier: ^4.0.17 version: 4.0.17 - '@types/inquirer': - specifier: ^9.0.7 - version: 9.0.7 '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -558,9 +552,6 @@ importers: dayjs: specifier: ^1.11.10 version: 1.11.10 - inquirer: - specifier: ^8.2.6 - version: 8.2.6 js-cool: specifier: ^5.19.0 version: 5.19.0 @@ -580,9 +571,6 @@ importers: '@types/columnify': specifier: ^1.5.4 version: 1.5.4 - '@types/inquirer': - specifier: ^9.0.7 - version: 9.0.7 '@types/node': specifier: ^20.12.7 version: 20.12.7 diff --git a/scripts/version.ts b/scripts/version.ts deleted file mode 100644 index de910e520..000000000 --- a/scripts/version.ts +++ /dev/null @@ -1,196 +0,0 @@ -import { resolve } from 'path' -import { type ExecSyncOptions, type SpawnSyncOptions, execSync, spawnSync } from 'child_process' -import { Separator, prompt } from 'inquirer' -import { writeJSONSync } from '@node-kit/extra.fs' -import pkg from '../package.json' -import { ROOT } from '../build/utils/paths' - -export interface VersionObject { - patch: string - minor: string - major: string - preid: string - subVer: string - version: string -} - -export interface VersionObjectList extends VersionObject { - id: string - command: string -} - -const increaseTypes = ['prerelease'] as const -const preTypes = ['prepatch', 'preminor', 'premajor'] as const -const productionTypes = ['patch', 'minor', 'major'] as const -const preidList = ['alpha', 'beta', 'rc'] as const -let COUNT = 0 - -const spawnOption: SpawnSyncOptions = { - stdio: 'inherit', - shell: process.platform === 'win32' -} -const execOption: ExecSyncOptions = { - stdio: 'inherit' -} - -const newVers = {} as Record< - (typeof preidList)[number] | 'production' | 'increase' | 'pre', - VersionObjectList[] -> - -for (const increaseType of increaseTypes) { - if (!('increase' in newVers)) newVers.increase = [] - const ver = genNextVersion(increaseType) - newVers.increase.push({ - ...ver, - command: `npm version ${increaseType} --preid=${ver.preid}`, - id: String(COUNT++) - }) -} - -for (const verType of productionTypes) { - if (!('production' in newVers)) newVers.production = [] - const ver = genNextVersion(verType) - newVers.production.push({ - ...ver, - command: `npm version ${verType}`, - id: String(COUNT++) - }) -} - -for (const preType of preTypes) { - if (!('pre' in newVers)) newVers.pre = [] - for (const preidType of preidList) { - const ver = genNextVersion(preType, preidType) - newVers.pre.push({ - ...ver, - command: `npm version ${preType} --preid=${ver.preid}`, - id: String(COUNT++) - }) - } -} - -prompt([ - { - type: 'list', - name: 'recommend', - message: 'Choose which version do you want?', - default: newVers.production[0].version, - choices: [ - // new Separator(' === Increase (recommend) === '), - ...newVers.increase.map(el => `${el.id}) ${el.version}`), - // new Separator(' === Production (recommend) === '), - ...newVers.production.map(el => `${el.id}) ${el.version}`), - 'create pre version', - new Separator(' --- Exit --- '), - 'exit', - new Separator() - ] - }, - { - type: 'list', - name: 'pre', - message: 'Choose which version do you want?', - default: newVers.pre[0].version, - choices: [ - ...newVers.pre.map(el => `${el.id}) ${el.version}`), - new Separator(' --- Exit --- '), - 'exit', - new Separator() - ], - when(data) { - return data.recommend === 'create pre version' - } - }, - { - type: 'confirm', - name: 'confirm', - message: '[Be Cautious]: Do you need to create a git tag?', - default: true, - when(data) { - return data.recommend !== 'exit' && data.pre !== 'exit' - } - } -]).then((data: { recommend: string; pre?: string; confirm: boolean }) => { - if (data.recommend === 'exit' || data.pre === 'exit') { - process.exit(0) - } - - const PACKAGE_JSON_URL = resolve(ROOT, 'package.json') - const [id] = (data.pre || data.recommend).split(')') - const { command, version } = searchVerTarget(id) - - if (data.confirm) { - execSync(command, execOption) - } else { - writeJSONSync(PACKAGE_JSON_URL, { - ...pkg, - version - }) - } - spawnSync('npx', ['prettier', '--write', './package.json'], spawnOption) -}) - -function searchVerTarget(id) { - return ( - newVers.increase.find(el => el.id === id) || - newVers.production.find(el => el.id === id) || - newVers.pre.find(el => el.id === id) || - null - ) -} - -function parseVersion(ver: string): VersionObject { - const [verNum, extVer = ''] = ver.split('-') - const [major, minor, patch] = verNum.split('.') - let [preid = '', subVer = ''] = extVer.split('.') - if (preid && !subVer) { - subVer = preid - preid = '' - } - return { - major, - minor, - patch, - preid, - subVer, - version: ver - } -} - -function genNextVersion( - type: - | (typeof productionTypes)[number] - | (typeof increaseTypes)[number] - | (typeof preTypes)[number] = 'patch', - preid?: (typeof preidList)[number] -): VersionObject { - const ver = parseVersion(pkg.version) - if (type.includes('patch')) { - ver.patch = String(+ver.patch + 1) - } else if (type.includes('minor')) { - ver.minor = String(+ver.minor + 1) - ver.patch = '0' - } else if (type.includes('major')) { - ver.major = String(+ver.major + 1) - ver.minor = '0' - ver.patch = '0' - } else if (type.includes('release') && !ver.preid) { - ver.patch = String(+ver.patch + 1) - } - - if (type.includes('release')) { - ver.subVer = ver.subVer ? String(+ver.subVer + 1) : '0' - ver.preid = ver.preid || 'alpha' - } else if (preid) { - ver.subVer = '0' - ver.preid = preid - } else { - ver.preid = '' - ver.subVer = '' - } - ver.version = ver.subVer - ? `${ver.major}.${ver.minor}.${ver.patch}-${ver.preid}.${ver.subVer}` - : `${ver.major}.${ver.minor}.${ver.patch}` - return ver -} From 64c7751a61a81e026c00f282f9cf227344db86c4 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 27 Apr 2024 14:32:40 +0800 Subject: [PATCH 39/52] release v7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/common/global.ts | 25 ++++-- packages/gitmars/src/conf/build-mp.ts | 2 +- packages/gitmars/src/gitm-init.ts | 105 ++++++++++++++++---------- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 14 files changed, 98 insertions(+), 56 deletions(-) diff --git a/package.json b/package.json index b01ab5ff6..61af7dc66 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 3d15484b8..9094fd423 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 05f6bf1e5..ac916872c 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 4c61377f9..b7f1011b0 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 595b96307..d8039ce6d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 1c6d90b20..dcba50a9e 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index d7efcb333..ae467ebb0 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 943a1054a..076359c1f 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/common/global.ts b/packages/gitmars/src/common/global.ts index cccd44fbb..35101467d 100644 --- a/packages/gitmars/src/common/global.ts +++ b/packages/gitmars/src/common/global.ts @@ -21,9 +21,23 @@ export const hookList = [ 'post-rewrite', 'sendemail-validate' ] -export const defaults: Record & { - apolloConfig: string | Record - hooks: string | Record +export const defaults: { + master: string + develop: string + release: string + bugfix: string + support: string + user: string + email: string + nameValidator: string + descriptionValidator: string + msgTemplate: string + apolloConfig: Record | null + hooks: Record | null + apis: Record | null + api: string + gitHost: string + gitID: string } = { master: 'master', develop: 'dev', @@ -35,8 +49,9 @@ export const defaults: Record & { nameValidator: '', descriptionValidator: '', msgTemplate: t('${message}; project: ${project}; path: ${pwd}'), - apolloConfig: '', - hooks: '', + apolloConfig: null, + hooks: null, + apis: null, api: '', gitHost: '', gitID: '' diff --git a/packages/gitmars/src/conf/build-mp.ts b/packages/gitmars/src/conf/build-mp.ts index 164705b12..11384ca72 100644 --- a/packages/gitmars/src/conf/build-mp.ts +++ b/packages/gitmars/src/conf/build-mp.ts @@ -82,7 +82,7 @@ export const cmdConfig: GitmarsOptionType = { long: '--app', negate: false, description: t('Build application'), - defaultValue: 'weapp', + defaultValue: '', recommend: true, options: ['weapp', 'alipay', 'tt', 'dd', 'swan'], value: 'weapp' diff --git a/packages/gitmars/src/gitm-init.ts b/packages/gitmars/src/gitm-init.ts index da6a50a0c..e58865851 100755 --- a/packages/gitmars/src/gitm-init.ts +++ b/packages/gitmars/src/gitm-init.ts @@ -29,9 +29,14 @@ program .action(async () => { let key: keyof typeof defaults for (key in defaults) { - let data = defaults[key] - if (['master', 'develop', 'release', 'bugfix', 'support'].includes(key)) { - ;[, data = defaults[key]] = await to( + if ( + key === 'master' || + key === 'develop' || + key === 'release' || + key === 'bugfix' || + key === 'support' + ) { + const [, data] = await to( input({ message: t('Enter {branch} branch name', { branch: key @@ -41,8 +46,9 @@ program validate: val => (/^\w+$/.test(val) ? true : t('Enter the available names')) }) ) + defaults[key] = data || defaults[key] } else if (key === 'user') { - ;[, data = key] = await to( + const [, data] = await to( input({ message: t('Enter the Git username'), transformer: val => val.trim(), @@ -50,8 +56,9 @@ program val === '' || /^\w+$/.test(val) ? true : t('Enter the available names') }) ) + defaults[key] = data || defaults[key] } else if (key === 'email') { - ;[, data = key] = await to( + const [, data] = await to( input({ message: t('Enter the Git email address'), transformer: val => val.trim(), @@ -61,30 +68,34 @@ program : t('Enter the correct email') }) ) + defaults[key] = data || defaults[key] } else if (key === 'nameValidator') { - ;[, data = key] = await to( + const [, data] = await to( input({ message: t('Enter the branch name naming convention'), transformer: val => val.trim() }) ) + defaults[key] = data || defaults[key] } else if (key === 'descriptionValidator') { - ;[, data = key] = await to( + const [, data] = await to( input({ message: t('Enter commit message rules'), transformer: val => val.trim() }) ) + defaults[key] = data || defaults[key] } else if (key === 'msgTemplate') { - ;[, data = defaults[key]] = await to( + const [, data] = await to( input({ message: t('Enter the message template'), default: defaults[key], transformer: val => val.trim() }) ) + defaults[key] = data || defaults[key] } else if (key === 'apolloConfig') { - ;[, data = defaults[key] as string] = await to( + const [, data] = await to( editor({ message: t('Enter apollo configuration'), default: `{ @@ -99,14 +110,15 @@ program try { val = JSON.parse(val) return true - } catch (e) { + } catch { return t('Enter json') } } }) ) + defaults[key] = data ? JSON.parse(data) : defaults[key] } else if (key === 'hooks') { - ;[, data = defaults[key] as string] = await to( + const [, data] = await to( editor({ message: t('Enter hooks configuration'), default: `{ @@ -117,14 +129,43 @@ program try { val = JSON.parse(val) return !!val - } catch (e) { + } catch { return t('Enter json') } } }) ) + defaults[key] = data ? JSON.parse(data) : defaults[key] + } else if (key === 'apis') { + const [, data] = await to( + editor({ + message: t('Enter hooks configuration'), + default: `{ + "buildConfig": { + "url": "", + "method": "get", + "params": { + "name": "" + } + }, + "userInfo": { + "url": "", + "method": "get" + } +}`, + validate: val => { + try { + val = JSON.parse(val) + return !!val + } catch { + return t('Enter json') + } + } + }) + ) + defaults[key] = data ? JSON.parse(data) : defaults[key] } else if (key === 'api') { - ;[, data = defaults[key]] = await to( + const [, data] = await to( input({ message: t('Enter the query user permission interface'), transformer: val => val.trim(), @@ -132,8 +173,9 @@ program val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') }) ) + defaults[key] = data || defaults[key] } else if (key === 'gitHost') { - ;[, data = defaults[key]] = await to( + const [, data] = await to( input({ message: t('Enter the git URL'), transformer: val => val.trim(), @@ -141,8 +183,9 @@ program val === '' || /^https?:\/\/[\S]*$/.test(val) ? true : t('Enter the URL') }) ) + defaults[key] = data || defaults[key] } else if (key === 'gitID') { - ;[, data = defaults[key]] = await to( + const [, data] = await to( input({ message: t('Enter the git project ID, currently only gitlab is supported'), transformer: val => val.trim(), @@ -150,33 +193,17 @@ program val === '' || /^\d+$/.test(val) ? true : t('Enter the URL') }) ) + defaults[key] = data || defaults[key] } - defaults[key] = data - } - try { - defaults.apolloConfig = JSON.parse(defaults.apolloConfig as string) as Record< - string, - string - > - if (!defaults.apolloConfig.configServerUrl || !defaults.apolloConfig.token) { - defaults.apolloConfig = '' - } - } catch (e) { - defaults.apolloConfig = '' } - try { - let valid = false - defaults.hooks = JSON.parse(defaults.hooks as string) as Record - hooks: for (const k in defaults.hooks as Record) { - if (defaults.hooks[k]) { - valid = true - break hooks - } - } - if (!valid) defaults.hooks = '' - } catch (e) { - defaults.hooks = '' + if ( + defaults.apolloConfig && + (!defaults.apolloConfig.configServerUrl || !defaults.apolloConfig.token) + ) { + defaults.apolloConfig = null } + if (defaults.hooks && Object.keys(defaults.hooks).some(k => !defaults.hooks?.[k])) + defaults.hooks = null sh.echo(green(t('gitmars configured successfully'))) fs.writeFileSync(root + '/.gitmarsrc', JSON.stringify(defaults, null, 4), 'utf-8') fs.chmodSync(root + '/.gitmarsrc', 0o0755) diff --git a/packages/go/package.json b/packages/go/package.json index 419d21057..f7ec0c8c1 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 851a080cf..ab6093a31 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index a0d086751..b1aba0a1e 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.14", + "version": "7.0.0-beta.15", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 8d4bedace925992298b37c00fa4bcb7f27948979 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 27 Apr 2024 18:58:07 +0800 Subject: [PATCH 40/52] release v7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/api/src/locales/en-US.ts | 7 +- packages/build/package.json | 2 +- packages/build/src/locales/en-US.ts | 9 +- packages/cache/package.json | 2 +- packages/cache/src/locales/en-US.ts | 6 +- packages/core/package.json | 2 +- packages/core/src/locales/en-US.ts | 40 +-- packages/docs/api/index.md | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/git/src/locales/en-US.ts | 46 +-- packages/gitmars/package.json | 10 +- packages/gitmars/src/conf/build.ts | 4 +- packages/gitmars/src/gitm-build.ts | 4 +- packages/gitmars/src/go/index.ts | 9 + packages/gitmars/src/locales/en-US.ts | 475 +------------------------- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- packages/utils/src/locales/en-US.ts | 7 +- pnpm-lock.yaml | 68 ++-- 23 files changed, 70 insertions(+), 637 deletions(-) diff --git a/package.json b/package.json index 61af7dc66..1d372e627 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@babel/preset-typescript": "^7.24.1", "@esbuild-kit/cjs-loader": "^2.4.4", "@esbuild-kit/esm-loader": "^2.6.5", - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@microsoft/api-extractor": "^7.43.1", "@pnpm/logger": "^5.0.0", "@rollup/plugin-alias": "^5.1.0", diff --git a/packages/api/package.json b/packages/api/package.json index 9094fd423..66cf0f217 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -36,7 +36,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/api/src/locales/en-US.ts b/packages/api/src/locales/en-US.ts index e987398df..bf11574a7 100644 --- a/packages/api/src/locales/en-US.ts +++ b/packages/api/src/locales/en-US.ts @@ -1,8 +1,3 @@ export default { - name: 'en-US', - 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level': - 'Please configure the address of the api interface used to request permissions, receive parameters in the form: url?name=git_user_name, return data.level', - 'Please set the local git user name': 'Please set the local git user name', - 'No user found, please contact admin': 'No user found, please contact admin', - 'The request reported an error': 'The request reported an error' + name: 'en-US' } diff --git a/packages/build/package.json b/packages/build/package.json index ac916872c..873b8fbf0 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -38,7 +38,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/build/src/locales/en-US.ts b/packages/build/src/locales/en-US.ts index f759aa295..bf11574a7 100644 --- a/packages/build/src/locales/en-US.ts +++ b/packages/build/src/locales/en-US.ts @@ -1,10 +1,3 @@ export default { - name: 'en-US', - 'Please configure apollo or buildConfigApi': 'Please configure apollo or buildConfigApi', - 'Jenkins build configuration cache file': 'Jenkins build configuration cache file', - 'Enter the correct environment name': 'Enter the correct environment name', - 'Enter the correct application name': 'Enter the correct application name', - 'Please configure the Jenkins build address template': - 'Please configure the Jenkins build address template', - 'Successfully pulled up Jenkins build': 'Successfully pulled up Jenkins build' + name: 'en-US' } diff --git a/packages/cache/package.json b/packages/cache/package.json index b7f1011b0..2c959e4bb 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -36,7 +36,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/cache/src/locales/en-US.ts b/packages/cache/src/locales/en-US.ts index e8b40b6d2..bf11574a7 100644 --- a/packages/cache/src/locales/en-US.ts +++ b/packages/cache/src/locales/en-US.ts @@ -1,7 +1,3 @@ export default { - name: 'en-US', - 'Gitmars package cache file': 'Gitmars package cache file', - 'Cache time Map file': 'Cache time Map file', - 'Please pass in the name': 'Please pass in the name', - 'An error occurred': 'An error occurred' + name: 'en-US' } diff --git a/packages/core/package.json b/packages/core/package.json index d8039ce6d..84a0595ea 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -40,7 +40,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/core/src/locales/en-US.ts b/packages/core/src/locales/en-US.ts index a33993f49..bf11574a7 100644 --- a/packages/core/src/locales/en-US.ts +++ b/packages/core/src/locales/en-US.ts @@ -1,41 +1,3 @@ export default { - name: 'en-US', - 'Successful Pushed': 'Successful Pushed', - 'Processing complete': 'Processing complete', - 'Command name cannot be empty': 'Command name cannot be empty', - 'Enter gitm continue to continue after processing the issue in question': - 'Enter gitm continue to continue after processing the issue in question', - Message: 'Message', - Processing: 'Processing', - 'No group message push address configured': 'No group message push address configured', - 'Sending message successfully': 'Sending message successfully', - 'Your version is detected as old, please upgrade before using': - 'Your version is detected as old, please upgrade before using', - '\nMac users upgrade method: sudo gitm upgrade latest -m -c npm \nWindows users use PowerShell or CMD: gitm upgrade latest -m -c npm.cmd': - '\nMac users upgrade method: sudo gitm upgrade latest -m -c npm \nWindows users use PowerShell or CMD: gitm upgrade latest -m -c npm.cmd', - 'Please select': 'Please select', - 'Please fill in': 'Please fill in', - 'If prompted "fatal: not a git repository", please check the value of GIT_DIR': - 'If prompted "fatal: not a git repository", please check the value of GIT_DIR', - 'Continuous integration environment, skip hook installation': - 'Continuous integration environment, skip hook installation', - 'Environment variable GITMARS_SKIP_HOOKS already exists, skip installation': - 'Environment variable GITMARS_SKIP_HOOKS already exists, skip installation', - 'Gitmars requires Git version 2.13.0 or higher, current version': - 'Gitmars requires Git version 2.13.0 or higher, current version', - 'Gitmars > Unknown error! Please contact Wu Feng': - 'Gitmars > Unknown error! Please contact Wu Feng', - 'An error has occurred! Command {command} execution failed, process exits': - 'An error has occurred! Command {command} execution failed, process exits', - 'Command {command} Execution failed': 'Command {command} Execution failed', - 'Enter the value of parameter {option}': 'Enter the value of parameter {option}', - 'Not required{tips}': 'Not required{tips}', - 'default "{defaultValue}"': 'default "{defaultValue}"', - 'Merge existing ghooks hooks: {name}': 'Merge existing ghooks hooks: {name}', - 'Merge existing pre-commit hooks: {name}': 'Merge existing pre-commit hooks: {name}', - 'Skip existing git hooks: {name}': 'Skip existing git hooks: {name}', - 'Enter the correct project name': 'Enter the correct project name', - 'Enter project name': 'Enter project name', - 'Please configure the message sending api template address': - 'Please configure the message sending api template address' + name: 'en-US' } diff --git a/packages/docs/api/index.md b/packages/docs/api/index.md index b44639630..bfbf15f13 100644 --- a/packages/docs/api/index.md +++ b/packages/docs/api/index.md @@ -478,7 +478,7 @@ gitm cp xxxxxx | 名称 | 简写 | 说明 | 类型 | 可选值 | 传值必填 | 默认 | | --------- | ---- | ---------------------------------- | --------- | ------------ | -------- | ------- | | --env | -e | 要构建的环境 | `String` | dev/prod/bug | 否 | - | -| --app | -a | 需要构建的子项目 | `String` | - | 否 | `all` | +| --app | -a | 需要构建的子项目 | `String` | - | 否 | - | | --data | -d | 需要传输的其他数据,传入JSON字符串 | `String` | - | 否 | '{}' | | --confirm | -c | 确认开始,为 true 时不显示确认框 | `Boolean` | - | 否 | `false` | diff --git a/packages/docs/package.json b/packages/docs/package.json index dcba50a9e..a7772d4c1 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -26,7 +26,7 @@ "js-cool": "^5.19.0" }, "devDependencies": { - "@eslint-sets/eslint-config-vue3": "^5.12.0", + "@eslint-sets/eslint-config-vue3": "^5.13.0", "@types/markdown-it": "^14.0.1", "@types/node": "^20.12.7", "eslint": "^8.57.0", diff --git a/packages/git/package.json b/packages/git/package.json index ae467ebb0..37692b539 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -36,7 +36,7 @@ "slash": "^3.0.0" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/git/src/locales/en-US.ts b/packages/git/src/locales/en-US.ts index 704ffa685..bf11574a7 100644 --- a/packages/git/src/locales/en-US.ts +++ b/packages/git/src/locales/en-US.ts @@ -1,47 +1,3 @@ export default { - name: 'en-US', - 'You still have uncommitted files, please process them before continuing': - 'You still have uncommitted files, please process them before continuing', - 'If you need to staging files please do: gitm save\nWhen resuming: gitm get': - 'If you need to staging files please do: gitm save\nWhen resuming: gitm get', - 'You have uncommitted files': 'You have uncommitted files', - 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get': - 'If you need to staging files please run: gitm save --force\nWhen resuming: gitm get', - 'Please set git access token': 'Please set git access token', - 'Checkout branches now': 'Checkout branches now', - 'Checkout branch successfully': 'Checkout branch successfully', - 'Failed to checkout': 'Failed to checkout', - 'Pulling code successfully': 'Pulling code successfully', - 'Failed to pull code': 'Failed to pull code', - 'Pulling code now': 'Pulling code now', - 'Pulling remote version': 'Pulling remote version', - 'Fetching success': 'Fetching success', - 'Failed to fetch': 'Failed to fetch', - Committing: 'Committing', - 'Commit success': 'Commit success', - 'Commit Failure': 'Commit Failure', - Pushing: 'Pushing', - 'Push failed': 'Push failed', - 'Syncing submission records': 'Syncing submission records', - 'Syncing submission records successfully': 'Syncing submission records successfully', - 'Failed to sync commit records': 'Failed to sync commit records', - 'Merging branch': 'Merging branch', - 'merge branch succeeded': 'merge branch succeeded', - 'merge branch failed': 'merge branch failed', - 'working on rebase branch': 'working on rebase branch', - 'rebase branch succeeded': 'rebase branch succeeded', - 'rebase branch failed': 'rebase branch failed', - 'Undoing code': 'Undoing code', - 'Undoing success': 'Undoing success', - 'undo failed': 'undo failed', - 'Cleaning up': 'Cleaning up', - 'Cleanup successful': 'Cleanup successful', - 'Cleanup failed': 'Cleanup failed', - 'git not found': 'git not found', - 'There are a total of {length} staging records under this item, please clean it up regularly!': - 'There are a total of {length} staging records under this item, please clean it up regularly!', - '${message}; project: ${project}; path: ${pwd}': - '${message}; project: ${project}; path: ${pwd}', - 'The current directory is not a git project directory': - 'The current directory is not a git project directory' + name: 'en-US' } diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 076359c1f..e7e4f2dc9 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -7,6 +7,9 @@ "bin": { "gitm": "lib/gitm.mjs" }, + "main": "./dist/index.cjs.js", + "module": "./dist/index.esm-bundler.js", + "types": "./dist/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -72,7 +75,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/columnify": "^1.5.4", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", @@ -103,8 +106,5 @@ "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" - }, - "module": "./dist/index.esm-bundler.js", - "main": "./dist/index.cjs.js", - "types": "./dist/index.d.ts" + } } diff --git a/packages/gitmars/src/conf/build.ts b/packages/gitmars/src/conf/build.ts index e3f64c510..0eac7ef7b 100644 --- a/packages/gitmars/src/conf/build.ts +++ b/packages/gitmars/src/conf/build.ts @@ -24,7 +24,7 @@ export const cmdConfig: GitmarsOptionType = { long: '--env', negate: false, description: t('Build environment, optionally dev, prod, bug, all'), - defaultValue: 'dev', + defaultValue: '', recommend: true, options: ['dev', 'prod', 'bug', 'all'], value: 'dev' @@ -39,7 +39,7 @@ export const cmdConfig: GitmarsOptionType = { long: '--app', negate: false, description: t('Build application'), - defaultValue: 'all', + defaultValue: '', recommend: true, value: 'all' }, diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 3cf105e8b..cda3be95e 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -33,8 +33,8 @@ if (args.length > 0) program.arguments(createArgs(args)) options.forEach((o: GitmarsOptionOptionsType) => { program.option(o.flags, o.description, o.defaultValue) }) -// .option('-e, --env [env]', t('Environment to be built, optionally dev, prod, bug, all'), 'dev') -// .option('-a, --app [app]', t('Application to be built'), 'all') +// .option('-e, --env [env]', t('Environment to be built, optionally dev, prod, bug, all'), '') +// .option('-a, --app [app]', t('Application to be built'), '') // .option('-d, --data ', t('Other data to be transferred'), '{}') // .option('-c, --confirm', t('Confirm start, do not show confirmation box when true'), false) program.action(async (project: string, opt: GitmBuildOption): Promise => { diff --git a/packages/gitmars/src/go/index.ts b/packages/gitmars/src/go/index.ts index bf48c19fa..509747b83 100644 --- a/packages/gitmars/src/go/index.ts +++ b/packages/gitmars/src/go/index.ts @@ -9,6 +9,7 @@ import undoConfig from '../conf/undo' import redoConfig from '../conf/redo' import branchConfig from '../conf/branch' import buildConfig from '../conf/build' +import buildMpConfig from '../conf/build-mp' import startConfig from '../conf/start' import copyConfig from '../conf/copy' import getConfig from '../conf/get' @@ -138,6 +139,14 @@ export const build = async () => { spawnSync('gitm', command.split(' '), { stdio: 'inherit' }) } +// build-mp command +export const buildMp = async () => { + const config = cleanConfigSet(buildMpConfig) + const command = 'build-mp ' + (await getCommand(config)) + debug('build-mp', command) + spawnSync('gitm', command.split(' '), { stdio: 'inherit' }) +} + // cherry-pick command export const copy = async () => { const config = cleanConfigSet(copyConfig) diff --git a/packages/gitmars/src/locales/en-US.ts b/packages/gitmars/src/locales/en-US.ts index 14488532e..bf11574a7 100644 --- a/packages/gitmars/src/locales/en-US.ts +++ b/packages/gitmars/src/locales/en-US.ts @@ -1,476 +1,3 @@ export default { - name: 'en-US', - 'The current directory is not a git project directory': - 'The current directory is not a git project directory', - 'Successful Pushed': 'Successful Pushed', - 'Push failed, please follow the prompts': 'Push failed, please follow the prompts', - 'The description of the reason for submission does not meet the specification': - 'The description of the reason for submission does not meet the specification', - 'Gitmars can only be executed in a git environment, so please install git first': - 'Gitmars can only be executed in a git environment, so please install git first', - 'Successfully reverted': 'Successfully reverted', - 'An error has occurred, please follow the instructions': - 'An error has occurred, please follow the instructions', - 'Commands do not meet the specifications': 'Commands do not meet the specifications', - 'Successfully created merge request': 'Successfully created merge request', - 'Push remote failed, please follow the prompts': - 'Push remote failed, please follow the prompts', - 'There was an error creating the merge request, please follow the instructions': - 'There was an error creating the merge request, please follow the instructions', - 'Push remote and associate remote branch successfully': - 'Push remote and associate remote branch successfully', - 'Pulling up the build was successful': 'Pulling up the build was successful', - 'Failed to pull up the build': 'Failed to pull up the build', - 'View Details': 'View Details', - Passed: 'Passed', - 'Not passed': 'Not passed', - 'Failed and deleted': 'Failed and deleted', - Exit: 'Exit', - 'No merge request record selected, process has exited': - 'No merge request record selected, process has exited', - 'Cleanup of remote branch was successful': 'Cleanup of remote branch was successful', - "Failed to clean up remote branch, please follow the prompts'": - "Failed to clean up remote branch, please follow the prompts'", - 'Starting analysis': 'Starting analysis', - 'Cannot be deleted': 'Cannot be deleted', - 'Analysis completed': 'Analysis completed', - Deleting: 'Deleting', - 'Enter branch name': 'Enter branch name', - 'Successfully deleted remote branch': 'Successfully deleted remote branch', - 'Deletion failed, please contact administrator': - 'Deletion failed, please contact administrator', - Uninstalling: 'Uninstalling now', - 'Uninstallation complete': 'Uninstallation complete', - Installing: 'Installing', - 'Installation complete': 'Installation complete', - 'There was an error uninstalling, please try running after manually removing: npm install -g gitmars': - 'There was an error uninstalling, please try running after manually removing: npm install -g gitmars', - 'There was an error installing, please try running: npm install -g gitmars': - 'There was an error installing, please try running: npm install -g gitmars', - 'Branch Type': 'Branch Type', - 'Please do not enter spaces': 'Please do not enter spaces', - 'Send Message': 'Send Message', - 'Whether to sync the release code to the bug': 'Whether to sync the release code to the bug', - 'Whether to force a merge request': 'Whether to force a merge request', - 'Whether to update using rebase method, default merge': - 'Whether to update using rebase method, default merge', - 'Whether to merge bugs to master when publishing bug branches': - 'Whether to merge bugs to master when publishing bug branches', - 'You cannot select both "Merge release to bug" and "Merge bug to master"': - 'You cannot select both "Merge release to bug" and "Merge bug to master"', - 'In case of a conflict, whether to keep the incoming code or the current code; 1=use current 2=use incoming; default is 0=handle manually. This parameter must not be used with --use-rebase': - 'In case of a conflict, whether to keep the incoming code or the current code; 1=use current 2=use incoming; default is 0=handle manually. This parameter must not be used with --use-rebase', - 'Execute method': 'Execute method', - 'Do not push the message': 'Do not push the message', - 'Query branch for keywords': 'Query branch for keywords', - 'Exclude keywords': 'Exclude keywords', - 'Include keywords': 'Include keywords', - 'Whether to query remote branches (change to delete remote branches in deletes mode) Default is local only': - 'Whether to query remote branches (change to delete remote branches in deletes mode) Default is local only', - 'The type of branch to query, there are 3 types: feature, bugfix, support, if not pass then query all': - 'The type of branch to query, there are 3 types: feature, bugfix, support, if not pass then query all', - 'Delete branch': 'Delete branch', - 'Force branch deletion': 'Force branch deletion', - 'Set association with remote branches': 'Set association with remote branches', - 'When using the bind/unbind remote branch function, it cannot be mixed with other functions.': - 'When using the bind/unbind remote branch function, it cannot be mixed with other functions.', - 'When using the delete branch function, it cannot be mixed with the query branch function.': - 'When using the delete branch function, it cannot be mixed with the query branch function.', - 'Project name': 'Project name', - 'Build environment, optionally dev, prod, bug, all': - 'Build environment, optionally dev, prod, bug, all', - 'Build api environment, optionally alpha, tag, release, production': - 'Build api environment, optionally alpha, tag, release, production', - 'Force cleanup': 'Force cleanup', - 'Specify the branch to clean up': 'Specify the branch to clean up', - 'Show a list of branches that match the criteria': - 'Show a list of branches that match the criteria', - 'The type of branch, there are 3 types: feature, bugfix, support, default all if not passed': - 'The type of branch, there are 3 types: feature, bugfix, support, default all if not passed', - 'The name of the target branch that needs to be tested for merging, default is develop and release if not passed': - 'The name of the target branch that needs to be tested for merging, default is develop and release if not passed', - 'Whether to clean up remote branches, default is clean up local branches': - 'Whether to clean up remote branches, default is clean up local branches', - 'Confirm start, do not show confirmation box when true': - 'Confirm start, do not show confirmation box when true', - 'Branch name (without feature/bugfix prefix)': 'Branch name (without feature/bugfix prefix)', - 'Sync to dev environment': 'Sync to dev environment', - 'Sync to prod environment': 'Sync to prod environment', - 'Build application': 'Build application', - 'Execute commit, information required': 'Execute commit, information required', - 'Description of the reason for this commit': 'Description of the reason for this commit', - 'Execute add': 'Execute add', - 'bug branch merge to release without merging to bug branch': - 'bug branch merge to release without merging to bug branch', - 'bug branch merge to release': 'bug branch merge to release', - 'Merge dev or prod must choose at least one': 'Merge dev or prod must choose at least one', - 'add and commit need to be selected at the same time': - 'add and commit need to be selected at the same time', - 'Show command queue': 'Show command queue', - 'Commit record ID': 'Commit record ID', - 'Do not merge trunk branches (make sure the branch is live)': - 'Do not merge trunk branches (make sure the branch is live)', - AccessKeyword: 'AccessKeyword', - 'Serial Number': 'Serial Number', - 'Keep staging area not deleted': 'Keep staging area not deleted', - 'Command Name': 'Command Name', - 'Do you want to skip the check permission': 'Do you want to skip the check permission', - 'Query logs after a certain time, fill in the format: 10s/2m/2h/3d/4M/5y': - 'Query logs after a certain time, fill in the format: 10s/2m/2h/3d/4M/5y', - 'The maximum number of logs to be queried': 'The maximum number of logs to be queried', - 'Detection type': 'Detection type', - 'Branch to query': 'Branch to query', - 'Version number': 'Version number', - 'Plugin Name': 'Plugin Name', - 'Whether to use Taobao Mirror': 'Whether to use Taobao Mirror', - 'Use mirror address': 'Use mirror address', - 'Name of the package': 'Name of the package', - 'Whether to exclude merge records': 'Whether to exclude merge records', - 'Whether to output logs in json format, default form': - 'Whether to output logs in json format, default form', - 'The api address of the push message': 'The api address of the push message', - 'The undo log to be restored': 'The undo log to be restored', - 'ID of the undo needed': 'ID of the undo needed', - 'Undo the last commit (or undo the penultimate nth commit)': - 'Undo the last commit (or undo the penultimate nth commit)', - 'For undoing a merge record, the type to be passed in: 1 = keep current branch code, 2 = keep incoming code': - 'For undoing a merge record, the type to be passed in: 1 = keep current branch code, 2 = keep incoming code', - 'Filter merge request status, there are 2 types: opened, closed, not passed then default all': - 'Filter merge request status, there are 2 types: opened, closed, not passed then default all', - 'Parameter list': 'Parameter list', - 'No version of the file is also staged, which will perform a git add .': - 'No version of the file is also staged, which will perform a git add .', - 'Create branch from tag': 'Create branch from tag', - 'Specify the port number': 'Specify the port number', - 'Clean up the current branch undo failure log': 'Clean up the current branch undo failure log', - 'Clean up all branch undo failures': 'Clean up all branch undo failures', - '--calc and --calcAll can only be used individually': - '--calc and --calcAll can only be used individually', - 'Use merge to update (default merge)': 'Use merge to update (default merge)', - 'Update with rebase (default merge)': 'Update with rebase (default merge)', - 'Update all local bugfix, feature, support branches': - 'Update all local bugfix, feature, support branches', - 'The name of the client used to load the package': - 'The name of the client used to load the package', - 'The method you entered is incorrect, only support: init, remove': - 'The method you entered is incorrect, only support: init, remove', - 'Approve remote merge request': 'Approve remote merge request', - 'No merge request record found, process has exited': - 'No merge request record found, process has exited', - 'Please select the action below.': 'Please select the action below.', - 'There is a conflict or merge is not required': 'There is a conflict or merge is not required', - "Requests that can't be merged can't be clicked for review and approval": - "Requests that can't be merged can't be clicked for review and approval", - 'Branch query, delete (note that this command is not used to create a branch, if you want to create a branch please go through the start process)': - 'Branch query, delete (note that this command is not used to create a branch, if you want to create a branch please go through the start process)', - 'You have entered --force, which will also clear the gitmars execution cache. Should I continue?': - 'You have entered --force, which will also clear the gitmars execution cache. Should I continue?', - 'gitmars command queue cache file': 'gitmars command queue cache file', - 'gitmars execution log file': 'gitmars execution log file', - 'About to start batch deleting branches, do you want to continue?': - 'About to start batch deleting branches, do you want to continue?', - 'No branches were queried.': 'No branches were queried.', - 'No branches were selected and the process has exited.': - 'No branches were selected and the process has exited.', - 'Analysis complete, no branches to clean up': 'Analysis complete, no branches to clean up', - 'Deletion complete, these branches have been cleaned up': - 'Deletion complete, these branches have been cleaned up', - 'Enter the message to be submitted': 'Enter the message to be submitted', - 'Enter the environment to sync to.': 'Enter the environment to sync to.', - 'Merge bugfix task branch, merge feature development branch, merge support branch': - 'Merge bugfix task branch, merge feature development branch, merge support branch', - 'Branch does not exist, please enter it correctly': - 'Branch does not exist, please enter it correctly', - 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)': - 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)', - 'Enter the items to be configured': 'Enter the items to be configured', - 'Query single or all gitmars for configuration items': - 'Query single or all gitmars for configuration items', - 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?': - 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?', - 'An uncommitted file was detected, please be aware!': - 'An uncommitted file was detected, please be aware!', - 'There are no unexecuted commands in the queue': - 'There are no unexecuted commands in the queue', - 'cherry-pick batch version, copy a record from a branch and merge it into the current branch': - 'cherry-pick batch version, copy a record from a branch and merge it into the current branch', - 'Record merge successful': 'Record merge successful', - 'Merge failed, please follow the instructions': 'Merge failed, please follow the instructions', - 'To make sure the copy is accurate, the keywords cannot be less than 4 words, please try to fill in the keywords completely': - 'To make sure the copy is accurate, the keywords cannot be less than 4 words, please try to fill in the keywords completely', - 'No records found': 'No records found', - 'Merge bugfix task branch, merge feature function development branch, the corresponding branch will be deleted after the merge is completed': - 'Merge bugfix task branch, merge feature function development branch, the corresponding branch will be deleted after the merge is completed', - 'There are no files staged in this branch!': 'There are no files staged in this branch!', - 'File recovery successful': 'File recovery successful', - 'Recovery failed, please check for conflicts': 'Recovery failed, please check for conflicts', - 'The command you entered was not found and may not be supported at this time': - 'The command you entered was not found and may not be supported at this time', - 'Please select the operation you want?': 'Please select the operation you want?', - 'Gitmars Workflow': 'Gitmars Workflow', - 'Advanced Tools': 'Advanced Tools', - 'Detects that you are modifying code directly in the master branch': - 'Detects that you are modifying code directly in the master branch', - 'The last record was a merge record': 'The last record was a merge record', - 'Your local branch version is lagging behind the remote branch, please perform a pull first.': - 'Your local branch version is lagging behind the remote branch, please perform a pull first.', - 'The local version is not behind the remote, you can push it directly': - 'The local version is not behind the remote, you can push it directly', - 'Set configuration items for gitmars': 'Set configuration items for gitmars', - 'Enter the available names': 'Enter the available names', - 'Enter the Git username': 'Enter the Git username', - 'Enter the Git email address': 'Enter the Git email address', - 'Enter the correct email': 'Enter the correct email', - 'Enter the branch name naming convention': 'Enter the branch name naming convention', - 'Enter commit message rules': 'Enter commit message rules', - 'Enter the message template': 'Enter the message template', - 'Enter the message push address': 'Enter the message push address', - 'Enter the URL': 'Enter the URL', - 'Enter apollo configuration': 'Enter apollo configuration', - 'Enter json': 'Enter json', - 'Enter hooks configuration': 'Enter hooks configuration', - 'Enter the query user permission interface': 'Enter the query user permission interface', - 'Enter the git URL': 'Enter the git URL', - 'Enter the git project ID, currently only gitlab is supported': - 'Enter the git project ID, currently only gitlab is supported', - 'gitmars configured successfully': 'gitmars configured successfully', - 'Installing plugins, e.g. @gitmars/core': 'Installing plugins, e.g. @gitmars/core', - 'Enter the plugin name': 'Enter the plugin name', - 'Incorrect version number entered, only supported: alpha, lite, beta, release, latest, next': - 'Incorrect version number entered, only supported: alpha, lite, beta, release, latest, next', - 'Link local package': 'Link local package', - 'Log query': 'Log query', - 'Merge branch code': 'Merge branch code', - 'Verify commit permissions': 'Verify commit permissions', - 'Undo a commit record': 'Undo a commit record', - 'Please select the undo record to restore': 'Please select the undo record to restore', - 'Please select the merge request to be operated': - 'Please select the merge request to be operated', - 'Comment List': 'Comment List', - Comments: 'Comments', - 'File staging successful': 'File staging successful', - 'Create bugfix task branch, create feature development branch, support framework support branch': - 'Create bugfix task branch, create feature development branch, support framework support branch', - 'Branch name does not conform to specification': - 'Branch name does not conform to specification', - 'Specify that only bugfix branch creation is supported when pulling branches from tag': - 'Specify that only bugfix branch creation is supported when pulling branches from tag', - 'Restore staging area file': 'Restore staging area file', - 'Suggestions for operation': 'Suggestions for operation', - 'After handling conflicts, execute: gitm undo --calc': - 'After handling conflicts, execute: gitm undo --calc', - 'No commit record selected, process has exited': - 'No commit record selected, process has exited', - 'Please select the commit record to undo.': 'Please select the commit record to undo.', - 'No softlink found, please confirm entering the correct name': - 'No softlink found, please confirm entering the correct name', - 'Update bug task branch, update feature function development branch, framework adjustment branch support': - 'Update bug task branch, update feature function development branch, framework adjustment branch support', - 'View gitmars version number': 'View gitmars version number', - 'Initialize gitmars configuration': 'Initialize gitmars configuration', - 'View/Set configuration items for gitmars': 'View/Set configuration items for gitmars', - 'Branch phase mention test': 'Branch phase mention test', - 'Create bugfix branches, create/merge release branches': - 'Create bugfix branches, create/merge release branches', - 'Finish developing a feature': 'Finish developing a feature', - 'Update bugfix branch, update feature development branch': - 'Update bugfix branch, update feature development branch', - 'List branches': 'List branches', - 'Staging current branch files': 'Staging current branch files', - 'Restore the most recently staged file in the staging area': - 'Restore the most recently staged file in the staging area', - 'Clean up merged feature branches': 'Clean up merged feature branches', - "Simplify git's cherry-pick operation": "Simplify git's cherry-pick operation", - 'Merge code': 'Merge code', - 'Continue unfinished operations': 'Continue unfinished operations', - 'Undo commit': 'Undo commit', - 'Upgrade gitmars': 'Upgrade gitmars', - buildJenkins: 'buildJenkins', - 'Action Tips': 'Action Tips', - 'Handling remote merge requests': 'Handling remote merge requests', - 'review remote code': 'review remote code', - 'view branch status': 'view branch status', - 'Launch web version of gitmars': 'Launch web version of gitmars', - 'Unlink softlinks': 'Unlink softlinks', - 'Create soft links': 'Create soft links', - 'Clear cache': 'Clear cache', - 'Push Message': 'Push Message', - 'Commit Permissions': 'Commit Permissions', - 'git hook directive': 'git hook directive', - 'Withdraw commits on master branches': 'Withdraw commits on master branches', - 'Resume withdrawn code back online': 'Resume withdrawn code back online', - 'git hook run command': 'git hook run command', - 'Query log': 'Query log', - 'Intelligent guessing of the action you want to perform': - 'Intelligent guessing of the action you want to perform', - 'Install and remove shortcuts': 'Install and remove shortcuts', - 'Install plugins': 'Install plugins', - 'Administrator functions, including actions for bugfixing and releasing release branches': - 'Administrator functions, including actions for bugfixing and releasing release branches', - 'Use Case': 'Use Case', - 'Gitmars does not provide the command "gitm {command}", it has been passed through to git for execution, here are the results': - 'Gitmars does not provide the command "gitm {command}", it has been passed through to git for execution, here are the results', - 'Send group message': 'Send group message', - 'Create bugfix, release, develop and support branches': - 'Create bugfix, release, develop and support branches', - 'The {branch} branch already exists and does not need to be created again': - 'The {branch} branch already exists and does not need to be created again', - 'type only allows input': 'type only allows input', - 'Release bugfix, release, support branches': 'Release bugfix, release, support branches', - 'Update bugfix, release, support branch code': 'Update bugfix, release, support branch code', - 'Build cleanup job': 'Build cleanup job', - 'Approve merge request': 'Approve merge request', - 'Please select the following action': 'Please select the following action', - 'New path': 'New path', - 'Environment to be built, optionally dev, prod, bug, all': - 'Environment to be built, optionally dev, prod, bug, all', - 'Api environment to be built, optionally alpha, tag, release, production': - 'Api environment to be built, optionally alpha, tag, release, production', - 'Application to be built': 'Application to be built', - 'Clean gitmars cache': 'Clean gitmars cache', - exited: 'exited', - 'Delete branch before fixed duration, fill in format: 10s/2m/2h/3d/4M/5y': - 'Delete branch before fixed duration, fill in format: 10s/2m/2h/3d/4M/5y', - 'Whether to sync to alpha test environment': 'Whether to sync to alpha test environment', - 'Whether to sync to pre-release environment': 'Whether to sync to pre-release environment', - 'commit information': 'commit information', - 'Need to add': 'Need to add', - 'Do not sync to bug branch': 'Do not sync to bug branch', - 'Saved successfully': 'Saved successfully', - 'Please select the commit record to copy': 'Please select the commit record to copy', - 'Please select the target branch': 'Please select the target branch', - 'There was an installation error, please contact the administrator': - 'There was an installation error, please contact the administrator', - 'Processing completed': 'Processing completed', - 'There was an error': 'There was an error', - "Whether to exclude merge's log": "Whether to exclude merge's log", - 'Whether to restrict dev commits': 'Whether to restrict dev commits', - 'Whether to restrict release commits': 'Whether to restrict release commits', - 'No recoverable undo logs found, process exited': - 'No recoverable undo logs found, process exited', - 'No logs selected, process has exited': 'No logs selected, process has exited', - Close: 'Close', - Deleted: 'Deleted', - Submitted: 'Submitted', - 'There was an error, please contact an administrator': - 'There was an error, please contact an administrator', - 'Clean up all failed undo logs': 'Clean up all failed undo logs', - 'Whether to exclude merge logs': 'Whether to exclude merge logs', - 'No eligible commit logs found, please relax the filtering conditions appropriately. The process has been exited': - 'No eligible commit logs found, please relax the filtering conditions appropriately. The process has been exited', - 'There are no revocable records, the process has exited': - 'There are no revocable records, the process has exited', - 'Unlinking local package': 'Unlinking local package', - 'Path of package': 'Path of package', - '{base} branch does not exist, please create a {base} branch first': - '{base} branch does not exist, please create a {base} branch first', - 'The {target} branch was created successfully and is based on {base}, you have now switched to {target}\nWhen you need to publish, remember to run: {command}': - 'The {target} branch was created successfully and is based on {base}, you have now switched to {target}\nWhen you need to publish, remember to run: {command}', - 'Merge {source} into {target} successfully': 'Merge {source} into {target} successfully', - 'An error occurred merging {source} to {target}, Please follow the instructions': - 'An error occurred merging {source} to {target}, Please follow the instructions', - '{app} item {source} merged to {target} request ID {id} has been merged': - '{app} item {source} merged to {target} request ID {id} has been merged', - '{app} item {source} merged to {target} request ID {id} has been deleted': - '{app} item {source} merged to {target} request ID {id} has been deleted', - '{app} item {source} merged to {target} request ID {id} has been closed': - '{app} item {source} merged to {target} request ID {id} has been closed', - '{app} item {source} merged to {target} request ID {id} has new comments: {note}': - '{app} item {source} merged to {target} request ID {id} has new comments: {note}', - 'Merge request {id}: Merged': 'Merge request {id}: Merged', - 'Merge request {id}: Deleted': 'Merge request {id}: Deleted', - 'Merge request {id}: Closed': 'Merge request {id}: Closed', - "Hey {nickname}, you don't have permission": "Hey {nickname}, you don't have permission", - '{source} has been merged with {target}': '{source} has been merged with {target}', - 'Merge {source} to {target} successfully': 'Merge {source} to {target} successfully', - 'An error occurred merging {source} to {target}, please follow the instructions': - 'An error occurred merging {source} to {target}, please follow the instructions', - 'Hey bro, what is the fuck are you doing by executing this command in the {type} branch?': - 'Hey bro, what is the fuck are you doing by executing this command in the {type} branch?', - '{nickname} submitted a merge request for {source} branch to {target} branch in {app} project': - '{nickname} submitted a merge request for {source} branch to {target} branch in {app} project', - '${message}; project: ${project}; path: ${pwd}': - '${message}; project: ${project}; path: ${pwd}', - 'Deleting: {something}': 'Deleting: {something}', - 'Deleted successfully: {something}': 'Deleted successfully: {something}', - 'Start analysis: {something}': 'Start analysis: {something}', - 'Cannot be deleted: {something}': 'Cannot be deleted: {something}', - 'Analysis completed: {something}': 'Analysis completed: {something}', - 'Undo successfully: {something}': 'Undo successfully: {something}', - 'Current branch: {something}': 'Current branch: {something}', - 'Processing failed, {name} soft link does not exist, please go to the local {name} root directory and execute: gitm link': - 'Processing failed, {name} soft link does not exist, please go to the local {name} root directory and execute: gitm link', - 'File write error occurred': 'File write error occurred', - 'Cleanup is complete': 'Cleanup is complete', - '{id}: total {total} files changed': '{id}: total {total} files changed', - 'Find {total} branches merged over {branches} branch, please select the branch to clean up': - 'Find {total} branches merged over {branches} branch, please select the branch to clean up', - 'If you find multiple branches with names containing {type}, please enter the branch type': - 'If you find multiple branches with names containing {type}, please enter the branch type', - 'If your branch has not been merged into {target}, please merge it into the {target} branch first': - 'If your branch has not been merged into {target}, please merge it into the {target} branch first', - 'There are {length} staging records under this branch, and the most recent one is restored by default': - 'There are {length} staging records under this branch, and the most recent one is restored by default', - 'There are {length} staging records under this branch, please clean up unnecessary staging records regularly': - 'There are {length} staging records under this branch, please clean up unnecessary staging records regularly', - 'Current branch is {current}, I suspect you may want to do the following: ': - 'Current branch is {current}, I suspect you may want to do the following: ', - 'You have selected the {something} command': 'You have selected the {something} command', - 'Enter {branch} branch name': 'Enter {branch} branch name', - 'The branch was created successfully and is based on {source}. You have now switched to the {target} branch\nIf you need to test, please run: "{combine}"\nWhen development is complete, remember to run: "{end}"': - 'The branch was created successfully and is based on {source}. You have now switched to the {target} branch\nIf you need to test, please run: "{combine}"\nWhen development is complete, remember to run: "{end}"', - 'The {target} branch does not allow direct commits': - 'The {target} branch does not allow direct commits', - 'Whether to use merge method to update codes, default method is merge': - 'Whether to use merge method to update codes, default method is merge', - 'Whether to use rebase method update, default method is merge': - 'Whether to use rebase method update, default method is merge', - 'The configuration item {option} is not supported': - 'The configuration item {option} is not supported', - 'Detected {id} This record has been revert once, please check if there is an error': - 'Detected {id} This record has been revert once, please check if there is an error', - 'The record {id} is detected as a revert record, please use the "gitm redo" operation': - 'The record {id} is detected as a revert record, please use the "gitm redo" operation', - 'Detected that {id} has failed to undo this record and has deleted the related logs': - 'Detected that {id} has failed to undo this record and has deleted the related logs', - 'The record {id} was detected to have been recovered, and the related logs were deleted': - 'The record {id} was detected to have been recovered, and the related logs were deleted', - 'Enter the comment content': 'Enter the comment content', - 'Enter the available comments': 'Enter the available comments', - '{length} comments': '{length} comments', - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}': - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - 'The {source} branch has updated from main branch': - 'The {source} branch has updated from main branch', - 'Detected that you have not update codes from {source} branch in 1 week': - 'Detected that you have not update codes from {source} branch in 1 week', - 'Your branch was detected as not having merged {target}': - 'Your branch was detected as not having merged {target}', - '{source} branch has merged {target} branch': '{source} branch has merged {target} branch', - 'Use strict mode': 'Use strict mode', - '--as-feature is only used in the bugfix branch.': - '--as-feature is only used in the bugfix branch.', - 'Other data to be transferred': 'Other data to be transferred', - 'Please double check the following build parameters': - 'Please double check the following build parameters', - 'Code Branch': 'Code Branch', - 'Build Application': 'Build Application', - 'Interface Environment': 'Interface Environment', - 'Experience version pushed to': 'Experience version pushed to', - 'Version Description': 'Version Description', - 'Clean node modules (use with caution)': 'Clean node modules (use with caution)', - 'This process will not automatically execute the build process, please wait for the administrator to review the code and execute it: gitm build {appName} -e prod -a {app} {data}': - 'This process will not automatically execute the build process, please wait for the administrator to review the code and execute it: gitm build {appName} -e prod -a {app} {data}', - 'Push to templates only': 'Push to templates only', - 'Use the {base} branch for posting on Thursday, Friday, and Sunday': - 'Use the {base} branch for posting on Thursday, Friday, and Sunday', - 'Select the environment to build': 'Select the environment to build', - 'Test environment(alpha)': 'Test environment(alpha)', - 'Pre-release tag environment(bug)': 'Pre-release tag environment(bug)', - 'Pre-release prod environment(prod)': 'Pre-release prod environment(prod)', - 'Production environment': 'Production environment', - 'Select the miniprogram to build': 'Select the miniprogram to build', - 'Select the api environment to build': 'Select the api environment to build', - 'Generate experiential version of miniprogram': 'Generate experiential version of miniprogram', - 'Enter the version description': 'Enter the version description' + name: 'en-US' } diff --git a/packages/go/package.json b/packages/go/package.json index f7ec0c8c1..849678b9f 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -33,7 +33,7 @@ "os-lang": "^3.2.0" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/inquirer": "^9.0.7", "@types/node": "^20.12.7", "cross-env": "^7.0.3", diff --git a/packages/hook/package.json b/packages/hook/package.json index ab6093a31..07566d2d8 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -39,7 +39,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/node": "^20.12.7", "@types/shelljs": "^0.8.15", "cross-env": "^7.0.3", diff --git a/packages/utils/package.json b/packages/utils/package.json index b1aba0a1e..be3ec1e93 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -37,7 +37,7 @@ "shelljs": "^0.8.5" }, "devDependencies": { - "@eslint-sets/eslint-config-ts": "^5.12.0", + "@eslint-sets/eslint-config-ts": "^5.13.0", "@types/cross-spawn": "^6.0.6", "@types/debug": "^4.1.12", "@types/node": "^20.12.7", diff --git a/packages/utils/src/locales/en-US.ts b/packages/utils/src/locales/en-US.ts index acef4092b..bf11574a7 100644 --- a/packages/utils/src/locales/en-US.ts +++ b/packages/utils/src/locales/en-US.ts @@ -1,8 +1,3 @@ export default { - name: 'en-US', - 'File write error': 'File write error', - 'Processing: {something}': 'Processing: {something}', - '{name} deleted': '{name} deleted', - 'Cleaned up': 'Cleaned up', - '{name} not found': '{name} not found' + name: 'en-US' } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38e7b99e1..570b6e200 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -43,8 +43,8 @@ importers: specifier: ^2.6.5 version: 2.6.5 '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@microsoft/api-extractor': specifier: ^7.43.1 version: 7.43.1(@types/node@20.12.7) @@ -203,8 +203,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -264,8 +264,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -313,8 +313,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -380,8 +380,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -417,8 +417,8 @@ importers: version: 5.19.0 devDependencies: '@eslint-sets/eslint-config-vue3': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/markdown-it': specifier: ^14.0.1 version: 14.0.1 @@ -478,8 +478,8 @@ importers: version: 3.0.0 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -566,8 +566,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/columnify': specifier: ^1.5.4 version: 1.5.4 @@ -612,8 +612,8 @@ importers: version: 3.2.0 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/inquirer': specifier: ^9.0.7 version: 9.0.7 @@ -670,8 +670,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/node': specifier: ^20.12.7 version: 20.12.7 @@ -728,8 +728,8 @@ importers: version: 0.8.5 devDependencies: '@eslint-sets/eslint-config-ts': - specifier: ^5.12.0 - version: 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + specifier: ^5.13.0 + version: 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@types/cross-spawn': specifier: ^6.0.6 version: 6.0.6 @@ -1772,8 +1772,8 @@ packages: resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - '@eslint-sets/eslint-config-basic@5.12.0': - resolution: {integrity: sha512-AgECfmJsiVOWKmvgjv780VuuoT9SE6PRgxGTtytHSfE9b9MAJjHxToVTKtD4UEKvocEGbg2EcwqGbff8cxDWKw==} + '@eslint-sets/eslint-config-basic@5.13.0': + resolution: {integrity: sha512-nzbESu9Ui3aNneQOUGZlIj3TnJFQZUypvoNoj04qG6cUGNKJ/UGAEFdS30ZoozVuen4bVHKaRwgPQguhXO/qcw==} peerDependencies: eslint: '>=7.4.0' prettier: '>=2' @@ -1782,8 +1782,8 @@ packages: typescript: optional: true - '@eslint-sets/eslint-config-ts@5.12.0': - resolution: {integrity: sha512-7vOzV6qYv0SbA9W17m9lkG/Zv+qVeCcAbWEY1d9hUbBHx9Ip48kNMNVDrnh97zUORXGcmjxsZ81W2lC36Ox2pw==} + '@eslint-sets/eslint-config-ts@5.13.0': + resolution: {integrity: sha512-Iw9arznFOQufYSkuAfot97orWXxFW5etctlqhT5LudaQTh/HSLC3mVZpBCIbiDygBV2xWtaAjwaxcBrxOS3Oqw==} peerDependencies: eslint: '>=7.4.0' prettier: '>=2' @@ -1792,8 +1792,8 @@ packages: typescript: optional: true - '@eslint-sets/eslint-config-vue3@5.12.0': - resolution: {integrity: sha512-gQBmQicZihPcxncIdkKagQGZ2dH+97ioAlUpsaczEdgY9pLrLOU5oGTetjbaxAp6zGS2sXm1n0i2BnwRIlt4Bg==} + '@eslint-sets/eslint-config-vue3@5.13.0': + resolution: {integrity: sha512-lYLJO1isOVtdNuccZTddh5U3hBUCVz1/3t3iA9pGZRLNanpR+ck8pb4Y3rEsI1lrv0eDWcnpys35+eYbWxk0vQ==} peerDependencies: eslint: '>=7.4.0' prettier: '>=2' @@ -7427,7 +7427,7 @@ snapshots: '@eslint-community/regexpp@4.10.0': {} - '@eslint-sets/eslint-config-basic@5.12.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': + '@eslint-sets/eslint-config-basic@5.13.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': dependencies: '@babel/eslint-parser': 7.24.1(@babel/core@7.24.4)(eslint@8.57.0) eslint: 8.57.0 @@ -7457,9 +7457,9 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@eslint-sets/eslint-config-ts@5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': + '@eslint-sets/eslint-config-ts@5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': dependencies: - '@eslint-sets/eslint-config-basic': 5.12.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@eslint-sets/eslint-config-basic': 5.13.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 @@ -7476,10 +7476,10 @@ snapshots: - eslint-import-resolver-webpack - supports-color - '@eslint-sets/eslint-config-vue3@5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': + '@eslint-sets/eslint-config-vue3@5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5)': dependencies: - '@eslint-sets/eslint-config-basic': 5.12.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) - '@eslint-sets/eslint-config-ts': 5.12.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@eslint-sets/eslint-config-basic': 5.13.0(@babel/core@7.24.4)(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) + '@eslint-sets/eslint-config-ts': 5.13.0(@babel/core@7.24.4)(eslint@8.57.0)(prettier@3.2.5)(typescript@5.4.5) '@typescript-eslint/eslint-plugin': 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/parser': 6.21.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 From 76057144003000c48ac77c18fbd235ec421de944 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 27 Apr 2024 19:02:01 +0800 Subject: [PATCH 41/52] release v7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 6 +++--- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 1d372e627..0af5f7cab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 66cf0f217..60ba0a05c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 873b8fbf0..b9e14eecd 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 2c959e4bb..d4b430ef0 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 84a0595ea..456f9c1ab 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index a7772d4c1..935d75584 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 37692b539..0bbbb1d75 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index e7e4f2dc9..bef0686c2 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/go/package.json b/packages/go/package.json index 849678b9f..cad15b1b6 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 07566d2d8..5e5152061 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index be3ec1e93..04425963a 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.15", + "version": "7.0.0-beta.16", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -27,8 +27,8 @@ "src": "src" }, "dependencies": { - "@gitmars/core": "workspace:*", - "@gitmars/git": "workspace:*", + "@gitmars/core": "7.0.0-beta.15", + "@gitmars/git": "7.0.0-beta.15", "chalk": "^4.1.2", "cross-spawn": "^7.0.3", "debug": "^4.3.4", From ea73f9f4dfe64ced63bc3237b101cdd4b992fc59 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 10:27:51 +0800 Subject: [PATCH 42/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/build/src/buildConfig.ts | 6 +-- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-build-mp.ts | 69 +++++++++++++++------------ packages/gitmars/src/gitm-build.ts | 57 +++++++++++----------- packages/gitmars/src/gitm-review.ts | 4 +- packages/gitmars/src/locales/zh-CN.ts | 1 + packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 6 +-- 16 files changed, 85 insertions(+), 78 deletions(-) diff --git a/package.json b/package.json index 0af5f7cab..bfa413bad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 60ba0a05c..cb6fb3e53 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index b9e14eecd..0e876e981 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/src/buildConfig.ts b/packages/build/src/buildConfig.ts index 67d9a7453..d0214cf5b 100644 --- a/packages/build/src/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -35,7 +35,7 @@ function getNamespace(params: GitmarsConfigApisBuildConfigType['params'] = {}): * * @returns buildConfig - Return the configuration object */ -export async function getBuildConfig(): Promise { +export async function getBuildConfig(): Promise { const config = getConfig() as GitmarsConfigType const { apis = {} } = config let NS, _buildConfig @@ -49,7 +49,7 @@ export async function getBuildConfig(): Promise { } else { sh.echo(chalk.red(t('Please configure apollo or buildConfigApi'))) process.exit(0) - return + return null } const BUILD_CONFIG_TIME_NAME = `buildConfigTime-${NS}` @@ -76,7 +76,7 @@ export async function getBuildConfig(): Promise { try { apolloConfig = JSON.parse(config.apolloConfig) } catch { - return + return null } } else { apolloConfig = config.apolloConfig diff --git a/packages/cache/package.json b/packages/cache/package.json index d4b430ef0..13f3f39ec 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 456f9c1ab..7f61dffa4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 935d75584..4624aecb3 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 0bbbb1d75..bef3dc019 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index bef0686c2..c77a7a96a 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index f70226ac4..fafdf013d 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -6,7 +6,7 @@ import chalk from 'chalk' import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' -import { runJenkins } from '@gitmars/build' +import { getBuildConfig, runJenkins } from '@gitmars/build' import { type ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' @@ -54,9 +54,15 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => mini_program = opt.miniprogram || data.mini_program, description = opt.description || data.description + const buildConfig = await getBuildConfig() + if (!project) { if (getIsGitProject()) project = getGitConfig().appName - else project = await input({ message: t('Enter project name') }) + else + project = await input({ + message: t('Enter project name'), + transformer: val => val.trim() + }) } if (!env) { @@ -85,33 +91,26 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => } if (!app) { - ;[, app] = await to( - select({ - message: t('Select the miniprogram to build'), - choices: [ - { - name: 'weapp', - value: 'weapp' - }, - { - name: 'alipay', - value: 'alipay' - }, - { - name: 'tt', - value: 'tt' - }, - { - name: 'dd', - value: 'dd' - }, - { - name: 'swan', - value: 'swan' - } - ] - }) - ) + const projectOption = buildConfig?.[env!].list.find((item: any) => item.project === project) + if (!buildConfig) { + ;[, app] = await to( + input({ + message: t('Enter the miniprogram to build'), + transformer: val => val.trim() + }) + ) + } else if (projectOption && projectOption.apps) { + ;[, app] = await to( + select({ + message: t('Select the miniprogram to build'), + choices: projectOption.apps.map(name => ({ + name, + value: name + })) + }) + ) + } + // no apps means no-need to enter app name } if (!build_api_env) { @@ -146,11 +145,19 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => if (!mini_program) { ;[, mini_program] = await to( - input({ message: t('Generate experiential version of miniprogram') }) + input({ + message: t('Generate experiential version of miniprogram'), + transformer: val => val.trim() + }) ) } if (!description) { - ;[, description] = await to(input({ message: t('Enter the version description') })) + ;[, description] = await to( + input({ + message: t('Enter the version description'), + transformer: val => val.trim() + }) + ) } if (!_confirm) { diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index cda3be95e..ff1a55aca 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -6,7 +6,7 @@ import chalk from 'chalk' import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' -import { runJenkins } from '@gitmars/build' +import { getBuildConfig, runJenkins } from '@gitmars/build' import { type ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' @@ -43,9 +43,15 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { app = opt.app, _confirm = opt.confirm + const buildConfig = await getBuildConfig() + if (!project) { if (getIsGitProject()) project = getGitConfig().appName - else project = await input({ message: t('Enter project name') }) + else + project = await input({ + message: t('Enter project name'), + transformer: val => val.trim() + }) } if (!env) { @@ -74,33 +80,26 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { } if (!app) { - ;[, app] = await to( - select({ - message: t('Select the miniprogram to build'), - choices: [ - { - name: 'weapp', - value: 'weapp' - }, - { - name: 'alipay', - value: 'alipay' - }, - { - name: 'tt', - value: 'tt' - }, - { - name: 'dd', - value: 'dd' - }, - { - name: 'swan', - value: 'swan' - } - ] - }) - ) + const projectOption = buildConfig?.[env!].list.find((item: any) => item.project === project) + if (!buildConfig) { + ;[, app] = await to( + input({ + message: t('Enter the miniprogram to build'), + transformer: val => val.trim() + }) + ) + } else if (projectOption && projectOption.apps) { + ;[, app] = await to( + select({ + message: t('Select the miniprogram to build'), + choices: projectOption.apps.map(name => ({ + name, + value: name + })) + }) + ) + } + // no apps means no-need to enter app name } // 有opt.data时强制确认 diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index d12fdc4e6..48d3137cc 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -196,8 +196,8 @@ program.action(async (opt: GitmBuildOption): Promise => { input({ message: t('Enter the comment content'), default: '', - transformer: (val: string) => val.trim(), - validate: (val: string) => (!val ? t('Enter the available comments') : true) + transformer: val => val.trim(), + validate: val => (!val ? t('Enter the available comments') : true) }) ) !opt.quiet && diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index 3ae504175..363f9ff92 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -432,6 +432,7 @@ export default { 'Production environment': '生产环境', 'Select the api environment to build': '选择要构建的API环境', 'Select the miniprogram to build': '选择小程序类型', + 'Enter the miniprogram to build': '输入小程序类型', 'Generate experiential version of miniprogram': '生成体验版小程序', 'Enter the version description': '输入版本描述' } diff --git a/packages/go/package.json b/packages/go/package.json index cad15b1b6..b18e768b0 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 5e5152061..6f409e681 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 04425963a..aff27a2bf 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.16", + "version": "7.0.0-beta.17", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", @@ -27,8 +27,8 @@ "src": "src" }, "dependencies": { - "@gitmars/core": "7.0.0-beta.15", - "@gitmars/git": "7.0.0-beta.15", + "@gitmars/core": "workspace:*", + "@gitmars/git": "workspace:*", "chalk": "^4.1.2", "cross-spawn": "^7.0.3", "debug": "^4.3.4", From a3ea6e4aa0fd0f135a292eee4cacaad79e7a6383 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 10:39:34 +0800 Subject: [PATCH 43/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-build-mp.ts | 6 ++++-- packages/gitmars/src/gitm-build.ts | 6 ++++-- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 13 files changed, 19 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index bfa413bad..f867f4a4e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index cb6fb3e53..b48490c5b 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 0e876e981..a31dec134 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 13f3f39ec..54304ca5f 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 7f61dffa4..19e14b484 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 4624aecb3..130a8f1ab 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index bef3dc019..863f25c36 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index c77a7a96a..5d81bf4b4 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index fafdf013d..cb6779fab 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -7,7 +7,7 @@ import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' import { getBuildConfig, runJenkins } from '@gitmars/build' -import { type ApolloBranchList } from '@gitmars/build' +import type { ApolloBranchList, ApolloConfigProjectType } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import buildMpConfig from './conf/build-mp' @@ -91,7 +91,9 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => } if (!app) { - const projectOption = buildConfig?.[env!].list.find((item: any) => item.project === project) + const projectOption = buildConfig?.[env!].list.find( + (item: ApolloConfigProjectType) => item.name === project + ) if (!buildConfig) { ;[, app] = await to( input({ diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index ff1a55aca..32d6a275f 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -7,7 +7,7 @@ import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' import { getBuildConfig, runJenkins } from '@gitmars/build' -import { type ApolloBranchList } from '@gitmars/build' +import type { ApolloBranchList, ApolloConfigProjectType } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import buildConfig from './conf/build' @@ -80,7 +80,9 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { } if (!app) { - const projectOption = buildConfig?.[env!].list.find((item: any) => item.project === project) + const projectOption = buildConfig?.[env!].list.find( + (item: ApolloConfigProjectType) => item.name === project + ) if (!buildConfig) { ;[, app] = await to( input({ diff --git a/packages/go/package.json b/packages/go/package.json index b18e768b0..5dd311ad2 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 6f409e681..809df7335 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index aff27a2bf..a12dd19a8 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.17", + "version": "7.0.0-beta.18", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 9ecd980d6184b847c44234efd7c75fd5a52cb84d Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 12:12:40 +0800 Subject: [PATCH 44/52] version control rule --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/versionControl.ts | 20 +++++++++++++++++--- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 12 files changed, 28 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index f867f4a4e..4253ac7a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index b48490c5b..95e57fce6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index a31dec134..acdc45585 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 54304ca5f..dddf8ad4d 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 19e14b484..2ba2f7b74 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/src/versionControl.ts b/packages/core/src/versionControl.ts index 003806055..631cf7de0 100644 --- a/packages/core/src/versionControl.ts +++ b/packages/core/src/versionControl.ts @@ -20,8 +20,21 @@ const { version } = require('../package.json') */ export async function isNeedUpgrade(type?: VersionControlType): Promise { type ??= 'minor' - const { 'dist-tags': tags, versions } = await getPkgInfo() - debug('tags-versions', tags, versions) + const { 'dist-tags': tags } = await getPkgInfo() + let targetVersion = tags.latest, + isPreVer = false + + if (version.includes('alpha')) { + targetVersion = tags.alpha + isPreVer = true + } else if (version.includes('beta')) { + targetVersion = tags.beta + isPreVer = true + } else if (version.includes('rc')) { + targetVersion = tags.rc + isPreVer = true + } + debug('tags-versions', tags, targetVersion) // let compareVers = [] // if (version.indexOf('1.') === 0) { // // compareVers = versions.filter( @@ -36,8 +49,9 @@ export async function isNeedUpgrade(type?: VersionControlType): Promise // // return false // return parseFloat(tags.lite) > parseFloat(version) // } - const semver = semverDiff(version, tags.latest) + const semver = semverDiff(version, targetVersion) if (!type || !semver) return false + else if (isPreVer) return true return ( (type === 'patch' && ['prerelease', 'major', 'premajor', 'minor', 'preminor', 'patch', 'prepatch'].includes( diff --git a/packages/docs/package.json b/packages/docs/package.json index 130a8f1ab..43c157fce 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 863f25c36..c41bd324f 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 5d81bf4b4..0ad251ec4 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/go/package.json b/packages/go/package.json index 5dd311ad2..c5b63642c 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 809df7335..a5c8d3007 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index a12dd19a8..d9c74d1de 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.18", + "version": "7.0.0-beta.19", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 165ea0c8bf57b1574c22ebd69097b902f4eee66a Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 13:17:07 +0800 Subject: [PATCH 45/52] build script --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/build/src/buildConfig.ts | 34 +++++++++-- packages/build/src/index.default.ts | 3 +- packages/build/src/index.ts | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-build-mp.ts | 13 ++--- packages/gitmars/src/gitm-build.ts | 13 ++--- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- scripts/publish.ts | 82 ++++++++++++++++----------- 17 files changed, 103 insertions(+), 66 deletions(-) diff --git a/package.json b/package.json index 4253ac7a8..7a54e5520 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 95e57fce6..f0fe0bc5f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index acdc45585..5839fb0c7 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/src/buildConfig.ts b/packages/build/src/buildConfig.ts index d0214cf5b..c31a98ecf 100644 --- a/packages/build/src/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -3,10 +3,17 @@ import apollo from 'node-apollo' import sh from 'shelljs' import request from '@jssj/request' import chalk from 'chalk' +import to from 'await-to-done' import { CACHE_PATH, isCacheExpired, updateCacheTime } from '@gitmars/cache' import { debug, isFileExist, removeFile, writeFile } from '@gitmars/utils' import { getConfig } from '@gitmars/git' -import type { ApolloConfigType, GitmarsConfigApisBuildConfigType, GitmarsConfigType } from './types' +import type { + ApolloBranchList, + ApolloConfigProjectType, + ApolloConfigType, + GitmarsConfigApisBuildConfigType, + GitmarsConfigType +} from './types' import lang from './lang' const { t } = lang @@ -35,7 +42,7 @@ function getNamespace(params: GitmarsConfigApisBuildConfigType['params'] = {}): * * @returns buildConfig - Return the configuration object */ -export async function getBuildConfig(): Promise { +export async function getBuildConfig(): Promise { const config = getConfig() as GitmarsConfigType const { apis = {} } = config let NS, _buildConfig @@ -49,7 +56,7 @@ export async function getBuildConfig(): Promise { } else { sh.echo(chalk.red(t('Please configure apollo or buildConfigApi'))) process.exit(0) - return null + return } const BUILD_CONFIG_TIME_NAME = `buildConfigTime-${NS}` @@ -76,7 +83,7 @@ export async function getBuildConfig(): Promise { try { apolloConfig = JSON.parse(config.apolloConfig) } catch { - return null + return } } else { apolloConfig = config.apolloConfig @@ -89,6 +96,25 @@ export async function getBuildConfig(): Promise { return _buildConfig } +/** + * 读取项目配置 + * + * @param projectName - project name + * @param env - env type, ApolloBranchList + * @param config - build config, not required + * @returns buildConfig - Return the configuration object + */ +export async function getProjectOption( + projectName: string, + env: ApolloBranchList, + config?: ApolloConfigType +): Promise { + if (!config) { + ;[, config] = await to(getBuildConfig().then(res => res || undefined)) + } + return config?.[env]?.list?.find(item => item.name === projectName) +} + export function cleanBuildConfig() { removeFile([ { diff --git a/packages/build/src/index.default.ts b/packages/build/src/index.default.ts index 1f63fcda4..7a1cbd5de 100644 --- a/packages/build/src/index.default.ts +++ b/packages/build/src/index.default.ts @@ -1,11 +1,12 @@ import runJenkins from './runJenkins' -import { cleanBuildConfig, getBuildConfig } from './buildConfig' +import { cleanBuildConfig, getBuildConfig, getProjectOption } from './buildConfig' export type { RunJenkinsOptionType } from './runJenkins' export type * from './types' export default { version: '__VERSION__', getBuildConfig, + getProjectOption, cleanBuildConfig, runJenkins } diff --git a/packages/build/src/index.ts b/packages/build/src/index.ts index f4f567e21..20a0bc886 100644 --- a/packages/build/src/index.ts +++ b/packages/build/src/index.ts @@ -1,5 +1,5 @@ export { default as runJenkins } from './runJenkins' -export { cleanBuildConfig, getBuildConfig } from './buildConfig' +export { cleanBuildConfig, getBuildConfig, getProjectOption } from './buildConfig' export { default } from './index.default' export type * from './index.default' diff --git a/packages/cache/package.json b/packages/cache/package.json index dddf8ad4d..63db1d0e0 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 2ba2f7b74..842bac512 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 43c157fce..91e9e26bd 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index c41bd324f..4bc3d670f 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 0ad251ec4..bc70e0fa2 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index cb6779fab..4aa3896c2 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -6,8 +6,8 @@ import chalk from 'chalk' import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' -import { getBuildConfig, runJenkins } from '@gitmars/build' -import type { ApolloBranchList, ApolloConfigProjectType } from '@gitmars/build' +import { getBuildConfig, getProjectOption, runJenkins } from '@gitmars/build' +import type { ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import buildMpConfig from './conf/build-mp' @@ -54,8 +54,6 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => mini_program = opt.miniprogram || data.mini_program, description = opt.description || data.description - const buildConfig = await getBuildConfig() - if (!project) { if (getIsGitProject()) project = getGitConfig().appName else @@ -90,10 +88,9 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => ) } + const [, buildConfig] = await to(getBuildConfig()) + const projectOption = await getProjectOption(project, env!, buildConfig) if (!app) { - const projectOption = buildConfig?.[env!].list.find( - (item: ApolloConfigProjectType) => item.name === project - ) if (!buildConfig) { ;[, app] = await to( input({ @@ -101,7 +98,7 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => transformer: val => val.trim() }) ) - } else if (projectOption && projectOption.apps) { + } else if (projectOption?.apps) { ;[, app] = await to( select({ message: t('Select the miniprogram to build'), diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 32d6a275f..2853e0cad 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -6,8 +6,8 @@ import chalk from 'chalk' import to from 'await-to-done' import { createArgs } from '@gitmars/utils' import { getGitConfig, getIsGitProject } from '@gitmars/git' -import { getBuildConfig, runJenkins } from '@gitmars/build' -import type { ApolloBranchList, ApolloConfigProjectType } from '@gitmars/build' +import { getBuildConfig, getProjectOption, runJenkins } from '@gitmars/build' +import type { ApolloBranchList } from '@gitmars/build' import type { GitmarsOptionOptionsType } from './types' import lang from './common/local' import buildConfig from './conf/build' @@ -43,8 +43,6 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { app = opt.app, _confirm = opt.confirm - const buildConfig = await getBuildConfig() - if (!project) { if (getIsGitProject()) project = getGitConfig().appName else @@ -79,10 +77,9 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { ) } + const [, buildConfig] = await to(getBuildConfig()) + const projectOption = await getProjectOption(project, env!, buildConfig) if (!app) { - const projectOption = buildConfig?.[env!].list.find( - (item: ApolloConfigProjectType) => item.name === project - ) if (!buildConfig) { ;[, app] = await to( input({ @@ -90,7 +87,7 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { transformer: val => val.trim() }) ) - } else if (projectOption && projectOption.apps) { + } else if (projectOption?.apps) { ;[, app] = await to( select({ message: t('Select the miniprogram to build'), diff --git a/packages/go/package.json b/packages/go/package.json index c5b63642c..dcbf7a51d 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index a5c8d3007..8a06e79b8 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index d9c74d1de..ed7ce5d93 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.19", + "version": "7.0.0-beta.20", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/scripts/publish.ts b/scripts/publish.ts index 36d2d9ed6..3bce587f1 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -1,6 +1,7 @@ import { execSync } from 'child_process' import { join, sep } from 'path' import consola from 'consola' +import { clone } from 'js-cool' import { readJSONSync, writeJSONSync } from '@node-kit/extra.fs' import { version } from '../package.json' import { packages } from '../build/packages' @@ -12,6 +13,7 @@ export const ROOT = join(__dirname, '..') export const PACKAGE = join(ROOT, 'packages') const REGISTRY_URL = 'https://registry.npmjs.org' +const jsonMap: Record = {} let command = `npm --registry=${REGISTRY_URL} publish --access public` if (IS_DRY_RUN) command += ' --dry-run' @@ -23,45 +25,59 @@ else if (IS_TEST) { process.exit(0) } +transformPkgJson() + for (const { name, pkgName } of packages) { const dirName = name.replace(/\./g, sep) const cwd = name === 'monorepo' ? ROOT : join(PACKAGE, dirName) - const PKG_FILE = join(cwd, 'package.json') - const pkgJson = readJSONSync(PKG_FILE)! - const newPkgJson = JSON.parse(JSON.stringify(pkgJson)) - for (const { pkgName: pkg } of packages) { - if ( - pkg in ((newPkgJson.dependencies as Record) || {}) && - newPkgJson.dependencies[pkg].includes('workspace') - ) { - newPkgJson.dependencies[pkg] = version - } - if ( - pkg in ((newPkgJson.devDependencies as Record) || {}) && - newPkgJson.devDependencies[pkg].includes('workspace') - ) { - newPkgJson.devDependencies[pkg] = version - } - if ( - pkg in ((newPkgJson.peerDependencies as Record) || {}) && - newPkgJson.peerDependencies[pkg].includes('workspace') - ) { - newPkgJson.peerDependencies[pkg] = version - } - } - writeJSONSync(PKG_FILE, newPkgJson, { - encoding: 'utf8' - }) execSync(command, { stdio: 'inherit', cwd }) - writeJSONSync(PKG_FILE, pkgJson, { - encoding: 'utf8' - }) - execSync(`npx prettier --write ${PKG_FILE}`, { - stdio: 'inherit', - cwd: ROOT - }) consola.success(`Published ${pkgName}`) } + +transformPkgJson(true) + +function transformPkgJson(isFallback = false) { + for (const { name } of packages) { + const dirName = name.replace(/\./g, sep) + const cwd = name === 'monorepo' ? ROOT : join(PACKAGE, dirName) + const PKG_FILE = join(cwd, 'package.json') + if (!isFallback) { + jsonMap[name] = readJSONSync(PKG_FILE)! + const newPkgJson = clone(jsonMap[name]) + for (const { pkgName: pkg } of packages) { + if ( + pkg in ((newPkgJson.dependencies as Record) || {}) && + newPkgJson.dependencies[pkg].includes('workspace') + ) { + newPkgJson.dependencies[pkg] = version + } + if ( + pkg in ((newPkgJson.devDependencies as Record) || {}) && + newPkgJson.devDependencies[pkg].includes('workspace') + ) { + newPkgJson.devDependencies[pkg] = version + } + if ( + pkg in ((newPkgJson.peerDependencies as Record) || {}) && + newPkgJson.peerDependencies[pkg].includes('workspace') + ) { + newPkgJson.peerDependencies[pkg] = version + } + } + writeJSONSync(PKG_FILE, newPkgJson, { + encoding: 'utf8' + }) + } else { + writeJSONSync(PKG_FILE, jsonMap[name], { + encoding: 'utf8' + }) + } + execSync(`npx prettier --write ${PKG_FILE}`, { + stdio: 'inherit', + cwd: ROOT + }) + } +} From f06c412308d3e742368576d231eeae1716290f01 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 13:48:39 +0800 Subject: [PATCH 46/52] release 7.0.0 --- .npmrc | 1 + scripts/publish.ts | 16 +++++----------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/.npmrc b/.npmrc index cf0404245..d92901fa9 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ shamefully-hoist=true strict-peer-dependencies=false +git-checks=false diff --git a/scripts/publish.ts b/scripts/publish.ts index 3bce587f1..029822f00 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -1,6 +1,5 @@ import { execSync } from 'child_process' import { join, sep } from 'path' -import consola from 'consola' import { clone } from 'js-cool' import { readJSONSync, writeJSONSync } from '@node-kit/extra.fs' import { version } from '../package.json' @@ -14,7 +13,7 @@ export const PACKAGE = join(ROOT, 'packages') const REGISTRY_URL = 'https://registry.npmjs.org' const jsonMap: Record = {} -let command = `npm --registry=${REGISTRY_URL} publish --access public` +let command = `pnpm --registry=${REGISTRY_URL} publish -r --access public` if (IS_DRY_RUN) command += ' --dry-run' if (version.includes('rc')) command += ' --tag release' @@ -27,15 +26,10 @@ else if (IS_TEST) { transformPkgJson() -for (const { name, pkgName } of packages) { - const dirName = name.replace(/\./g, sep) - const cwd = name === 'monorepo' ? ROOT : join(PACKAGE, dirName) - execSync(command, { - stdio: 'inherit', - cwd - }) - consola.success(`Published ${pkgName}`) -} +execSync(command, { + stdio: 'inherit', + cwd: ROOT +}) transformPkgJson(true) From 2a62e2feafd46662b76ffc9ab8aec767b454f058 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 14:21:11 +0800 Subject: [PATCH 47/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/build/src/buildConfig.ts | 9 ++++++--- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-build-mp.ts | 2 +- packages/gitmars/src/gitm-build.ts | 2 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 14 files changed, 19 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 7a54e5520..f8ed4c414 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index f0fe0bc5f..47f89dcbf 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 5839fb0c7..e6339cb34 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/src/buildConfig.ts b/packages/build/src/buildConfig.ts index c31a98ecf..4428640a0 100644 --- a/packages/build/src/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -40,9 +40,10 @@ function getNamespace(params: GitmarsConfigApisBuildConfigType['params'] = {}): /** * 读取构建配置 * + * @param exitOnError - exit process when error occurred * @returns buildConfig - Return the configuration object */ -export async function getBuildConfig(): Promise { +export async function getBuildConfig(exitOnError = true): Promise { const config = getConfig() as GitmarsConfigType const { apis = {} } = config let NS, _buildConfig @@ -54,8 +55,10 @@ export async function getBuildConfig(): Promise { const { appId, clusterName } = config.apolloConfig NS = getNamespace({ appId, clusterName }) } else { - sh.echo(chalk.red(t('Please configure apollo or buildConfigApi'))) - process.exit(0) + if (exitOnError) { + sh.echo(chalk.red(t('Please configure apollo or buildConfigApi'))) + process.exit(0) + } return } diff --git a/packages/cache/package.json b/packages/cache/package.json index 63db1d0e0..c5e47ebcc 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 842bac512..648b4de1e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 91e9e26bd..187c8456e 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 4bc3d670f..50d7f70ab 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index bc70e0fa2..3f49459a2 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index 4aa3896c2..14dc5632d 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -88,7 +88,7 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => ) } - const [, buildConfig] = await to(getBuildConfig()) + const [, buildConfig] = await to(getBuildConfig(false)) const projectOption = await getProjectOption(project, env!, buildConfig) if (!app) { if (!buildConfig) { diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 2853e0cad..2ccfe6d87 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -77,7 +77,7 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { ) } - const [, buildConfig] = await to(getBuildConfig()) + const [, buildConfig] = await to(getBuildConfig(false)) const projectOption = await getProjectOption(project, env!, buildConfig) if (!app) { if (!buildConfig) { diff --git a/packages/go/package.json b/packages/go/package.json index dcbf7a51d..196f45090 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 8a06e79b8..8b7f69829 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index ed7ce5d93..c33ab1b36 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.20", + "version": "7.0.0-beta.21", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From effe558fb21cf399a8df165400364902d4add4cf Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 14:26:00 +0800 Subject: [PATCH 48/52] release 7.0.0 --- packages/build/src/buildConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/build/src/buildConfig.ts b/packages/build/src/buildConfig.ts index 4428640a0..1594eb6b2 100644 --- a/packages/build/src/buildConfig.ts +++ b/packages/build/src/buildConfig.ts @@ -113,7 +113,7 @@ export async function getProjectOption( config?: ApolloConfigType ): Promise { if (!config) { - ;[, config] = await to(getBuildConfig().then(res => res || undefined)) + ;[, config] = await to(getBuildConfig(false).then(res => res || undefined)) } return config?.[env]?.list?.find(item => item.name === projectName) } From 52c4c32fd628142a5eafbfb9c1ef0dfac0025a7f Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sun, 28 Apr 2024 16:42:46 +0800 Subject: [PATCH 49/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-approve.ts | 66 ++++++++++++++-------------- packages/gitmars/src/gitm-review.ts | 61 +++++++++++++------------ packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 13 files changed, 77 insertions(+), 72 deletions(-) diff --git a/package.json b/package.json index f8ed4c414..49a691ed7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 47f89dcbf..06c4511ba 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index e6339cb34..7a8ff23bd 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index c5e47ebcc..dcee949b3 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 648b4de1e..624bf91fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/package.json b/packages/docs/package.json index 187c8456e..5fc000b89 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 50d7f70ab..5b891f262 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 3f49459a2..9b271e55c 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-approve.ts b/packages/gitmars/src/gitm-approve.ts index 90d4f9c15..29237a54e 100755 --- a/packages/gitmars/src/gitm-approve.ts +++ b/packages/gitmars/src/gitm-approve.ts @@ -62,42 +62,42 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(yellow(t('No merge request record found, process has exited'))) process.exit(0) } + const choices = [] + for await (const mr of mrList) { + const { iid, author, source_branch, target_branch, merge_status, created_at } = mr + mr.notes = ( + (await getMergeRequestNotesList({ + iid + })) || [] + ).filter((note: any) => !note.system) + const disabled = merge_status !== 'can_be_merged' + const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') + choices.push({ + name: t( + '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', + { + id: green(iid + ': '), + source: green(source_branch), + target: green(target_branch), + disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', + name: yellow(author.name), + comments: green( + t('{length} comments', { + length: String(mr.notes.length) + }) + ), + time: blue(_time) + } + ), + value: iid, + // disabled, + checked: false + }) + } const [, iids = []] = await to( checkbox({ message: t('Please select the merge request to be operated'), - choices: mrList.map(async (mr: any) => { - const { iid, author, source_branch, target_branch, merge_status, created_at } = mr - mr.notes = ( - (await getMergeRequestNotesList({ - iid - })) || [] - ).filter((note: any) => !note.system) - const disabled = merge_status !== 'can_be_merged' - const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') - return { - name: t( - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - { - id: green(iid + ': '), - source: green(source_branch), - target: green(target_branch), - disabled: disabled - ? red(`[ ${t('Conflict or no need to merge')} ]`) - : '', - name: yellow(author.name), - comments: green( - t('{length} comments', { - length: String(mr.notes.length) - }) - ), - time: blue(_time) - } - ), - value: iid, - // disabled, - checked: false - } - }) + choices }) ) // no records diff --git a/packages/gitmars/src/gitm-review.ts b/packages/gitmars/src/gitm-review.ts index 48d3137cc..a4a1e987c 100755 --- a/packages/gitmars/src/gitm-review.ts +++ b/packages/gitmars/src/gitm-review.ts @@ -56,37 +56,42 @@ program.action(async (opt: GitmBuildOption): Promise => { echo(yellow(t('No merge request record found, process has exited'))) process.exit(0) } + const choices = [] + for await (const mr of mrList) { + const { iid, author, source_branch, target_branch, merge_status, created_at } = mr + mr.notes = ( + (await getMergeRequestNotesList({ + iid + })) || [] + ).filter((note: any) => !note.system) + const disabled = merge_status !== 'can_be_merged' + const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') + choices.push({ + name: t( + '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', + { + id: green(iid + ': '), + source: green(source_branch), + target: green(target_branch), + disabled: disabled ? red(`[ ${t('Conflict or no need to merge')} ]`) : '', + name: yellow(author.name), + comments: green( + t('{length} comments', { + length: String(mr.notes.length) + }) + ), + time: blue(_time) + } + ), + value: iid, + // disabled, + checked: false + }) + } const [, iids = []] = await to( checkbox({ message: t('Please select the merge request to be operated'), - choices: mrList.map((mr: any) => { - const { iid, author, source_branch, target_branch, merge_status, created_at } = mr - const disabled = merge_status !== 'can_be_merged' - const _time = dayjs(created_at).format('YYYY/MM/DD HH:mm') - return { - name: t( - '{id} request merge {source} to {target} {disabled} | {name} | {comments} | {time}', - { - id: green(iid + ': '), - source: green(source_branch), - target: green(target_branch), - disabled: disabled - ? red(`[ ${t('Conflict or no need to merge')} ]`) - : '', - name: yellow(author.name), - comments: green( - t('{length} comments', { - length: String(mr.notes.length) - }) - ), - time: blue(_time) - } - ), - value: iid, - // disabled, - checked: false - } - }) + choices }) ) // no records diff --git a/packages/go/package.json b/packages/go/package.json index 196f45090..c4c692f60 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 8b7f69829..f54a76234 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index c33ab1b36..bee30ea29 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.21", + "version": "7.0.0-beta.22", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 6ebf123af7a243df986a808db9fcf095707cb9e0 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Mon, 29 Apr 2024 18:52:54 +0800 Subject: [PATCH 50/52] release 7.0.0 --- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/core/src/versionControl.ts | 15 ++++++++------- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-build-mp.ts | 4 ++-- packages/gitmars/src/gitm-build.ts | 7 ++++--- packages/gitmars/src/locales/zh-CN.ts | 2 ++ packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- 15 files changed, 27 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 49a691ed7..cf2b8d938 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 06c4511ba..6d6f884ec 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 7a8ff23bd..542cfedf2 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index dcee949b3..6baf2e476 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index 624bf91fa..f6ebae717 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/src/versionControl.ts b/packages/core/src/versionControl.ts index 631cf7de0..2c545600e 100644 --- a/packages/core/src/versionControl.ts +++ b/packages/core/src/versionControl.ts @@ -21,20 +21,20 @@ const { version } = require('../package.json') export async function isNeedUpgrade(type?: VersionControlType): Promise { type ??= 'minor' const { 'dist-tags': tags } = await getPkgInfo() - let targetVersion = tags.latest, + let tagVersion = tags.latest, isPreVer = false if (version.includes('alpha')) { - targetVersion = tags.alpha + tagVersion = tags.alpha isPreVer = true } else if (version.includes('beta')) { - targetVersion = tags.beta + tagVersion = tags.beta isPreVer = true } else if (version.includes('rc')) { - targetVersion = tags.rc + tagVersion = tags.rc isPreVer = true } - debug('tags-versions', tags, targetVersion) + debug('tags-versions', tags, tagVersion) // let compareVers = [] // if (version.indexOf('1.') === 0) { // // compareVers = versions.filter( @@ -49,9 +49,10 @@ export async function isNeedUpgrade(type?: VersionControlType): Promise // // return false // return parseFloat(tags.lite) > parseFloat(version) // } - const semver = semverDiff(version, targetVersion) + const semver = semverDiff(version, tags.latest) + const semverTag = semverDiff(version, tagVersion) if (!type || !semver) return false - else if (isPreVer) return true + else if (isPreVer && semverTag) return true return ( (type === 'patch' && ['prerelease', 'major', 'premajor', 'minor', 'preminor', 'patch', 'prepatch'].includes( diff --git a/packages/docs/package.json b/packages/docs/package.json index 5fc000b89..2d7107338 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index 5b891f262..fec0e2426 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 9b271e55c..6b78265e5 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-build-mp.ts b/packages/gitmars/src/gitm-build-mp.ts index 14dc5632d..04976e0f4 100755 --- a/packages/gitmars/src/gitm-build-mp.ts +++ b/packages/gitmars/src/gitm-build-mp.ts @@ -94,14 +94,14 @@ program.action(async (project: string, opt: GitmBuildMpOption): Promise => if (!buildConfig) { ;[, app] = await to( input({ - message: t('Enter the miniprogram to build'), + message: t('Enter the application to build'), transformer: val => val.trim() }) ) } else if (projectOption?.apps) { ;[, app] = await to( select({ - message: t('Select the miniprogram to build'), + message: t('Select the application to build'), choices: projectOption.apps.map(name => ({ name, value: name diff --git a/packages/gitmars/src/gitm-build.ts b/packages/gitmars/src/gitm-build.ts index 2ccfe6d87..d9f3884c3 100755 --- a/packages/gitmars/src/gitm-build.ts +++ b/packages/gitmars/src/gitm-build.ts @@ -83,14 +83,14 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { if (!buildConfig) { ;[, app] = await to( input({ - message: t('Enter the miniprogram to build'), + message: t('Enter the application to build'), transformer: val => val.trim() }) ) } else if (projectOption?.apps) { ;[, app] = await to( select({ - message: t('Select the miniprogram to build'), + message: t('Select the application to build'), choices: projectOption.apps.map(name => ({ name, value: name @@ -109,7 +109,8 @@ program.action(async (project: string, opt: GitmBuildOption): Promise => { app )}` - message += `\n${t('Interface Environment')}: ${red(data.build_api_env || 'production')}` + if ('build_api_env' in data) + message += `\n${t('Interface Environment')}: ${red(data.build_api_env || 'production')}` if ('mini_program' in data) message += `\n${t('Experience version pushed to')}: ${red(data.mini_program || t('Push to templates only'))}` if ('description' in data) diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index 363f9ff92..81a4d6e39 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -433,6 +433,8 @@ export default { 'Select the api environment to build': '选择要构建的API环境', 'Select the miniprogram to build': '选择小程序类型', 'Enter the miniprogram to build': '输入小程序类型', + 'Enter the application to build': '输入要构建子应用名称', + 'Select the application to build': '选择要构建的子应用', 'Generate experiential version of miniprogram': '生成体验版小程序', 'Enter the version description': '输入版本描述' } diff --git a/packages/go/package.json b/packages/go/package.json index c4c692f60..262235885 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index f54a76234..189487929 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index bee30ea29..669b82596 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.22", + "version": "7.0.0-beta.23", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", From 419592f89e5a97a8018e45e3bea8f3643f3e70a8 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Wed, 1 May 2024 17:16:19 +0800 Subject: [PATCH 51/52] release v7.0.0 --- CHANGELOG.md | 9 +- package.json | 2 +- packages/api/package.json | 2 +- packages/build/package.json | 2 +- packages/cache/package.json | 2 +- packages/core/package.json | 2 +- packages/docs/changelog.md | 9 +- packages/docs/package.json | 2 +- packages/git/package.json | 2 +- packages/gitmars/package.json | 2 +- packages/gitmars/src/gitm-combine.ts | 602 ++++++++++++++------------ packages/gitmars/src/gitm-end.ts | 257 ++++++----- packages/gitmars/src/locales/zh-CN.ts | 11 +- packages/go/package.json | 2 +- packages/hook/package.json | 2 +- packages/utils/package.json | 2 +- scripts/publish.ts | 21 +- 17 files changed, 516 insertions(+), 415 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c334d85f3..1e16d3218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ 1. 重构项目,合理规划代码 2. 新增`build-mp`指令构建小程序 -3. `build`指令改造成可选参数形式,project参数取消必填限制 -4. 构建配置支持在list里面设置token -5. 清理不需要的依赖包 -6. 升级依赖包 +3. `end` `combine` 指令支持批量操作 +4. `build`指令改造成可选参数形式,project参数取消必填限制 +5. 构建配置支持在list里面设置token +6. 清理不需要的依赖包 +7. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/package.json b/package.json index cf2b8d938..fe0aee53f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/monorepo", "description": "这是一个git工作流工具", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "packageManager": "pnpm@9.0.6", "main": "index.js", "files": [ diff --git a/packages/api/package.json b/packages/api/package.json index 6d6f884ec..725e513de 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/api", "description": "gitmars api", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/build/package.json b/packages/build/package.json index 542cfedf2..4df721196 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/build", "description": "gitmars build", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/cache/package.json b/packages/cache/package.json index 6baf2e476..60b818b44 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/cache", "description": "gitmars cache", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/core/package.json b/packages/core/package.json index f6ebae717..0be9b83ca 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/core", "description": "gitmars核心程序", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/docs/changelog.md b/packages/docs/changelog.md index c334d85f3..1e16d3218 100644 --- a/packages/docs/changelog.md +++ b/packages/docs/changelog.md @@ -4,10 +4,11 @@ 1. 重构项目,合理规划代码 2. 新增`build-mp`指令构建小程序 -3. `build`指令改造成可选参数形式,project参数取消必填限制 -4. 构建配置支持在list里面设置token -5. 清理不需要的依赖包 -6. 升级依赖包 +3. `end` `combine` 指令支持批量操作 +4. `build`指令改造成可选参数形式,project参数取消必填限制 +5. 构建配置支持在list里面设置token +6. 清理不需要的依赖包 +7. 升级依赖包 ## 2024.03.17 v6.4.0 diff --git a/packages/docs/package.json b/packages/docs/package.json index 2d7107338..c0eb51415 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/docs", "description": "gitmars文档库", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "files": [ "dist", diff --git a/packages/git/package.json b/packages/git/package.json index fec0e2426..50207627c 100644 --- a/packages/git/package.json +++ b/packages/git/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/git", "description": "gitmars git", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/gitmars/package.json b/packages/gitmars/package.json index 6b78265e5..90219a2ce 100644 --- a/packages/gitmars/package.json +++ b/packages/gitmars/package.json @@ -2,7 +2,7 @@ "name": "gitmars", "description": "这是一个git工作流工具", "type": "module", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "bin": { "gitm": "lib/gitm.mjs" diff --git a/packages/gitmars/src/gitm-combine.ts b/packages/gitmars/src/gitm-combine.ts index d6f896356..16b48a5b0 100755 --- a/packages/gitmars/src/gitm-combine.ts +++ b/packages/gitmars/src/gitm-combine.ts @@ -3,6 +3,8 @@ import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' +import { checkbox } from '@inquirer/prompts' +import to from 'await-to-done' import { getType } from 'js-cool' import { isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { @@ -24,7 +26,7 @@ import combineConfig from './conf/combine' const { t } = lang const require = createRequire(import.meta.url) -const { red, yellow } = chalk +const { red, green, yellow } = chalk if (!getIsGitProject()) { sh.echo(red(t('The current directory is not a git project directory'))) @@ -47,6 +49,16 @@ interface GitmBuildOption { data?: string } +export interface DevelopBranchStatusInfo { + branchName: string + type: string + name: string + isNeedCombineDevelop: boolean + isNeedCombineBase: boolean + isNeedCombineRelease: boolean + isNeedCombineBugfix: boolean +} + const { args, options } = combineConfig const { appName } = getGitConfig() const config = getConfig() @@ -91,7 +103,8 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ] const { level, nickname = '' } = userInfoApi ? await getUserInfo() : ({} as FetchDataType) const status = !opt.add && opt.commit === '' ? checkGitStatus() : true - let _nameArr: string[] = [], // Branch name array + let _branches: string[] = [], // Branches found + pendingBranches: DevelopBranchStatusInfo[] = [], // Batch pending branches isDescriptionCorrect = true // Does the description of the reason for this submission meet the specification if (!opt.dev && !opt.prod) { sh.echo(t('Enter the environment to sync to.')) @@ -113,6 +126,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise } if (!type) { // type and name are not passed and the current branch is a development branch + let _nameArr ;[type, ..._nameArr] = getCurrentBranch().split('/') name = _nameArr.join('/') if (!name) { @@ -127,126 +141,184 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - } else if (!name) { - // passed type but not name - if (allow.includes(type)) { - sh.echo(t('Enter branch name')) + } + + // wrong type + if (!allow.includes(type)) { + sh.echo(red(t('type only allows input') + ': ' + JSON.stringify(allow))) + process.exit(1) + } else if (type === 'feature' && opt.asFeature) { + sh.echo(t('--as-feature is only used in the bugfix branch.')) + process.exit(1) + } + + // Passed type but not name. + if (!name) { + _branches = searchBranches({ type }) + if (!_branches.length) { + sh.echo(red(t('Branch does not exist, please enter it correctly'))) process.exit(1) } - const branches = searchBranches({ type }) - if (branches.length === 1) { - ;[type, ..._nameArr] = branches[0].split('/') - name = _nameArr.join('/') - } else { - sh.echo( - branches.length > 1 - ? t( - 'If you find multiple branches with names containing {type}, please enter the branch type', - { type } - ) - : red(t('Branch does not exist, please enter it correctly')) - ) - process.exit(1) + } else { + _branches = [type + '/' + name] + } + + const base: string = type === 'bugfix' ? config.bugfix : config.release + const cmd: Array = [] + const branchesWithInfo: DevelopBranchStatusInfo[] = _branches.map(branchName => { + const [_type, ..._nameArr] = branchName.split('/') + const _name = _nameArr.join('/') + // Is it necessary to merge dev + const isNeedCombineDevelop = !getIsMergedTargetBranch(branchName, config.develop, { + remote: true + }) + // Is it necessary to merge base + const isNeedCombineBase = !getIsMergedTargetBranch(branchName, base, { + remote: true + }) + // Is it necessary to merge release + const isNeedCombineRelease = !getIsMergedTargetBranch(branchName, config.release, { + remote: true + }) + // Is it necessary to merge bug + const isNeedCombineBugfix = !getIsMergedTargetBranch(branchName, config.bugfix, { + remote: true + }) + return { + branchName, + type: _type, + name: _name, + isNeedCombineDevelop, + isNeedCombineBase, + isNeedCombineRelease, + isNeedCombineBugfix } + }) + + if (branchesWithInfo.length === 1) pendingBranches = branchesWithInfo + else { + ;[, pendingBranches = []] = await to( + checkbox({ + message: t('Select branch for batch processing'), + choices: branchesWithInfo.map(item => { + const _merged = [] + if (!item.isNeedCombineDevelop) _merged.push(config.develop) + if (!item.isNeedCombineRelease) _merged.push(config.release) + if (!item.isNeedCombineBugfix) _merged.push(config.bugfix) + return { + name: t('{source}{info}', { + source: item.branchName, + info: _merged.length + ? green( + ' (' + + t(`Merged branch: {info}`, { + info: _merged.join('/') + }) + + ')' + ) + : '' + }), + value: item, + checked: false + } + }) + }) + ) } - if (type === 'feature' && opt.asFeature) { - sh.echo(t('--as-feature is only used in the bugfix branch.')) - process.exit(1) + if (!pendingBranches.length) { + sh.echo(t('No pending branches, program exits')) + process.exit(0) + } + + if (opt.add) { + cmd.push('git add .') + } + if (opt.commit) { + cmd.push(`git commit -m "${opt.commit}"`) } - if (allow.includes(type) && name) { - const base: string = type === 'bugfix' ? config.bugfix : config.release - let cmd: Array = [] + for (const { + branchName, + type, + isNeedCombineDevelop, + isNeedCombineBase, + isNeedCombineRelease, + isNeedCombineBugfix + } of pendingBranches) { // Get whether the upstream branch code has been synchronized within a week if (!getIsUpdatedInTime({ lastet: '7d', limit: 1000, branch: base })) { sh.echo( yellow( t( - 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)' + 'The {source} branch has not updated its upstream branch code in over a week, please sync it at least once a week, execute: gitm update (-f)', + { + source: branchName + } ) ) ) } - if (opt.add) { - cmd = cmd.concat(['git add .']) - } - if (opt.commit) { - cmd = cmd.concat([`git commit -m "${opt.commit}"`]) - } + // combine to dev if (opt.dev) { - // Is it necessary to merge dev - const isNeedCombineDevelop = !getIsMergedTargetBranch( - `${type}/${name}`, - config.develop, - { remote: true } - ) - cmd = cmd.concat( - isNeedCombineDevelop || opt.force - ? [ - 'git fetch', - `git checkout ${config.develop}`, - 'git pull', - { - cmd: `git merge --no-ff ${type}/${name}`, - config: { - again: false, - success: t('Merge {source} into {target} successfully', { - source: `${type}/${name}`, - target: config.develop - }), - fail: t( - 'An error occurred merging {source} to {target}, Please follow the instructions', - { - source: `${type}/${name}`, - target: config.develop - } - ) - } - }, - { - cmd: 'git push', - config: { - again: true, - success: t('Successful Pushed'), - fail: t('Push failed, please follow the prompts') - } - }, - `git checkout ${type}/${name}` - ] - : [ - { - message: t('{source} has been merged with {target}', { - source: `${type}/${name}`, - target: config.develop - }) - } - ] - ) - if (opt.build) { - cmd = cmd.concat([ + if (isNeedCombineDevelop || opt.force) + cmd.push( + 'git fetch', + `git checkout ${config.develop}`, + 'git pull', { - cmd: `gitm build ${appName} --confirm --env dev --app ${ - opt.build === true ? 'all' : opt.build - } ${opt.data ? ' --data ' + opt.data : ''}`, + cmd: `git merge --no-ff ${branchName}`, config: { - stdio: 'inherit', again: false, - success: t('Pulling up the build was successful'), - fail: t('Failed to pull up the build') + success: t('Merge {source} into {target} successfully', { + source: branchName, + target: config.develop + }), + fail: t( + 'An error occurred merging {source} to {target}, Please follow the instructions', + { + source: branchName, + target: config.develop + } + ) } + }, + { + cmd: 'git push', + config: { + again: true, + success: t('Successful Pushed'), + fail: t('Push failed, please follow the prompts') + } + }, + `git checkout ${branchName}` + ) + else + cmd.push({ + message: t('{source} has been merged with {target}', { + source: branchName, + target: config.develop + }) + }) + if (opt.build) { + cmd.push({ + cmd: `gitm build ${appName} --confirm --env dev --app ${ + opt.build === true ? 'all' : opt.build + } ${opt.data ? ' --data ' + opt.data : ''}`, + config: { + stdio: 'inherit', + again: false, + success: t('Pulling up the build was successful'), + fail: t('Failed to pull up the build') } - ]) + }) } } // Start merging to prod if (opt.prod) { // Determine if has merged dev branch - if ( - !opt.dev && - !getIsMergedTargetBranch(`${type}/${name}`, config.develop, { remote: true }) - ) { + if (!opt.dev && isNeedCombineDevelop) { sh.echo( yellow( t( @@ -274,55 +346,45 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise } if (!level || level < 3) { - // Is it necessary to merge prod - const isNeedCombineProd = !getIsMergedTargetBranch(`${type}/${name}`, base, { - remote: true - }) - cmd = cmd.concat( - isNeedCombineProd || opt.force - ? [ - 'git fetch', - `git checkout ${base}`, - 'git pull', - { - cmd: `git merge --no-ff ${type}/${name}`, - config: { - again: false, - success: t( - 'Merge {source} into {target} successfully', - { - source: `${type}/${name}`, - target: base - } - ), - fail: t( - 'An error occurred merging {source} to {target}, Please follow the instructions', - { - source: `${type}/${name}`, - target: base - } - ) - } - }, - { - cmd: 'git push', - config: { - again: true, - success: t('Successful Pushed'), - fail: t('Push failed, please follow the prompts') - } - }, - `git checkout ${type}/${name}` - ] - : [ - { - message: t('{source} has been merged with {target}', { - source: `${type}/${name}`, + if (isNeedCombineBase || opt.force) + cmd.push( + 'git fetch', + `git checkout ${base}`, + 'git pull', + { + cmd: `git merge --no-ff ${branchName}`, + config: { + again: false, + success: t('Merge {source} into {target} successfully', { + source: branchName, + target: base + }), + fail: t( + 'An error occurred merging {source} to {target}, Please follow the instructions', + { + source: branchName, target: base - }) - } - ] - ) + } + ) + } + }, + { + cmd: 'git push', + config: { + again: true, + success: t('Successful Pushed'), + fail: t('Push failed, please follow the prompts') + } + }, + `git checkout ${branchName}` + ) + else + cmd.push({ + message: t('{source} has been merged with {target}', { + source: branchName, + target: base + }) + }) } else { if (!isDescriptionCorrect) { sh.echo( @@ -334,9 +396,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - cmd = cmd.concat([ + cmd.push( { - cmd: `git push --set-upstream origin ${type}/${name}`, + cmd: `git push --set-upstream origin ${branchName}`, config: { again: true, success: t('Push remote and associate remote branch successfully'), @@ -348,7 +410,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise module: mergeRequestModule, entry: 'createMergeRequest', options: { - source_branch: `${type}/${name}`, + source_branch: branchName, target_branch: base, description: opt.description } @@ -369,68 +431,56 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise { nickname, app: appName, - source: `${type}/${name}`, + source: branchName, target: base } )}"` ] - ]) + ) } } // bugfix分支走release发布 if (type === 'bugfix' && opt.asFeature) { if (!level || level < 3) { - // Is it necessary to merge prod - const isNeedCombineProd = !getIsMergedTargetBranch( - `${type}/${name}`, - config.release, - { remote: true } - ) - cmd = cmd.concat( - isNeedCombineProd || opt.force - ? [ - 'git fetch', - `git checkout ${config.release}`, - 'git pull', - { - cmd: `git merge --no-ff ${type}/${name}`, - config: { - again: false, - success: t( - 'Merge {source} into {target} successfully', - { - source: `${type}/${name}`, - target: config.release - } - ), - fail: t( - 'An error occurred merging {source} to {target}, Please follow the instructions', - { - source: `${type}/${name}`, - target: config.release - } - ) - } - }, - { - cmd: 'git push', - config: { - again: true, - success: t('Successful Pushed'), - fail: t('Push failed, please follow the prompts') - } - }, - `git checkout ${type}/${name}` - ] - : [ - { - message: t('{source} has been merged with {target}', { - source: `${type}/${name}`, + if (isNeedCombineRelease || opt.force) + cmd.push( + 'git fetch', + `git checkout ${config.release}`, + 'git pull', + { + cmd: `git merge --no-ff ${branchName}`, + config: { + again: false, + success: t('Merge {source} into {target} successfully', { + source: branchName, + target: config.release + }), + fail: t( + 'An error occurred merging {source} to {target}, Please follow the instructions', + { + source: branchName, target: config.release - }) - } - ] - ) + } + ) + } + }, + { + cmd: 'git push', + config: { + again: true, + success: t('Successful Pushed'), + fail: t('Push failed, please follow the prompts') + } + }, + `git checkout ${branchName}` + ) + else + cmd.push({ + message: t('{source} has been merged with {target}', { + source: branchName, + target: config.release + }) + }) } else { if (!isDescriptionCorrect) { sh.echo( @@ -442,9 +492,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - cmd = cmd.concat([ + cmd.push( { - cmd: `git push --set-upstream origin ${type}/${name}`, + cmd: `git push --set-upstream origin ${branchName}`, config: { again: true, success: t('Push remote and associate remote branch successfully'), @@ -456,7 +506,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise module: mergeRequestModule, entry: 'createMergeRequest', options: { - source_branch: `${type}/${name}`, + source_branch: branchName, target_branch: config.release, description: opt.description } @@ -477,68 +527,56 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise { nickname, app: appName, - source: `${type}/${name}`, + source: branchName, target: config.release } )}"` ] - ]) + ) } } // support分支需要合到bugfix if (type === 'support' && opt.noBugfix) { if (!level || level < 3) { - // Is it necessary to merge prod - const isNeedCombineProd = !getIsMergedTargetBranch( - `${type}/${name}`, - config.bugfix, - { remote: true } - ) - cmd = cmd.concat( - isNeedCombineProd || opt.force - ? [ - 'git fetch', - `git checkout ${config.bugfix}`, - 'git pull', - { - cmd: `git merge --no-ff ${type}/${name}`, - config: { - again: false, - success: t( - 'Merge {source} into {target} successfully', - { - source: `${type}/${name}`, - target: config.bugfix - } - ), - fail: t( - 'An error occurred merging {source} to {target}, Please follow the instructions', - { - source: `${type}/${name}`, - target: config.bugfix - } - ) - } - }, - { - cmd: 'git push', - config: { - again: true, - success: t('Successful Pushed'), - fail: t('Push failed, please follow the prompts') - } - }, - `git checkout ${type}/${name}` - ] - : [ - { - message: t('{source} has been merged with {target}', { - source: `${type}/${name}`, + if (isNeedCombineBugfix || opt.force) + cmd.push( + 'git fetch', + `git checkout ${config.bugfix}`, + 'git pull', + { + cmd: `git merge --no-ff ${branchName}`, + config: { + again: false, + success: t('Merge {source} into {target} successfully', { + source: branchName, + target: config.bugfix + }), + fail: t( + 'An error occurred merging {source} to {target}, Please follow the instructions', + { + source: branchName, target: config.bugfix - }) - } - ] - ) + } + ) + } + }, + { + cmd: 'git push', + config: { + again: true, + success: t('Successful Pushed'), + fail: t('Push failed, please follow the prompts') + } + }, + `git checkout ${branchName}` + ) + else + cmd.push({ + message: t('{source} has been merged with {target}', { + source: branchName, + target: config.bugfix + }) + }) } else { if (!isDescriptionCorrect) { sh.echo( @@ -550,9 +588,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - cmd = cmd.concat([ + cmd.push( { - cmd: `git push --set-upstream origin ${type}/${name}`, + cmd: `git push --set-upstream origin ${branchName}`, config: { again: true, success: t('Push remote and associate remote branch successfully'), @@ -564,7 +602,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise module: mergeRequestModule, entry: 'createMergeRequest', options: { - source_branch: `${type}/${name}`, + source_branch: branchName, target_branch: config.bugfix, description: opt.description } @@ -585,47 +623,43 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise { nickname, app: appName, - source: `${type}/${name}`, + source: branchName, target: config.bugfix } )}"` ] - ]) + ) } } // 仅支持构建bug if (opt.build) { if (!level || level < 3) { if (type === 'bugfix') { - cmd = cmd.concat([ - { - cmd: `gitm build ${appName} --confirm --env bug --app ${ - opt.build === true ? 'all' : opt.build - } ${opt.data ? ' --data ' + opt.data : ''}`, - config: { - stdio: 'inherit', - again: false, - success: t('Pulling up the build was successful'), - fail: t('Failed to pull up the build') - } + cmd.push({ + cmd: `gitm build ${appName} --confirm --env bug --app ${ + opt.build === true ? 'all' : opt.build + } ${opt.data ? ' --data ' + opt.data : ''}`, + config: { + stdio: 'inherit', + again: false, + success: t('Pulling up the build was successful'), + fail: t('Failed to pull up the build') } - ]) + }) } // support分支要构建bug和release if (type === 'support' && opt.noBugfix) { - cmd = cmd.concat([ - { - cmd: `gitm build ${appName} --confirm --env bug --app ${ - opt.build === true ? 'all' : opt.build - } ${opt.data ? ' --data ' + opt.data : ''}`, - config: { - stdio: 'inherit', - again: false, - success: t('Pulling up the build was successful'), - fail: t('Failed to pull up the build') - } + cmd.push({ + cmd: `gitm build ${appName} --confirm --env bug --app ${ + opt.build === true ? 'all' : opt.build + } ${opt.data ? ' --data ' + opt.data : ''}`, + config: { + stdio: 'inherit', + again: false, + success: t('Pulling up the build was successful'), + fail: t('Failed to pull up the build') } - ]) + }) } } else { sh.echo( @@ -643,11 +677,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise } } } - queue(cmd) - } else { - sh.echo(red(t('type only allows input') + ': ' + JSON.stringify(allow))) - process.exit(1) } + + queue(cmd) }) program.parse(process.argv) export {} diff --git a/packages/gitmars/src/gitm-end.ts b/packages/gitmars/src/gitm-end.ts index 84d88ddeb..278e14a17 100755 --- a/packages/gitmars/src/gitm-end.ts +++ b/packages/gitmars/src/gitm-end.ts @@ -3,6 +3,8 @@ import { createRequire } from 'node:module' import { program } from 'commander' import sh from 'shelljs' import chalk from 'chalk' +import { checkbox } from '@inquirer/prompts' +import to from 'await-to-done' import { getType } from 'js-cool' import { isNeedUpgrade, queue, upgradeGitmars } from '@gitmars/core' import { @@ -25,7 +27,7 @@ import endConfig from './conf/end' const { t } = lang const require = createRequire(import.meta.url) const { args, options } = endConfig -const { red } = chalk +const { red, green } = chalk if (!getIsGitProject()) { sh.echo(red(t('The current directory is not a git project directory'))) @@ -43,6 +45,17 @@ interface GitmBuildOption { description?: string } +export interface DevelopBranchStatusInfo { + branchName: string + type: string + name: string + isSafe: boolean + isRemoteBranchExist: boolean + isNeedCombineDevelop: boolean + isNeedCombineBase: boolean + isNeedCombineBugfix: boolean +} + /** * gitm end */ @@ -76,7 +89,8 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ] const { level, nickname = '' } = userInfoApi ? await getUserInfo() : ({} as FetchDataType) const status = checkGitStatus() - let _nameArr: string[] = [], // 分支名称数组 + let _branches: string[] = [], // Branches found + pendingBranches: DevelopBranchStatusInfo[] = [], // Batch pending branches isDescriptionCorrect = true // Does the description of the reason for this submission meet the specification if (!status) process.exit(1) // When there is a descriptionValidator configured, the description information needs to be verified @@ -89,7 +103,8 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise isDescriptionCorrect = Boolean(opt.description && reg.test(opt.description)) } if (!type) { - // type和name都没传且当前分支是开发分支 + // type and name are not passed and the current branch is a development branch. + let _nameArr ;[type, ..._nameArr] = getCurrentBranch().split('/') name = _nameArr.join('/') if (!name) { @@ -104,72 +119,128 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - } else if (!name) { - // 传了type没传name - if (allow.includes(type)) { - sh.echo(t('Enter branch name')) - process.exit(1) - } - const branches = searchBranches({ type }) - if (branches.length === 1) { - ;[type, ..._nameArr] = branches[0].split('/') - name = _nameArr.join('/') - } else { - sh.echo( - branches.length > 1 - ? t( - 'If you find multiple branches with names containing {type}, please enter the branch type', - { type } - ) - : red(t('Branch does not exist, please enter it correctly')) - ) - process.exit(1) - } } - if (type === 'feature' && opt.asFeature) { + // wrong type + if (!allow.includes(type)) { + sh.echo(red(t('type only allows input') + ': ' + JSON.stringify(allow))) + process.exit(1) + } else if (type === 'feature' && opt.asFeature) { sh.echo(t('--as-feature is only used in the bugfix branch.')) process.exit(1) } - const isRemoteBranchExist = getIsBranchOrCommitExist(`${type}/${name}`, true) - if (allow.includes(type) && name) { - const base: string = opt.asFeature - ? config.release - : type === 'bugfix' - ? config.bugfix - : config.release - let cmd: Array = [] + // Passed type but not name. + if (!name) { + _branches = searchBranches({ type }) + if (!_branches.length) { + sh.echo(red(t('Branch does not exist, please enter it correctly'))) + process.exit(1) + } + } else { + _branches = [type + '/' + name] + } + + const base: string = opt.asFeature + ? config.release + : type === 'bugfix' + ? config.bugfix + : config.release + const cmd: Array = [] + const branchesWithInfo: DevelopBranchStatusInfo[] = _branches.map(branchName => { + const [_type, ..._nameArr] = branchName.split('/') + const _name = _nameArr.join('/') // Is it necessary to merge dev - const isNeedCombineDevelop = !getIsMergedTargetBranch(`${type}/${name}`, config.develop, { + const isNeedCombineDevelop = !getIsMergedTargetBranch(branchName, config.develop, { remote: true }) // Is it necessary to merge base - const isNeedCombineBase = !getIsMergedTargetBranch(`${type}/${name}`, base, { + const isNeedCombineBase = !getIsMergedTargetBranch(branchName, base, { remote: true }) - // Is it necessary to merge bug - const isNeedCombineBugfix = !getIsMergedTargetBranch(`${type}/${name}`, config.bugfix, { + // Is it necessary to merge bug, only for support branch + const isNeedCombineBugfix = !getIsMergedTargetBranch(branchName, config.bugfix, { remote: true }) + return { + branchName, + type: _type, + name: _name, + isSafe: + _type === config.support + ? !isNeedCombineDevelop && !isNeedCombineBase && !isNeedCombineBugfix + : !isNeedCombineDevelop && !isNeedCombineBase, + isRemoteBranchExist: getIsBranchOrCommitExist(branchName, true), + isNeedCombineDevelop, + isNeedCombineBase, + isNeedCombineBugfix + } + }) + + if (branchesWithInfo.length === 1) pendingBranches = branchesWithInfo + else { + ;[, pendingBranches = []] = await to( + checkbox({ + message: t('Select branch for batch processing'), + choices: branchesWithInfo.map(item => { + const _merged = [] + if (!item.isNeedCombineDevelop) _merged.push(config.develop) + if (!item.isNeedCombineBase) _merged.push(base) + if (item.type === config.support && !item.isNeedCombineBugfix) + _merged.push(config.bugfix) + + return { + name: t('{source}{info}', { + source: item.branchName, + info: _merged.length + ? green( + ' (' + + t(`Merged branch: {info}`, { + info: _merged.join('/') + }) + + ')' + ) + : '' + }), + value: item, + checked: item.isSafe + } + }) + }) + ) + } + + if (!pendingBranches.length) { + sh.echo(t('No pending branches, program exits')) + process.exit(0) + } + + for (const { + branchName, + type, + isRemoteBranchExist, + isNeedCombineDevelop, + isNeedCombineBase, + isNeedCombineBugfix + } of pendingBranches) { if (opt.combine && isNeedCombineDevelop) { // 需要合并代码到dev - cmd = [ + cmd.push( 'git fetch', `git checkout ${config.develop}`, 'git pull', { - cmd: `git merge --no-ff ${type}/${name}`, + cmd: `git merge --no-ff ${branchName}`, config: { again: false, success: t('Merge {source} into {target} successfully', { - source: `${type}/${name}`, + source: branchName, target: config.develop }), fail: t( 'An error occurred merging {source} to {target}, Please follow the instructions', { - source: `${type}/${name}`, + source: branchName, target: config.develop } ) @@ -183,28 +254,28 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise fail: t('Push failed, please follow the prompts') } }, - `git checkout ${type}/${name}` - ] + `git checkout ${branchName}` + ) } // support分支需要合到bugfix if (type === 'support' && opt.combine && isNeedCombineBugfix) { if (!level || level < 3) { - cmd = cmd.concat([ + cmd.push( 'git fetch', `git checkout ${config.bugfix}`, 'git pull', { - cmd: `git merge --no-ff ${type}/${name}`, + cmd: `git merge --no-ff ${branchName}`, config: { again: false, success: t('Merge {source} into {target} successfully', { - source: `${type}/${name}`, + source: branchName, target: config.bugfix }), fail: t( 'An error occurred merging {source} to {target}, Please follow the instructions', { - source: `${type}/${name}`, + source: branchName, target: config.bugfix } ) @@ -218,8 +289,8 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise fail: t('Push failed, please follow the prompts') } }, - `git checkout ${type}/${name}` - ]) + `git checkout ${branchName}` + ) } else { if (!isDescriptionCorrect) { sh.echo( @@ -231,9 +302,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - cmd = cmd.concat([ + cmd.push( { - cmd: `git push --set-upstream origin ${type}/${name}`, + cmd: `git push --set-upstream origin ${branchName}`, config: { again: true, success: t('Push remote and associate remote branch successfully'), @@ -245,7 +316,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise module: mergeRequestModule, entry: 'createMergeRequest', options: { - source_branch: `${type}/${name}`, + source_branch: branchName, target_branch: config.bugfix, description: opt.description } @@ -266,60 +337,54 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise { nickname, app: appName, - source: `${type}/${name}`, + source: branchName, target: config.bugfix } )}"` ] - ]) + ) } } if (!opt.combine || !isNeedCombineBase) { // 不合并代码 - cmd = cmd.concat([ - `git checkout ${config.develop}`, - `git branch -D ${type}/${name}`, - { - cmd: 'git remote prune origin', - config: { - again: true, - success: t('Cleanup of remote branch was successful'), - fail: t('Failed to clean up remote branch, please follow the prompts') - } + cmd.push(`git checkout ${config.develop}`, `git branch -D ${branchName}`, { + cmd: 'git remote prune origin', + config: { + again: true, + success: t('Cleanup of remote branch was successful'), + fail: t('Failed to clean up remote branch, please follow the prompts') } - ]) + }) // 判断远程是否存在分支 if (isRemoteBranchExist) { - cmd = cmd.concat([ - { - cmd: `git push origin --delete ${type}/${name}`, - config: { - again: true, - success: t('Successfully deleted remote branch'), - fail: t('Deletion failed, please contact administrator') - } + cmd.push({ + cmd: `git push origin --delete ${branchName}`, + config: { + again: true, + success: t('Successfully deleted remote branch'), + fail: t('Deletion failed, please contact administrator') } - ]) + }) } } else { // 需要合并代码 if (!level || level < 3) { - cmd = cmd.concat([ + cmd.push( 'git fetch', `git checkout ${base}`, 'git pull', { - cmd: `git merge --no-ff ${type}/${name}`, + cmd: `git merge --no-ff ${branchName}`, config: { again: false, success: t('Merge {source} into {target} successfully', { - source: `${type}/${name}`, + source: branchName, target: base }), fail: t( 'An error occurred merging {source} to {target}, Please follow the instructions', { - source: `${type}/${name}`, + source: branchName, target: base } ) @@ -334,7 +399,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise } }, `git checkout ${config.develop}`, - `git branch -D ${type}/${name}`, + `git branch -D ${branchName}`, { cmd: 'git remote prune origin', config: { @@ -343,19 +408,17 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise fail: t('Failed to clean up remote branch, please follow the prompts') } } - ]) + ) // 判断远程是否存在分支 if (isRemoteBranchExist) { - cmd = cmd.concat([ - { - cmd: `git push origin --delete ${type}/${name}`, - config: { - again: true, - success: t('Successfully deleted remote branch'), - fail: t('Deletion failed, please contact administrator') - } + cmd.push({ + cmd: `git push origin --delete ${branchName}`, + config: { + again: true, + success: t('Successfully deleted remote branch'), + fail: t('Deletion failed, please contact administrator') } - ]) + }) } } else { if (!isDescriptionCorrect) { @@ -368,9 +431,9 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise ) process.exit(1) } - cmd = cmd.concat([ + cmd.push( { - cmd: `git push --set-upstream origin ${type}/${name}`, + cmd: `git push --set-upstream origin ${branchName}`, config: { again: true, success: t('Push remote and associate remote branch successfully'), @@ -382,7 +445,7 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise module: mergeRequestModule, entry: 'createMergeRequest', options: { - source_branch: `${type}/${name}`, + source_branch: branchName, target_branch: base, description: opt.description } @@ -403,19 +466,17 @@ program.action(async (type: string, name: string, opt: GitmBuildOption): Promise { nickname, app: appName, - source: `${type}/${name}`, + source: branchName, target: base } )}"` ] - ]) + ) } } - queue(cmd) - } else { - sh.echo(red(t('type only allows input') + ': ' + JSON.stringify(allow))) - process.exit(1) } + + queue(cmd) }) program.parse(process.argv) export {} diff --git a/packages/gitmars/src/locales/zh-CN.ts b/packages/gitmars/src/locales/zh-CN.ts index 81a4d6e39..7fee87129 100644 --- a/packages/gitmars/src/locales/zh-CN.ts +++ b/packages/gitmars/src/locales/zh-CN.ts @@ -161,8 +161,8 @@ export default { 'Merge bugfix task branch, merge feature development branch, merge support branch': '合并bugfix任务分支、合并feature功能开发分支、合并support分支', 'Branch does not exist, please enter it correctly': '分支不存在,请正确输入', - 'This branch has not been synced for more than 1 week, please sync it at least once a week, execute: gitm update (-f)': - '检测到该分支已经超过1周没有同步过主干代码了,请每周至少同步一次,执行:gitm update (-f)', + 'The {source} branch has not updated its upstream branch code in over a week, please sync it at least once a week, execute: gitm update (-f)': + '{source}分支已经超过1周没有同步过主干分支代码了,请每周至少同步一次,执行:gitm update (-f)', 'Enter the items to be configured': '请输入要配置的项', 'Query single or all gitmars for configuration items': '查询单个或全部gitmars的配置项', 'A conflict has been detected in the merge branch and you need to run git add . Do you want to force the script to continue?': @@ -372,8 +372,6 @@ export default { '{id}: total {total} files changed': '{id}:一共变动了{total}个文件', 'Find {total} branches merged over {branches} branch, please select the branch to clean up': '找到{total}条分支合并过{branches}分支,请选择要清理的分支', - 'If you find multiple branches with names containing {type}, please enter the branch type': - '查询到多条名称包含{type}的分支,请输入分支类型', 'If your branch has not been merged into {target}, please merge it into the {target} branch first': '检测到你的分支没有合并过{target},请先合并到{target}分支', 'There are {length} staging records under this branch, and the most recent one is restored by default': @@ -436,5 +434,8 @@ export default { 'Enter the application to build': '输入要构建子应用名称', 'Select the application to build': '选择要构建的子应用', 'Generate experiential version of miniprogram': '生成体验版小程序', - 'Enter the version description': '输入版本描述' + 'Enter the version description': '输入版本描述', + 'Select branch for batch processing': '选择分支进行批处理', + 'No pending branches, program exits': '没有待处理分支,程序退出', + 'Merged branch: {info}': '已合并: {info}' } diff --git a/packages/go/package.json b/packages/go/package.json index 262235885..5ffec5c29 100644 --- a/packages/go/package.json +++ b/packages/go/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/go", "description": "gitmars go", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/hook/package.json b/packages/hook/package.json index 189487929..17937b927 100644 --- a/packages/hook/package.json +++ b/packages/hook/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/hook", "description": "gitmars hook", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/packages/utils/package.json b/packages/utils/package.json index 669b82596..abd2a63d0 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@gitmars/utils", "description": "gitmars utils", - "version": "7.0.0-beta.23", + "version": "7.0.0-beta.24", "private": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm-bundler.js", diff --git a/scripts/publish.ts b/scripts/publish.ts index 029822f00..d0b03dc23 100644 --- a/scripts/publish.ts +++ b/scripts/publish.ts @@ -1,6 +1,7 @@ -import { execSync } from 'child_process' +import { exec, execSync } from 'child_process' +import { promisify } from 'node:util' import { join, sep } from 'path' -import { clone } from 'js-cool' +import { clone, awaitTo as to } from 'js-cool' import { readJSONSync, writeJSONSync } from '@node-kit/extra.fs' import { version } from '../package.json' import { packages } from '../build/packages' @@ -26,12 +27,16 @@ else if (IS_TEST) { transformPkgJson() -execSync(command, { - stdio: 'inherit', - cwd: ROOT -}) - -transformPkgJson(true) +to( + promisify(exec)(command, { + cwd: ROOT, + timeout: 15000 + }) +) + .then(([err]) => { + err && console.error(err) + }) + .finally(() => transformPkgJson(true)) function transformPkgJson(isFallback = false) { for (const { name } of packages) { From dd60b9c5e7b8d3f723795e00f0ceffda72e2a2d5 Mon Sep 17 00:00:00 2001 From: saqqdy Date: Sat, 4 May 2024 18:19:19 +0800 Subject: [PATCH 52/52] release v7.0.0 --- packages/docs/api/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/docs/api/index.md b/packages/docs/api/index.md index bfbf15f13..ded108347 100644 --- a/packages/docs/api/index.md +++ b/packages/docs/api/index.md @@ -158,6 +158,7 @@ gitm start bugfix 1001 --tag 20211010 > v2.11.0 新增`--description`传参 > v5.3.0 增加data传值,支持传入额外的参数 +> v7.0.0 开始支持批量合并 bugfix 分支和 feature 分支需要提交到 dev 或者预发布环境时使用 combine 指令来自动执行合并 @@ -244,12 +245,20 @@ gitm cb -pd --no-bugfix gitm combine -b --data '{"app_id":"xxxxxx"}' ``` +7. 批量选择feature分支进行合并 + +```shell +# 输入指令并按提示选择要合并的分支 +gitm cb feature -d +``` + ### gitm end #### 短指令:gitm ed > v2.9.6 版本开始,`end`指令智能判断是否需要合并代码,不传`--no-combine`时,不需要合并的时候不会发起合并操作
> v2.11.0 新增`--description`传参 +> v7.0.0 开始支持批量结束分支 任务完成,合并并删除分支,这个操作会把 20001 这个分支代码合并到 bug 分支并删除 20001 分支(远程的 20001 分支也会同步删除) @@ -299,6 +308,13 @@ gitm end --no-combine gitm end --as-feature ``` +3. 批量选择feature分支进行清理 + +```shell +# 输入指令并按提示选择要清理的分支 +gitm end feature +``` + ### gitm update #### 短指令:gitm up