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": 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": 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": 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": "" } ] } }
LSP implementation for the fish shell language 🐠
ndonfris/fish-lsp holds a health index of 72 out of 100, placing it in the Good band. It scores highest on Vitality (83/100) and lowest on AI Readiness (56/100). It was last updated 4 days ago. A single contributor accounts for most of its recent work.
Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At risk ceiling of 49. AI Readiness sits outside the overall score.
Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.
This repository is owned by a personal account. A single-owner project carries more continuity risk than an organization-backed one.
| Registry | Package | Version | Downloads / mo | Versions | Last publish | Tags |
|---|---|---|---|---|---|---|
| npm | fish-lsp | 1.1.4 | 10,258 | 88 | 51 days ago | lspfishfish-shelllanguage-server-protocollanguage-server |
Is the project alive — is code being written and are releases shipping?
| 36/36 | Push recency — last push 4 days ago |
| 13.8/36 | Commit cadence — 20/52 weeks with commits |
| 18/18 | Commit volume — 110 commits in the last year |
| 10/10 | OpenSSF Scorecard: Maintained — 30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10 |
| commits_last_year | 110 |
| human_commit_share | 0.96 |
| days_since_last_push | 4 |
| active_weeks_last_year | 20 |
| 27/27 | Ships releases — 23 releases published |
| 36/36 | Release recency — latest release 51 days ago |
| 27/27 | Release cadence — a release every ~29.7 days |
| 0/10 | OpenSSF Scorecard: Signed-Releases — Project has not signed or included provenance with any releases. |
| releases_count | 23 |
| latest_release_tag | v1.1.4 |
| releases_from_tags | no |
| days_since_latest_release | 51 |
| mean_days_between_releases | 29.7 |
Does the project have users, downloads, attention, and a welcoming setup for contributors?
| 40.5/60 | Stars — 315 stars |
| 9/25 | Forks — 13 forks |
| 0/15 | Watchers — 1 watchers |
| forks | 13 |
| stars | 315 |
| watchers | 1 |
| growth_state | unverified |
| growth_factor_pct | 100 |
| growth_unverified_reason | no_history |
| 22.5/22.5 | README |
| 22.5/22.5 | License — recognized license (MIT) |
| 18/18 | CONTRIBUTING guide |
| 13.5/13.5 | Code of conduct |
| 0/7.2 | Issue template |
| 0/6.3 | PR template |
| has_readme | yes |
| has_license | yes |
| has_contributing | yes |
| has_issue_template | no |
| has_code_of_conduct | yes |
| has_pull_request_template | no |
| 53.5/80 | Monthly downloads — 10,258 downloads/month across npm |
| 0/20 | Registry dependents — not reported by this ecosystem |
| packages | fish-lsp |
| dependents | — |
| ecosystems | npm |
| total_downloads | — |
| monthly_downloads | 10,258 |
Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?
| 9/54 | Bus factor — 1 contributor(s) cover half of all commits |
| 0.4/22.5 | Commit distribution — top contributor authored 98% of commits |
| 9.5/13.5 | Contributor breadth — 7 contributors |
| 0/10 | OpenSSF Scorecard: Contributors — project has 0 contributing companies or organizations -- score normalized to 0 |
| bus_factor | 1 |
| contributors_sampled | 7 |
| top_contributor_share | 0.981 |
| 42.6/46.8 | Issue resolution — 91% of issues closed |
| 33.1/38.3 | PR acceptance — 89/103 decided PRs merged |
| 0/15 | OpenSSF Scorecard: Code-Review — Found 0/6 approved changesets -- score normalized to 0 |
| merged_prs | 89 |
| open_issues | 5 |
| closed_issues | 51 |
| issue_closed_ratio | 0.911 |
| closed_unmerged_prs | 14 |
| 10/30 | Ownership backing — personal (user) account |
| 0/20 | Verified domain — not applicable to user accounts |
| 9.2/25 | Owner reach — 18 followers of ndonfris |
| 22.2/25 | Track record — 24 public repos, account ~7 yr old |
| followers | 18 |
| owner_type | User |
| is_verified | — |
| owner_login | ndonfris |
| public_repos | 24 |
| account_age_days | 2,670 |
| 25/25 | Published & resolvable — 1 package(s) on npm |
| 35/35 | Publish recency — latest publish 51 days ago |
| 20/20 | Version history — 88 published versions |
| 20/20 | Not deprecated — active, not deprecated or yanked |
| packages | fish-lsp |
| ecosystems | npm |
| any_deprecated | no |
| min_days_since_publish | 51 |
Are baseline engineering and documentation practices in place?
| 24/24 | CI workflows — 4 workflow(s) |
| 24/24 | Tests present |
| 0/16 | Linter config |
| 0/9.6 | Pre-commit hooks |
| 0/6.4 | .editorconfig |
| 20/20 | OpenSSF Scorecard: CI-Tests — 4 out of 4 merged PRs checked by a CI test -- score normalized to 10 |
| has_ci | yes |
| has_tests | yes |
| has_editorconfig | no |
| has_linter_config | no |
| has_precommit_config | no |
| 30/30 | README |
| 25/25 | Documentation directory |
| 15/15 | Documentation / homepage site — https://fish-lsp.dev |
| 10/10 | Repository description |
| 10/10 | Topics — 12 topics |
| 10/10 | Wiki |
| topics | fish, fish-shell, lsp, lsp-server, cli, language-server, language-server-protocol, neovim, shell, typescript, vim, vscode-language |
| has_wiki | yes |
| homepage | https://fish-lsp.dev |
| has_readme | yes |
| has_docs_dir | yes |
| has_description | yes |
Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?
| 7.5/7.5 | Binary-Artifacts — no binaries found in the repo |
| 0/7.5 | Branch-Protection — branch protection not enabled on development/release branches |
| 2.5/2.5 | CI-Tests — 4 out of 4 merged PRs checked by a CI test -- score normalized to 10 |
| 0/2.5 | CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected |
| 0/7.5 | Code-Review — Found 0/6 approved changesets -- score normalized to 0 |
| 0/2.5 | Contributors — project has 0 contributing companies or organizations -- score normalized to 0 |
| 10/10 | Dangerous-Workflow — no dangerous workflow patterns detected |
| 7.5/7.5 | Dependency-Update-Tool — update tool detected |
| 5/5 | Fuzzing — project is fuzzed |
| 2.5/2.5 | License — license file detected |
| 7.5/7.5 | Maintained — 30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10 |
| 0/5 | Packaging — no data |
| 0/5 | Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
| 5/5 | SAST — SAST tool is run on all commits |
| 5/5 | Security-Policy — security policy file detected |
| 0/7.5 | Signed-Releases — Project has not signed or included provenance with any releases. |
| 6/7.5 | Token-Permissions — detected GitHub workflow tokens with excessive permissions |
| 6.8/7.5 | Vulnerabilities — 1 existing vulnerabilities detected |
| source | openssf_scorecard |
| checks_evaluated | 17 |
| scorecard_version | v5.5.0 |
| checks_inconclusive | 1 |
| scorecard_aggregate | 6.5 |
| 35/35 | Direct dependencies free of known advisories — no direct dependency carries a known advisory |
| 25/25 | Indirect dependencies free of known advisories — no indirect dependency carries a known advisory |
| 0/40 | No advisories left outstanding — no advisory carries a publication date |
| source | osv |
| advisories | 0 |
| affected_packages | 0 |
| assessed_packages | 52 |
| unassessed_packages | 0 |
| affected_by_severity | none |
| direct_affected_packages | 0 |
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.
| 0/45 | Agent instructions — no CLAUDE.md / AGENTS.md / editor rules |
| 0/15 | Machine-readable docs (llms.txt) |
| 40/40 | Legible commit history — 96 of 96 human commits state their intent (structured subject or explanatory body) |
| has_llms_txt | no |
| legible_history_share | 1 |
| agent_instruction_files | — |
| agent_instruction_max_bytes | — |
| 0/18 | One-command bootstrap |
| 22/22 | Automated tests |
| 0/11 | Lint / format config |
| 11/11 | Static type checking — tsconfig.json |
| 10/10 | Reproducible environment — lockfile |
| 0/10 | Demonstrated agent practice — no agent-authored commits among the last 100 |
| 8/8 | Automated maintenance — 4 of the last 100 commits are automated dependency updates |
| 0/10 | OpenSSF Scorecard: Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0 |
| has_nix | no |
| has_tests | yes |
| lockfiles | yarn.lock |
| has_dockerfile | no |
| typed_language | yes |
| bootstrap_files | — |
| has_devcontainer | no |
| has_linter_config | no |
| typecheck_configs | tsconfig.json |
| agent_commit_share | 0 |
| toolchain_manifests | — |
| dependency_bot_commit_share | 0.04 |
| 45/45 | Type-checkable code — TypeScript (statically typed) |
| 53.9/55 | Manageable file sizes — 4/208 source files over 60KB |
| primary_language | TypeScript |
| largest_source_bytes | 109,473 |
| source_files_sampled | 208 |
| oversized_source_files | 4 |
When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.
Each point covers 2 days.
Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).
| 10 | Binary-Artifacts | no binaries found in the repo |
| 0 | Branch-Protection | branch protection not enabled on development/release branches |
| 10 | CI-Tests | 4 out of 4 merged PRs checked by a CI test -- score normalized to 10 |
| 0 | CII-Best-Practices | no effort to earn an OpenSSF best practices badge detected |
| 0 | Code-Review | Found 0/6 approved changesets -- score normalized to 0 |
| 0 | Contributors | project has 0 contributing companies or organizations -- score normalized to 0 |
| 10 | Dangerous-Workflow | no dangerous workflow patterns detected |
| 10 | Dependency-Update-Tool | update tool detected |
| 10 | Fuzzing | project is fuzzed |
| 10 | License | license file detected |
| 10 | Maintained | 30 commit(s) and 8 issue activity found in the last 90 days -- score normalized to 10 |
| n/a | Packaging | packaging workflow not detected |
| 0 | Pinned-Dependencies | dependency not pinned by hash detected -- score normalized to 0 |
| 10 | SAST | SAST tool is run on all commits |
| 10 | Security-Policy | security policy file detected |
| 0 | Signed-Releases | Project has not signed or included provenance with any releases. |
| 8 | Token-Permissions | detected GitHub workflow tokens with excessive permissions |
| 9 | Vulnerabilities | 1 existing vulnerabilities detected |
| Registry | Package | Version constraint | Manifest |
|---|---|---|---|
| npm | commander | ^12.1.0 | package.json |
| npm | fast-glob | ^3.3.3 | package.json |
| npm | vscode-languageserver | ^9.0.1 | package.json |
| npm | vscode-languageserver-protocol | ^3.17.5 | package.json |
| npm | vscode-languageserver-textdocument | ^1.0.13 | package.json |
| npm | vscode-uri | ^3.1.0 | package.json |
| npm | web-tree-sitter | ^0.23.0 | package.json |
| npm | zod | ^3.25.76 | package.json |
Full resolved dependency set from the GitHub dependency graph: 10 direct and 530 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.
| Registry | Package | Version | Relation |
|---|---|---|---|
| npm | commander | 12.1.0 | direct |
| npm | fast-glob | 3.3.3 | direct |
| npm | vscode-languageserver | 9.0.1 | direct |
| npm | vscode-languageserver-protocol | 3.17.5 | direct |
| npm | vscode-languageserver-protocol | 3.18.2 | direct |
| npm | vscode-languageserver-textdocument | 1.0.13 | direct |
| npm | vscode-uri | 3.1.0 | direct |
| npm | web-tree-sitter | 0.23.2 | direct |
| npm | zod | 3.25.76 | direct |
| npm | zod | 4.4.3 | direct |
| npm | @asamuzakjp/css-color | 5.1.11 | indirect |
| npm | @asamuzakjp/dom-selector | 7.1.1 | indirect |
| npm | @asamuzakjp/generational-cache | 1.0.1 | indirect |
| npm | @asamuzakjp/nwsapi | 2.3.9 | indirect |
| npm | @babel/helper-string-parser | 7.29.7 | indirect |
| npm | @babel/helper-validator-identifier | 7.29.7 | indirect |
| npm | @babel/parser | 7.29.7 | indirect |
| npm | @babel/types | 7.29.7 | indirect |
| npm | @bcoe/v8-coverage | 1.0.2 | indirect |
| npm | @bramus/specificity | 2.4.2 | indirect |
| npm | @csstools/color-helpers | 6.1.0 | indirect |
| npm | @csstools/css-calc | 3.2.1 | indirect |
| npm | @csstools/css-color-parser | 4.1.9 | indirect |
| npm | @csstools/css-parser-algorithms | 4.0.0 | indirect |
| npm | @csstools/css-syntax-patches-for-csstree | 1.1.6 | indirect |
| npm | @csstools/css-tokenizer | 4.0.0 | indirect |
| npm | @emnapi/core | 1.11.0 | indirect |
| npm | @emnapi/core | 1.11.1 | indirect |
| npm | @emnapi/runtime | 1.11.0 | indirect |
| npm | @emnapi/runtime | 1.11.1 | indirect |
| npm | @emnapi/wasi-threads | 1.2.2 | indirect |
| npm | @esbuild-plugins/node-globals-polyfill | 0.2.3 | indirect |
| npm | @esbuild/aix-ppc64 | 0.28.1 | indirect |
| npm | @esbuild/android-arm | 0.28.1 | indirect |
| npm | @esbuild/android-arm64 | 0.28.1 | indirect |
| npm | @esbuild/android-x64 | 0.28.1 | indirect |
| npm | @esbuild/darwin-arm64 | 0.28.1 | indirect |
| npm | @esbuild/darwin-x64 | 0.28.1 | indirect |
| npm | @esbuild/freebsd-arm64 | 0.28.1 | indirect |
| npm | @esbuild/freebsd-x64 | 0.28.1 | indirect |
| npm | @esbuild/linux-arm | 0.28.1 | indirect |
| npm | @esbuild/linux-arm64 | 0.28.1 | indirect |
| npm | @esbuild/linux-ia32 | 0.28.1 | indirect |
| npm | @esbuild/linux-loong64 | 0.28.1 | indirect |
| npm | @esbuild/linux-mips64el | 0.28.1 | indirect |
| npm | @esbuild/linux-ppc64 | 0.28.1 | indirect |
| npm | @esbuild/linux-riscv64 | 0.28.1 | indirect |
| npm | @esbuild/linux-s390x | 0.28.1 | indirect |
| npm | @esbuild/linux-x64 | 0.28.1 | indirect |
| npm | @esbuild/netbsd-arm64 | 0.28.1 | indirect |
| npm | @esbuild/netbsd-x64 | 0.28.1 | indirect |
| npm | @esbuild/openbsd-arm64 | 0.28.1 | indirect |
| npm | @esbuild/openbsd-x64 | 0.28.1 | indirect |
| npm | @esbuild/openharmony-arm64 | 0.28.1 | indirect |
| npm | @esbuild/sunos-x64 | 0.28.1 | indirect |
| npm | @esbuild/win32-arm64 | 0.28.1 | indirect |
| npm | @esbuild/win32-ia32 | 0.28.1 | indirect |
| npm | @esbuild/win32-x64 | 0.28.1 | indirect |
| npm | @esdmr/tree-sitter-fish | 3.7.0 | indirect |
| npm | @eslint-community/eslint-utils | 4.9.1 | indirect |
| npm | @eslint-community/regexpp | 4.12.2 | indirect |
| npm | @eslint/config-array | 0.21.2 | indirect |
| npm | @eslint/config-helpers | 0.4.2 | indirect |
| npm | @eslint/core | 0.17.0 | indirect |
| npm | @eslint/eslintrc | 3.3.6 | indirect |
| npm | @eslint/js | 10.0.1 | indirect |
| npm | @eslint/js | 9.39.5 | indirect |
| npm | @eslint/object-schema | 2.1.7 | indirect |
| npm | @eslint/plugin-kit | 0.4.1 | indirect |
| npm | @exodus/bytes | 1.15.1 | indirect |
| npm | @humanfs/core | 0.19.2 | indirect |
| npm | @humanfs/node | 0.16.8 | indirect |
| npm | @humanfs/types | 0.15.0 | indirect |
| npm | @humanwhocodes/module-importer | 1.0.1 | indirect |
| npm | @humanwhocodes/retry | 0.4.3 | indirect |
| npm | @jridgewell/resolve-uri | 3.1.2 | indirect |
| npm | @jridgewell/sourcemap-codec | 1.5.5 | indirect |
| npm | @jridgewell/trace-mapping | 0.3.31 | indirect |
| npm | @jsonjoy.com/base64 | 1.1.2 | indirect |
| npm | @jsonjoy.com/buffers | 1.2.1 | indirect |
| npm | @jsonjoy.com/codegen | 1.0.0 | indirect |
| npm | @jsonjoy.com/json-pack | 1.21.0 | indirect |
| npm | @jsonjoy.com/json-pointer | 1.0.2 | indirect |
| npm | @jsonjoy.com/util | 1.9.0 | indirect |
| npm | @napi-rs/wasm-runtime | 1.1.6 | indirect |
| npm | @nodelib/fs.scandir | 2.1.5 | indirect |
| npm | @nodelib/fs.stat | 2.0.5 | indirect |
| npm | @nodelib/fs.walk | 1.2.8 | indirect |
| npm | @oxc-parser/binding-android-arm-eabi | 0.137.0 | indirect |
| npm | @oxc-parser/binding-android-arm64 | 0.137.0 | indirect |
| npm | @oxc-parser/binding-darwin-arm64 | 0.137.0 | indirect |
| npm | @oxc-parser/binding-darwin-x64 | 0.137.0 | indirect |
| npm | @oxc-parser/binding-freebsd-x64 | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-arm-gnueabihf | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-arm-musleabihf | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-arm64-gnu | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-arm64-musl | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-ppc64-gnu | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-riscv64-gnu | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-riscv64-musl | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-s390x-gnu | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-x64-gnu | 0.137.0 | indirect |
| npm | @oxc-parser/binding-linux-x64-musl | 0.137.0 | indirect |
| npm | @oxc-parser/binding-openharmony-arm64 | 0.137.0 | indirect |
| npm | @oxc-parser/binding-wasm32-wasi | 0.137.0 | indirect |
| npm | @oxc-parser/binding-win32-arm64-msvc | 0.137.0 | indirect |
| npm | @oxc-parser/binding-win32-ia32-msvc | 0.137.0 | indirect |
| npm | @oxc-parser/binding-win32-x64-msvc | 0.137.0 | indirect |
| npm | @oxc-project/types | 0.137.0 | indirect |
| npm | @oxc-project/types | 0.139.0 | indirect |
| npm | @oxc-resolver/binding-android-arm-eabi | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-android-arm64 | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-darwin-arm64 | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-darwin-x64 | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-freebsd-x64 | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-arm-gnueabihf | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-arm-musleabihf | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-arm64-gnu | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-arm64-musl | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-ppc64-gnu | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-riscv64-gnu | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-riscv64-musl | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-s390x-gnu | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-x64-gnu | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-linux-x64-musl | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-openharmony-arm64 | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-wasm32-wasi | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-win32-arm64-msvc | 11.21.3 | indirect |
| npm | @oxc-resolver/binding-win32-x64-msvc | 11.21.3 | indirect |
| npm | @polka/url | 1.0.0-next.29 | indirect |
| npm | @rolldown/binding-android-arm64 | 1.1.5 | indirect |
| npm | @rolldown/binding-darwin-arm64 | 1.1.5 | indirect |
| npm | @rolldown/binding-darwin-x64 | 1.1.5 | indirect |
| npm | @rolldown/binding-freebsd-x64 | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-arm-gnueabihf | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-arm64-gnu | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-arm64-musl | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-ppc64-gnu | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-s390x-gnu | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-x64-gnu | 1.1.5 | indirect |
| npm | @rolldown/binding-linux-x64-musl | 1.1.5 | indirect |
| npm | @rolldown/binding-openharmony-arm64 | 1.1.5 | indirect |
| npm | @rolldown/binding-wasm32-wasi | 1.1.5 | indirect |
| npm | @rolldown/binding-win32-arm64-msvc | 1.1.5 | indirect |
| npm | @rolldown/binding-win32-x64-msvc | 1.1.5 | indirect |
| npm | @rolldown/pluginutils | 1.0.1 | indirect |
| npm | @standard-schema/spec | 1.1.0 | indirect |
| npm | @stylistic/eslint-plugin | 4.4.1 | indirect |
| npm | @tsconfig/node-ts | 23.6.4 | indirect |
| npm | @tsconfig/node22 | 22.0.5 | indirect |
| npm | @tybys/wasm-util | 0.10.3 | indirect |
| npm | @types/chai | 5.2.3 | indirect |
| npm | @types/deep-eql | 4.0.2 | indirect |
| npm | @types/estree | 1.0.9 | indirect |
| npm | @types/fs-extra | 11.0.4 | indirect |
| npm | @types/jsdom | 28.0.3 | indirect |
| npm | @types/json-schema | 7.0.15 | indirect |
| npm | @types/jsonfile | 6.1.4 | indirect |
| npm | @types/node | 26.1.1 | indirect |
| npm | @types/tough-cookie | 4.0.5 | indirect |
| npm | @typescript-eslint/eslint-plugin | 8.65.0 | indirect |
| npm | @typescript-eslint/parser | 8.65.0 | indirect |
| npm | @typescript-eslint/project-service | 8.65.0 | indirect |
| npm | @typescript-eslint/scope-manager | 8.65.0 | indirect |
| npm | @typescript-eslint/tsconfig-utils | 8.65.0 | indirect |
| npm | @typescript-eslint/type-utils | 8.65.0 | indirect |
| npm | @typescript-eslint/types | 8.65.0 | indirect |
| npm | @typescript-eslint/typescript-estree | 8.65.0 | indirect |
| npm | @typescript-eslint/utils | 8.65.0 | indirect |
| npm | @typescript-eslint/visitor-keys | 8.65.0 | indirect |
| npm | @vitest/coverage-v8 | 4.1.10 | indirect |
| npm | @vitest/expect | 4.1.10 | indirect |
| npm | @vitest/mocker | 4.1.10 | indirect |
| npm | @vitest/pretty-format | 4.1.10 | indirect |
| npm | @vitest/runner | 4.1.10 | indirect |
| npm | @vitest/snapshot | 4.1.10 | indirect |
| npm | @vitest/spy | 4.1.10 | indirect |
| npm | @vitest/ui | 4.1.10 | indirect |
| npm | @vitest/utils | 4.1.10 | indirect |
| npm | acorn | 8.17.0 | indirect |
| npm | acorn-jsx | 5.3.2 | indirect |
| npm | ajv | 6.15.0 | indirect |
| npm | ansi-regex | 5.0.1 | indirect |
| npm | ansi-styles | 3.2.1 | indirect |
| npm | ansi-styles | 4.3.0 | indirect |
| npm | argparse | 2.0.1 | indirect |
| npm | array-buffer-byte-length | 1.0.2 | indirect |
| npm | arraybuffer.prototype.slice | 1.0.4 | indirect |
| npm | assertion-error | 2.0.1 | indirect |
| npm | ast-v8-to-istanbul | 1.0.5 | indirect |
| npm | async-function | 1.0.0 | indirect |
| npm | available-typed-arrays | 1.0.7 | indirect |
| npm | balanced-match | 4.0.4 | indirect |
| npm | bidi-js | 1.0.3 | indirect |
| npm | brace-expansion | 5.0.7 | indirect |
| npm | braces | 3.0.3 | indirect |
| npm | buffer-from | 1.1.2 | indirect |
| npm | call-bind | 1.0.9 | indirect |
| npm | call-bind-apply-helpers | 1.0.2 | indirect |
| npm | call-bound | 1.0.4 | indirect |
| npm | callsites | 3.1.0 | indirect |
| npm | chai | 6.2.2 | indirect |
| npm | chalk | 2.4.2 | indirect |
| npm | chalk | 4.1.2 | indirect |
| npm | chalk | 5.6.2 | indirect |
| npm | chokidar | 5.0.0 | indirect |
| npm | cliui | 8.0.1 | indirect |
| npm | color-convert | 1.9.3 | indirect |
| npm | color-convert | 2.0.1 | indirect |
| npm | color-name | 1.1.3 | indirect |
| npm | color-name | 1.1.4 | indirect |
| npm | convert-source-map | 2.0.0 | indirect |
| npm | cross-spawn | 6.0.6 | indirect |
| npm | cross-spawn | 7.0.6 | indirect |
| npm | css-tree | 3.2.1 | indirect |
| npm | data-uri-to-buffer | 4.0.1 | indirect |
| npm | data-urls | 7.0.0 | indirect |
| npm | data-view-buffer | 1.0.2 | indirect |
| npm | data-view-byte-length | 1.0.2 | indirect |
| npm | data-view-byte-offset | 1.0.1 | indirect |
| npm | debug | 4.4.3 | indirect |
| npm | decimal.js | 10.6.0 | indirect |
| npm | deep-is | 0.1.4 | indirect |
| npm | define-data-property | 1.1.4 | indirect |
| npm | define-properties | 1.2.1 | indirect |
| npm | detect-libc | 2.1.2 | indirect |
| npm | dts-bundle-generator | 9.5.1 | indirect |
| npm | dunder-proto | 1.0.1 | indirect |
| npm | emoji-regex | 8.0.0 | indirect |
| npm | entities | 8.0.0 | indirect |
| npm | error-ex | 1.3.4 | indirect |
| npm | es-abstract | 1.24.2 | indirect |
| npm | es-abstract-get | 1.0.0 | indirect |
| npm | es-define-property | 1.0.1 | indirect |
| npm | es-errors | 1.3.0 | indirect |
| npm | es-module-lexer | 2.3.1 | indirect |
| npm | es-object-atoms | 1.1.2 | indirect |
| npm | es-set-tostringtag | 2.1.0 | indirect |
| npm | es-to-primitive | 1.3.4 | indirect |
| npm | esbuild | 0.28.1 | indirect |
| npm | escalade | 3.2.0 | indirect |
| npm | escape-string-regexp | 1.0.5 | indirect |
| npm | escape-string-regexp | 4.0.0 | indirect |
| npm | eslint | 9.39.5 | indirect |
| npm | eslint-scope | 8.4.0 | indirect |
| npm | eslint-visitor-keys | 3.4.3 | indirect |
| npm | eslint-visitor-keys | 4.2.1 | indirect |
| npm | eslint-visitor-keys | 5.0.1 | indirect |
| npm | espree | 10.4.0 | indirect |
| npm | esquery | 1.7.0 | indirect |
| npm | esrecurse | 4.3.0 | indirect |
| npm | estraverse | 5.3.0 | indirect |
| npm | estree-walker | 3.0.3 | indirect |
| npm | esutils | 2.0.3 | indirect |
| npm | expect-type | 1.4.0 | indirect |
| npm | fast-check | 4.9.0 | indirect |
| npm | fast-deep-equal | 3.1.3 | indirect |
| npm | fast-json-stable-stringify | 2.1.0 | indirect |
| npm | fast-levenshtein | 2.0.6 | indirect |
| npm | fastq | 1.20.1 | indirect |
| npm | fd-package-json | 2.0.0 | indirect |
| npm | fdir | 6.5.0 | indirect |
| npm | fetch-blob | 3.2.0 | indirect |
| npm | fflate | 0.8.3 | indirect |
| npm | file-entry-cache | 8.0.0 | indirect |
| npm | fill-range | 7.1.1 | indirect |
| npm | find-up | 5.0.0 | indirect |
| npm | flat-cache | 4.0.1 | indirect |
| npm | flatted | 3.4.2 | indirect |
| npm | for-each | 0.3.5 | indirect |
| npm | formatly | 0.3.0 | indirect |
| npm | formdata-polyfill | 4.0.10 | indirect |
| npm | fs-extra | 11.3.6 | indirect |
| npm | fsevents | 2.3.3 | indirect |
| npm | function-bind | 1.1.2 | indirect |
| npm | function.prototype.name | 1.2.0 | indirect |
| npm | functions-have-names | 1.2.3 | indirect |
| npm | generator-function | 2.0.1 | indirect |
| npm | get-caller-file | 2.0.5 | indirect |
| npm | get-intrinsic | 1.3.0 | indirect |
| npm | get-proto | 1.0.1 | indirect |
| npm | get-symbol-description | 1.1.0 | indirect |
| npm | get-tsconfig | 4.14.0 | indirect |
| npm | glob | 13.0.6 | indirect |
| npm | glob-parent | 5.1.2 | indirect |
| npm | glob-parent | 6.0.2 | indirect |
| npm | glob-to-regex.js | 1.2.0 | indirect |
| npm | globals | 14.0.0 | indirect |
| npm | globals | 17.7.0 | indirect |
| npm | globalthis | 1.0.4 | indirect |
| npm | gopd | 1.2.0 | indirect |
| npm | graceful-fs | 4.2.11 | indirect |
| npm | has-bigints | 1.1.0 | indirect |
| npm | has-flag | 3.0.0 | indirect |
| npm | has-flag | 4.0.0 | indirect |
| npm | has-property-descriptors | 1.0.2 | indirect |
| npm | has-proto | 1.2.0 | indirect |
| npm | has-symbols | 1.1.0 | indirect |
| npm | has-tostringtag | 1.0.2 | indirect |
| npm | hasown | 2.0.4 | indirect |
| npm | hosted-git-info | 2.8.9 | indirect |
| npm | html-encoding-sniffer | 6.0.0 | indirect |
| npm | html-escaper | 2.0.2 | indirect |
| npm | husky | 9.1.7 | indirect |
| npm | hyperdyperid | 1.2.0 | indirect |
| npm | ignore | 5.3.2 | indirect |
| npm | ignore | 7.0.6 | indirect |
| npm | import-fresh | 3.3.1 | indirect |
| npm | imurmurhash | 0.1.4 | indirect |
| npm | internal-slot | 1.1.0 | indirect |
| npm | is-array-buffer | 3.0.5 | indirect |
| npm | is-arrayish | 0.2.1 | indirect |
| npm | is-async-function | 2.1.1 | indirect |
| npm | is-bigint | 1.1.0 | indirect |
| npm | is-boolean-object | 1.2.2 | indirect |
| npm | is-callable | 1.2.7 | indirect |
| npm | is-core-module | 2.16.2 | indirect |
| npm | is-data-view | 1.0.2 | indirect |
| npm | is-date-object | 1.1.0 | indirect |
| npm | is-document.all | 1.0.0 | indirect |
| npm | is-extglob | 2.1.1 | indirect |
| npm | is-finalizationregistry | 1.1.1 | indirect |
| npm | is-fullwidth-code-point | 3.0.0 | indirect |
| npm | is-generator-function | 1.1.2 | indirect |
| npm | is-glob | 4.0.3 | indirect |
| npm | is-map | 2.0.3 | indirect |
| npm | is-negative-zero | 2.0.3 | indirect |
| npm | is-number | 7.0.0 | indirect |
| npm | is-number-object | 1.1.1 | indirect |
| npm | is-potential-custom-element-name | 1.0.1 | indirect |
| npm | is-regex | 1.2.1 | indirect |
| npm | is-set | 2.0.3 | indirect |
| npm | is-shared-array-buffer | 1.0.4 | indirect |
| npm | is-string | 1.1.1 | indirect |
| npm | is-symbol | 1.1.1 | indirect |
| npm | is-typed-array | 1.1.15 | indirect |
| npm | is-weakmap | 2.0.2 | indirect |
| npm | is-weakref | 1.1.1 | indirect |
| npm | is-weakset | 2.0.4 | indirect |
| npm | isarray | 2.0.5 | indirect |
| npm | isexe | 2.0.0 | indirect |
| npm | istanbul-lib-coverage | 3.2.2 | indirect |
| npm | istanbul-lib-report | 3.0.1 | indirect |
| npm | istanbul-reports | 3.2.0 | indirect |
| npm | jiti | 2.7.0 | indirect |
| npm | js-tokens | 10.0.0 | indirect |
| npm | js-yaml | 4.3.0 | indirect |
| npm | jsdom | 29.1.1 | indirect |
| npm | json-buffer | 3.0.1 | indirect |
| npm | json-parse-better-errors | 1.0.2 | indirect |
| npm | json-schema-traverse | 0.4.1 | indirect |
| npm | json-stable-stringify-without-jsonify | 1.0.1 | indirect |
| npm | jsonfile | 6.2.1 | indirect |
| npm | keyv | 4.5.4 | indirect |
| npm | knip | 6.27.0 | indirect |
| npm | levn | 0.4.1 | indirect |
| npm | lightningcss | 1.33.0 | indirect |
| npm | lightningcss-android-arm64 | 1.33.0 | indirect |
| npm | lightningcss-darwin-arm64 | 1.33.0 | indirect |
| npm | lightningcss-darwin-x64 | 1.33.0 | indirect |
| npm | lightningcss-freebsd-x64 | 1.33.0 | indirect |
| npm | lightningcss-linux-arm-gnueabihf | 1.33.0 | indirect |
| npm | lightningcss-linux-arm64-gnu | 1.33.0 | indirect |
| npm | lightningcss-linux-arm64-musl | 1.33.0 | indirect |
| npm | lightningcss-linux-x64-gnu | 1.33.0 | indirect |
| npm | lightningcss-linux-x64-musl | 1.33.0 | indirect |
| npm | lightningcss-win32-arm64-msvc | 1.33.0 | indirect |
| npm | lightningcss-win32-x64-msvc | 1.33.0 | indirect |
| npm | load-json-file | 4.0.0 | indirect |
| npm | locate-path | 6.0.0 | indirect |
| npm | lodash.merge | 4.6.2 | indirect |
| npm | lru-cache | 11.5.2 | indirect |
| npm | magic-string | 0.30.21 | indirect |
| npm | magicast | 0.5.3 | indirect |
| npm | make-dir | 4.0.0 | indirect |
| npm | math-intrinsics | 1.1.0 | indirect |
| npm | mdn-data | 2.27.1 | indirect |
| npm | memfs | 4.38.1 | indirect |
| npm | memorystream | 0.3.1 | indirect |
| npm | merge2 | 1.4.1 | indirect |
| npm | micromatch | 4.0.8 | indirect |
| npm | minimatch | 10.2.5 | indirect |
| npm | minipass | 7.1.3 | indirect |
| npm | mrmime | 2.0.1 | indirect |
| npm | ms | 2.1.3 | indirect |
| npm | nanoid | 3.3.16 | indirect |
| npm | natural-compare | 1.4.0 | indirect |
| npm | nice-try | 1.0.5 | indirect |
| npm | node-domexception | 1.0.0 | indirect |
| npm | node-fetch | 3.3.2 | indirect |
| npm | normalize-package-data | 2.5.0 | indirect |
| npm | npm-run-all | 4.1.5 | indirect |
| npm | object-inspect | 1.13.4 | indirect |
| npm | object-keys | 1.1.1 | indirect |
| npm | object.assign | 4.1.7 | indirect |
| npm | obug | 2.1.4 | indirect |
| npm | optionator | 0.9.4 | indirect |
| npm | own-keys | 1.0.1 | indirect |
| npm | oxc-parser | 0.137.0 | indirect |
| npm | oxc-resolver | 11.21.3 | indirect |
| npm | p-limit | 3.1.0 | indirect |
| npm | p-locate | 5.0.0 | indirect |
| npm | package-json-from-dist | 1.0.1 | indirect |
| npm | parent-module | 1.0.1 | indirect |
| npm | parse-json | 4.0.0 | indirect |
| npm | parse5 | 8.0.1 | indirect |
| npm | path-exists | 4.0.0 | indirect |
| npm | path-key | 2.0.1 | indirect |
| npm | path-key | 3.1.1 | indirect |
| npm | path-parse | 1.0.7 | indirect |
| npm | path-scurry | 2.0.2 | indirect |
| npm | path-type | 3.0.0 | indirect |
| npm | pathe | 2.0.3 | indirect |
| npm | picocolors | 1.1.1 | indirect |
| npm | picomatch | 2.3.2 | indirect |
| npm | picomatch | 4.0.5 | indirect |
| npm | pidtree | 0.3.1 | indirect |
| npm | pify | 3.0.0 | indirect |
| npm | possible-typed-array-names | 1.1.0 | indirect |
| npm | postcss | 8.5.20 | indirect |
| npm | prelude-ls | 1.2.1 | indirect |
| npm | punycode | 2.3.1 | indirect |
| npm | pure-rand | 8.4.2 | indirect |
| npm | queue-microtask | 1.2.3 | indirect |
| npm | read-pkg | 3.0.0 | indirect |
| npm | readdirp | 5.0.0 | indirect |
| npm | reflect.getprototypeof | 1.0.10 | indirect |
| npm | regexp.prototype.flags | 1.5.4 | indirect |
| npm | require-directory | 2.1.1 | indirect |
| npm | require-from-string | 2.0.2 | indirect |
| npm | resolve | 1.22.12 | indirect |
| npm | resolve-from | 4.0.0 | indirect |
| npm | resolve-pkg-maps | 1.0.0 | indirect |
| npm | reusify | 1.1.0 | indirect |
| npm | rimraf | 6.1.3 | indirect |
| npm | rolldown | 1.1.5 | indirect |
| npm | run-parallel | 1.2.0 | indirect |
| npm | safe-array-concat | 1.1.4 | indirect |
| npm | safe-push-apply | 1.0.0 | indirect |
| npm | safe-regex-test | 1.1.0 | indirect |
| npm | saxes | 6.0.0 | indirect |
| npm | semver | 5.7.2 | indirect |
| npm | semver | 7.8.5 | indirect |
| npm | set-function-length | 1.2.2 | indirect |
| npm | set-function-name | 2.0.2 | indirect |
| npm | set-proto | 1.0.0 | indirect |
| npm | shebang-command | 1.2.0 | indirect |
| npm | shebang-command | 2.0.0 | indirect |
| npm | shebang-regex | 1.0.0 | indirect |
| npm | shebang-regex | 3.0.0 | indirect |
| npm | shell-quote | 1.10.0 | indirect |
| npm | side-channel | 1.1.1 | indirect |
| npm | side-channel-list | 1.0.1 | indirect |
| npm | side-channel-map | 1.0.1 | indirect |
| npm | side-channel-weakmap | 1.0.2 | indirect |
| npm | siginfo | 2.0.0 | indirect |
| npm | sirv | 3.0.2 | indirect |
| npm | smol-toml | 1.7.0 | indirect |
| npm | source-map | 0.6.1 | indirect |
| npm | source-map-js | 1.2.1 | indirect |
| npm | source-map-support | 0.5.21 | indirect |
| npm | spdx-correct | 3.2.0 | indirect |
| npm | spdx-exceptions | 2.5.0 | indirect |
| npm | spdx-expression-parse | 3.0.1 | indirect |
| npm | spdx-license-ids | 3.0.23 | indirect |
| npm | stackback | 0.0.2 | indirect |
| npm | std-env | 4.2.0 | indirect |
| npm | stop-iteration-iterator | 1.1.0 | indirect |
| npm | string-width | 4.2.3 | indirect |
| npm | string.prototype.padend | 3.1.6 | indirect |
| npm | string.prototype.trim | 1.2.11 | indirect |
| npm | string.prototype.trimend | 1.0.10 | indirect |
| npm | string.prototype.trimstart | 1.0.8 | indirect |
| npm | strip-ansi | 6.0.1 | indirect |
| npm | strip-bom | 3.0.0 | indirect |
| npm | strip-json-comments | 3.1.1 | indirect |
| npm | strip-json-comments | 5.0.3 | indirect |
| npm | supports-color | 5.5.0 | indirect |
| npm | supports-color | 7.2.0 | indirect |
| npm | supports-preserve-symlinks-flag | 1.0.0 | indirect |
| npm | symbol-tree | 3.2.4 | indirect |
| npm | thingies | 2.6.0 | indirect |
| npm | tinybench | 2.9.0 | indirect |
| npm | tinyexec | 1.2.4 | indirect |
| npm | tinyglobby | 0.2.17 | indirect |
| npm | tinyrainbow | 3.1.0 | indirect |
| npm | tldts | 7.4.9 | indirect |
| npm | tldts-core | 7.4.9 | indirect |
| npm | to-regex-range | 5.0.1 | indirect |
| npm | totalist | 3.0.1 | indirect |
| npm | tough-cookie | 6.0.2 | indirect |
| npm | tr46 | 6.0.0 | indirect |
| npm | tree-dump | 1.1.0 | indirect |
| npm | ts-api-utils | 2.5.0 | indirect |
| npm | tslib | 2.8.1 | indirect |
| npm | tsx | 4.23.1 | indirect |
| npm | type-check | 0.4.0 | indirect |
| npm | typed-array-buffer | 1.0.3 | indirect |
| npm | typed-array-byte-length | 1.0.3 | indirect |
| npm | typed-array-byte-offset | 1.0.4 | indirect |
| npm | typed-array-length | 1.0.8 | indirect |
| npm | typescript | 5.9.3 | indirect |
| npm | typescript-eslint | 8.65.0 | indirect |
| npm | unbash | 4.0.3 | indirect |
| npm | unbox-primitive | 1.1.0 | indirect |
| npm | undici | 7.28.0 | indirect |
| npm | undici-types | 7.28.0 | indirect |
| npm | undici-types | 8.3.0 | indirect |
| npm | universalify | 2.0.1 | indirect |
| npm | uri-js | 4.4.1 | indirect |
| npm | validate-npm-package-license | 3.0.4 | indirect |
| npm | vite | 8.1.5 | indirect |
| npm | vite-plugin-wasm | 3.6.0 | indirect |
| npm | vitest | 4.1.10 | indirect |
| npm | vscode-jsonrpc | 8.2.0 | indirect |
| npm | vscode-jsonrpc | 9.0.1 | indirect |
| npm | vscode-languageserver-types | 3.17.5 | indirect |
| npm | vscode-languageserver-types | 3.18.0 | indirect |
| npm | w3c-xmlserializer | 5.0.0 | indirect |
| npm | walk-up-path | 4.0.0 | indirect |
| npm | web-streams-polyfill | 3.3.3 | indirect |
| npm | webidl-conversions | 8.0.1 | indirect |
| npm | whatwg-mimetype | 5.0.0 | indirect |
| npm | whatwg-url | 16.0.1 | indirect |
| npm | which | 1.3.1 | indirect |
| npm | which | 2.0.2 | indirect |
| npm | which-boxed-primitive | 1.1.1 | indirect |
| npm | which-builtin-type | 1.2.1 | indirect |
| npm | which-collection | 1.0.2 | indirect |
| npm | which-typed-array | 1.1.22 | indirect |
| npm | why-is-node-running | 2.3.0 | indirect |
| npm | word-wrap | 1.2.5 | indirect |
| npm | wrap-ansi | 7.0.0 | indirect |
| npm | xml-name-validator | 5.0.0 | indirect |
| npm | xmlchars | 2.2.0 | indirect |
| npm | y18n | 5.0.8 | indirect |
| npm | yaml | 2.9.0 | indirect |
| npm | yargs | 17.7.3 | indirect |
| npm | yargs-parser | 21.1.1 | indirect |
| npm | yocto-queue | 0.1.0 | indirect |
Installing npm:fish-lsp@1.1.4 pulls in 52 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.
No known advisories affect the assessed dependencies.
An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.
{
"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"
}Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.
Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v1.13.0, schema v0.27.0 — full methodology · metrics wiki.
How one result sits in the wider record: aggregate statistics — npm.