Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor.defaultFormatter: standard.vscode-standard not working for typescript #537

Open
smac89 opened this issue Nov 20, 2023 · 0 comments
Open

Comments

@smac89
Copy link

smac89 commented Nov 20, 2023

Here's what I did

Added the following config to my workspace settings.json:

{
    "standard.engine": "ts-standard",
    "[typescript]": {
        "editor.defaultFormatter": "standard.vscode-standard"
    },
}

I've also installed ts-standard locally

What I expected to happen

When I format typescript files, it should use ts-standard with the above configuration.

What seems to have happened

However, I get the following message instead:
Screenshot_20231120_124333.

Attempting to configure the default formatter also doesn't present standard as an option:
Screenshot_20231120_125403

yarn list
├─ @aashutoshrathi/word-wrap@1.2.6
├─ @actions/core@1.10.1
│  ├─ @actions/http-client@^2.0.1
│  └─ uuid@^8.3.2
├─ @actions/github@6.0.0
│  ├─ @actions/http-client@^2.2.0
│  ├─ @octokit/core@^5.0.1
│  ├─ @octokit/plugin-paginate-rest@^9.0.0
│  └─ @octokit/plugin-rest-endpoint-methods@^10.0.0
├─ @actions/http-client@2.2.0
│  ├─ tunnel@^0.0.6
│  └─ undici@^5.25.4
├─ @ampproject/remapping@2.2.0
│  ├─ @jridgewell/gen-mapping@^0.1.0
│  ├─ @jridgewell/gen-mapping@0.1.1
│  │  ├─ @jridgewell/set-array@^1.0.0
│  │  └─ @jridgewell/sourcemap-codec@^1.4.10
│  ├─ @jridgewell/trace-mapping@^0.3.9
│  └─ @jridgewell/trace-mapping@0.3.17
│     ├─ @jridgewell/resolve-uri@3.1.0
│     └─ @jridgewell/sourcemap-codec@1.4.14
├─ @babel/code-frame@7.18.6
│  └─ @babel/highlight@^7.18.6
├─ @babel/compat-data@7.20.1
├─ @babel/core@7.20.2
│  ├─ @ampproject/remapping@^2.1.0
│  ├─ @babel/code-frame@^7.18.6
│  ├─ @babel/generator@^7.20.2
│  ├─ @babel/helper-compilation-targets@^7.20.0
│  ├─ @babel/helper-module-transforms@^7.20.2
│  ├─ @babel/helpers@^7.20.1
│  ├─ @babel/parser@^7.20.2
│  ├─ @babel/template@^7.18.10
│  ├─ @babel/traverse@^7.20.1
│  ├─ @babel/types@^7.20.2
│  ├─ convert-source-map@^1.7.0
│  ├─ debug@^4.1.0
│  ├─ gensync@^1.0.0-beta.2
│  ├─ json5@^2.2.1
│  ├─ semver@^6.3.0
│  └─ semver@6.3.0
├─ @babel/generator@7.20.4
│  ├─ @babel/types@^7.20.2
│  ├─ @jridgewell/gen-mapping@^0.3.2
│  └─ jsesc@^2.5.1
├─ @babel/helper-compilation-targets@7.20.0
│  ├─ @babel/compat-data@^7.20.0
│  ├─ @babel/helper-validator-option@^7.18.6
│  ├─ browserslist@^4.21.3
│  ├─ semver@^6.3.0
│  └─ semver@6.3.0
├─ @babel/helper-environment-visitor@7.18.9
├─ @babel/helper-function-name@7.23.0
│  ├─ @babel/code-frame@7.22.13
│  │  ├─ @babel/highlight@^7.22.13
│  │  └─ chalk@^2.4.2
│  ├─ @babel/helper-string-parser@7.22.5
│  ├─ @babel/helper-validator-identifier@7.22.20
│  ├─ @babel/highlight@7.22.20
│  │  ├─ @babel/helper-validator-identifier@^7.22.20
│  │  ├─ chalk@^2.4.2
│  │  └─ js-tokens@^4.0.0
│  ├─ @babel/parser@7.23.0
│  ├─ @babel/template@^7.22.15
│  ├─ @babel/template@7.22.15
│  │  ├─ @babel/code-frame@^7.22.13
│  │  ├─ @babel/parser@^7.22.15
│  │  └─ @babel/types@^7.22.15
│  ├─ @babel/types@^7.23.0
│  ├─ @babel/types@7.23.0
│  │  ├─ @babel/helper-string-parser@^7.22.5
│  │  ├─ @babel/helper-validator-identifier@^7.22.20
│  │  └─ to-fast-properties@^2.0.0
│  ├─ ansi-styles@3.2.1
│  │  └─ color-convert@^1.9.0
│  ├─ chalk@2.4.2
│  │  ├─ ansi-styles@^3.2.1
│  │  ├─ escape-string-regexp@^1.0.5
│  │  └─ supports-color@^5.3.0
│  ├─ color-convert@1.9.3
│  │  └─ color-name@1.1.3
│  ├─ color-name@1.1.3
│  ├─ escape-string-regexp@1.0.5
│  ├─ has-flag@3.0.0
│  └─ supports-color@5.5.0
│     └─ has-flag@^3.0.0
├─ @babel/helper-hoist-variables@7.22.5
│  ├─ @babel/helper-string-parser@7.22.5
│  ├─ @babel/helper-validator-identifier@7.22.20
│  ├─ @babel/types@^7.22.5
│  └─ @babel/types@7.23.0
│     ├─ @babel/helper-string-parser@^7.22.5
│     ├─ @babel/helper-validator-identifier@^7.22.20
│     └─ to-fast-properties@^2.0.0
├─ @babel/helper-module-imports@7.18.6
│  └─ @babel/types@^7.18.6
├─ @babel/helper-module-transforms@7.20.2
│  ├─ @babel/helper-environment-visitor@^7.18.9
│  ├─ @babel/helper-module-imports@^7.18.6
│  ├─ @babel/helper-simple-access@^7.20.2
│  ├─ @babel/helper-split-export-declaration@^7.18.6
│  ├─ @babel/helper-validator-identifier@^7.19.1
│  ├─ @babel/template@^7.18.10
│  ├─ @babel/traverse@^7.20.1
│  └─ @babel/types@^7.20.2
├─ @babel/helper-plugin-utils@7.20.2
├─ @babel/helper-simple-access@7.20.2
│  └─ @babel/types@^7.20.2
├─ @babel/helper-split-export-declaration@7.18.6
│  └─ @babel/types@^7.18.6
├─ @babel/helper-string-parser@7.19.4
├─ @babel/helper-validator-identifier@7.19.1
├─ @babel/helper-validator-option@7.18.6
├─ @babel/helpers@7.20.1
│  ├─ @babel/template@^7.18.10
│  ├─ @babel/traverse@^7.20.1
│  └─ @babel/types@^7.20.0
├─ @babel/highlight@7.18.6
│  ├─ @babel/helper-validator-identifier@^7.18.6
│  ├─ ansi-styles@3.2.1
│  │  └─ color-convert@^1.9.0
│  ├─ chalk@^2.0.0
│  ├─ chalk@2.4.2
│  │  ├─ ansi-styles@^3.2.1
│  │  ├─ escape-string-regexp@^1.0.5
│  │  └─ supports-color@^5.3.0
│  ├─ color-convert@1.9.3
│  │  └─ color-name@1.1.3
│  ├─ color-name@1.1.3
│  ├─ escape-string-regexp@1.0.5
│  ├─ has-flag@3.0.0
│  ├─ js-tokens@^4.0.0
│  └─ supports-color@5.5.0
│     └─ has-flag@^3.0.0
├─ @babel/parser@7.20.3
├─ @babel/plugin-syntax-async-generators@7.8.4
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-bigint@7.8.3
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-class-properties@7.12.13
│  └─ @babel/helper-plugin-utils@^7.12.13
├─ @babel/plugin-syntax-import-meta@7.10.4
│  └─ @babel/helper-plugin-utils@^7.10.4
├─ @babel/plugin-syntax-json-strings@7.8.3
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-jsx@7.18.6
│  └─ @babel/helper-plugin-utils@^7.18.6
├─ @babel/plugin-syntax-logical-assignment-operators@7.10.4
│  └─ @babel/helper-plugin-utils@^7.10.4
├─ @babel/plugin-syntax-nullish-coalescing-operator@7.8.3
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-numeric-separator@7.10.4
│  └─ @babel/helper-plugin-utils@^7.10.4
├─ @babel/plugin-syntax-object-rest-spread@7.8.3
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-optional-catch-binding@7.8.3
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-optional-chaining@7.8.3
│  └─ @babel/helper-plugin-utils@^7.8.0
├─ @babel/plugin-syntax-top-level-await@7.14.5
│  └─ @babel/helper-plugin-utils@^7.14.5
├─ @babel/plugin-syntax-typescript@7.20.0
│  └─ @babel/helper-plugin-utils@^7.19.0
├─ @babel/template@7.18.10
│  ├─ @babel/code-frame@^7.18.6
│  ├─ @babel/parser@^7.18.10
│  └─ @babel/types@^7.18.10
├─ @babel/traverse@7.23.2
│  ├─ @babel/code-frame@^7.22.13
│  ├─ @babel/code-frame@7.22.13
│  │  ├─ @babel/highlight@^7.22.13
│  │  └─ chalk@^2.4.2
│  ├─ @babel/generator@^7.23.0
│  ├─ @babel/generator@7.23.0
│  │  ├─ @babel/types@^7.23.0
│  │  ├─ @jridgewell/gen-mapping@^0.3.2
│  │  ├─ @jridgewell/trace-mapping@^0.3.17
│  │  └─ jsesc@^2.5.1
│  ├─ @babel/helper-environment-visitor@^7.22.20
│  ├─ @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/helper-split-export-declaration@7.22.6
│  │  └─ @babel/types@^7.22.5
│  ├─ @babel/helper-string-parser@7.22.5
│  ├─ @babel/helper-validator-identifier@7.22.20
│  ├─ @babel/highlight@7.22.20
│  │  ├─ @babel/helper-validator-identifier@^7.22.20
│  │  ├─ chalk@^2.4.2
│  │  └─ js-tokens@^4.0.0
│  ├─ @babel/parser@^7.23.0
│  ├─ @babel/parser@7.23.0
│  ├─ @babel/types@^7.23.0
│  ├─ @babel/types@7.23.0
│  │  ├─ @babel/helper-string-parser@^7.22.5
│  │  ├─ @babel/helper-validator-identifier@^7.22.20
│  │  └─ to-fast-properties@^2.0.0
│  ├─ ansi-styles@3.2.1
│  │  └─ color-convert@^1.9.0
│  ├─ chalk@2.4.2
│  │  ├─ ansi-styles@^3.2.1
│  │  ├─ escape-string-regexp@^1.0.5
│  │  └─ supports-color@^5.3.0
│  ├─ color-convert@1.9.3
│  │  └─ color-name@1.1.3
│  ├─ color-name@1.1.3
│  ├─ debug@^4.1.0
│  ├─ escape-string-regexp@1.0.5
│  ├─ globals@^11.1.0
│  ├─ globals@11.12.0
│  ├─ has-flag@3.0.0
│  └─ supports-color@5.5.0
│     └─ has-flag@^3.0.0
├─ @babel/types@7.20.2
│  ├─ @babel/helper-string-parser@^7.19.4
│  ├─ @babel/helper-validator-identifier@^7.19.1
│  └─ to-fast-properties@^2.0.0
├─ @bcoe/v8-coverage@0.2.3
├─ @cspotcode/source-map-support@0.8.1
│  ├─ @jridgewell/trace-mapping@0.3.9
│  └─ @jridgewell/trace-mapping@0.3.9
│     ├─ @jridgewell/resolve-uri@^3.0.3
│     └─ @jridgewell/sourcemap-codec@^1.4.10
├─ @eslint-community/eslint-utils@4.4.0
│  └─ eslint-visitor-keys@^3.3.0
├─ @eslint-community/regexpp@4.10.0
├─ @eslint/eslintrc@2.1.3
│  ├─ ajv@^6.12.4
│  ├─ debug@^4.3.2
│  ├─ espree@^9.6.0
│  ├─ globals@^13.19.0
│  ├─ ignore@^5.2.0
│  ├─ import-fresh@^3.2.1
│  ├─ js-yaml@^4.1.0
│  ├─ minimatch@^3.1.2
│  └─ strip-json-comments@^3.1.1
├─ @eslint/js@8.54.0
├─ @fastify/busboy@2.1.0
├─ @humanwhocodes/config-array@0.11.13
│  ├─ @humanwhocodes/object-schema@^2.0.1
│  ├─ debug@^4.1.1
│  └─ minimatch@^3.0.5
├─ @humanwhocodes/module-importer@1.0.1
├─ @humanwhocodes/object-schema@2.0.1
├─ @istanbuljs/load-nyc-config@1.1.0
│  ├─ argparse@1.0.10
│  │  └─ sprintf-js@~1.0.2
│  ├─ camelcase@^5.3.1
│  ├─ camelcase@5.3.1
│  ├─ find-up@^4.1.0
│  ├─ get-package-type@^0.1.0
│  ├─ js-yaml@^3.13.1
│  ├─ js-yaml@3.14.1
│  │  ├─ argparse@^1.0.7
│  │  └─ esprima@^4.0.0
│  └─ resolve-from@^5.0.0
├─ @istanbuljs/schema@0.1.3
├─ @jest/console@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ chalk@^4.0.0
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-util@^29.7.0
│  └─ slash@^3.0.0
├─ @jest/core@29.7.0
│  ├─ @jest/console@^29.7.0
│  ├─ @jest/reporters@^29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/transform@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ ansi-escapes@^4.2.1
│  ├─ chalk@^4.0.0
│  ├─ ci-info@^3.2.0
│  ├─ exit@^0.1.2
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-changed-files@^29.7.0
│  ├─ jest-config@^29.7.0
│  ├─ jest-haste-map@^29.7.0
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-regex-util@^29.6.3
│  ├─ jest-resolve-dependencies@^29.7.0
│  ├─ jest-resolve@^29.7.0
│  ├─ jest-runner@^29.7.0
│  ├─ jest-runtime@^29.7.0
│  ├─ jest-snapshot@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ jest-validate@^29.7.0
│  ├─ jest-watcher@^29.7.0
│  ├─ micromatch@^4.0.4
│  ├─ pretty-format@^29.7.0
│  ├─ slash@^3.0.0
│  └─ strip-ansi@^6.0.0
├─ @jest/environment@29.7.0
│  ├─ @jest/fake-timers@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  └─ jest-mock@^29.7.0
├─ @jest/expect-utils@29.7.0
│  └─ jest-get-type@^29.6.3
├─ @jest/expect@29.7.0
│  ├─ expect@^29.7.0
│  └─ jest-snapshot@^29.7.0
├─ @jest/fake-timers@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @sinonjs/fake-timers@^10.0.2
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-mock@^29.7.0
│  └─ jest-util@^29.7.0
├─ @jest/globals@29.7.0
│  ├─ @jest/environment@^29.7.0
│  ├─ @jest/expect@^29.7.0
│  ├─ @jest/types@^29.6.3
│  └─ jest-mock@^29.7.0
├─ @jest/reporters@29.7.0
│  ├─ @bcoe/v8-coverage@^0.2.3
│  ├─ @jest/console@^29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/transform@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @jridgewell/trace-mapping@^0.3.18
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ chalk@^4.0.0
│  ├─ collect-v8-coverage@^1.0.0
│  ├─ exit@^0.1.2
│  ├─ glob@^7.1.3
│  ├─ graceful-fs@^4.2.9
│  ├─ istanbul-lib-coverage@^3.0.0
│  ├─ istanbul-lib-instrument@^6.0.0
│  ├─ istanbul-lib-report@^3.0.0
│  ├─ istanbul-lib-source-maps@^4.0.0
│  ├─ istanbul-reports@^3.1.3
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ jest-worker@^29.7.0
│  ├─ slash@^3.0.0
│  ├─ string-length@^4.0.1
│  ├─ strip-ansi@^6.0.0
│  └─ v8-to-istanbul@^9.0.1
├─ @jest/schemas@29.0.0
│  └─ @sinclair/typebox@^0.24.1
├─ @jest/source-map@29.6.3
│  ├─ @jridgewell/trace-mapping@^0.3.18
│  ├─ callsites@^3.0.0
│  └─ graceful-fs@^4.2.9
├─ @jest/test-result@29.7.0
│  ├─ @jest/console@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/istanbul-lib-coverage@^2.0.0
│  └─ collect-v8-coverage@^1.0.0
├─ @jest/test-sequencer@29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-haste-map@^29.7.0
│  └─ slash@^3.0.0
├─ @jest/transform@29.7.0
│  ├─ @babel/core@^7.11.6
│  ├─ @jest/types@^29.6.3
│  ├─ @jridgewell/trace-mapping@^0.3.18
│  ├─ babel-plugin-istanbul@^6.1.1
│  ├─ chalk@^4.0.0
│  ├─ convert-source-map@^2.0.0
│  ├─ convert-source-map@2.0.0
│  ├─ fast-json-stable-stringify@^2.1.0
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-haste-map@^29.7.0
│  ├─ jest-regex-util@^29.6.3
│  ├─ jest-util@^29.7.0
│  ├─ micromatch@^4.0.4
│  ├─ pirates@^4.0.4
│  ├─ slash@^3.0.0
│  └─ write-file-atomic@^4.0.2
├─ @jest/types@29.6.3
│  ├─ @jest/schemas@^29.6.3
│  ├─ @jest/schemas@29.6.3
│  │  └─ @sinclair/typebox@^0.27.8
│  ├─ @sinclair/typebox@0.27.8
│  ├─ @types/istanbul-lib-coverage@^2.0.0
│  ├─ @types/istanbul-reports@^3.0.0
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ @types/yargs@^17.0.8
│  └─ chalk@^4.0.0
├─ @jridgewell/gen-mapping@0.3.2
│  ├─ @jridgewell/set-array@^1.0.1
│  ├─ @jridgewell/sourcemap-codec@^1.4.10
│  ├─ @jridgewell/trace-mapping@^0.3.9
│  └─ @jridgewell/trace-mapping@0.3.17
│     ├─ @jridgewell/resolve-uri@3.1.0
│     └─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/resolve-uri@3.1.0
├─ @jridgewell/set-array@1.1.2
├─ @jridgewell/sourcemap-codec@1.4.14
├─ @jridgewell/trace-mapping@0.3.20
│  ├─ @jridgewell/resolve-uri@^3.1.0
│  ├─ @jridgewell/resolve-uri@3.1.1
│  ├─ @jridgewell/sourcemap-codec@^1.4.14
│  └─ @jridgewell/sourcemap-codec@1.4.15
├─ @nodelib/fs.scandir@2.1.5
│  ├─ @nodelib/fs.stat@2.0.5
│  └─ run-parallel@^1.1.9
├─ @nodelib/fs.stat@2.0.5
├─ @nodelib/fs.walk@1.2.8
│  ├─ @nodelib/fs.scandir@2.1.5
│  └─ fastq@^1.6.0
├─ @octokit/auth-token@4.0.0
├─ @octokit/core@5.0.1
│  ├─ @octokit/auth-token@^4.0.0
│  ├─ @octokit/graphql@^7.0.0
│  ├─ @octokit/request-error@^5.0.0
│  ├─ @octokit/request@^8.0.2
│  ├─ @octokit/types@^12.0.0
│  ├─ before-after-hook@^2.2.0
│  └─ universal-user-agent@^6.0.0
├─ @octokit/endpoint@9.0.2
│  ├─ @octokit/types@^12.0.0
│  ├─ is-plain-object@^5.0.0
│  └─ universal-user-agent@^6.0.0
├─ @octokit/graphql@7.0.2
│  ├─ @octokit/request@^8.0.1
│  ├─ @octokit/types@^12.0.0
│  └─ universal-user-agent@^6.0.0
├─ @octokit/openapi-types@19.0.2
├─ @octokit/plugin-paginate-rest@9.1.4
│  └─ @octokit/types@^12.3.0
├─ @octokit/plugin-rest-endpoint-methods@10.1.5
│  └─ @octokit/types@^12.3.0
├─ @octokit/request-error@5.0.1
│  ├─ @octokit/types@^12.0.0
│  ├─ deprecation@^2.0.0
│  └─ once@^1.4.0
├─ @octokit/request@8.1.5
│  ├─ @octokit/endpoint@^9.0.0
│  ├─ @octokit/request-error@^5.0.0
│  ├─ @octokit/types@^12.0.0
│  ├─ is-plain-object@^5.0.0
│  └─ universal-user-agent@^6.0.0
├─ @octokit/types@12.3.0
│  └─ @octokit/openapi-types@^19.0.2
├─ @octokit/webhooks-types@7.3.1
├─ @sinclair/typebox@0.24.51
├─ @sinonjs/commons@3.0.0
│  └─ type-detect@4.0.8
├─ @sinonjs/fake-timers@10.3.0
│  └─ @sinonjs/commons@^3.0.0
├─ @tsconfig/node10@1.0.9
├─ @tsconfig/node12@1.0.11
├─ @tsconfig/node14@1.0.3
├─ @tsconfig/node16@1.0.3
├─ @types/babel__core@7.1.20
│  ├─ @babel/parser@^7.1.0
│  ├─ @babel/types@^7.0.0
│  ├─ @types/babel__generator@*
│  ├─ @types/babel__template@*
│  └─ @types/babel__traverse@*
├─ @types/babel__generator@7.6.4
│  └─ @babel/types@^7.0.0
├─ @types/babel__template@7.4.1
│  ├─ @babel/parser@^7.1.0
│  └─ @babel/types@^7.0.0
├─ @types/babel__traverse@7.18.2
│  └─ @babel/types@^7.3.0
├─ @types/graceful-fs@4.1.5
│  ├─ @types/node@*
│  └─ @types/node@18.11.9
├─ @types/istanbul-lib-coverage@2.0.4
├─ @types/istanbul-lib-report@3.0.0
│  └─ @types/istanbul-lib-coverage@*
├─ @types/istanbul-reports@3.0.1
│  └─ @types/istanbul-lib-report@*
├─ @types/jest@29.5.8
│  ├─ @jest/expect-utils@29.3.1
│  │  └─ jest-get-type@^29.2.0
│  ├─ @jest/types@29.3.1
│  │  ├─ @jest/schemas@^29.0.0
│  │  ├─ @types/istanbul-lib-coverage@^2.0.0
│  │  ├─ @types/istanbul-reports@^3.0.0
│  │  ├─ @types/node@*
│  │  ├─ @types/yargs@^17.0.8
│  │  └─ chalk@^4.0.0
│  ├─ @types/node@18.11.9
│  ├─ ansi-styles@5.2.0
│  ├─ diff-sequences@29.3.1
│  ├─ expect@^29.0.0
│  ├─ expect@29.3.1
│  │  ├─ @jest/expect-utils@^29.3.1
│  │  ├─ jest-get-type@^29.2.0
│  │  ├─ jest-matcher-utils@^29.3.1
│  │  ├─ jest-message-util@^29.3.1
│  │  └─ jest-util@^29.3.1
│  ├─ jest-diff@29.3.1
│  │  ├─ chalk@^4.0.0
│  │  ├─ diff-sequences@^29.3.1
│  │  ├─ jest-get-type@^29.2.0
│  │  └─ pretty-format@^29.3.1
│  ├─ jest-get-type@29.2.0
│  ├─ jest-matcher-utils@29.3.1
│  │  ├─ chalk@^4.0.0
│  │  ├─ jest-diff@^29.3.1
│  │  ├─ jest-get-type@^29.2.0
│  │  └─ pretty-format@^29.3.1
│  ├─ jest-message-util@29.3.1
│  │  ├─ @babel/code-frame@^7.12.13
│  │  ├─ @jest/types@^29.3.1
│  │  ├─ @types/stack-utils@^2.0.0
│  │  ├─ chalk@^4.0.0
│  │  ├─ graceful-fs@^4.2.9
│  │  ├─ micromatch@^4.0.4
│  │  ├─ pretty-format@^29.3.1
│  │  ├─ slash@^3.0.0
│  │  └─ stack-utils@^2.0.3
│  ├─ jest-util@29.3.1
│  │  ├─ @jest/types@^29.3.1
│  │  ├─ @types/node@*
│  │  ├─ chalk@^4.0.0
│  │  ├─ ci-info@^3.2.0
│  │  ├─ graceful-fs@^4.2.9
│  │  └─ picomatch@^2.2.3
│  ├─ pretty-format@^29.0.0
│  └─ pretty-format@29.3.1
│     ├─ @jest/schemas@^29.0.0
│     ├─ ansi-styles@^5.0.0
│     └─ react-is@^18.0.0
├─ @types/json-schema@7.0.15
├─ @types/json5@0.0.29
├─ @types/node@20.9.0
│  └─ undici-types@~5.26.4
├─ @types/semver@7.5.5
├─ @types/stack-utils@2.0.1
├─ @types/yargs-parser@21.0.0
├─ @types/yargs@17.0.13
│  └─ @types/yargs-parser@*
├─ @typescript-eslint/eslint-plugin@5.62.0
│  ├─ @eslint-community/regexpp@^4.4.0
│  ├─ @typescript-eslint/scope-manager@5.62.0
│  ├─ @typescript-eslint/type-utils@5.62.0
│  ├─ @typescript-eslint/utils@5.62.0
│  ├─ debug@^4.3.4
│  ├─ graphemer@^1.4.0
│  ├─ ignore@^5.2.0
│  ├─ natural-compare-lite@^1.4.0
│  ├─ semver@^7.3.7
│  └─ tsutils@^3.21.0
├─ @typescript-eslint/parser@5.62.0
│  ├─ @typescript-eslint/scope-manager@5.62.0
│  ├─ @typescript-eslint/types@5.62.0
│  ├─ @typescript-eslint/typescript-estree@5.62.0
│  └─ debug@^4.3.4
├─ @typescript-eslint/scope-manager@5.62.0
│  ├─ @typescript-eslint/types@5.62.0
│  └─ @typescript-eslint/visitor-keys@5.62.0
├─ @typescript-eslint/type-utils@5.62.0
│  ├─ @typescript-eslint/typescript-estree@5.62.0
│  ├─ @typescript-eslint/utils@5.62.0
│  ├─ debug@^4.3.4
│  └─ tsutils@^3.21.0
├─ @typescript-eslint/types@5.62.0
├─ @typescript-eslint/typescript-estree@5.62.0
│  ├─ @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.3.7
│  └─ tsutils@^3.21.0
├─ @typescript-eslint/utils@5.62.0
│  ├─ @eslint-community/eslint-utils@^4.2.0
│  ├─ @types/json-schema@^7.0.9
│  ├─ @types/semver@^7.3.12
│  ├─ @typescript-eslint/scope-manager@5.62.0
│  ├─ @typescript-eslint/types@5.62.0
│  ├─ @typescript-eslint/typescript-estree@5.62.0
│  ├─ eslint-scope@^5.1.1
│  ├─ eslint-scope@5.1.1
│  │  ├─ esrecurse@^4.3.0
│  │  └─ estraverse@^4.1.1
│  ├─ estraverse@4.3.0
│  └─ semver@^7.3.7
├─ @typescript-eslint/visitor-keys@5.62.0
│  ├─ @typescript-eslint/types@5.62.0
│  └─ eslint-visitor-keys@^3.3.0
├─ @ungap/structured-clone@1.2.0
├─ @vercel/ncc@0.38.1
├─ acorn-jsx@5.3.2
├─ acorn-walk@8.2.0
├─ acorn@8.8.1
├─ ajv@6.12.6
│  ├─ fast-deep-equal@^3.1.1
│  ├─ fast-json-stable-stringify@^2.0.0
│  ├─ json-schema-traverse@^0.4.1
│  └─ uri-js@^4.2.2
├─ ansi-escapes@4.3.2
│  ├─ type-fest@^0.21.3
│  └─ type-fest@0.21.3
├─ ansi-regex@5.0.1
├─ ansi-styles@4.3.0
│  └─ color-convert@^2.0.1
├─ anymatch@3.1.2
│  ├─ normalize-path@^3.0.0
│  └─ picomatch@^2.0.4
├─ arg@4.1.3
├─ argparse@2.0.1
├─ array-buffer-byte-length@1.0.0
│  ├─ call-bind@^1.0.2
│  └─ is-array-buffer@^3.0.1
├─ array-includes@3.1.7
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  ├─ get-intrinsic@^1.2.1
│  └─ is-string@^1.0.7
├─ array-union@2.1.0
├─ array.prototype.findlastindex@1.2.3
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  ├─ es-shim-unscopables@^1.0.0
│  └─ get-intrinsic@^1.2.1
├─ array.prototype.flat@1.3.2
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  └─ es-shim-unscopables@^1.0.0
├─ array.prototype.flatmap@1.3.2
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  └─ es-shim-unscopables@^1.0.0
├─ array.prototype.tosorted@1.1.2
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  ├─ es-shim-unscopables@^1.0.0
│  └─ get-intrinsic@^1.2.1
├─ arraybuffer.prototype.slice@1.0.2
│  ├─ array-buffer-byte-length@^1.0.0
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ is-array-buffer@^3.0.2
│  └─ is-shared-array-buffer@^1.0.2
├─ asynciterator.prototype@1.0.0
│  └─ has-symbols@^1.0.3
├─ available-typed-arrays@1.0.5
├─ babel-jest@29.7.0
│  ├─ @jest/transform@^29.7.0
│  ├─ @types/babel__core@^7.1.14
│  ├─ babel-plugin-istanbul@^6.1.1
│  ├─ babel-preset-jest@^29.6.3
│  ├─ chalk@^4.0.0
│  ├─ graceful-fs@^4.2.9
│  └─ slash@^3.0.0
├─ babel-plugin-istanbul@6.1.1
│  ├─ @babel/helper-plugin-utils@^7.0.0
│  ├─ @istanbuljs/load-nyc-config@^1.0.0
│  ├─ @istanbuljs/schema@^0.1.2
│  ├─ istanbul-lib-instrument@^5.0.4
│  ├─ istanbul-lib-instrument@5.2.1
│  │  ├─ @babel/core@^7.12.3
│  │  ├─ @babel/parser@^7.14.7
│  │  ├─ @istanbuljs/schema@^0.1.2
│  │  ├─ istanbul-lib-coverage@^3.2.0
│  │  └─ semver@^6.3.0
│  ├─ semver@6.3.0
│  └─ test-exclude@^6.0.0
├─ babel-plugin-jest-hoist@29.6.3
│  ├─ @babel/template@^7.3.3
│  ├─ @babel/types@^7.3.3
│  ├─ @types/babel__core@^7.1.14
│  └─ @types/babel__traverse@^7.0.6
├─ babel-preset-current-node-syntax@1.0.1
│  ├─ @babel/plugin-syntax-async-generators@^7.8.4
│  ├─ @babel/plugin-syntax-bigint@^7.8.3
│  ├─ @babel/plugin-syntax-class-properties@^7.8.3
│  ├─ @babel/plugin-syntax-import-meta@^7.8.3
│  ├─ @babel/plugin-syntax-json-strings@^7.8.3
│  ├─ @babel/plugin-syntax-logical-assignment-operators@^7.8.3
│  ├─ @babel/plugin-syntax-nullish-coalescing-operator@^7.8.3
│  ├─ @babel/plugin-syntax-numeric-separator@^7.8.3
│  ├─ @babel/plugin-syntax-object-rest-spread@^7.8.3
│  ├─ @babel/plugin-syntax-optional-catch-binding@^7.8.3
│  ├─ @babel/plugin-syntax-optional-chaining@^7.8.3
│  └─ @babel/plugin-syntax-top-level-await@^7.8.3
├─ babel-preset-jest@29.6.3
│  ├─ babel-plugin-jest-hoist@^29.6.3
│  └─ babel-preset-current-node-syntax@^1.0.0
├─ balanced-match@1.0.2
├─ before-after-hook@2.2.3
├─ brace-expansion@1.1.11
│  ├─ balanced-match@^1.0.0
│  └─ concat-map@0.0.1
├─ braces@3.0.2
│  └─ fill-range@^7.0.1
├─ browserslist@4.21.4
│  ├─ caniuse-lite@^1.0.30001400
│  ├─ electron-to-chromium@^1.4.251
│  ├─ node-releases@^2.0.6
│  └─ update-browserslist-db@^1.0.9
├─ bs-logger@0.2.6
│  └─ fast-json-stable-stringify@2.x
├─ bser@2.1.1
│  └─ node-int64@^0.4.0
├─ buffer-from@1.1.2
├─ builtins@5.0.1
│  └─ semver@^7.0.0
├─ call-bind@1.0.5
│  ├─ function-bind@^1.1.2
│  ├─ get-intrinsic@^1.2.1
│  └─ set-function-length@^1.1.1
├─ callsites@3.1.0
├─ camelcase@6.3.0
├─ caniuse-lite@1.0.30001431
├─ chalk@4.1.2
│  ├─ ansi-styles@^4.1.0
│  └─ supports-color@^7.1.0
├─ char-regex@1.0.2
├─ ci-info@3.6.1
├─ cjs-module-lexer@1.2.2
├─ cliui@8.0.1
│  ├─ string-width@^4.2.0
│  ├─ strip-ansi@^6.0.1
│  └─ wrap-ansi@^7.0.0
├─ co@4.6.0
├─ collect-v8-coverage@1.0.1
├─ color-convert@2.0.1
│  └─ color-name@~1.1.4
├─ color-name@1.1.4
├─ concat-map@0.0.1
├─ convert-source-map@1.9.0
├─ create-jest@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ chalk@^4.0.0
│  ├─ exit@^0.1.2
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-config@^29.7.0
│  ├─ jest-util@^29.7.0
│  └─ prompts@^2.0.1
├─ create-require@1.1.1
├─ cross-spawn@7.0.3
│  ├─ path-key@^3.1.0
│  ├─ shebang-command@^2.0.0
│  └─ which@^2.0.1
├─ debug@4.3.4
│  └─ ms@2.1.2
├─ dedent@1.5.1
├─ deep-is@0.1.4
├─ deepmerge@4.2.2
├─ define-data-property@1.1.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ gopd@^1.0.1
│  └─ has-property-descriptors@^1.0.0
├─ define-properties@1.2.1
│  ├─ define-data-property@^1.0.1
│  ├─ has-property-descriptors@^1.0.0
│  └─ object-keys@^1.1.1
├─ deprecation@2.3.1
├─ detect-newline@3.1.0
├─ diff-sequences@29.6.3
├─ diff@4.0.2
├─ dir-glob@3.0.1
│  └─ path-type@^4.0.0
├─ doctrine@2.1.0
│  └─ esutils@^2.0.2
├─ electron-to-chromium@1.4.284
├─ emittery@0.13.1
├─ emoji-regex@8.0.0
├─ error-ex@1.3.2
│  └─ is-arrayish@^0.2.1
├─ es-abstract@1.22.3
│  ├─ 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
│  ├─ es-to-primitive@^1.2.1
│  ├─ function.prototype.name@^1.1.6
│  ├─ get-intrinsic@^1.2.2
│  ├─ get-symbol-description@^1.0.0
│  ├─ globalthis@^1.0.3
│  ├─ gopd@^1.0.1
│  ├─ has-property-descriptors@^1.0.0
│  ├─ has-proto@^1.0.1
│  ├─ has-symbols@^1.0.3
│  ├─ hasown@^2.0.0
│  ├─ internal-slot@^1.0.5
│  ├─ is-array-buffer@^3.0.2
│  ├─ is-callable@^1.2.7
│  ├─ is-negative-zero@^2.0.2
│  ├─ is-regex@^1.1.4
│  ├─ is-shared-array-buffer@^1.0.2
│  ├─ is-string@^1.0.7
│  ├─ is-typed-array@^1.1.12
│  ├─ 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
│  ├─ unbox-primitive@^1.0.2
│  └─ which-typed-array@^1.1.13
├─ es-iterator-helpers@1.0.15
│  ├─ asynciterator.prototype@^1.0.0
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.1
│  ├─ es-abstract@^1.22.1
│  ├─ es-set-tostringtag@^2.0.1
│  ├─ function-bind@^1.1.1
│  ├─ function-bind@1.1.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ globalthis@^1.0.3
│  ├─ has-property-descriptors@^1.0.0
│  ├─ has-proto@^1.0.1
│  ├─ has-symbols@^1.0.3
│  ├─ internal-slot@^1.0.5
│  ├─ iterator.prototype@^1.1.2
│  └─ safe-array-concat@^1.0.1
├─ es-set-tostringtag@2.0.2
│  ├─ get-intrinsic@^1.2.2
│  ├─ has-tostringtag@^1.0.0
│  └─ hasown@^2.0.0
├─ es-shim-unscopables@1.0.2
│  └─ hasown@^2.0.0
├─ es-to-primitive@1.2.1
│  ├─ is-callable@^1.1.4
│  ├─ is-date-object@^1.0.1
│  └─ is-symbol@^1.0.2
├─ escalade@3.1.1
├─ escape-string-regexp@2.0.0
├─ eslint-config-standard-jsx@11.0.0
├─ eslint-config-standard-with-typescript@23.0.0
│  ├─ @typescript-eslint/parser@^5.0.0
│  └─ eslint-config-standard@17.0.0
├─ eslint-config-standard@17.0.0
├─ eslint-import-resolver-node@0.3.9
│  ├─ debug@^3.2.7
│  ├─ debug@3.2.7
│  │  └─ ms@^2.1.1
│  ├─ is-core-module@^2.13.0
│  ├─ ms@2.1.3
│  └─ resolve@^1.22.4
├─ eslint-module-utils@2.8.0
│  ├─ debug@^3.2.7
│  ├─ debug@3.2.7
│  │  └─ ms@^2.1.1
│  └─ ms@2.1.3
├─ eslint-plugin-es@4.1.0
│  ├─ eslint-utils@^2.0.0
│  ├─ eslint-utils@2.1.0
│  │  └─ eslint-visitor-keys@^1.1.0
│  ├─ eslint-visitor-keys@1.3.0
│  └─ regexpp@^3.0.0
├─ eslint-plugin-import@2.29.0
│  ├─ array-includes@^3.1.7
│  ├─ array.prototype.findlastindex@^1.2.3
│  ├─ array.prototype.flat@^1.3.2
│  ├─ array.prototype.flatmap@^1.3.2
│  ├─ debug@^3.2.7
│  ├─ debug@3.2.7
│  │  └─ ms@^2.1.1
│  ├─ doctrine@^2.1.0
│  ├─ eslint-import-resolver-node@^0.3.9
│  ├─ eslint-module-utils@^2.8.0
│  ├─ hasown@^2.0.0
│  ├─ is-core-module@^2.13.1
│  ├─ is-glob@^4.0.3
│  ├─ minimatch@^3.1.2
│  ├─ ms@2.1.3
│  ├─ object.fromentries@^2.0.7
│  ├─ object.groupby@^1.0.1
│  ├─ object.values@^1.1.7
│  ├─ semver@^6.3.1
│  ├─ semver@6.3.1
│  └─ tsconfig-paths@^3.14.2
├─ eslint-plugin-n@15.7.0
│  ├─ builtins@^5.0.1
│  ├─ eslint-plugin-es@^4.1.0
│  ├─ eslint-utils@^3.0.0
│  ├─ ignore@^5.1.1
│  ├─ is-core-module@^2.11.0
│  ├─ minimatch@^3.1.2
│  ├─ resolve@^1.22.1
│  └─ semver@^7.3.8
├─ eslint-plugin-promise@6.1.1
├─ eslint-plugin-react@7.33.2
│  ├─ array-includes@^3.1.6
│  ├─ array.prototype.flatmap@^1.3.1
│  ├─ array.prototype.tosorted@^1.1.1
│  ├─ doctrine@^2.1.0
│  ├─ es-iterator-helpers@^1.0.12
│  ├─ estraverse@^5.3.0
│  ├─ jsx-ast-utils@^2.4.1 || ^3.0.0
│  ├─ minimatch@^3.1.2
│  ├─ object.entries@^1.1.6
│  ├─ object.fromentries@^2.0.6
│  ├─ object.hasown@^1.1.2
│  ├─ object.values@^1.1.6
│  ├─ prop-types@^15.8.1
│  ├─ resolve@^2.0.0-next.4
│  ├─ resolve@2.0.0-next.5
│  │  ├─ is-core-module@^2.13.0
│  │  ├─ path-parse@^1.0.7
│  │  └─ supports-preserve-symlinks-flag@^1.0.0
│  ├─ semver@^6.3.1
│  ├─ semver@6.3.1
│  └─ string.prototype.matchall@^4.0.8
├─ eslint-scope@7.2.2
│  ├─ esrecurse@^4.3.0
│  └─ estraverse@^5.2.0
├─ eslint-utils@3.0.0
│  ├─ eslint-visitor-keys@^2.0.0
│  └─ eslint-visitor-keys@2.1.0
├─ eslint-visitor-keys@3.4.3
├─ eslint@8.54.0
│  ├─ @eslint-community/eslint-utils@^4.2.0
│  ├─ @eslint-community/regexpp@^4.6.1
│  ├─ @eslint/eslintrc@^2.1.3
│  ├─ @eslint/js@8.54.0
│  ├─ @humanwhocodes/config-array@^0.11.13
│  ├─ @humanwhocodes/module-importer@^1.0.1
│  ├─ @nodelib/fs.walk@^1.2.8
│  ├─ @ungap/structured-clone@^1.2.0
│  ├─ ajv@^6.12.4
│  ├─ chalk@^4.0.0
│  ├─ cross-spawn@^7.0.2
│  ├─ debug@^4.3.2
│  ├─ doctrine@^3.0.0
│  ├─ doctrine@3.0.0
│  │  └─ esutils@^2.0.2
│  ├─ escape-string-regexp@^4.0.0
│  ├─ escape-string-regexp@4.0.0
│  ├─ eslint-scope@^7.2.2
│  ├─ eslint-visitor-keys@^3.4.3
│  ├─ espree@^9.6.1
│  ├─ esquery@^1.4.2
│  ├─ esutils@^2.0.2
│  ├─ fast-deep-equal@^3.1.3
│  ├─ file-entry-cache@^6.0.1
│  ├─ find-up@^5.0.0
│  ├─ find-up@5.0.0
│  │  ├─ locate-path@^6.0.0
│  │  └─ path-exists@^4.0.0
│  ├─ glob-parent@^6.0.2
│  ├─ globals@^13.19.0
│  ├─ graphemer@^1.4.0
│  ├─ ignore@^5.2.0
│  ├─ imurmurhash@^0.1.4
│  ├─ is-glob@^4.0.0
│  ├─ is-path-inside@^3.0.3
│  ├─ js-yaml@^4.1.0
│  ├─ json-stable-stringify-without-jsonify@^1.0.1
│  ├─ levn@^0.4.1
│  ├─ locate-path@6.0.0
│  │  └─ p-locate@^5.0.0
│  ├─ lodash.merge@^4.6.2
│  ├─ minimatch@^3.1.2
│  ├─ natural-compare@^1.4.0
│  ├─ optionator@^0.9.3
│  ├─ p-locate@5.0.0
│  │  └─ p-limit@^3.0.2
│  ├─ strip-ansi@^6.0.1
│  └─ text-table@^0.2.0
├─ espree@9.6.1
│  ├─ acorn-jsx@^5.3.2
│  ├─ acorn@^8.9.0
│  ├─ acorn@8.11.2
│  └─ eslint-visitor-keys@^3.4.1
├─ esprima@4.0.1
├─ esquery@1.5.0
│  └─ estraverse@^5.1.0
├─ esrecurse@4.3.0
│  └─ estraverse@^5.2.0
├─ estraverse@5.3.0
├─ esutils@2.0.3
├─ execa@5.1.1
│  ├─ cross-spawn@^7.0.3
│  ├─ get-stream@^6.0.0
│  ├─ human-signals@^2.1.0
│  ├─ is-stream@^2.0.0
│  ├─ merge-stream@^2.0.0
│  ├─ npm-run-path@^4.0.1
│  ├─ onetime@^5.1.2
│  ├─ signal-exit@^3.0.3
│  └─ strip-final-newline@^2.0.0
├─ exit@0.1.2
├─ expect@29.7.0
│  ├─ @jest/expect-utils@^29.7.0
│  ├─ jest-get-type@^29.6.3
│  ├─ jest-matcher-utils@^29.7.0
│  ├─ jest-message-util@^29.7.0
│  └─ jest-util@^29.7.0
├─ fast-deep-equal@3.1.3
├─ fast-glob@3.3.2
│  ├─ @nodelib/fs.stat@^2.0.2
│  ├─ @nodelib/fs.walk@^1.2.3
│  ├─ glob-parent@^5.1.2
│  ├─ glob-parent@5.1.2
│  │  └─ is-glob@^4.0.1
│  ├─ merge2@^1.3.0
│  └─ micromatch@^4.0.4
├─ fast-json-stable-stringify@2.1.0
├─ fast-levenshtein@2.0.6
├─ fastq@1.15.0
│  └─ reusify@^1.0.4
├─ fb-watchman@2.0.2
│  └─ bser@2.1.1
├─ file-entry-cache@6.0.1
│  └─ flat-cache@^3.0.4
├─ fill-range@7.0.1
│  └─ to-regex-range@^5.0.1
├─ find-up@4.1.0
│  ├─ locate-path@^5.0.0
│  └─ path-exists@^4.0.0
├─ flat-cache@3.2.0
│  ├─ flatted@^3.2.9
│  ├─ keyv@^4.5.3
│  └─ rimraf@^3.0.2
├─ flatted@3.2.9
├─ for-each@0.3.3
│  └─ is-callable@^1.1.3
├─ fs.realpath@1.0.0
├─ fsevents@2.3.2
├─ function-bind@1.1.2
├─ function.prototype.name@1.1.6
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  └─ functions-have-names@^1.2.3
├─ functions-have-names@1.2.3
├─ gensync@1.0.0-beta.2
├─ get-caller-file@2.0.5
├─ get-intrinsic@1.2.2
│  ├─ function-bind@^1.1.2
│  ├─ has-proto@^1.0.1
│  ├─ has-symbols@^1.0.3
│  └─ hasown@^2.0.0
├─ get-package-type@0.1.0
├─ get-stdin@8.0.0
├─ get-stream@6.0.1
├─ get-symbol-description@1.0.0
│  ├─ call-bind@^1.0.2
│  └─ get-intrinsic@^1.1.1
├─ glob-parent@6.0.2
│  └─ is-glob@^4.0.3
├─ glob@7.2.3
│  ├─ fs.realpath@^1.0.0
│  ├─ inflight@^1.0.4
│  ├─ inherits@2
│  ├─ minimatch@^3.1.1
│  ├─ once@^1.3.0
│  └─ path-is-absolute@^1.0.0
├─ globals@13.23.0
│  └─ type-fest@^0.20.2
├─ globalthis@1.0.3
│  └─ define-properties@^1.1.3
├─ globby@11.1.0
│  ├─ array-union@^2.1.0
│  ├─ dir-glob@^3.0.1
│  ├─ fast-glob@^3.2.9
│  ├─ ignore@^5.2.0
│  ├─ merge2@^1.4.1
│  └─ slash@^3.0.0
├─ gopd@1.0.1
│  └─ get-intrinsic@^1.1.3
├─ graceful-fs@4.2.10
├─ graphemer@1.4.0
├─ has-bigints@1.0.2
├─ has-flag@4.0.0
├─ has-property-descriptors@1.0.1
│  └─ get-intrinsic@^1.2.2
├─ has-proto@1.0.1
├─ has-symbols@1.0.3
├─ has-tostringtag@1.0.0
│  └─ has-symbols@^1.0.2
├─ has@1.0.3
│  ├─ function-bind@^1.1.1
│  └─ function-bind@1.1.1
├─ hasown@2.0.0
│  └─ function-bind@^1.1.2
├─ html-escaper@2.0.2
├─ human-signals@2.1.0
├─ ignore@5.3.0
├─ import-fresh@3.3.0
│  ├─ parent-module@^1.0.0
│  ├─ resolve-from@^4.0.0
│  └─ resolve-from@4.0.0
├─ import-local@3.1.0
│  ├─ pkg-dir@^4.2.0
│  └─ resolve-cwd@^3.0.0
├─ imurmurhash@0.1.4
├─ inflight@1.0.6
│  ├─ once@^1.3.0
│  └─ wrappy@1
├─ inherits@2.0.4
├─ internal-slot@1.0.6
│  ├─ get-intrinsic@^1.2.2
│  ├─ hasown@^2.0.0
│  └─ side-channel@^1.0.4
├─ is-array-buffer@3.0.2
│  ├─ call-bind@^1.0.2
│  ├─ get-intrinsic@^1.2.0
│  └─ is-typed-array@^1.1.10
├─ is-arrayish@0.2.1
├─ is-async-function@2.0.0
│  └─ has-tostringtag@^1.0.0
├─ is-bigint@1.0.4
│  └─ has-bigints@^1.0.1
├─ is-boolean-object@1.1.2
│  ├─ call-bind@^1.0.2
│  └─ has-tostringtag@^1.0.0
├─ is-callable@1.2.7
├─ is-core-module@2.13.1
│  └─ hasown@^2.0.0
├─ is-date-object@1.0.5
│  └─ has-tostringtag@^1.0.0
├─ is-extglob@2.1.1
├─ is-finalizationregistry@1.0.2
│  └─ call-bind@^1.0.2
├─ is-fullwidth-code-point@3.0.0
├─ is-generator-fn@2.1.0
├─ is-generator-function@1.0.10
│  └─ has-tostringtag@^1.0.0
├─ is-glob@4.0.3
│  └─ is-extglob@^2.1.1
├─ is-map@2.0.2
├─ is-negative-zero@2.0.2
├─ is-number-object@1.0.7
│  └─ has-tostringtag@^1.0.0
├─ is-number@7.0.0
├─ is-path-inside@3.0.3
├─ is-plain-object@5.0.0
├─ is-regex@1.1.4
│  ├─ call-bind@^1.0.2
│  └─ has-tostringtag@^1.0.0
├─ is-set@2.0.2
├─ is-shared-array-buffer@1.0.2
│  └─ call-bind@^1.0.2
├─ is-stream@2.0.1
├─ is-string@1.0.7
│  └─ has-tostringtag@^1.0.0
├─ is-symbol@1.0.4
│  └─ has-symbols@^1.0.2
├─ is-typed-array@1.1.12
│  └─ which-typed-array@^1.1.11
├─ is-weakmap@2.0.1
├─ is-weakref@1.0.2
│  └─ call-bind@^1.0.2
├─ is-weakset@2.0.2
│  ├─ call-bind@^1.0.2
│  └─ get-intrinsic@^1.1.1
├─ isarray@2.0.5
├─ isexe@2.0.0
├─ istanbul-lib-coverage@3.2.0
├─ istanbul-lib-instrument@6.0.1
│  ├─ @babel/core@^7.12.3
│  ├─ @babel/parser@^7.14.7
│  ├─ @istanbuljs/schema@^0.1.2
│  ├─ istanbul-lib-coverage@^3.2.0
│  └─ semver@^7.5.4
├─ istanbul-lib-report@3.0.0
│  ├─ istanbul-lib-coverage@^3.0.0
│  ├─ make-dir@^3.0.0
│  └─ supports-color@^7.1.0
├─ istanbul-lib-source-maps@4.0.1
│  ├─ debug@^4.1.1
│  ├─ istanbul-lib-coverage@^3.0.0
│  └─ source-map@^0.6.1
├─ istanbul-reports@3.1.5
│  ├─ html-escaper@^2.0.0
│  └─ istanbul-lib-report@^3.0.0
├─ iterator.prototype@1.1.2
│  ├─ define-properties@^1.2.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ has-symbols@^1.0.3
│  ├─ reflect.getprototypeof@^1.0.4
│  └─ set-function-name@^2.0.1
├─ jest-changed-files@29.7.0
│  ├─ execa@^5.0.0
│  ├─ jest-util@^29.7.0
│  └─ p-limit@^3.1.0
├─ jest-circus@29.7.0
│  ├─ @jest/environment@^29.7.0
│  ├─ @jest/expect@^29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ chalk@^4.0.0
│  ├─ co@^4.6.0
│  ├─ dedent@^1.0.0
│  ├─ is-generator-fn@^2.0.0
│  ├─ jest-each@^29.7.0
│  ├─ jest-matcher-utils@^29.7.0
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-runtime@^29.7.0
│  ├─ jest-snapshot@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ p-limit@^3.1.0
│  ├─ pretty-format@^29.7.0
│  ├─ pure-rand@^6.0.0
│  ├─ slash@^3.0.0
│  └─ stack-utils@^2.0.3
├─ jest-cli@29.7.0
│  ├─ @jest/core@^29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ chalk@^4.0.0
│  ├─ create-jest@^29.7.0
│  ├─ exit@^0.1.2
│  ├─ import-local@^3.0.2
│  ├─ jest-config@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ jest-validate@^29.7.0
│  └─ yargs@^17.3.1
├─ jest-config@29.7.0
│  ├─ @babel/core@^7.11.6
│  ├─ @jest/test-sequencer@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ babel-jest@^29.7.0
│  ├─ chalk@^4.0.0
│  ├─ ci-info@^3.2.0
│  ├─ deepmerge@^4.2.2
│  ├─ glob@^7.1.3
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-circus@^29.7.0
│  ├─ jest-environment-node@^29.7.0
│  ├─ jest-get-type@^29.6.3
│  ├─ jest-regex-util@^29.6.3
│  ├─ jest-resolve@^29.7.0
│  ├─ jest-runner@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ jest-validate@^29.7.0
│  ├─ micromatch@^4.0.4
│  ├─ parse-json@^5.2.0
│  ├─ pretty-format@^29.7.0
│  ├─ slash@^3.0.0
│  └─ strip-json-comments@^3.1.1
├─ jest-diff@29.7.0
│  ├─ chalk@^4.0.0
│  ├─ diff-sequences@^29.6.3
│  ├─ jest-get-type@^29.6.3
│  └─ pretty-format@^29.7.0
├─ jest-docblock@29.7.0
│  └─ detect-newline@^3.0.0
├─ jest-each@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ chalk@^4.0.0
│  ├─ jest-get-type@^29.6.3
│  ├─ jest-util@^29.7.0
│  └─ pretty-format@^29.7.0
├─ jest-environment-node@29.7.0
│  ├─ @jest/environment@^29.7.0
│  ├─ @jest/fake-timers@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ jest-mock@^29.7.0
│  └─ jest-util@^29.7.0
├─ jest-get-type@29.6.3
├─ jest-haste-map@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/graceful-fs@^4.1.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ anymatch@^3.0.3
│  ├─ fb-watchman@^2.0.0
│  ├─ fsevents@^2.3.2
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-regex-util@^29.6.3
│  ├─ jest-util@^29.7.0
│  ├─ jest-worker@^29.7.0
│  ├─ micromatch@^4.0.4
│  └─ walker@^1.0.8
├─ jest-leak-detector@29.7.0
│  ├─ jest-get-type@^29.6.3
│  └─ pretty-format@^29.7.0
├─ jest-matcher-utils@29.7.0
│  ├─ chalk@^4.0.0
│  ├─ jest-diff@^29.7.0
│  ├─ jest-get-type@^29.6.3
│  └─ pretty-format@^29.7.0
├─ jest-message-util@29.7.0
│  ├─ @babel/code-frame@^7.12.13
│  ├─ @jest/types@^29.6.3
│  ├─ @types/stack-utils@^2.0.0
│  ├─ chalk@^4.0.0
│  ├─ graceful-fs@^4.2.9
│  ├─ micromatch@^4.0.4
│  ├─ pretty-format@^29.7.0
│  ├─ slash@^3.0.0
│  └─ stack-utils@^2.0.3
├─ jest-mock@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  └─ jest-util@^29.7.0
├─ jest-pnp-resolver@1.2.3
├─ jest-regex-util@29.6.3
├─ jest-resolve-dependencies@29.7.0
│  ├─ jest-regex-util@^29.6.3
│  └─ jest-snapshot@^29.7.0
├─ jest-resolve@29.7.0
│  ├─ chalk@^4.0.0
│  ├─ graceful-fs@^4.2.9
│  ├─ is-core-module@2.11.0
│  │  └─ has@^1.0.3
│  ├─ jest-haste-map@^29.7.0
│  ├─ jest-pnp-resolver@^1.2.2
│  ├─ jest-util@^29.7.0
│  ├─ jest-validate@^29.7.0
│  ├─ resolve.exports@^2.0.0
│  ├─ resolve@^1.20.0
│  ├─ resolve@1.22.1
│  │  ├─ is-core-module@^2.9.0
│  │  ├─ path-parse@^1.0.7
│  │  └─ supports-preserve-symlinks-flag@^1.0.0
│  └─ slash@^3.0.0
├─ jest-runner@29.7.0
│  ├─ @jest/console@^29.7.0
│  ├─ @jest/environment@^29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/transform@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ chalk@^4.0.0
│  ├─ emittery@^0.13.1
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-docblock@^29.7.0
│  ├─ jest-environment-node@^29.7.0
│  ├─ jest-haste-map@^29.7.0
│  ├─ jest-leak-detector@^29.7.0
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-resolve@^29.7.0
│  ├─ jest-runtime@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ jest-watcher@^29.7.0
│  ├─ jest-worker@^29.7.0
│  ├─ p-limit@^3.1.0
│  └─ source-map-support@0.5.13
├─ jest-runtime@29.7.0
│  ├─ @jest/environment@^29.7.0
│  ├─ @jest/fake-timers@^29.7.0
│  ├─ @jest/globals@^29.7.0
│  ├─ @jest/source-map@^29.6.3
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/transform@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ chalk@^4.0.0
│  ├─ cjs-module-lexer@^1.0.0
│  ├─ collect-v8-coverage@^1.0.0
│  ├─ glob@^7.1.3
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-haste-map@^29.7.0
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-mock@^29.7.0
│  ├─ jest-regex-util@^29.6.3
│  ├─ jest-resolve@^29.7.0
│  ├─ jest-snapshot@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ slash@^3.0.0
│  ├─ strip-bom@^4.0.0
│  └─ strip-bom@4.0.0
├─ jest-snapshot@29.7.0
│  ├─ @babel/core@^7.11.6
│  ├─ @babel/generator@^7.7.2
│  ├─ @babel/plugin-syntax-jsx@^7.7.2
│  ├─ @babel/plugin-syntax-typescript@^7.7.2
│  ├─ @babel/types@^7.3.3
│  ├─ @jest/expect-utils@^29.7.0
│  ├─ @jest/transform@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ babel-preset-current-node-syntax@^1.0.0
│  ├─ chalk@^4.0.0
│  ├─ expect@^29.7.0
│  ├─ graceful-fs@^4.2.9
│  ├─ jest-diff@^29.7.0
│  ├─ jest-get-type@^29.6.3
│  ├─ jest-matcher-utils@^29.7.0
│  ├─ jest-message-util@^29.7.0
│  ├─ jest-util@^29.7.0
│  ├─ natural-compare@^1.4.0
│  ├─ pretty-format@^29.7.0
│  └─ semver@^7.5.3
├─ jest-util@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ chalk@^4.0.0
│  ├─ ci-info@^3.2.0
│  ├─ graceful-fs@^4.2.9
│  └─ picomatch@^2.2.3
├─ jest-validate@29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ camelcase@^6.2.0
│  ├─ chalk@^4.0.0
│  ├─ jest-get-type@^29.6.3
│  ├─ leven@^3.1.0
│  └─ pretty-format@^29.7.0
├─ jest-watcher@29.7.0
│  ├─ @jest/test-result@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ ansi-escapes@^4.2.1
│  ├─ chalk@^4.0.0
│  ├─ emittery@^0.13.1
│  ├─ jest-util@^29.7.0
│  └─ string-length@^4.0.1
├─ jest-worker@29.7.0
│  ├─ @types/node@*
│  ├─ @types/node@18.11.9
│  ├─ jest-util@^29.7.0
│  ├─ merge-stream@^2.0.0
│  ├─ supports-color@^8.0.0
│  └─ supports-color@8.1.1
│     └─ has-flag@^4.0.0
├─ jest@29.7.0
│  ├─ @jest/core@^29.7.0
│  ├─ @jest/types@^29.6.3
│  ├─ import-local@^3.0.2
│  └─ jest-cli@^29.7.0
├─ js-tokens@4.0.0
├─ js-yaml@4.1.0
│  └─ argparse@^2.0.1
├─ jsesc@2.5.2
├─ json-buffer@3.0.1
├─ json-parse-better-errors@1.0.2
├─ json-parse-even-better-errors@2.3.1
├─ json-schema-traverse@0.4.1
├─ json-stable-stringify-without-jsonify@1.0.1
├─ json5@2.2.3
├─ jsx-ast-utils@3.3.5
│  ├─ array-includes@^3.1.6
│  ├─ array.prototype.flat@^1.3.1
│  ├─ object.assign@^4.1.4
│  └─ object.values@^1.1.6
├─ keyv@4.5.4
│  └─ json-buffer@3.0.1
├─ kleur@3.0.3
├─ leven@3.1.0
├─ levn@0.4.1
│  ├─ prelude-ls@^1.2.1
│  └─ type-check@~0.4.0
├─ lines-and-columns@1.2.4
├─ load-json-file@7.0.1
├─ locate-path@5.0.0
│  └─ p-locate@^4.1.0
├─ lodash.memoize@4.1.2
├─ lodash.merge@4.6.2
├─ loose-envify@1.4.0
│  └─ js-tokens@^3.0.0 || ^4.0.0
├─ lru-cache@6.0.0
│  └─ yallist@^4.0.0
├─ make-dir@3.1.0
│  ├─ semver@^6.0.0
│  └─ semver@6.3.0
├─ make-error@1.3.6
├─ makeerror@1.0.12
│  └─ tmpl@1.0.5
├─ merge-stream@2.0.0
├─ merge2@1.4.1
├─ micromatch@4.0.5
│  ├─ braces@^3.0.2
│  └─ picomatch@^2.3.1
├─ mimic-fn@2.1.0
├─ minimatch@3.1.2
│  └─ brace-expansion@^1.1.7
├─ minimist@1.2.8
├─ ms@2.1.2
├─ natural-compare-lite@1.4.0
├─ natural-compare@1.4.0
├─ node-int64@0.4.0
├─ node-releases@2.0.6
├─ normalize-path@3.0.0
├─ npm-run-path@4.0.1
│  └─ path-key@^3.0.0
├─ object-assign@4.1.1
├─ object-inspect@1.13.1
├─ object-keys@1.1.1
├─ object.assign@4.1.4
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.1.4
│  ├─ has-symbols@^1.0.3
│  └─ object-keys@^1.1.1
├─ object.entries@1.1.7
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ object.fromentries@2.0.7
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ object.groupby@1.0.1
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  └─ get-intrinsic@^1.2.1
├─ object.hasown@1.1.3
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ object.values@1.1.7
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ once@1.4.0
│  └─ wrappy@1
├─ onetime@5.1.2
│  └─ mimic-fn@^2.1.0
├─ optionator@0.9.3
│  ├─ @aashutoshrathi/word-wrap@^1.2.3
│  ├─ deep-is@^0.1.3
│  ├─ fast-levenshtein@^2.0.6
│  ├─ levn@^0.4.1
│  ├─ prelude-ls@^1.2.1
│  └─ type-check@^0.4.0
├─ p-limit@3.1.0
│  └─ yocto-queue@^0.1.0
├─ p-locate@4.1.0
│  ├─ p-limit@^2.2.0
│  └─ p-limit@2.3.0
│     └─ p-try@^2.0.0
├─ p-try@2.2.0
├─ parent-module@1.0.1
│  └─ callsites@^3.0.0
├─ parse-json@5.2.0
│  ├─ @babel/code-frame@^7.0.0
│  ├─ error-ex@^1.3.1
│  ├─ json-parse-even-better-errors@^2.3.0
│  └─ lines-and-columns@^1.1.6
├─ path-exists@4.0.0
├─ path-is-absolute@1.0.1
├─ path-key@3.1.1
├─ path-parse@1.0.7
├─ path-type@4.0.0
├─ picocolors@1.0.0
├─ picomatch@2.3.1
├─ pify@4.0.1
├─ pirates@4.0.5
├─ pkg-conf@4.0.0
│  ├─ find-up@^6.0.0
│  ├─ find-up@6.3.0
│  │  ├─ locate-path@^7.1.0
│  │  └─ path-exists@^5.0.0
│  ├─ load-json-file@^7.0.0
│  ├─ locate-path@7.2.0
│  │  └─ p-locate@^6.0.0
│  ├─ p-limit@4.0.0
│  │  └─ yocto-queue@^1.0.0
│  ├─ p-locate@6.0.0
│  │  └─ p-limit@^4.0.0
│  ├─ path-exists@5.0.0
│  └─ yocto-queue@1.0.0
├─ pkg-dir@4.2.0
│  └─ find-up@^4.0.0
├─ prelude-ls@1.2.1
├─ pretty-format@29.7.0
│  ├─ @jest/schemas@^29.6.3
│  ├─ @jest/schemas@29.6.3
│  │  └─ @sinclair/typebox@^0.27.8
│  ├─ @sinclair/typebox@0.27.8
│  ├─ ansi-styles@^5.0.0
│  ├─ ansi-styles@5.2.0
│  └─ react-is@^18.0.0
├─ prompts@2.4.2
│  ├─ kleur@^3.0.3
│  └─ sisteransi@^1.0.5
├─ prop-types@15.8.1
│  ├─ loose-envify@^1.4.0
│  ├─ object-assign@^4.1.1
│  ├─ react-is@^16.13.1
│  └─ react-is@16.13.1
├─ punycode@2.3.1
├─ pure-rand@6.0.4
├─ queue-microtask@1.2.3
├─ react-is@18.2.0
├─ reflect.getprototypeof@1.0.4
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ globalthis@^1.0.3
│  └─ which-builtin-type@^1.1.3
├─ regexp.prototype.flags@1.5.1
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ set-function-name@^2.0.0
├─ regexpp@3.2.0
├─ require-directory@2.1.1
├─ resolve-cwd@3.0.0
│  └─ resolve-from@^5.0.0
├─ resolve-from@5.0.0
├─ resolve.exports@2.0.2
├─ resolve@1.22.8
│  ├─ is-core-module@^2.13.0
│  ├─ path-parse@^1.0.7
│  └─ supports-preserve-symlinks-flag@^1.0.0
├─ reusify@1.0.4
├─ rimraf@3.0.2
│  └─ glob@^7.1.3
├─ run-parallel@1.2.0
│  └─ queue-microtask@^1.2.2
├─ safe-array-concat@1.0.1
│  ├─ call-bind@^1.0.2
│  ├─ get-intrinsic@^1.2.1
│  ├─ has-symbols@^1.0.3
│  └─ isarray@^2.0.5
├─ safe-regex-test@1.0.0
│  ├─ call-bind@^1.0.2
│  ├─ get-intrinsic@^1.1.3
│  └─ is-regex@^1.1.4
├─ semver@7.5.4
│  └─ lru-cache@^6.0.0
├─ set-function-length@1.1.1
│  ├─ define-data-property@^1.1.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ gopd@^1.0.1
│  └─ has-property-descriptors@^1.0.0
├─ set-function-name@2.0.1
│  ├─ define-data-property@^1.0.1
│  ├─ functions-have-names@^1.2.3
│  └─ has-property-descriptors@^1.0.0
├─ shebang-command@2.0.0
│  └─ shebang-regex@^3.0.0
├─ shebang-regex@3.0.0
├─ side-channel@1.0.4
│  ├─ call-bind@^1.0.0
│  ├─ get-intrinsic@^1.0.2
│  └─ object-inspect@^1.9.0
├─ signal-exit@3.0.7
├─ sisteransi@1.0.5
├─ slash@3.0.0
├─ source-map-support@0.5.13
│  ├─ buffer-from@^1.0.0
│  └─ source-map@^0.6.0
├─ source-map@0.6.1
├─ sprintf-js@1.0.3
├─ stack-utils@2.0.6
│  └─ escape-string-regexp@^2.0.0
├─ standard-engine@15.1.0
│  ├─ find-up@3.0.0
│  │  └─ locate-path@^3.0.0
│  ├─ get-stdin@^8.0.0
│  ├─ graceful-fs@4.2.11
│  ├─ load-json-file@5.3.0
│  │  ├─ graceful-fs@^4.1.15
│  │  ├─ parse-json@^4.0.0
│  │  ├─ pify@^4.0.1
│  │  ├─ strip-bom@^3.0.0
│  │  └─ type-fest@^0.3.0
│  ├─ locate-path@3.0.0
│  │  ├─ p-locate@^3.0.0
│  │  └─ path-exists@^3.0.0
│  ├─ minimist@^1.2.6
│  ├─ p-limit@2.3.0
│  │  └─ p-try@^2.0.0
│  ├─ p-locate@3.0.0
│  │  └─ p-limit@^2.0.0
│  ├─ parse-json@4.0.0
│  │  ├─ error-ex@^1.3.1
│  │  └─ json-parse-better-errors@^1.0.1
│  ├─ path-exists@3.0.0
│  ├─ pkg-conf@^3.1.0
│  ├─ pkg-conf@3.1.0
│  │  ├─ find-up@^3.0.0
│  │  └─ load-json-file@^5.2.0
│  ├─ type-fest@0.3.1
│  └─ xdg-basedir@^4.0.0
├─ string-length@4.0.2
│  ├─ char-regex@^1.0.2
│  └─ strip-ansi@^6.0.0
├─ string-width@4.2.3
│  ├─ emoji-regex@^8.0.0
│  ├─ is-fullwidth-code-point@^3.0.0
│  └─ strip-ansi@^6.0.1
├─ string.prototype.matchall@4.0.10
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  ├─ es-abstract@^1.22.1
│  ├─ get-intrinsic@^1.2.1
│  ├─ has-symbols@^1.0.3
│  ├─ internal-slot@^1.0.5
│  ├─ regexp.prototype.flags@^1.5.0
│  ├─ set-function-name@^2.0.0
│  └─ side-channel@^1.0.4
├─ string.prototype.trim@1.2.8
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ string.prototype.trimend@1.0.7
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ string.prototype.trimstart@1.0.7
│  ├─ call-bind@^1.0.2
│  ├─ define-properties@^1.2.0
│  └─ es-abstract@^1.22.1
├─ strip-ansi@6.0.1
│  └─ ansi-regex@^5.0.1
├─ strip-bom@3.0.0
├─ strip-final-newline@2.0.0
├─ strip-json-comments@3.1.1
├─ supports-color@7.2.0
│  └─ has-flag@^4.0.0
├─ supports-preserve-symlinks-flag@1.0.0
├─ test-exclude@6.0.0
│  ├─ @istanbuljs/schema@^0.1.2
│  ├─ glob@^7.1.4
│  └─ minimatch@^3.0.4
├─ text-table@0.2.0
├─ tmpl@1.0.5
├─ to-fast-properties@2.0.0
├─ to-regex-range@5.0.1
│  └─ is-number@^7.0.0
├─ ts-jest@29.1.1
│  ├─ @jest/types@29.3.1
│  │  ├─ @jest/schemas@^29.0.0
│  │  ├─ @types/istanbul-lib-coverage@^2.0.0
│  │  ├─ @types/istanbul-reports@^3.0.0
│  │  ├─ @types/node@*
│  │  ├─ @types/yargs@^17.0.8
│  │  └─ chalk@^4.0.0
│  ├─ @types/node@18.11.9
│  ├─ bs-logger@0.x
│  ├─ fast-json-stable-stringify@2.x
│  ├─ jest-util@^29.0.0
│  ├─ jest-util@29.3.1
│  │  ├─ @jest/types@^29.3.1
│  │  ├─ @types/node@*
│  │  ├─ chalk@^4.0.0
│  │  ├─ ci-info@^3.2.0
│  │  ├─ graceful-fs@^4.2.9
│  │  └─ picomatch@^2.2.3
│  ├─ json5@^2.2.3
│  ├─ lodash.memoize@4.x
│  ├─ make-error@1.x
│  ├─ semver@^7.5.3
│  └─ yargs-parser@^21.0.1
├─ ts-node@10.9.1
│  ├─ @cspotcode/source-map-support@^0.8.0
│  ├─ @tsconfig/node10@^1.0.7
│  ├─ @tsconfig/node12@^1.0.7
│  ├─ @tsconfig/node14@^1.0.0
│  ├─ @tsconfig/node16@^1.0.2
│  ├─ acorn-walk@^8.1.1
│  ├─ acorn@^8.4.1
│  ├─ arg@^4.1.0
│  ├─ create-require@^1.1.0
│  ├─ diff@^4.0.1
│  ├─ make-error@^1.1.1
│  ├─ v8-compile-cache-lib@^3.0.1
│  └─ yn@3.1.1
├─ ts-standard@12.0.2
│  ├─ @typescript-eslint/eslint-plugin@^5.0.0
│  ├─ @typescript-eslint/parser@^5.0.0
│  ├─ eslint-config-standard-jsx@^11.0.0
│  ├─ eslint-config-standard-with-typescript@^23.0.0
│  ├─ eslint-plugin-import@^2.25.2
│  ├─ eslint-plugin-n@^15.0.0
│  ├─ eslint-plugin-promise@^6.0.0
│  ├─ eslint-plugin-react@^7.28.0
│  ├─ eslint@^8.0.1
│  ├─ minimist@^1.2.6
│  ├─ pkg-conf@^4.0.0
│  └─ standard-engine@^15.0.0
├─ tsconfig-paths@3.14.2
│  ├─ @types/json5@^0.0.29
│  ├─ json5@^1.0.2
│  ├─ json5@1.0.2
│  │  └─ minimist@^1.2.0
│  ├─ minimist@^1.2.6
│  └─ strip-bom@^3.0.0
├─ tslib@1.14.1
├─ tsutils@3.21.0
│  └─ tslib@^1.8.1
├─ tunnel@0.0.6
├─ type-check@0.4.0
│  └─ prelude-ls@^1.2.1
├─ type-detect@4.0.8
├─ type-fest@0.20.2
├─ typed-array-buffer@1.0.0
│  ├─ call-bind@^1.0.2
│  ├─ get-intrinsic@^1.2.1
│  └─ is-typed-array@^1.1.10
├─ typed-array-byte-length@1.0.0
│  ├─ call-bind@^1.0.2
│  ├─ for-each@^0.3.3
│  ├─ has-proto@^1.0.1
│  └─ is-typed-array@^1.1.10
├─ typed-array-byte-offset@1.0.0
│  ├─ available-typed-arrays@^1.0.5
│  ├─ call-bind@^1.0.2
│  ├─ for-each@^0.3.3
│  ├─ has-proto@^1.0.1
│  └─ is-typed-array@^1.1.10
├─ typed-array-length@1.0.4
│  ├─ call-bind@^1.0.2
│  ├─ for-each@^0.3.3
│  └─ is-typed-array@^1.1.9
├─ typescript@5.2.2
├─ unbox-primitive@1.0.2
│  ├─ call-bind@^1.0.2
│  ├─ has-bigints@^1.0.2
│  ├─ has-symbols@^1.0.3
│  └─ which-boxed-primitive@^1.0.2
├─ undici-types@5.26.5
├─ undici@5.27.2
│  └─ @fastify/busboy@^2.0.0
├─ universal-user-agent@6.0.0
├─ update-browserslist-db@1.0.10
│  ├─ escalade@^3.1.1
│  └─ picocolors@^1.0.0
├─ uri-js@4.4.1
│  └─ punycode@^2.1.0
├─ uuid@8.3.2
├─ v8-compile-cache-lib@3.0.1
├─ v8-to-istanbul@9.0.1
│  ├─ @jridgewell/trace-mapping@^0.3.12
│  ├─ @jridgewell/trace-mapping@0.3.17
│  │  ├─ @jridgewell/resolve-uri@3.1.0
│  │  └─ @jridgewell/sourcemap-codec@1.4.14
│  ├─ @types/istanbul-lib-coverage@^2.0.1
│  └─ convert-source-map@^1.6.0
├─ walker@1.0.8
│  └─ makeerror@1.0.12
├─ which-boxed-primitive@1.0.2
│  ├─ is-bigint@^1.0.1
│  ├─ is-boolean-object@^1.1.0
│  ├─ is-number-object@^1.0.4
│  ├─ is-string@^1.0.5
│  └─ is-symbol@^1.0.3
├─ which-builtin-type@1.1.3
│  ├─ function.prototype.name@^1.1.5
│  ├─ has-tostringtag@^1.0.0
│  ├─ is-async-function@^2.0.0
│  ├─ is-date-object@^1.0.5
│  ├─ is-finalizationregistry@^1.0.2
│  ├─ is-generator-function@^1.0.10
│  ├─ is-regex@^1.1.4
│  ├─ is-weakref@^1.0.2
│  ├─ isarray@^2.0.5
│  ├─ which-boxed-primitive@^1.0.2
│  ├─ which-collection@^1.0.1
│  └─ which-typed-array@^1.1.9
├─ which-collection@1.0.1
│  ├─ is-map@^2.0.1
│  ├─ is-set@^2.0.1
│  ├─ is-weakmap@^2.0.1
│  └─ is-weakset@^2.0.1
├─ which-typed-array@1.1.13
│  ├─ available-typed-arrays@^1.0.5
│  ├─ call-bind@^1.0.4
│  ├─ for-each@^0.3.3
│  ├─ gopd@^1.0.1
│  └─ has-tostringtag@^1.0.0
├─ which@2.0.2
│  └─ isexe@^2.0.0
├─ wrap-ansi@7.0.0
│  ├─ ansi-styles@^4.0.0
│  ├─ string-width@^4.1.0
│  └─ strip-ansi@^6.0.0
├─ wrappy@1.0.2
├─ write-file-atomic@4.0.2
│  ├─ imurmurhash@^0.1.4
│  └─ signal-exit@^3.0.7
├─ xdg-basedir@4.0.0
├─ y18n@5.0.8
├─ yallist@4.0.0
├─ yargs-parser@21.1.1
├─ yargs@17.6.2
│  ├─ cliui@^8.0.1
│  ├─ escalade@^3.1.1
│  ├─ get-caller-file@^2.0.5
│  ├─ require-directory@^2.1.1
│  ├─ string-width@^4.2.3
│  ├─ y18n@^5.0.5
│  └─ yargs-parser@^21.1.1
├─ yn@3.1.1
└─ yocto-queue@0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant