Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"squirrel",
"electron",
"github-releases"
],
"is_fork": false,
"size_kb": 1453,
"has_wiki": false,
"homepage": null,
"languages": {
"Shell": 130,
"Dockerfile": 850,
"JavaScript": 1097,
"TypeScript": 475988
},
"pushed_at": "2026-07-24T19:56:45Z",
"created_at": "2021-05-23T02:01:40Z",
"owner_type": "User",
"updated_at": "2026-07-22T03:17:41Z",
"description": ":chestnut: Releases/downloads server with auto-updater and GitHub as a backend",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "next",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://darrelopry.com",
"name": "Darrel O'Pry",
"type": "User",
"login": "dopry",
"company": "@spry-group ",
"location": "Brooklyn, NY",
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/387640?v=4",
"created_at": "2010-09-04T16:25:43Z",
"is_verified": null,
"public_repos": 178,
"account_age_days": 5808
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-07-22T03:34:29Z"
},
{
"tag": "v2.0.0-next.31",
"kind": "prerelease",
"published_at": "2026-07-22T03:18:35Z"
},
{
"tag": "v2.0.0-next.30",
"kind": "prerelease",
"published_at": "2026-07-22T03:08:49Z"
},
{
"tag": "v2.0.0-next.29",
"kind": "prerelease",
"published_at": "2026-07-22T03:01:15Z"
},
{
"tag": "v2.0.0-next.28",
"kind": "prerelease",
"published_at": "2026-07-22T01:16:21Z"
},
{
"tag": "v2.0.0-next.27",
"kind": "prerelease",
"published_at": "2026-07-22T00:52:40Z"
},
{
"tag": "v2.0.0-next.26",
"kind": "prerelease",
"published_at": "2026-07-21T23:59:34Z"
},
{
"tag": "v2.0.0-next.25",
"kind": "prerelease",
"published_at": "2026-07-21T23:49:21Z"
},
{
"tag": "v2.0.0-next.24",
"kind": "prerelease",
"published_at": "2026-07-21T23:24:34Z"
},
{
"tag": "v2.0.0-next.23",
"kind": "prerelease",
"published_at": "2026-07-21T23:13:28Z"
},
{
"tag": "v2.0.0-next.22",
"kind": "prerelease",
"published_at": "2026-07-21T23:03:45Z"
},
{
"tag": "v2.0.0-next.21",
"kind": "prerelease",
"published_at": "2026-07-21T22:47:20Z"
},
{
"tag": "v2.0.0-next.20",
"kind": "prerelease",
"published_at": "2026-07-21T22:37:11Z"
},
{
"tag": "v2.0.0-next.19",
"kind": "prerelease",
"published_at": "2026-07-21T21:53:26Z"
}
],
"recent_commits": [
{
"oid": "a55636b1dff1b976c3ec9ca78a949a1900aeed47",
"body": "* fix: normalize every CRLF when parsing a RELEASES manifest\n\nString.replace with a string pattern only replaces the first occurrence,\nso all but the first line of a CRLF manifest kept their trailing \\r. The\nline regex tolerated the stray \\r (making this harmless in practice),\nbut the normalization \n[…]\nnding flavor.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: normalize every CRLF when parsing a RELEASES manifest (#73)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T03:17:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9b2063df5972c2ca9d0dfd56217ae2d780ea0965",
"body": "…er (#71)\n\n* fix: fall back to the default when PECANS_CACHE_MAX_AGE is not a number\n\nparseInt of a non-numeric value produced NaN, which flowed into the\nbackend's cache-age comparison where every check is false - the release\ncache was fetched once and never refreshed again. Parse the env var\nthroug\n[…]\nf duplicated.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: fall back to the default when PECANS_CACHE_MAX_AGE is not a numb…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T03:07:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "db02442ed85a6ab960d1f43bfa1a75992e3c030d",
"body": "…tly (#72)\n\nfilenameToPlatform's composite-id lookup returned undefined for discrete\nparts with no modeled id (a 'universal' token on linux or non-msix\nwindows assets), so ingestion skipped those assets without logging\nanything and the function violated its declared return type. Throw a\ndescriptive \n[…]\nmaps detection failures to\na 400 (previously a 500 for unparseable filenames).\n\n\nClaude-Session: https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: surface unmapped platform combinations instead of dropping silen…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T03:00:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5b069d3dd035cfd6d5da684128f12042819ea66c",
"body": "… (#70)\n\n1.x classified any filename containing 'win' as a windows asset; 2.0 only\nrecognizes win32/win64 markers and the windows-specific extensions.\nOperators shipping bare -win/-windows portable archives need to rename\nthem, so call the change out in the migration guide.\n\n\nClaude-Session: https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: note stricter windows filename detection in the migration guide…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T02:51:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe1c347f4420a5df6e9c052695d29a6f3380c851",
"body": "State the Node.js >= 22.12 and ESM-only requirements up front instead of\nonly inside the migration section.\n\n\nClaude-Session: https://claude.ai/code/session_01AtqCsX7ptP36t5rdyaJJhM\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add a requirements section to the README (#69)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T02:50:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b44bed362dfbafb60668c0141464cacaa656da6e",
"body": "…#68)\n\n* docs: rewrite the docs tree for 2.0 and add the 1.x migration guide\n\nThe docs/ tree still described nuts: constructor and interceptor APIs\nthat don't exist, /api/resolve and Atom feeds that were never ported,\ncombined GITHUB_REPO env vars, basic auth that was never implemented,\nand a Heroku\n[…]\ns and ranges.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: rewrite the docs tree for 2.0 and add the 1.x migration guide (…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T02:26:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7cb9f50a630a518d237e31ad7ca231f4680d0d84",
"body": "* chore!: remove the 2.0-era deprecations\n\nAll four deprecations carried through the 2.0 prereleases are removed\nat the major instead of surviving into the 2.x line:\n\n- GitHubBackend class alias: use PecansGitHubBackend (note the\n constructor argument order differs - owner, repo, token)\n- PecansSet\n[…]\nhannel field.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore!: remove the 2.0-era deprecations (#67)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T01:15:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e658500d3c826324d9d0b3509c964423f3965097",
"body": "… ?filetype (#66)\n\n* feat: update.electronjs.org-compatible format routes and aliases\n\nupdate.electronjs.org is the only actively maintained reference server\nfor Electron's built-in autoUpdater, and it serves public repos only;\nmatching its URL scheme makes pecans the drop-in private-repo\nreplacemen\n[…]\nannel feeds).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: update.electronjs.org-compatible format routes; remove /update…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-22T00:51:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e45174afa33b4167b056ff897ff99380471dbb2f",
"body": "* feat: implement TRUST_PROXY for the standalone server\n\ndeploy.md has documented a TRUST_PROXY env var since the nuts era, but\nnothing read it. Behind a TLS-terminating proxy (the normal production\ntopology) req.protocol stays \"http\", so the Squirrel.Mac feed emitted\nhttp:// download urls. main() n\n[…]\nm\nenv string.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: implement TRUST_PROXY for the standalone server (#65)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T23:58:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c1e0d4ed7bc134bce7bbb14e64274e5c7ffdd246",
"body": "…neric backend (#64)\n\n* feat: PECANS_REFRESH_SECRET enables the refresh webhook on the server\n\nThe README documents POST /webhook/refresh, but configure() never read\na secret from the environment, so the standalone deployments (npm\nstart, Docker, Heroku) could not enable it - the feature was reachab\n[…]\nt test start.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: PECANS_REFRESH_SECRET env wiring; header-only secret on the ge…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T23:48:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6cbdf9855edd9d17074fb607db7b4ee81755fc2f",
"body": "…s (#63)\n\nPecans.getChannelFromQuery was public but unused by every route handler\nand consumer; only its own tests exercised it. The\nbeforeDownload/afterDownload payloads carried nuts-era key names that no\nlonger describe their values: `version` held a release object and\n`platform` held an asset.\n\nB\n[…]\nnt payloads are now {req, release,\nasset} instead of {req, version, platform}.\n\n\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore!: remove getChannelFromQuery, rename download event payload key…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T23:23:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ac444263400d9a38326f9030694e582d7ae02579",
"body": "* feat!: first-class windows and linux arm64 platforms\n\nWindows-on-ARM and linux arm64 are mainstream Electron targets\n(update.electronjs.org serves win32-arm64; MSIX supports arm64\nnatively), but pecans had no windows_arm64/linux_arm64 platforms, so\nthose assets were silently dropped at ingestion.\n\n[…]\nin the README\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: first-class windows and linux arm64 platforms (#62)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T23:12:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cab1e34cf8f1405029c0eeb968adf8ae5408471f",
"body": "* feat!: strip backend-private payloads from API responses\n\nEvery asset carried raw - for the GitHub backend the full API asset\nobject, including uploader identity, node ids, and API urls - and\n/api/versions serialized it verbatim. /api/channels additionally\nembedded every release (and latest_releas\n[…]\nm a denylist.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: strip backend-private payloads from API responses (#61)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T23:02:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "16229c01df3d483e54a00dc5262000c1a195fd19",
"body": "* fix!: token-delimited filename architecture detection\n\nThe arch heuristics used bare substring checks, which misclassified or\ndropped real-world artifacts:\n\n- \"MyApp-1.32.0-mac.dmg\" read version digits as 32-bit\n- \"app-x86_64.rpm\" matched the x86 prefix and read as 32-bit\n- \"app-win32-x64.zip\" (el\n[…]\new spec cases\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix!: token-delimited filename architecture detection (#60)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T22:45:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aa86495273226ea779a8e589c27190f48ff27bbd",
"body": "…annel (#59)\n\n* fix!: explicit channel requests 404 instead of falling back to any channel\n\nThe /download handlers fell back to channel \"*\" whenever the requested\nchannel had no matching release - including when the channel was named\nexplicitly via /download/channel/:channel or ?channel=. That silen\n[…]\nresolve call.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix!: explicit channel requests 404 instead of falling back to any ch…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T22:36:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a0162041e38211bfa7fb34f53bed63291618a04e",
"body": "* fix: don't crash on failed background cache refresh\n\nWhen the release cache was populated but stale, releases() kicked off a\nbackground refresh and served the stale data - but nothing observed the\nrefresh promise's rejection, so any transient fetch failure (GitHub\noutage, rate limit) became an unh\n[…]\nng the crash.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GtqyiALpbkcM68Bq68JcPZ\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: don't crash on failed background cache refresh (#58)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T21:52:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b654a782b23d991b147158b7a839bd7b5dcb8e21",
"body": "* chore(release): tag-only releases with notes on GitHub Releases\n\nDrop @semantic-release/changelog and @semantic-release/git so releases\nno longer commit back to the repository; add @semantic-release/github\n(bundled with semantic-release) so release notes are published as\nGitHub Releases on the ver\n[…]\ntHub Releases\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_018qeKKb7HKWWM9E9iTh4JGk\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): tag-only releases with notes on GitHub Releases (#54)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T21:03:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1e0dc3064814ceba378244745c36477f439b26cc",
"body": "# [2.0.0-next.18](https://github.com/dopry/pecans/compare/v2.0.0-next.17...v2.0.0-next.18) (2026-07-21)\n\n* feat!: unified ReleaseService resolution pipeline on discrete os/arch/pkg (Phase 7 PR B) ([#44](https://github.com/dopry/pecans/issues/44)) ([8a2f06a](https://github.com/dopry/pecans/commit/8a2\n[…]\nturn type. Fail loudly instead; edge-case test\nupdated to pin the throw.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.18",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-21T20:38:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f1ee882d41586551e95a3f606b3433f20285b68",
"body": null,
"is_bot": false,
"headline": "fix: semantic-release trusted publishing",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T20:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4d4cee75d91c01ec65b0bbbff51914028f7260",
"body": null,
"is_bot": false,
"headline": "fix: semantic-release trusted publishing (#53)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T20:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef250594d52858fb5f501feb5df8ce9f52b08cbb",
"body": "TypeScript 6.0 is the final JS-based compiler line and the staging\nground for the native 7.x compiler: code that compiles cleanly under\n6.0 compiles identically under 7.0. typescript-eslint supports 6.0\n(peer range <6.1.0), while typescript@7 ships no programmatic API\nuntil 7.1, so 6.0 is as far as \n[…]\n.\n\nPinned with ~ because typescript-eslint's peer range excludes a\nfuture 6.1.\n\n\nClaude-Session: https://claude.ai/code/session_018qeKKb7HKWWM9E9iTh4JGk\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): bump typescript to 6.0 (#52)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T20:21:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4f021293ffd8b43b8b6680f7c54faeb4ccca346d",
"body": "* chore(deps): update dev dependencies and remove unused ones\n\n- Bump vitest, @vitest/ui, @vitest/coverage-v8 3.2 -> 4.1\n- Bump semantic-release 21 -> 25, @semantic-release/changelog 6 -> 7,\n @semantic-release/git 10 -> 11\n- Bump @types/supertest 6 -> 7, nanoid 3 -> 6\n- Patch/minor bumps: @types/de\n[…]\nning contract\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_018qeKKb7HKWWM9E9iTh4JGk\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): update dev dependencies and remove unused ones (#51)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T20:12:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "581cefabf5bee2dc4dac370924a68cbb83f38624",
"body": "* chore: replace tsup bundle with plain tsc emit\n\nNow that the package is ESM-only, the reasons tsup was adopted (dual\nCJS+ESM output, bundled .d.ts) no longer apply, so drop the bundler:\n\n- build with tsc -p tsconfig.build.json; dist/ mirrors src/ with\n per-module .js/.d.ts/.js.map instead of a si\n[…]\nnambiguously.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_017zXcPSv6FFTPgD59T4KudM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: replace tsup bundle with plain tsc emit (#50)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T19:58:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "de9e1637abee7316c486847300868ff0c742a237",
"body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 7.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v4...v7)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-node\n dependency-version: '\n[…]\nirect:production\n update-type: version-update:semver-major\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(deps): bump actions/setup-node from 4 to 7 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T19:32:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b8a54618733a9c1d3d3314d78d60e8a4906c844",
"body": "* chore!: publish ESM only\n\nRe-application of the original chore/esm work on top of the refactored\nnext branch (Phases 1-7 moved the build to tsup and split the HTTP layer,\nso the old diff no longer applied).\n\n- package.json: \"type\": \"module\"; single ESM export map (types + default);\n drop the requ\n[…]\nd cycle-free.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_017zXcPSv6FFTPgD59T4KudM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: esm only (#24)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T19:22:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "285ec7cc25d6e5acee1f4cd51125fe9410fa0397",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v7)\n\n---\nupdated-dependenc\n[…]\nirect:production\n update-type: version-update:semver-major\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(deps): bump actions/checkout from 4 to 7 (#35)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T17:47:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4f848b9529094a70af2a9a301a3a304c26b39f51",
"body": "…(#46)\n\n* feat: recognize .msix / .msixbundle assets and 'msix' package format\n\nReimplementation of #26 on the unified ReleaseService resolution\npipeline (msix as a first-class package format on the discrete\n{os, arch, pkg} model):\n\n- SUPPORTED_FILE_EXTENSIONS gains .msix / .msixbundle;\n getDownloa\n[…]\n\nClaude-Session: https://claude.ai/code/session_019F5tixJXBm2R1FAjAfH1se\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>\nCo-authored-by: Jeff Robbins <321284+jjeff@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: recognize .msix / .msixbundle assets and 'msix' package format …",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-21T17:46:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "64ab34144f6f4743e85d1ea9061708e3c960bc29",
"body": "… C) (#45)\n\n* refactor: split src/pecans.ts into src/http route modules (Phase 7C)\n\nPure move, third and final Phase 7 PR: handler bodies relocate verbatim\ninto src/http/{downloads,updates,api,notes}.ts against a narrow\nPecansHttpContext, and the query-parsing helpers into src/http/query.ts\n(re-expo\n[…]\n back to zip.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: split src/pecans.ts into src/http route modules (Phase 7 PR…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-16T12:56:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8a2f06ae254bac6c9f03ec848abdb76702fce652",
"body": "…/pkg (Phase 7 PR B) (#44)\n\n* feat: unified ReleaseService resolution pipeline on discrete os/arch/pkg (Phase 7B)\n\nSecond of the three Phase 7 PRs. All route handlers now resolve\nreleases and assets through one pipeline (src/service.ts) speaking the\ndiscrete {os, arch, pkg, extensions} model:\n\n- Rel\n[…]\nger exported.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: unified ReleaseService resolution pipeline on discrete os/arch…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-13T15:49:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "23d1d9fb19a496f9e71c62d688d71551fb5b4134",
"body": "…vate asset slot (Phase 7 PR A) (#43)\n\n* feat: explicit asset URLs on the backend contract, working generic refresh webhook (Phase 7A)\n\nBackend abstraction, first of three Phase 7 PRs:\n\n- PecansAssetDTO gains explicit downloadUrl (public redirect target) and\n apiUrl (authenticated fetch target); th\n[…]\nilot review).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: working generic refresh webhook; document raw as the backend-pri…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-11T23:59:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e3b7b540b454c278c99d787950914cb6fd06ad17",
"body": "…#42)\n\n* feat: typed http errors with router-scoped error handling\n\nAdds src/errors.ts: an HttpError hierarchy (BadRequestError 400,\nNotFoundError 404) that the existing Unsupported{Platform,Channel,Tag}\nError classes now extend, plus an errorHandler middleware translating\nHttpErrors into their stat\n[…]\nes\nnow await.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: typed HTTP errors with router-scoped error handling (Phase 6) (…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-11T14:01:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ea329a4bb4bd442f2f55679653e2e92bc586037",
"body": "…odetection (Phase 5) (#41)\n\n* feat: upgrade to express 5\n\nExpress 5 auto-forwards rejected-promise errors to the error handler and\nuses path-to-regexp v8: optional parameters change from :param? to\n{/:param} on the download and notes routes. The Phase 1 contract suite\npasses unchanged (713 tests), \n[…]\nhannelError).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: dependency modernization — Express 5, octokit 22, remove UA aut…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-10T20:12:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2f986046b9402106b9c05c72fe6b8f333fadec76",
"body": "…e 4) (#33)\n\n* ci: split test and release jobs, dependabot, multi-stage Dockerfile\n\nCI:\n- test job runs on PRs and release-branch pushes: lint, format:check,\n typecheck, test, build (lint had been commented out since the mocha-era\n eslintrc broke)\n- release job (semantic-release) runs only on push\n[…]\nrver exit 1).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: split test/release jobs, dependabot, multi-stage Dockerfile (Phas…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-10T18:35:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3345ed7a0f1b189379f5efc34eafb580d14c4ded",
"body": "* style: apply prettier across the repository\n\nMechanical formatting only (trailing commas, wrapping) from the new\nprettier setup; no behavior changes. This commit is listed in\n.git-blame-ignore-revs.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/sess\n[…]\nin the throw.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: modernize packaging and dev tooling (Phase 3) (#32)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-10T18:05:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9fd8f79bf0917a67a7c81a8042bdd708d4e71539",
"body": "…(Phase 2) (#31)\n\n* fix: honor route params in downloads, dead code removal, small fixes\n\nPhase 2 of the modernization roadmap. Fixes the bugs pinned by the Phase 1\ncontract suite (all it.fails() tests flipped to green regressions):\n\n- handleDownload now honors req.params.channel and req.params.tag;\n[…]\nwas redundant\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: honor route params in downloads, dead code removal, small fixes …",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-10T17:16:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d633873ed46b3a9c533d5195b8573b5ba10deba3",
"body": "…) (#30)\n\n* test: complete e2e contract suite for the full route surface\n\nPhase 1 of the modernization roadmap: pin HTTP behavior before any\nrefactoring. Adds route-level integration coverage for every registered\nroute (previously only /dl/:filename and release pagination were covered).\n\nHarness:\n- \n[…]\nTF-16 .length\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_015zUyj4PpSog9RkrYxzFRhM\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: complete e2e contract suite for the full route surface (Phase 1…",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2026-07-10T16:43:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0f6eac6260001ff2aac91a80db0c12ee8193c0aa",
"body": "… lists (#28)\n\nrefactor: use native fetch\n\non user is claiming node-fetch@2 as octokit's `request.fetch` fails to parse\nlarge, gzipped, multi-page `listReleases` response, so `octokit.paginate()`\nsilently resolves to an empty array. Pecans then caches zero releases and\nevery download 404/500s — with\n[…]\nes like 404\nstill parse, so a bad token surfaces loudly while a valid token silently\nreturns nothing).\n\nregardless nock 14 and our current node.js support native fetch so\nwe can remove the dependency.",
"is_bot": false,
"headline": "fix(github): default octokit to native fetch to prevent empty release…",
"author_name": "Jeff Robbins",
"author_login": "jjeff",
"committed_at": "2026-06-26T19:01:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3975aa1bf426e4457694cd0806dca32753f09c1f",
"body": "Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: add Copilot instructions (#23)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2025-09-20T03:57:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e34f2054ae3866bf1cf4fe375c8269cafa8a23c",
"body": "# [2.0.0-next.17](https://github.com/dopry/pecans/compare/v2.0.0-next.16...v2.0.0-next.17) (2025-09-20)\n\n### Bug Fixes\n\n* tests switch to vitest and expand test coverage. ([#22](https://github.com/dopry/pecans/issues/22)) ([bbd4ccb](https://github.com/dopry/pecans/commit/bbd4ccbe70601e96c77732244b8537dac1cb6c49))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.17",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2025-09-20T02:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbd4ccbe70601e96c77732244b8537dac1cb6c49",
"body": "* chore: replace mocha with vitest\n\n* chore: implement coverage\n\n* chore: remove unused satisfiesPlatform\n\n* chore: mergeReleaseNotes test coverage\n\n* chore: test stripBOM\n\n* chore: win-releases tests\n\n* chore: test sortReleaseBySemVerDescending\n\n* chore: test Architecture.ts\n\n* chore: test Supporte\n[…]\ncansReleases\n\n* chore: test models-index\n\n* chore: backend test coverage\n\n* chore: test github backend\n\n* chore: test versions\n\n* chore: pecans.ts tests\n\n* chore: test index\n\n* chore: update typescipt",
"is_bot": false,
"headline": "fix: tests switch to vitest and expand test coverage. (#22)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2025-09-20T02:54:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c18176a879909da8314cb6a58b4ee96fa7f16bc3",
"body": "# [2.0.0-next.16](https://github.com/dopry/pecans/compare/v2.0.0-next.15...v2.0.0-next.16) (2025-09-19)\n\n### Features\n\n* cache releases in abstract Backend class with stale-while-revalidate strategy ([#19](https://github.com/dopry/pecans/issues/19)) ([173e74c](https://github.com/dopry/pecans/commit/173e74c043dbee2b087d125d0804dfda171e4960))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.16",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2025-09-19T18:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173e74c043dbee2b087d125d0804dfda171e4960",
"body": "…idate strategy (#19)\n\n* Implement caching in GitHub backend with stale-while-revalidate strategy",
"is_bot": false,
"headline": "feat: cache releases in abstract Backend class with stale-while-reval…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2025-09-19T18:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e642a91c3d7adeed85b37fbd00907993e8a7ece",
"body": "# [2.0.0-next.15](https://github.com/dopry/pecans/compare/v2.0.0-next.14...v2.0.0-next.15) (2025-05-09)\n\n### Features\n\n* includeVersionInReleaseNotes setting ([#17](https://github.com/dopry/pecans/issues/17)) ([05449b0](https://github.com/dopry/pecans/commit/05449b0ac83e7860fc8f44d6feec2be0b173a6dc))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.15",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2025-05-09T14:58:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05449b0ac83e7860fc8f44d6feec2be0b173a6dc",
"body": null,
"is_bot": false,
"headline": "feat: includeVersionInReleaseNotes setting (#17)",
"author_name": "Jeff Robbins",
"author_login": "jjeff",
"committed_at": "2025-05-09T14:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9750e7d24f8eeefdaf1dee6bcf8ac9b9186d2572",
"body": "# [2.0.0-next.14](https://github.com/dopry/pecans/compare/v2.0.0-next.13...v2.0.0-next.14) (2023-09-13)\n\n### Features\n\n* integration tests for /dl/:filename ([#10](https://github.com/dopry/pecans/issues/10)) ([20f8140](https://github.com/dopry/pecans/commit/20f8140ef05004a9446c16f0f81d1aeefe67075a))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.14",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-13T21:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20f8140ef05004a9446c16f0f81d1aeefe67075a",
"body": null,
"is_bot": false,
"headline": "feat: integration tests for /dl/:filename (#10)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-09-13T21:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de4a1e4c1ecc7e5181fe7714f24f4fa60b283ec",
"body": "# [2.0.0-next.13](https://github.com/dopry/pecans/compare/v2.0.0-next.12...v2.0.0-next.13) (2023-09-12)\n\n### Bug Fixes\n\n* version and arch resolution ([4e00394](https://github.com/dopry/pecans/commit/4e003949dfd21d802feed57869a40677c49167dc))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.13",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-12T16:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e003949dfd21d802feed57869a40677c49167dc",
"body": "we need default resolutions to properly identify files in most cases.",
"is_bot": false,
"headline": "fix: version and arch resolution",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-09-12T16:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7035dbc08f6dc86acfd5dbb7cc5b34e0a5dcab2b",
"body": "# [2.0.0-next.12](https://github.com/dopry/pecans/compare/v2.0.0-next.11...v2.0.0-next.12) (2023-09-12)\n\n### Features\n\n* log requests for debugging ([e8e3b1c](https://github.com/dopry/pecans/commit/e8e3b1cfa5d4bf89b59edd7fcbb1511e940f73c7))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.12",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-12T13:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8e3b1cfa5d4bf89b59edd7fcbb1511e940f73c7",
"body": null,
"is_bot": false,
"headline": "feat: log requests for debugging",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-09-12T13:41:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02af32029056b3d97f04fb1b1d068910e1eb9b0b",
"body": "# [2.0.0-next.11](https://github.com/dopry/pecans/compare/v2.0.0-next.10...v2.0.0-next.11) (2023-09-12)\n\n### Bug Fixes\n\n* unrecognized architecture preventing start up ([#9](https://github.com/dopry/pecans/issues/9)) ([8f74b5f](https://github.com/dopry/pecans/commit/8f74b5fe8c46d0590659cd9e1820decabbc1d342))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.11",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-12T13:23:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f74b5fe8c46d0590659cd9e1820decabbc1d342",
"body": "catch errors and filter out undetermined architectures",
"is_bot": false,
"headline": "fix: unrecognized architecture preventing start up (#9)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-09-12T13:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91db60e03f66a3f8b114ad5aa22769edf24e549e",
"body": "# [2.0.0-next.10](https://github.com/dopry/pecans/compare/v2.0.0-next.9...v2.0.0-next.10) (2023-09-12)\n\n### Bug Fixes\n\n* fetch missing ([#7](https://github.com/dopry/pecans/issues/7)) ([0bd2aa7](https://github.com/dopry/pecans/commit/0bd2aa7ec8a4380c10284260171dcaccaf7d0d48))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.10",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-12T12:53:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd2aa7ec8a4380c10284260171dcaccaf7d0d48",
"body": "see: https://github.com/octokit/octokit.js#fetch-missing",
"is_bot": false,
"headline": "fix: fetch missing (#7)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-09-12T12:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49625f70273b09e8e78343437d830ace46273462",
"body": "# [2.0.0-next.9](https://github.com/dopry/pecans/compare/v2.0.0-next.8...v2.0.0-next.9) (2023-09-08)\n\n### Bug Fixes\n\n* missing preferUniversal from options ([8dbb31d](https://github.com/dopry/pecans/commit/8dbb31d1b68f508af8c369eea2c7d1d451620a07))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.9",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-08T17:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8dbb31d1b68f508af8c369eea2c7d1d451620a07",
"body": "- sort imports\n- declare options as a partial of settings\n- lint fixes",
"is_bot": false,
"headline": "fix: missing preferUniversal from options",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-09-08T17:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16c1455e753e1dbb75698cda891f50c356282b3e",
"body": "# [2.0.0-next.8](https://github.com/dopry/pecans/compare/v2.0.0-next.7...v2.0.0-next.8) (2023-09-08)\n\n### Features\n\n* preferUniversal option ([#6](https://github.com/dopry/pecans/issues/6)) ([74c4f04](https://github.com/dopry/pecans/commit/74c4f041d572e619e94ab29c3a283255f5e51640))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.8",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-09-08T15:21:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74c4f041d572e619e94ab29c3a283255f5e51640",
"body": "When the preferUniversal option is set (default = true), deliver universal assets (if available), when OSX users request x64 or arm64.",
"is_bot": false,
"headline": "feat: preferUniversal option (#6)",
"author_name": "Jeff Robbins",
"author_login": "jjeff",
"committed_at": "2023-09-08T15:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "908403b6651b409ab3026f8e3a48b54f5f51fc22",
"body": "# [2.0.0-next.7](https://github.com/dopry/pecans/compare/v2.0.0-next.6...v2.0.0-next.7) (2023-08-09)\n\n### Features\n\n* add support for osx universal binaries. ([#5](https://github.com/dopry/pecans/issues/5)) ([902f283](https://github.com/dopry/pecans/commit/902f2836d09025ba096366cbb7195063b3e3a376))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.7",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2023-08-09T16:40:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "902f2836d09025ba096366cbb7195063b3e3a376",
"body": null,
"is_bot": false,
"headline": "feat: add support for osx universal binaries. (#5)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-08-09T16:40:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46366e3850f7ca865d8cf42ef7de47108643a9e4",
"body": null,
"is_bot": false,
"headline": "chore: update to latest octokit (#4)",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2023-08-01T15:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e0b29930220f6258c8480061b70bb6046debff0",
"body": "# [2.0.0-next.6](https://github.com/dopry/pecans/compare/v2.0.0-next.5...v2.0.0-next.6) (2022-06-13)\n\n### Bug Fixes\n\n* do not include draft releases ([15cf4c8](https://github.com/dopry/pecans/commit/15cf4c87d169eae054968337701e2d39a205a5fa))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.6",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-06-13T14:52:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15cf4c87d169eae054968337701e2d39a205a5fa",
"body": null,
"is_bot": false,
"headline": "fix: do not include draft releases",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-06-13T14:51:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0dd8687a9538dc031b19bd4268fcd21d640cb98",
"body": "# [2.0.0-next.5](https://github.com/dopry/pecans/compare/v2.0.0-next.4...v2.0.0-next.5) (2022-06-07)\n\n### Features\n\n* make pecans package executable ([558b3fd](https://github.com/dopry/pecans/commit/558b3fdea2315c26efd5f743681843f825cf5c22))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.5",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-06-07T20:24:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "558b3fdea2315c26efd5f743681843f825cf5c22",
"body": "- remove bin/web.ts",
"is_bot": false,
"headline": "feat: make pecans package executable",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-06-07T20:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5af6fe5a94258742705e506a4dac901ddee5b441",
"body": null,
"is_bot": false,
"headline": "refactor: use ts-node instead of ts-mocha",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-06-07T20:21:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4da3b1b39a81d695af63428a1aace8832cfe101b",
"body": "# [2.0.0-next.4](https://github.com/dopry/pecans/compare/v2.0.0-next.3...v2.0.0-next.4) (2022-06-07)\n\n### Bug Fixes\n\n* only include dist in pkg ([d8fdb25](https://github.com/dopry/pecans/commit/d8fdb256503b85c9898a4736f2cac5750d153606))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.4",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-06-07T19:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8fdb256503b85c9898a4736f2cac5750d153606",
"body": null,
"is_bot": false,
"headline": "fix: only include dist in pkg",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-06-07T19:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929435d55225fe23fa4cb79b4a70de28ac4750d5",
"body": "# [2.0.0-next.3](https://github.com/dopry/pecans/compare/v2.0.0-next.2...v2.0.0-next.3) (2022-06-07)\n\n### Bug Fixes\n\n* platform mapping on RELEASES endpoint ([5aede2a](https://github.com/dopry/pecans/commit/5aede2ad2c50f856d53b99872a7c00a3231b9fd1))\n\n### Features\n\n* automated builds ([d8792b1](https://github.com/dopry/pecans/commit/d8792b1eb3609c1b91a90dd43021ba87298adb96))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.3",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-06-07T19:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8792b1eb3609c1b91a90dd43021ba87298adb96",
"body": null,
"is_bot": false,
"headline": "feat: automated builds",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-06-07T19:27:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5aede2ad2c50f856d53b99872a7c00a3231b9fd1",
"body": null,
"is_bot": false,
"headline": "fix: platform mapping on RELEASES endpoint",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-06-07T18:55:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c507fc1ea1ce78ef39010fd2fc8d0bfb815d731",
"body": "# [2.0.0-next.2](https://github.com/dopry/pecans/compare/v2.0.0-next.1...v2.0.0-next.2) (2022-06-06)\n\n### Bug Fixes\n\n* better legacy support ([e2a9e4d](https://github.com/dopry/pecans/commit/e2a9e4dc2beb1ed4ec4eb216359deca158262673))\n* download urls on update endpoint ([df4f68c](https://github.com/dopry/pecans/commit/df4f68cf0f8e4e988fb70ca4ab8b112e90ccb748))",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.2",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-06-06T15:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4f68cf0f8e4e988fb70ca4ab8b112e90ccb748",
"body": null,
"is_bot": false,
"headline": "fix: download urls on update endpoint",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-05-27T16:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2a9e4dc2beb1ed4ec4eb216359deca158262673",
"body": "I'm moving away from the string.includes method of figuring out\nplatform to explicitly listing it.. this allows for some additional\nvalues for platform. It's a tiny bit more flexible.",
"is_bot": false,
"headline": "fix: better legacy support",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-05-26T19:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0355ea3cd8a47135a23b1e136d8d9ef75884dd1c",
"body": "# [2.0.0-next.1](https://github.com/dopry/pecans/compare/v1.2.0...v2.0.0-next.1) (2022-05-20)\n\n### Features\n\n* cjs and esm module distribution ([906e725](https://github.com/dopry/pecans/commit/906e7255e86df8b657edfe5dc9c42563534290d8))\n\n### BREAKING CHANGES\n\n* Configuration requires new arguments",
"is_bot": false,
"headline": "chore(release): 2.0.0-next.1",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-05-20T20:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c68cc86a312a2956f87f8a390df0cb63bf543337",
"body": "# [2.0.0](https://github.com/dopry/pecans/compare/v1.2.0...v2.0.0) (2022-05-20)\n\n### Features\n\n* cjs and esm module distribution ([906e725](https://github.com/dopry/pecans/commit/906e7255e86df8b657edfe5dc9c42563534290d8))\n\n### BREAKING CHANGES\n\n* Configuration requires new arguments",
"is_bot": false,
"headline": "chore(release): 2.0.0",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2022-05-20T20:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906e7255e86df8b657edfe5dc9c42563534290d8",
"body": "BREAKING CHANGE: Configuration requires new arguments",
"is_bot": false,
"headline": "feat: cjs and esm module distribution",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2022-05-20T20:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb6b6fe8733bc8b5cea5b00658152dabd9c95f7d",
"body": "# [1.2.0](https://github.com/dopry/pecans/compare/v1.1.2...v1.2.0) (2021-11-15)\n\n### Features\n\n* Apple Silicon support ([e97a659](https://github.com/dopry/pecans/commit/e97a65915e91595fcbbaa3b3f9059acec8fbd507))",
"is_bot": false,
"headline": "chore(release): 1.2.0",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2021-11-15T13:31:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8998b25d486fd93dbf34800da1ac926c5eb5f29",
"body": "feat: Apple Silicon support",
"is_bot": false,
"headline": "Merge pull request #1 from jjeff/feat/platforms",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-11-15T13:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21c9e3864a8c8a7983d033fe1a3b92960077394",
"body": null,
"is_bot": false,
"headline": "test: (Passing) Tests for Apple Silicon",
"author_name": "Jeff Robbins",
"author_login": "jjeff",
"committed_at": "2021-09-12T20:02:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e97a65915e91595fcbbaa3b3f9059acec8fbd507",
"body": null,
"is_bot": false,
"headline": "feat: Apple Silicon support",
"author_name": "Jeff Robbins",
"author_login": "jjeff",
"committed_at": "2021-09-12T19:41:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb0f2529dcef6745eb31d9a2fc42eb2a515a5a3e",
"body": "## [1.1.2](https://github.com/dopry/pecans/compare/v1.1.1...v1.1.2) (2021-05-28)\n\n### Bug Fixes\n\n* feed miscategorized as devDependency ([9995025](https://github.com/dopry/pecans/commit/9995025d5f542da97a9b72f10af5c5c507f624d2))",
"is_bot": false,
"headline": "chore(release): 1.1.2",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2021-05-28T18:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9995025d5f542da97a9b72f10af5c5c507f624d2",
"body": null,
"is_bot": false,
"headline": "fix: feed miscategorized as devDependency",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T18:37:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf683a6bb6e90e688e9bcfcbb04c9416808fd091",
"body": "## [1.1.1](https://github.com/dopry/pecans/compare/v1.1.0...v1.1.1) (2021-05-28)\n\n### Bug Fixes\n\n* analytics platform resolution ([c61162b](https://github.com/dopry/pecans/commit/c61162b6b6a8b470bc38623698783d8e06155b52))\n* include package-lock.json in release commit ([cd39ea2](https://github.com/do\n[…]\nhub.com/dopry/pecans/commit/06b4ee210c527b88c8390c8cd23ec001ffccc1fa))\n* version filtering without platform ([dda6cc0](https://github.com/dopry/pecans/commit/dda6cc08701f5067f32c6d7b13e13496b8b1ff5e))",
"is_bot": false,
"headline": "chore(release): 1.1.1",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2021-05-28T18:14:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd39ea2b37d61a56beedeb7d1cb57b06d40b36cb",
"body": null,
"is_bot": false,
"headline": "fix: include package-lock.json in release commit",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T18:11:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06b4ee210c527b88c8390c8cd23ec001ffccc1fa",
"body": null,
"is_bot": false,
"headline": "fix: remove debug logging",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T18:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dda6cc08701f5067f32c6d7b13e13496b8b1ff5e",
"body": null,
"is_bot": false,
"headline": "fix: version filtering without platform",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T18:09:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c61162b6b6a8b470bc38623698783d8e06155b52",
"body": "missed a method when doing the module conversion for stripBom",
"is_bot": false,
"headline": "fix: analytics platform resolution",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T18:08:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fb0ebb30b6145b95d2e2e02026b1b495c2b3b2e",
"body": "# [1.1.0](https://github.com/dopry/pecans/compare/v1.0.0...v1.1.0) (2021-05-28)\n\n### Bug Fixes\n\n* analytics exception and update to latest version ([3faed54](https://github.com/dopry/pecans/commit/3faed54d101e1fd56117a063d05b20f2b3ea6f7f))\n* request related security vulnerabilities ([b2a1717](https:\n[…]\nhub.com/dopry/pecans/commit/412f8b421f5f1fed9667b94e3d091a108a952865))\n\n### Features\n\n* add basePath option ([d3dc33b](https://github.com/dopry/pecans/commit/d3dc33b71f9f9200355fecb06c4818ea75aa5073))",
"is_bot": false,
"headline": "chore(release): 1.1.0",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2021-05-28T15:24:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "243bfd65467bc3f654b0de5dc64921e5a4d81ab8",
"body": null,
"is_bot": false,
"headline": "chore: add icon, remove sparkles",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T15:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7009e5a91bad1ba712de0828a8f91fba75047ca",
"body": null,
"is_bot": false,
"headline": "fix: update gitbook links",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T14:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df917dcf8fd2d40e5d7ef45cd59488522ec2819",
"body": null,
"is_bot": false,
"headline": "chore: update url-join to 1.0.0",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T13:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0a66a440c309e2e4bacefcf8d76d76c5ee47e99",
"body": "- requires ESM\n- switch to async call",
"is_bot": false,
"headline": "chore: update strip-bom to 5.0",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T13:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0e838f6706b5f869b0b446969c50a1b836c0f9",
"body": null,
"is_bot": false,
"headline": "chore: update should to 13.2.3",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T04:28:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e723f50d5f8542768b7c2dd334950a8fb2bad7f",
"body": null,
"is_bot": false,
"headline": "chore: update github-webhook-handler",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T03:00:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74de1204ba1960a5ad2eb9874d68e16813e6e217",
"body": null,
"is_bot": false,
"headline": "chore: update feed to 4.0",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T02:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3dc33b71f9f9200355fecb06c4818ea75aa5073",
"body": null,
"is_bot": false,
"headline": "feat: add basePath option",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T02:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca4f56be5bef49c0242820de9f4c7c10356d28fc",
"body": null,
"is_bot": false,
"headline": "chore: update basic-auth and destroy",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-28T00:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3faed54d101e1fd56117a063d05b20f2b3ea6f7f",
"body": null,
"is_bot": false,
"headline": "fix: analytics exception and update to latest version",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-27T23:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a77f18f83ce65c673764dea7bbd265708775f68",
"body": null,
"is_bot": false,
"headline": "chore: update uuid to 8.x",
"author_name": "Darrel O'Pry",
"author_login": "dopry",
"committed_at": "2021-05-27T23:01:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 42,
"latest_release_at": "2026-07-22T03:34:29Z",
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 4,
"days_since_latest_release": 8,
"mean_days_between_releases": 0
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@dopry/pecans",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@dopry/pecans",
"is_deprecated": false,
"latest_version": "2.0.0",
"repository_url": "https://github.com/dopry/pecans",
"versions_count": 37,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3593,
"first_published_at": "2021-05-23T06:13:33.430000Z",
"latest_published_at": "2026-07-22T03:34:28.415000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 5,
"stars": 9,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-09-12",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2024-04-09",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
}
],
"complete": true,
"collected": 5,
"total_forks": 5
},
"star_history": null,
"open_issues_and_prs": 4
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 60316,
"source_files_sampled": 76,
"oversized_source_files": 1,
"agent_instruction_files": [
".github/copilot-instructions.md"
],
"agent_instruction_max_bytes": 5660
},
"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": 88,
"malicious_count": 0,
"assessed_package": "npm:@dopry/pecans@2.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@octokit/rest",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.1"
},
{
"name": "@octokit/webhooks",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^14.2.0"
},
{
"name": "debug",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.1"
},
{
"name": "qs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.15.3"
},
{
"name": "semver",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.3.7"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@octokit/rest",
"direct": true,
"version": "22.0.1",
"ecosystem": "npm"
},
{
"name": "@octokit/webhooks",
"direct": true,
"version": "14.2.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": true,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "express",
"direct": true,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": true,
"version": "6.15.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": true,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "@actions/core",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@actions/exec",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@actions/http-client",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@actions/io",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"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": "@colors/colors",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"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/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": "@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.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@gar/promise-retry",
"direct": false,
"version": "1.0.3",
"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": "@isaacs/fs-minipass",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@isaacs/string-locale-compare",
"direct": false,
"version": "1.1.0",
"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": "@mswjs/interceptors",
"direct": false,
"version": "0.41.9",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@noble/hashes",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/agent",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@npmcli/arborist",
"direct": false,
"version": "9.9.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/config",
"direct": false,
"version": "10.12.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/fs",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/git",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@npmcli/installed-package-contents",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/map-workspaces",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "@npmcli/metavuln-calculator",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "@npmcli/name-from-folder",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/node-gyp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/package-json",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "@npmcli/promise-spawn",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "@npmcli/query",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/redact",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/run-script",
"direct": false,
"version": "10.0.4",
"ecosystem": "npm"
},
{
"name": "@octokit/auth-token",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/core",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "@octokit/endpoint",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/graphql",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/openapi-types",
"direct": false,
"version": "27.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/openapi-webhooks-types",
"direct": false,
"version": "12.1.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-paginate-rest",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-request-log",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-rest-endpoint-methods",
"direct": false,
"version": "17.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-retry",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "@octokit/plugin-throttling",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/request",
"direct": false,
"version": "10.0.11",
"ecosystem": "npm"
},
{
"name": "@octokit/request-error",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "@octokit/types",
"direct": false,
"version": "16.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/webhooks-methods",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@open-draft/deferred-promise",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@open-draft/logger",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@open-draft/until",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@paralleldrive/cuid2",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "@pnpm/config.env-replace",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@pnpm/network.ca-file",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@pnpm/npm-conf",
"direct": false,
"version": "3.0.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": "@sec-ant/readable-stream",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@semantic-release/commit-analyzer",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "@semantic-release/error",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@semantic-release/github",
"direct": false,
"version": "12.0.9",
"ecosystem": "npm"
},
{
"name": "@semantic-release/npm",
"direct": false,
"version": "13.1.5",
"ecosystem": "npm"
},
{
"name": "@semantic-release/release-notes-generator",
"direct": false,
"version": "14.1.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/bundle",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@sigstore/core",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/protobuf-specs",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/sign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/tuf",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@sigstore/verify",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "@simple-libs/stream-utils",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/is",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/merge-streams",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tufjs/canonical-json",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@tufjs/models",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/body-parser",
"direct": false,
"version": "1.19.6",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/connect",
"direct": false,
"version": "3.4.38",
"ecosystem": "npm"
},
{
"name": "@types/cookiejar",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "4.1.13",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/express",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "@types/express-serve-static-core",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "@types/http-errors",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/methods",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"ecosystem": "npm"
},
{
"name": "@types/normalize-package-data",
"direct": false,
"version": "2.4.4",
"ecosystem": "npm"
},
{
"name": "@types/qs",
"direct": false,
"version": "6.15.1",
"ecosystem": "npm"
},
{
"name": "@types/range-parser",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "@types/semver",
"direct": false,
"version": "7.7.1",
"ecosystem": "npm"
},
{
"name": "@types/send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@types/serve-static",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@types/superagent",
"direct": false,
"version": "8.1.11",
"ecosystem": "npm"
},
{
"name": "@types/supertest",
"direct": false,
"version": "7.2.1",
"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": "abbrev",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"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": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "any-promise",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "aproba",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "archy",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "argv-formatter",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "array-ify",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "asap",
"direct": false,
"version": "2.0.6",
"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": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "before-after-hook",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "bin-links",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "bottleneck",
"direct": false,
"version": "2.19.5",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cacache",
"direct": false,
"version": "20.0.4",
"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": "char-regex",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "cidr-regex",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "cli-highlight",
"direct": false,
"version": "2.1.11",
"ecosystem": "npm"
},
{
"name": "cli-table3",
"direct": false,
"version": "0.6.5",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "cmd-shim",
"direct": false,
"version": "8.0.0",
"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": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "common-ancestor-path",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "compare-func",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "component-emitter",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "config-chain",
"direct": false,
"version": "1.1.13",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-angular",
"direct": false,
"version": "8.3.1",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-writer",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "conventional-commits-filter",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "conventional-commits-parser",
"direct": false,
"version": "6.4.0",
"ecosystem": "npm"
},
{
"name": "convert-hrtime",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "cookiejar",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "cosmiconfig",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "crypto-random-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "cssesc",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "deep-extend",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "dezalgo",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.4",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "dot-prop",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "duplexer2",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emojilib",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "env-ci",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "environment",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"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": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"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": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "10.1.8",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.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": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "exponential-backoff",
"direct": false,
"version": "3.1.3",
"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": "fast-safe-stringify",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "fastest-levenshtein",
"direct": false,
"version": "1.0.16",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fflate",
"direct": false,
"version": "0.8.3",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "6.1.0",
"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": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up-simple",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "find-versions",
"direct": false,
"version": "6.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": "form-data",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "formidable",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "11.3.6",
"ecosystem": "npm"
},
{
"name": "fs-minipass",
"direct": false,
"version": "3.0.3",
"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-timeout",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"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-stream",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "get-stream",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "git-log-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "handlebars",
"direct": false,
"version": "4.7.9",
"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-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": "highlight.js",
"direct": false,
"version": "10.7.3",
"ecosystem": "npm"
},
{
"name": "hook-std",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-cache-semantics",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "ignore-walk",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "import-from-esm",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "import-meta-resolve",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "index-to-position",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "1.3.8",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "init-package-json",
"direct": false,
"version": "8.2.5",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-cidr",
"direct": false,
"version": "6.0.4",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-node-process",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-obj",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "issue-parser",
"direct": false,
"version": "7.0.2",
"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": "java-properties",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"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-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "5.0.0",
"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": "json-stringify-nice",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "json-stringify-safe",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "json-with-bigint",
"direct": false,
"version": "3.5.10",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "jsonparse",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "just-diff",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "just-diff-apply",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "libnpmaccess",
"direct": false,
"version": "10.0.3",
"ecosystem": "npm"
},
{
"name": "libnpmdiff",
"direct": false,
"version": "8.1.11",
"ecosystem": "npm"
},
{
"name": "libnpmexec",
"direct": false,
"version": "10.3.1",
"ecosystem": "npm"
},
{
"name": "libnpmfund",
"direct": false,
"version": "7.0.25",
"ecosystem": "npm"
},
{
"name": "libnpmorg",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "libnpmpack",
"direct": false,
"version": "9.1.11",
"ecosystem": "npm"
},
{
"name": "libnpmpublish",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "libnpmsearch",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "libnpmteam",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "libnpmversion",
"direct": false,
"version": "8.0.4",
"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": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "load-json-file",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash-es",
"direct": false,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "lodash.capitalize",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "lodash.escaperegexp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "lodash.isplainobject",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "lodash.isstring",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "lodash.uniqby",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.1",
"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-asynchronous",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "make-fetch-happen",
"direct": false,
"version": "15.0.6",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "15.0.12",
"ecosystem": "npm"
},
{
"name": "marked-terminal",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "meow",
"direct": false,
"version": "13.2.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "merge-stream",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "methods",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minipass-collect",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "minipass-fetch",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "minipass-flush",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "minipass-pipeline",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "minipass-sized",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mrmime",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mz",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "neo-async",
"direct": false,
"version": "2.6.2",
"ecosystem": "npm"
},
{
"name": "nerf-dart",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "nock",
"direct": false,
"version": "14.0.16",
"ecosystem": "npm"
},
{
"name": "node-emoji",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "node-gyp",
"direct": false,
"version": "12.4.0",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "normalize-url",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "npm",
"direct": false,
"version": "11.18.0",
"ecosystem": "npm"
},
{
"name": "npm-audit-report",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "npm-bundled",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npm-install-checks",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "npm-normalize-package-bin",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npm-package-arg",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "npm-packlist",
"direct": false,
"version": "10.0.4",
"ecosystem": "npm"
},
{
"name": "npm-pick-manifest",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "npm-profile",
"direct": false,
"version": "12.0.2",
"ecosystem": "npm"
},
{
"name": "npm-registry-fetch",
"direct": false,
"version": "19.1.1",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "npm-user-validate",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "outvariant",
"direct": false,
"version": "1.4.3",
"ecosystem": "npm"
},
{
"name": "p-each-series",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-event",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "p-filter",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "p-reduce",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-timeout",
"direct": false,
"version": "6.1.4",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "pacote",
"direct": false,
"version": "21.5.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-conflict-json",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "parse-ms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "parse5-htmlparser2-tree-adapter",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.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.4",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "pkg-conf",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.21",
"ecosystem": "npm"
},
{
"name": "postcss-selector-parser",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.6",
"ecosystem": "npm"
},
{
"name": "pretty-ms",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "proc-log",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "proggy",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "promise-all-reject-late",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "promise-call-limit",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "promzard",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "propagate",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "proto-list",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "proxy-agent-negotiate",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qrcode-terminal",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rc",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "read",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "read-cmd-shim",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "read-package-up",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "read-package-up",
"direct": false,
"version": "12.0.0",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "registry-auth-token",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semantic-release",
"direct": false,
"version": "25.0.8",
"ecosystem": "npm"
},
{
"name": "semver-regex",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"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": "3.0.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": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "signale",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "sigstore",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "sirv",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "skin-tone",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "smart-buffer",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "socks",
"direct": false,
"version": "2.8.9",
"ecosystem": "npm"
},
{
"name": "socks-proxy-agent",
"direct": false,
"version": "8.0.5",
"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": "spawn-error-forwarder",
"direct": false,
"version": "1.0.0",
"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-expression-parse",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.23",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ssri",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "stream-combiner2",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "strict-event-emitter",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-final-newline",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "super-regex",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "superagent",
"direct": false,
"version": "10.3.0",
"ecosystem": "npm"
},
{
"name": "supertest",
"direct": false,
"version": "7.2.2",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "10.2.2",
"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-hyperlinks",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "tagged-tag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "7.5.19",
"ecosystem": "npm"
},
{
"name": "temp-dir",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "tempy",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "thenify",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "thenify-all",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "through2",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "time-span",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "tiny-relative-date",
"direct": false,
"version": "2.0.2",
"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": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "totalist",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "traverse",
"direct": false,
"version": "0.6.8",
"ecosystem": "npm"
},
{
"name": "treeverse",
"direct": false,
"version": "3.0.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": "tuf-js",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "tunnel",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "2.19.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "5.8.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "uglify-js",
"direct": false,
"version": "3.19.3",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "6.27.0",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unicode-emoji-modifier-base",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "unique-string",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "universal-user-agent",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "url-join",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-license",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-name",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "walk-up-path",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "web-worker",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "6.0.1",
"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": "wordwrap",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.2",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "18.0.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yoctocolors",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 723,
"direct_count": 6,
"indirect_count": 717
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 47,
"open_issues": 3,
"closed_ratio": 0.786,
"closed_issues": 11,
"closed_unmerged_prs": 12
},
"bus_factor": 2,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "SamyPesse",
"commits": 156,
"avatar_url": "https://avatars.githubusercontent.com/u/845425?v=4"
},
{
"type": "User",
"login": "dopry",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/387640?v=4"
},
{
"type": "User",
"login": "semantic-release-bot",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/32174276?v=4"
},
{
"type": "User",
"login": "AaronO",
"commits": 21,
"avatar_url": "https://avatars.githubusercontent.com/u/949223?v=4"
},
{
"type": "User",
"login": "jjeff",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/321284?v=4"
},
{
"type": "User",
"login": "mzmousa",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/8017077?v=4"
},
{
"type": "User",
"login": "jsloyer",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/154126?v=4"
},
{
"type": "User",
"login": "pyro2927",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/39943?v=4"
},
{
"type": "User",
"login": "mathieudutour",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3254314?v=4"
},
{
"type": "User",
"login": "ide",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/379606?v=4"
}
],
"contributors_sampled": 24,
"top_contributor_share": 0.498
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"cicd.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "28 out of 28 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/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 contributing companies or organizations",
"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": 0,
"reason": "project is not 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": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"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": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a55636b1dff1b976c3ec9ca78a949a1900aeed47",
"ran_at": "2026-07-31T01:08:01Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T19:34:25Z",
"oldest_open_prs": [
{
"number": 74,
"created_at": "2026-07-24T19:56:46Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-22T03:17:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 29,
"created_at": "2026-07-10T15:39:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2026-07-21T21:34:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2026-07-21T21:34:19Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dopry/pecans",
"host": "github.com",
"name": "pecans",
"owner": "dopry"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"security": 65,
"vitality": 78,
"community": 40,
"governance": 69,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 78,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 0.98,
"days_since_last_push": 6,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"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": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v2.0.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 5,
"stars": 9,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9 stars",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 9
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "5 forks",
"points": 5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 5
}
}
],
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"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": 59,
"inputs": {
"packages": [
"@dopry/pecans"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3593
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,593 downloads/month across npm",
"points": 47.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3593,
"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": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 24,
"top_contributor_share": 0.498
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 50% of commits",
"points": 11.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 50
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "24 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 24
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"merged_prs": 47,
"open_issues": 3,
"closed_issues": 11,
"issue_closed_ratio": 0.786,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "79% of issues closed",
"points": 36.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 79
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "47/59 decided PRs merged",
"points": 30.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 47,
"decided": 59
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 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": 56,
"inputs": {
"followers": 24,
"owner_type": "User",
"is_verified": null,
"owner_login": "dopry",
"public_repos": 178,
"account_age_days": 5808
},
"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": "24 followers of dopry",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "dopry"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "178 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 178
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@dopry/pecans"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "37 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 37
}
}
],
"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": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"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": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "28 out of 28 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"squirrel",
"electron",
"github-releases"
],
"has_wiki": false,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.6
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "28 out of 28 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/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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 not fuzzed",
"points": 0,
"status": "missed",
"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 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"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:@dopry/pecans@2.0.0 runtime dependency closure — what installing the published package pulls in — 88 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:@dopry/pecans@2.0.0",
"assessed": 88
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 88,
"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": 88,
"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": 20
},
"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": "good",
"name": "AI Readiness",
"value": 83,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
".github/copilot-instructions.md"
],
"agent_instruction_max_bytes": 5660
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".github/copilot-instructions.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".github/copilot-instructions.md"
}
}
],
"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": "98 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 98,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.33,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.02
},
"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": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "33 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 33,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"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 3",
"points": 3,
"status": "partial",
"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": 60316,
"source_files_sampled": 76,
"oversized_source_files": 1
},
"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": "1/76 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 76,
"oversized": 1
}
}
],
"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-07-31T01:08:24.494595Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dopry/pecans.svg",
"full_name": "dopry/pecans",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}