Informe JSON sin procesar legible por máquina
{
"data": {
"icon": {
"bytes": 95388,
"width": 853,
"height": 690,
"rejected": [
{
"url": "https://qlty.sh/gh/nigrosimone/projects/ng-simple-state/maintainability.svg",
"reason": "too small (137x20)",
"source_type": "readme"
}
],
"collected": true,
"media_type": "image/gif",
"source_url": "https://github.com/nigrosimone/ng-simple-state/blob/main/projects/ng-simple-state-demo/src/assets/dev-tool.gif?raw=true",
"source_type": "readme",
"content_hash": "160401e4ed8d6207c64bffd4666ecba6c0b1716af4ab8493e72f627cddaf8e00",
"candidates_considered": 2
},
"repo": {
"topics": [
"angular",
"state-management",
"state",
"rxjs",
"angular2",
"signal",
"webmcp"
],
"is_fork": false,
"size_kb": 4636,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/ng-simple-state",
"languages": {
"HTML": 331,
"SCSS": 80,
"Batchfile": 1267,
"JavaScript": 3758,
"TypeScript": 406885
},
"pushed_at": "2026-07-29T04:35:51Z",
"created_at": "2021-04-30T17:45:55Z",
"owner_type": "User",
"updated_at": "2026-08-01T14:32:30Z",
"description": "Simple state management in Angular with only Services and Signal.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "http://sndesign.it/",
"name": "Nigro Simone",
"type": "User",
"login": "nigrosimone",
"company": "ACCA software",
"location": "Italy, Campania, Avellino",
"followers": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/310077?v=4",
"created_at": "2010-06-20T17:13:26Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 5889
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v22.1.0",
"kind": "minor",
"published_at": "2026-07-22T06:10:37Z"
}
],
"recent_commits": [
{
"oid": "80828713cc5e4de97e462631aa9bf9c7bcaa76ef",
"body": null,
"is_bot": false,
"headline": "fix: bugs (see test)",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-29T04:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2914f9a2e4f423462a86ec844cd08719ba240ed",
"body": "chore: take lint-staged 17",
"is_bot": false,
"headline": "Merge pull request #11 from nigrosimone/chore/lint-staged-17",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T06:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e7e291e5eb368ab9fd422c9d18a76815686b63f",
"body": "Git on the maintainer machine is now 2.55.0. lint-staged was held at v15\nbecause v16 raised its floor to Git 2.32, which the 2020 build installed here\ndid not meet. That reason is gone.\n\nNo config change: the hooks and the lint-staged entry are untouched.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: take lint-staged 17",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T06:05:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0be7f216066417f35b375ec40d6cbc767a3dac54",
"body": "chore: format and lint on commit and push, with husky",
"is_bot": false,
"headline": "Merge pull request #10 from nigrosimone/chore/husky-hooks",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "303913477da9601d8defc5f393c46caa318537dc",
"body": "The same mistake turned four repositories red today: a commit left files\nunformatted, and `format:check` is the first step of the build job, so lint,\ntest and the builds were all skipped behind it.\n\npre-commit runs prettier over the staged files through lint-staged, which\nfixes instead of complainin\n[…]\nrunning prettier and the linter\nhalfway through a publish.\n\nlint-staged is held at v15 because v16 and later need Git 2.32 or newer.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: format and lint on commit and push, with husky",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:48:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "94f2518d6fe18a514f60eb6dd6e97666400b27fa",
"body": "ci: bring the CI workflow in line with the other ng-* libraries",
"is_bot": false,
"headline": "Merge pull request #9 from nigrosimone/ci/modernize-node-workflow",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:24:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c7858eb45bdf92078fd312cae23085c5ca64cb1",
"body": "This one had been left behind: it ran on pull requests only, so main had no\nCI at all; it installed with `npm install --force` instead of `npm ci`; it\ntested a single Node version; and it never built anything, so a library that\nno longer compiled would still go green.\n\nIt now matches the workflow th\n[…]\ntead of spelling the flags out, and `lint` stops being\nscoped to the library: unscoped it covers the demo project too, which passes.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: bring the CI workflow in line with the other ng-* libraries",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:20:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5f341995f74f4df59378695834f89d2d956f5d9a",
"body": "ci: let an explicit release version match the manifest, and bump the actions to v7",
"is_bot": false,
"headline": "Merge pull request #8 from nigrosimone/ci/release-guard-and-actions-v7",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9584c16475926041c94ebd5e63795b9a651d6a3b",
"body": "`format:check` has been failing on the default branch since 24 July, which\nkept every CI run red regardless of what a pull request changed. Output of\n`prettier --write`, no hand edits.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "style: run prettier over the stackblitz example",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T05:01:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b0dc2399687796e5f47992116ef5e150ff52aa8a",
"body": "…actions to v7\n\nThe release workflow refuses the requested version whenever it equals the one\nin package.json. That assumes the manifest always holds the last published\nversion, which stops being true as soon as a major is bumped by hand ahead of\nthe release — the Angular major is, by design. ng-let\n[…]\non npm\" still rejects a real re-release.\n\nThe actions move to v7: the older majors run on the Node 20 runtime GitHub is\ndeprecating.\n\nCo-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: let an explicit release version match the manifest, and bump the …",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-26T04:59:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "acc30f99d92dee10b963724530b2197194ade9ed",
"body": "…tionality",
"is_bot": false,
"headline": "feat: add server-side rendering (SSR) support and transfer state func…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-25T06:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654306da6a8e186b7c552486749eb9c636ca559d",
"body": null,
"is_bot": false,
"headline": "chore: better example",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-24T04:20:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c7664fa7023827c555f27806a18ce13578ef270",
"body": "docs: replace the StackBlitz demo with a runnable example in-repo",
"is_bot": false,
"headline": "Merge pull request #7 from nigrosimone/docs/stackblitz-example",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-23T06:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6288c595e30edec2741309dff448f0ca4855570e",
"body": "The linked StackBlitz projects predate WebContainers: they ran a fixed\nin-browser bundler, so they cannot run Angular 22 and cannot be upgraded to\nit either. They needed rebuilding, not fixing.\n\n`examples/stackblitz` is a minimal standalone app that installs ng-simple-state\nfrom npm, and the README \n[…]\nit breaks exactly when a user's\nproject would.\n\nVerified by installing and building it in isolation against the published\npackage.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: replace the StackBlitz demo with a runnable example in-repo",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-23T06:19:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c9f9f6f1f1d2fc01fd3ea765120557686ee82d00",
"body": null,
"is_bot": true,
"headline": "chore(release): v22.1.0 [skip ci]",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-22T06:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d5ce397951a28b41c046bce2ae9b9947dec5405",
"body": null,
"is_bot": false,
"headline": "feat: pipeline",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-22T06:06:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9767fe25c043eeb75eca90cb2d75fe5e07db1ada",
"body": null,
"is_bot": false,
"headline": "chore: format",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-22T05:59:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab46229a337052853fd54359a67306ddc67b1abd",
"body": null,
"is_bot": false,
"headline": "feat: publish pipeline",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-22T05:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8330f169ff775e84e7d13865b6e8f7d6980c0cc7",
"body": "Fix/bug audit and vitest",
"is_bot": false,
"headline": "Merge pull request #6 from nigrosimone/fix/bug-audit-and-vitest",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e812ade88cd41ebbaeb1f4b096befaf7a84fe3b",
"body": "…led output\n\n`npm run test:schematics` failed every single spec on a clean checkout:\n`SchematicTestRunner` loads the collection from `out/collection.json`, but `tsc`\nonly emits JavaScript and the script copied the templates alone. It appeared to\nwork locally purely because `out/` is git ignored and \n[…]\n` and a clean `dist/`: 30 specs pass, and the packaged\ncollection still generates a store honouring `--prefix` and `--skip-tests`.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(schematics): copy the collection and the schema next to the compi…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:28:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0189a30c6a1b52f778c67b5e3c48e181df23b9be",
"body": "…t setup for storage",
"is_bot": false,
"headline": "fix(storage): improve resilience of state persistence and enhance tes…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10c0051ff7cd7af9733d1c9dfd46476b59f77491",
"body": "`package.json` declares `\"schematics\": \"./schematics/collection.json\"` and an\n`ng-add` entry, but `ng-packagr` only bundles the library source and the publish\nscript never compiled anything else: the published package had no `schematics`\nfolder at all, so `ng add ng-simple-state` and\n`ng generate ng\n[…]\nain`. It now\ncovers both and runs the schematics suite, whose script no longer depends on\n`xcopy` so it works on the Linux runner.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "build(schematics): compile and ship the schematics in the package",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:03:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9dacc649780afb3e21bd33ff71df8d11aeabc9ef",
"body": "Both options are declared in `schema.json`, and therefore offered on the command\nline, but neither did anything:\n\n- `skipTests` ran `options.skipTests ? noop() : noop()`, the same rule on both\n branches, so the spec file was always generated. It now filters the spec\n template out. The existing tes\n[…]\n\n`npm run test:schematics` failed before running a single spec. The unused\n`baseUrl` is gone and the resolution moves to `node16`.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(schematics): honour the skipTests and prefix options",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:02:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ac843698a9245e98ba43afdd27a0cadaf1c4a24c",
"body": "Three defects in the Redux DevTools integration:\n\n- `getLastDiff()` always returned an empty array. It bails out when a history\n entry has no `prevState`, and the single call site never passed one, so the\n diff feature was dead. The state before the change is now recorded.\n- Time-travel wrote to t\n[…]\ne()`, and re-registering a store under the same name\n could push `undefined` back into a live store. The slice is left untouched.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(devtool): record the previous state and keep time-travel persistent",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:02:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ee0f422d395e4c9ab35097e207592eb20507ff17",
"body": "`createThrottledUpdater` overwrote the queued patch with the newest one. Since\nthese are `Partial<S>` patches, every field carried by the discarded patch was\nsilently lost: `update({count: 1})` then `update({name: 'x'})` then\n`update({count: 2})` within one window applied `{count: 2}` and dropped `name`\nentirely.\n\nPatches are now merged, which also matches what `createDebouncedUpdater` already\ndid for the same contract.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(batch): merge the throttled patches instead of replacing them",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:00:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "49a2413de02b81f76de32989bea79d9b4601c364",
"body": "`createEffect`/`createSelectorEffect` let the effect function return a cleanup,\nwhich ran between two runs but never on teardown: the registry only stored\n`effectRef.destroy`. Destroying an effect by name, calling `destroyAllEffects()`\nor destroying the store therefore left behind whatever the last \n[…]\nkept receiving.\n\nThe registered teardown now destroys the effect and runs the pending cleanup,\nclearing it so it cannot run twice.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(effects): run the last cleanup when an effect is torn down",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T06:00:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a65326d05b5c66eebf842834151764ccad0247a9",
"body": "`forStore().undo()` armed the mode flag and popped the history *before* asking the\nstore to change, then ignored the return value of `replaceState()` and always\nreported success. When the store refused the change — a plugin veto, a comparator\ntreating the two states as equal, or the very same refere\n[…]\nctCanUndo()()`\ndisagreed — and disagreed for good if the caller never applied it. The README\nbinds the Undo button to that signal.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(plugin): make undo and redo atomic",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:59:07Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0ffe151968d36ec74a8b2f5603b06613c32979d6",
"body": "`NG_SIMPLE_STATE_PLUGINS` was a plain token holding the whole plugin array, so\nthe two entry points that provide it fought each other. Combining them, which the\nJSDoc of `provideNgSimpleStatePlugins` explicitly suggests, silently dropped the\nfirst set: the plugins passed to `provideNgSimpleState` ne\n[…]\ne plugin through `provideNgSimpleStatePlugins` — contradicting the\nREADME. Both entry points share the same registration path now.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(plugin): accumulate registered plugins instead of overwriting them",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:57:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "718df89c3f970ccb520e88bce28980189da95dd5",
"body": "`load` is a required option of `persistPlugin` and is documented in the README,\nbut nothing ever called it: the plugin only implemented `onAfterStateChange` to\nsave. Persistence worked one way, so a store configured with a custom backend\nsaved its state and always restarted from `initialState()`.\n\nT\n[…]\nsave` does.\n\nPlugin initialization also moves before the first dev tools report, so the\nreported state is the one actually in use.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(plugin): hydrate the store through persistPlugin.load",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:56:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b76d0d3d080d06ea54a398e24640bf96eb99f68",
"body": "`_setState`/`_replaceState` notified the dev tools, persisted the state and ran\nthe `onAfterStateChange` hooks before returning, while the concrete store applies\nthe new state only afterwards. Two consequences:\n\n- A plugin reading `store.getCurrentState()` from `onAfterStateChange` saw the\n previou\n[…]\nnding one and the outer change would never be reported\nat all. Draining in FIFO order also keeps the persisted state the last one.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(core): run the side effects after the state is committed",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:55:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ffad83c946f3f0b3204c11f5efa4b53976d1c378",
"body": "`selectState(selectFn)` fell back to the store level comparator when no explicit\none was given. That comparator is documented as comparing two full states (S),\nbut here it receives the selected slice (K) instead, and the `as\nNgSimpleStateComparator` cast silenced the type error that pointed it out.\n\n[…]\nxisting specs missed this because they all use comparators\n(`JSON.stringify`, lodash `isEqual`) that happen to work on slices too.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(selectors): stop applying the store comparator to selected slices",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:51:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ac6048ab40df707900d8963a67b159793cdcf8e8",
"body": "The storage layer had no error handling at all, so two ordinary situations broke\nthe application outright:\n\n- A corrupted value under `NgSimpleState::<storeName>` (truncated write, format\n changed between app versions, manual edit) made `JSON.parse` throw inside the\n store constructor. That surfac\n[…]\nund to the\n config via `withConfig`, which returns a view rather than mutating an instance\n that is often shared between stores.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(storage): never let persistence break the store",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:50:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e8ce82439c36e8e49196ff876f3ad0fe7ecb4914",
"body": "Switch both projects to the `@angular/build:unit-test` builder with the Vitest\nrunner, which initializes the Angular TestBed itself: `src/test.ts` and the Karma\nconfigs are no longer needed, and the Karma packages are dropped.\n\nNotable points of the migration:\n\n- `test-setup.ts` registers the `toBeT\n[…]\nest\n gives each spec its own module graph that re-ran those 49 tests in every\n importer.\n\nSame 368 tests as before, all passing.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: migrate the test runner from Karma to Vitest",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-21T05:48:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7f0bbf3448436ef68e82c0abd077f9175b70ab43",
"body": "…teSessionStorage to ensure foreign keys remain intact",
"is_bot": false,
"headline": "test: add clear() tests for NgSimpleStateLocalStorage and NgSimpleSta…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-18T06:53:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70bc20c65dffa44f51ecb2a44c20d87b9fca8165",
"body": "…nferred action names",
"is_bot": false,
"headline": "feat: enhance action name resolution for DevTools and add tests for i…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-07-18T06:39:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288f718c0e3f747be53d703a172a57d423abdfb9",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-12T05:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7901dda897156969b85c8bb34c2cb66036b0bd5c",
"body": null,
"is_bot": false,
"headline": "22.0.4",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-12T05:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8a769e3d7e6ca17042458854003e47a992c5b8",
"body": null,
"is_bot": false,
"headline": "docs: table",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-12T05:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c774aacd1b29b6f1ecf00203127e05592f1722b",
"body": null,
"is_bot": false,
"headline": "docs: update",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-12T05:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d7edda4b26bb629209510cace30d0b188eb2fa",
"body": null,
"is_bot": false,
"headline": "docs: update",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-12T05:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6289bd4c0d50be38df96d9bc94c14a7416eaba68",
"body": null,
"is_bot": false,
"headline": "docs: removed ngOnDestroy",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-12T05:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "661efaf6aebf8fb7a7a34787bdbd23a678801044",
"body": null,
"is_bot": false,
"headline": "docs: mark as internal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-10T05:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e0e589e37465dba94466f357b4941114cd03da",
"body": null,
"is_bot": false,
"headline": "chore: centralize duplicated code",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-10T05:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29cee9c0aea81f6d5a1b26636f1361dcc5bcbb0a",
"body": null,
"is_bot": false,
"headline": "docs: improve",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T19:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75dd02faa65381ba8b0eddac279c63155a82ea15",
"body": null,
"is_bot": false,
"headline": "docs: improve",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T19:03:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c39a09e85cf664a124cbdd4c97b6bdddcf03623",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T18:52:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cea2f29a8b238603e725910cd074b502672782e",
"body": null,
"is_bot": false,
"headline": "22.0.3",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T18:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cb1a73c10f6f53353b0175d01ac7ab757b6a73f",
"body": null,
"is_bot": false,
"headline": "perf: avoid function call",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T18:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a36c34da7eb149d14c2f53763da55a037fdc9ec6",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T18:29:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f8d45c78d68ad3dd77214c02138663adffe4e91",
"body": null,
"is_bot": false,
"headline": "22.0.2",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T18:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69432ee803dc281c5b47634bee3ef263e406dac5",
"body": null,
"is_bot": false,
"headline": "fix: version range",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T18:28:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "217b6f9da2c21a35ca03d2375d47189880baa87a",
"body": null,
"is_bot": false,
"headline": "chore: bump version",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T16:18:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3ed1b588ece8af0d776437036d2be4ff6fa1a9",
"body": null,
"is_bot": false,
"headline": "22.0.1",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T16:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc7316eaff1c3e35bd596ed4f4a76cded7080f4d",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T16:12:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1f7035c3d2b837fb6bf0d9f01acadf79b69334b",
"body": null,
"is_bot": false,
"headline": "chore: remove deprecation",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T14:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c85bda05c6354f6b874042a55c02cfe0b2138a6",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T14:08:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65329c63d8a75d17f6ed9200610ceb4982c96b34",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T14:06:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e6f8b59d2d805b55ea10824fbef13ca1a2169c",
"body": null,
"is_bot": false,
"headline": "chore: provideBrowserGlobalErrorListeners",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T14:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df198ece775e34f5cfd973c2475fa65b0689cb0",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T14:03:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9894950b145138a5e3cc04f5a2c7d38392bdde",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T14:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bd03f4664abdfffff3cbd94e06f8675b648df3c",
"body": null,
"is_bot": false,
"headline": "chore: clean up",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T13:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ebfcd17a8f50a8f9513baeba24fee1fc422a084",
"body": null,
"is_bot": false,
"headline": "fix: engine",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T13:15:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74df9a4eaea3abc339beda526289f5a68e6969dd",
"body": null,
"is_bot": false,
"headline": "feat(test): improve coverage",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T12:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80e654d146aa901896f5471a162efba778c67272",
"body": null,
"is_bot": false,
"headline": "perf: avoid function call if not necessary",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T12:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36a140d7266794f609144f72bfbd0b7c371d9593",
"body": null,
"is_bot": false,
"headline": "perf: avoid function call if not necessary",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T12:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f00a17003b3033ad6560eb12f9abea18e6dec62",
"body": null,
"is_bot": false,
"headline": "chore: better ts",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T12:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbbd22ac00e6157a27e5fab97a8a88fe53746322",
"body": null,
"is_bot": false,
"headline": "docs: add link",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T10:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f3320704fb3b36184bc5e28f1c851f817dea7f7",
"body": null,
"is_bot": false,
"headline": "docs: webmcp",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T10:50:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4257e4325b92921c81fcb12b02e60d566afeecb7",
"body": null,
"is_bot": false,
"headline": "docs: claim",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-07T10:49:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1bbab72418ccd63791e96d6b5cfb0c541ca204",
"body": null,
"is_bot": false,
"headline": "chore: null check",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T18:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "313451b9ace05cbb0f7882bb2c1b8d9e52d24127",
"body": null,
"is_bot": false,
"headline": "chore: remove useless typeof",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T18:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84ef57956f633e8f1a56b7d7d17f05e04b10c65e",
"body": null,
"is_bot": false,
"headline": "chore: example with satisfies",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T17:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eccbf5768b645dec58a7a0bd06c7995d3916064d",
"body": null,
"is_bot": false,
"headline": "chore: better ts",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T17:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45286e8a8cc6b2d2dd79ca22ac7780dbbda540e9",
"body": null,
"is_bot": false,
"headline": "fix: tsconfig",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T16:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d434b399bd1aa1fcec4e66d677093a885feef8d3",
"body": null,
"is_bot": false,
"headline": "fix: types",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T16:51:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "659be30e8c37592f65af31e85ef50775a7a69e20",
"body": null,
"is_bot": false,
"headline": "chore: strip internal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T16:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ff9b831ac3adae13978370c5aa2182febb78d69",
"body": null,
"is_bot": false,
"headline": "chore: internals",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T10:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9985d50500ea26b48f93b85c80698cc26ed4a2d",
"body": null,
"is_bot": false,
"headline": "chore: stackPoint always 4",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T10:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26abf04e25193604642ed188d7fc80481169a202",
"body": null,
"is_bot": false,
"headline": "chore: internal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T08:13:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b8b658dadc6f735f483db40c851d3750f1e89e9",
"body": null,
"is_bot": false,
"headline": "chore: internals",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T08:01:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc41a90d54b1b808badae3236f68a67c8b4759a2",
"body": null,
"is_bot": false,
"headline": "chore: private",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T07:53:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0713b2aa9456ca6e9edabc616684057a9c5224c9",
"body": null,
"is_bot": false,
"headline": "chore: internals",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T07:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc8929eee2e34f913976bb105f59b58f31b3cc8",
"body": null,
"is_bot": false,
"headline": "chore: private",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T07:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8d3fa990fb38812aaeba79835a094d0db8791ef",
"body": null,
"is_bot": false,
"headline": "docs: mark as internal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T07:42:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c4ffad8b815d493e42fc7f56ab903347537cc0e",
"body": null,
"is_bot": false,
"headline": "docs: mark as internal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T07:40:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11123e13f316614ffee286549dff15a92e7caa9b",
"body": null,
"is_bot": false,
"headline": "docs: mark as internal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-06T07:40:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d92286e460a2d642bd270c50c15db707c0ea748e",
"body": null,
"is_bot": false,
"headline": "chore: better publish script",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-04T16:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08d30b2c6d4166b68bec6f24eb52e2f7da905a32",
"body": null,
"is_bot": false,
"headline": "chore: remove ts deprecation",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-04T16:53:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64b26dc1df1df1a0bc61d73a4c007ea1b7a9d064",
"body": null,
"is_bot": false,
"headline": "chore: withExperimentalAutoCleanupInjectors",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-04T05:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44d12b03da8b1d226a40d0779028ba76ae2f6908",
"body": null,
"is_bot": false,
"headline": "chore: enable webMcp",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-04T05:30:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f951242fa6fa5b2c52f72d516fe02693da461e62",
"body": null,
"is_bot": false,
"headline": "chore: angular 22",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-04T05:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f015584d2cd8cfdac4b7c2b73da69ea738b3a7c7",
"body": null,
"is_bot": false,
"headline": "chore: centralize effect management",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T18:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950702e781cd1c14b7a009c0a635b6de1df2e5d4",
"body": null,
"is_bot": false,
"headline": "chore: remove ngOnDestroy, implement DestroyRef",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T18:24:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd0ba1faa158b962945ddb975e90f485a88b64b",
"body": null,
"is_bot": false,
"headline": "chore: update demos",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T17:34:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4913f46c244536032aed92775ed838aa23d1ea44",
"body": "… into main",
"is_bot": false,
"headline": "Merge branch 'main' of https://github.com/nigrosimone/ng-simple-state…",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T16:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8f0734eded9d7dc4e4179e8db77d1138994e0ae",
"body": null,
"is_bot": false,
"headline": "docs: improve",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T16:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a256fb682a9b3591ba616aad7c8afde28461e0dd",
"body": null,
"is_bot": false,
"headline": "Fix formatting for persistentStorage and storeName options",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T16:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd4f605d5cdab4a8db6a82cee80eb757d8388cd3",
"body": null,
"is_bot": false,
"headline": "chore: support custom serializer",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T15:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6151de9ce92be36e370335409263842ecb405726",
"body": null,
"is_bot": false,
"headline": "docs: webMcp",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T15:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5570abf2fb7bc4783fa6f81f899059f6b1dad843",
"body": null,
"is_bot": false,
"headline": "feat: promote signal",
"author_name": "Nigro Simone",
"author_login": "nigrosimone",
"committed_at": "2026-06-02T15:09:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 208,
"latest_release_at": "2026-07-22T06:10:37Z",
"latest_release_tag": "v22.1.0",
"releases_from_tags": false,
"days_since_last_push": 7,
"active_weeks_last_year": 18,
"days_since_latest_release": 14,
"mean_days_between_releases": null
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": []
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 1,
"header": 1,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ng-simple-state",
"exists": true,
"license": "MIT",
"keywords": [
"angular",
"state",
"rxjs",
"signal",
"state-management",
"store",
"redux",
"webmcp"
],
"ecosystem": "npm",
"categories": [],
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/ng-simple-state",
"declared_type": null,
"is_deprecated": false,
"latest_version": "22.1.0",
"repository_url": "https://github.com/nigrosimone/ng-simple-state",
"versions_count": 63,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1102,
"first_published_at": "2021-04-30T18:13:35.546000Z",
"latest_published_at": "2026-07-22T06:10:33.119000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 14
}
]
},
"popularity": {
"forks": 2,
"stars": 46,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"examples/stackblitz/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 26298,
"source_files_sampled": 68,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:ng-simple-state@22.1.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@angular/common",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/compiler",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/forms",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/platform-browser",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/platform-browser-dynamic",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "@angular/router",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^22.0.0"
},
{
"name": "lodash.isequal",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.5.0"
},
{
"name": "rxjs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.8.2"
},
{
"name": "tslib",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.8.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@angular/common",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/common",
"direct": true,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/compiler",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/compiler",
"direct": true,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/core",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/core",
"direct": true,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/forms",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/forms",
"direct": true,
"version": "^22.0.8",
"ecosystem": "npm"
},
{
"name": "@angular/platform-browser",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/platform-browser",
"direct": true,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/platform-browser-dynamic",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/router",
"direct": true,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.isequal",
"direct": true,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": true,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": true,
"version": "^7.8.2",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": true,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": true,
"version": "^2.3.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": true,
"version": "^2.8.1",
"ecosystem": "npm"
},
{
"name": "@aashutoshrathi/word-wrap",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "@algolia/abtesting",
"direct": false,
"version": "1.18.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-abtesting",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-analytics",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-common",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-insights",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-personalization",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-query-suggestions",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-search",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/ingestion",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/monitoring",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/recommend",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-browser-xhr",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-fetch",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-node-http",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@angular-devkit/architect",
"direct": false,
"version": "0.2200.0",
"ecosystem": "npm"
},
{
"name": "@angular-devkit/core",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-devkit/schematics",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/builder",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/bundled-angular-compiler",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/eslint-plugin",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/eslint-plugin-template",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/schematics",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/template-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular-eslint/utils",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/build",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/build",
"direct": false,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/cli",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/cli",
"direct": false,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/compiler-cli",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@angular/compiler-cli",
"direct": false,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/css-color",
"direct": false,
"version": "5.1.11",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/dom-selector",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/generational-cache",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@asamuzakjp/nwsapi",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-annotate-as-pure",
"direct": false,
"version": "7.27.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.24.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@bramus/specificity",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@cspotcode/source-map-support",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "@csstools/color-helpers",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-calc",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "@csstools/css-color-parser",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@csstools/css-parser-algorithms",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@csstools/css-syntax-patches-for-csstree",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@csstools/css-tokenizer",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@exodus/bytes",
"direct": false,
"version": "1.15.1",
"ecosystem": "npm"
},
{
"name": "@gar/promise-retry",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@gerrit0/mini-shiki",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@harperfast/extended-iterable",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@hono/node-server",
"direct": false,
"version": "1.19.14",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.6",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@inquirer/ansi",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "@inquirer/checkbox",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/confirm",
"direct": false,
"version": "6.0.12",
"ecosystem": "npm"
},
{
"name": "@inquirer/core",
"direct": false,
"version": "11.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/editor",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/expand",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@inquirer/figures",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "@inquirer/input",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/number",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/password",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/prompts",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/rawlist",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/search",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/select",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/type",
"direct": false,
"version": "4.0.7",
"ecosystem": "npm"
},
{
"name": "@isaacs/balanced-match",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@isaacs/brace-expansion",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "@isaacs/fs-minipass",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jasminejs/reporters",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"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": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "@listr2/prompt-adapter-inquirer",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-darwin-arm64",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-darwin-x64",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-linux-arm",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-linux-arm64",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-linux-x64",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-win32-arm64",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@lmdb/lmdb-win32-x64",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "@modelcontextprotocol/sdk",
"direct": false,
"version": "1.29.0",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-darwin-arm64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-darwin-x64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-linux-arm",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-linux-arm64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-linux-x64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-win32-x64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-android-arm-eabi",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-android-arm64",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-darwin-arm64",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-darwin-x64",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-freebsd-x64",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-arm64-gnu",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-arm64-musl",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-ppc64-gnu",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-riscv64-gnu",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-s390x-gnu",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-x64-gnu",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-linux-x64-musl",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-openharmony-arm64",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-win32-arm64-msvc",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-win32-ia32-msvc",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@napi-rs/nice-win32-x64-msvc",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@npmcli/agent",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@npmcli/fs",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/git",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@npmcli/installed-package-contents",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/node-gyp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/package-json",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "@npmcli/promise-spawn",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "@npmcli/redact",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@npmcli/run-script",
"direct": false,
"version": "10.0.4",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-android-arm64",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-darwin-arm64",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-darwin-x64",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-freebsd-x64",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm-glibc",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm-musl",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm64-glibc",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-arm64-musl",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-x64-glibc",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-linux-x64-musl",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-win32-arm64",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-win32-ia32",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@parcel/watcher-win32-x64",
"direct": false,
"version": "2.5.6",
"ecosystem": "npm"
},
{
"name": "@rollup/plugin-json",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@rollup/pluginutils",
"direct": false,
"version": "5.4.0",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/wasm-node",
"direct": false,
"version": "4.61.0",
"ecosystem": "npm"
},
{
"name": "@schematics/angular",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@sigstore/bundle",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@sigstore/core",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/protobuf-specs",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/sign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@sigstore/tuf",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@sigstore/verify",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node10",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node12",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node14",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@tsconfig/node16",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@tufjs/canonical-json",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@tufjs/models",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"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.8",
"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/jasmine",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/lodash",
"direct": false,
"version": "4.17.13",
"ecosystem": "npm"
},
{
"name": "@types/lodash.isequal",
"direct": false,
"version": "4.5.8",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.9.2",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-basic-ssl",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@yarnpkg/lockfile",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "abbrev",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "accepts",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "acorn-walk",
"direct": false,
"version": "8.2.0",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "7.1.4",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.17.1",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ajv-formats",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "algoliasearch",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "angular-eslint",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "arg",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "aria-query",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "axobject-query",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.8.30",
"ecosystem": "npm"
},
{
"name": "beasties",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "bidi-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "body-parser",
"direct": false,
"version": "2.2.2",
"ecosystem": "npm"
},
{
"name": "boolbase",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.0",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "bytes",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "cacache",
"direct": false,
"version": "20.0.4",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001756",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "cli-spinners",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "cli-truncate",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "cli-width",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "14.0.3",
"ecosystem": "npm"
},
{
"name": "common-path-prefix",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "content-disposition",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "cookie-signature",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "copy-anything",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "cors",
"direct": false,
"version": "2.8.5",
"ecosystem": "npm"
},
{
"name": "create-require",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "css-select",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "css-tree",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "css-what",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "data-urls",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decimal.js",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "depd",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "dependency-graph",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "dom-serializer",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "domelementtype",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "domhandler",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "domutils",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "ee-first",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.259",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "encodeurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "environment",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "errno",
"direct": false,
"version": "0.1.8",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.0",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-html",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.4.1",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "10.1.8",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "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": "etag",
"direct": false,
"version": "1.8.1",
"ecosystem": "npm"
},
{
"name": "eventemitter3",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "eventsource-parser",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "exponential-backoff",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "express",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "express-rate-limit",
"direct": false,
"version": "8.5.2",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fast-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-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "fast-wrap-ansi",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "finalhandler",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "find-cache-directory",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up-simple",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "forwarded",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fresh",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs-minipass",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "13.0.6",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "glob-to-regexp",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "17.6.0",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "hono",
"direct": false,
"version": "4.12.23",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "html-encoding-sniffer",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "htmlparser2",
"direct": false,
"version": "10.1.0",
"ecosystem": "npm"
},
{
"name": "http-cache-semantics",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "http-errors",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "husky",
"direct": false,
"version": "9.1.7",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.6.3",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "ignore-walk",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "image-size",
"direct": false,
"version": "0.5.5",
"ecosystem": "npm"
},
{
"name": "immutable",
"direct": false,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "injection-js",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "ip-address",
"direct": false,
"version": "10.2.0",
"ecosystem": "npm"
},
{
"name": "ipaddr.js",
"direct": false,
"version": "1.9.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-interactive",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-potential-custom-element-name",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-promise",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-what",
"direct": false,
"version": "4.1.16",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "6.0.3",
"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": "jasmine",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "jasmine-core",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "jose",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "jsdom",
"direct": false,
"version": "29.1.1",
"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-parse-even-better-errors",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-typed",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "jsonparse",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "less",
"direct": false,
"version": "4.6.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "lint-staged",
"direct": false,
"version": "17.2.0",
"ecosystem": "npm"
},
{
"name": "listr2",
"direct": false,
"version": "10.2.1",
"ecosystem": "npm"
},
{
"name": "lmdb",
"direct": false,
"version": "3.5.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "log-update",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.2.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.5.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "lunr",
"direct": false,
"version": "2.3.9",
"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": "2.1.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "make-error",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "make-fetch-happen",
"direct": false,
"version": "15.0.6",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "14.2.0",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "mdn-data",
"direct": false,
"version": "2.27.1",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "media-typer",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "merge-descriptors",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.54.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "mimic-function",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.4",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minipass-collect",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "minipass-fetch",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "minipass-flush",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "minipass-pipeline",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "minipass-sized",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mrmime",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "msgpackr",
"direct": false,
"version": "1.11.12",
"ecosystem": "npm"
},
{
"name": "msgpackr-extract",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "needle",
"direct": false,
"version": "3.5.0",
"ecosystem": "npm"
},
{
"name": "negotiator",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "ng-packagr",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "ng-simple-state",
"direct": false,
"version": "^22.1.0",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "node-addon-api",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "node-gyp",
"direct": false,
"version": "12.3.0",
"ecosystem": "npm"
},
{
"name": "node-gyp-build-optional-packages",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.27",
"ecosystem": "npm"
},
{
"name": "nopt",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "npm-bundled",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npm-install-checks",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "npm-normalize-package-bin",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "npm-package-arg",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "npm-packlist",
"direct": false,
"version": "10.0.4",
"ecosystem": "npm"
},
{
"name": "npm-pick-manifest",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "npm-registry-fetch",
"direct": false,
"version": "19.1.1",
"ecosystem": "npm"
},
{
"name": "nth-check",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.3",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "on-finished",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "ora",
"direct": false,
"version": "9.4.0",
"ecosystem": "npm"
},
{
"name": "ordered-binary",
"direct": false,
"version": "1.6.1",
"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": "p-map",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "pacote",
"direct": false,
"version": "21.5.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-node-version",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse5",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "parse5-html-rewriting-stream",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "parse5-sax-parser",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "parseurl",
"direct": false,
"version": "1.3.3",
"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-scurry",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "path-to-regexp",
"direct": false,
"version": "8.4.2",
"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": "4.0.4",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "piscina",
"direct": false,
"version": "5.1.4",
"ecosystem": "npm"
},
{
"name": "pkce-challenge",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "postcss-media-query-parser",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "postcss-safe-parser",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.6",
"ecosystem": "npm"
},
{
"name": "proc-log",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "proxy-addr",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "prr",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "punycode.js",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.2",
"ecosystem": "npm"
},
{
"name": "range-parser",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "raw-body",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "reflect-metadata",
"direct": false,
"version": "0.2.2",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "rollup-plugin-dts",
"direct": false,
"version": "6.4.1",
"ecosystem": "npm"
},
{
"name": "router",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "sass",
"direct": false,
"version": "1.99.0",
"ecosystem": "npm"
},
{
"name": "sax",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "saxes",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "send",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "serve-static",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "setprototypeof",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "sigstore",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "smart-buffer",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "socks",
"direct": false,
"version": "2.8.9",
"ecosystem": "npm"
},
{
"name": "socks-proxy-agent",
"direct": false,
"version": "8.0.5",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "spdx-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": "ssri",
"direct": false,
"version": "13.0.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "statuses",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "stdin-discarder",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "string-argv",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "8.2.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "symbol-tree",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "7.5.16",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.16",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "tldts",
"direct": false,
"version": "7.4.9",
"ecosystem": "npm"
},
{
"name": "tldts-core",
"direct": false,
"version": "7.4.9",
"ecosystem": "npm"
},
{
"name": "toidentifier",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "10.9.2",
"ecosystem": "npm"
},
{
"name": "tuf-js",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-is",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "0.28.19",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.60.1",
"ecosystem": "npm"
},
{
"name": "uc.micro",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "6.26.0",
"ecosystem": "npm"
},
{
"name": "undici",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.24.6",
"ecosystem": "npm"
},
{
"name": "unpipe",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache-lib",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-name",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "vary",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.2",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "w3c-xmlserializer",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "watchpack",
"direct": false,
"version": "2.5.1",
"ecosystem": "npm"
},
{
"name": "weak-lru-cache",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "16.0.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "xml-name-validator",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "xmlchars",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "18.0.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "yn",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yoctocolors",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "zod-to-json-schema",
"direct": false,
"version": "3.25.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 751,
"direct_count": 18,
"indirect_count": 733
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 7,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 4,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "nigrosimone",
"commits": 563,
"avatar_url": "https://avatars.githubusercontent.com/u/310077?v=4"
},
{
"type": "User",
"login": "Arpitgoyalgg",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/50814175?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.998
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"node.js.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "64 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "80828713cc5e4de97e462631aa9bf9c7bcaa76ef",
"ran_at": "2026-08-05T12:53:31Z",
"aggregate_score": 4.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 0,
"decided_7d": 0,
"merged_30d": 6,
"authors_30d": 1,
"decided_30d": 6,
"sample_size": 7,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 6,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 6
},
"ci_last_run_at": "2026-07-29T04:37:02Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T06:10:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nigrosimone/ng-simple-state",
"host": "github.com",
"name": "ng-simple-state",
"owner": "nigrosimone"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 65 is calibrated to 75 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 65,
"calibrated": 75,
"calibration": "2026-08-02"
}
}
],
"value": 75,
"inputs": {
"security": 53,
"vitality": 79,
"community": 46,
"governance": 60,
"calibration": "2026-08-02",
"engineering": 84,
"ai_readiness": 59,
"weighted_overall_raw": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 79,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 208,
"human_commit_share": 0.99,
"days_since_last_push": 7,
"active_weeks_last_year": 18
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "208 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 208
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 84,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v22.1.0",
"releases_from_tags": false,
"days_since_latest_release": 14,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 14 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 46,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 27,
"inputs": {
"forks": 2,
"stars": 46,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "46 stars",
"points": 26.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 46
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 1,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [
"shields.io"
],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"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": 51,
"inputs": {
"packages": [
"ng-simple-state"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1102
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,102 downloads/month across npm",
"points": 40.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1102,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.998
},
"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": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 7,
"open_issues": 0,
"closed_issues": 4,
"prs_merged_7d": 0,
"prs_decided_7d": 0,
"prs_merged_30d": 6,
"prs_decided_30d": 6,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 6,
"first_time_prs_decided_30d": 6
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/7 decided PRs merged",
"points": 30,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 7
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "6/6 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 6,
"decided": 6
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 47,
"owner_type": "User",
"is_verified": null,
"owner_login": "nigrosimone",
"public_repos": 59,
"account_age_days": 5889
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "47 followers of nigrosimone",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 47,
"login": "nigrosimone"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~16 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ng-simple-state"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 14
},
"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 14 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 14
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "63 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 63
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 84,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"angular",
"state-management",
"state",
"rxjs",
"angular2",
"signal",
"webmcp"
],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/ng-simple-state",
"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": "https://www.npmjs.com/package/ng-simple-state",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": 53,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 41,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "6 out of 6 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "64 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:ng-simple-state@22.1.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:ng-simple-state@22.1.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 1,
"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": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"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": "moderate",
"name": "AI Readiness",
"value": 59,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.939,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "93 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 93,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 66,
"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": [
"examples/stackblitz/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.19,
"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.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "examples/stackblitz/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples/stackblitz/tsconfig.json, 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": "19 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 19,
"sampled": 100
}
}
],
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 26298,
"source_files_sampled": 68,
"oversized_source_files": 0
},
"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": "0/68 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 68,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library",
"application"
],
"labels": [
"library",
"web-ui"
],
"scores": {
"web-ui": 4,
"library": 6
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "dependencies",
"label": "web-ui",
"source": "dep:@angular/core",
"weight": 4
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": true
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-05T12:53:45.076153Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nigrosimone/ng-simple-state.svg",
"full_name": "nigrosimone/ng-simple-state",
"license_state": "standard",
"license_spdx": "MIT"
}