原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2191,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 2272,
"TypeScript": 125435
},
"pushed_at": "2026-07-21T17:17:06Z",
"created_at": "2016-04-18T09:51:11Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T17:17:34Z",
"description": "Scanner and parser for JSON with comments.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://opensource.microsoft.com",
"name": "Microsoft",
"type": "Organization",
"login": "microsoft",
"company": null,
"location": "Redmond, WA",
"followers": 125649,
"avatar_url": "https://avatars.githubusercontent.com/u/6154722?v=4",
"created_at": "2013-12-10T19:06:48Z",
"is_verified": null,
"public_repos": 8217,
"account_age_days": 4607
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.0.0-next.2",
"kind": "prerelease",
"published_at": "2026-06-16T22:19:42Z"
},
{
"tag": "v4.0.0-next.1",
"kind": "prerelease",
"published_at": "2026-03-10T09:25:24Z"
},
{
"tag": "v3.3.1",
"kind": "patch",
"published_at": "2024-06-24T21:15:43Z"
},
{
"tag": "v3.3.0",
"kind": "minor",
"published_at": "2024-06-24T15:46:18Z"
}
],
"recent_commits": [
{
"oid": "8fb9770ae686b3ff2b7c112b94d94581b0b6d0bc",
"body": "Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.2.0 to 4.3.0.\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nodeca/js-yaml/compare/4.2.0...4.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: js-yaml\n dependency-version: 4.3.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump js-yaml from 4.2.0 to 4.3.0 (#127)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T17:17:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ba505f7a362113cacea18e10c0974a0dda45c3",
"body": "Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.14 to 1.1.16.\n- [Release notes](https://github.com/juliangruber/brace-expansion/releases)\n- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.14...v1.1.16)\n\n---\nupdated-dependencies:\n- dependency-n\n[…]\non\n dependency-version: 1.1.16\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump brace-expansion from 1.1.14 to 1.1.16 (#126)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-21T17:05:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "900046d46a96dd5d014030e37c0055157921ef92",
"body": "* Initial plan\n\n* Run npm audit fix and bump version to 4.0.0-next.2\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "npm audit fix + bump to 4.0.0-next.2 (#124)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-06-16T18:40:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b1efd4c4eb188b166fe7cca3d0577868311c582a",
"body": "* Initial plan\n\n* chore: upgrade brace-expansion dependency to latest versions\n\nAgent-Logs-Url: https://github.com/microsoft/node-jsonc-parser/sessions/a03dfa9c-6db3-407a-9907-6c3e1504aa81\n\nCo-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: upgrade brace-expansion to latest versions (#122)",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-05-21T17:40:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "babb17a9129c899a3bbcd14fcb313101f3a1fa8b",
"body": "…#120)\n\n* Initial plan\n\n* Fix off-by-one bug in modify() when removing last array element (issue #108)\n\nAgent-Logs-Url: https://github.com/microsoft/node-jsonc-parser/sessions/8c22962d-a4c5-4849-afa3-2eafdc3d47d0\n\nCo-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: aeschli <6461412+aeschli@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix off-by-one error in `modify()` when removing last array element (…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-05-04T15:31:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5f6bd18a519ef031ee101ade48ea6e52c368955a",
"body": "…lity (#119)\n\nAgent-Logs-Url: https://github.com/microsoft/node-jsonc-parser/sessions/442fe483-119a-4a97-bc43-d842d938b63a\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: rzhao271 <7199958+rzhao271@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: npm audit fix - update brace-expansion to fix moderate vulnerabi…",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-04-01T19:20:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51cbe2ff81f743f3174a7e887a78f717a5265126",
"body": "Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.\n- [Release notes](https://github.com/micromatch/picomatch/releases)\n- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.\n[…]\ntch\n dependency-version: 2.3.2\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump picomatch from 2.3.1 to 2.3.2 (#118)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-26T15:50:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e712506c0aeb5987baf4b7843c251f9c23243838",
"body": "…d-3.4.2\n\nBump flatted from 3.3.3 to 3.4.2",
"is_bot": true,
"headline": "Merge pull request #117 from microsoft/dependabot/npm_and_yarn/flatte…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-23T01:27:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b7f476064b1c5b7d2d2a309ce97a4185d15b50c",
"body": null,
"is_bot": false,
"headline": "one more pipeline fix (#116)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2026-03-04T19:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742694c8018e7f8db1d4389f032e1eef30410acc",
"body": null,
"is_bot": false,
"headline": "update pipeline (#115)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2026-03-04T19:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87fdc15cb3588ad557c872e6112d4d006449f83f",
"body": null,
"is_bot": false,
"headline": "fix ci build (#114)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2026-03-04T18:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c78baf4e84577a8dbcf0c12cf3ef325f3d33084c",
"body": null,
"is_bot": false,
"headline": "prepare 4.0.0, esm only (#113)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2026-03-04T16:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e0a3dc00eda25f4516a00538d9988ba5909297",
"body": null,
"is_bot": false,
"headline": "migrate mocha to node:test (#112)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2026-03-04T15:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7cb6cb39baa05ab69ce420aaf2eee4d946da0f",
"body": "fix: run npm audit fix to patch non-breaking devDependency vulnerabilities",
"is_bot": false,
"headline": "Merge pull request #111 from microsoft/copilot/run-npm-audit-fix",
"author_name": "Copilot",
"author_login": "Copilot",
"committed_at": "2026-02-27T21:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05d66ec1d36df933406c99fd698a79db91a2d804",
"body": "Bumps and [glob](https://github.com/isaacs/node-glob). These dependencies needed to be updated together.\n\nUpdates `glob` from 10.4.5 to 10.5.0\n- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)\n- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0)\n\nUpdate\n[…]\nob\n dependency-version: 11.1.0\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump glob (#107)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-24T11:49:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4179298bb1b116a7bb9d4ea9d3aa2b27d47527f8",
"body": "Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.\n- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: js-yaml\n dependency-version: 4.1.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump js-yaml from 4.1.0 to 4.1.1 (#106)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-11-17T10:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe330190baba3ba630934d27ea2083638feddadc",
"body": null,
"is_bot": false,
"headline": "Add startLine & startCharacter to parser errors (#102)",
"author_name": "Tim Perry",
"author_login": "pimterry",
"committed_at": "2025-08-05T09:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "822ee4d7f8420d09e013b0402dd92852e6a04b97",
"body": null,
"is_bot": false,
"headline": "Update README.md (#98)",
"author_name": "operagxsasha",
"author_login": "operagxsasha",
"committed_at": "2025-08-05T08:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eba2392a9aecb76fc150705454ce277dc7b7f6b",
"body": null,
"is_bot": false,
"headline": "chore: migrate eslint config and fix lint errors (#101)",
"author_name": "Raymond Zhao",
"author_login": "rzhao271",
"committed_at": "2025-07-28T17:28:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec497a91a72d51069d2a4dcc3fe93673b8ad856b",
"body": null,
"is_bot": false,
"headline": "update dependencies (#100)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2025-06-30T18:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16324180a7a3e255b794a45ef48bcb3f03fca638",
"body": null,
"is_bot": false,
"headline": "chore: bump action and node versions (#99)",
"author_name": "Raymond Zhao",
"author_login": "rzhao271",
"committed_at": "2025-06-12T17:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de0c43566a99a0961001f114107372ac98b61eb",
"body": "Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.\n\n\nUpdates `serialize-javascript` from 6.0.0 to 6.0.2\n- [Release notes](https://github.com/ya\n[…]\nependency-name: mocha\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump serialize-javascript and mocha (#96)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-04-14T07:22:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3c9b4203d663061d87d4d34dd0004690aef94db5",
"body": null,
"is_bot": false,
"headline": "remove exports, prepare 3.3.1 (#92)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2024-06-24T20:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f3cf98cce5634cf181786324dba09a2bc70e78a",
"body": "* prepare 3.3.0\n\n* add exports\n\n* update github ci to node 18",
"is_bot": false,
"headline": "prepare 3.3.0 (#90)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2024-06-24T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e24580686c66b54d8edfed95843de7daf446a6f",
"body": "* Allow visitor to cease callbacks\r\n\r\n* polish\r\n\r\n* update docs\r\n\r\n---------\r\n\r\nCo-authored-by: Martin Aeschlimann <martinae@microsoft.com>",
"is_bot": false,
"headline": "Allow the visitor to cease callbacks (#88)",
"author_name": "Vbbab",
"author_login": "Vbbab",
"committed_at": "2024-06-24T14:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe32acde658a82f2fb7c750227866251d41d69b",
"body": "Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.\r\n- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: braces\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump braces from 3.0.2 to 3.0.3 (#89)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-24T13:53:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b34ba39da3f5bee17d41004c03a86686dade4c",
"body": null,
"is_bot": false,
"headline": "prepare 3.2.1 (#84)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2024-01-22T20:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6d400866962d4e3c0ccb445ecf2ce5c0fe23880",
"body": "…#81)",
"is_bot": false,
"headline": "perf(format): internalize breaklines and spaces as much as possible (…",
"author_name": "Vinicius Lourenço",
"author_login": "H4ad",
"committed_at": "2024-01-22T19:54:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82ebd90d91f026521d88d11c9749e2f02b9a79f",
"body": null,
"is_bot": false,
"headline": "update dependencies (#79)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2023-08-28T20:29:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18b2209dafefc8506165ddfb1b8a9863d09ff09d",
"body": null,
"is_bot": false,
"headline": "ci: add batch (#75)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2023-03-02T09:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c241fb3ffd2d47506a14a1f154d135cb81cf3d99",
"body": null,
"is_bot": false,
"headline": "delete pr-chat action (#72)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2022-11-09T08:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fa9c851225af0e47027784f2fe7c4bb31ec27ec",
"body": "* add publish pipeline & cleanup ci\n\n* remove tag updating in post-publish\n\n* use prepack, update pipeline",
"is_bot": false,
"headline": "add publish pipeline & cleanup ci (#71)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2022-11-03T15:26:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "852e855fdf43a8badff9f129b017ea782947575d",
"body": null,
"is_bot": false,
"headline": "set `preserveConstEnums: true`, switch to es2020 (#70)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2022-08-30T11:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "909ee9bc9512c927f2a6dee0f78e4ec4e9e13ce9",
"body": null,
"is_bot": false,
"headline": "sort edits with applyEdits (#69)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2022-08-30T11:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f744b7e51a8f254f9b09cb2544ef3432e930aa",
"body": "…options which allows to keep the original line formatting (#66)\n\n* An additional parameter keepLines has been added into the formatting options which allows to keep the original line formatting\r\n\r\n* Resolving the reviews and simplifying the code with the function `multipleLineBreaks`\r\n\r\n* Reverting\n[…]\ntesting if higher node version in .travis.yml will solve the failing of CI\r\n\r\n* formatting and let-> const, avoid modification of options\r\n\r\nCo-authored-by: Martin Aeschlimann <martinae@microsoft.com>",
"is_bot": false,
"headline": "An additional parameter keepLines has been added into the formatting …",
"author_name": "Aiday Marlen Kyzy",
"author_login": "aiday-mar",
"committed_at": "2022-07-11T20:19:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ce04fb46da2140f9ba64a37d4810d53b3f9f074e",
"body": "Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Microsoft mandatory file (#64)",
"author_name": "microsoft-github-policy-service[bot]",
"author_login": "microsoft-github-policy-service[bot]",
"committed_at": "2022-07-08T07:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d94cd71bd48f9784453b2439262c938e21d49b",
"body": "Add JSON path supplier parameter to visitor functions",
"is_bot": false,
"headline": "Merge pull request #62 from Marcono1234/marcono1234/visitor-json-path",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-12-30T18:46:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fee184db2a2f97dd4da42c79b051cff5f048643d",
"body": "…rty-pair\n\nfindNodeAtLocation does not handle incomplete property pair",
"is_bot": false,
"headline": "Merge pull request #44 from stoplightio/get-location-incomplete-prope…",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-12-30T18:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4df05351d09ab69ce2da57464f16391f8cead2d7",
"body": "Update API section in README",
"is_bot": false,
"headline": "Merge pull request #61 from Marcono1234/marcono1234/update-readme",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-12-30T18:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1fcd82bb1f0fa6abf14cbc96c9b8f3a63f16226",
"body": null,
"is_bot": false,
"headline": "Add JSON path supplier parameter to visitor functions",
"author_name": "Marcono1234",
"author_login": "Marcono1234",
"committed_at": "2021-11-07T18:25:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e40d93f2c54980f66f561f109e0a89a99e855f9",
"body": null,
"is_bot": false,
"headline": "Fix outdated Travis CI badge",
"author_name": "Marcono1234",
"author_login": "Marcono1234",
"committed_at": "2021-11-07T16:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2e20146693ad49505d3a36eba80c9d806277cb",
"body": null,
"is_bot": false,
"headline": "Update API section in README",
"author_name": "Marcono1234",
"author_login": "Marcono1234",
"committed_at": "2021-11-07T15:25:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0897ff1d0e302b8cd18834c1e466d1644c4d2225",
"body": null,
"is_bot": false,
"headline": "more spec polish (for #53)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-26T07:29:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009d0a69c900e5cdaa956b39effe70660b1dac0c",
"body": null,
"is_bot": false,
"headline": "Non-standard whitespace handling. Fixes #46",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-25T21:11:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93fce4889c0c67a2bd5ce71b88547f581e077cd1",
"body": null,
"is_bot": false,
"headline": "Improve spec areound edits. For #53.",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-25T20:39:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81825b01e4751d7a33703283286e1c6c2f0d807c",
"body": "Improve README",
"is_bot": false,
"headline": "Merge pull request #47 from Marcono1234/patch-1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-25T18:08:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db51ca1e4180f1383614dafe85f9ed1aca67ab1f",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-25T16:24:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce71bf6849d65a4fbf1627d6029c1138de961241",
"body": "readme: improve ParseOptions documentation",
"is_bot": false,
"headline": "Merge pull request #54 from urish/patch-1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-25T16:16:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d942ff6131fc05e524d4e019547244760d9153cb",
"body": null,
"is_bot": false,
"headline": "Update .travis.yml",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2021-10-25T16:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807632f5bc6ff96fca9931e8960e8747e2c61152",
"body": "add allowTrailingComma, allowEmptyContent",
"is_bot": false,
"headline": "readme: improve ParseOptions documentation",
"author_name": "Uri Shaked",
"author_login": "urish",
"committed_at": "2021-09-21T10:10:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a453fca668dbed09e6e6cb2e473474c1c98f05",
"body": null,
"is_bot": false,
"headline": "Consistently use 4 spaces as indentation for README code blocks",
"author_name": "Marcono1234",
"author_login": "Marcono1234",
"committed_at": "2021-09-04T22:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3158c7c8e0ff6c7f37cbc3b859964f980a96b5d",
"body": null,
"is_bot": false,
"headline": "Add missing type definition for `JSONPath` to README",
"author_name": "Marcono1234",
"author_login": "Marcono1234",
"committed_at": "2021-09-04T22:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e6ad078fd7a9db42c306871ae8af808aa8a5bcf",
"body": null,
"is_bot": false,
"headline": "findNodeAtLocation does not handle incomplete property pair",
"author_name": "Jakub Rożek",
"author_login": null,
"committed_at": "2021-02-19T17:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff813e9f741b2b35f8bea2dd7022a3a43156d04a",
"body": null,
"is_bot": false,
"headline": "edit tests: use modify",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-12-02T10:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5faa24d06fd3552720e01985fc201a47b1dbb342",
"body": "Add file extenstion to typings property value",
"is_bot": false,
"headline": "Merge pull request #43 from dangrussell/patch-1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-12-02T08:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abf953b3f1f6702d00e96d372a91d67ef32f99ec",
"body": "TypeScript requires the file extension be specified in typings / types property. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html",
"is_bot": false,
"headline": "Add file extenstion to typings property value",
"author_name": "Dan Russell",
"author_login": "dangrussell",
"committed_at": "2020-12-01T21:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9b2655bbe4730a27e405063896af94f17d5b22e",
"body": null,
"is_bot": false,
"headline": "3.0.0",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T15:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8bd282692bba6819e5765855e1344edca9d6c48",
"body": "…es #11",
"is_bot": false,
"headline": "Can we have a \"insertFinalNewline\" option in \"FormattingOptions\"? Fix…",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T15:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd5fe079e3477636e8072d4eeeae88441a37873d",
"body": null,
"is_bot": false,
"headline": "update readme",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T14:18:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79105e59d516f6eb7889fadc62b8d1c645670c95",
"body": null,
"is_bot": false,
"headline": "Formatting valid json content is causing an invalid json. Fixes #33",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T14:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75fa3c70a228490eca323f3d0751efb62e336f0",
"body": null,
"is_bot": false,
"headline": "Add yarn.lock to gitignore",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T12:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91a618f837827f1fb58beadba9ba37956496f553",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T12:51:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9e4b96592ab427be4aabef82ba9bd3e642c1d3d",
"body": null,
"is_bot": false,
"headline": "parseTree() returns `undefined` on empty string input. Fixes #40",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-11-13T12:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4bdf62f2b936fc4065fc5f59996ed9f1ef052b",
"body": null,
"is_bot": false,
"headline": "update npmignore",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-09-16T07:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b182b7a6ed4a096041113929929e006620f806b",
"body": null,
"is_bot": false,
"headline": "2.3.1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-09-16T07:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6307670413e3c4dca0567a279bbf2b0ce128bc5a",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-09-16T07:51:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad06ba4f22ab6108ce750855c4002f2b87ef75c9",
"body": "Optimize parseLiteral for number-heavy JSON files (ala GeoJSON)",
"is_bot": false,
"headline": "Merge pull request #34 from mbullington/optimize-parse-literal",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-09-16T06:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318ee82202327c35473ffd345d0375e5e75b98de",
"body": "…4.17.19\n\nBump lodash from 4.17.15 to 4.17.19",
"is_bot": false,
"headline": "Merge pull request #39 from microsoft/dependabot/npm_and_yarn/lodash-…",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-07-17T08:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d546d2b549553600a5d29d041b1c3b843a58a063",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.\n- [Release notes](https://github.com/lodash/lodash/releases)\n- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump lodash from 4.17.15 to 4.17.19",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-07-16T20:25:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2933e726e46d4840b8834a027525ea88661160d9",
"body": null,
"is_bot": false,
"headline": "fix changelog wording",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-07-03T20:18:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f170a139a5ad059775a95a62099e33c052708da7",
"body": null,
"is_bot": false,
"headline": "2.3.0",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-07-03T20:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7afc89817b1da2c33625e68375a0331918d95448",
"body": null,
"is_bot": false,
"headline": "fix compile script",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-07-03T20:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9533d147339037c23803a4e783b984387d0fb189",
"body": null,
"is_bot": false,
"headline": "update dependencies, tslit to eslint",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-07-03T20:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f53c7ba6c0bd2273ff14ca8b8b7f2299c7551df9",
"body": null,
"is_bot": false,
"headline": "replace `inPlace` with optional ModificationOptions.formattingOptions",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-07-03T20:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b905205cd61401975a628e29d15574f9135f51d6",
"body": "Allow for array modifications, add inPlace formatting option.",
"is_bot": false,
"headline": "Merge pull request #35 from mbullington/edit-features",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-06-29T06:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d78fe627861a4c019c0ab1199e71a4fe22972d5",
"body": null,
"is_bot": false,
"headline": "add support for isArrayInsertion",
"author_name": "Michael Bullington",
"author_login": "mbullington",
"committed_at": "2020-06-11T01:32:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7505449c94ce59dc1db327949b71d1e7d7dcd91b",
"body": null,
"is_bot": false,
"headline": "switch from parseFloat to Number",
"author_name": "Michael Bullington",
"author_login": "mbullington",
"committed_at": "2020-06-10T03:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d7cfd1e46340fd5c00131e81d88655afb8ec1e",
"body": null,
"is_bot": false,
"headline": "Add inPlace formatting option & array mods",
"author_name": "Michael Bullington",
"author_login": "mbullington",
"committed_at": "2020-06-09T04:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eaf189431b271928b0a3152317710eb046f1b1f",
"body": null,
"is_bot": false,
"headline": "optimize parseLiteral for number-heavy JSON files (ala GeoJSON)",
"author_name": "Michael Bullington",
"author_login": "mbullington",
"committed_at": "2020-06-09T04:07:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e38baa7f22ee391e6dc0581d70750bdb746d855d",
"body": null,
"is_bot": false,
"headline": "2.2.1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-02-21T09:28:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53456f5ee3ad57fa5fcd9ca118feaa8f9c51be4a",
"body": null,
"is_bot": false,
"headline": "Parse errors make parsed tree useless. Fixes #32",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-02-03T14:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83b7f3d75359cd8bf360ced2d1bce322a407162d",
"body": null,
"is_bot": false,
"headline": "corrected CHANGELOG : ParseOptions.allowEmptyContent. For #31",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2020-01-22T10:05:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "390c1abadf24dc820891e2185fa9da489cb57834",
"body": null,
"is_bot": false,
"headline": "2.2.0",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-10-25T10:24:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2972f1602c4a587f310e3639fc64c46d94397c44",
"body": null,
"is_bot": false,
"headline": "fix github urls",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-10-25T10:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "324426b25104312dcd42daf8e8b7c067fea228a7",
"body": null,
"is_bot": false,
"headline": "Source map referenced but not included in published package. Fixes #4",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-10-25T09:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b814cdc62576f5d6faca02f747ae09187ea9960e",
"body": null,
"is_bot": false,
"headline": "added ParseOptions.allowTrailingComma",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-10-25T09:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050c4880811fae9f23c8bcdeb826e986c7afa142",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of https://github.com/microsoft/node-jsonc-parser",
"author_name": "Martin Aeschlimann",
"author_login": null,
"committed_at": "2019-10-22T18:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931ddf026f380f89b1fb052cc4fe7cc0d0212948",
"body": null,
"is_bot": false,
"headline": "parse: report error for empty",
"author_name": "Martin Aeschlimann",
"author_login": null,
"committed_at": "2019-10-22T18:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51ec1fc26f3165724f42c7f21264c5048d3269d8",
"body": "Fix typo in README",
"is_bot": false,
"headline": "Merge pull request #25 from KoyamaSohei/patch-1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-10-22T15:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7be6e50cdee4460572a6fd2342503329fbb3e8",
"body": null,
"is_bot": false,
"headline": "remove yarn.lock",
"author_name": "Martin Aeschlimann",
"author_login": null,
"committed_at": "2019-10-22T15:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c847392050ff3413bb387d1c93c58a16162c5b87",
"body": "parse function should include properties with empty string as their keys",
"is_bot": false,
"headline": "Merge pull request #24 from stoplightio/master",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-10-22T15:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd3e7d6c00015ef06f72b90f93df31de5740978",
"body": null,
"is_bot": false,
"headline": "Fix typo in README",
"author_name": "KoyamaSohei",
"author_login": "KoyamaSohei",
"committed_at": "2019-10-22T12:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "641942f10869e35bed465a7011fa3b6ef30e6dff",
"body": null,
"is_bot": false,
"headline": "parse function should include properties with empty string as their keys",
"author_name": "Jakub Rożek",
"author_login": null,
"committed_at": "2019-10-11T13:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6427999a24bd50db0c584407d81121ad6b2624e8",
"body": null,
"is_bot": false,
"headline": "avoid redeclarations of ch and use const",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-09-03T13:22:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f56688e5767b3379b41efffdedde265c7b2a2f1",
"body": null,
"is_bot": false,
"headline": "2.1.1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-08-21T14:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4e6231257d397a507fb3f6f69c1e1b744bf425",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-08-21T14:09:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bca38ee8d4e632a4b7b8e48b793c552bbbea068e",
"body": null,
"is_bot": false,
"headline": "update dependencies (fix vulnerabilities)",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-07-30T08:57:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5a3540689ac15aa74681fcf9e31adb831248e50",
"body": "Update README.md",
"is_bot": false,
"headline": "Merge pull request #21 from akashagarwal7/patch-1",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-05-13T16:46:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf6ac2d6a5919db2ac72ed96106c9cec91bdc18",
"body": "Fix typo 'lolerant' to 'tolerant'",
"is_bot": false,
"headline": "Update README.md",
"author_name": "Akash Agarwal",
"author_login": null,
"committed_at": "2019-05-13T05:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce3749e16ab261ae97c03b633d9ee89dd2aaf5d",
"body": "JavaScipt -> JavaScript",
"is_bot": false,
"headline": "Merge pull request #18 from tony-xia/update-readme",
"author_name": "Martin Aeschlimann",
"author_login": "aeschli",
"committed_at": "2019-04-12T06:54:17Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 19,
"latest_release_at": "2026-06-16T22:19:42Z",
"latest_release_tag": "v4.0.0-next.2",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 13,
"days_since_latest_release": 36,
"mean_days_between_releases": 240.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "jsonc-parser",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/jsonc-parser",
"is_deprecated": false,
"latest_version": "3.3.1",
"repository_url": "https://github.com/microsoft/node-jsonc-parser",
"versions_count": 39,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 7,
"monthly_downloads": 197055003,
"first_published_at": "2016-04-18T12:47:35.022000Z",
"latest_published_at": "2024-06-24T21:12:45.445000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 758
}
]
},
"popularity": {
"forks": 63,
"stars": 750,
"watchers": 26,
"fork_history": {
"days": [
{
"date": "2016-09-04",
"count": 1
},
{
"date": "2016-12-25",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-12-23",
"count": 1
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-02-09",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2021-02-04",
"count": 1
},
{
"date": "2021-02-13",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-19",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2022-02-12",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-08-21",
"count": 2
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2023-11-02",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-06-21",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-29",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-04-25",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
}
],
"complete": true,
"collected": 61,
"total_forks": 63
},
"star_history": null,
"open_issues_and_prs": 24
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 35679,
"source_files_sampled": 11,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 148,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.1",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.21.0",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.14.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.15.2",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.30.0",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.6",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.3.5",
"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": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.13",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.35.1",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.14.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.16",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.30.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.19.1",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "graphemer",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.4",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"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.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.2",
"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": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 148,
"direct_count": 0,
"indirect_count": 148
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 56,
"open_issues": 21,
"closed_ratio": 0.604,
"closed_issues": 32,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "aeschli",
"commits": 127,
"avatar_url": "https://avatars.githubusercontent.com/u/6461412?v=4"
},
{
"type": "User",
"login": "Marcono1234",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/11685886?v=4"
},
{
"type": "User",
"login": "mbullington",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/6068785?v=4"
},
{
"type": "User",
"login": "sqs",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1976?v=4"
},
{
"type": "User",
"login": "Huachao",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2796177?v=4"
},
{
"type": "User",
"login": "rzhao271",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7199958?v=4"
},
{
"type": "User",
"login": "aiday-mar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/61460952?v=4"
},
{
"type": "User",
"login": "alexdima",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5047891?v=4"
},
{
"type": "User",
"login": "chrismwendt",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1387653?v=4"
},
{
"type": "User",
"login": "dangrussell",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4387475?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.814
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"tests.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 8,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 6,
"reason": "18 out of 30 merged PRs checked by a CI test -- score normalized to 6",
"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": 10,
"reason": "all changesets reviewed",
"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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 5,
"reason": "SAST tool is not run on all commits -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "8fb9770ae686b3ff2b7c112b94d94581b0b6d0bc",
"ran_at": "2026-07-22T23:11:55Z",
"aggregate_score": 7.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-21T17:17:54Z",
"oldest_open_prs": [
{
"number": 78,
"created_at": "2023-08-21T08:54:27Z",
"last_comment_at": "2025-09-29T18:27:56Z",
"last_comment_author": "agonzalezjr"
},
{
"number": 93,
"created_at": "2024-08-14T12:20:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 104,
"created_at": "2025-08-21T09:47:28Z",
"last_comment_at": "2025-08-21T10:58:51Z",
"last_comment_author": "ell1e"
}
],
"last_merged_pr_at": "2026-07-21T17:17:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 10,
"created_at": "2018-05-04T14:46:04Z",
"last_comment_at": "2018-05-04T15:02:43Z",
"last_comment_author": "nonoroazoro"
},
{
"number": 16,
"created_at": "2019-02-10T01:20:33Z",
"last_comment_at": "2019-02-12T10:11:52Z",
"last_comment_author": "aeschli"
},
{
"number": 20,
"created_at": "2019-05-12T19:01:49Z",
"last_comment_at": "2022-03-07T08:19:55Z",
"last_comment_author": "aeschli"
},
{
"number": 28,
"created_at": "2019-10-28T21:50:38Z",
"last_comment_at": "2024-10-23T20:51:08Z",
"last_comment_author": "MihaelIsaev"
},
{
"number": 29,
"created_at": "2019-12-02T11:32:19Z",
"last_comment_at": "2023-07-23T10:57:06Z",
"last_comment_author": "loggerhead"
},
{
"number": 45,
"created_at": "2021-07-05T08:25:24Z",
"last_comment_at": "2021-10-25T20:53:44Z",
"last_comment_author": "aeschli"
},
{
"number": 48,
"created_at": "2021-08-31T16:19:07Z",
"last_comment_at": "2021-12-30T23:27:41Z",
"last_comment_author": "Marcono1234"
},
{
"number": 49,
"created_at": "2021-08-31T16:23:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2021-08-31T17:55:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2021-09-24T08:42:39Z",
"last_comment_at": "2024-02-27T15:44:26Z",
"last_comment_author": "jakebailey"
},
{
"number": 73,
"created_at": "2023-02-05T15:45:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2023-06-15T12:08:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2023-12-10T12:19:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2024-02-15T11:56:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 87,
"created_at": "2024-03-17T12:02:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 94,
"created_at": "2024-09-06T02:23:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 95,
"created_at": "2024-11-28T07:37:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2025-05-06T07:31:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 103,
"created_at": "2025-08-06T18:02:49Z",
"last_comment_at": "2025-08-22T13:34:58Z",
"last_comment_author": "ell1e"
},
{
"number": 105,
"created_at": "2025-11-06T08:50:47Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/microsoft/node-jsonc-parser",
"host": "github.com",
"name": "node-jsonc-parser",
"owner": "microsoft"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 80,
"vitality": 71,
"community": 75,
"governance": 61,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"commits_last_year": 19,
"human_commit_share": 0.9,
"days_since_last_push": 1,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "19 commits in the last year",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 19
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 4,
"latest_release_tag": "v4.0.0-next.2",
"releases_from_tags": false,
"days_since_latest_release": 36,
"mean_days_between_releases": 240.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 36 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 36
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~240.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 240.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 36,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 36 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 36
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 75,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"forks": 63,
"stars": 750,
"watchers": 26,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "750 stars",
"points": 46.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 750
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "63 forks",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 63
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "26 watchers",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 26
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": "excellent",
"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": 100,
"inputs": {
"packages": [
"jsonc-parser"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 197055003
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "197,055,003 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 197055003,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.814
},
"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 81% of commits",
"points": 4.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 81
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 56,
"open_issues": 21,
"closed_issues": 32,
"issue_closed_ratio": 0.604,
"closed_unmerged_prs": 15
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "60% of issues closed",
"points": 28.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 60
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "56/71 decided PRs merged",
"points": 30.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 56,
"decided": 71
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"followers": 125649,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "microsoft",
"public_repos": 8217,
"account_age_days": 4607
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "125,649 followers of microsoft",
"points": 25,
"status": "met",
"details": [
{
"code": "owner_followers",
"params": {
"count": 125649,
"login": "microsoft"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8217 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 8217
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"jsonc-parser"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 758
},
"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 758 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 758
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "18 out of 30 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 80,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "18 out of 30 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "5 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 5",
"points": 2.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 148 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 148
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 148,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 148,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 10
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.567,
"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": "51 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 30.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 59,
"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": false,
"typecheck_configs": [
"src/tsconfig.json"
],
"agent_commit_share": 0.04,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.09
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/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": "4 of the last 100 commits agent-authored or agent-credited",
"points": 8,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "9 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 9,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 35679,
"source_files_sampled": 11,
"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/11 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 11,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:12:18.809317Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/microsoft/node-jsonc-parser.svg",
"full_name": "microsoft/node-jsonc-parser",
"license_state": "standard",
"license_spdx": "MIT"
}