Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2206,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 22151,
"TypeScript": 3122207
},
"pushed_at": "2026-07-20T02:19:06Z",
"created_at": "2026-05-15T08:22:07Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T02:19:09Z",
"description": "Headless contract substrate for the NoMercy player ecosystem. 28 adapter ports. Pluggable everything.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://nomercy.tv",
"name": "NoMercy Entertainment",
"type": "Organization",
"login": "NoMercy-Entertainment",
"company": null,
"location": "Netherlands",
"followers": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/107955465?v=4",
"created_at": "2022-06-21T19:40:42Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 1492
},
"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.1",
"kind": "patch",
"published_at": "2026-07-18T01:00:53Z"
},
{
"tag": "v2.0.0-rc.33",
"kind": "prerelease",
"published_at": "2026-07-16T17:53:35Z"
},
{
"tag": "v2.0.0-rc.32",
"kind": "prerelease",
"published_at": "2026-07-14T04:03:42Z"
},
{
"tag": "v2.0.0-rc.31",
"kind": "prerelease",
"published_at": "2026-07-11T16:23:19Z"
},
{
"tag": "v2.0.0-rc.30",
"kind": "prerelease",
"published_at": "2026-07-09T14:45:52Z"
},
{
"tag": "v2.0.0-rc.29",
"kind": "prerelease",
"published_at": "2026-07-04T23:27:27Z"
},
{
"tag": "v2.0.0-rc.28",
"kind": "prerelease",
"published_at": "2026-07-04T22:51:37Z"
},
{
"tag": "v2.0.0-rc.27",
"kind": "prerelease",
"published_at": "2026-07-04T21:02:53Z"
},
{
"tag": "v2.0.0-rc.26",
"kind": "prerelease",
"published_at": "2026-07-04T20:36:46Z"
},
{
"tag": "v2.0.0-rc.23",
"kind": "prerelease",
"published_at": "2026-07-03T14:30:41Z"
},
{
"tag": "v2.0.0-rc.22",
"kind": "prerelease",
"published_at": "2026-07-03T10:21:24Z"
},
{
"tag": "v2.0.0-rc.21",
"kind": "prerelease",
"published_at": "2026-07-02T21:02:29Z"
},
{
"tag": "v2.0.0-rc.20",
"kind": "prerelease",
"published_at": "2026-07-02T17:18:44Z"
},
{
"tag": "2.0.0-rc.2",
"kind": "prerelease",
"published_at": "2026-06-14T05:47:05Z"
},
{
"tag": "2.0.0-rc.1",
"kind": "prerelease",
"published_at": "2026-06-14T05:44:29Z"
}
],
"recent_commits": [
{
"oid": "523bf4baf88d67a40bf298b65e883a3ef7ea0ecd",
"body": "MediaList emitted 'current' on cursor moves, and the queue mixin wired\nthat straight through to the player's public 'item' event. Because\nEventEmitter's RENAMED_EVENTS warn is keyed on the event NAME\n('current' -> 'item'), MediaList.on('current', ...) tripped the\n\"will never fire\" console warning on\n[…]\n diagnostic warning as intended.\n\ncurrent() / setCurrent() method names, the beforeMutation method\nlabel 'current', and LoadOptions.slot stay as-is - different\nnamespace, out of scope for this rename.",
"is_bot": false,
"headline": "fix(events): rename MediaList's internal current event to item",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-19T19:39:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e161d336a7e452abe9d2a62e083e642ee663c7d",
"body": "npm permanently tombstoned 2.0.0 (published then unpublished on 2026-07-09), so 2.0.1 is the first available 2.x stable. Version and CHANGELOG only; no code change.",
"is_bot": false,
"headline": "chore(release): bump player-core to stable 2.0.1",
"author_name": "Stoney Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-18T01:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d352b0523e9aab787b03f131355d0780f7dab8a2",
"body": "- version 2.0.0, published under the latest dist-tag\n- npm-publish workflow resolves the dist-tag from the package version (latest for a stable release, rc for a prerelease) instead of hardcoding rc\n- drop the rc publishConfig tag\n- CHANGELOG: add the 2.0.0 entry\n- testing/contract.ts: neutral name in the i18n interpolation fixture",
"is_bot": false,
"headline": "chore(release): promote player-core to stable v2.0.0",
"author_name": "Stoney Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-18T00:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b179fdedac971773c50086d844a24364c5f6b365",
"body": "Ships the bandwidth() live-estimate fix (67b6486). Backfills CHANGELOG\nversion headings for rc.31 (PlayState reachability) and rc.32 (subtitle\nindex remap) that were published without a dated entry.",
"is_bot": false,
"headline": "chore(release): 2.0.0-rc.33",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-16T17:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67b648663659402fc424a57edae0ddd7f8013b1f",
"body": "bandwidth() read _bandwidthEstimate while bandwidthEstimator() wrote\n_bandwidthEstimator, and nothing ever invoked the estimator or wrote the\ncache, so the getter returned 0 for every consumer no matter what a backend\nor a consumer supplied.\n\nDrop the cache field and resolve on read: a consumer over\n[…]\nwise query the backend's optional estimate. That mirrors how buffered()\nalready resolves through the backend on every read, and leaves one name for\nthe value instead of two that can drift apart again.",
"is_bot": false,
"headline": "fix(abr): make bandwidth() return the live estimate",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-16T17:37:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da4de740383a91461f585b5f84e533b95ed8a6c3",
"body": null,
"is_bot": false,
"headline": "chore(release): 2.0.0-rc.32",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-14T04:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "111a050214cb82fecf74e8bc094bf0253947b5f1",
"body": "… subtitles() returns\n\nsubtitle(idx) compared the requested index against the backend's raw\nsubtitleTracks().length while subtitles() built its list from the deduped\ncount, so any backend track displaced by a same-language sidecar shifted\nevery subsequent selection by one - picking one track silence\n[…]\nlabel+url) before setSubtitleTrack is called.\n\nMirrors the shipped desktop-ui quality-menu fix (raw HLS index, not filtered\nposition); adds two regression tests covering full and partial displacement.",
"is_bot": false,
"headline": "fix(player-core): resolve subtitle(idx) against the same deduped list…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-14T02:27:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1866d760c7219b29f9d8ea2b41c0cad6a977e9e9",
"body": null,
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.31",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T16:21:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b5af6d0cfff8657c69d8885d389819c13ac1343",
"body": "…ned reject in dispatch test",
"is_bot": false,
"headline": "test(core): drop bug-number history comments, allow deliberate undefi…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T16:21:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33dcb0acde2bb723f3870b6be8ac0794d4f328f0",
"body": "runDispatchBefore decided 'was there a rejection?' by testing rejectedCause !==\nundefined, so a before-hook gate that rejects with undefined (Promise.reject(),\nthrow undefined) fell through to prevented:false — silently dropping the veto and\nletting play/seek/repeat proceed. Track rejection with a dedicated hasRejection\nflag instead of overloading the cause value. +1 test; full suite 2897 green.",
"is_bot": false,
"headline": "fix(dispatch): treat a delay rejected with undefined as prevented",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T07:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8722970e1072a17cc3f6436a6dcb6ec4545593cb",
"body": "appendAuthTokenParam always appended access_token to the end of the URL,\nso a fragment-bearing source (movie.mp4#t=30) got the token appended\ninside the fragment where the server never sees it. Split the fragment\noff first, append the query param to path+query, then re-attach it.",
"is_bot": false,
"headline": "fix(auth): insert access_token before the URL #fragment, not after it",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T04:05:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03b946ece1fe4171da1001717b82c587c2b649b3",
"body": "…ap on a null read\n\nA set() that hit a mid-session quota error wrote to the in-memory\nfallback without flipping useFallback, but get() only ever checked\nlocalStorage.getItem — which legitimately returns null for a key that\nnever actually landed there — so the value was unreadable until reload.\nget() now consults the fallback map when localStorage has no entry.",
"is_bot": false,
"headline": "fix(storage): LocalStorageBackend.get() falls back to the in-memory m…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T04:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a76e57cf47d78314d8d8ab49d090bac74f755c13",
"body": "…orkError contract\n\nAborting while authFetch was sleeping between retries let a raw\nDOMException escape orchestrator.ts, violating the \"throws NetworkError\nor AuthError only\" contract, and skipped ctx.complete() so fetch:complete\nnever fired. Wrap the backoff sleep and convert an abort into\ncore:network/aborted, completing telemetry before throwing.",
"is_bot": false,
"headline": "fix(auth-fetch): route an abort during retry backoff through the Netw…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T03:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22fa22f9d01be1530d8acfc44f021b1819025a65",
"body": "…ranslations hook\n\nBoth passes of language()'s plugin translation load shared one\npluginId::tag dedup key. Pass 1 (static translations) always marked it\nfirst, so pass 2's loadTranslations() instance hook check always saw the\ntag as already loaded and never ran. Split into pluginId::static::tag and\npluginId::hook::tag namespaces; the registration-time static load now\nwrites to the same ::static namespace so the initial-language pipeline\nstep still avoids a duplicate fetch.",
"is_bot": false,
"headline": "fix(i18n): separate dedup namespaces for static translations vs loadT…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T03:55:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b73eb109c8b6143fac9a230a8a5a17b3eb7bdc",
"body": "…nstead of rethrowing\n\nA throwing plugin constructor or initialize() rejected the entire setup\npipeline, skipping every remaining queued plugin and every stage after\npluginsRegistering. Route it through _failRegistration like the sibling\nstatic-translations and use() failure paths, guarding for an unassigned\ninstance when new ctor() itself threw.",
"is_bot": false,
"headline": "fix(plugin-registration): contain a throwing plugin ctor/initialize i…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T03:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d0fd301f78282e916490bb0bef72dbdb2884cba",
"body": "…cache\n\naudioOutput() always returned the cached device id, which named the old\ndevice after a media-element swap and never normalized '' (system\ndefault) to null on read-back. The getter now prefers the live\nelement's sinkId over the cache, and both read and write normalize\n'' to null.",
"is_bot": false,
"headline": "fix(audio-output): read the bound element's live sinkId, not a stale …",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T03:32:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5cb435352b550ce194353cf37269a078bf9c479",
"body": "MEDIA_INFO_CHANGED compared the receiver's contentId against the raw\nitem.url, but the plugin loads via the auth/token-resolved URL — so\nevery self-initiated load falsely looked like the receiver switching\nmedia. Cache the resolved contentId the plugin actually sent and\ncompare against that instead.",
"is_bot": false,
"headline": "fix(cast-sender): stop spurious cast:media-changed on self-load",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T03:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1474d19f689d03a1e85568bab6a6d7171adad555",
"body": "A non-leader tab's requestLock() had no AbortSignal, so releaseLock()/\ndispose() couldn't dequeue it. If the tab was disposed while queued and\nthe current holder later closed, the browser granted the lock to the\ndisposed plugin's orphaned callback, blocking every other tab from ever\nbecoming leader.",
"is_bot": false,
"headline": "fix(tab-leader): abort a queued Web Lock request on dispose",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T03:27:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc55c6d9c4fde7ddfa965520429f8a5cd4ba822",
"body": "…ysers\n\nfftSize()/smoothingTimeConstant() only updated the mono analyser, so after a\nruntime fftSize change the stereo L/R analysers and their buffers kept the stale\nbin count while frame.binHz used the new size, feeding stereo consumers wrong\nfrequency data. Propagate both setters to _analyserLeft/_analyserRight and\nreallocate the L/R buffers in allocateBuffers(). +2 tests; full suite 2885 green.",
"is_bot": false,
"headline": "fix(spectrum): propagate runtime fftSize/smoothing to stereo L/R anal…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-11T02:26:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cbb1c4c900546994cbeed7a08aa4e47e5953c89",
"body": "…pose\n\nwireStereo() gives the shared AudioGraphPlugin analyser a strong connect()\nref to the plugin's ChannelSplitterNode. dispose() only disconnected the\nsplitter's own outgoing edges, leaving the shared analyser permanently\nconnected to the now-orphaned splitter on every add/remove cycle. Capture\n\n[…]\ntargeted-disconnect it from the\nsplitter.\n\nAdds a stereo-capable AudioContext test stub (createChannelSplitter +\ncreateAnalyser) so the stereo path runs in tests instead of silently\ndegrading to mono.",
"is_bot": false,
"headline": "fix(spectrum): disconnect shared analyser from splitter on stereo dis…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:52:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2451e1becb38ca09e8630bf5f8bdd8670510ea75",
"body": "Each tick rescheduled requestAnimationFrame and added the new id to\nthe rafs Set without ever deleting the one that just fired, so a\nlong-lived frame loop accumulated dead ids unboundedly. Track the\nloop's single current id and delete-before-add on every reschedule.",
"is_bot": false,
"headline": "fix(core): stop LifecycleRegistry.frame() leaking fired RAF ids",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49643ebd0c21f1fbc2070e0b26291656c9ea3891",
"body": "parseBodyForWords() built the cue text from word entries only once any\nword timestamp appeared, silently dropping text accumulated in\nplainText before the first <mm:ss.xx> tag (e.g. \"Oh <00:01.00>baby\"\nproduced \"baby\" instead of \"Oh baby\").",
"is_bot": false,
"headline": "fix(core): keep pre-tag text in enhanced-LRC word parsing",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b16e2556550ff747c9166ed9f66e4ee6d4aeb16",
"body": "AUDIO_EXT_RE / VIDEO_EXT_RE / HLS_EXT_RE only tolerated a trailing \"?\"\nor end-of-string after the file extension, so a URL fragment (e.g.\n\"movie.mp4#t=30\") fell through the extension check entirely.",
"is_bot": false,
"headline": "fix(core): let native and HLS extension matchers accept a #fragment",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9236f6b700ff3e3ce0c282b0d11fb9b0e93988bb",
"body": "hlsFactory.canPlay() anchored HLS_MIME_RE to the full header, so a\nserver-supplied charset parameter (e.g. \"; charset=utf-8\") made a\ngenuine HLS response fall through to no-factory-match.",
"is_bot": false,
"headline": "fix(core): match HLS content-type against the bare media type",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "840a24d36a81f1543a5a5989c5a8d87c057b4f6a",
"body": "A cue-separator line containing only spaces/tabs broke the \\n{2,}\nblock split, merging the next cue's text into the previous cue's body\ninstead of starting a new block.",
"is_bot": false,
"headline": "fix(core): normalize whitespace-only lines before VTT block split",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b0784b95ac2164ef9bfaa701d4bd3ebef39afab",
"body": "unmute() restored _internalVolume and cleared the muted flag but never\ntold the backend, so a volume(0) issued while muted left the backend\nsilent even though volume() reported the pre-mute level.",
"is_bot": false,
"headline": "fix(core): re-push backend volume on unmute after a muted volume(0) call",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T05:20:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e3febf3ed201d81a2aa55ee191810c3ec69ab5",
"body": "player-core has no vite build config (only vitest.config.ts for tests) and emits\nits .d.ts via tsc -p tsconfig.build.json, so vite-plugin-dts was never invoked.\nBuild green, 0 vulnerabilities.",
"is_bot": false,
"headline": "chore(deps): drop dead devDependency vite-plugin-dts",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T04:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54b84d581cc2a51ae2a5d08ce10d7b1fea643ef5",
"body": "The platform sub-subpaths (adapters/platform/wake-lock, /network, /visibility,\n/capabilities, /fullscreen, /pip) are not in the exports map; those interfaces\nresolve from the single adapters/platform subpath. Also authFetch -> defaultFetch\n(the fetch subpath exports defaultFetch; authFetch is root-only) and\ncues/parsers/{vtt,lrc} -> adapters/cue-parser/{vtt,lrc}.",
"is_bot": false,
"headline": "docs(migration): correct subpath table to match real exports",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T04:04:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32ff11fdb2c915037520dfd68c12cfe29623e665",
"body": "Resolves GHSA-58qx-3vcg-4xpx / GHSA-96hv-2xvq-fx4p (ws via happy-dom) and\nGHSA-jxxr-4gwj-5jf2 (brace-expansion via eslint). Lockfile-only; production\ntree was already clean. Typecheck + 2873 tests green.",
"is_bot": false,
"headline": "chore(deps): audit fix dev-only ws & brace-expansion advisories",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-10T03:45:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d12e00fae1a01bc5a9a1826acbc3fa8de5b8ea6",
"body": "This reverts commit 0fbc784a7e06146615b8a20cdbeeee872c832cf7.",
"is_bot": false,
"headline": "Revert \"chore(release): 2.0.0\"",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T23:25:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fbc784a7e06146615b8a20cdbeeee872c832cf7",
"body": null,
"is_bot": false,
"headline": "chore(release): 2.0.0",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T22:21:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1960be5f67febdfa7eedae5e73769dfc6a63a3a0",
"body": "The PlayState enum documented six states but only four were ever\nassignable: nothing set LOADING or ERROR, so playState() could not\nreturn two states the published type contract, the JSDoc, and\nconsumers' exhaustive switches all promised.\n\nLOADING is now assigned in loadingMethods.load() the moment \n[…]\nainer leave the\nresting class — pinned by container-class-loading-regression), so the\ntoken showing 'loading' always implies playState LOADING, and at rest\n(phase ready) token and state agree exactly.",
"is_bot": false,
"headline": "fix(state): make PlayState.LOADING and ERROR reachable",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T21:13:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d1921ed7344ad9b99bb8ab28c64853660d3d590",
"body": "Plugin's own JSDoc promised dispose() runs \"automatically ... when the\nplayer is destroyed\", but dispose() never called into the plugin\nregistry — a plugin's listeners, timers, and LifecycleRegistry-tracked\nresources outlived player.dispose(), leaking until the page unloaded.\n\n_disposeAllPlugins() s\n[…]\nnew full sweep share one path — same ordering, same throw\ncontainment: a plugin dispose() that throws is caught, surfaced on the\nwarning-severity error channel, and never blocks the rest of the sweep.",
"is_bot": false,
"headline": "fix(lifecycle): dispose registered plugins on player dispose",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T20:27:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dd583ade35673e4313d3b5c00646eb18849480f5",
"body": "…illers\n\nA source chapter list can leave the leading run before its first entry,\nan interior span between two entries, or the tail after the last entry\nuncovered — sidecar VTT authoring and some transcode-emitted lists both\ndo this in the wild, and every chapter consumer (chapters(), chapter(),\nnext\n[…]\nresolved re-run it consistently;\nthe duration-change wiring in lifecycle.ts's setup() re-applies the fill\nonce a real duration lands or corrects, and is idempotent on lists that\nwere already gap-free.",
"is_bot": false,
"headline": "feat(chapters): backfill malformed chapter lists with synthetic gap f…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T20:27:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "47ece331bf7c6251bdad2887930157c1cb25c9ef",
"body": "…ynthetic mode\n\nBoth options were declared and documented but never read: CanvasPlugin's\n`fps` sat on the opts type doing nothing, and SpectrumPlugin's synthetic\nmode had a `pushFrame()` entry point with no path into `tick()`.\n\n`fps` now RAF-throttles the render loop, carrying the overshoot remainde\n[…]\nhange takes effect immediately.\n\nSynthetic mode now feeds `tick()` from the most recently pushed frame\n(latest-wins, no queue), bypassing the analyser entirely — analyser-backed\nplayback is untouched.",
"is_bot": false,
"headline": "fix(plugins): implement documented canvas fps throttle and spectrum s…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T20:26:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "34b958d7c10c921f6795841298f3a1429e4173b2",
"body": "Locks down public surface that had zero direct coverage ahead of the\n2.0.0 cut, so a behavior change on any of these shows up as a failing\ntest instead of a silent break for consumers:\n\n- format.test.ts — format utility functions\n- errors-not-implemented.test.ts — NotImplementedError\n- media-element\n[…]\ntate\n- run-dispatch-before.test.ts — runDispatchBefore contract\n- event-bus-listeners-of.test.ts — EventEmitter.listenersOf\n- adapter-clock-id-generator.test.ts — clock + id adapters\n\n186 tests added.",
"is_bot": false,
"headline": "test(api): pin untested public API surface before 2.0.0",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T20:26:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d88d4f84cd8760f1895cd481bedc09b3e6084d7f",
"body": null,
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.30",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T14:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a2d2bfaf1dc07c3f9273689ac2067900f08df39",
"body": "npm@latest rolled to 12.0.0, whose libnpmpublish depends on sigstore ^5.0.0\nand breaks --provenance with MODULE_NOT_FOUND on the hosted runner. Node 24's\nbundled npm has supported OIDC trusted publishing since 11.5.0 and is at\n11.16.0+, so drop the forced global upgrade and use the bundled npm.",
"is_bot": false,
"headline": "fix(ci): stop force-installing npm@latest in npm-publish workflow",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T14:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c340fe68781330cb5ad56dd11f8274411f5c0bd0",
"body": "…moveSubtitleTrack)\n\nVideo-only primitive on IVideoPlayer/NMVideoPlayer, implemented in core's\nmedia-tracks mixin. Emits 'subtitles' so the desktop-ui menu refreshes\nlive, no reload. Fixes a lost-update race in _resolveAndEmitChapters/load()\nwhere a concurrent write could be silently clobbered by a stale write-back.",
"is_bot": false,
"headline": "feat(player): runtime sidecar subtitle injection (addSubtitleTrack/re…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-09T13:41:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31dce24e3ca643d54735fa75560e7a4ad5f9863b",
"body": "…ary violations\n\nSwitch from the in-repo `eslint-plugin/` copy to the published\n`@nomercy-entertainment/eslint-plugin-player` devDependency (^0.3.0), the\nsame package video and music consume, and delete the local copy. This ends\nthe duplicated rule source that lived inside core's tree.\n\nFix the boun\n[…]\ntwo deliberate cross-boundary\n calls (raw addEventListener on the Cast SDK controller, dynamic player-event mirror).\n\nWire no-raw-fetch-in-plugin into the config. Full lint + typecheck + tests green.",
"is_bot": false,
"headline": "chore(lint): consume published eslint-plugin-player; fix plugin bound…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-05T03:44:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "56058cff545626c5cb4c7e9a67897934c1aaed90",
"body": "subtitles() only consulted the v1 wire tracks[] shape, so items using\nthe documented typed subtitles field exposed no tracks; chapters() was\naccidentally gated behind hasTracksField and returned [] for items\nwithout a wire tracks array. The typed field now lists first (wire\nafter, URL-deduped across both) and subtitle(idx) resolves sidecar\nindexes through the same deduped list.",
"is_bot": false,
"headline": "fix(tracks): read the typed subtitles/chapters item fields",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T23:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96dd8e24864166f721983bc09992b2d1a05646d3",
"body": null,
"is_bot": false,
"headline": "style(types): fix import order in events.ts",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T22:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40c87ffda1815f5c86f4488845f3a4eef4b0b53f",
"body": "The music player emitted a hand-built five-field payload while the video\nplayer emitted { time } alone - the exact cross-library asymmetry core\nforbids. The payload definition now lives here: TimeState gains 'time'\n(alias of position), BaseEventMap['time'] is TimeState, and timeData()\ndelegates to the new _timeStateAt(position) so per-library timeupdate\nbridges can build the payload from the backend's fresh position (the\ninternal slot syncs FROM the event).",
"is_bot": false,
"headline": "feat(events): time event carries the full TimeState snapshot",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T22:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5b2ecfa628e8a5dfa170b6aa905828c55ce525c",
"body": null,
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.27",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T21:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6d69f0fe2b790b263c43fa0ad1d97a7fc53adb",
"body": "Pointer off the video means controls away, the same mouseleave -> maybeHide\nrule DesktopUiPlugin runs, so a bare player matches the web app instead of\nwaiting out the inactivity countdown. Paused stays visible, unchanged.",
"is_bot": false,
"headline": "fix(core): activity tracker hides on container mouseleave while playing",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T21:02:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24c50fc53d1f2755ff924870babbc53c28be3ba2",
"body": null,
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.26",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T20:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4718ce70c05382b92b36eaeb7bc4444fe201b212",
"body": "- plugin base: fetch(url, options) signature and a loadTranslations example\n still showed the removed (url, parser, opts) shape\n- README: point Documentation links at real docs-site URLs (tour/reference\n paths), order the list introduction-to-full-knowledge, and correct the\n plugin teardown line (the base cleans up; dispose() is not required)",
"is_bot": false,
"headline": "docs(core): fix stale fetch docstrings and README doc links",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T19:50:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c7e4d16e9cdbf9b0bbba628d714b299ad936ea",
"body": "…or any UI\n\nActivity is a player concern: the player now watches its own container\n(mousemove / pointerdown / touchstart / keydown), emits 'activity' on the\nbus, and the existing container-class rules translate that into .active /\n.inactive on .nomercyplayer. Any UI - a hand-built plugin or plain CS\n[…]\nts a richer UI state machine (DesktopUiPlugin)\n take over as sole emitter\n- StubPlayer implements the new IPlayer surface; 10 new tests lock the\n tracker, the knob, the takeover, and dispose cleanup",
"is_bot": false,
"headline": "feat(core): player-level activity tracking drives .active/.inactive f…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T19:49:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7cf43d72900a5ee41c1fc3c63cae41ae7a3c30bd",
"body": null,
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.25",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T02:22:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64973ec338827fa39ee6e6be5ca54019a5bbf869",
"body": "…nd release docs\n\nThe embedded ./eslint-plugin subpath export is removed from the package.\nLint rules are dev tooling, not the player runtime contract; freezing them\ninto the public surface for the whole 2.x line would make their removal a\nsemver-major change. They move to the standalone eslint-plug\n[…]\nd\"\nclaim, and the stale extension-ports table. RELEASING.md rewritten with the\nreal publish sequence, including the eslint-plugin-player publish-day step.\nCHANGELOG and CLAUDE.md record the decisions.",
"is_bot": false,
"headline": "chore(core): unship embedded eslint-plugin; refresh 2.0.0 migration a…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T01:48:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "36b7e75bd64e2db9e62eb0a047476e7d2a927dad",
"body": "…lugin error contract\n\nRenderer failures went to console.error. They now use the structured plugin\nerror contract: a throwing visualization renderer reports\nvisualization:render/failed and disables itself on first failure so it cannot\nstorm the rAF loop; a throwing canvas renderer reports\ncanvas:render/renderer-failed and only that renderer is dropped, leaving the\nother renderers on a shared canvas running.",
"is_bot": false,
"headline": "fix(core): route canvas and visualization render errors through the p…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T01:48:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e75b7d7a714744a950a2f14672faf64a3fcc0efd",
"body": "subtitle(), subtitles(), and subtitleStyle() are no longer declared on the\nshared IPlayer. They are a screen concern with no music analogue and always\nthrew NotImplementedError on the music player, so the shared type promised an\nAPI that never worked there. They are now declared on video's IVideoPla\n[…]\nfails at compile time instead of at runtime.\n\nBREAKING CHANGE: subtitle()/subtitles()/subtitleStyle() are removed from the\nshared IPlayer/IMusicPlayer type surface. Type against IVideoPlayer for them.",
"is_bot": false,
"headline": "refactor(core)!: move subtitle methods off the shared IPlayer interface",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T01:48:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8eddad1d26a38096281f100690463a498485d1ac",
"body": "…undle\n\naddPlugin(x).ready() resolved before a post-setup plugin carrying lazy\ntranslations finished registering, so the plugin was briefly unusable.\nready() now drains the pending registrations, and a translation loader\nthat throws surfaces as plugin:failed instead of being swallowed.\n\nThe conforma\n[…]\nhe synchronous fallback, the other 78 locales lazy on\ndemand. Previously the bundle shipped but was never loaded, so core.*\nkeys returned the raw key for any consumer that did not pass enTranslations.",
"is_bot": false,
"headline": "fix(core): correct plugin registration timing and wire the kit i18n b…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-04T01:48:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f91db498bbe896e49a423b41ca77ebc1d72edc43",
"body": null,
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.24",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T22:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c5e3c590dbfa3d7995866854a6011d732da432",
"body": "perceptualGain() used a mastering-console dB-law (-60dB..0dB), which is\ncorrect for a DAW fader riding an already-mixed signal but crushes a media\nplayer's usable volume range into the top ~40% of slider travel. Position\n0.6 landed at -24dB and 0.5 at -30dB, matching the reported \"barely audible\nbel\n[…]\ny\n(MediaElementBackend base, WebAudioBackend, AudioElementBackend, and their\nsecondaryGain()/crossfade() paths) - no other file changes required for\nmusic or video to pick up the fix once republished.",
"is_bot": false,
"headline": "fix(volume): replace -60dB broadcast fader law with consumer power taper",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T22:02:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6caa94f6148eecd76cf540146932180b0719de32",
"body": "Publishes declarative plugins config (665c121) and the stale renamed-event\nsubscription warning (a0448e7) to the rc dist-tag. Unblocks the\ndocs.nomercy.tv declarative-plugins rewrite, which required this on npm to\nbe non-fictional.",
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.23",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T14:17:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0448e75ed2b7d6797b5d78e69a17bedf318c3b4",
"body": "on()'s bare-string escape hatch (needed for plugin:<id>:<event> namespaced\nevents) lets a renamed-away event name like 'current' typecheck and\nregister a listener that silently never fires. Narrowing the overload to\nreject known-stale names would break Plugin.on()'s internal implementation,\nwhich ro\n[…]\nross the trio) warns via console.warn when a consumer\nsubscribes to a name on the list, naming the replacement. Diagnostic only,\nnot a redirect -- the stale listener still never fires, same as before.",
"is_bot": false,
"headline": "fix(player-core): warn on stale renamed event subscriptions (R1)",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T13:45:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "665c121be36d5f14b3f621a0a0bcf62e2159b830",
"body": "…s })\n\naddPlugin() before setup() is a bad API for a UI plugin: miss the\npre-setup window (a re-render, a framework lifecycle hook firing late)\nand registration silently no-ops. BasePlayerConfig.plugins is the\ndeclarative form -- a class ref or { plugin, opts } -- resolved at the\nexact same pluginsR\n[…]\nnherit it for free via\nVideoPlayerConfig/MusicPlayerConfig extends BasePlayerConfig -- both\nalready spread the full config through their setup() wrappers, so\nnothing in either package needs to change.",
"is_bot": false,
"headline": "feat(player-core): declarative plugin registration via setup({ plugin…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T13:08:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dbb68deed4e25ba08be0990ba4cd13a6f1fd917a",
"body": "…boundary\n\nRecords the controls-field placement call: config fields identical across\nmusic and video live on BasePlayerConfig here, not duplicated per-library.",
"is_bot": false,
"headline": "docs(claude): add CLAUDE.md recording the core-vs-per-library config …",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T10:40:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b40a24ba2a1f35f53b9b688860c05d2cc14668e",
"body": "Native <audio controls>/<video controls> was video-only config; lifting it\nto the shared BasePlayerConfig lets music honor it too (per player-architect\nconcern-boundary review — identical semantics, no domain twist). Video's own\nduplicate declaration drops in its sibling rc.22 release. Additive, non-breaking.",
"is_bot": false,
"headline": "feat(player-core): add controls flag to BasePlayerConfig",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T10:21:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e6a824d6f664ca1092d6be5c0ab3fb113e2991b",
"body": "… changelog\n\nrc.21 shipped the M1 Connect-plugin slice (volume/mute/unmute/subtitle/\naudioTrack/playbackRate/repeatState/shuffleState/dispose setters becoming\nPromise<void>, plus ten new cancellable before* hooks) inside a commit\ntitled only for an unrelated baseUrl fix, so neither the commit message nor\nthe CHANGELOG disclosed the breaking change. The published rc.21 tarball is\nunchanged; this corrects the record so the trio's history is accurate.",
"is_bot": false,
"headline": "docs(player-core): backfill missing M1 breaking-change entry in rc.21…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-03T07:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "197d19ae4c19c49b5a3c175207ac8e2f0b8942bb",
"body": "…ng its base path\n\nMedia resolution used new URL(path, baseUrl), which drops the base path when the item path starts with a slash (the shape the media server sends), so baseUrl + a root-relative path 404'd. Now baseUrl is a raw string prefix for relative media paths, exactly like baseImageUrl already was. Fixed in both the auth mixin and the duplicated StubPlayer resolver; test added. typecheck+lint+test(2557)+build green.",
"is_bot": false,
"headline": "fix(player-core): baseUrl prepends media paths as a raw prefix, keepi…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T21:02:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12636a321f5f2f8f933d025982e8330b99de5121",
"body": "transport.stop() emitted `stop` but MediaSessionPlugin.use() never\nlistened for it, so the OS lock-screen kept showing stale artwork\nafter a genuine session end (e.g. app-web calling audioPlayer.stop()\non the server's item:null session-end frame). `ended` still only\nflips playbackState to 'none' since it's normally followed by\nauto-advance, which re-pushes metadata via `item` — clearing there\nwould flicker the lock screen blank between tracks.",
"is_bot": false,
"headline": "fix(player-core): clear MediaSession metadata on transport stop",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T17:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c25f72d2c2aca8cd5311764620b2d5be66e9d75",
"body": "…tes)",
"is_bot": false,
"headline": "style(player-core): satisfy eslint . (import sort + vendored-rule quo…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T17:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917b47cdd208649613514f1499cb13999bfb2f75",
"body": "The monorepo-relative import '../eslint-plugin-player' broke lint in standalone CI (publish + ci.yml), because that sibling package is not present when the repo is checked out alone and it is not on npm. The rules (ts-morph-free, pure eslint) now live in core/eslint-plugin/ and are exported as ./eslint-plugin; core lints against its own copy, and video/music consume it through their existing core dependency. lint+build green.",
"is_bot": false,
"headline": "fix(player-core): vendor eslint player rules, expose via ./eslint-plugin",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T17:10:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9783a392413f3470cf7aa76138da2fba7759c4ba",
"body": "Backend-helper dedup; CHANGELOG entry. Prerelease (rc dist-tag).",
"is_bot": false,
"headline": "chore(release): player-core 2.0.0-rc.20",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T09:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d8ff9316a67f160001974fa897a2182b73ab245",
"body": "Extract createAuthorizationXhrSetup (hls.js auth closure, was copy-pasted x4) and bridgeBackendPlayState (the DOM play-state bridge, was reimplemented+drifted per library) into core; destroyHlsInstance now the single teardown path. No public export/signature/event-shape change. tsc+build+test green (2532).",
"is_bot": false,
"headline": "refactor(player-core): host shared backend helpers to dedup the trio",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T09:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f56f04804a2ff7dff2aae010876162d202064433",
"body": "… leak-assert import\n\nAudit cleanup: MIGRATION.md used the banned nmMPlayer name (would not compile); describe-plugin.ts kept an unused assertNoListenerLeak import alive via a void-suppression hack. tsc+build+test green.",
"is_bot": false,
"headline": "chore(player-core): fix migration quick-start factory name, drop dead…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-02T08:26:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b802535b44f7b4cab17bc7ada17129ca3a5e87bc",
"body": "…ue pass\n\n- eslint --fix on test/formatting drift from the single-letter rename pass\n- align escapeHtml's @param name (s -> str) with the renamed parameter",
"is_bot": false,
"headline": "style(player-core): restore formatting + jsdoc param name after resid…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T20:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd8fff7252ef855a6b01049fe245d5cdfa69167e",
"body": "Zero-out all player/no-single-letter-ident (512), player/no-history-comments\n(23), player/no-unknown-cast (6) and player/no-object-literal-cast (1)\nviolations across the nomercy-player-core package.\n\nRenames follow the established conventions: (a,b) comparators → itemA/itemB,\ntime params t → seconds\n[…]\nns removed. Double-casts justified\nwith inline comments; DeviceCapabilities stub typed properly at construction.\n\nGates: tsc --noEmit clean, eslint src zero player/ violations, vitest\n2532/2532 green.",
"is_bot": false,
"headline": "fix(player-core): clear all player/* eslint violations",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T20:38:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93f56446ed2676c788ae742716656b7f31642dca",
"body": "…tter renames\n\n- wire @nomercy-entertainment/eslint-plugin-player into eslint.config\n- 697 type-inferred single-letter renames via the rename-single-letters\n codemod (names from each binding's real type; catch -> error)\n- tsc + full test suite green; the judgment residue (primitive params,\n comparator pairs, history comments, casts) is the follow-up pass",
"is_bot": false,
"headline": "refactor(player-core): adopt player lint standard + codemod single-le…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T19:31:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49239b9c751e9187c9abea393dd23be92e3698dd",
"body": "- attachDomBridgesTo / MediaElementBackend.attachDomBridges now hand the\n callback a BackendState (emitting BACKEND_STATE.* literals) instead of a raw\n string, so both backends drop their state casts at the source\n- type the media-element-helpers test's canPlayType stub param as\n CanPlayTypeResult instead of casting at the use-site",
"is_bot": false,
"headline": "refactor(core): type attachDomBridges state callback as BackendState",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T17:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8daf5202a1729f539c3e7a77dc35482857cca484",
"body": "… aliases\n\n- move BACKEND_STATE/BackendState + BACKEND_LOADER_STATE/BackendLoaderState\n into adapters/media-element/backend-state.ts so video and music consume one\n source instead of duplicating the const in each backend interface\n- converge MediaElementBackend's BaseLoaderState onto the canonical\n[…]\nve the dangling ./compat package export left by the v1 purge\n- add real-behavior coverage for the HLS helpers that moved into core\n (isHls, supportsNativeHls, attachHlsOrFallback, destroyHlsInstance)",
"is_bot": false,
"headline": "refactor(core): hoist canonical BACKEND_STATE, drop tab-leader compat…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T16:32:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3337f555aa92a09d5820688e8583a1254c4b5e8",
"body": null,
"is_bot": false,
"headline": "docs(core): drop last nmMPlayer reference from PlayerId doc",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T15:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d5ff59c5a204767f9a1346d667862704991d029",
"body": null,
"is_bot": false,
"headline": "docs(core): drop nmMPlayer references from doc comments",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T15:55:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285714116eeef2d0f656659d812b24a5bb308eeb",
"body": "Remove the v1 compatibility surface so the v2 code carries no migration\nshims: delete compat.ts (applyKitV1Compat), the deprecated state-token\naliases (PlayStateToken/VolumeStateToken/RepeatStateToken/ShuffleStateToken),\nthe auth.accessToken alias, the deprecated 'current' event, and\nLoggerOptions.debug. Unify _playState/_volumeState on the PlayState/\nVolumeState enums to match _repeatState/_shuffleState.",
"is_bot": false,
"headline": "refactor(core): drop v1 compat and unify player state on enums",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T15:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63492c75cb89184d07ce7520893a387ca15a0a0d",
"body": null,
"is_bot": false,
"headline": "feat(state): add PlayState and VolumeState enums to core",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T06:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d96dfe269466ec5535b8b21e0340db67887c08",
"body": "Add `itemEndingSoon` to `BaseEventMap` with generic payload\n`{ remaining: number; item: I }`, plus `itemEndingSoonThreshold`\nto `BasePlayerConfig`. The one-shot latch `_itemEndingSoonEmitted`\nlives on `PlayerCoreState`, resets on each load epoch bump, and is\nchecked via `_checkItemEndingSoon` in `timeMethods`. Both music and\nvideo inherit the event without any per-library duplication.",
"is_bot": false,
"headline": "feat(events): add itemEndingSoon to the shared event map",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T06:23:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89288b4b95f4d468b428ca801afb88e8411d28b3",
"body": "Siblings stateError/resourceError/pluginError were already in the barrel;\nthese two factory functions were only reachable via the internal\nerrors/ subpath. Additive re-export only — no runtime change.",
"is_bot": false,
"headline": "fix(errors): export mediaFormatError and browserPolicyError from barrel",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T06:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84aaa86aaba8d867a80fdead6d6cab96220abe1c",
"body": "Extract the generic media-element backend concerns (HLS attach, DOM event bridge, transport, volume, auth-header provider, loader backpressure, element lifecycle) into an abstract MediaElementBackend base plus media-element helpers, exposed via ./adapters/media-element. The video and audio backends extend this base instead of each reimplementing the plumbing.",
"is_bot": false,
"headline": "refactor(backend): add MediaElementBackend substrate for shared logic",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-07-01T06:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd67ed352179a0f2c382539c8623e03c7e1fcb6b",
"body": "…nd opt-in stereo\n\nAdds the data a consumer needs to build a Winamp-grade visualizer to\nVisualizationFrame and SpectrumPlugin. All additive — existing frame fields\nand types are unchanged.\n\n- frequencyFloat (Float32Array, true dB) + waveformFloat (Float32Array, -1..1)\n from getFloatFrequency/TimeDo\n[…]\nLeft/Right when enabled, absent in mono\n (default).\n\nVerified live: mono float/peak/sampleRate data flows through currentFrame()\non a real playing track; the stereo splitter routes L/R independently.",
"is_bot": false,
"headline": "feat(spectrum): expose float FFT, sampleRate/binHz, peak frequency, a…",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-06-30T21:29:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "253b23aa8ceb2313e188222a9c16ae3839a0919d",
"body": "These two tests built a raw oscillator->gain->destination chain by hand and\nasserted the Web Audio API itself passes/silences signal — not our plugin\ncode — and skipped in happy-dom (no OfflineAudioContext). The real proof that\nour EQ/audio-graph plugins shape audio lives in music-player's e2e\n(webaudio-analyser.spec.ts: maxValue > 0; equalizer.spec.ts: dB boost/cut)\nagainst a real browser context. Removes 2 dead skips.",
"is_bot": false,
"headline": "test(spectrum): drop skipped OfflineAudioContext render tests",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-06-30T21:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fa6ac8501c6570d34923a34525f4e89bd811791",
"body": "ESLint 10 needs Object.groupBy (Node 21+); the CI ran Node 20 and the lint\nstep crashed with a TypeError. Align CI with the publish workflow, which\nalready runs Node 24.",
"is_bot": false,
"headline": "ci: use Node 24 to match the publish workflow",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-06-30T21:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e197abc6c6c547b3a8a85b681d366e28b6e3939e",
"body": "Adds a CI workflow that typechecks, lints, tests, and builds on every push\nand PR. The publish workflow already gates the release on the same suite;\nthis catches breakage on the commit instead of only at release time.",
"is_bot": false,
"headline": "ci: run the full suite on push and PR to master",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-06-30T20:57:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8e80350b61c8a0f952c906e81e9187237ca0bc",
"body": "The player-core v2 RC: the shared engine the video and music players\ncompose. Single squashed root commit of the api-unification-consolidation\nwork for migrating v1 developers.\n\nCore / state\n- Single-source KIT_VERSION (inlined at build for Node-ESM import); fix\n semver prerelease comparator.\n- Gua\n[…]\nequence-pinning tests\n for the mixins; event-payload-shape assertions; adapter-injection proof.\n\nDocs\n- README front page, control-first narrative, changelog backfill,\n contributing/releasing fixes.",
"is_bot": false,
"headline": "feat(core): API unification consolidation — v2 RC (2.0.0-rc.19)",
"author_name": "Stoney_Eagle",
"author_login": "StoneyEagle",
"committed_at": "2026-06-30T01:34:35Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 85,
"latest_release_at": "2026-07-18T01:00:53Z",
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 4,
"days_since_latest_release": 5,
"mean_days_between_releases": 1.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@nomercy-entertainment/nomercy-player-core",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"player",
"plugin",
"hls",
"webvtt",
"NoMercy"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@nomercy-entertainment/nomercy-player-core",
"is_deprecated": false,
"latest_version": "2.0.1",
"repository_url": "https://github.com/NoMercy-Entertainment/nomercy-player-core",
"versions_count": 31,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 5153,
"first_published_at": "2026-06-14T05:58:55.629000Z",
"latest_published_at": "2026-07-18T01:02:07.494000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 64493,
"source_files_sampled": 503,
"oversized_source_files": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3525
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 427,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "hls.js",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.6.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "hls.js",
"direct": true,
"version": "1.6.16",
"ecosystem": "npm"
},
{
"name": "@antfu/eslint-config",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "@antfu/install-pkg",
"direct": false,
"version": "1.1.0",
"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": "@clack/core",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "@clack/prompts",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "@e18e/eslint-plugin",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@es-joy/jsdoccomment",
"direct": false,
"version": "0.84.0",
"ecosystem": "npm"
},
{
"name": "@es-joy/jsdoccomment",
"direct": false,
"version": "0.86.0",
"ecosystem": "npm"
},
{
"name": "@es-joy/resolve.exports",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-plugin-eslint-comments",
"direct": false,
"version": "4.7.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/compat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.5.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/markdown",
"direct": false,
"version": "8.0.2",
"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": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@nomercy-entertainment/eslint-plugin-player",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@ota-meshi/ast-token-store",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.133.0",
"ecosystem": "npm"
},
{
"name": "@pkgr/core",
"direct": false,
"version": "0.3.6",
"ecosystem": "npm"
},
{
"name": "@polka/url",
"direct": false,
"version": "1.0.0-next.29",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/base62",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@stylistic/eslint-plugin",
"direct": false,
"version": "5.10.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.2",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"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/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/katex",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.9.3",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/whatwg-mimetype",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/rule-tester",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.59.2",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.63.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/eslint-plugin",
"direct": false,
"version": "1.6.20",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/ui",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-sfc",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-ssr",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.39",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansis",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "are-docs-informative",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.37",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "boolbase",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.2",
"ecosystem": "npm"
},
{
"name": "builtin-modules",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001799",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "change-case",
"direct": false,
"version": "5.4.4",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "clean-regexp",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "9.5.0",
"ecosystem": "npm"
},
{
"name": "comment-parser",
"direct": false,
"version": "1.4.5",
"ecosystem": "npm"
},
{
"name": "comment-parser",
"direct": false,
"version": "1.4.6",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "core-js-compat",
"direct": false,
"version": "3.49.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "cssesc",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decode-named-character-reference",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "diff-sequences",
"direct": false,
"version": "29.6.3",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.372",
"ecosystem": "npm"
},
{
"name": "empathic",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.24.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "eslint-compat-utils",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "eslint-config-flat-gitignore",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-flat-config-utils",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-json-compat-utils",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "eslint-merge-processors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-antfu",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-command",
"direct": false,
"version": "3.5.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-es-x",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-import-lite",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jsdoc",
"direct": false,
"version": "62.9.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jsonc",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-n",
"direct": false,
"version": "18.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-no-only-tests",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-perfectionist",
"direct": false,
"version": "5.9.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-pnpm",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-regexp",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-toml",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-unicorn",
"direct": false,
"version": "64.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-unused-imports",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-vue",
"direct": false,
"version": "10.9.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-yml",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-processor-vue-blocks",
"direct": false,
"version": "2.0.0",
"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": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "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": "2.0.2",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "exsolve",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.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-string-truncated-width",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "fast-string-width",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-wrap-ansi",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fault",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fflate",
"direct": false,
"version": "0.8.3",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up-simple",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "format",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "github-slugger",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "15.15.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "17.6.0",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "globrex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "happy-dom",
"direct": false,
"version": "20.9.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "html-entities",
"direct": false,
"version": "2.6.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-builtin-module",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "jsdoc-type-pratt-parser",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "jsdoc-type-pratt-parser",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"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": "jsonc-eslint-parser",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "katex",
"direct": false,
"version": "0.16.47",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "local-pkg",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "longest-streak",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "markdown-table",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "mdast-util-find-and-replace",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-from-markdown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "mdast-util-frontmatter",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-autolink-literal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-strikethrough",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-table",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-gfm-task-list-item",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-math",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-phrasing",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-markdown",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-core-commonmark",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "micromark-extension-frontmatter",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-autolink-literal",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-strikethrough",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-table",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-tagfilter",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-task-list-item",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-math",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-factory-destination",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-label",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-space",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-title",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-whitespace",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-chunked",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-classify-character",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-combine-extensions",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-numeric-character-reference",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-string",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-html-tag-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-normalize-identifier",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-resolve-all",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-subtokenize",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "mlly",
"direct": false,
"version": "1.8.2",
"ecosystem": "npm"
},
{
"name": "module-replacements",
"direct": false,
"version": "3.0.0-beta.8",
"ecosystem": "npm"
},
{
"name": "mrmime",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mylas",
"direct": false,
"version": "2.1.14",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "natural-orderby",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.47",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "nth-check",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "object-deep-merge",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "parse-gitignore",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "parse-imports-exports",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "parse-statements",
"direct": false,
"version": "1.0.11",
"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-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": "pkg-types",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "plimit-lit",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "pnpm-workspace-yaml",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "postcss-selector-parser",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "queue-lit",
"direct": false,
"version": "1.5.2",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "refa",
"direct": false,
"version": "0.12.1",
"ecosystem": "npm"
},
{
"name": "regexp-ast-analysis",
"direct": false,
"version": "0.7.1",
"ecosystem": "npm"
},
{
"name": "regexp-tree",
"direct": false,
"version": "0.1.27",
"ecosystem": "npm"
},
{
"name": "regjsparser",
"direct": false,
"version": "0.13.2",
"ecosystem": "npm"
},
{
"name": "reserved-identifiers",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "scslre",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"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": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "sirv",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "sisteransi",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.5.0",
"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": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "strip-indent",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "synckit",
"direct": false,
"version": "0.11.13",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.1.2",
"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": "to-valid-identifier",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "toml-eslint-parser",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "totalist",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "tsc-alias",
"direct": false,
"version": "1.8.17",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "ufo",
"direct": false,
"version": "1.6.4",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.24.6",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-remove-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.0.16",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "vue-eslint-parser",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"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": "ws",
"direct": false,
"version": "8.21.0",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.8.4",
"ecosystem": "npm"
},
{
"name": "yaml-eslint-parser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 427,
"direct_count": 1,
"indirect_count": 426
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "StoneyEagle",
"commits": 85,
"avatar_url": "https://avatars.githubusercontent.com/u/45034970?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"npm-publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.js"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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/30 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 3 contributing companies or organizations -- score normalized to 10",
"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": 0,
"reason": "no 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "523bf4baf88d67a40bf298b65e883a3ef7ea0ecd",
"ran_at": "2026-07-23T10:33:22Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T14:48:09Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/NoMercy-Entertainment/nomercy-player-core",
"host": "github.com",
"name": "nomercy-player-core",
"owner": "NoMercy-Entertainment"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 59,
"vitality": 74,
"community": 46,
"governance": 41,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 74,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 85,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"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": "85 commits in the last year",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 85
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 15,
"latest_release_tag": "v2.0.1",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 1.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.6
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"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": 46,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"@nomercy-entertainment/nomercy-player-core"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 5153
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,153 downloads/month across npm",
"points": 49.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5153,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 41,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "0/2 decided PRs merged",
"points": 0,
"status": "missed",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 0,
"decided": 2
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"followers": 24,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "NoMercy-Entertainment",
"public_repos": 30,
"account_age_days": 1492
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "24 followers of NoMercy-Entertainment",
"points": 10.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 24,
"login": "NoMercy-Entertainment"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~4 yr old",
"points": 19,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@nomercy-entertainment/nomercy-player-core"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "31 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 31
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "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": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 427 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 427
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 427,
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": 427,
"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": 3
},
"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": 73,
"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": 0.988,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3525
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.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": "84 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 84,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 85",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 85
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 64493,
"source_files_sampled": 503,
"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/503 source files over 60KB",
"points": 54.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 503,
"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": [
"deps.dev does not index npm:@nomercy-entertainment/nomercy-player-core@2.0.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T10:33:26.979138Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/NoMercy-Entertainment/nomercy-player-core.svg",
"full_name": "NoMercy-Entertainment/nomercy-player-core",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}