is before `=`, and correctly analyzes more cases of \n[…]\n work is done on opt_spec using variable_expansions or `(fish_opt -s h -l help)` command_substitution as described in [comment](https://github.com/ndonfris/fish-lsp/issues/136#issuecomment-3916534297)", "is_bot": false, "headline": "fix: `argparse $options` doesn't define `_flag_$options` (improved fi…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2026-02-19T12:35:42Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "48925a0b6a13bcbee5df2002d66393901fb8f1bd", "body": null, "is_bot": false, "headline": "docs: update README to include VSX/VSCodium mention", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-22T22:33:31Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "68b6fc18f6caf00f5c640fc0812ee0f615cc4e66", "body": "- added more tests from #130 ideas\n `fish-lsp complete | fish --no-execute`\n `fish-lsp env --show-default | fish --no-execute`", "is_bot": false, "headline": "ci(test-npm-package): run on every master push", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:40:43Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ee76945ec0cd0dcc84391746c0f0f60de962d7d6", "body": null, "is_bot": false, "headline": "chore: bump `1.1.3`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "8821f84d25f733db7277806c22b6f6abb2d40945", "body": null, "is_bot": false, "headline": "test(test-conda.sh): removed `scripts/test-conda.sh` for #130", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "0c44fb8019619b13699a18308a14acafab51b32c", "body": "- lints", "is_bot": false, "headline": "docs: added `conda install fish-lsp` to `README.md`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "497e4ea68280ef8c393b80ec4923735f38c2e40a", "body": null, "is_bot": false, "headline": "chore: bump `1.1.3-pre.2`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "34b356d3b9aae3efa1c996ca924c29029340ca0f", "body": "…st.ts`\n\n* `src/code-actions/quick-fixes.ts` updates building the\n`quickfix.fixAll` action to work correctly for test:\n\"should fix all argparse unused diagnostic issues in one code action\"\n\n* lint `tests/code-action.test.ts` to remove unused `console.log`\nstatements, and removed `it.only()` definitions\n\n ```sh\n yarn test:run tests/code-action.test.ts\n ```\n\n `Tests 10 passed | 11 skipped (21)`", "is_bot": false, "headline": "feat(quickfix.fixAll): `createFixAllAction()` + `tests/code-action.te…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "b9a6f2298d34a458ee2c3aa763f0d79083158e62", "body": null, "is_bot": false, "headline": "feat: fix `argparse` code-action for `funced`/`edit_command_buffer`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "9f11c213a87501c5e8690d9def0203c0369c045b", "body": null, "is_bot": false, "headline": "fix: `src/code-actions/refactors.ts` in code-action handler", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "7e60787b79bdb7c1507d5cb40ac0ea4a39ff79bc", "body": "- stops the redirect actions at max 2 items", "is_bot": false, "headline": "fix: max redirect code-actions when entire document's commands in range", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "cb8b76a32389a48a27c956600743210c3e29fff5", "body": null, "is_bot": false, "headline": "chore: bump `1.1.3-pre.1`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ef7069afd44e0b6b12c9f7c70ae33ac0d608f6c7", "body": "… version != latest", "is_bot": false, "headline": "feat: simplified `argparse` in `fish_files/get-docs.fish` incase fish…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "ef362b855e4eb9cd3f5733bbb484bf567d68eefa", "body": "…ineBuffer}Path()` utils\n\n- kept `edit_command_buffer` support, but simplified how `isFuncedPath`\nand `isCommandlineBuffer` can be used by defining their utilities as\nstatic public methods on `LspDocument.\n\n- we also we now allowed to treat `LspDocument.isFuncedPath(path) ||\nLspDocument.isCommandlin\n[…]\nions since\nwe have extracted the autoloaded type of a document to the `LspDocument`\nclass, and both of our extra cases are used to return\n`$__fish_config_dir` workspace.\n\n- cleaned up unused functions", "is_bot": false, "headline": "refactor(`LspDocument`): added static `LspDocument.is{Funced,Commandl…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "b9145e00ff95398d6dc3509eb8adefdaa22dd56c", "body": "…config_dir/conf.d`\n\n- `LspDocument.isCommandlineBuffer()` to check if a `LspDocument` is a\n using a uri scheme/filepath that matches `/tmp/fish.XXXXX/command-line.fish`\n\n- `FishUriWorkspace.isCommandlinePath(uriPath)` to check if a given uri path\n matches the command line buffer pattern, during w\n[…]\nven uri path matches the command line buffer pattern.\n\n- `FishUriWorkspace.create()` updated to handle command line buffer uris,\n creating a `FishUriWorkspace` with `isCommandlineBuffer` set to true.", "is_bot": false, "headline": "feat: full bind `edit_command_buffer` support, to handle as `$__fish_…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "654e815315194acba599a9a037da4c2330113689", "body": "…mand_buffer`", "is_bot": false, "headline": "feat: added initial `LspDocument.isCommandlineBuffer()` for `edit_com…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "10c981e9c898200f1295b246386f297b5751413c", "body": "…ning\n\n- src/utils/markdown-build.ts\n- src/parsing/alias.ts\n- src/code-actions/quick-fixes.ts", "is_bot": false, "headline": "chore: added code-scanning fixes for `js/incomplete-sanitization` war…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "05c5d9ef638ed64ac7dc1603bba9ea77148c80ce", "body": null, "is_bot": false, "headline": "chore: bump `1.1.3-pre.0` with `update:prerelease` script", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "721f2024e2636c01a180c1d7dd7c15387e6f101e", "body": "….json`\n\n- only use `web-tree-sitter` dependency instead of `tree-sitter` in\n`package.json` (remove 'tree-sitter' from dependencies list and\n`yarn.lock`)\n\n- fix(`scripts/esbuild/configs.ts`): to bundle correctly without `tree-sitter`\n\n- added `scripts/test-conda.sh` to simulate testing in conda-forg\n[…]\ntest.ts` since it includes reference to `tree-sitter`\n module\n\n- update: `yarn.lock` due to removal of `tree-sitter` dependency\n\n- chore: bump version to `1.1.3-pre.0` for testing conda-forge release", "is_bot": false, "headline": "build(conda-forge): remove `\"tree-sitter\": \"^0.21.0\"` dep in `package…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-18T07:12:12Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "336ad331844823910fd2b96d8d04c64bd2a3622a", "body": null, "is_bot": false, "headline": "chore: bump 1.1.2", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:50:15Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4d2b5a79097ca6aabefccc46ee41205aaff36c35", "body": null, "is_bot": false, "headline": "chore: bump 1.1.2-pre.1 + update docs/CHANGELOG.md", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "1b1ed2e9d7cd7d2ad9428a34ea7c7f90b21cb9da", "body": "- code-actions now allow replacing absolute paths with variables where\napplicable\n `/home/user/folder` -> `$HOME/folder`\n\n- alias code-action now is shown when cursor is on alias name, allowing\nentire command to be\n replaced with equivalent function\n `alias f=foo` -> `function f --wraps foo --des\n[…]\nck()` and\n`onCodeActionResolveCallback()`\n\n- updated code-action tests to reflect the new code-actions and changes\n\n> **NOTE:** most of these code-actions do not rely on diagnostics\n (not quickfixes)", "is_bot": false, "headline": "feat(code-actions): path replacement, alias, redirects, set `-a`/`-p`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "25f78d68ce75ab08e549aa58f4fa488f8874a4d9", "body": "chore: cleanup comments in `tests/alias-conversion.test.ts` & other tests\n\nchore: fixup `tests/*`", "is_bot": false, "headline": "fix(tests): tests updated to pass with `>=1.1.1~1.1.2-pre.0` changes", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "4f0016fb923971cd56c206464987331965e4aa96", "body": "…hSemanticTokens`", "is_bot": false, "headline": "chore: removed `FISH_SEMANTIC_TOKENS_LEGEND` now using namespace `Fis…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "02c5822caa4be0c358a59b54dc9c07c006f055e7", "body": "- only calls shell `type -ap 'NAME'` if no autoloaded paths are found in\nthe `env` keys we check (like: `__fish_config_dir`, `__fish_data_dir`,\n`fish_function_path`, ...)\n\n- utility function in `src/analyze.ts` is named\n`findCommandLocations(cmd: string)` at EOF\n\n- utility function is called in `ana\n[…]\nd\n not exist. The returned array is just a list of locations where\n if a file existed there, it would autoload the matching function\n name used in the argument. `$fish_function_path/\u003cNAME>.fish`", "is_bot": false, "headline": "refactor: `env` autoloaded path values check for `functions/NAME.fish`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "96064df5344acc29440acaf14a8763d21710ae72", "body": "…space\n\n- `src/document.ts` changes\n - added method `.isFunced()`\n - updated `.isAutoloaded()` to return `true` for `this.isFunced()`\n - `getFolderType()` returns `functions` for `this.isFunced()`\n- `src/utils/workspace-manager.ts`/`src/utils/workspace.ts` changes\n - added helper methods\n[…]\n match by\n searching all workspace's uris, and then added a fallback to\n support `FishUriWorkspace.isFuncedPath(path)` which would handle\n `funced` paths pointing to `__fish_config_dir`", "is_bot": false, "headline": "feat: treat `funced` paths as if they are in `__fish_config_dir` work…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "9a337effa2eed9c2cc7f334acf3fa54f3bbc08d7", "body": null, "is_bot": false, "headline": "chore: bump to v1.1.2-pre.0", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "eee3caf7228c61b135e015c328be9158d085b971", "body": null, "is_bot": false, "headline": "revert(CompletionItem): dollar completions to ae08f7e", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-12T04:40:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "238c12bb140477b0bae97fb491278c3ddc16375c", "body": null, "is_bot": false, "headline": "chore: bump `v1.1.1`", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-09T13:20:03Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2b6a178a3a300ea5949f7b9940e414e79f6669d4", "body": "* chore: bump `v1.1.1`\n\n* build(scripts/*): moved sourced fish files in build scripts to `scripts/fish/*`\n\n* fix(tests): test utils like: `tests/setup-mocks.ts` and `tests/test-workspace-utils.ts`\n\n* fix(v1.1.1-pre.8): polyfills, references, diagnostics, `scripts/*` + lints\n\n- polyfills uses es-iter\n[…]\nhell\n\n* fix(esbuild,test-npm-package): `yarn build` works correct in actions\n\n* feat: diagnostic validation early exit\n\n* feat: added `fish-lsp complete --abbreviations` for subcommand `abbr` sourcing", "is_bot": false, "headline": "feat: v1.1.1-pre.8 (#128)", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-09T12:20:30Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "25527b0f6667ae4f14a8fca5ec7aac984edd135b", "body": "* docs(src/cli.ts): remove deprecated `fish-lsp start --help` handlers ('logger', 'index')\n\nchore: added @jose-elias-alvarez as contributor\n\nCo-authored-by: @jose-elias-alvarez \u003cjose-elias-alvarez@users.noreply.github.com>\n\n* feat(src/utils/progress-notification.ts): hide `config.fish_lsp_show_clien\n[…]\n`v1.1.1-pre.7` release\n\n---------\n\nCo-authored-by: @jose-elias-alvarez \u003cjose-elias-alvarez@users.noreply.github.com>\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com>", "is_bot": false, "headline": "feat: v1.1.1 nightly (#127)", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-12-02T05:54:55Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "6bfd51f3c7c8a41a65e2d4495be49703121c78ac", "body": "…5)ff\n\nBumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).\n\n\nUpdates `js-yaml` from 4.1.0 to 4.1.1\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)\n\n\n[…]\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com>", "is_bot": true, "headline": "chore: bump js-yaml in the npm_and_yarn group across 1 directory (#12…", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2025-11-22T01:57:19Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "f207d015e282d936752327008bc4bc87f16041f3", "body": "Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\n\nUpdates `vite` from 7.1.5 to 7.1.11\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGEL\n[…]\ny-type: direct:development\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com>\nCo-authored-by: dependabot[bot] \u003c49699333+dependabot[bot]@users.noreply.github.com>", "is_bot": true, "headline": "chore: bump vite in the npm_and_yarn group across 1 directory (#117)", "author_name": "dependabot[bot]", "author_login": "dependabot[bot]", "committed_at": "2025-11-18T00:48:20Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "399dba7f4f6df9b23abd6b00bbf8af7e80a22d38", "body": "* chore: initial semantic-tokens support using tree-sitter\n\n* note: @ndonfris/tree-sitter-fish is under development to correctly export the\n `highlights.scm` file\n\nchore: WIP semantic tokens using tree-sitter-fish@nightly\n\nfix: update for `@ndonfris/tree-sitter-fish@dev`\n\nfix: use npm publish\n[…]\nmed `src/semantic-tokens-simple.ts`\n\n- removed old `**/semantic-tokens.*` files in workspace and replaced\nthem with `src/semantic-token-simple.ts` (their temporary name in\nhistory)\n\n* chore: fix lints", "is_bot": false, "headline": "feat: Add Semantic Tokens Support (#113)", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-11-18T00:47:45Z", "body_truncated": true, "is_coding_agent": false }, { "oid": "cc77cf3f0cf7946486ae26b64e5a176de5642098", "body": "- `scripts/utils.fish` exports reusable functions to help automate\ngithub publishing\n\n- `package.json` now contains script `publish-and-release`\n\n- `sh:dev:complete:install` now correctly points to scripts that exist\nin `scripts/**.fish` files (that contain `--complete` flags)", "is_bot": false, "headline": "fix: `scripts/*.fish` now use `scripts/utils.fish` for npm pkg info", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-10-01T18:59:44Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "2aaa1f3c3a8301c5c4ff012e152ca4c7f288af70", "body": "chore: convert `package.json` scripts from using `npm` to `yarn`\n\n- used in `yarn sh:build-assets` for `prepack` command\n- changed `generate:man:actaul` and `generate:man:diff` to use `yarn run\n--silent ...` prefix instead of `npm run --foreground-scripts -s ...`", "is_bot": false, "headline": "chore: auto-commit v1.1.0", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-10-01T18:28:19Z", "body_truncated": false, "is_coding_agent": false }, { "oid": "5f1842efc5c431830b2ad30707f5c15d26a0e890", "body": "…4004`\n\n* diagnostic `4004` is skipped when `symbol.needsLocalReferences()` is\nfalse, which occurs on:\n - top-level function definitions that are autoloaded or inside a\n shebang shell script\n - variable definitions that are `argv`, `fish_trace`\n - variable definitions that are `exported`, `global`, `universal`\n - alias definitions\n\n* added `LspDocument.hasShebang()` which returns a boolean representing\nif the first line is shebang identifier", "is_bot": false, "headline": "feat: added `FishSymbol.needsLocalReferences()` method for skipping `…", "author_name": "nick", "author_login": "ndonfris", "committed_at": "2025-10-01T15:37:08Z", "body_truncated": false, "is_coding_agent": false } ], "releases_count": 23, "commits_last_year": 110, "latest_release_at": "2026-06-11T09:59:52Z", "latest_release_tag": "v1.1.4", "releases_from_tags": false, "days_since_last_push": 4, "active_weeks_last_year": 20, "days_since_latest_release": 51, "mean_days_between_releases": 29.7 }, "community": { "has_readme": true, "has_license": true, "has_description": true, "has_contributing": true, "health_percentage": 100, "has_issue_template": false, "has_code_of_conduct": true, "has_pull_request_template": false }, "ecosystem": { "packages": [ { "name": "fish-lsp", "exists": true, "license": "MIT", "keywords": [ "lsp", "fish", "fish-shell", "language-server-protocol", "language-server" ], "ecosystem": "npm", "matches_repo": true, "registry_url": "https://www.npmjs.com/package/fish-lsp", "is_deprecated": false, "latest_version": "1.1.4", "repository_url": "https://github.com/ndonfris/fish-lsp", "versions_count": 88, "total_downloads": null, "dependents_count": null, "deprecation_note": null, "maintainers_count": 1, "monthly_downloads": 10258, "first_published_at": "2024-03-20T05:34:39.420000Z", "latest_published_at": "2026-06-11T09:42:09.897000Z", "latest_version_yanked": null, "days_since_latest_publish": 51 } ] }, "popularity": { "forks": 13, "stars": 315, "watchers": 1, "fork_history": { "days": [ { "date": "2024-04-16", "count": 1 }, { "date": "2024-06-03", "count": 1 }, { "date": "2024-06-23", "count": 1 }, { "date": "2024-07-16", "count": 1 }, { "date": "2024-07-24", "count": 1 }, { "date": "2024-11-04", "count": 1 }, { "date": "2025-01-05", "count": 1 }, { "date": "2025-01-08", "count": 1 }, { "date": "2025-07-08", "count": 1 }, { "date": "2026-03-14", "count": 1 }, { "date": "2026-03-31", "count": 1 }, { "date": "2026-04-18", "count": 1 }, { "date": "2026-06-14", "count": 1 } ], "complete": true, "collected": 13, "total_forks": 13 }, "star_history": null, "open_issues_and_prs": 7 }, "ai_readiness": { "has_nix": false, "example_dirs": [], "has_llms_txt": false, "has_dockerfile": false, "has_mcp_signal": false, "bootstrap_files": [], "api_schema_files": [], "has_devcontainer": false, "typecheck_configs": [ "tsconfig.json" ], "toolchain_manifests": [], "largest_source_bytes": 109473, "source_files_sampled": 208, "oversized_source_files": 4, "agent_instruction_files": [], "agent_instruction_max_bytes": null }, "dependencies": { "manifests": [ "package.json" ], "advisories": { "error": null, "scope": "published_package", "source": "osv", "findings": [], "collected": true, "malicious": [], "truncated": false, "by_severity": {}, "advisory_count": 0, "affected_count": 0, "assessed_count": 52, "malicious_count": 0, "assessed_package": "npm:fish-lsp@1.1.4", "unassessed_count": 0, "direct_affected_count": 0 }, "ecosystems": [ "npm" ], "dependencies": [ { "name": "commander", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^12.1.0" }, { "name": "fast-glob", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^3.3.3" }, { "name": "vscode-languageserver", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^9.0.1" }, { "name": "vscode-languageserver-protocol", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^3.17.5" }, { "name": "vscode-languageserver-textdocument", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^1.0.13" }, { "name": "vscode-uri", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^3.1.0" }, { "name": "web-tree-sitter", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^0.23.0" }, { "name": "zod", "manifest": "package.json", "ecosystem": "npm", "version_constraint": "^3.25.76" } ], "all_dependencies": { "error": null, "source": "github-sbom", "packages": [ { "name": "commander", "direct": true, "version": "12.1.0", "ecosystem": "npm" }, { "name": "fast-glob", "direct": true, "version": "3.3.3", "ecosystem": "npm" }, { "name": "vscode-languageserver", "direct": true, "version": "9.0.1", "ecosystem": "npm" }, { "name": "vscode-languageserver-protocol", "direct": true, "version": "3.17.5", "ecosystem": "npm" }, { "name": "vscode-languageserver-protocol", "direct": true, "version": "3.18.2", "ecosystem": "npm" }, { "name": "vscode-languageserver-textdocument", "direct": true, "version": "1.0.13", "ecosystem": "npm" }, { "name": "vscode-uri", "direct": true, "version": "3.1.0", "ecosystem": "npm" }, { "name": "web-tree-sitter", "direct": true, "version": "0.23.2", "ecosystem": "npm" }, { "name": "zod", "direct": true, "version": "3.25.76", "ecosystem": "npm" }, { "name": "zod", "direct": true, "version": "4.4.3", "ecosystem": "npm" }, { "name": "@asamuzakjp/css-color", "direct": false, "version": "5.1.11", "ecosystem": "npm" }, { "name": "@asamuzakjp/dom-selector", "direct": false, "version": "7.1.1", "ecosystem": "npm" }, { "name": "@asamuzakjp/generational-cache", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "@asamuzakjp/nwsapi", "direct": false, "version": "2.3.9", "ecosystem": "npm" }, { "name": "@babel/helper-string-parser", "direct": false, "version": "7.29.7", "ecosystem": "npm" }, { "name": "@babel/helper-validator-identifier", "direct": false, "version": "7.29.7", "ecosystem": "npm" }, { "name": "@babel/parser", "direct": false, "version": "7.29.7", "ecosystem": "npm" }, { "name": "@babel/types", "direct": false, "version": "7.29.7", "ecosystem": "npm" }, { "name": "@bcoe/v8-coverage", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@bramus/specificity", "direct": false, "version": "2.4.2", "ecosystem": "npm" }, { "name": "@csstools/color-helpers", "direct": false, "version": "6.1.0", "ecosystem": "npm" }, { "name": "@csstools/css-calc", "direct": false, "version": "3.2.1", "ecosystem": "npm" }, { "name": "@csstools/css-color-parser", "direct": false, "version": "4.1.9", "ecosystem": "npm" }, { "name": "@csstools/css-parser-algorithms", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "@csstools/css-syntax-patches-for-csstree", "direct": false, "version": "1.1.6", "ecosystem": "npm" }, { "name": "@csstools/css-tokenizer", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "@emnapi/core", "direct": false, "version": "1.11.0", "ecosystem": "npm" }, { "name": "@emnapi/core", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@emnapi/runtime", "direct": false, "version": "1.11.0", "ecosystem": "npm" }, { "name": "@emnapi/runtime", "direct": false, "version": "1.11.1", "ecosystem": "npm" }, { "name": "@emnapi/wasi-threads", "direct": false, "version": "1.2.2", "ecosystem": "npm" }, { "name": "@esbuild-plugins/node-globals-polyfill", "direct": false, "version": "0.2.3", "ecosystem": "npm" }, { "name": "@esbuild/aix-ppc64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/android-arm", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/android-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/android-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/darwin-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/darwin-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/freebsd-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/freebsd-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-arm", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-ia32", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-loong64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-mips64el", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-ppc64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-riscv64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-s390x", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/linux-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/netbsd-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/netbsd-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/openbsd-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/openbsd-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/openharmony-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/sunos-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/win32-arm64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/win32-ia32", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esbuild/win32-x64", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "@esdmr/tree-sitter-fish", "direct": false, "version": "3.7.0", "ecosystem": "npm" }, { "name": "@eslint-community/eslint-utils", "direct": false, "version": "4.9.1", "ecosystem": "npm" }, { "name": "@eslint-community/regexpp", "direct": false, "version": "4.12.2", "ecosystem": "npm" }, { "name": "@eslint/config-array", "direct": false, "version": "0.21.2", "ecosystem": "npm" }, { "name": "@eslint/config-helpers", "direct": false, "version": "0.4.2", "ecosystem": "npm" }, { "name": "@eslint/core", "direct": false, "version": "0.17.0", "ecosystem": "npm" }, { "name": "@eslint/eslintrc", "direct": false, "version": "3.3.6", "ecosystem": "npm" }, { "name": "@eslint/js", "direct": false, "version": "10.0.1", "ecosystem": "npm" }, { "name": "@eslint/js", "direct": false, "version": "9.39.5", "ecosystem": "npm" }, { "name": "@eslint/object-schema", "direct": false, "version": "2.1.7", "ecosystem": "npm" }, { "name": "@eslint/plugin-kit", "direct": false, "version": "0.4.1", "ecosystem": "npm" }, { "name": "@exodus/bytes", "direct": false, "version": "1.15.1", "ecosystem": "npm" }, { "name": "@humanfs/core", "direct": false, "version": "0.19.2", "ecosystem": "npm" }, { "name": "@humanfs/node", "direct": false, "version": "0.16.8", "ecosystem": "npm" }, { "name": "@humanfs/types", "direct": false, "version": "0.15.0", "ecosystem": "npm" }, { "name": "@humanwhocodes/module-importer", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "@humanwhocodes/retry", "direct": false, "version": "0.4.3", "ecosystem": "npm" }, { "name": "@jridgewell/resolve-uri", "direct": false, "version": "3.1.2", "ecosystem": "npm" }, { "name": "@jridgewell/sourcemap-codec", "direct": false, "version": "1.5.5", "ecosystem": "npm" }, { "name": "@jridgewell/trace-mapping", "direct": false, "version": "0.3.31", "ecosystem": "npm" }, { "name": "@jsonjoy.com/base64", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "@jsonjoy.com/buffers", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "@jsonjoy.com/codegen", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "@jsonjoy.com/json-pack", "direct": false, "version": "1.21.0", "ecosystem": "npm" }, { "name": "@jsonjoy.com/json-pointer", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "@jsonjoy.com/util", "direct": false, "version": "1.9.0", "ecosystem": "npm" }, { "name": "@napi-rs/wasm-runtime", "direct": false, "version": "1.1.6", "ecosystem": "npm" }, { "name": "@nodelib/fs.scandir", "direct": false, "version": "2.1.5", "ecosystem": "npm" }, { "name": "@nodelib/fs.stat", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "@nodelib/fs.walk", "direct": false, "version": "1.2.8", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-android-arm-eabi", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-android-arm64", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-darwin-arm64", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-darwin-x64", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-freebsd-x64", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-arm-gnueabihf", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-arm-musleabihf", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-arm64-gnu", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-arm64-musl", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-ppc64-gnu", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-riscv64-gnu", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-riscv64-musl", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-s390x-gnu", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-x64-gnu", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-linux-x64-musl", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-openharmony-arm64", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-wasm32-wasi", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-win32-arm64-msvc", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-win32-ia32-msvc", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-parser/binding-win32-x64-msvc", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-project/types", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "@oxc-project/types", "direct": false, "version": "0.139.0", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-android-arm-eabi", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-android-arm64", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-darwin-arm64", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-darwin-x64", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-freebsd-x64", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-arm-gnueabihf", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-arm-musleabihf", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-arm64-gnu", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-arm64-musl", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-ppc64-gnu", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-riscv64-gnu", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-riscv64-musl", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-s390x-gnu", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-x64-gnu", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-linux-x64-musl", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-openharmony-arm64", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-wasm32-wasi", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-win32-arm64-msvc", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@oxc-resolver/binding-win32-x64-msvc", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "@polka/url", "direct": false, "version": "1.0.0-next.29", "ecosystem": "npm" }, { "name": "@rolldown/binding-android-arm64", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-darwin-arm64", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-darwin-x64", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-freebsd-x64", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-arm-gnueabihf", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-arm64-gnu", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-arm64-musl", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-ppc64-gnu", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-s390x-gnu", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-x64-gnu", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-linux-x64-musl", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-openharmony-arm64", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-wasm32-wasi", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-win32-arm64-msvc", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/binding-win32-x64-msvc", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "@rolldown/pluginutils", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "@standard-schema/spec", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "@stylistic/eslint-plugin", "direct": false, "version": "4.4.1", "ecosystem": "npm" }, { "name": "@tsconfig/node-ts", "direct": false, "version": "23.6.4", "ecosystem": "npm" }, { "name": "@tsconfig/node22", "direct": false, "version": "22.0.5", "ecosystem": "npm" }, { "name": "@tybys/wasm-util", "direct": false, "version": "0.10.3", "ecosystem": "npm" }, { "name": "@types/chai", "direct": false, "version": "5.2.3", "ecosystem": "npm" }, { "name": "@types/deep-eql", "direct": false, "version": "4.0.2", "ecosystem": "npm" }, { "name": "@types/estree", "direct": false, "version": "1.0.9", "ecosystem": "npm" }, { "name": "@types/fs-extra", "direct": false, "version": "11.0.4", "ecosystem": "npm" }, { "name": "@types/jsdom", "direct": false, "version": "28.0.3", "ecosystem": "npm" }, { "name": "@types/json-schema", "direct": false, "version": "7.0.15", "ecosystem": "npm" }, { "name": "@types/jsonfile", "direct": false, "version": "6.1.4", "ecosystem": "npm" }, { "name": "@types/node", "direct": false, "version": "26.1.1", "ecosystem": "npm" }, { "name": "@types/tough-cookie", "direct": false, "version": "4.0.5", "ecosystem": "npm" }, { "name": "@typescript-eslint/eslint-plugin", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/parser", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/project-service", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/scope-manager", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/tsconfig-utils", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/type-utils", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/types", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/typescript-estree", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/utils", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@typescript-eslint/visitor-keys", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "@vitest/coverage-v8", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/expect", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/mocker", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/pretty-format", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/runner", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/snapshot", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/spy", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/ui", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "@vitest/utils", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "acorn", "direct": false, "version": "8.17.0", "ecosystem": "npm" }, { "name": "acorn-jsx", "direct": false, "version": "5.3.2", "ecosystem": "npm" }, { "name": "ajv", "direct": false, "version": "6.15.0", "ecosystem": "npm" }, { "name": "ansi-regex", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "3.2.1", "ecosystem": "npm" }, { "name": "ansi-styles", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "argparse", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "array-buffer-byte-length", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "arraybuffer.prototype.slice", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "assertion-error", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "ast-v8-to-istanbul", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "async-function", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "available-typed-arrays", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "balanced-match", "direct": false, "version": "4.0.4", "ecosystem": "npm" }, { "name": "bidi-js", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "brace-expansion", "direct": false, "version": "5.0.7", "ecosystem": "npm" }, { "name": "braces", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "buffer-from", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "call-bind", "direct": false, "version": "1.0.9", "ecosystem": "npm" }, { "name": "call-bind-apply-helpers", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "call-bound", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "callsites", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "chai", "direct": false, "version": "6.2.2", "ecosystem": "npm" }, { "name": "chalk", "direct": false, "version": "2.4.2", "ecosystem": "npm" }, { "name": "chalk", "direct": false, "version": "4.1.2", "ecosystem": "npm" }, { "name": "chalk", "direct": false, "version": "5.6.2", "ecosystem": "npm" }, { "name": "chokidar", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "cliui", "direct": false, "version": "8.0.1", "ecosystem": "npm" }, { "name": "color-convert", "direct": false, "version": "1.9.3", "ecosystem": "npm" }, { "name": "color-convert", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "color-name", "direct": false, "version": "1.1.3", "ecosystem": "npm" }, { "name": "color-name", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "convert-source-map", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "cross-spawn", "direct": false, "version": "6.0.6", "ecosystem": "npm" }, { "name": "cross-spawn", "direct": false, "version": "7.0.6", "ecosystem": "npm" }, { "name": "css-tree", "direct": false, "version": "3.2.1", "ecosystem": "npm" }, { "name": "data-uri-to-buffer", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "data-urls", "direct": false, "version": "7.0.0", "ecosystem": "npm" }, { "name": "data-view-buffer", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "data-view-byte-length", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "data-view-byte-offset", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "debug", "direct": false, "version": "4.4.3", "ecosystem": "npm" }, { "name": "decimal.js", "direct": false, "version": "10.6.0", "ecosystem": "npm" }, { "name": "deep-is", "direct": false, "version": "0.1.4", "ecosystem": "npm" }, { "name": "define-data-property", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "define-properties", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "detect-libc", "direct": false, "version": "2.1.2", "ecosystem": "npm" }, { "name": "dts-bundle-generator", "direct": false, "version": "9.5.1", "ecosystem": "npm" }, { "name": "dunder-proto", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "emoji-regex", "direct": false, "version": "8.0.0", "ecosystem": "npm" }, { "name": "entities", "direct": false, "version": "8.0.0", "ecosystem": "npm" }, { "name": "error-ex", "direct": false, "version": "1.3.4", "ecosystem": "npm" }, { "name": "es-abstract", "direct": false, "version": "1.24.2", "ecosystem": "npm" }, { "name": "es-abstract-get", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "es-define-property", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "es-errors", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "es-module-lexer", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "es-object-atoms", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "es-set-tostringtag", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "es-to-primitive", "direct": false, "version": "1.3.4", "ecosystem": "npm" }, { "name": "esbuild", "direct": false, "version": "0.28.1", "ecosystem": "npm" }, { "name": "escalade", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "escape-string-regexp", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "escape-string-regexp", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "eslint", "direct": false, "version": "9.39.5", "ecosystem": "npm" }, { "name": "eslint-scope", "direct": false, "version": "8.4.0", "ecosystem": "npm" }, { "name": "eslint-visitor-keys", "direct": false, "version": "3.4.3", "ecosystem": "npm" }, { "name": "eslint-visitor-keys", "direct": false, "version": "4.2.1", "ecosystem": "npm" }, { "name": "eslint-visitor-keys", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "espree", "direct": false, "version": "10.4.0", "ecosystem": "npm" }, { "name": "esquery", "direct": false, "version": "1.7.0", "ecosystem": "npm" }, { "name": "esrecurse", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "estraverse", "direct": false, "version": "5.3.0", "ecosystem": "npm" }, { "name": "estree-walker", "direct": false, "version": "3.0.3", "ecosystem": "npm" }, { "name": "esutils", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "expect-type", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "fast-check", "direct": false, "version": "4.9.0", "ecosystem": "npm" }, { "name": "fast-deep-equal", "direct": false, "version": "3.1.3", "ecosystem": "npm" }, { "name": "fast-json-stable-stringify", "direct": false, "version": "2.1.0", "ecosystem": "npm" }, { "name": "fast-levenshtein", "direct": false, "version": "2.0.6", "ecosystem": "npm" }, { "name": "fastq", "direct": false, "version": "1.20.1", "ecosystem": "npm" }, { "name": "fd-package-json", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "fdir", "direct": false, "version": "6.5.0", "ecosystem": "npm" }, { "name": "fetch-blob", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "fflate", "direct": false, "version": "0.8.3", "ecosystem": "npm" }, { "name": "file-entry-cache", "direct": false, "version": "8.0.0", "ecosystem": "npm" }, { "name": "fill-range", "direct": false, "version": "7.1.1", "ecosystem": "npm" }, { "name": "find-up", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "flat-cache", "direct": false, "version": "4.0.1", "ecosystem": "npm" }, { "name": "flatted", "direct": false, "version": "3.4.2", "ecosystem": "npm" }, { "name": "for-each", "direct": false, "version": "0.3.5", "ecosystem": "npm" }, { "name": "formatly", "direct": false, "version": "0.3.0", "ecosystem": "npm" }, { "name": "formdata-polyfill", "direct": false, "version": "4.0.10", "ecosystem": "npm" }, { "name": "fs-extra", "direct": false, "version": "11.3.6", "ecosystem": "npm" }, { "name": "fsevents", "direct": false, "version": "2.3.3", "ecosystem": "npm" }, { "name": "function-bind", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "function.prototype.name", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "functions-have-names", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "generator-function", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "get-caller-file", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "get-intrinsic", "direct": false, "version": "1.3.0", "ecosystem": "npm" }, { "name": "get-proto", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "get-symbol-description", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "get-tsconfig", "direct": false, "version": "4.14.0", "ecosystem": "npm" }, { "name": "glob", "direct": false, "version": "13.0.6", "ecosystem": "npm" }, { "name": "glob-parent", "direct": false, "version": "5.1.2", "ecosystem": "npm" }, { "name": "glob-parent", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "glob-to-regex.js", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "globals", "direct": false, "version": "14.0.0", "ecosystem": "npm" }, { "name": "globals", "direct": false, "version": "17.7.0", "ecosystem": "npm" }, { "name": "globalthis", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "gopd", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "graceful-fs", "direct": false, "version": "4.2.11", "ecosystem": "npm" }, { "name": "has-bigints", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "has-flag", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "has-flag", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "has-property-descriptors", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "has-proto", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "has-symbols", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "has-tostringtag", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "hasown", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "hosted-git-info", "direct": false, "version": "2.8.9", "ecosystem": "npm" }, { "name": "html-encoding-sniffer", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "html-escaper", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "husky", "direct": false, "version": "9.1.7", "ecosystem": "npm" }, { "name": "hyperdyperid", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "ignore", "direct": false, "version": "5.3.2", "ecosystem": "npm" }, { "name": "ignore", "direct": false, "version": "7.0.6", "ecosystem": "npm" }, { "name": "import-fresh", "direct": false, "version": "3.3.1", "ecosystem": "npm" }, { "name": "imurmurhash", "direct": false, "version": "0.1.4", "ecosystem": "npm" }, { "name": "internal-slot", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "is-array-buffer", "direct": false, "version": "3.0.5", "ecosystem": "npm" }, { "name": "is-arrayish", "direct": false, "version": "0.2.1", "ecosystem": "npm" }, { "name": "is-async-function", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "is-bigint", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "is-boolean-object", "direct": false, "version": "1.2.2", "ecosystem": "npm" }, { "name": "is-callable", "direct": false, "version": "1.2.7", "ecosystem": "npm" }, { "name": "is-core-module", "direct": false, "version": "2.16.2", "ecosystem": "npm" }, { "name": "is-data-view", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "is-date-object", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "is-document.all", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "is-extglob", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "is-finalizationregistry", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "is-fullwidth-code-point", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "is-generator-function", "direct": false, "version": "1.1.2", "ecosystem": "npm" }, { "name": "is-glob", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "is-map", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "is-negative-zero", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "is-number", "direct": false, "version": "7.0.0", "ecosystem": "npm" }, { "name": "is-number-object", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "is-potential-custom-element-name", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "is-regex", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "is-set", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "is-shared-array-buffer", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "is-string", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "is-symbol", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "is-typed-array", "direct": false, "version": "1.1.15", "ecosystem": "npm" }, { "name": "is-weakmap", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "is-weakref", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "is-weakset", "direct": false, "version": "2.0.4", "ecosystem": "npm" }, { "name": "isarray", "direct": false, "version": "2.0.5", "ecosystem": "npm" }, { "name": "isexe", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "istanbul-lib-coverage", "direct": false, "version": "3.2.2", "ecosystem": "npm" }, { "name": "istanbul-lib-report", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "istanbul-reports", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "jiti", "direct": false, "version": "2.7.0", "ecosystem": "npm" }, { "name": "js-tokens", "direct": false, "version": "10.0.0", "ecosystem": "npm" }, { "name": "js-yaml", "direct": false, "version": "4.3.0", "ecosystem": "npm" }, { "name": "jsdom", "direct": false, "version": "29.1.1", "ecosystem": "npm" }, { "name": "json-buffer", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "json-parse-better-errors", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "json-schema-traverse", "direct": false, "version": "0.4.1", "ecosystem": "npm" }, { "name": "json-stable-stringify-without-jsonify", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "jsonfile", "direct": false, "version": "6.2.1", "ecosystem": "npm" }, { "name": "keyv", "direct": false, "version": "4.5.4", "ecosystem": "npm" }, { "name": "knip", "direct": false, "version": "6.27.0", "ecosystem": "npm" }, { "name": "levn", "direct": false, "version": "0.4.1", "ecosystem": "npm" }, { "name": "lightningcss", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-android-arm64", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-darwin-arm64", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-darwin-x64", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-freebsd-x64", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-linux-arm-gnueabihf", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-linux-arm64-gnu", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-linux-arm64-musl", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-linux-x64-gnu", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-linux-x64-musl", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-win32-arm64-msvc", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "lightningcss-win32-x64-msvc", "direct": false, "version": "1.33.0", "ecosystem": "npm" }, { "name": "load-json-file", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "locate-path", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "lodash.merge", "direct": false, "version": "4.6.2", "ecosystem": "npm" }, { "name": "lru-cache", "direct": false, "version": "11.5.2", "ecosystem": "npm" }, { "name": "magic-string", "direct": false, "version": "0.30.21", "ecosystem": "npm" }, { "name": "magicast", "direct": false, "version": "0.5.3", "ecosystem": "npm" }, { "name": "make-dir", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "math-intrinsics", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "mdn-data", "direct": false, "version": "2.27.1", "ecosystem": "npm" }, { "name": "memfs", "direct": false, "version": "4.38.1", "ecosystem": "npm" }, { "name": "memorystream", "direct": false, "version": "0.3.1", "ecosystem": "npm" }, { "name": "merge2", "direct": false, "version": "1.4.1", "ecosystem": "npm" }, { "name": "micromatch", "direct": false, "version": "4.0.8", "ecosystem": "npm" }, { "name": "minimatch", "direct": false, "version": "10.2.5", "ecosystem": "npm" }, { "name": "minipass", "direct": false, "version": "7.1.3", "ecosystem": "npm" }, { "name": "mrmime", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "ms", "direct": false, "version": "2.1.3", "ecosystem": "npm" }, { "name": "nanoid", "direct": false, "version": "3.3.16", "ecosystem": "npm" }, { "name": "natural-compare", "direct": false, "version": "1.4.0", "ecosystem": "npm" }, { "name": "nice-try", "direct": false, "version": "1.0.5", "ecosystem": "npm" }, { "name": "node-domexception", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "node-fetch", "direct": false, "version": "3.3.2", "ecosystem": "npm" }, { "name": "normalize-package-data", "direct": false, "version": "2.5.0", "ecosystem": "npm" }, { "name": "npm-run-all", "direct": false, "version": "4.1.5", "ecosystem": "npm" }, { "name": "object-inspect", "direct": false, "version": "1.13.4", "ecosystem": "npm" }, { "name": "object-keys", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "object.assign", "direct": false, "version": "4.1.7", "ecosystem": "npm" }, { "name": "obug", "direct": false, "version": "2.1.4", "ecosystem": "npm" }, { "name": "optionator", "direct": false, "version": "0.9.4", "ecosystem": "npm" }, { "name": "own-keys", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "oxc-parser", "direct": false, "version": "0.137.0", "ecosystem": "npm" }, { "name": "oxc-resolver", "direct": false, "version": "11.21.3", "ecosystem": "npm" }, { "name": "p-limit", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "p-locate", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "package-json-from-dist", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "parent-module", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "parse-json", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "parse5", "direct": false, "version": "8.0.1", "ecosystem": "npm" }, { "name": "path-exists", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "path-key", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "path-parse", "direct": false, "version": "1.0.7", "ecosystem": "npm" }, { "name": "path-scurry", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "path-type", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "pathe", "direct": false, "version": "2.0.3", "ecosystem": "npm" }, { "name": "picocolors", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "2.3.2", "ecosystem": "npm" }, { "name": "picomatch", "direct": false, "version": "4.0.5", "ecosystem": "npm" }, { "name": "pidtree", "direct": false, "version": "0.3.1", "ecosystem": "npm" }, { "name": "pify", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "possible-typed-array-names", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "postcss", "direct": false, "version": "8.5.20", "ecosystem": "npm" }, { "name": "prelude-ls", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "punycode", "direct": false, "version": "2.3.1", "ecosystem": "npm" }, { "name": "pure-rand", "direct": false, "version": "8.4.2", "ecosystem": "npm" }, { "name": "queue-microtask", "direct": false, "version": "1.2.3", "ecosystem": "npm" }, { "name": "read-pkg", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "readdirp", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "reflect.getprototypeof", "direct": false, "version": "1.0.10", "ecosystem": "npm" }, { "name": "regexp.prototype.flags", "direct": false, "version": "1.5.4", "ecosystem": "npm" }, { "name": "require-directory", "direct": false, "version": "2.1.1", "ecosystem": "npm" }, { "name": "require-from-string", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "resolve", "direct": false, "version": "1.22.12", "ecosystem": "npm" }, { "name": "resolve-from", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "resolve-pkg-maps", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "reusify", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "rimraf", "direct": false, "version": "6.1.3", "ecosystem": "npm" }, { "name": "rolldown", "direct": false, "version": "1.1.5", "ecosystem": "npm" }, { "name": "run-parallel", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "safe-array-concat", "direct": false, "version": "1.1.4", "ecosystem": "npm" }, { "name": "safe-push-apply", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "safe-regex-test", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "saxes", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "5.7.2", "ecosystem": "npm" }, { "name": "semver", "direct": false, "version": "7.8.5", "ecosystem": "npm" }, { "name": "set-function-length", "direct": false, "version": "1.2.2", "ecosystem": "npm" }, { "name": "set-function-name", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "set-proto", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "shebang-command", "direct": false, "version": "1.2.0", "ecosystem": "npm" }, { "name": "shebang-command", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "shebang-regex", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "shebang-regex", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "shell-quote", "direct": false, "version": "1.10.0", "ecosystem": "npm" }, { "name": "side-channel", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "side-channel-list", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "side-channel-map", "direct": false, "version": "1.0.1", "ecosystem": "npm" }, { "name": "side-channel-weakmap", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "siginfo", "direct": false, "version": "2.0.0", "ecosystem": "npm" }, { "name": "sirv", "direct": false, "version": "3.0.2", "ecosystem": "npm" }, { "name": "smol-toml", "direct": false, "version": "1.7.0", "ecosystem": "npm" }, { "name": "source-map", "direct": false, "version": "0.6.1", "ecosystem": "npm" }, { "name": "source-map-js", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "source-map-support", "direct": false, "version": "0.5.21", "ecosystem": "npm" }, { "name": "spdx-correct", "direct": false, "version": "3.2.0", "ecosystem": "npm" }, { "name": "spdx-exceptions", "direct": false, "version": "2.5.0", "ecosystem": "npm" }, { "name": "spdx-expression-parse", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "spdx-license-ids", "direct": false, "version": "3.0.23", "ecosystem": "npm" }, { "name": "stackback", "direct": false, "version": "0.0.2", "ecosystem": "npm" }, { "name": "std-env", "direct": false, "version": "4.2.0", "ecosystem": "npm" }, { "name": "stop-iteration-iterator", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "string-width", "direct": false, "version": "4.2.3", "ecosystem": "npm" }, { "name": "string.prototype.padend", "direct": false, "version": "3.1.6", "ecosystem": "npm" }, { "name": "string.prototype.trim", "direct": false, "version": "1.2.11", "ecosystem": "npm" }, { "name": "string.prototype.trimend", "direct": false, "version": "1.0.10", "ecosystem": "npm" }, { "name": "string.prototype.trimstart", "direct": false, "version": "1.0.8", "ecosystem": "npm" }, { "name": "strip-ansi", "direct": false, "version": "6.0.1", "ecosystem": "npm" }, { "name": "strip-bom", "direct": false, "version": "3.0.0", "ecosystem": "npm" }, { "name": "strip-json-comments", "direct": false, "version": "3.1.1", "ecosystem": "npm" }, { "name": "strip-json-comments", "direct": false, "version": "5.0.3", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "5.5.0", "ecosystem": "npm" }, { "name": "supports-color", "direct": false, "version": "7.2.0", "ecosystem": "npm" }, { "name": "supports-preserve-symlinks-flag", "direct": false, "version": "1.0.0", "ecosystem": "npm" }, { "name": "symbol-tree", "direct": false, "version": "3.2.4", "ecosystem": "npm" }, { "name": "thingies", "direct": false, "version": "2.6.0", "ecosystem": "npm" }, { "name": "tinybench", "direct": false, "version": "2.9.0", "ecosystem": "npm" }, { "name": "tinyexec", "direct": false, "version": "1.2.4", "ecosystem": "npm" }, { "name": "tinyglobby", "direct": false, "version": "0.2.17", "ecosystem": "npm" }, { "name": "tinyrainbow", "direct": false, "version": "3.1.0", "ecosystem": "npm" }, { "name": "tldts", "direct": false, "version": "7.4.9", "ecosystem": "npm" }, { "name": "tldts-core", "direct": false, "version": "7.4.9", "ecosystem": "npm" }, { "name": "to-regex-range", "direct": false, "version": "5.0.1", "ecosystem": "npm" }, { "name": "totalist", "direct": false, "version": "3.0.1", "ecosystem": "npm" }, { "name": "tough-cookie", "direct": false, "version": "6.0.2", "ecosystem": "npm" }, { "name": "tr46", "direct": false, "version": "6.0.0", "ecosystem": "npm" }, { "name": "tree-dump", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "ts-api-utils", "direct": false, "version": "2.5.0", "ecosystem": "npm" }, { "name": "tslib", "direct": false, "version": "2.8.1", "ecosystem": "npm" }, { "name": "tsx", "direct": false, "version": "4.23.1", "ecosystem": "npm" }, { "name": "type-check", "direct": false, "version": "0.4.0", "ecosystem": "npm" }, { "name": "typed-array-buffer", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "typed-array-byte-length", "direct": false, "version": "1.0.3", "ecosystem": "npm" }, { "name": "typed-array-byte-offset", "direct": false, "version": "1.0.4", "ecosystem": "npm" }, { "name": "typed-array-length", "direct": false, "version": "1.0.8", "ecosystem": "npm" }, { "name": "typescript", "direct": false, "version": "5.9.3", "ecosystem": "npm" }, { "name": "typescript-eslint", "direct": false, "version": "8.65.0", "ecosystem": "npm" }, { "name": "unbash", "direct": false, "version": "4.0.3", "ecosystem": "npm" }, { "name": "unbox-primitive", "direct": false, "version": "1.1.0", "ecosystem": "npm" }, { "name": "undici", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "7.28.0", "ecosystem": "npm" }, { "name": "undici-types", "direct": false, "version": "8.3.0", "ecosystem": "npm" }, { "name": "universalify", "direct": false, "version": "2.0.1", "ecosystem": "npm" }, { "name": "uri-js", "direct": false, "version": "4.4.1", "ecosystem": "npm" }, { "name": "validate-npm-package-license", "direct": false, "version": "3.0.4", "ecosystem": "npm" }, { "name": "vite", "direct": false, "version": "8.1.5", "ecosystem": "npm" }, { "name": "vite-plugin-wasm", "direct": false, "version": "3.6.0", "ecosystem": "npm" }, { "name": "vitest", "direct": false, "version": "4.1.10", "ecosystem": "npm" }, { "name": "vscode-jsonrpc", "direct": false, "version": "8.2.0", "ecosystem": "npm" }, { "name": "vscode-jsonrpc", "direct": false, "version": "9.0.1", "ecosystem": "npm" }, { "name": "vscode-languageserver-types", "direct": false, "version": "3.17.5", "ecosystem": "npm" }, { "name": "vscode-languageserver-types", "direct": false, "version": "3.18.0", "ecosystem": "npm" }, { "name": "w3c-xmlserializer", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "walk-up-path", "direct": false, "version": "4.0.0", "ecosystem": "npm" }, { "name": "web-streams-polyfill", "direct": false, "version": "3.3.3", "ecosystem": "npm" }, { "name": "webidl-conversions", "direct": false, "version": "8.0.1", "ecosystem": "npm" }, { "name": "whatwg-mimetype", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "whatwg-url", "direct": false, "version": "16.0.1", "ecosystem": "npm" }, { "name": "which", "direct": false, "version": "1.3.1", "ecosystem": "npm" }, { "name": "which", "direct": false, "version": "2.0.2", "ecosystem": "npm" }, { "name": "which-boxed-primitive", "direct": false, "version": "1.1.1", "ecosystem": "npm" }, { "name": "which-builtin-type", "direct": false, "version": "1.2.1", "ecosystem": "npm" }, { "name": "which-collection", "direct": false, "version": "1.0.2", "ecosystem": "npm" }, { "name": "which-typed-array", "direct": false, "version": "1.1.22", "ecosystem": "npm" }, { "name": "why-is-node-running", "direct": false, "version": "2.3.0", "ecosystem": "npm" }, { "name": "word-wrap", "direct": false, "version": "1.2.5", "ecosystem": "npm" }, { "name": "wrap-ansi", "direct": false, "version": "7.0.0", "ecosystem": "npm" }, { "name": "xml-name-validator", "direct": false, "version": "5.0.0", "ecosystem": "npm" }, { "name": "xmlchars", "direct": false, "version": "2.2.0", "ecosystem": "npm" }, { "name": "y18n", "direct": false, "version": "5.0.8", "ecosystem": "npm" }, { "name": "yaml", "direct": false, "version": "2.9.0", "ecosystem": "npm" }, { "name": "yargs", "direct": false, "version": "17.7.3", "ecosystem": "npm" }, { "name": "yargs-parser", "direct": false, "version": "21.1.1", "ecosystem": "npm" }, { "name": "yocto-queue", "direct": false, "version": "0.1.0", "ecosystem": "npm" } ], "collected": true, "truncated": false, "total_count": 540, "direct_count": 10, "indirect_count": 530 } }, "maintainership": { "issues": { "open_prs": 2, "merged_prs": 89, "open_issues": 5, "closed_ratio": 0.911, "closed_issues": 51, "closed_unmerged_prs": 14 }, "bus_factor": 1, "bot_contributors": 1, "top_contributors": [ { "type": "User", "login": "ndonfris", "commits": 458, "avatar_url": "https://avatars.githubusercontent.com/u/49458459?v=4" }, { "type": "User", "login": "PeterCardenas", "commits": 4, "avatar_url": "https://avatars.githubusercontent.com/u/16930781?v=4" }, { "type": "User", "login": "ClanEver", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/73160783?v=4" }, { "type": "User", "login": "devsunb", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/23169202?v=4" }, { "type": "User", "login": "petertriho", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/7420227?v=4" }, { "type": "User", "login": "rmehri01", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/52933714?v=4" }, { "type": "User", "login": "mimikun", "commits": 1, "avatar_url": "https://avatars.githubusercontent.com/u/13450321?v=4" } ], "contributors_sampled": 7, "top_contributor_share": 0.981 }, "quality_signals": { "has_ci": true, "has_tests": true, "ci_workflows": [ "check-npm-release.yml", "ci.yml", "test-npm-package.yml", "test-suite.yml" ], "has_docs_dir": true, "linter_configs": [], "has_editorconfig": false, "has_linter_config": false, "has_precommit_config": false }, "security_signals": { "lockfiles": [ "yarn.lock" ], "scorecard": { "checks": [ { "name": "Binary-Artifacts", "score": 10, "reason": "no binaries found in the repo", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts" }, { "name": "Branch-Protection", "score": 0, "reason": "branch protection not enabled on development/release branches", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection" }, { "name": "CI-Tests", "score": 10, "reason": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests" }, { "name": "CII-Best-Practices", "score": 0, "reason": "no effort to earn an OpenSSF best practices badge detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices" }, { "name": "Code-Review", "score": 0, "reason": "Found 0/6 approved changesets -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review" }, { "name": "Contributors", "score": 0, "reason": "project has 0 contributing companies or organizations -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors" }, { "name": "Dangerous-Workflow", "score": 10, "reason": "no dangerous workflow patterns detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow" }, { "name": "Dependency-Update-Tool", "score": 10, "reason": "update tool detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool" }, { "name": "Fuzzing", "score": 10, "reason": "project is fuzzed", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing" }, { "name": "License", "score": 10, "reason": "license file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license" }, { "name": "Maintained", "score": 10, "reason": "30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained" }, { "name": "Packaging", "score": null, "reason": "packaging workflow not detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging" }, { "name": "Pinned-Dependencies", "score": 0, "reason": "dependency not pinned by hash detected -- score normalized to 0", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies" }, { "name": "SAST", "score": 10, "reason": "SAST tool is run on all commits", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast" }, { "name": "Security-Policy", "score": 10, "reason": "security policy file detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy" }, { "name": "Signed-Releases", "score": 0, "reason": "Project has not signed or included provenance with any releases.", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases" }, { "name": "Token-Permissions", "score": 8, "reason": "detected GitHub workflow tokens with excessive permissions", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions" }, { "name": "Vulnerabilities", "score": 9, "reason": "1 existing vulnerabilities detected", "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities" } ], "commit": "3172021200ec412d3e1ab7c8a22aaf1c1655f39f", "ran_at": "2026-08-01T16:22:58Z", "aggregate_score": 6.5, "scorecard_version": "v5.5.0" }, "has_codeql_workflow": false, "has_security_policy": true, "has_dependabot_config": false }, "contribution_flow": { "collected": true, "ci_last_run_at": "2026-08-01T03:30:47Z", "oldest_open_prs": [ { "number": 61, "created_at": "2025-01-06T08:50:02Z", "last_comment_at": "2025-01-08T03:03:16Z", "last_comment_author": "ndonfris" }, { "number": 171, "created_at": "2026-06-14T10:47:10Z", "last_comment_at": "2026-06-18T03:09:02Z", "last_comment_author": "ndonfris" } ], "last_merged_pr_at": "2026-07-24T04:03:45Z", "ci_last_conclusion": "SUCCESS", "oldest_open_issues": [ { "number": 136, "created_at": "2026-02-07T05:09:53Z", "last_comment_at": "2026-05-08T05:28:40Z", "last_comment_author": "ndonfris" }, { "number": 155, "created_at": "2026-03-11T01:14:52Z", "last_comment_at": "2026-03-18T20:29:38Z", "last_comment_author": "ndonfris" }, { "number": 164, "created_at": "2026-05-16T01:22:48Z", "last_comment_at": "2026-05-18T23:32:22Z", "last_comment_author": "ndonfris" }, { "number": 166, "created_at": "2026-05-31T09:12:57Z", "last_comment_at": "2026-06-10T07:37:55Z", "last_comment_author": "ndonfris" }, { "number": 172, "created_at": "2026-06-18T03:28:50Z", "last_comment_at": null, "last_comment_author": null } ] } }, "config": { "disabled_metrics": [], "disabled_categories": [], "disabled_components": {} }, "source": { "url": "https://github.com/ndonfris/fish-lsp", "host": "github.com", "name": "fish-lsp", "owner": "ndonfris" }, "metrics": { "overall": { "key": "overall", "band": "good", "name": "Overall health", "note": null, "notes": [], "value": 72, "inputs": { "security": 72, "vitality": 83, "community": 66, "governance": 58, "engineering": 81 }, "components": [] }, "categories": [ { "key": "vitality", "band": "good", "name": "Vitality", "value": 83, "weight": 0.22, "metrics": [ { "key": "development_activity", "band": "good", "name": "Development activity", "note": null, "notes": [], "value": 78, "inputs": { "commits_last_year": 110, "human_commit_share": 0.96, "days_since_last_push": 4, "active_weeks_last_year": 20 }, "components": [ { "key": "push_recency", "name": "Push recency", "detail": "last push 4 days ago", "points": 36, "status": "met", "details": [ { "code": "push_recency", "params": { "days": 4 } } ], "max_points": 36 }, { "key": "commit_cadence", "name": "Commit cadence", "detail": "20/52 weeks with commits", "points": 13.8, "status": "partial", "details": [ { "code": "commit_cadence_weeks", "params": { "weeks": 20 } } ], "max_points": 36 }, { "key": "commit_volume", "name": "Commit volume", "detail": "110 commits in the last year", "points": 18, "status": "met", "details": [ { "code": "commits_last_year", "params": { "count": 110 } } ], "max_points": 18 }, { "key": "openssf_scorecard_maintained", "name": "OpenSSF Scorecard: Maintained", "detail": "30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10", "points": 10, "status": "met", "details": [], "max_points": 10 } ] }, { "key": "release_discipline", "band": "excellent", "name": "Release discipline", "note": null, "notes": [], "value": 90, "inputs": { "releases_count": 23, "latest_release_tag": "v1.1.4", "releases_from_tags": false, "days_since_latest_release": 51, "mean_days_between_releases": 29.7 }, "components": [ { "key": "ships_releases", "name": "Ships releases", "detail": "23 releases published", "points": 27, "status": "met", "details": [ { "code": "releases_published", "params": { "count": 23 } } ], "max_points": 27 }, { "key": "release_recency", "name": "Release recency", "detail": "latest release 51 days ago", "points": 36, "status": "met", "details": [ { "code": "release_recency", "params": { "days": 51 } } ], "max_points": 36 }, { "key": "release_cadence", "name": "Release cadence", "detail": "a release every ~29.7 days", "points": 27, "status": "met", "details": [ { "code": "release_cadence", "params": { "gap": 29.7 } } ], "max_points": 27 }, { "key": "openssf_scorecard_signed_releases", "name": "OpenSSF Scorecard: Signed-Releases", "detail": "Project has not signed or included provenance with any releases.", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "abandonment", "band": "excellent", "name": "Abandonment", "note": null, "notes": [], "value": 100, "inputs": { "cap": null, "state": "maintained", "guards": [], "signals": [], "red_flag": false, "multiplier_pct": 100, "declared_reason": null, "unverified_reason": null, "unanswered_open_prs": null, "unanswered_open_issues": null, "days_since_last_merged_pr": null, "days_since_last_human_commit": 8, "days_since_last_human_commit_is_floor": false }, "components": [ { "key": "project_is_still_maintained", "name": "Project is still maintained", "detail": "last human commit 8 days ago", "points": 100, "status": "met", "details": [ { "code": "abandonment_maintained", "params": { "days": 8 } } ], "max_points": 100 } ] } ], "description": "Is the project alive — is code being written and are releases shipping?" }, { "key": "community", "band": "moderate", "name": "Community & Adoption", "value": 66, "weight": 0.18, "metrics": [ { "key": "popularity", "band": "moderate", "name": "Popularity & adoption", "note": null, "notes": [], "value": 50, "inputs": { "forks": 13, "stars": 315, "watchers": 1, "growth_state": "unverified", "growth_factor_pct": 100, "growth_unverified_reason": "no_history" }, "components": [ { "key": "stars", "name": "Stars", "detail": "315 stars", "points": 40.5, "status": "partial", "details": [ { "code": "stars", "params": { "count": 315 } } ], "max_points": 60 }, { "key": "forks", "name": "Forks", "detail": "13 forks", "points": 9, "status": "partial", "details": [ { "code": "forks", "params": { "count": 13 } } ], "max_points": 25 }, { "key": "watchers", "name": "Watchers", "detail": "1 watchers", "points": 0, "status": "missed", "details": [ { "code": "watchers", "params": { "count": 1 } } ], "max_points": 15 } ] }, { "key": "community_health", "band": "excellent", "name": "Community health", "note": null, "notes": [], "value": 85, "inputs": { "has_readme": true, "has_license": true, "has_contributing": true, "has_issue_template": false, "has_code_of_conduct": true, "has_pull_request_template": false }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 22.5, "status": "met", "details": [], "max_points": 22.5 }, { "key": "license", "name": "License", "detail": "recognized license (MIT)", "points": 22.5, "status": "met", "details": [ { "code": "license_standard", "params": {} }, { "code": "license_spdx", "params": { "spdx": "MIT" } } ], "max_points": 22.5 }, { "key": "contributing_guide", "name": "CONTRIBUTING guide", "detail": null, "points": 18, "status": "met", "details": [], "max_points": 18 }, { "key": "code_of_conduct", "name": "Code of conduct", "detail": null, "points": 13.5, "status": "met", "details": [], "max_points": 13.5 }, { "key": "issue_template", "name": "Issue template", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 7.2 }, { "key": "pr_template", "name": "PR template", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.3 } ] }, { "key": "ecosystem_adoption", "band": "moderate", "name": "Ecosystem adoption (downloads)", "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "registry_dependents" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 67, "inputs": { "packages": [ "fish-lsp" ], "dependents": null, "ecosystems": "npm", "total_downloads": null, "monthly_downloads": 10258 }, "components": [ { "key": "monthly_downloads", "name": "Monthly downloads", "detail": "10,258 downloads/month across npm", "points": 53.5, "status": "partial", "details": [ { "code": "downloads_monthly", "params": { "count": 10258, "ecosystems": "npm" } } ], "max_points": 80 }, { "key": "registry_dependents", "name": "Registry dependents", "detail": "not reported by this ecosystem", "points": 0, "status": "excluded", "details": [ { "code": "not_reported_by_this_ecosystem", "params": {} } ], "max_points": 20 } ] } ], "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?" }, { "key": "governance", "band": "moderate", "name": "Sustainability & Governance", "value": 58, "weight": 0.24, "metrics": [ { "key": "maintainer_resilience", "band": "critical", "name": "Maintainer resilience (bus factor)", "note": null, "notes": [], "value": 19, "inputs": { "bus_factor": 1, "contributors_sampled": 7, "top_contributor_share": 0.981 }, "components": [ { "key": "bus_factor", "name": "Bus factor", "detail": "1 contributor(s) cover half of all commits", "points": 9, "status": "partial", "details": [ { "code": "bus_factor", "params": { "count": 1 } } ], "max_points": 54 }, { "key": "commit_distribution", "name": "Commit distribution", "detail": "top contributor authored 98% of commits", "points": 0.4, "status": "partial", "details": [ { "code": "top_contributor_share", "params": { "share": 98 } } ], "max_points": 22.5 }, { "key": "contributor_breadth", "name": "Contributor breadth", "detail": "7 contributors", "points": 9.5, "status": "partial", "details": [ { "code": "contributors_sampled", "params": { "count": 7 } } ], "max_points": 13.5 }, { "key": "openssf_scorecard_contributors", "name": "OpenSSF Scorecard: Contributors", "detail": "project has 0 contributing companies or organizations -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "responsiveness", "band": "good", "name": "Issue & PR responsiveness", "note": null, "notes": [], "value": 76, "inputs": { "merged_prs": 89, "open_issues": 5, "closed_issues": 51, "issue_closed_ratio": 0.911, "closed_unmerged_prs": 14 }, "components": [ { "key": "issue_resolution", "name": "Issue resolution", "detail": "91% of issues closed", "points": 42.6, "status": "partial", "details": [ { "code": "issues_closed_share", "params": { "share": 91 } } ], "max_points": 46.75 }, { "key": "pr_acceptance", "name": "PR acceptance", "detail": "89/103 decided PRs merged", "points": 33.1, "status": "partial", "details": [ { "code": "decided_prs_merged", "params": { "merged": 89, "decided": 103 } } ], "max_points": 38.25 }, { "key": "openssf_scorecard_code_review", "name": "OpenSSF Scorecard: Code-Review", "detail": "Found 0/6 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 15 } ] }, { "key": "stewardship", "band": "moderate", "name": "Ownership & stewardship", "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "verified_domain" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 52, "inputs": { "followers": 18, "owner_type": "User", "is_verified": null, "owner_login": "ndonfris", "public_repos": 24, "account_age_days": 2670 }, "components": [ { "key": "ownership_backing", "name": "Ownership backing", "detail": "personal (user) account", "points": 10, "status": "partial", "details": [ { "code": "owner_personal", "params": {} } ], "max_points": 30 }, { "key": "verified_domain", "name": "Verified domain", "detail": "not applicable to user accounts", "points": 0, "status": "excluded", "details": [ { "code": "not_applicable_to_user_accounts", "params": {} } ], "max_points": 20 }, { "key": "owner_reach", "name": "Owner reach", "detail": "18 followers of ndonfris", "points": 9.2, "status": "partial", "details": [ { "code": "owner_followers", "params": { "count": 18, "login": "ndonfris" } } ], "max_points": 25 }, { "key": "track_record", "name": "Track record", "detail": "24 public repos, account ~7 yr old", "points": 22.2, "status": "partial", "details": [ { "code": "public_repos", "params": { "count": 24 } }, { "code": "account_age_years", "params": { "years": 7 } } ], "max_points": 25 } ] }, { "key": "package_maintenance", "band": "excellent", "name": "Package maintenance", "note": null, "notes": [], "value": 100, "inputs": { "packages": [ "fish-lsp" ], "ecosystems": "npm", "any_deprecated": false, "min_days_since_publish": 51 }, "components": [ { "key": "published_resolvable", "name": "Published & resolvable", "detail": "1 package(s) on npm", "points": 25, "status": "met", "details": [ { "code": "packages_published", "params": { "count": 1, "ecosystems": "npm" } } ], "max_points": 25 }, { "key": "publish_recency", "name": "Publish recency", "detail": "latest publish 51 days ago", "points": 35, "status": "met", "details": [ { "code": "publish_recency", "params": { "days": 51 } } ], "max_points": 35 }, { "key": "version_history", "name": "Version history", "detail": "88 published versions", "points": 20, "status": "met", "details": [ { "code": "published_versions", "params": { "count": 88 } } ], "max_points": 20 }, { "key": "not_deprecated", "name": "Not deprecated", "detail": "active, not deprecated or yanked", "points": 20, "status": "met", "details": [ { "code": "package_not_deprecated", "params": {} } ], "max_points": 20 } ] } ], "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?" }, { "key": "engineering", "band": "good", "name": "Engineering Quality", "value": 81, "weight": 0.2, "metrics": [ { "key": "engineering_practices", "band": "moderate", "name": "Engineering practices", "note": null, "notes": [], "value": 68, "inputs": { "has_ci": true, "has_tests": true, "has_editorconfig": false, "has_linter_config": false, "has_precommit_config": false }, "components": [ { "key": "ci_workflows", "name": "CI workflows", "detail": "4 workflow(s)", "points": 24, "status": "met", "details": [ { "code": "ci_workflows", "params": { "count": 4 } } ], "max_points": 24 }, { "key": "tests_present", "name": "Tests present", "detail": null, "points": 24, "status": "met", "details": [], "max_points": 24 }, { "key": "linter_config", "name": "Linter config", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 16 }, { "key": "pre_commit_hooks", "name": "Pre-commit hooks", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 9.6 }, { "key": "editorconfig", "name": ".editorconfig", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 6.4 }, { "key": "openssf_scorecard_ci_tests", "name": "OpenSSF Scorecard: CI-Tests", "detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10", "points": 20, "status": "met", "details": [], "max_points": 20 } ] }, { "key": "documentation", "band": "excellent", "name": "Documentation", "note": null, "notes": [], "value": 100, "inputs": { "topics": [ "fish", "fish-shell", "lsp", "lsp-server", "cli", "language-server", "language-server-protocol", "neovim", "shell", "typescript", "vim", "vscode-language" ], "has_wiki": true, "homepage": "https://fish-lsp.dev", "has_readme": true, "has_docs_dir": true, "has_description": true }, "components": [ { "key": "readme", "name": "README", "detail": null, "points": 30, "status": "met", "details": [], "max_points": 30 }, { "key": "documentation_directory", "name": "Documentation directory", "detail": null, "points": 25, "status": "met", "details": [], "max_points": 25 }, { "key": "documentation_homepage_site", "name": "Documentation / homepage site", "detail": "https://fish-lsp.dev", "points": 15, "status": "met", "details": [], "max_points": 15 }, { "key": "repository_description", "name": "Repository description", "detail": null, "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "topics", "name": "Topics", "detail": "12 topics", "points": 10, "status": "met", "details": [ { "code": "topics_count", "params": { "count": 12 } } ], "max_points": 10 }, { "key": "wiki", "name": "Wiki", "detail": null, "points": 10, "status": "met", "details": [], "max_points": 10 } ] } ], "description": "Are baseline engineering and documentation practices in place?" }, { "key": "security", "band": "good", "name": "Security", "value": 72, "weight": 0.16, "metrics": [ { "key": "security_posture", "band": "moderate", "name": "Security posture", "note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "packaging" ] } }, { "code": "weights_renormalized", "params": {} } ], "value": 65, "inputs": { "source": "openssf_scorecard", "checks_evaluated": 17, "scorecard_version": "v5.5.0", "checks_inconclusive": 1, "scorecard_aggregate": 6.5 }, "components": [ { "key": "binary_artifacts", "name": "Binary-Artifacts", "detail": "no binaries found in the repo", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "branch_protection", "name": "Branch-Protection", "detail": "branch protection not enabled on development/release branches", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "ci_tests", "name": "CI-Tests", "detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10", "points": 2.5, "status": "met", "details": [], "max_points": 2.5 }, { "key": "cii_best_practices", "name": "CII-Best-Practices", "detail": "no effort to earn an OpenSSF best practices badge detected", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "code_review", "name": "Code-Review", "detail": "Found 0/6 approved changesets -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "contributors", "name": "Contributors", "detail": "project has 0 contributing companies or organizations -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 2.5 }, { "key": "dangerous_workflow", "name": "Dangerous-Workflow", "detail": "no dangerous workflow patterns detected", "points": 10, "status": "met", "details": [], "max_points": 10 }, { "key": "dependency_update_tool", "name": "Dependency-Update-Tool", "detail": "update tool detected", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "fuzzing", "name": "Fuzzing", "detail": "project is fuzzed", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "license", "name": "License", "detail": "license file detected", "points": 2.5, "status": "met", "details": [], "max_points": 2.5 }, { "key": "maintained", "name": "Maintained", "detail": "30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10", "points": 7.5, "status": "met", "details": [], "max_points": 7.5 }, { "key": "packaging", "name": "Packaging", "detail": "packaging workflow not detected", "points": 0, "status": "excluded", "details": [ { "code": "no_data", "params": {} } ], "max_points": 5 }, { "key": "pinned_dependencies", "name": "Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 5 }, { "key": "sast", "name": "SAST", "detail": "SAST tool is run on all commits", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "security_policy", "name": "Security-Policy", "detail": "security policy file detected", "points": 5, "status": "met", "details": [], "max_points": 5 }, { "key": "signed_releases", "name": "Signed-Releases", "detail": "Project has not signed or included provenance with any releases.", "points": 0, "status": "missed", "details": [], "max_points": 7.5 }, { "key": "token_permissions", "name": "Token-Permissions", "detail": "detected GitHub workflow tokens with excessive permissions", "points": 6, "status": "partial", "details": [], "max_points": 7.5 }, { "key": "vulnerabilities", "name": "Vulnerabilities", "detail": "1 existing vulnerabilities detected", "points": 6.8, "status": "partial", "details": [], "max_points": 7.5 } ] }, { "key": "dependency_advisories", "band": "excellent", "name": "Dependency advisories", "note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:fish-lsp@1.1.4 runtime dependency closure — what installing the published package pulls in — 52 packages. Reachability is not analyzed.", "notes": [ { "code": "excluded_no_data", "params": { "components": [ "no_advisories_left_outstanding" ] } }, { "code": "weights_renormalized", "params": {} }, { "code": "advisories_scope_published", "params": { "package": "npm:fish-lsp@1.1.4", "assessed": 52 } }, { "code": "advisories_reachability", "params": {} } ], "value": 100, "inputs": { "source": "osv", "advisories": 0, "affected_packages": 0, "assessed_packages": 52, "unassessed_packages": 0, "affected_by_severity": "none", "direct_affected_packages": 0 }, "components": [ { "key": "direct_dependencies_free_of_known_advisories", "name": "Direct dependencies free of known advisories", "detail": "no direct dependency carries a known advisory", "points": 35, "status": "met", "details": [ { "code": "no_direct_advisories", "params": {} } ], "max_points": 35 }, { "key": "indirect_dependencies_free_of_known_advisories", "name": "Indirect dependencies free of known advisories", "detail": "no indirect dependency carries a known advisory", "points": 25, "status": "met", "details": [ { "code": "no_indirect_advisories", "params": {} } ], "max_points": 25 }, { "key": "no_advisories_left_outstanding", "name": "No advisories left outstanding", "detail": "no advisory carries a publication date", "points": 0, "status": "excluded", "details": [ { "code": "advisories_no_publication_date", "params": {} } ], "max_points": 40 } ] }, { "key": "malicious_dependencies", "band": "excellent", "name": "Malicious dependencies", "note": null, "notes": [], "value": 100, "inputs": { "source": "osv", "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored", "packages": [], "red_flag": false, "assessed_packages": 52, "malicious_packages": 0, "direct_malicious_packages": 0, "withdrawn_malicious_packages": 0, "installable_malicious_packages": 0 }, "components": [ { "key": "no_dependency_reported_as_a_malicious_package", "name": "No dependency reported as a malicious package", "detail": "no dependency is reported as a malicious package", "points": 100, "status": "met", "details": [ { "code": "no_malicious_dependencies", "params": {} } ], "max_points": 100 } ] }, { "key": "high_risk_jurisdiction_exposure", "band": "excellent", "name": "High-Risk Jurisdiction Exposure", "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.", "notes": [ { "code": "jurisdiction_evidence_limits", "params": {} } ], "value": 100, "inputs": { "meaning": "self-published location evidence; not nationality or citizenship", "red_flag": false, "exposures": [], "policy_countries": [ "Russia", "Iran", "North Korea" ], "review_only_matches": 0, "assessed_self_published_locations": 6 }, "components": [ { "key": "policy_exposure_multiplier", "name": "Policy exposure multiplier", "detail": "no confirmed policy-scope location match", "points": 100, "status": "met", "details": [ { "code": "jurisdiction_no_match", "params": {} } ], "max_points": 100 } ] } ], "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?" }, { "key": "ai_readiness", "band": "moderate", "name": "AI Readiness", "value": 56, "weight": 0, "metrics": [ { "key": "ai_agent_context", "band": "at_risk", "name": "Agent context & guidance", "note": null, "notes": [], "value": 40, "inputs": { "has_llms_txt": false, "legible_history_share": 1, "agent_instruction_files": [], "agent_instruction_max_bytes": null }, "components": [ { "key": "agent_instructions", "name": "Agent instructions", "detail": "no CLAUDE.md / AGENTS.md / editor rules", "points": 0, "status": "missed", "details": [ { "code": "no_agent_instructions", "params": {} } ], "max_points": 45 }, { "key": "machine_readable_docs_llms_txt", "name": "Machine-readable docs (llms.txt)", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 15 }, { "key": "legible_commit_history", "name": "Legible commit history", "detail": "96 of 96 human commits state their intent (structured subject or explanatory body)", "points": 40, "status": "met", "details": [ { "code": "legible_history", "params": { "legible": 96, "sampled": 96 } } ], "max_points": 40 } ] }, { "key": "ai_verify_loop", "band": "moderate", "name": "Verify loop (build / test / typecheck)", "note": null, "notes": [], "value": 51, "inputs": { "has_nix": false, "has_tests": true, "lockfiles": [ "yarn.lock" ], "has_dockerfile": false, "typed_language": true, "bootstrap_files": [], "has_devcontainer": false, "has_linter_config": false, "typecheck_configs": [ "tsconfig.json" ], "agent_commit_share": 0, "toolchain_manifests": [], "dependency_bot_commit_share": 0.04 }, "components": [ { "key": "one_command_bootstrap", "name": "One-command bootstrap", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 18 }, { "key": "automated_tests", "name": "Automated tests", "detail": null, "points": 22, "status": "met", "details": [], "max_points": 22 }, { "key": "lint_format_config", "name": "Lint / format config", "detail": null, "points": 0, "status": "missed", "details": [], "max_points": 11 }, { "key": "static_type_checking", "name": "Static type checking", "detail": "tsconfig.json", "points": 11, "status": "met", "details": [ { "code": "file_list", "params": { "files": "tsconfig.json" } } ], "max_points": 11 }, { "key": "reproducible_environment", "name": "Reproducible environment", "detail": "lockfile", "points": 10, "status": "met", "details": [ { "code": "file_list", "params": { "files": "lockfile" } } ], "max_points": 10 }, { "key": "demonstrated_agent_practice", "name": "Demonstrated agent practice", "detail": "no agent-authored commits among the last 100", "points": 0, "status": "missed", "details": [ { "code": "no_agent_authored_commits", "params": { "sampled": 100 } } ], "max_points": 10 }, { "key": "automated_maintenance", "name": "Automated maintenance", "detail": "4 of the last 100 commits are automated dependency updates", "points": 8, "status": "met", "details": [ { "code": "dependency_bot_commits", "params": { "count": 4, "sampled": 100 } } ], "max_points": 8 }, { "key": "openssf_scorecard_pinned_dependencies", "name": "OpenSSF Scorecard: Pinned-Dependencies", "detail": "dependency not pinned by hash detected -- score normalized to 0", "points": 0, "status": "missed", "details": [], "max_points": 10 } ] }, { "key": "ai_code_legibility", "band": "excellent", "name": "Code legibility for models", "note": null, "notes": [], "value": 99, "inputs": { "primary_language": "TypeScript", "largest_source_bytes": 109473, "source_files_sampled": 208, "oversized_source_files": 4 }, "components": [ { "key": "type_checkable_code", "name": "Type-checkable code", "detail": "TypeScript (statically typed)", "points": 45, "status": "met", "details": [ { "code": "statically_typed_language", "params": { "language": "TypeScript" } } ], "max_points": 45 }, { "key": "manageable_file_sizes", "name": "Manageable file sizes", "detail": "4/208 source files over 60KB", "points": 53.9, "status": "partial", "details": [ { "code": "oversized_source_files", "params": { "kb": 60, "sampled": 208, "oversized": 4 } } ], "max_points": 55 } ] } ], "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score." } ], "metrics_version": "1.13.0" }, "warnings": [ "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token" ], "report_type": "repository", "generated_at": "2026-08-01T16:23:14.296679Z", "schema_version": "0.27.0", "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/ndonfris/fish-lsp.svg", "full_name": "ndonfris/fish-lsp", "license_state": "standard", "license_spdx": "MIT" }, "repoMeta": null, "notFound": false, "related": [ { "id": 14587, "full_name": "angular/angular-cli", "url": "https://github.com/angular/angular-cli", "description": "CLI tool for Angular", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [ "TypeScript" ], "topics": [ "angular", "cli", "angular-cli", "typescript" ], "license_spdx": "MIT", "license_state": "standard", "stars": 27021, "forks": 11859, "watchers": 966, "monthly_downloads": null, "latest_score": 90, "latest_band": "excellent", "latest_scanned_at": "2026-07-17T10:03:23.149200Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 1871, "full_name": "nrwl/nx", "url": "https://github.com/nrwl/nx", "description": "The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.", "ecosystem": "crates", "ecosystems": [ "crates", "maven", "npm" ], "primary_language": "TypeScript", "languages": [], "topics": [ "angular", "build", "build-system", "build-tool", "building-tool", "cli", "cypress", "hacktoberfest", "javascript", "monorepo", "nextjs", "nodejs", "nx", "nx-workspaces", "react", "storybook", "typescript" ], "license_spdx": "MIT", "license_state": "standard", "stars": 29170, "forks": 2930, "watchers": 264, "monthly_downloads": 0, "latest_score": 87, "latest_band": "excellent", "latest_scanned_at": "2026-07-14T00:35:50.135644Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 107, "full_name": "n8n-io/n8n", "url": "https://github.com/n8n-io/n8n", "description": "Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [], "topics": [ "ai", "apis", "automation", "cli", "data-flow", "development", "integration-framework", "integrations", "ipaas", "low-code", "low-code-platform", "mcp", "mcp-client", "mcp-server", "n8n", "no-code", "self-hosted", "typescript", "workflow", "workflow-automation" ], "license_spdx": null, "license_state": "custom", "stars": 196209, "forks": 59293, "watchers": 1138, "monthly_downloads": 0, "latest_score": 87, "latest_band": "excellent", "latest_scanned_at": "2026-07-13T01:46:04.380428Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 10706, "full_name": "fastapi/typer", "url": "https://github.com/fastapi/typer", "description": "Typer, build great CLIs. Easy to code. Based on Python type hints.", "ecosystem": "pypi", "ecosystems": [ "pypi" ], "primary_language": "Python", "languages": [ "Python" ], "topics": [ "cli", "click", "python3", "typehints", "terminal", "shell", "python", "typer" ], "license_spdx": "MIT", "license_state": "standard", "stars": 19773, "forks": 943, "watchers": 74, "monthly_downloads": null, "latest_score": 86, "latest_band": "excellent", "latest_scanned_at": "2026-07-16T22:11:51.849720Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 139, "full_name": "apache/superset", "url": "https://github.com/apache/superset", "description": "Apache Superset is a Data Visualization and Data Exploration Platform", "ecosystem": "npm", "ecosystems": [ "npm", "pypi" ], "primary_language": "TypeScript", "languages": [ "TypeScript", "Python", "Jupyter Notebook" ], "topics": [ "superset", "apache", "apache-superset", "data-visualization", "data-viz", "analytics", "business-intelligence", "data-science", "data-engineering", "asf", "bi", "business-analytics", "data-analytics", "data-analysis", "python", "react", "sql-editor", "flask", "extensions", "visualization", "embed", "embedded", "sdk", "iframe", "dashboard", "chart", "cli", "development-tools" ], "license_spdx": "Apache-2.0", "license_state": "standard", "stars": 73846, "forks": 17889, "watchers": 1535, "monthly_downloads": 1098754, "latest_score": 97, "latest_band": "excellent", "latest_scanned_at": "2026-07-15T20:41:37.957488Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" }, { "id": 123, "full_name": "ant-design/ant-design", "url": "https://github.com/ant-design/ant-design", "description": "An enterprise-class UI design language and React UI library", "ecosystem": "npm", "ecosystems": [ "npm" ], "primary_language": "TypeScript", "languages": [], "topics": [ "ant-design", "antd", "design-systems", "react", "typescript", "ui-kit", "ui-library" ], "license_spdx": "MIT", "license_state": "standard", "stars": 98684, "forks": 54643, "watchers": 248, "monthly_downloads": 14168854, "latest_score": 91, "latest_band": "excellent", "latest_scanned_at": "2026-07-13T01:57:02.661618Z", "has_high_risk_jurisdiction_exposure": false, "has_malicious_dependency": false, "growth_authenticity": "unverified", "abandonment_state": "unverified", "red_flags": [], "badge_url": "" } ] } }
Публічний реєстр
Звіт про здоров'я програмного забезпеченнясхема 0.27.0 · метрики 1.13.0 · 2026-08-01 16:23 UTC

ndonfris / fish-lsp

LSP implementation for the fish shell language 🐠

TypeScriptMIT★ 315 зірок⑂ 13 форківз вер. 2022 р.Переглянути на GitHub ↗

ndonfris/fish-lsp має індекс здоров’я 72 зі 100, що відповідає смузі «Добрий». Найвищий показник — Vitality (83/100), найнижчий — AI Readiness (56/100). Останнє оновлення було 4 дні тому. Більшість нещодавньої роботи виконує один учасник.

72
загалом / 100
Добрий

Індекс здоров'я програмного забезпечення

Метрики згруповано у зважені категорії на шкалі 1–100. Загальна оцінка починається як їхнє середнє; коли публічні дані активують Політику юрисдикцій високого ризику, рейтинг коригується й отримує верхню межу 49 («Під ризиком»). Готовність до ШІ не входить до індексу.

72
Відмінний85-100Зразковий; відповідає практично всім перевіреним критеріям
Добрий70-84Здоровий; незначні прогалини
Помірний50-69Прийнятний, але з помітними прогалинами; рекомендовано перевірку
У зоні ризику30-49Суттєві слабкі місця; впровадження потребує обережності
Критичний1-29Серйозні проблеми (покинутий, єдиний мейнтейнер, без базової гігієни)
ЖиттєздатністьСпільнота тавпровадженняСталість таврядуванняІнженернаякістьБезпекаГотовність доШІ

Профіль оцінок

Кожна вісь — окрема категорія. Форма важить більше, ніж середнє: здоровий об'єкт заповнює всю фігуру, тоді як профіль із піками та провалами означає, що сила в одному вимірі маскує ризик в іншому.

Власність

nickОсобистий обліковий запис
18 підписників24 публічні репозиторіїз квіт. 2019 р.

Цей репозиторій належить особистому обліковому запису. Проєкт з єдиним власником несе більший ризик безперервності, ніж підтримуваний організацією.

Пакетні екосистеми

РеєстрПакетВерсіяЗавантажень / місВерсіїОстання публікаціяТеги
npmfish-lsp1.1.410 2588851 день томуlspfishfish-shelllanguage-server-protocollanguage-server

Метрики за категоріями

Життєздатність

Чи живий проєкт — чи пишеться код і чи виходять релізи?

83Добрий · 22% загального індексу
Як обчислюється оцінка
36/36Свіжість push — останній push 4 дн. тому
13.8/36Ритм комітів — 20/52 тижнів із комітами
18/18Обсяг комітів — 110 комітів за останній рік
10/10OpenSSF Scorecard: Maintained — 30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
Використані вхідні дані
commits_last_year110
human_commit_share0,96
days_since_last_push4
active_weeks_last_year20
Як обчислюється оцінка
27/27Випускає релізи — опубліковано 23 релізів
36/36Свіжість релізів — останній реліз 51 дн. тому
27/27Ритм релізів — реліз кожні ~29,7 дн.
0/10OpenSSF Scorecard: Signed-Releases — Project has not signed or included provenance with any releases.
Використані вхідні дані
releases_count23
latest_release_tagv1.1.4
releases_from_tagsні
days_since_latest_release51
mean_days_between_releases29,7

Спільнота та впровадження

Чи має проєкт користувачів, завантаження, увагу та влаштовані умови для контриб’юторів?

66Помірний · 18% загального індексу
Як обчислюється оцінка
40.5/60Зірки — 315 зірок
9/25Форки — 13 форків
0/15Спостерігачі — 1 спостерігачів
Використані вхідні дані
forks13
stars315
watchers1
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history
Як обчислюється оцінка
22.5/22.5README
22.5/22.5Ліцензія — визнана ліцензія (MIT)
18/18Настанови CONTRIBUTING
13.5/13.5Кодекс поведінки
0/7.2Шаблон issue
0/6.3Шаблон PR
Використані вхідні дані
has_readmeтак
has_licenseтак
has_contributingтак
has_issue_templateні
has_code_of_conductтак
has_pull_request_templateні
Як обчислюється оцінка
53.5/80Щомісячні завантаження — 10 258 завантажень/місяць у npm
0/20Залежні пакети в реєстрі — ця екосистема цього не повідомляє
Використані вхідні дані
packagesfish-lsp
dependents
ecosystemsnpm
total_downloads
monthly_downloads10 258
Виключено з оцінювання (немає даних або не застосовно): Залежні пакети в реєстрі. Залишкові ваги перенормовано.

Сталість та врядування

Чи переживе проєкт своїх людей — бас-фактор, реактивність, хто за ним стоїть і як супроводжуються пакети?

58Помірний · 24% загального індексу
Як обчислюється оцінка
9/54Бас-фактор — на 1 контриб’ютор(ів) припадає половина всіх комітів
0.4/22.5Розподіл комітів — головний контриб’ютор — автор 98% комітів
9.5/13.5Широта контриб’юторів — 7 контриб’юторів
0/10OpenSSF Scorecard: Contributors — project has 0 contributing companies or organizations -- score normalized to 0
Використані вхідні дані
bus_factor1
contributors_sampled7
top_contributor_share0,981
Як обчислюється оцінка
42.6/46.8Вирішення issue — закрито 91% issue
33.1/38.3Прийняття PR — злито 89/103 вирішених PR
0/15OpenSSF Scorecard: Code-Review — Found 0/6 approved changesets -- score normalized to 0
Використані вхідні дані
merged_prs89
open_issues5
closed_issues51
issue_closed_ratio0,911
closed_unmerged_prs14
Як обчислюється оцінка
10/30Підтримка власника — особистий (користувацький) обліковий запис
0/20Верифікований домен — не застосовно до користувацьких облікових записів
9.2/25Охоплення власника — 18 підписників у ndonfris
22.2/25Послужний список — 24 публічних репозиторіїв, вік облікового запису ~7 р.
Використані вхідні дані
followers18
owner_typeUser
is_verified
owner_loginndonfris
public_repos24
account_age_days2 670
Виключено з оцінювання (немає даних або не застосовно): Верифікований домен. Залишкові ваги перенормовано.

Супровід пакетів

100Відмінний
Як обчислюється оцінка
25/25Опубліковано й доступно — 1 пакет(ів) у npm
35/35Свіжість публікацій — остання публікація 51 дн. тому
20/20Історія версій — 88 опублікованих версій
20/20Не застарілий — активний, не deprecated і не yanked
Використані вхідні дані
packagesfish-lsp
ecosystemsnpm
any_deprecatedні
min_days_since_publish51

Інженерна якість

Чи наявні базові інженерні практики та документація?

81Добрий · 20% загального індексу
Як обчислюється оцінка
24/24Процеси CI — 4 процес(ів) CI
24/24Наявні тести
0/16Конфігурація лінтера
0/9.6Pre-commit-хуки
0/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests — 4 out of 4 merged PRs checked by a CI test -- score normalized to 10
Використані вхідні дані
has_ciтак
has_testsтак
has_editorconfigні
has_linter_configні
has_precommit_configні

Документація

100Відмінний
Як обчислюється оцінка
30/30README
25/25Каталог документації
15/15Сайт документації / домашня сторінка — https://fish-lsp.dev
10/10Опис репозиторію
10/10Теми — 12 тем
10/10Wiki
Використані вхідні дані
topicsfish, fish-shell, lsp, lsp-server, cli, language-server, language-server-protocol, neovim, shell, typescript, vim, vscode-language
has_wikiтак
homepagehttps://fish-lsp.dev
has_readmeтак
has_docs_dirтак
has_descriptionтак

Безпека

Чи міцні видимі практики безпеки й ланцюга постачання, без непослабленої пов’язаності з юрисдикціями високого ризику?

72Добрий · 16% загального індексу

Стан безпеки

65Помірний
Як обчислюється оцінка
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
2.5/2.5CI-Tests — 4 out of 4 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
0/7.5Code-Review — Found 0/6 approved changesets -- score normalized to 0
0/2.5Contributors — project has 0 contributing companies or organizations -- score normalized to 0
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
5/5Fuzzing — project is fuzzed
2.5/2.5Ліцензія — license file detected
7.5/7.5Maintained — 30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
0/5Packaging — немає даних
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
5/5SAST — SAST tool is run on all commits
5/5Security-Policy — security policy file detected
0/7.5Signed-Releases — Project has not signed or included provenance with any releases.
6/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
6.8/7.5Vulnerabilities — 1 existing vulnerabilities detected
Використані вхідні дані
sourceopenssf_scorecard
checks_evaluated17
scorecard_versionv5.5.0
checks_inconclusive1
scorecard_aggregate6,5
Виключено з оцінювання (немає даних або не застосовно): packaging. Залишкові ваги перенормовано.
Як обчислюється оцінка
35/35Прямі залежності без відомих сповіщень — жодна пряма залежність не має відомих сповіщень
25/25Непрямі залежності без відомих сповіщень — жодна непряма залежність не має відомих сповіщень
0/40Немає задавнених сповіщень — жодне сповіщення не має дати публікації
Використані вхідні дані
sourceosv
advisories0
affected_packages0
assessed_packages52
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Виключено з оцінювання (немає даних або не застосовно): Немає задавнених сповіщень. Залишкові ваги перенормовано. Звірено з runtime-замиканням залежностей npm:fish-lsp@1.1.4 — тим, що тягне за собою встановлення опублікованого пакета, — 52 пакетів. Досяжність не аналізується.

Готовність до ШІ

Наскільки репозиторій оснащений для розробки та супроводу за участі ШІ-агентів? Незалежний, експериментальний бейдж — вага 0.0, тож він подається окремо і не впливає на загальний індекс здоров'я.

56Помірний · 0% загального індексу
Як обчислюється оцінка
0/45Інструкції для агентів — немає CLAUDE.md / AGENTS.md / правил редактора
0/15Машиночитана документація (llms.txt)
40/40Читабельна історія комітів — намір зазначено у 96 з 96 людських комітів (структурований заголовок або пояснювальний текст)
Використані вхідні дані
has_llms_txtні
legible_history_share1
agent_instruction_files
agent_instruction_max_bytes
Як обчислюється оцінка
0/18Розгортання однією командою
22/22Автоматизовані тести
0/11Конфігурація лінтера / форматера
11/11Статична перевірка типів — tsconfig.json
10/10Відтворюване середовище — lockfile
0/10Підтверджена практика роботи з агентами — серед останніх 100 комітів немає створених агентом
8/8Автоматизоване супроводження — 4 з останніх 100 комітів — автоматичні оновлення залежностей
0/10OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
Використані вхідні дані
has_nixні
has_testsтак
lockfilesyarn.lock
has_dockerfileні
typed_languageтак
bootstrap_files
has_devcontainerні
has_linter_configні
typecheck_configstsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0,04
Як обчислюється оцінка
45/45Типізований код — TypeScript (статично типізована)
53.9/55Керовані розміри файлів — 4/208 файлів вихідного коду понад 60 КБ
Використані вхідні дані
primary_languageTypeScript
largest_source_bytes109 473
source_files_sampled208
oversized_source_files4

Ключові факти

315зірок GitHub
7контриб'юторів
110комітів за останні 12 місяців
4днів від останнього пушу
23релізів
1бас-фактор
5відкритих issue
npmпакетних екосистем

Попередження щодо збору даних

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

Докладніше

Історія зірок і форків 0 ★ / 13 ⇿
0Зірки
13Форки
22Релізи

Коли додано кожну зірку й форк — зібрано з GitHub і згруповано за днями. Кумулятивне зростання розміщено просто над денними додаваннями, з яких воно складається, тож їх видно одне проти одного: рівномірне органічне накопичення виглядає зовсім інакше, ніж різкий короткочасний сплеск. Там, де цю різницю можна виміряти, її подано як автентичність росту.

03581013151312024-042025-052026-06
Мажорні 0Мінорні 1Патчі 7

Кожна точка охоплює 2 днів.

OpenSSF Scorecard 6.5 / 10
6.5сукупно

Незалежна, не прив'язана до інструментів оцінка безпеки від відкритого проєкту OpenSSF Scorecard. Кожна перевірка винагороджує практику безпеки, а не інструмент конкретного постачальника. Перевірки, які Scorecard не зміг визначити, позначено н/д і виключено з оцінки безпеки (вони ніколи не зараховуються як нуль).Scorecard v5.5.0 · 2026-08-01 16:22 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
10CI-Tests4 out of 4 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0Code-ReviewFound 0/6 approved changesets -- score normalized to 0
0Contributorsproject has 0 contributing companies or organizations -- score normalized to 0
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
10Fuzzingproject is fuzzed
10Licenselicense file detected
10Maintained30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10
н/дPackagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
10SASTSAST tool is run on all commits
10Security-Policysecurity policy file detected
0Signed-ReleasesProject has not signed or included provenance with any releases.
8Token-Permissionsdetected GitHub workflow tokens with excessive permissions
9Vulnerabilities1 existing vulnerabilities detected
Прямі залежності 8
РеєстрПакетОбмеження версіїМаніфест
npmcommander^12.1.0package.json
npmfast-glob^3.3.3package.json
npmvscode-languageserver^9.0.1package.json
npmvscode-languageserver-protocol^3.17.5package.json
npmvscode-languageserver-textdocument^1.0.13package.json
npmvscode-uri^3.1.0package.json
npmweb-tree-sitter^0.23.0package.json
npmzod^3.25.76package.json
Усі залежності 540

Повний розв'язаний набір залежностей із графа залежностей GitHub: 10 прямих і 530 непрямих (транзитивних) пакетів. Транзитивне замикання є повним, коли в репозиторії закомічено lockfile.

РеєстрПакетВерсіяЗв'язок
npmcommander12.1.0пряма
npmfast-glob3.3.3пряма
npmvscode-languageserver9.0.1пряма
npmvscode-languageserver-protocol3.17.5пряма
npmvscode-languageserver-protocol3.18.2пряма
npmvscode-languageserver-textdocument1.0.13пряма
npmvscode-uri3.1.0пряма
npmweb-tree-sitter0.23.2пряма
npmzod3.25.76пряма
npmzod4.4.3пряма
npm@asamuzakjp/css-color5.1.11непряма
npm@asamuzakjp/dom-selector7.1.1непряма
npm@asamuzakjp/generational-cache1.0.1непряма
npm@asamuzakjp/nwsapi2.3.9непряма
npm@babel/helper-string-parser7.29.7непряма
npm@babel/helper-validator-identifier7.29.7непряма
npm@babel/parser7.29.7непряма
npm@babel/types7.29.7непряма
npm@bcoe/v8-coverage1.0.2непряма
npm@bramus/specificity2.4.2непряма
npm@csstools/color-helpers6.1.0непряма
npm@csstools/css-calc3.2.1непряма
npm@csstools/css-color-parser4.1.9непряма
npm@csstools/css-parser-algorithms4.0.0непряма
npm@csstools/css-syntax-patches-for-csstree1.1.6непряма
npm@csstools/css-tokenizer4.0.0непряма
npm@emnapi/core1.11.0непряма
npm@emnapi/core1.11.1непряма
npm@emnapi/runtime1.11.0непряма
npm@emnapi/runtime1.11.1непряма
npm@emnapi/wasi-threads1.2.2непряма
npm@esbuild-plugins/node-globals-polyfill0.2.3непряма
npm@esbuild/aix-ppc640.28.1непряма
npm@esbuild/android-arm0.28.1непряма
npm@esbuild/android-arm640.28.1непряма
npm@esbuild/android-x640.28.1непряма
npm@esbuild/darwin-arm640.28.1непряма
npm@esbuild/darwin-x640.28.1непряма
npm@esbuild/freebsd-arm640.28.1непряма
npm@esbuild/freebsd-x640.28.1непряма
npm@esbuild/linux-arm0.28.1непряма
npm@esbuild/linux-arm640.28.1непряма
npm@esbuild/linux-ia320.28.1непряма
npm@esbuild/linux-loong640.28.1непряма
npm@esbuild/linux-mips64el0.28.1непряма
npm@esbuild/linux-ppc640.28.1непряма
npm@esbuild/linux-riscv640.28.1непряма
npm@esbuild/linux-s390x0.28.1непряма
npm@esbuild/linux-x640.28.1непряма
npm@esbuild/netbsd-arm640.28.1непряма
npm@esbuild/netbsd-x640.28.1непряма
npm@esbuild/openbsd-arm640.28.1непряма
npm@esbuild/openbsd-x640.28.1непряма
npm@esbuild/openharmony-arm640.28.1непряма
npm@esbuild/sunos-x640.28.1непряма
npm@esbuild/win32-arm640.28.1непряма
npm@esbuild/win32-ia320.28.1непряма
npm@esbuild/win32-x640.28.1непряма
npm@esdmr/tree-sitter-fish3.7.0непряма
npm@eslint-community/eslint-utils4.9.1непряма
npm@eslint-community/regexpp4.12.2непряма
npm@eslint/config-array0.21.2непряма
npm@eslint/config-helpers0.4.2непряма
npm@eslint/core0.17.0непряма
npm@eslint/eslintrc3.3.6непряма
npm@eslint/js10.0.1непряма
npm@eslint/js9.39.5непряма
npm@eslint/object-schema2.1.7непряма
npm@eslint/plugin-kit0.4.1непряма
npm@exodus/bytes1.15.1непряма
npm@humanfs/core0.19.2непряма
npm@humanfs/node0.16.8непряма
npm@humanfs/types0.15.0непряма
npm@humanwhocodes/module-importer1.0.1непряма
npm@humanwhocodes/retry0.4.3непряма
npm@jridgewell/resolve-uri3.1.2непряма
npm@jridgewell/sourcemap-codec1.5.5непряма
npm@jridgewell/trace-mapping0.3.31непряма
npm@jsonjoy.com/base641.1.2непряма
npm@jsonjoy.com/buffers1.2.1непряма
npm@jsonjoy.com/codegen1.0.0непряма
npm@jsonjoy.com/json-pack1.21.0непряма
npm@jsonjoy.com/json-pointer1.0.2непряма
npm@jsonjoy.com/util1.9.0непряма
npm@napi-rs/wasm-runtime1.1.6непряма
npm@nodelib/fs.scandir2.1.5непряма
npm@nodelib/fs.stat2.0.5непряма
npm@nodelib/fs.walk1.2.8непряма
npm@oxc-parser/binding-android-arm-eabi0.137.0непряма
npm@oxc-parser/binding-android-arm640.137.0непряма
npm@oxc-parser/binding-darwin-arm640.137.0непряма
npm@oxc-parser/binding-darwin-x640.137.0непряма
npm@oxc-parser/binding-freebsd-x640.137.0непряма
npm@oxc-parser/binding-linux-arm-gnueabihf0.137.0непряма
npm@oxc-parser/binding-linux-arm-musleabihf0.137.0непряма
npm@oxc-parser/binding-linux-arm64-gnu0.137.0непряма
npm@oxc-parser/binding-linux-arm64-musl0.137.0непряма
npm@oxc-parser/binding-linux-ppc64-gnu0.137.0непряма
npm@oxc-parser/binding-linux-riscv64-gnu0.137.0непряма
npm@oxc-parser/binding-linux-riscv64-musl0.137.0непряма
npm@oxc-parser/binding-linux-s390x-gnu0.137.0непряма
npm@oxc-parser/binding-linux-x64-gnu0.137.0непряма
npm@oxc-parser/binding-linux-x64-musl0.137.0непряма
npm@oxc-parser/binding-openharmony-arm640.137.0непряма
npm@oxc-parser/binding-wasm32-wasi0.137.0непряма
npm@oxc-parser/binding-win32-arm64-msvc0.137.0непряма
npm@oxc-parser/binding-win32-ia32-msvc0.137.0непряма
npm@oxc-parser/binding-win32-x64-msvc0.137.0непряма
npm@oxc-project/types0.137.0непряма
npm@oxc-project/types0.139.0непряма
npm@oxc-resolver/binding-android-arm-eabi11.21.3непряма
npm@oxc-resolver/binding-android-arm6411.21.3непряма
npm@oxc-resolver/binding-darwin-arm6411.21.3непряма
npm@oxc-resolver/binding-darwin-x6411.21.3непряма
npm@oxc-resolver/binding-freebsd-x6411.21.3непряма
npm@oxc-resolver/binding-linux-arm-gnueabihf11.21.3непряма
npm@oxc-resolver/binding-linux-arm-musleabihf11.21.3непряма
npm@oxc-resolver/binding-linux-arm64-gnu11.21.3непряма
npm@oxc-resolver/binding-linux-arm64-musl11.21.3непряма
npm@oxc-resolver/binding-linux-ppc64-gnu11.21.3непряма
npm@oxc-resolver/binding-linux-riscv64-gnu11.21.3непряма
npm@oxc-resolver/binding-linux-riscv64-musl11.21.3непряма
npm@oxc-resolver/binding-linux-s390x-gnu11.21.3непряма
npm@oxc-resolver/binding-linux-x64-gnu11.21.3непряма
npm@oxc-resolver/binding-linux-x64-musl11.21.3непряма
npm@oxc-resolver/binding-openharmony-arm6411.21.3непряма
npm@oxc-resolver/binding-wasm32-wasi11.21.3непряма
npm@oxc-resolver/binding-win32-arm64-msvc11.21.3непряма
npm@oxc-resolver/binding-win32-x64-msvc11.21.3непряма
npm@polka/url1.0.0-next.29непряма
npm@rolldown/binding-android-arm641.1.5непряма
npm@rolldown/binding-darwin-arm641.1.5непряма
npm@rolldown/binding-darwin-x641.1.5непряма
npm@rolldown/binding-freebsd-x641.1.5непряма
npm@rolldown/binding-linux-arm-gnueabihf1.1.5непряма
npm@rolldown/binding-linux-arm64-gnu1.1.5непряма
npm@rolldown/binding-linux-arm64-musl1.1.5непряма
npm@rolldown/binding-linux-ppc64-gnu1.1.5непряма
npm@rolldown/binding-linux-s390x-gnu1.1.5непряма
npm@rolldown/binding-linux-x64-gnu1.1.5непряма
npm@rolldown/binding-linux-x64-musl1.1.5непряма
npm@rolldown/binding-openharmony-arm641.1.5непряма
npm@rolldown/binding-wasm32-wasi1.1.5непряма
npm@rolldown/binding-win32-arm64-msvc1.1.5непряма
npm@rolldown/binding-win32-x64-msvc1.1.5непряма
npm@rolldown/pluginutils1.0.1непряма
npm@standard-schema/spec1.1.0непряма
npm@stylistic/eslint-plugin4.4.1непряма
npm@tsconfig/node-ts23.6.4непряма
npm@tsconfig/node2222.0.5непряма
npm@tybys/wasm-util0.10.3непряма
npm@types/chai5.2.3непряма
npm@types/deep-eql4.0.2непряма
npm@types/estree1.0.9непряма
npm@types/fs-extra11.0.4непряма
npm@types/jsdom28.0.3непряма
npm@types/json-schema7.0.15непряма
npm@types/jsonfile6.1.4непряма
npm@types/node26.1.1непряма
npm@types/tough-cookie4.0.5непряма
npm@typescript-eslint/eslint-plugin8.65.0непряма
npm@typescript-eslint/parser8.65.0непряма
npm@typescript-eslint/project-service8.65.0непряма
npm@typescript-eslint/scope-manager8.65.0непряма
npm@typescript-eslint/tsconfig-utils8.65.0непряма
npm@typescript-eslint/type-utils8.65.0непряма
npm@typescript-eslint/types8.65.0непряма
npm@typescript-eslint/typescript-estree8.65.0непряма
npm@typescript-eslint/utils8.65.0непряма
npm@typescript-eslint/visitor-keys8.65.0непряма
npm@vitest/coverage-v84.1.10непряма
npm@vitest/expect4.1.10непряма
npm@vitest/mocker4.1.10непряма
npm@vitest/pretty-format4.1.10непряма
npm@vitest/runner4.1.10непряма
npm@vitest/snapshot4.1.10непряма
npm@vitest/spy4.1.10непряма
npm@vitest/ui4.1.10непряма
npm@vitest/utils4.1.10непряма
npmacorn8.17.0непряма
npmacorn-jsx5.3.2непряма
npmajv6.15.0непряма
npmansi-regex5.0.1непряма
npmansi-styles3.2.1непряма
npmansi-styles4.3.0непряма
npmargparse2.0.1непряма
npmarray-buffer-byte-length1.0.2непряма
npmarraybuffer.prototype.slice1.0.4непряма
npmassertion-error2.0.1непряма
npmast-v8-to-istanbul1.0.5непряма
npmasync-function1.0.0непряма
npmavailable-typed-arrays1.0.7непряма
npmbalanced-match4.0.4непряма
npmbidi-js1.0.3непряма
npmbrace-expansion5.0.7непряма
npmbraces3.0.3непряма
npmbuffer-from1.1.2непряма
npmcall-bind1.0.9непряма
npmcall-bind-apply-helpers1.0.2непряма
npmcall-bound1.0.4непряма
npmcallsites3.1.0непряма
npmchai6.2.2непряма
npmchalk2.4.2непряма
npmchalk4.1.2непряма
npmchalk5.6.2непряма
npmchokidar5.0.0непряма
npmcliui8.0.1непряма
npmcolor-convert1.9.3непряма
npmcolor-convert2.0.1непряма
npmcolor-name1.1.3непряма
npmcolor-name1.1.4непряма
npmconvert-source-map2.0.0непряма
npmcross-spawn6.0.6непряма
npmcross-spawn7.0.6непряма
npmcss-tree3.2.1непряма
npmdata-uri-to-buffer4.0.1непряма
npmdata-urls7.0.0непряма
npmdata-view-buffer1.0.2непряма
npmdata-view-byte-length1.0.2непряма
npmdata-view-byte-offset1.0.1непряма
npmdebug4.4.3непряма
npmdecimal.js10.6.0непряма
npmdeep-is0.1.4непряма
npmdefine-data-property1.1.4непряма
npmdefine-properties1.2.1непряма
npmdetect-libc2.1.2непряма
npmdts-bundle-generator9.5.1непряма
npmdunder-proto1.0.1непряма
npmemoji-regex8.0.0непряма
npmentities8.0.0непряма
npmerror-ex1.3.4непряма
npmes-abstract1.24.2непряма
npmes-abstract-get1.0.0непряма
npmes-define-property1.0.1непряма
npmes-errors1.3.0непряма
npmes-module-lexer2.3.1непряма
npmes-object-atoms1.1.2непряма
npmes-set-tostringtag2.1.0непряма
npmes-to-primitive1.3.4непряма
npmesbuild0.28.1непряма
npmescalade3.2.0непряма
npmescape-string-regexp1.0.5непряма
npmescape-string-regexp4.0.0непряма
npmeslint9.39.5непряма
npmeslint-scope8.4.0непряма
npmeslint-visitor-keys3.4.3непряма
npmeslint-visitor-keys4.2.1непряма
npmeslint-visitor-keys5.0.1непряма
npmespree10.4.0непряма
npmesquery1.7.0непряма
npmesrecurse4.3.0непряма
npmestraverse5.3.0непряма
npmestree-walker3.0.3непряма
npmesutils2.0.3непряма
npmexpect-type1.4.0непряма
npmfast-check4.9.0непряма
npmfast-deep-equal3.1.3непряма
npmfast-json-stable-stringify2.1.0непряма
npmfast-levenshtein2.0.6непряма
npmfastq1.20.1непряма
npmfd-package-json2.0.0непряма
npmfdir6.5.0непряма
npmfetch-blob3.2.0непряма
npmfflate0.8.3непряма
npmfile-entry-cache8.0.0непряма
npmfill-range7.1.1непряма
npmfind-up5.0.0непряма
npmflat-cache4.0.1непряма
npmflatted3.4.2непряма
npmfor-each0.3.5непряма
npmformatly0.3.0непряма
npmformdata-polyfill4.0.10непряма
npmfs-extra11.3.6непряма
npmfsevents2.3.3непряма
npmfunction-bind1.1.2непряма
npmfunction.prototype.name1.2.0непряма
npmfunctions-have-names1.2.3непряма
npmgenerator-function2.0.1непряма
npmget-caller-file2.0.5непряма
npmget-intrinsic1.3.0непряма
npmget-proto1.0.1непряма
npmget-symbol-description1.1.0непряма
npmget-tsconfig4.14.0непряма
npmglob13.0.6непряма
npmglob-parent5.1.2непряма
npmglob-parent6.0.2непряма
npmglob-to-regex.js1.2.0непряма
npmglobals14.0.0непряма
npmglobals17.7.0непряма
npmglobalthis1.0.4непряма
npmgopd1.2.0непряма
npmgraceful-fs4.2.11непряма
npmhas-bigints1.1.0непряма
npmhas-flag3.0.0непряма
npmhas-flag4.0.0непряма
npmhas-property-descriptors1.0.2непряма
npmhas-proto1.2.0непряма
npmhas-symbols1.1.0непряма
npmhas-tostringtag1.0.2непряма
npmhasown2.0.4непряма
npmhosted-git-info2.8.9непряма
npmhtml-encoding-sniffer6.0.0непряма
npmhtml-escaper2.0.2непряма
npmhusky9.1.7непряма
npmhyperdyperid1.2.0непряма
npmignore5.3.2непряма
npmignore7.0.6непряма
npmimport-fresh3.3.1непряма
npmimurmurhash0.1.4непряма
npminternal-slot1.1.0непряма
npmis-array-buffer3.0.5непряма
npmis-arrayish0.2.1непряма
npmis-async-function2.1.1непряма
npmis-bigint1.1.0непряма
npmis-boolean-object1.2.2непряма
npmis-callable1.2.7непряма
npmis-core-module2.16.2непряма
npmis-data-view1.0.2непряма
npmis-date-object1.1.0непряма
npmis-document.all1.0.0непряма
npmis-extglob2.1.1непряма
npmis-finalizationregistry1.1.1непряма
npmis-fullwidth-code-point3.0.0непряма
npmis-generator-function1.1.2непряма
npmis-glob4.0.3непряма
npmis-map2.0.3непряма
npmis-negative-zero2.0.3непряма
npmis-number7.0.0непряма
npmis-number-object1.1.1непряма
npmis-potential-custom-element-name1.0.1непряма
npmis-regex1.2.1непряма
npmis-set2.0.3непряма
npmis-shared-array-buffer1.0.4непряма
npmis-string1.1.1непряма
npmis-symbol1.1.1непряма
npmis-typed-array1.1.15непряма
npmis-weakmap2.0.2непряма
npmis-weakref1.1.1непряма
npmis-weakset2.0.4непряма
npmisarray2.0.5непряма
npmisexe2.0.0непряма
npmistanbul-lib-coverage3.2.2непряма
npmistanbul-lib-report3.0.1непряма
npmistanbul-reports3.2.0непряма
npmjiti2.7.0непряма
npmjs-tokens10.0.0непряма
npmjs-yaml4.3.0непряма
npmjsdom29.1.1непряма
npmjson-buffer3.0.1непряма
npmjson-parse-better-errors1.0.2непряма
npmjson-schema-traverse0.4.1непряма
npmjson-stable-stringify-without-jsonify1.0.1непряма
npmjsonfile6.2.1непряма
npmkeyv4.5.4непряма
npmknip6.27.0непряма
npmlevn0.4.1непряма
npmlightningcss1.33.0непряма
npmlightningcss-android-arm641.33.0непряма
npmlightningcss-darwin-arm641.33.0непряма
npmlightningcss-darwin-x641.33.0непряма
npmlightningcss-freebsd-x641.33.0непряма
npmlightningcss-linux-arm-gnueabihf1.33.0непряма
npmlightningcss-linux-arm64-gnu1.33.0непряма
npmlightningcss-linux-arm64-musl1.33.0непряма
npmlightningcss-linux-x64-gnu1.33.0непряма
npmlightningcss-linux-x64-musl1.33.0непряма
npmlightningcss-win32-arm64-msvc1.33.0непряма
npmlightningcss-win32-x64-msvc1.33.0непряма
npmload-json-file4.0.0непряма
npmlocate-path6.0.0непряма
npmlodash.merge4.6.2непряма
npmlru-cache11.5.2непряма
npmmagic-string0.30.21непряма
npmmagicast0.5.3непряма
npmmake-dir4.0.0непряма
npmmath-intrinsics1.1.0непряма
npmmdn-data2.27.1непряма
npmmemfs4.38.1непряма
npmmemorystream0.3.1непряма
npmmerge21.4.1непряма
npmmicromatch4.0.8непряма
npmminimatch10.2.5непряма
npmminipass7.1.3непряма
npmmrmime2.0.1непряма
npmms2.1.3непряма
npmnanoid3.3.16непряма
npmnatural-compare1.4.0непряма
npmnice-try1.0.5непряма
npmnode-domexception1.0.0непряма
npmnode-fetch3.3.2непряма
npmnormalize-package-data2.5.0непряма
npmnpm-run-all4.1.5непряма
npmobject-inspect1.13.4непряма
npmobject-keys1.1.1непряма
npmobject.assign4.1.7непряма
npmobug2.1.4непряма
npmoptionator0.9.4непряма
npmown-keys1.0.1непряма
npmoxc-parser0.137.0непряма
npmoxc-resolver11.21.3непряма
npmp-limit3.1.0непряма
npmp-locate5.0.0непряма
npmpackage-json-from-dist1.0.1непряма
npmparent-module1.0.1непряма
npmparse-json4.0.0непряма
npmparse58.0.1непряма
npmpath-exists4.0.0непряма
npmpath-key2.0.1непряма
npmpath-key3.1.1непряма
npmpath-parse1.0.7непряма
npmpath-scurry2.0.2непряма
npmpath-type3.0.0непряма
npmpathe2.0.3непряма
npmpicocolors1.1.1непряма
npmpicomatch2.3.2непряма
npmpicomatch4.0.5непряма
npmpidtree0.3.1непряма
npmpify3.0.0непряма
npmpossible-typed-array-names1.1.0непряма
npmpostcss8.5.20непряма
npmprelude-ls1.2.1непряма
npmpunycode2.3.1непряма
npmpure-rand8.4.2непряма
npmqueue-microtask1.2.3непряма
npmread-pkg3.0.0непряма
npmreaddirp5.0.0непряма
npmreflect.getprototypeof1.0.10непряма
npmregexp.prototype.flags1.5.4непряма
npmrequire-directory2.1.1непряма
npmrequire-from-string2.0.2непряма
npmresolve1.22.12непряма
npmresolve-from4.0.0непряма
npmresolve-pkg-maps1.0.0непряма
npmreusify1.1.0непряма
npmrimraf6.1.3непряма
npmrolldown1.1.5непряма
npmrun-parallel1.2.0непряма
npmsafe-array-concat1.1.4непряма
npmsafe-push-apply1.0.0непряма
npmsafe-regex-test1.1.0непряма
npmsaxes6.0.0непряма
npmsemver5.7.2непряма
npmsemver7.8.5непряма
npmset-function-length1.2.2непряма
npmset-function-name2.0.2непряма
npmset-proto1.0.0непряма
npmshebang-command1.2.0непряма
npmshebang-command2.0.0непряма
npmshebang-regex1.0.0непряма
npmshebang-regex3.0.0непряма
npmshell-quote1.10.0непряма
npmside-channel1.1.1непряма
npmside-channel-list1.0.1непряма
npmside-channel-map1.0.1непряма
npmside-channel-weakmap1.0.2непряма
npmsiginfo2.0.0непряма
npmsirv3.0.2непряма
npmsmol-toml1.7.0непряма
npmsource-map0.6.1непряма
npmsource-map-js1.2.1непряма
npmsource-map-support0.5.21непряма
npmspdx-correct3.2.0непряма
npmspdx-exceptions2.5.0непряма
npmspdx-expression-parse3.0.1непряма
npmspdx-license-ids3.0.23непряма
npmstackback0.0.2непряма
npmstd-env4.2.0непряма
npmstop-iteration-iterator1.1.0непряма
npmstring-width4.2.3непряма
npmstring.prototype.padend3.1.6непряма
npmstring.prototype.trim1.2.11непряма
npmstring.prototype.trimend1.0.10непряма
npmstring.prototype.trimstart1.0.8непряма
npmstrip-ansi6.0.1непряма
npmstrip-bom3.0.0непряма
npmstrip-json-comments3.1.1непряма
npmstrip-json-comments5.0.3непряма
npmsupports-color5.5.0непряма
npmsupports-color7.2.0непряма
npmsupports-preserve-symlinks-flag1.0.0непряма
npmsymbol-tree3.2.4непряма
npmthingies2.6.0непряма
npmtinybench2.9.0непряма
npmtinyexec1.2.4непряма
npmtinyglobby0.2.17непряма
npmtinyrainbow3.1.0непряма
npmtldts7.4.9непряма
npmtldts-core7.4.9непряма
npmto-regex-range5.0.1непряма
npmtotalist3.0.1непряма
npmtough-cookie6.0.2непряма
npmtr466.0.0непряма
npmtree-dump1.1.0непряма
npmts-api-utils2.5.0непряма
npmtslib2.8.1непряма
npmtsx4.23.1непряма
npmtype-check0.4.0непряма
npmtyped-array-buffer1.0.3непряма
npmtyped-array-byte-length1.0.3непряма
npmtyped-array-byte-offset1.0.4непряма
npmtyped-array-length1.0.8непряма
npmtypescript5.9.3непряма
npmtypescript-eslint8.65.0непряма
npmunbash4.0.3непряма
npmunbox-primitive1.1.0непряма
npmundici7.28.0непряма
npmundici-types7.28.0непряма
npmundici-types8.3.0непряма
npmuniversalify2.0.1непряма
npmuri-js4.4.1непряма
npmvalidate-npm-package-license3.0.4непряма
npmvite8.1.5непряма
npmvite-plugin-wasm3.6.0непряма
npmvitest4.1.10непряма
npmvscode-jsonrpc8.2.0непряма
npmvscode-jsonrpc9.0.1непряма
npmvscode-languageserver-types3.17.5непряма
npmvscode-languageserver-types3.18.0непряма
npmw3c-xmlserializer5.0.0непряма
npmwalk-up-path4.0.0непряма
npmweb-streams-polyfill3.3.3непряма
npmwebidl-conversions8.0.1непряма
npmwhatwg-mimetype5.0.0непряма
npmwhatwg-url16.0.1непряма
npmwhich1.3.1непряма
npmwhich2.0.2непряма
npmwhich-boxed-primitive1.1.1непряма
npmwhich-builtin-type1.2.1непряма
npmwhich-collection1.0.2непряма
npmwhich-typed-array1.1.22непряма
npmwhy-is-node-running2.3.0непряма
npmword-wrap1.2.5непряма
npmwrap-ansi7.0.0непряма
npmxml-name-validator5.0.0непряма
npmxmlchars2.2.0непряма
npmy18n5.0.8непряма
npmyaml2.9.0непряма
npmyargs17.7.3непряма
npmyargs-parser21.1.1непряма
npmyocto-queue0.1.0непряма
Сповіщення про залежності 0

Встановлення npm:fish-lsp@1.1.4 тягне 52 пакетів, прямих і транзитивних: 0 мають відомі сповіщення, з них 0 — прямі залежності.

Жодне відоме сповіщення не стосується оцінених залежностей.

Сповіщення означає, що версія, записана в графі залежностей, потрапляє в уражений діапазон. Досяжність не аналізується, а граф містить піниї розробки й тестування — знахідка може стосуватися інструментів, а не поставленого коду.

Звіт у форматі JSON машиночитний
{
  "data": {
    "repo": {
      "topics": [
        "fish",
        "fish-shell",
        "lsp",
        "lsp-server",
        "cli",
        "language-server",
        "language-server-protocol",
        "neovim",
        "shell",
        "typescript",
        "vim",
        "vscode-language"
      ],
      "is_fork": false,
      "size_kb": 14826,
      "has_wiki": true,
      "homepage": "https://fish-lsp.dev",
      "languages": {
        "Shell": 110002,
        "JavaScript": 8319,
        "TypeScript": 3063024
      },
      "pushed_at": "2026-07-27T22:59:48Z",
      "created_at": "2022-09-18T09:39:06Z",
      "owner_type": "User",
      "updated_at": "2026-07-24T04:03:50Z",
      "description": "LSP implementation for the fish shell language  🐠",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "TypeScript",
      "significant_languages": [
        "TypeScript"
      ]
    },
    "owner": {
      "blog": null,
      "name": "nick",
      "type": "User",
      "login": "ndonfris",
      "company": null,
      "location": "Dallas",
      "followers": 18,
      "avatar_url": "https://avatars.githubusercontent.com/u/49458459?v=4",
      "created_at": "2019-04-09T21:04:58Z",
      "is_verified": null,
      "public_repos": 24,
      "account_age_days": 2670
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v1.1.4",
          "kind": "patch",
          "published_at": "2026-06-11T09:59:52Z"
        },
        {
          "tag": "v1.1.4-pre.3",
          "kind": "prerelease",
          "published_at": "2026-06-10T07:43:43Z"
        },
        {
          "tag": "v1.1.3",
          "kind": "patch",
          "published_at": "2025-12-18T08:36:42Z"
        },
        {
          "tag": "v1.1.2",
          "kind": "patch",
          "published_at": "2025-12-12T05:22:55Z"
        },
        {
          "tag": "v1.1.1",
          "kind": "patch",
          "published_at": "2025-12-09T13:27:42Z"
        },
        {
          "tag": "v1.1.1-pre.5",
          "kind": "prerelease",
          "published_at": "2025-11-22T02:48:08Z"
        },
        {
          "tag": "v1.1.0",
          "kind": "minor",
          "published_at": "2025-10-01T19:15:41Z"
        },
        {
          "tag": "v1.0.11",
          "kind": "patch",
          "published_at": "2025-09-26T04:13:33Z"
        },
        {
          "tag": "v1.0.11-pre.24",
          "kind": "prerelease",
          "published_at": "2025-09-25T12:34:23Z"
        },
        {
          "tag": "v1.0.11-pre.22",
          "kind": "prerelease",
          "published_at": "2025-09-16T21:08:18Z"
        },
        {
          "tag": "v1.0.11-pre.20",
          "kind": "prerelease",
          "published_at": "2025-09-03T03:44:36Z"
        },
        {
          "tag": "v1.0.11-pre.19",
          "kind": "prerelease",
          "published_at": "2025-08-30T02:49:49Z"
        },
        {
          "tag": "v1.0.11-pre.18",
          "kind": "prerelease",
          "published_at": "2025-08-27T06:57:25Z"
        },
        {
          "tag": "v1.0.11-pre.15",
          "kind": "prerelease",
          "published_at": "2025-08-26T15:22:45Z"
        },
        {
          "tag": "v1.0.11-pre.13",
          "kind": "prerelease",
          "published_at": "2025-08-23T11:17:43Z"
        },
        {
          "tag": "v1.0.11-pre.12",
          "kind": "prerelease",
          "published_at": "2025-08-23T10:38:19Z"
        },
        {
          "tag": "v1.0.11-pre.11",
          "kind": "prerelease",
          "published_at": "2025-08-07T07:55:41Z"
        },
        {
          "tag": "v1.0.10",
          "kind": "patch",
          "published_at": "2025-07-11T23:19:49Z"
        },
        {
          "tag": "v1.0.9-1",
          "kind": "prerelease",
          "published_at": "2025-05-23T11:22:48Z"
        },
        {
          "tag": "v1.0.9",
          "kind": "patch",
          "published_at": "2025-05-23T10:06:22Z"
        },
        {
          "tag": "v1.0.8-4",
          "kind": "prerelease",
          "published_at": "2025-01-30T07:05:30Z"
        },
        {
          "tag": "v1.0.8-3",
          "kind": "prerelease",
          "published_at": "2025-01-14T16:19:37Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2024-03-19T12:33:25Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "3172021200ec412d3e1ab7c8a22aaf1c1655f39f",
          "body": "* Bump `package.json` + `yarn.lock`; version `1.1.4` -> `1.1.5-pre.0`\n\n* chore(docs): updated for version\n  - `docs/CHANGELOG.md`\n  - `man/fish-lsp.1`\n\n* `.nvmrc` node bump: `22.14.0` -> `22.22.2`\n\n* Hold `@stylistic@4`, `memfs@4.38.1`, `protocol@^3.17.5`\n  (avoid breakage/warnings)\n\n* Test-workspac\n[…]\nn dev --web` removed\n  - `yarn dev --fish-wasm` removed\n  - `yarn dev --enhanced` removed\n\n* closes #170\n\n---------\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "build(deps): move & bump dependencies for `1.1.5-pre.0`",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-07-24T04:03:45Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "d26ddf22e02e66c6434df3912e847d2955e4e26c",
          "body": "…timestamp ignored\n\n* when comparing our `fish-lsp complete` output globally on the machine,\n  vs the one built by our binary directly we had a false positive causing\n  every check verifying if the completion file is up to date to fail,\n  because the two files timestamps would be different.\n\n* now the comparision ignores any commented lines",
          "is_bot": false,
          "headline": "fix(health-check): `fish-lsp info --check-health` completion comment …",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-07-24T04:03:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3616c9f670121361ca4b2e94d3bddd054b6f5635",
          "body": "* added `isBrowserEnvironment()` and `isNodeRuntime()` in\n  new file: `src/utils/environment.ts`\n\n* tested with command:\n\n  ```fish\n  ### verifying `bunx --bun` works by using\n  ### `bun --bun` to directly run the binary\n\n  ### make sure `dist/fish-lsp` is built first\n  # yarn install && yarn build\n\n  bun --bun dist/fish-lsp --version\n  bun --bun dist/fish-lsp info --time-only\n  bun --bun dist/fish-lsp info --man-file --show | man -l -\n  # test any other cli args `dist/fish-lsp` supports\n  ```",
          "is_bot": false,
          "headline": "fix: bun issue hanging caused by misidentified 'web' env",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-07-24T04:03:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb9311a3d91de06d105cf1c66e722d9aa9053e5b",
          "body": null,
          "is_bot": false,
          "headline": "fix: husky pre-commit script backup current msg issue",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-07-24T04:03:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44616a2de8a01260e54d51e6165216dfea400d58",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump docs for release `1.1.4` (deps + docs)",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-11T08:05:49Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2f996d8144a988ed9b89499e0556614614a3ea60",
          "body": "…ver-protocol/node`\n\n* imports in `src/**/*.ts` files that don't need\n  `vscode-languageserver-protocol/node` instead now use\n  `vscode-languageserver` for consistency\n\n* `scripts/upgrade-dependencies` allowed `$argv` to be passed in for\n  extending `npx npm-check-updates --reject ...` items and simplified file\n  structure",
          "is_bot": false,
          "headline": "style: imports `vscode-languageserver` instead of `vscode-languageser…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-11T05:18:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "81211391b7ee330a1f2333976b46f4eef5b6ae52",
          "body": "…sm_path` dest",
          "is_bot": false,
          "headline": "build: `scripts/build-assets.fish` typo for `$fish_lsp_tree_sitter_wa…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7b4f67c75bebfefb8114a02e7374f76fd783cf58",
          "body": "…elated test patch\n\n* feat: `subcommandCache.dispose()` created to cancel any pending\n  debounced refresh and detach the populate callback. Called from\n  `FishServer.dispose()` (→ `onShutdown`) so a torn-down server never has\n  its `semanticTokens/refresh` fired by a late subprocess resolution, and\n\n[…]\ni.mocked(semanticTokens.refresh).mockClear();`\n\n  - the `connection.languages.semanticTokens.*()` features still behave\n    correctly for clients which do not support its methods\n    (tested in helix)",
          "is_bot": false,
          "headline": "fix(semantic-tokens): `subcommandCache.dispose()` + error logging + r…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "55974cd094f9c6330bddd342f7bcdf5d96372a49",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump docs for 1.1.4-pre.3",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a54428da21196c191c9c827ada7dcc5df1f260ca",
          "body": "…n -> mutli-ref\n\n*  `findReferenceSymbolType(node)` + `symbolReferenceType(symbol)`\n  classifier in `src/reference-candidates.ts` - backwards-maps a usage\n  node to `variable | function | emit | null`, with ~90 spec cases.\n\n* classifier-driven `getHover` with category gating\n  (`symbolHoverApplies`)\n[…]\nmatcher\n    (`isCompletionArgparseFlagWithCommandName` was building an empty\n    option and never matching `-s`/`-l`)\n\n* feat: multi-reference hover as last resort for referenced but\n  undefined names",
          "is_bot": false,
          "headline": "fix: hover fallback order, symbol -> prebuilt/snippet -> global -> ma…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "550e0d00a1a6ac74263753e17f5831cb25c07c9f",
          "body": "* tests added to make sure `SyntaxNode` at `analyzer.nodeAtPoint()` used\n  for reference/definition/rename/implementation/location requests only\n  considers correct `FishSymbol.kind` for any possible `FishSymbol.name`\n  matching the SyntaxNode found\n\n* `FishSymbol.documentation` for `export` variables fixed (used in hover\n  docs)\n\n* `getPrebuiltHover()` function added for enriching hover docs from\n  `src/snippets/*.json`",
          "is_bot": false,
          "headline": "fix: classifier-driven `SyntaxNode` to `FishSymbol` comparision",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8fe573b4b9e998926050401677e29d406e705a7a",
          "body": "…logger\n\n- fold scattered/unused development tests into shared suites\n- rebuild tree-sitter fast-check property tests (avoid worker crashes)\n- add setup-mocks helpers; fix logger queue overflow in tests\n- clear tests/ typecheck errors",
          "is_bot": false,
          "headline": "test: consolidate suites, rebuild tree-sitter fast-check & fix mocks/…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e90529179ff25f2e205e06f260b6a0425f532e58",
          "body": "* remove `which fish` spawn from `findFish()` in `src/utils/builtins.ts`\n* add `typecheck` script + tsconfig module/moduleResolution adjustments\n* fix remaining src/ type errors (comment-completions, startup, esbuild\nutils)",
          "is_bot": false,
          "headline": "chore(build): simplify `findFish()` and clear `yarn typecheck` errors",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "aa548ed0c42cd12574f32c4b9b8372ba0e811b56",
          "body": "…provements\n\n* semantic-tokens override support\n  + `connection.languages.semanticTokens.refresh`\n\n  - `tree-sitter-fish.wasm` is embedded and `src/parsing/*.ts` files\n    handle embedded `web-tree-sitter` `Parser.Tree` language rules\n  - `connection.languages.semanticTokens.refresh()` called after\n\n[…]\nion.ts`\n\n* chore: unused `getNodeText()` cleanup of function in `src/utils/tree-sitter.ts`\n\n* bump: dependencies and `package.json` tooling\n  - remove `vite:oxc` warning from `export namespace`/`let`;",
          "is_bot": false,
          "headline": "feat: semantic-tokens, inline-variable, hover, symbol & completion im…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-10T07:39:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "da3d6c2d58fb64575ae7b8da5f5abae4760a7d8b",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump release `1.1.4` (deps + docs)",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T05:05:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fce53ca54f837c59287a1a53b274be72840d6aab",
          "body": "…envVariables.json`",
          "is_bot": false,
          "headline": "docs(snippets): added `dirnext`/`dirprev` variables in `src/snippets/…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "58bd56ac4be43548f22e79f297d6a1289c5b109a",
          "body": "* `set -q VAR || set -gx VAR` now correctly scopes ambiguous `set -q`\n  checks to be included in `set -gx VAR` references\n\n* `src/parsing/set.ts `— added `setCommandHasExplicitScopeModifier()`.\n\n* `src/parsing/reference-comparator.ts` — rewrote `guardedSetQueryReference`\n  (two-rule model), added `i\n[…]\nry (which precedes its def) resolves to the local definition\n\n* `tests/guarded-set-query-references.test.ts` — new dedicated suite,\n  12 cases (`||`, newline-`or`, conf.d idioms, cross-file isolation)",
          "is_bot": false,
          "headline": "feat(references): better `set -q VAR || set -gx VAR` support",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f550dcd7717affe0793a5875b9d569de175c5ea2",
          "body": null,
          "is_bot": false,
          "headline": "chore: clean up comments in `src/**/*.ts` files",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "66a7d7a0e8db8c3b000f5bf80cf08c64d729f13e",
          "body": "* when we `set -ge var` that was previously `set -gx var` in the same\n  scope, we do not treat references differently than go-to-definition,\n  which can span across lifetime-tracked scopes to find the definition\n  of a shadowed parent symbol\n\n* `set -e var[1 2 3 4]` does not end lifetime for `var` e\n[…]\n matching scope, whereas `set -e var` still ends lifetime for a local\n  scoped `var`\n\n* added multiple new tests which ensure the behavioral changes of the\n  server do not introduce future regressions",
          "is_bot": false,
          "headline": "fix(references): keep global variable references position-independent",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "fadc172edaf8b57173360f6b0441a6ca168d343d",
          "body": "* `FishSymbol.detail` is lazy loaded to prevent extra computation\n\n* `analyzer.warmReferenceCandidates()` provided to defer indexing off of startup path\n\n* `processNestedTree()` no longer relies on per-node spread which allocated on every node per\n  document calling this function\n\n* `src/utils/compl\n[…]\nroducing errors caused by fragile\n  module resolution\n\n* `src/utils/snippets.ts` now uses `config.fish_lsp_fish_path` for\n  `spawn`/`execFile`/`child_process` execution shells\n\n* all 1323 tests passed",
          "is_bot": false,
          "headline": "perf: speed up startup with lazy initialization",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a417dca6fd9e505d5681d62f2b1d317bb37570d1",
          "body": "Issues:\n=======\n* **Issue 1** - out of scope `set --show args` pulls in inner-scope references\n* **Issue 2** - script `argv` resolves to the file-global `{0,0}` instead of `main`\n\nSummary:\n========\nTwo related scoping bugs were observed while exercising reference/definition\nresolution around `--no-s\n[…]\nndidate.node)`\n   then skip it in `analyzer.getReferences()`)\n\n---\nchore: cleanup `src/analyzer.ts` method `analyzer.getImplementation()`\n\n* removed old commented out blocks that were no longer needed",
          "is_bot": false,
          "headline": "fix(references,analyze): correct `argv`/local-variable scope resolution",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "34f895fc2bbdd4de7148ff7e60a60ded905ae000",
          "body": "…age.json`\n\n* chore: removed old `tests/**/*.fish` paths to use\n  `TestWorkspace.create()` instead\n\n* Remove the tracked legacy fixture folders:\n  - `tests/fish_files/**/*.fish`\n  - `tests/install_scripts/**/*.fish`\n\n---\n\nConvert the affected tests to use `TestWorkspace.create()` and\n`tests/workspac\n[…]\nipts/upgrade-dependencies` shell script\n\n* `chore:upgrade:docs` upgrade the documentation of the project using\n  `run-s [...scripts]`\n\n* added `show:version` script which displays tag info and timings",
          "is_bot": false,
          "headline": "chore: lint `tests/*.test.ts` + added `chore:upgrade` script to `pack…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "787b16090feba943e96ae85ad45916f9c4d3fc5c",
          "body": "…dlers\n\n* Move implementation lookup behavior out of the `analyzer/server` flow\n  into `src/implementation.ts`\n\n  - `getImplementationLocations()` in `src/implementation.ts`\n  - `ImplementationCanidate` naemspace in `src/implementation.ts`\n\n* Add rename coverage while keeping `prepareRename`/`server` call sites\n  aligned with the new `src/implementation` module",
          "is_bot": false,
          "headline": "refactor(implementations,rename): split implementation and rename han…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cdb85e360f4c6e794a3bf2ac6eb296259939c147",
          "body": "…`source $var`, `<?` pipe\n\n* fix: reference and documentation support for\n\n  - `functions [CMD]` - common `functions [OPTIONS] [CMDs]` references\n\n  - `source $var` - `$var` attempts expansion for hover/reference output w/\n    fallback to literal value\n\n  - `function ref; end; alias ref_cmd=ref` - h\n[…]\nlocation ordering with banded sorting for stable output.\n\n* test: confirm above behaviors work as expected and compare with original\n  reference-location implementation for consistency w/o regressions",
          "is_bot": false,
          "headline": "fix(references,hover): function lifetime resolution and `-S` chains, …",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "28e51bd5219bf98a637fa5752ec0b86c25098809",
          "body": "* chore(WIP): refactor `analyzer.getReferences()` using cache replacing `src/references.ts`\n\n* refactor steps:\n\n  - [x] **Step 1.)** `getReferences()` -> `analyzer.getReferences()`\n  - [x] **Step 2.)** remove more of `src/references.ts`\n  - [x] **Step 3.)** no more `src/references.ts` anywhere in te\n[…]\nyzer`\n\n  - replace all locations/imports of previous usage to now use `analyzer.*` method\n    (in both `tests/`, and `src/`)\n\n  - ensure regression testing for any behavioral changes after this change",
          "is_bot": false,
          "headline": "refactor(analyze): move reference resolution into `analyzer`",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "2e47f6c6b205127a5e46112bd836d4ed95ada767",
          "body": "…ncy lockfile\n\n* dependency update flow:\n\n  ```fish\n  npx npm-check-updates --target minor -u --reject web-tree-sitter,memfs,eslint\n  yarn install\n  yarn build\n  yarn-audit-fix\n  ```\n\n* also ran:\n\n  ```fish\n  yarn generate:man\n  yarn update-codeblocks-in-docs\n  yarn update-changelog\n  ```",
          "is_bot": false,
          "headline": "chore: bump 1.1.4-pre.2 metadata, changelog/manpage docs, and depende…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "082b90cde2b92cff5cc8e8f3f777c0f59085f45f",
          "body": "…handlers\n\n* Support definition, references, implementation, and semantic tokens for named\n  captures from `string <SUBCOMMAND> -r/--regex` patterns\n\n* Add tests in `tests/string-regex-captures.test.ts` covering normal usages of this\n  syntax and include the original lint cleanup for the feature",
          "is_bot": false,
          "headline": "feat: added `string match -rq -- '(?<var>)' $argv` support to server …",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "57b077581689cece66433fc5a36ad6aa9a3acc08",
          "body": "….getReferences()`)\n\nInstead of iterating through the entire workspace, for any request/handler that\nneeds to calculate `Location[]` results, we are going to use `FishReferenceCache`\nto directly store possible references in a cache that can directly access a\nbroad group of possible reference locatio\n[…]\ncached version once callers migrate (`analyzer.getReferences()`)\n\n* fix(references): `argparse` reverse map for `searchDoc.uri === defSymbol.uri`\n\n* add `getLeadingDashCount()` in `parsing/options.ts`",
          "is_bot": false,
          "headline": "refactor(references): use reference candidates for lookups (`analyzer…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "cc4304e7fdf4aceeea8188d539dd5a146f1911ef",
          "body": "* Add `isPossibleNested()` and `possibileNestedNodeClallbacks` in\n  `src/utils/nested-command-point.ts` to identify command bearing nodes\n  inside string and parenthesized contexts\n\n* Extend `FishString` helpers in `src/parsing/string.ts` for capture-group\n  edge cases needed when a command lives inside a string argument.\n\n* Wire `getNestedCommandReferenceAtPoint()` into `analyzer.nodeAtPoint()`\n  lookup so `hover`, `complete`, and `references` (+ etc.) see through nested\n  command carriers",
          "is_bot": false,
          "headline": "feat(parsing): resolve commands nested at point",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5e92b97853420947fd979f47e7da13c3104bdc8d",
          "body": "…reqs\n\n* uses `yarn test:ci:run` script to execute `vitest`\n\n* ignores tasks other actions already verify\n\n* adds special pipeline stage for updating the global $MANPATH to\n  include `man/fish-lsp.1`\n\n___\nci: `.github/workflows/test-suite.yml` working locally\n\n```fish\ngh act push \\\n  -W .github/work\n[…]\n only non-passing test\n\nThe skipped test relied on bad logic and local `~/.config/fish`\ndefinitions to pass locally.\n\nKeep the CI workflow usable while the completion docs case is removed or rewritten",
          "is_bot": false,
          "headline": "ci(test-suite): new workflow file running `yarn test` in minimal sys …",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5b5a0687cb78ca8cc346deffdaf6ab16005a7c82",
          "body": "…cleaned unused `./*.json`\n\n* `src/{renames,references,diagnostics/validate}.ts` with default\n  configuration used did not perform as expected across multi workspace\n  indexes which caused behavior from inside a local plugin's source code\n  that overlaps with `~/.config/fish/**.fish` sourced locatio\n[…]\nvalues\n\n* removed redundant `tsconfig.eslint.json` and unused `renovate.json`\n  configs\n\n* docs(README): added @rmehi01 to contributor list & updated `fish-lsp env`\n  output for default config changes",
          "is_bot": false,
          "headline": "fix(env)!: `config.fish_lsp_single_workspace_support` default true & …",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0a5be802425694409c2726e90efc8b68ff19afdc",
          "body": "`execFileAsync` rejects when fish exits non-zero (e.g. `functions -D -v`\non a function that does not exist), which made `getFunctionDocString`\nthrow and silently strip documentation off `onCompletionResolve` results\nin environments without the relevant function autoloaded. Treat the\nrejection the same as the empty-stdout/stderr path so callers do not\nhave to wrap every invocation in their own try/catch.\n\n* prevent `src/utils/exec.ts` from halting execution on stderr",
          "is_bot": false,
          "headline": "fix(exec): tolerate non-zero exit codes from `execCmd`",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4e68ff9e24b2e5257708bd324cda4f335e87beec",
          "body": "… regression test\n\nPrepares the codebase for the upcoming tree-sitter-fish:\n\nhttps://github.com/ram02z/tree-sitter-fish/pull/41\n\nwhere a `command` node may carry one or more prefix `override`\ngroupings before its name.\n\nIndex-based access (`child(0)`, `namedChildren[0]`, `children.slice(1)`)\nsilentl\n[…]\n / references /\n  diagnostics.\n\n* Test runs on the currently-bundled grammar today and is\n  intentionally written to keep passing once\n  `fish_lsp_tree_sitter_wasm_path` is pointed at the PR #41 wasm.",
          "is_bot": false,
          "headline": "refactor(parser): replace child-index access with field-name lookup +…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "3ab4a8c4894f96e485687c57c2546d6c68efabef",
          "body": "Lets users point the runtime parser at a custom tree-sitter-fish.wasm\nwithout rebuilding the dist binary, useful for trying grammar\nbranches (e.g. ram02z/tree-sitter-fish#41) or local patches.\n\n* `src/config.ts` adds `fish_lsp_tree_sitter_wasm_path` (default:\n  `''`) to `ConfigSchema` and surfaces i\n[…]\ntadata\n  (`fieldCount` / `nodeTypeCount` / `fields[]`) so the override\n  surfaces a useful diff if a swapped wasm changes the grammar\n  shape, and `fail()` is correctly defined for the new assertions.",
          "is_bot": false,
          "headline": "feat(parser): support env `fish_lsp_tree_sitter_wasm_path` override",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "cf196725781a997d5c8640d6c9d6194b24dd9967",
          "body": "* New diagnostic `4009 autoloadedHelperFunctionNameCollision` flags\n  helper functions whose name shadows an autoloaded function from\n  another file, leveraging the indexed cache to detect cross-file\n  duplicate definitions even under `--no-scope-shadowing`.\n\n* Diagnostic `4006` (duplicate function \n[…]\nsults when a workspace boundary applies.\n\n* `tests/diagnostics.test.ts` extended with `4009` collision cases,\n  `4006` conditional-branch cases, and `definitionLocation` command\n  resolution coverage.",
          "is_bot": false,
          "headline": "fix(analyze): diagnostics, workspace scoping, and command resolution",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "747febb67cd3b56bd558a28e2ad2acac2b958870",
          "body": "… > 128`\n\n* Add specific inlay-hint coverage for fish status codes `121`, `123`,\n  `124`, and `125` (previously these surfaced as generic numeric hints).\n\n* Decode `status > 128` values as `signal = CODE - 128` so a\n  status of `130` reads as SIGINT, `137` reads as SIGKILL, etc.",
          "is_bot": false,
          "headline": "fix(inlay-hint): status code support for `12*` exit codes w/ `$status…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e99a60992f1058722d4eeaea398fb1a684b6ba45",
          "body": "…BCOMMAND header)\n\nHover for subcommands without a dedicated man page (`status\nis-full-job-control`,`path normalize`,`string split`, ...) now\nextracts the relevant section from the parent command's man page.\n\n* New `extractManPageSection()` handles both indented entry style\n  (`status is-full-job-co\n[…]\nreturn…`)\nbefore reaching the canonical `NORMALIZE SUBCOMMAND` section. Try the\nuppercase header first; the indented fallback still handles man pages\nwithout uppercase section headers (e.g. `status`).",
          "is_bot": false,
          "headline": "feat(hover): subcommand manpage section fallback (prefer uppercase SU…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "1be7c8c7e750a98d7fb78efa0e5d9ef6e1bc77b8",
          "body": "Tests new `tests/completion-command-docs.test.ts` covers the\nresolve-item path and `findPrebuiltDoc*` lookups; existing\ncompletion suites (`completion-shell`, `completion-startup-config`,\n`completion-variable-expansion`, `issue-140-complete-command-quoting`,\n`snippets`) extended for new value locati\n[…]\nrect the command documentation URL builder for fish operators\n  (`!`, `||`, `&&`) so the operator-named entries point at the\n  right manpage section instead of inheriting the previous\n  command's URL.",
          "is_bot": false,
          "headline": "fix(completion): completion formatting and documentation cache cleanup",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f208a37e61b84d8d8e8942d1b17cf3454f13e54c",
          "body": "…ighting\n\n* Highlight `!`, `||`, `&&`, `'true'`, and `'false'` as keyword /\n  operator tokens so structural fish operators render as language\n  constructs instead of generic identifiers.\n\n* `set -q VAR` now highlights `VAR` as a variable reference (not a\n  flag value), so silent existence checks lig\n[…]\nnd highlighting independently of\n  the cache.\n\n* Extends `tests/semantic-tokens.test.ts` and the shared helpers\n  with operator / subcommand / config-toggle / cache-miss /\n  option-exclusion coverage.",
          "is_bot": false,
          "headline": "feat(semantic-tokens): operator, subcommand, and ignored-symbol highl…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9426b8514a30c3e5cc8ac50b420f27ee52c8d9b9",
          "body": "…prepareRename\n\nBundles four interrelated analyzer/server changes that all flow\nthrough `src/analyze.ts` and `src/server.ts` and cannot be split\nwithout leaving the tree unbuildable at any boundary:\n\n* Indexed startup symbol caches\n  - New `src/parsing/indexed-symbol-cache.ts` provides a multi-key\n \n[…]\nface\n(`fish-symbol-caches`, `inherit-variable`, `no-scope-shadowing`,\n`prebuilt-variable-references`, `server-references`,\n`server-prepare-rename`) plus analyzer-test additions for the new\ncache APIs.",
          "is_bot": false,
          "headline": "refactor(analyze): indexed caches, cross-file refs, nested commands, …",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "77b8e6f80bb27e280806e49c05f26b3341a997a4",
          "body": "…file` & `--short`)\n\n* Add `fish-lsp info --short` (alongside `--json` / `--no-color`) for a\n  compact bin / build-time / version / log-file summary, and fix a\n  regression where a single-flag `info --foo` invocation suppressed\n  the section title.\n  j\n* Add `fish-lsp info --time-startup --profile` \n[…]\nnd `tests/cli.test.ts`\n  to cover the new surfaces.\n\n* fix to output formatting for `--time-startup --show-files` with\n  leading overflow truncation (for file paths shown) replaced with an\n  indicator",
          "is_bot": false,
          "headline": "feat(cli): runtime config flags + startup inspection commands (`--pro…",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "7871536db78b03e13d66a8f014fa38f37e59b101",
          "body": "* Add `test:ci` / `test:ci:run` scripts that force `CI=true` and\n  forward `GITHUB_ACTIONS`, plus `--silent` / `--allowOnly` defaults\n  for pipeline-friendly output.\n* Forward `CI` and `GITHUB_ACTIONS` through the existing test scripts'\n  `env -i` allowlist so the GitHub Actions reporter and CI-awar\n[…]\nddFiles().initialize()`\n  instead of assuming they live under `~/repos`; split the\n  `/tmp/foo.fish` case into explicit `single_workspace_support=true|false`\n  variants now that the default is `true`.",
          "is_bot": false,
          "headline": "build(test): stabilize CI execution, hooks, and gitignore",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-06-03T03:50:15Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "216b645fea8fc8ec7f73aefdfa555abd21d8444d",
          "body": "* docs:\n  - added @rmehri01 to contributor list in README.md\n  - `man/fish-lsp.1` & `package.json` updated to reflect new version\n\n* file removals:\n  - `renovate.json` no longer used\n  - `tsconfig.eslint.json` redundant with base `tsconfig.json`",
          "is_bot": false,
          "headline": "chore: cleaning project structure + prep for bump `1.1.4-pre.1`",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-05-13T01:28:40Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7bbbdb361b926b4b517e693d729a26d4b6354bbb",
          "body": "* fixes to `yarn.lock` sha hashes for bumped versions\n\n* upgraded `package.json` deps:\n  - `fs-extra`\n  - `hono`\n  - `vite`\n  - `commitlint/config-conventional`\n  - `@types/node`\n  - `typescript/eslint`\n\n* downgraded `package.json` deps:\n  - `esbuild@0.28.0` -> `esbuild@^0.27.0` (removes `yarn install` warning - purely visual)",
          "is_bot": true,
          "headline": "chore: bump deps in `yarn.lock` & `package.json`",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-05-13T01:08:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7d9457b10f1152fd86319935f7b13b7c4cbfbb74",
          "body": "* relinking the binary after building it from source had issues with\nimporting ESM version of chalk instead of CJS",
          "is_bot": false,
          "headline": "build: `chalk` removed from external dependencies in `yarn build:npm`",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-05-13T00:54:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fb8d966a269d354a76233680f00987ed0e0c3442",
          "body": "* use `execFile()` instead of `exec()` to prevent timeout crashes and\n  related `fish_indent` possible issues in output\n\n* test: tried to reproduce possible issues causing #159 in new file\n  `tests/formatting-child-process.test.ts` (couldn't reproduce #159 during\n  initial write up of this test, mostly guesswork ATM)",
          "is_bot": false,
          "headline": "fix: `src/formatting.ts` changes for #159",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-05-13T00:54:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3a1b117fa5dd11aa6c5255dcbf56a701189a28f4",
          "body": "* used the shell command below to bump the deps\n\n  ```fish\n  npx npm-check-updates --target minor -u --reject web-tree-sitter,memfs\n  yarn install && yarn build # rebuild using new deps\n  yarn-audit-fix # fix pinned versions in yarn.lock\n  ```\n\n* should fix most security warnings on gh even though t\n[…]\n: consider updating the gh action that checks for security issues\nto ignore lock file entirely and just check package.json so that we\ndon't see more spam of security concerns caused by the dev tooling",
          "is_bot": false,
          "headline": "chore: bump deps for new nightly release `1.1.4-pre.0`",
          "author_name": "ndonfris",
          "author_login": "ndonfris",
          "committed_at": "2026-04-24T04:04:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "82de7e4ad044e44b71a55af322d954b00ee20fc7",
          "body": "… + spawn once for completion cache (#154) (#157)\n\n* fix(completions/startup-cache): `SetupItemsFromCommandConfig` quoting & spawn usage\n\n* new command used for generating commands cached by server\n\n* all `SetupItemsFromCommandConfig` commands are spawned in single fish\nsession to lower startup time\n[…]\nds of results that aren't allowed\nto be empty after their command output is parsed, are generally not\nentirely dependent on the local shell instance (no result items\nindicates error in implementation)",
          "is_bot": false,
          "headline": "fix(completions/startup-cache): `SetupItemsFromCommandConfig` quoting…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-04-22T03:49:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "ac8949a1050a688790531927e6337d7123b02618",
          "body": null,
          "is_bot": false,
          "headline": "fix: double code block in completion docs (#158)",
          "author_name": "Ryan Mehri",
          "author_login": "rmehri01",
          "committed_at": "2026-04-11T01:19:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f26461c05958b79f0aadec82cc038484d54d3f29",
          "body": "…/playground` container\n\n* updates `tests/virtual-file-handling.test.ts` to comply with\n`FishServer.createWebServer()` removal\n\n* `Config.isWebServer` boolean will be used to determine if the server\nis running in web mode, for future reference\n\n* the `fish-lsp start --web` workflow, is documented in\n[…]\n it is provided mostly stems from cases where adapting\nmonaco-language-client in browser is too difficult to justify, so these\ntypes of features can be speficially prevented from running on the\nserver",
          "is_bot": false,
          "headline": "feat: `fish-lsp start --web` for custom behavior inside `fish-lsp.dev…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-03-04T09:34:41Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "959e982bdcd70dac8b21cd2243fd4217851a79ec",
          "body": "…/bin/fish-lsp`\n\n* changes from commit 37cb727a79d6f56f192cb63c5e7ea22305934ba1\naccidentally did not account for the default value of the new flags\n(`--no-color`/`--no-icons`) which caused them to appear as:\n\n```\n{ color: true, icons: true }\n```\n\nfor a basic `fish-lsp info --path` command\n\ncausing t\n[…]\nh-lsp.log\n```\n\nFor `fish-lsp info --<flag>` when only one flag is specified.\n\nMore than one flag specified, defaults to showing title prefix to denote\nwhat flag corresponds to its value in the output.",
          "is_bot": false,
          "headline": "revert: cli behavior for single info flag, `fish-lsp info --bin` -> `…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-03-04T08:56:47Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "0dc5897723bc8365f9221acc2d392067894a0ce8",
          "body": "* fix(codeql): code-scanning incomplete strng escaping or encoding\n   - updated how markdown string is built so that codeql doesn't throw\nwarning\n\n* chore: bump dependencies for #150\n  - `package.json` dependencies bumped using:\n  ```sh\n  npx npm-check-updates --target minor -u --reject web-tree-sitter,memfs\n  ```\n  - `yarn.lock` update by running:\n  ```sh\n  yarn-audit-fix\n  ```\n\n---------\n\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix: bump `yarn.lock` file @dependabot `v1.1.4-pre.0` (#152)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-03-03T20:13:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "37cb727a79d6f56f192cb63c5e7ea22305934ba1",
          "body": "* feat: added cli mode `fish-lsp info --dump-symbol-tree`\n   - allowed `fish-lsp info --dump-symbol-tree --no-icons --no-color` to\nremove all non ascii characters from output\n\n* docs: update generated files:\n  - reformatted man file to align flag descriptions starting at max flag\nname text width\n  -\n[…]\nile\n  - `fish-lsp info --dump-* -` now recognizes `-` arg as token to denote\ninput should read from stdin\n  - reading from stdin is supported across all 3 `--dump*` operations\n`fish-lsp info` provides",
          "is_bot": false,
          "headline": "feat: add cli flag `fish-lsp info --dump-symbol-tree` (#151)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-03-03T20:10:48Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "e7dfc69481dc3f5fefe56b6ef2e619c3a1ebb1ef",
          "body": "* feat: support random escape characters in strings #140\n   * should avoid escape characters (i.e., `\\a`)\n   * should ignore non escape characters\n   * [helpful link](https://github.com/ndonfris/fish-lsp/issues/140#issuecomment-3932964090)\n\n* 3 main utilities added under `FishString` namespace:\n   *\n[…]\n related quoted-filename code-action bug \n\n===\n\ndocs: added IntelliJ to `README.md`\n\n* chore: add @gaborbernat to contributors\n\n===\n\nCo-authored-by: Gabor Bernat <gaborbernat@users.noreply.github.com>",
          "is_bot": false,
          "headline": "feat: evaluate string/escaped values correct #140 + intellij docs (#147)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-03-03T20:06:25Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "27d23607463532c470c720f0a3aee7b7c49ebb89",
          "body": null,
          "is_bot": false,
          "headline": "docs: added SECURITY.md security-policy (#149)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T22:31:27Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44e88e4a075624df824c00d57e1cbfe40f15530e",
          "body": "…er (#145)\n\n* issue #142 notes scope issues, without out of order scope modifier\nflags in set definition (after variable name), this fixes the\ndefinitions so that set stops at first option that is now flag when\nlooking for scope modifiers in command node's children\n\n* example: `set var --function` is set to `locally scoped` in hover docs\nof `FishSymbol`, previous hover docs showed incorrect `function scoped`",
          "is_bot": false,
          "headline": "fix: `set name -fxgU` doesn't display value that matches scope modifi…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T15:59:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2bc383822cae5aad85cd5efdaac333ec8dc7465e",
          "body": "…#146)\n\n* style: using `eslint.config.ts` instead of `.mts` extension + EOL lint\n\n- linted workspace to remove last blank line of file\n\n* fix(vitest): `tests/setup-mock.ts` global `fail()` definition",
          "is_bot": false,
          "headline": "refactor: use new `eslint.config.ts` instead of `eslint.config.mts` (…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T15:42:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a48006f371898455e5fdbc15539544cd6f49df0f",
          "body": "…1.4-pre.0` (#143)\n\n* build: resolutions for `glob`, `ajv`, `minimatch`\n\n* glob@12.0.0\n* minimatch@10.2.0\n* ajv@8.18.0\n\n* chore: bump package.json to 1.1.4 + `ncu` update depdencies\n\n* updated with `npx ncu --target minor -u` (npm-update-depdencies)\n  note: skipped web-tree-sitter + memfs\n\n* rebuilt\n[…]\n tree-sitter-fish dep to 3.7.0\n\n- includes `{ [COMMANDS...] }` grammar def\n\n- needed `tests/parser/test.ts` test change to correctly ensure grammar\nnodes total is up to date\n\n* chore: `yarn-audit-fix`",
          "is_bot": false,
          "headline": "build: updated esbuild scripts + bumped dependencies for release `v1.…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T15:26:18Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "17d596f770b822dc85de7eaa700674488cf8d579",
          "body": null,
          "is_bot": false,
          "headline": "fix: added better testing of `tests/interactive-buffers.test.ts`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T15:23:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "95164c7b9d2ab0169b30bfe80aac8d5cf4cd93fa",
          "body": "- this make diagnostics for `for i in (seq 1 10)` type of use cases not\nshow `unused variable definition $i`\n\n- added test in diagnostics for this behavior\n\n- added new test file: `interactive-buffers.test.ts` which will be used\nto confrim how `funced`/`edit_command_buffer` fish functions behave",
          "is_bot": false,
          "headline": "feat: added `FOR` variable def to `Analyzer.needsLocalReferences()`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T15:23:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b7c832ecf76abc0eaf31e9ef1d62a7c3dcf5643f",
          "body": "… (#138)\n\n* previous issue always showed `fish-lsp env --confd` in header comment,\n  which is misleading when users use other flags like `--show-default`\n  or `--show-default --only=...` etc. we're used to build the\n  `conf.d/fish-lsp.fish` file\n\n* now forwards any general `fish-lsp env --confd\n<POS\n[…]\nround)\n`conf.d/fish-lsp.fish`\n  would've showed misleading output for `fish-lsp --confd\n--show-default`\n\n  > [COMMENT w/ CLICKABLE\nLINK](https://github.com/ndonfris/fish-lsp/pull/138#issue-3963001027)",
          "is_bot": false,
          "headline": "fix: forward exact `fish-lsp env --confd <...>` ran to output comment…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-24T15:12:56Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "a90206bac6db1275774b1d0e4eb04ff536e2b0e2",
          "body": "….cjs to eslint.config.ts (#135)\n\n* chore: bump eslint in the npm_and_yarn group across 1 directory\n\nBumps the npm_and_yarn group with 1 update in the / directory: [eslint](https://github.com/eslint/eslint).\n\n\nUpdates `eslint` from 8.57.1 to 9.26.0\n- [Release notes](https://github.com/eslint/eslint/\n[…]\nigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: nick <49458459+ndonfris@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump eslint from 8.57.1 to 9.26.0, required updating .eslintrc…",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2026-02-19T12:47:30Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6e4919b7a1e66ee1ede96b75c0ecf570e186f78f",
          "body": "* fix(semantic-tokens): use predefined modifier for builtins\n\n* fix(semantic-tokens): remove all deprecated references to `builtin` modifiers\n\n- replaced outdated `src/utils/semantics.ts` definitions for `builtin`\ndefinition in `semanticTokenModifiers`\n\n- as of #133 we no longer consider any semanti\n[…]\n related code\n\ntest: verified changes look correct using `fish-lsp info\n--dump-semantic-tokens ~/.config/fish/config.fish`\n\n---------\n\nCo-authored-by: nick <49458459+ndonfris@users.noreply.github.com>",
          "is_bot": false,
          "headline": "fix(semantic-tokens): use predefined modifier for builtins (#133)",
          "author_name": "Peter Cardenas",
          "author_login": "PeterCardenas",
          "committed_at": "2026-02-19T12:38:22Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "62022dbd31aff464e0fd0e15a8c9b759a952b686",
          "body": "…x for #136) (#137)\n\n- initial work to add stricter rules for parsing opt_spec in upcoming release `fish-lsp@1.1.4`  (simply ignore `src/parsing/argparse.ts` opt_spec formats we don't yet support)\n \n- ignores any `argparse` variable name where `$` is before `=`, and correctly analyzes more cases of \n[…]\n work is done on opt_spec using variable_expansions or `(fish_opt -s h -l help)` command_substitution as described in [comment](https://github.com/ndonfris/fish-lsp/issues/136#issuecomment-3916534297)",
          "is_bot": false,
          "headline": "fix: `argparse $options` doesn't define `_flag_$options` (improved fi…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2026-02-19T12:35:42Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "48925a0b6a13bcbee5df2002d66393901fb8f1bd",
          "body": null,
          "is_bot": false,
          "headline": "docs: update README to include VSX/VSCodium mention",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-22T22:33:31Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "68b6fc18f6caf00f5c640fc0812ee0f615cc4e66",
          "body": "- added more tests from #130 ideas\n  `fish-lsp complete | fish --no-execute`\n  `fish-lsp env --show-default | fish --no-execute`",
          "is_bot": false,
          "headline": "ci(test-npm-package): run on every master push",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:40:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ee76945ec0cd0dcc84391746c0f0f60de962d7d6",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump `1.1.3`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8821f84d25f733db7277806c22b6f6abb2d40945",
          "body": null,
          "is_bot": false,
          "headline": "test(test-conda.sh): removed `scripts/test-conda.sh` for #130",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c44fb8019619b13699a18308a14acafab51b32c",
          "body": "- lints",
          "is_bot": false,
          "headline": "docs: added `conda install fish-lsp` to `README.md`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "497e4ea68280ef8c393b80ec4923735f38c2e40a",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump `1.1.3-pre.2`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "34b356d3b9aae3efa1c996ca924c29029340ca0f",
          "body": "…st.ts`\n\n* `src/code-actions/quick-fixes.ts` updates building the\n`quickfix.fixAll` action to work correctly for test:\n\"should fix all argparse unused diagnostic issues in one code action\"\n\n* lint `tests/code-action.test.ts` to remove unused `console.log`\nstatements, and removed `it.only()` definitions\n\n  ```sh\n  yarn test:run tests/code-action.test.ts\n  ```\n\n  `Tests  10 passed | 11 skipped (21)`",
          "is_bot": false,
          "headline": "feat(quickfix.fixAll): `createFixAllAction()` + `tests/code-action.te…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b9a6f2298d34a458ee2c3aa763f0d79083158e62",
          "body": null,
          "is_bot": false,
          "headline": "feat: fix `argparse` code-action for `funced`/`edit_command_buffer`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9f11c213a87501c5e8690d9def0203c0369c045b",
          "body": null,
          "is_bot": false,
          "headline": "fix: `src/code-actions/refactors.ts` in code-action handler",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7e60787b79bdb7c1507d5cb40ac0ea4a39ff79bc",
          "body": "- stops the redirect actions at max 2 items",
          "is_bot": false,
          "headline": "fix: max redirect code-actions when entire document's commands in range",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cb8b76a32389a48a27c956600743210c3e29fff5",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump `1.1.3-pre.1`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef7069afd44e0b6b12c9f7c70ae33ac0d608f6c7",
          "body": "… version != latest",
          "is_bot": false,
          "headline": "feat: simplified `argparse` in `fish_files/get-docs.fish` incase fish…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef362b855e4eb9cd3f5733bbb484bf567d68eefa",
          "body": "…ineBuffer}Path()` utils\n\n- kept `edit_command_buffer` support, but simplified how `isFuncedPath`\nand `isCommandlineBuffer` can be used by defining their utilities as\nstatic public methods on `LspDocument.\n\n- we also we now allowed to treat `LspDocument.isFuncedPath(path) ||\nLspDocument.isCommandlin\n[…]\nions since\nwe have extracted the autoloaded type of a document to the `LspDocument`\nclass, and both of our extra cases are used to return\n`$__fish_config_dir` workspace.\n\n- cleaned up unused functions",
          "is_bot": false,
          "headline": "refactor(`LspDocument`): added static `LspDocument.is{Funced,Commandl…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "b9145e00ff95398d6dc3509eb8adefdaa22dd56c",
          "body": "…config_dir/conf.d`\n\n- `LspDocument.isCommandlineBuffer()` to check if a `LspDocument` is a\n  using a uri scheme/filepath that matches `/tmp/fish.XXXXX/command-line.fish`\n\n- `FishUriWorkspace.isCommandlinePath(uriPath)` to check if a given uri path\n  matches the command line buffer pattern, during w\n[…]\nven uri path matches the command line buffer pattern.\n\n- `FishUriWorkspace.create()` updated to handle command line buffer uris,\n  creating a `FishUriWorkspace` with `isCommandlineBuffer` set to true.",
          "is_bot": false,
          "headline": "feat: full bind `edit_command_buffer` support, to handle as `$__fish_…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "654e815315194acba599a9a037da4c2330113689",
          "body": "…mand_buffer`",
          "is_bot": false,
          "headline": "feat: added initial `LspDocument.isCommandlineBuffer()` for `edit_com…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "10c981e9c898200f1295b246386f297b5751413c",
          "body": "…ning\n\n- src/utils/markdown-build.ts\n- src/parsing/alias.ts\n- src/code-actions/quick-fixes.ts",
          "is_bot": false,
          "headline": "chore: added code-scanning fixes for `js/incomplete-sanitization` war…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "05c5d9ef638ed64ac7dc1603bba9ea77148c80ce",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump `1.1.3-pre.0` with `update:prerelease` script",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "721f2024e2636c01a180c1d7dd7c15387e6f101e",
          "body": "….json`\n\n- only use `web-tree-sitter` dependency instead of `tree-sitter` in\n`package.json` (remove 'tree-sitter' from dependencies list and\n`yarn.lock`)\n\n- fix(`scripts/esbuild/configs.ts`): to bundle correctly without `tree-sitter`\n\n- added `scripts/test-conda.sh` to simulate testing in conda-forg\n[…]\ntest.ts` since it includes reference to `tree-sitter`\n  module\n\n- update: `yarn.lock` due to removal of `tree-sitter` dependency\n\n- chore: bump version to `1.1.3-pre.0` for testing conda-forge release",
          "is_bot": false,
          "headline": "build(conda-forge): remove `\"tree-sitter\": \"^0.21.0\"` dep in `package…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-18T07:12:12Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "336ad331844823910fd2b96d8d04c64bd2a3622a",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump 1.1.2",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:50:15Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4d2b5a79097ca6aabefccc46ee41205aaff36c35",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump 1.1.2-pre.1 + update docs/CHANGELOG.md",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b1ed2e9d7cd7d2ad9428a34ea7c7f90b21cb9da",
          "body": "- code-actions now allow replacing absolute paths with variables where\napplicable\n  `/home/user/folder` -> `$HOME/folder`\n\n- alias code-action now is shown when cursor is on alias name, allowing\nentire command to be\n  replaced with equivalent function\n  `alias f=foo` -> `function f --wraps foo --des\n[…]\nck()` and\n`onCodeActionResolveCallback()`\n\n- updated code-action tests to reflect the new code-actions and changes\n\n> **NOTE:** most of these code-actions do not rely on diagnostics\n  (not quickfixes)",
          "is_bot": false,
          "headline": "feat(code-actions): path replacement, alias, redirects, set `-a`/`-p`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "25f78d68ce75ab08e549aa58f4fa488f8874a4d9",
          "body": "chore: cleanup comments in `tests/alias-conversion.test.ts` & other tests\n\nchore: fixup `tests/*`",
          "is_bot": false,
          "headline": "fix(tests): tests updated to pass with `>=1.1.1~1.1.2-pre.0` changes",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4f0016fb923971cd56c206464987331965e4aa96",
          "body": "…hSemanticTokens`",
          "is_bot": false,
          "headline": "chore: removed `FISH_SEMANTIC_TOKENS_LEGEND` now using namespace `Fis…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "02c5822caa4be0c358a59b54dc9c07c006f055e7",
          "body": "- only calls shell `type -ap 'NAME'` if no autoloaded paths are found in\nthe `env` keys we check (like: `__fish_config_dir`, `__fish_data_dir`,\n`fish_function_path`, ...)\n\n- utility function in `src/analyze.ts` is named\n`findCommandLocations(cmd: string)` at EOF\n\n- utility function is called in `ana\n[…]\nd\n   not exist. The returned array is just a list of locations where\n   if a file existed there, it would autoload the matching function\n   name used in the argument. `$fish_function_path/<NAME>.fish`",
          "is_bot": false,
          "headline": "refactor: `env` autoloaded path values check for `functions/NAME.fish`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "96064df5344acc29440acaf14a8763d21710ae72",
          "body": "…space\n\n- `src/document.ts` changes\n    - added method `.isFunced()`\n    - updated `.isAutoloaded()` to return `true` for `this.isFunced()`\n    - `getFolderType()` returns `functions` for `this.isFunced()`\n- `src/utils/workspace-manager.ts`/`src/utils/workspace.ts` changes\n    - added helper methods\n[…]\n match by\n      searching all workspace's uris, and then added a fallback to\n      support `FishUriWorkspace.isFuncedPath(path)` which would handle\n      `funced` paths pointing to `__fish_config_dir`",
          "is_bot": false,
          "headline": "feat: treat `funced` paths as if they are in `__fish_config_dir` work…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "9a337effa2eed9c2cc7f334acf3fa54f3bbc08d7",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump to v1.1.2-pre.0",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "eee3caf7228c61b135e015c328be9158d085b971",
          "body": null,
          "is_bot": false,
          "headline": "revert(CompletionItem): dollar completions to ae08f7e",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-12T04:40:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "238c12bb140477b0bae97fb491278c3ddc16375c",
          "body": null,
          "is_bot": false,
          "headline": "chore: bump `v1.1.1`",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-09T13:20:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2b6a178a3a300ea5949f7b9940e414e79f6669d4",
          "body": "* chore: bump `v1.1.1`\n\n* build(scripts/*): moved sourced fish files in build scripts to `scripts/fish/*`\n\n* fix(tests): test utils like: `tests/setup-mocks.ts` and `tests/test-workspace-utils.ts`\n\n* fix(v1.1.1-pre.8): polyfills, references, diagnostics, `scripts/*` + lints\n\n- polyfills uses es-iter\n[…]\nhell\n\n* fix(esbuild,test-npm-package): `yarn build` works correct in actions\n\n* feat: diagnostic validation early exit\n\n* feat: added `fish-lsp complete --abbreviations` for subcommand `abbr` sourcing",
          "is_bot": false,
          "headline": "feat: v1.1.1-pre.8 (#128)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-09T12:20:30Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "25527b0f6667ae4f14a8fca5ec7aac984edd135b",
          "body": "* docs(src/cli.ts): remove deprecated `fish-lsp start --help` handlers ('logger', 'index')\n\nchore: added @jose-elias-alvarez as contributor\n\nCo-authored-by: @jose-elias-alvarez <jose-elias-alvarez@users.noreply.github.com>\n\n* feat(src/utils/progress-notification.ts): hide `config.fish_lsp_show_clien\n[…]\n`v1.1.1-pre.7` release\n\n---------\n\nCo-authored-by: @jose-elias-alvarez <jose-elias-alvarez@users.noreply.github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": false,
          "headline": "feat: v1.1.1 nightly (#127)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-12-02T05:54:55Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "6bfd51f3c7c8a41a65e2d4495be49703121c78ac",
          "body": "…5)ff\n\nBumps the npm_and_yarn group with 1 update in the / directory: [js-yaml](https://github.com/nodeca/js-yaml).\n\n\nUpdates `js-yaml` from 4.1.0 to 4.1.1\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)\n\n\n[…]\n dependency-type: indirect\n  dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump js-yaml in the npm_and_yarn group across 1 directory (#12…",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-11-22T01:57:19Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "f207d015e282d936752327008bc4bc87f16041f3",
          "body": "Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\n\nUpdates `vite` from 7.1.5 to 7.1.11\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGEL\n[…]\ny-type: direct:development\n  dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "chore: bump vite in the npm_and_yarn group across 1 directory (#117)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-11-18T00:48:20Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "399dba7f4f6df9b23abd6b00bbf8af7e80a22d38",
          "body": "* chore: initial semantic-tokens support using tree-sitter\n\n* note: @ndonfris/tree-sitter-fish is under development to correctly export the\n        `highlights.scm` file\n\nchore: WIP semantic tokens using tree-sitter-fish@nightly\n\nfix: update for `@ndonfris/tree-sitter-fish@dev`\n\nfix: use npm publish\n[…]\nmed `src/semantic-tokens-simple.ts`\n\n- removed old `**/semantic-tokens.*` files in workspace and replaced\nthem with `src/semantic-token-simple.ts` (their temporary name in\nhistory)\n\n* chore: fix lints",
          "is_bot": false,
          "headline": "feat: Add Semantic Tokens Support (#113)",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-11-18T00:47:45Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "cc77cf3f0cf7946486ae26b64e5a176de5642098",
          "body": "- `scripts/utils.fish` exports reusable functions to help automate\ngithub publishing\n\n- `package.json` now contains script `publish-and-release`\n\n- `sh:dev:complete:install` now correctly points to scripts that exist\nin `scripts/**.fish` files (that contain `--complete` flags)",
          "is_bot": false,
          "headline": "fix: `scripts/*.fish` now use `scripts/utils.fish` for npm pkg info",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-10-01T18:59:44Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2aaa1f3c3a8301c5c4ff012e152ca4c7f288af70",
          "body": "chore: convert `package.json` scripts from using `npm` to `yarn`\n\n- used in `yarn sh:build-assets` for `prepack` command\n- changed `generate:man:actaul` and `generate:man:diff` to use `yarn run\n--silent ...` prefix instead of `npm run --foreground-scripts -s ...`",
          "is_bot": false,
          "headline": "chore: auto-commit v1.1.0",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-10-01T18:28:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5f1842efc5c431830b2ad30707f5c15d26a0e890",
          "body": "…4004`\n\n* diagnostic `4004` is skipped when `symbol.needsLocalReferences()` is\nfalse, which occurs on:\n  - top-level function definitions that are autoloaded or inside a\n    shebang shell script\n  - variable definitions that are `argv`, `fish_trace`\n  - variable definitions that are `exported`, `global`, `universal`\n  - alias definitions\n\n* added `LspDocument.hasShebang()` which returns a boolean representing\nif the first line is shebang identifier",
          "is_bot": false,
          "headline": "feat: added `FishSymbol.needsLocalReferences()` method for skipping `…",
          "author_name": "nick",
          "author_login": "ndonfris",
          "committed_at": "2025-10-01T15:37:08Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 23,
      "commits_last_year": 110,
      "latest_release_at": "2026-06-11T09:59:52Z",
      "latest_release_tag": "v1.1.4",
      "releases_from_tags": false,
      "days_since_last_push": 4,
      "active_weeks_last_year": 20,
      "days_since_latest_release": 51,
      "mean_days_between_releases": 29.7
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": true,
      "health_percentage": 100,
      "has_issue_template": false,
      "has_code_of_conduct": true,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "fish-lsp",
          "exists": true,
          "license": "MIT",
          "keywords": [
            "lsp",
            "fish",
            "fish-shell",
            "language-server-protocol",
            "language-server"
          ],
          "ecosystem": "npm",
          "matches_repo": true,
          "registry_url": "https://www.npmjs.com/package/fish-lsp",
          "is_deprecated": false,
          "latest_version": "1.1.4",
          "repository_url": "https://github.com/ndonfris/fish-lsp",
          "versions_count": 88,
          "total_downloads": null,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": 1,
          "monthly_downloads": 10258,
          "first_published_at": "2024-03-20T05:34:39.420000Z",
          "latest_published_at": "2026-06-11T09:42:09.897000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 51
        }
      ]
    },
    "popularity": {
      "forks": 13,
      "stars": 315,
      "watchers": 1,
      "fork_history": {
        "days": [
          {
            "date": "2024-04-16",
            "count": 1
          },
          {
            "date": "2024-06-03",
            "count": 1
          },
          {
            "date": "2024-06-23",
            "count": 1
          },
          {
            "date": "2024-07-16",
            "count": 1
          },
          {
            "date": "2024-07-24",
            "count": 1
          },
          {
            "date": "2024-11-04",
            "count": 1
          },
          {
            "date": "2025-01-05",
            "count": 1
          },
          {
            "date": "2025-01-08",
            "count": 1
          },
          {
            "date": "2025-07-08",
            "count": 1
          },
          {
            "date": "2026-03-14",
            "count": 1
          },
          {
            "date": "2026-03-31",
            "count": 1
          },
          {
            "date": "2026-04-18",
            "count": 1
          },
          {
            "date": "2026-06-14",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 13,
        "total_forks": 13
      },
      "star_history": null,
      "open_issues_and_prs": 7
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [
        "tsconfig.json"
      ],
      "toolchain_manifests": [],
      "largest_source_bytes": 109473,
      "source_files_sampled": 208,
      "oversized_source_files": 4,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "package.json"
      ],
      "advisories": {
        "error": null,
        "scope": "published_package",
        "source": "osv",
        "findings": [],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 52,
        "malicious_count": 0,
        "assessed_package": "npm:fish-lsp@1.1.4",
        "unassessed_count": 0,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "npm"
      ],
      "dependencies": [
        {
          "name": "commander",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^12.1.0"
        },
        {
          "name": "fast-glob",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.3.3"
        },
        {
          "name": "vscode-languageserver",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^9.0.1"
        },
        {
          "name": "vscode-languageserver-protocol",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.17.5"
        },
        {
          "name": "vscode-languageserver-textdocument",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^1.0.13"
        },
        {
          "name": "vscode-uri",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.1.0"
        },
        {
          "name": "web-tree-sitter",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^0.23.0"
        },
        {
          "name": "zod",
          "manifest": "package.json",
          "ecosystem": "npm",
          "version_constraint": "^3.25.76"
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "commander",
            "direct": true,
            "version": "12.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-glob",
            "direct": true,
            "version": "3.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-languageserver",
            "direct": true,
            "version": "9.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-languageserver-protocol",
            "direct": true,
            "version": "3.17.5",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-languageserver-protocol",
            "direct": true,
            "version": "3.18.2",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-languageserver-textdocument",
            "direct": true,
            "version": "1.0.13",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-uri",
            "direct": true,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "web-tree-sitter",
            "direct": true,
            "version": "0.23.2",
            "ecosystem": "npm"
          },
          {
            "name": "zod",
            "direct": true,
            "version": "3.25.76",
            "ecosystem": "npm"
          },
          {
            "name": "zod",
            "direct": true,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "@asamuzakjp/css-color",
            "direct": false,
            "version": "5.1.11",
            "ecosystem": "npm"
          },
          {
            "name": "@asamuzakjp/dom-selector",
            "direct": false,
            "version": "7.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@asamuzakjp/generational-cache",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@asamuzakjp/nwsapi",
            "direct": false,
            "version": "2.3.9",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-string-parser",
            "direct": false,
            "version": "7.29.7",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/helper-validator-identifier",
            "direct": false,
            "version": "7.29.7",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/parser",
            "direct": false,
            "version": "7.29.7",
            "ecosystem": "npm"
          },
          {
            "name": "@babel/types",
            "direct": false,
            "version": "7.29.7",
            "ecosystem": "npm"
          },
          {
            "name": "@bcoe/v8-coverage",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@bramus/specificity",
            "direct": false,
            "version": "2.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@csstools/color-helpers",
            "direct": false,
            "version": "6.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@csstools/css-calc",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@csstools/css-color-parser",
            "direct": false,
            "version": "4.1.9",
            "ecosystem": "npm"
          },
          {
            "name": "@csstools/css-parser-algorithms",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@csstools/css-syntax-patches-for-csstree",
            "direct": false,
            "version": "1.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "@csstools/css-tokenizer",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/core",
            "direct": false,
            "version": "1.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/core",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/runtime",
            "direct": false,
            "version": "1.11.0",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/runtime",
            "direct": false,
            "version": "1.11.1",
            "ecosystem": "npm"
          },
          {
            "name": "@emnapi/wasi-threads",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild-plugins/node-globals-polyfill",
            "direct": false,
            "version": "0.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/aix-ppc64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/android-arm",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/android-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/android-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/darwin-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/darwin-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/freebsd-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/freebsd-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-arm",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-ia32",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-loong64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-mips64el",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-ppc64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-riscv64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-s390x",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/linux-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/netbsd-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/netbsd-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/openbsd-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/openbsd-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/openharmony-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/sunos-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/win32-arm64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/win32-ia32",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esbuild/win32-x64",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "@esdmr/tree-sitter-fish",
            "direct": false,
            "version": "3.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint-community/eslint-utils",
            "direct": false,
            "version": "4.9.1",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint-community/regexpp",
            "direct": false,
            "version": "4.12.2",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/config-array",
            "direct": false,
            "version": "0.21.2",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/config-helpers",
            "direct": false,
            "version": "0.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/core",
            "direct": false,
            "version": "0.17.0",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/eslintrc",
            "direct": false,
            "version": "3.3.6",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/js",
            "direct": false,
            "version": "10.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/js",
            "direct": false,
            "version": "9.39.5",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/object-schema",
            "direct": false,
            "version": "2.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "@eslint/plugin-kit",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@exodus/bytes",
            "direct": false,
            "version": "1.15.1",
            "ecosystem": "npm"
          },
          {
            "name": "@humanfs/core",
            "direct": false,
            "version": "0.19.2",
            "ecosystem": "npm"
          },
          {
            "name": "@humanfs/node",
            "direct": false,
            "version": "0.16.8",
            "ecosystem": "npm"
          },
          {
            "name": "@humanfs/types",
            "direct": false,
            "version": "0.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "@humanwhocodes/module-importer",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@humanwhocodes/retry",
            "direct": false,
            "version": "0.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/resolve-uri",
            "direct": false,
            "version": "3.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/sourcemap-codec",
            "direct": false,
            "version": "1.5.5",
            "ecosystem": "npm"
          },
          {
            "name": "@jridgewell/trace-mapping",
            "direct": false,
            "version": "0.3.31",
            "ecosystem": "npm"
          },
          {
            "name": "@jsonjoy.com/base64",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jsonjoy.com/buffers",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "@jsonjoy.com/codegen",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jsonjoy.com/json-pack",
            "direct": false,
            "version": "1.21.0",
            "ecosystem": "npm"
          },
          {
            "name": "@jsonjoy.com/json-pointer",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@jsonjoy.com/util",
            "direct": false,
            "version": "1.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "@napi-rs/wasm-runtime",
            "direct": false,
            "version": "1.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "@nodelib/fs.scandir",
            "direct": false,
            "version": "2.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@nodelib/fs.stat",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@nodelib/fs.walk",
            "direct": false,
            "version": "1.2.8",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-android-arm-eabi",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-android-arm64",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-darwin-arm64",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-darwin-x64",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-freebsd-x64",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-arm-gnueabihf",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-arm-musleabihf",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-arm64-gnu",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-arm64-musl",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-ppc64-gnu",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-riscv64-gnu",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-riscv64-musl",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-s390x-gnu",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-x64-gnu",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-linux-x64-musl",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-openharmony-arm64",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-wasm32-wasi",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-win32-arm64-msvc",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-win32-ia32-msvc",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-parser/binding-win32-x64-msvc",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-project/types",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-project/types",
            "direct": false,
            "version": "0.139.0",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-android-arm-eabi",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-android-arm64",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-darwin-arm64",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-darwin-x64",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-freebsd-x64",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-arm-gnueabihf",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-arm-musleabihf",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-arm64-gnu",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-arm64-musl",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-ppc64-gnu",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-riscv64-gnu",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-riscv64-musl",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-s390x-gnu",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-x64-gnu",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-linux-x64-musl",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-openharmony-arm64",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-wasm32-wasi",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-win32-arm64-msvc",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@oxc-resolver/binding-win32-x64-msvc",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "@polka/url",
            "direct": false,
            "version": "1.0.0-next.29",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-android-arm64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-darwin-arm64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-darwin-x64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-freebsd-x64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-arm-gnueabihf",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-arm64-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-arm64-musl",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-ppc64-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-s390x-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-x64-gnu",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-linux-x64-musl",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-openharmony-arm64",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-wasm32-wasi",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-win32-arm64-msvc",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/binding-win32-x64-msvc",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "@rolldown/pluginutils",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "@standard-schema/spec",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "@stylistic/eslint-plugin",
            "direct": false,
            "version": "4.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "@tsconfig/node-ts",
            "direct": false,
            "version": "23.6.4",
            "ecosystem": "npm"
          },
          {
            "name": "@tsconfig/node22",
            "direct": false,
            "version": "22.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@tybys/wasm-util",
            "direct": false,
            "version": "0.10.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/chai",
            "direct": false,
            "version": "5.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/deep-eql",
            "direct": false,
            "version": "4.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "@types/estree",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "@types/fs-extra",
            "direct": false,
            "version": "11.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/jsdom",
            "direct": false,
            "version": "28.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "@types/json-schema",
            "direct": false,
            "version": "7.0.15",
            "ecosystem": "npm"
          },
          {
            "name": "@types/jsonfile",
            "direct": false,
            "version": "6.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "@types/node",
            "direct": false,
            "version": "26.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "@types/tough-cookie",
            "direct": false,
            "version": "4.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/eslint-plugin",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/parser",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/project-service",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/scope-manager",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/tsconfig-utils",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/type-utils",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/types",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/typescript-estree",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/utils",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@typescript-eslint/visitor-keys",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/coverage-v8",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/expect",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/mocker",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/pretty-format",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/runner",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/snapshot",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/spy",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/ui",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "@vitest/utils",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "acorn",
            "direct": false,
            "version": "8.17.0",
            "ecosystem": "npm"
          },
          {
            "name": "acorn-jsx",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "ajv",
            "direct": false,
            "version": "6.15.0",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-regex",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "ansi-styles",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "argparse",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "array-buffer-byte-length",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "arraybuffer.prototype.slice",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "assertion-error",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ast-v8-to-istanbul",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "async-function",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "available-typed-arrays",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "balanced-match",
            "direct": false,
            "version": "4.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "bidi-js",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "brace-expansion",
            "direct": false,
            "version": "5.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "braces",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "buffer-from",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "call-bind",
            "direct": false,
            "version": "1.0.9",
            "ecosystem": "npm"
          },
          {
            "name": "call-bind-apply-helpers",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "call-bound",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "callsites",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "chai",
            "direct": false,
            "version": "6.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "2.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "4.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "chalk",
            "direct": false,
            "version": "5.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "chokidar",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "cliui",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "1.9.3",
            "ecosystem": "npm"
          },
          {
            "name": "color-convert",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "color-name",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "convert-source-map",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "6.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "cross-spawn",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "css-tree",
            "direct": false,
            "version": "3.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "data-uri-to-buffer",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "data-urls",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "data-view-buffer",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "data-view-byte-length",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "data-view-byte-offset",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "debug",
            "direct": false,
            "version": "4.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "decimal.js",
            "direct": false,
            "version": "10.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "deep-is",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "define-data-property",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "define-properties",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "detect-libc",
            "direct": false,
            "version": "2.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "dts-bundle-generator",
            "direct": false,
            "version": "9.5.1",
            "ecosystem": "npm"
          },
          {
            "name": "dunder-proto",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "emoji-regex",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "entities",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "error-ex",
            "direct": false,
            "version": "1.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "es-abstract",
            "direct": false,
            "version": "1.24.2",
            "ecosystem": "npm"
          },
          {
            "name": "es-abstract-get",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "es-define-property",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "es-errors",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "es-module-lexer",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "es-object-atoms",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "es-set-tostringtag",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "es-to-primitive",
            "direct": false,
            "version": "1.3.4",
            "ecosystem": "npm"
          },
          {
            "name": "esbuild",
            "direct": false,
            "version": "0.28.1",
            "ecosystem": "npm"
          },
          {
            "name": "escalade",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "escape-string-regexp",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint",
            "direct": false,
            "version": "9.39.5",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-scope",
            "direct": false,
            "version": "8.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-visitor-keys",
            "direct": false,
            "version": "3.4.3",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-visitor-keys",
            "direct": false,
            "version": "4.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "eslint-visitor-keys",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "espree",
            "direct": false,
            "version": "10.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "esquery",
            "direct": false,
            "version": "1.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "esrecurse",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estraverse",
            "direct": false,
            "version": "5.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "estree-walker",
            "direct": false,
            "version": "3.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "esutils",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "expect-type",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-check",
            "direct": false,
            "version": "4.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-deep-equal",
            "direct": false,
            "version": "3.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "fast-json-stable-stringify",
            "direct": false,
            "version": "2.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "fast-levenshtein",
            "direct": false,
            "version": "2.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "fastq",
            "direct": false,
            "version": "1.20.1",
            "ecosystem": "npm"
          },
          {
            "name": "fd-package-json",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fdir",
            "direct": false,
            "version": "6.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "fetch-blob",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "fflate",
            "direct": false,
            "version": "0.8.3",
            "ecosystem": "npm"
          },
          {
            "name": "file-entry-cache",
            "direct": false,
            "version": "8.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "fill-range",
            "direct": false,
            "version": "7.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "find-up",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "flat-cache",
            "direct": false,
            "version": "4.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "flatted",
            "direct": false,
            "version": "3.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "for-each",
            "direct": false,
            "version": "0.3.5",
            "ecosystem": "npm"
          },
          {
            "name": "formatly",
            "direct": false,
            "version": "0.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "formdata-polyfill",
            "direct": false,
            "version": "4.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "fs-extra",
            "direct": false,
            "version": "11.3.6",
            "ecosystem": "npm"
          },
          {
            "name": "fsevents",
            "direct": false,
            "version": "2.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "function-bind",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "function.prototype.name",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "functions-have-names",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "generator-function",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "get-caller-file",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "get-intrinsic",
            "direct": false,
            "version": "1.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "get-proto",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "get-symbol-description",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "get-tsconfig",
            "direct": false,
            "version": "4.14.0",
            "ecosystem": "npm"
          },
          {
            "name": "glob",
            "direct": false,
            "version": "13.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "glob-parent",
            "direct": false,
            "version": "5.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "glob-parent",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "glob-to-regex.js",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "14.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "globals",
            "direct": false,
            "version": "17.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "globalthis",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "gopd",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "graceful-fs",
            "direct": false,
            "version": "4.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "has-bigints",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-flag",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-property-descriptors",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "has-proto",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-symbols",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "has-tostringtag",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "hasown",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "hosted-git-info",
            "direct": false,
            "version": "2.8.9",
            "ecosystem": "npm"
          },
          {
            "name": "html-encoding-sniffer",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "html-escaper",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "husky",
            "direct": false,
            "version": "9.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "hyperdyperid",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "ignore",
            "direct": false,
            "version": "5.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "ignore",
            "direct": false,
            "version": "7.0.6",
            "ecosystem": "npm"
          },
          {
            "name": "import-fresh",
            "direct": false,
            "version": "3.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "imurmurhash",
            "direct": false,
            "version": "0.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "internal-slot",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-array-buffer",
            "direct": false,
            "version": "3.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "is-arrayish",
            "direct": false,
            "version": "0.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-async-function",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-bigint",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-boolean-object",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-callable",
            "direct": false,
            "version": "1.2.7",
            "ecosystem": "npm"
          },
          {
            "name": "is-core-module",
            "direct": false,
            "version": "2.16.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-data-view",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-date-object",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-document.all",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-extglob",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-finalizationregistry",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-fullwidth-code-point",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-generator-function",
            "direct": false,
            "version": "1.1.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-glob",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-map",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-negative-zero",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-number",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "is-number-object",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-potential-custom-element-name",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-regex",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-set",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "is-shared-array-buffer",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "is-string",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-symbol",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-typed-array",
            "direct": false,
            "version": "1.1.15",
            "ecosystem": "npm"
          },
          {
            "name": "is-weakmap",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "is-weakref",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "is-weakset",
            "direct": false,
            "version": "2.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "isarray",
            "direct": false,
            "version": "2.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "isexe",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-coverage",
            "direct": false,
            "version": "3.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-lib-report",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "istanbul-reports",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "jiti",
            "direct": false,
            "version": "2.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "js-tokens",
            "direct": false,
            "version": "10.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "js-yaml",
            "direct": false,
            "version": "4.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "jsdom",
            "direct": false,
            "version": "29.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-buffer",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-parse-better-errors",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "json-schema-traverse",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "json-stable-stringify-without-jsonify",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "jsonfile",
            "direct": false,
            "version": "6.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "keyv",
            "direct": false,
            "version": "4.5.4",
            "ecosystem": "npm"
          },
          {
            "name": "knip",
            "direct": false,
            "version": "6.27.0",
            "ecosystem": "npm"
          },
          {
            "name": "levn",
            "direct": false,
            "version": "0.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-android-arm64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-darwin-arm64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-darwin-x64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-freebsd-x64",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-arm-gnueabihf",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-arm64-gnu",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-arm64-musl",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-x64-gnu",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-linux-x64-musl",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-win32-arm64-msvc",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "lightningcss-win32-x64-msvc",
            "direct": false,
            "version": "1.33.0",
            "ecosystem": "npm"
          },
          {
            "name": "load-json-file",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "locate-path",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "lodash.merge",
            "direct": false,
            "version": "4.6.2",
            "ecosystem": "npm"
          },
          {
            "name": "lru-cache",
            "direct": false,
            "version": "11.5.2",
            "ecosystem": "npm"
          },
          {
            "name": "magic-string",
            "direct": false,
            "version": "0.30.21",
            "ecosystem": "npm"
          },
          {
            "name": "magicast",
            "direct": false,
            "version": "0.5.3",
            "ecosystem": "npm"
          },
          {
            "name": "make-dir",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "math-intrinsics",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "mdn-data",
            "direct": false,
            "version": "2.27.1",
            "ecosystem": "npm"
          },
          {
            "name": "memfs",
            "direct": false,
            "version": "4.38.1",
            "ecosystem": "npm"
          },
          {
            "name": "memorystream",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "merge2",
            "direct": false,
            "version": "1.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "micromatch",
            "direct": false,
            "version": "4.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "minimatch",
            "direct": false,
            "version": "10.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "minipass",
            "direct": false,
            "version": "7.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "mrmime",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "ms",
            "direct": false,
            "version": "2.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "nanoid",
            "direct": false,
            "version": "3.3.16",
            "ecosystem": "npm"
          },
          {
            "name": "natural-compare",
            "direct": false,
            "version": "1.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "nice-try",
            "direct": false,
            "version": "1.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "node-domexception",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "node-fetch",
            "direct": false,
            "version": "3.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "normalize-package-data",
            "direct": false,
            "version": "2.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "npm-run-all",
            "direct": false,
            "version": "4.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "object-inspect",
            "direct": false,
            "version": "1.13.4",
            "ecosystem": "npm"
          },
          {
            "name": "object-keys",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "object.assign",
            "direct": false,
            "version": "4.1.7",
            "ecosystem": "npm"
          },
          {
            "name": "obug",
            "direct": false,
            "version": "2.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "optionator",
            "direct": false,
            "version": "0.9.4",
            "ecosystem": "npm"
          },
          {
            "name": "own-keys",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "oxc-parser",
            "direct": false,
            "version": "0.137.0",
            "ecosystem": "npm"
          },
          {
            "name": "oxc-resolver",
            "direct": false,
            "version": "11.21.3",
            "ecosystem": "npm"
          },
          {
            "name": "p-limit",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "p-locate",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "package-json-from-dist",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "parent-module",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "parse-json",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "parse5",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-exists",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-key",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "path-parse",
            "direct": false,
            "version": "1.0.7",
            "ecosystem": "npm"
          },
          {
            "name": "path-scurry",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "path-type",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "pathe",
            "direct": false,
            "version": "2.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "picocolors",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "2.3.2",
            "ecosystem": "npm"
          },
          {
            "name": "picomatch",
            "direct": false,
            "version": "4.0.5",
            "ecosystem": "npm"
          },
          {
            "name": "pidtree",
            "direct": false,
            "version": "0.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "pify",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "possible-typed-array-names",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "postcss",
            "direct": false,
            "version": "8.5.20",
            "ecosystem": "npm"
          },
          {
            "name": "prelude-ls",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "punycode",
            "direct": false,
            "version": "2.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "pure-rand",
            "direct": false,
            "version": "8.4.2",
            "ecosystem": "npm"
          },
          {
            "name": "queue-microtask",
            "direct": false,
            "version": "1.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "read-pkg",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "readdirp",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "reflect.getprototypeof",
            "direct": false,
            "version": "1.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "regexp.prototype.flags",
            "direct": false,
            "version": "1.5.4",
            "ecosystem": "npm"
          },
          {
            "name": "require-directory",
            "direct": false,
            "version": "2.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "require-from-string",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "resolve",
            "direct": false,
            "version": "1.22.12",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-from",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "resolve-pkg-maps",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "reusify",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "rimraf",
            "direct": false,
            "version": "6.1.3",
            "ecosystem": "npm"
          },
          {
            "name": "rolldown",
            "direct": false,
            "version": "1.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "run-parallel",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "safe-array-concat",
            "direct": false,
            "version": "1.1.4",
            "ecosystem": "npm"
          },
          {
            "name": "safe-push-apply",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "safe-regex-test",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "saxes",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "5.7.2",
            "ecosystem": "npm"
          },
          {
            "name": "semver",
            "direct": false,
            "version": "7.8.5",
            "ecosystem": "npm"
          },
          {
            "name": "set-function-length",
            "direct": false,
            "version": "1.2.2",
            "ecosystem": "npm"
          },
          {
            "name": "set-function-name",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "set-proto",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-command",
            "direct": false,
            "version": "1.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-command",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-regex",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shebang-regex",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "shell-quote",
            "direct": false,
            "version": "1.10.0",
            "ecosystem": "npm"
          },
          {
            "name": "side-channel",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "side-channel-list",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "side-channel-map",
            "direct": false,
            "version": "1.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "side-channel-weakmap",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "siginfo",
            "direct": false,
            "version": "2.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "sirv",
            "direct": false,
            "version": "3.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "smol-toml",
            "direct": false,
            "version": "1.7.0",
            "ecosystem": "npm"
          },
          {
            "name": "source-map",
            "direct": false,
            "version": "0.6.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-js",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "source-map-support",
            "direct": false,
            "version": "0.5.21",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-correct",
            "direct": false,
            "version": "3.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-exceptions",
            "direct": false,
            "version": "2.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-expression-parse",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "spdx-license-ids",
            "direct": false,
            "version": "3.0.23",
            "ecosystem": "npm"
          },
          {
            "name": "stackback",
            "direct": false,
            "version": "0.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "std-env",
            "direct": false,
            "version": "4.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "stop-iteration-iterator",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "string-width",
            "direct": false,
            "version": "4.2.3",
            "ecosystem": "npm"
          },
          {
            "name": "string.prototype.padend",
            "direct": false,
            "version": "3.1.6",
            "ecosystem": "npm"
          },
          {
            "name": "string.prototype.trim",
            "direct": false,
            "version": "1.2.11",
            "ecosystem": "npm"
          },
          {
            "name": "string.prototype.trimend",
            "direct": false,
            "version": "1.0.10",
            "ecosystem": "npm"
          },
          {
            "name": "string.prototype.trimstart",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "strip-ansi",
            "direct": false,
            "version": "6.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "strip-bom",
            "direct": false,
            "version": "3.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "strip-json-comments",
            "direct": false,
            "version": "3.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "strip-json-comments",
            "direct": false,
            "version": "5.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "5.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-color",
            "direct": false,
            "version": "7.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "supports-preserve-symlinks-flag",
            "direct": false,
            "version": "1.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "symbol-tree",
            "direct": false,
            "version": "3.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "thingies",
            "direct": false,
            "version": "2.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "tinybench",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "tinyexec",
            "direct": false,
            "version": "1.2.4",
            "ecosystem": "npm"
          },
          {
            "name": "tinyglobby",
            "direct": false,
            "version": "0.2.17",
            "ecosystem": "npm"
          },
          {
            "name": "tinyrainbow",
            "direct": false,
            "version": "3.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "tldts",
            "direct": false,
            "version": "7.4.9",
            "ecosystem": "npm"
          },
          {
            "name": "tldts-core",
            "direct": false,
            "version": "7.4.9",
            "ecosystem": "npm"
          },
          {
            "name": "to-regex-range",
            "direct": false,
            "version": "5.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "totalist",
            "direct": false,
            "version": "3.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "tough-cookie",
            "direct": false,
            "version": "6.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "tr46",
            "direct": false,
            "version": "6.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "tree-dump",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "ts-api-utils",
            "direct": false,
            "version": "2.5.0",
            "ecosystem": "npm"
          },
          {
            "name": "tslib",
            "direct": false,
            "version": "2.8.1",
            "ecosystem": "npm"
          },
          {
            "name": "tsx",
            "direct": false,
            "version": "4.23.1",
            "ecosystem": "npm"
          },
          {
            "name": "type-check",
            "direct": false,
            "version": "0.4.0",
            "ecosystem": "npm"
          },
          {
            "name": "typed-array-buffer",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "typed-array-byte-length",
            "direct": false,
            "version": "1.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "typed-array-byte-offset",
            "direct": false,
            "version": "1.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "typed-array-length",
            "direct": false,
            "version": "1.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "typescript",
            "direct": false,
            "version": "5.9.3",
            "ecosystem": "npm"
          },
          {
            "name": "typescript-eslint",
            "direct": false,
            "version": "8.65.0",
            "ecosystem": "npm"
          },
          {
            "name": "unbash",
            "direct": false,
            "version": "4.0.3",
            "ecosystem": "npm"
          },
          {
            "name": "unbox-primitive",
            "direct": false,
            "version": "1.1.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici",
            "direct": false,
            "version": "7.28.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "7.28.0",
            "ecosystem": "npm"
          },
          {
            "name": "undici-types",
            "direct": false,
            "version": "8.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "universalify",
            "direct": false,
            "version": "2.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "uri-js",
            "direct": false,
            "version": "4.4.1",
            "ecosystem": "npm"
          },
          {
            "name": "validate-npm-package-license",
            "direct": false,
            "version": "3.0.4",
            "ecosystem": "npm"
          },
          {
            "name": "vite",
            "direct": false,
            "version": "8.1.5",
            "ecosystem": "npm"
          },
          {
            "name": "vite-plugin-wasm",
            "direct": false,
            "version": "3.6.0",
            "ecosystem": "npm"
          },
          {
            "name": "vitest",
            "direct": false,
            "version": "4.1.10",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-jsonrpc",
            "direct": false,
            "version": "8.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-jsonrpc",
            "direct": false,
            "version": "9.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-languageserver-types",
            "direct": false,
            "version": "3.17.5",
            "ecosystem": "npm"
          },
          {
            "name": "vscode-languageserver-types",
            "direct": false,
            "version": "3.18.0",
            "ecosystem": "npm"
          },
          {
            "name": "w3c-xmlserializer",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "walk-up-path",
            "direct": false,
            "version": "4.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "web-streams-polyfill",
            "direct": false,
            "version": "3.3.3",
            "ecosystem": "npm"
          },
          {
            "name": "webidl-conversions",
            "direct": false,
            "version": "8.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "whatwg-mimetype",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "whatwg-url",
            "direct": false,
            "version": "16.0.1",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "1.3.1",
            "ecosystem": "npm"
          },
          {
            "name": "which",
            "direct": false,
            "version": "2.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "which-boxed-primitive",
            "direct": false,
            "version": "1.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "which-builtin-type",
            "direct": false,
            "version": "1.2.1",
            "ecosystem": "npm"
          },
          {
            "name": "which-collection",
            "direct": false,
            "version": "1.0.2",
            "ecosystem": "npm"
          },
          {
            "name": "which-typed-array",
            "direct": false,
            "version": "1.1.22",
            "ecosystem": "npm"
          },
          {
            "name": "why-is-node-running",
            "direct": false,
            "version": "2.3.0",
            "ecosystem": "npm"
          },
          {
            "name": "word-wrap",
            "direct": false,
            "version": "1.2.5",
            "ecosystem": "npm"
          },
          {
            "name": "wrap-ansi",
            "direct": false,
            "version": "7.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "xml-name-validator",
            "direct": false,
            "version": "5.0.0",
            "ecosystem": "npm"
          },
          {
            "name": "xmlchars",
            "direct": false,
            "version": "2.2.0",
            "ecosystem": "npm"
          },
          {
            "name": "y18n",
            "direct": false,
            "version": "5.0.8",
            "ecosystem": "npm"
          },
          {
            "name": "yaml",
            "direct": false,
            "version": "2.9.0",
            "ecosystem": "npm"
          },
          {
            "name": "yargs",
            "direct": false,
            "version": "17.7.3",
            "ecosystem": "npm"
          },
          {
            "name": "yargs-parser",
            "direct": false,
            "version": "21.1.1",
            "ecosystem": "npm"
          },
          {
            "name": "yocto-queue",
            "direct": false,
            "version": "0.1.0",
            "ecosystem": "npm"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 540,
        "direct_count": 10,
        "indirect_count": 530
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 2,
        "merged_prs": 89,
        "open_issues": 5,
        "closed_ratio": 0.911,
        "closed_issues": 51,
        "closed_unmerged_prs": 14
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "ndonfris",
          "commits": 458,
          "avatar_url": "https://avatars.githubusercontent.com/u/49458459?v=4"
        },
        {
          "type": "User",
          "login": "PeterCardenas",
          "commits": 4,
          "avatar_url": "https://avatars.githubusercontent.com/u/16930781?v=4"
        },
        {
          "type": "User",
          "login": "ClanEver",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/73160783?v=4"
        },
        {
          "type": "User",
          "login": "devsunb",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/23169202?v=4"
        },
        {
          "type": "User",
          "login": "petertriho",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/7420227?v=4"
        },
        {
          "type": "User",
          "login": "rmehri01",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/52933714?v=4"
        },
        {
          "type": "User",
          "login": "mimikun",
          "commits": 1,
          "avatar_url": "https://avatars.githubusercontent.com/u/13450321?v=4"
        }
      ],
      "contributors_sampled": 7,
      "top_contributor_share": 0.981
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "check-npm-release.yml",
        "ci.yml",
        "test-npm-package.yml",
        "test-suite.yml"
      ],
      "has_docs_dir": true,
      "linter_configs": [],
      "has_editorconfig": false,
      "has_linter_config": false,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [
        "yarn.lock"
      ],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 10,
            "reason": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 0,
            "reason": "Found 0/6 approved changesets -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 0,
            "reason": "project has 0 contributing companies or organizations -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 10,
            "reason": "project is fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 10,
            "reason": "30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 10,
            "reason": "SAST tool is run on all commits",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 10,
            "reason": "security policy file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": 0,
            "reason": "Project has not signed or included provenance with any releases.",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 8,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 9,
            "reason": "1 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "3172021200ec412d3e1ab7c8a22aaf1c1655f39f",
        "ran_at": "2026-08-01T16:22:58Z",
        "aggregate_score": 6.5,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": true,
      "has_dependabot_config": false
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-08-01T03:30:47Z",
      "oldest_open_prs": [
        {
          "number": 61,
          "created_at": "2025-01-06T08:50:02Z",
          "last_comment_at": "2025-01-08T03:03:16Z",
          "last_comment_author": "ndonfris"
        },
        {
          "number": 171,
          "created_at": "2026-06-14T10:47:10Z",
          "last_comment_at": "2026-06-18T03:09:02Z",
          "last_comment_author": "ndonfris"
        }
      ],
      "last_merged_pr_at": "2026-07-24T04:03:45Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 136,
          "created_at": "2026-02-07T05:09:53Z",
          "last_comment_at": "2026-05-08T05:28:40Z",
          "last_comment_author": "ndonfris"
        },
        {
          "number": 155,
          "created_at": "2026-03-11T01:14:52Z",
          "last_comment_at": "2026-03-18T20:29:38Z",
          "last_comment_author": "ndonfris"
        },
        {
          "number": 164,
          "created_at": "2026-05-16T01:22:48Z",
          "last_comment_at": "2026-05-18T23:32:22Z",
          "last_comment_author": "ndonfris"
        },
        {
          "number": 166,
          "created_at": "2026-05-31T09:12:57Z",
          "last_comment_at": "2026-06-10T07:37:55Z",
          "last_comment_author": "ndonfris"
        },
        {
          "number": 172,
          "created_at": "2026-06-18T03:28:50Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/ndonfris/fish-lsp",
    "host": "github.com",
    "name": "fish-lsp",
    "owner": "ndonfris"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "good",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 72,
      "inputs": {
        "security": 72,
        "vitality": 83,
        "community": 66,
        "governance": 58,
        "engineering": 81
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "good",
        "name": "Vitality",
        "value": 83,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "good",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 78,
            "inputs": {
              "commits_last_year": 110,
              "human_commit_share": 0.96,
              "days_since_last_push": 4,
              "active_weeks_last_year": 20
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 4 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 4
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "20/52 weeks with commits",
                "points": 13.8,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 20
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "110 commits in the last year",
                "points": 18,
                "status": "met",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 110
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "excellent",
            "name": "Release discipline",
            "note": null,
            "notes": [],
            "value": 90,
            "inputs": {
              "releases_count": 23,
              "latest_release_tag": "v1.1.4",
              "releases_from_tags": false,
              "days_since_latest_release": 51,
              "mean_days_between_releases": 29.7
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "23 releases published",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "releases_published",
                    "params": {
                      "count": 23
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 51 days ago",
                "points": 36,
                "status": "met",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 51
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~29.7 days",
                "points": 27,
                "status": "met",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 29.7
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "Project has not signed or included provenance with any releases.",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 8,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 8 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 8
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 66,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "forks": 13,
              "stars": 315,
              "watchers": 1,
              "growth_state": "unverified",
              "growth_factor_pct": 100,
              "growth_unverified_reason": "no_history"
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "315 stars",
                "points": 40.5,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 315
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "13 forks",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 13
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "1 watchers",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "excellent",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 85,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": true,
              "has_issue_template": false,
              "has_code_of_conduct": true,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 18,
                "status": "met",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 13.5,
                "status": "met",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          },
          {
            "key": "ecosystem_adoption",
            "band": "moderate",
            "name": "Ecosystem adoption (downloads)",
            "note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "registry_dependents"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 67,
            "inputs": {
              "packages": [
                "fish-lsp"
              ],
              "dependents": null,
              "ecosystems": "npm",
              "total_downloads": null,
              "monthly_downloads": 10258
            },
            "components": [
              {
                "key": "monthly_downloads",
                "name": "Monthly downloads",
                "detail": "10,258 downloads/month across npm",
                "points": 53.5,
                "status": "partial",
                "details": [
                  {
                    "code": "downloads_monthly",
                    "params": {
                      "count": 10258,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 80
              },
              {
                "key": "registry_dependents",
                "name": "Registry dependents",
                "detail": "not reported by this ecosystem",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_reported_by_this_ecosystem",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 58,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "critical",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 19,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 7,
              "top_contributor_share": 0.981
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 98% of commits",
                "points": 0.4,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 98
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "7 contributors",
                "points": 9.5,
                "status": "partial",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 0 contributing companies or organizations -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 76,
            "inputs": {
              "merged_prs": 89,
              "open_issues": 5,
              "closed_issues": 51,
              "issue_closed_ratio": 0.911,
              "closed_unmerged_prs": 14
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "91% of issues closed",
                "points": 42.6,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 91
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "89/103 decided PRs merged",
                "points": 33.1,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 89,
                      "decided": 103
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 0/6 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "moderate",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 52,
            "inputs": {
              "followers": 18,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "ndonfris",
              "public_repos": 24,
              "account_age_days": 2670
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "18 followers of ndonfris",
                "points": 9.2,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 18,
                      "login": "ndonfris"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "24 public repos, account ~7 yr old",
                "points": 22.2,
                "status": "partial",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 24
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 7
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          },
          {
            "key": "package_maintenance",
            "band": "excellent",
            "name": "Package maintenance",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "packages": [
                "fish-lsp"
              ],
              "ecosystems": "npm",
              "any_deprecated": false,
              "min_days_since_publish": 51
            },
            "components": [
              {
                "key": "published_resolvable",
                "name": "Published & resolvable",
                "detail": "1 package(s) on npm",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "packages_published",
                    "params": {
                      "count": 1,
                      "ecosystems": "npm"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "publish_recency",
                "name": "Publish recency",
                "detail": "latest publish 51 days ago",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "publish_recency",
                    "params": {
                      "days": 51
                    }
                  }
                ],
                "max_points": 35
              },
              {
                "key": "version_history",
                "name": "Version history",
                "detail": "88 published versions",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "published_versions",
                    "params": {
                      "count": 88
                    }
                  }
                ],
                "max_points": 20
              },
              {
                "key": "not_deprecated",
                "name": "Not deprecated",
                "detail": "active, not deprecated or yanked",
                "points": 20,
                "status": "met",
                "details": [
                  {
                    "code": "package_not_deprecated",
                    "params": {}
                  }
                ],
                "max_points": 20
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "good",
        "name": "Engineering Quality",
        "value": 81,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "moderate",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 68,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": false,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "4 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 4
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
                "points": 20,
                "status": "met",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "excellent",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "topics": [
                "fish",
                "fish-shell",
                "lsp",
                "lsp-server",
                "cli",
                "language-server",
                "language-server-protocol",
                "neovim",
                "shell",
                "typescript",
                "vim",
                "vscode-language"
              ],
              "has_wiki": true,
              "homepage": "https://fish-lsp.dev",
              "has_readme": true,
              "has_docs_dir": true,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 25,
                "status": "met",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": "https://fish-lsp.dev",
                "points": 15,
                "status": "met",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "12 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 12
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "good",
        "name": "Security",
        "value": 72,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "moderate",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 65,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 17,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 1,
              "scorecard_aggregate": 6.5
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "4 out of 4 merged PRs checked by a CI test -- score normalized to 10",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 0/6 approved changesets -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 0 contributing companies or organizations -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is fuzzed",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is run on all commits",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file detected",
                "points": 5,
                "status": "met",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "Project has not signed or included provenance with any releases.",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "1 existing vulnerabilities detected",
                "points": 6.8,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:fish-lsp@1.1.4 runtime dependency closure — what installing the published package pulls in — 52 packages. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_published",
                "params": {
                  "package": "npm:fish-lsp@1.1.4",
                  "assessed": 52
                }
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 52,
              "unassessed_packages": 0,
              "affected_by_severity": "none",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "no indirect dependency carries a known advisory",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "no_indirect_advisories",
                    "params": {}
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "no advisory carries a publication date",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_no_publication_date",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 52,
              "malicious_packages": 0,
              "direct_malicious_packages": 0,
              "withdrawn_malicious_packages": 0,
              "installable_malicious_packages": 0
            },
            "components": [
              {
                "key": "no_dependency_reported_as_a_malicious_package",
                "name": "No dependency reported as a malicious package",
                "detail": "no dependency is reported as a malicious package",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "no_malicious_dependencies",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 6
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "moderate",
        "name": "AI Readiness",
        "value": 56,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "at_risk",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 1,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "96 of 96 human commits state their intent (structured subject or explanatory body)",
                "points": 40,
                "status": "met",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 96,
                      "sampled": 96
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "moderate",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 51,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [
                "yarn.lock"
              ],
              "has_dockerfile": false,
              "typed_language": true,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": false,
              "typecheck_configs": [
                "tsconfig.json"
              ],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0.04
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": "tsconfig.json",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "tsconfig.json"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": "lockfile",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": "lockfile"
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "4 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 4,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "excellent",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 99,
            "inputs": {
              "primary_language": "TypeScript",
              "largest_source_bytes": 109473,
              "source_files_sampled": 208,
              "oversized_source_files": 4
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "TypeScript (statically typed)",
                "points": 45,
                "status": "met",
                "details": [
                  {
                    "code": "statically_typed_language",
                    "params": {
                      "language": "TypeScript"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "4/208 source files over 60KB",
                "points": 53.9,
                "status": "partial",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 208,
                      "oversized": 4
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
  ],
  "report_type": "repository",
  "generated_at": "2026-08-01T16:23:14.296679Z",
  "schema_version": "0.27.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/ndonfris/fish-lsp.svg",
  "full_name": "ndonfris/fish-lsp",
  "license_state": "standard",
  "license_spdx": "MIT"
}

Оцінки — це сигнали, а не гарантії. Вони відображають публічно видимі практики на GitHub — це не аудит коду й не гарантія безпеки.

Відсутні дані виключаються, а ваги перенормовуються — нуль за відсутність ніколи не ставиться. Методологія версіонована й відкрита: метрики v1.13.0, схема v0.27.0 — повна методологія · вікі метрик.

Як окремий результат виглядає на тлі всього реєстру: сукупна статистикаnpm.