Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"gitignore",
"nodejs",
"ignore-patterns",
"ignore-rules",
"ignore-files",
"javascript"
],
"is_fork": false,
"size_kb": 336,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 35126,
"TypeScript": 1724
},
"pushed_at": "2026-07-10T12:43:00Z",
"created_at": "2013-09-01T10:52:11Z",
"owner_type": "User",
"updated_at": "2026-07-12T10:09:26Z",
"description": "🔍 node-ignore is the manager and filter for .gitignore rules, the one used by eslint, prettier and many others.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "http://kael.me",
"name": "Kael",
"type": "User",
"login": "kaelzhang",
"company": "@ostai ",
"location": "Atlantis",
"followers": 388,
"avatar_url": "https://avatars.githubusercontent.com/u/352304?v=4",
"created_at": "2010-08-03T01:59:08Z",
"is_verified": null,
"public_repos": 455,
"account_age_days": 5832
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "7.0.4",
"kind": "patch",
"published_at": "2025-04-25T02:34:51Z"
},
{
"tag": "7.0.0",
"kind": "major",
"published_at": "2024-12-23T11:59:16Z"
},
{
"tag": "6.0.1",
"kind": "patch",
"published_at": "2024-09-28T13:03:58Z"
},
{
"tag": "5.3.0",
"kind": "minor",
"published_at": "2023-11-16T11:47:17Z"
},
{
"tag": "5.2.4",
"kind": "patch",
"published_at": "2022-12-19T16:12:09Z"
},
{
"tag": "5.2.0",
"kind": "minor",
"published_at": "2021-12-19T03:55:45Z"
},
{
"tag": "5.1.9",
"kind": "patch",
"published_at": "2021-11-03T08:06:55Z"
},
{
"tag": "5.1.5",
"kind": "patch",
"published_at": "2020-05-22T14:12:06Z"
},
{
"tag": "5.1.3",
"kind": "patch",
"published_at": "2019-08-14T09:19:36Z"
},
{
"tag": "5.1.1",
"kind": "patch",
"published_at": "2019-04-17T07:58:27Z"
},
{
"tag": "5.1.0",
"kind": "minor",
"published_at": "2019-04-14T08:51:45Z"
},
{
"tag": "5.0.4",
"kind": "patch",
"published_at": "2019-04-05T14:04:27Z"
},
{
"tag": "5.0.1",
"kind": "patch",
"published_at": "2018-08-14T00:24:08Z"
},
{
"tag": "5.0.0",
"kind": "major",
"published_at": "2018-08-13T15:02:59Z"
},
{
"tag": "4.0.6",
"kind": "patch",
"published_at": "2018-08-13T06:51:50Z"
}
],
"recent_commits": [
{
"oid": "3823b5f14bb16b358397c94172bd5741dd2d7bec",
"body": null,
"is_bot": false,
"headline": "7.0.6",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2026-07-10T12:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7520e22da4b4af2236b6af64a2cdb315af04943",
"body": null,
"is_bot": false,
"headline": "test: adds tests for #153",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2026-07-10T12:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "424a2bb1cd6278e21ab6b5e06231f34e8b804f70",
"body": "fix: consecutive leading `**/` should match like a single `**/`",
"is_bot": false,
"headline": "Merge pull request #161 from spokodev/fix/consecutive-leading-globstar",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2026-07-10T12:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5cbe4a4555be7cd7476161a09e38c4ae2b03552",
"body": null,
"is_bot": false,
"headline": "fix: consecutive leading `**/` should match like a single `**/`",
"author_name": "Yarchik",
"author_login": "spokodev",
"committed_at": "2026-07-09T14:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac68603d53358c81681798dea39b2068b4ee7bb9",
"body": "fix: negated character class [!...] should match like git",
"is_bot": false,
"headline": "Merge pull request #159 from spokodev/fix/negated-character-class",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2026-06-24T14:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ba6b40c0362d70daaec1593b187f77df10ecd54",
"body": "A character class beginning with `!` or `^` was compiled to a positive\nregex class, so matching was the exact inverse of `git check-ignore`.\nFor example `[!a].txt` matched `a.txt` and not `b.txt`, while git does\nthe opposite.\n\ngitignore(5) defers to fnmatch(3), where a class whose first character\nis\n[…]\nading `^` is escaped to `\\^` by the metacharacter escaper that\nruns earlier, so the conversion handles both the literal `!` and the\nescaped `\\^` forms.\n\nAffects both `.ignores()` and `.checkIgnore()`.",
"is_bot": false,
"headline": "fix: negated character class [!...] should match like git",
"author_name": "Yarchik",
"author_login": "spokodev",
"committed_at": "2026-06-24T00:48:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84d052ddfe7c326b01b306154e06709d6e7e2ed8",
"body": null,
"is_bot": false,
"headline": "7.0.5: fixes #152",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-05-31T02:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6d762b1faebd80adde18544bc2c2fdeb86d790",
"body": null,
"is_bot": false,
"headline": "#152: test: try to fix coverage",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-05-31T02:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a384835b26576561d6bca3a62be937ebb14aa587",
"body": null,
"is_bot": false,
"headline": "#152: remove process.env access from the package",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-05-31T01:58:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c57760fec8a9d4190cad61013e0c3d933d16f4c",
"body": null,
"is_bot": false,
"headline": "README.md: typo",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-05-06T04:35:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93669c063b2d9fa21bd293390ef6543dc5ee3009",
"body": null,
"is_bot": false,
"headline": "7.0.4: supports files named .{3,} on linux",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-04-25T02:28:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19d3e63b993f2782fd7bc1d3d8aa02fa08636e31",
"body": null,
"is_bot": false,
"headline": "#68: adds more tests for ...",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-04-25T02:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15eb97ad56eb951681cb093279e86e7041c4d310",
"body": null,
"is_bot": false,
"headline": "fix: support file which named '....'",
"author_name": "howel52",
"author_login": "howel52",
"committed_at": "2025-04-25T02:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f716cee4d5765750dd806303eb8af1a64799ed52",
"body": null,
"is_bot": false,
"headline": "test: more test cases for #148",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-04-25T02:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0bd5340a18a45433f231523c1604a36e18a5931",
"body": "…efault back",
"is_bot": false,
"headline": "7.0.3: #146, #147: adds more test cases and temporarily adds ignore.d…",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-01-14T03:45:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9f6405c56dae9382a5c31e209411a66df30583",
"body": null,
"is_bot": false,
"headline": "#146: only tests module resolution 16 if not windows",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-01-13T13:11:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90085d79d58842aa2156e1b39654695339cd5852",
"body": null,
"is_bot": false,
"headline": "#146: bump version 7.0.1",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-01-13T12:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9eb56c3d3a80164ce9b2e461ea53222b8e9c536",
"body": "Fix types for node16",
"is_bot": false,
"headline": "Merge pull request #146 from jdesrosiers/fix-types-for-node16",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2025-01-13T12:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "637b712acfe1ec187b8b2af22d32c4cb73051611",
"body": null,
"is_bot": false,
"headline": "Remove index.mjs and fix type declarations",
"author_name": "Jason Desrosiers",
"author_login": "jdesrosiers",
"committed_at": "2025-01-13T06:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1f6a41530d9d23068d95db942c41b848bb88c18",
"body": null,
"is_bot": false,
"headline": "Improve tests for types",
"author_name": "Jason Desrosiers",
"author_login": "jdesrosiers",
"committed_at": "2025-01-12T06:35:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf588c1632a4f8d05e1c8e7570fc2c4fe13114ec",
"body": null,
"is_bot": false,
"headline": "Add @typescript-eslint to support TypeScript tests",
"author_name": "Jason Desrosiers",
"author_login": "jdesrosiers",
"committed_at": "2025-01-12T06:34:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52f8e855b6aca711579c008f38829f48e5a4c78b",
"body": null,
"is_bot": false,
"headline": "codecov",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2025-01-08T04:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "872d495954bf97e5eb426984d46a22062e6f2e2f",
"body": null,
"is_bot": false,
"headline": "7.0.0: update ts definition and test spec",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-23T11:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc4e3246edceb22e32371ac32c6b258567882687",
"body": "7.0.0",
"is_bot": false,
"headline": "Merge pull request #145 from kaelzhang/7.0.0",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2024-12-23T11:31:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "079e1b0619e16ca18a4d8454c5c3865b78dd636c",
"body": null,
"is_bot": false,
"headline": "7.0.0",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-23T11:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65c18e24f3d68de4e3287912ab27ace0e715dbb4",
"body": null,
"is_bot": false,
"headline": "#77: bump version 6.1.0",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-23T11:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700c18520ed6799e5450d1bf5344b69adb1c85b3",
"body": null,
"is_bot": false,
"headline": "test: try to fix coverage for windows",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T15:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4542293f40ba2c394c7828380e6d10faee1e2a41",
"body": null,
"is_bot": false,
"headline": "test: dummy test for windows",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T14:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca808dc34555da2aa12a1d61b2f758f2c6d279f1",
"body": null,
"is_bot": false,
"headline": "test: fixes skipped pending for windows",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T14:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e911859da861aa2eb2d703191f9b8ef77a4cb04",
"body": null,
"is_bot": false,
"headline": "eslint: fixes linebreak-style bug in eslint",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T14:43:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e756a41946a4d4525228f1ca49f169dab76c568",
"body": null,
"is_bot": false,
"headline": "README.md: no tables",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T14:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e378e973da7faa94b98eeb8a4c0c1031244dfe6",
"body": null,
"is_bot": false,
"headline": "test: R.I.P. appveyor",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T14:29:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3cabe351e50b4a3b8c99990a48b0125b6d76c9",
"body": null,
"is_bot": false,
"headline": "test: try to fix istanbul coverage for windows",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-20T11:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a06a87f138137a7b05f0920338681ab5b2a32c4",
"body": null,
"is_bot": false,
"headline": "README.md: update",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T15:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d278de04cb127ff77d4a04487a4dabe2e8375f7",
"body": "test: fixes tests and coverage",
"is_bot": false,
"headline": "core: supports .add({pattern, mark})",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T14:58:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da6e19477574764637616271bb7fe5779f4fec94",
"body": null,
"is_bot": false,
"headline": "README.md: more instructions for files name dirs",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T14:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62edbcf0fd327629cd577f709f1169595b0b70d2",
"body": null,
"is_bot": false,
"headline": "#77: RuleManager: backward compatibility",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T14:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eff865755a52e72b7bdca81bbf296d5729c5517",
"body": null,
"is_bot": false,
"headline": "#77: .test(): also returns matched rule t",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T13:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3201c5eedadee876704563c168b54859cf6eb1",
"body": null,
"is_bot": false,
"headline": "#77: test: rename files",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T08:29:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fb403b0b8240313b97462e276650d947adaadd1",
"body": null,
"is_bot": false,
"headline": "#77: core: refactor RuleManager and IgnoreRule",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-19T08:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d88109f144dca3e1502d356983d99606a837c5c3",
"body": null,
"is_bot": false,
"headline": "#77: more instructions for .checkIgnore()",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-18T17:39:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d9c3e53aa8fabc1faa6c4e724578292e86d7d4b",
"body": null,
"is_bot": false,
"headline": "#77: adds more instructions for .check_ignore()",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-18T17:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2033cb00d61c108e6671b5bc2f79244c8a5e379f",
"body": "test: better test error output",
"is_bot": false,
"headline": "#77: test: adds test cases for c/*",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-18T15:25:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44c2a7d43865ab576d9eb0f106fcb068f1f1759",
"body": "…ative()d` string\"",
"is_bot": false,
"headline": "#144: test: adds a specific test case for \"path should be a `path.rel…",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-12-18T14:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8efe85486208fd5ee0506bedbbafed12ea8c309",
"body": "…does not work",
"is_bot": false,
"headline": "test: try to fixes windows coverage due to that \"istanbul ignore if\" …",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-11-19T15:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c43e4dcaac32638f05e3672f1660955fdc4b2d80",
"body": null,
"is_bot": false,
"headline": "#143: test: disable codecov for now",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-11-19T15:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a34837e9786b94479e5d5b2f5751c5d1fa10a10",
"body": null,
"is_bot": false,
"headline": "github: remove dependentbot.yaml",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-10-30T03:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eeec3cc5a337c91f2d1a96243e9c9ab2267e803a",
"body": null,
"is_bot": false,
"headline": "README.md: upgrade guide for 5.x -> 6.x",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-10-30T03:17:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "325d8d529c3c12bf751a17497fa3c5b04fc7eba5",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2024-09-20T14:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6611a64f70bea087c5302fd19b0a41a3d301a16f",
"body": null,
"is_bot": false,
"headline": "test: upgrade codecov to fix CI errors",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-09-17T14:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cf3ec51ff6eeb53bdc4e91393ddf9dffe98bafc",
"body": null,
"is_bot": false,
"headline": "index.d.ts: try to fix isPathValid",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-09-17T14:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2614d6d5413b42a2d2f2bc3cd545904c405ea238",
"body": null,
"is_bot": false,
"headline": "Update FUNDING.yml",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2024-09-17T13:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "249df63b13483747bf1381b5ed9f899e3c30bb06",
"body": null,
"is_bot": false,
"headline": "6.0.1",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-09-17T11:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7047400f146f68c9072cc150d7497b55d1916879",
"body": null,
"is_bot": false,
"headline": "6.0.0: #96: try to fix typescript moduleResolution Node16",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-09-17T11:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee70c66d32e900f6e793c733a4ca27a1dafb3819",
"body": null,
"is_bot": false,
"headline": "test/win32: try to fix tests in win32",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-08-13T01:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dea7b73e606566e70c5c1a9888af8a19f0bafb0e",
"body": null,
"is_bot": false,
"headline": "test: update target node version to 20.x",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-08-13T00:21:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfd0fce1258fe87950d8ce3d18b345bf7d4ed780",
"body": null,
"is_bot": false,
"headline": "5.3.2: fixes #130, fixes consequent escaped backslashes",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-08-12T08:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9facdca4b2f5adb6c77854ca3958709b8d8a9a4a",
"body": "…-6.0.1\n\nBump rimraf from 5.0.9 to 6.0.1",
"is_bot": false,
"headline": "Merge pull request #128 from kaelzhang/dependabot/npm_and_yarn/rimraf…",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2024-08-12T07:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856973e235193619cbe9e78418ea4288a50dc1aa",
"body": null,
"is_bot": false,
"headline": "dependabot.yml: ignore eslint",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2024-08-12T07:25:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6da77b47b2055b03e69270004a5222bdfc2d530c",
"body": "Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.9 to 6.0.1.\n- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.9...v6.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: rimraf\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rimraf from 5.0.9 to 6.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-15T06:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84bd659da4f2b7ef8903d3647e2227e45ba4397f",
"body": null,
"is_bot": false,
"headline": "dependabot: ignore tap",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-06-10T08:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00eaa3db955da3473265b14997f3cbbaa918b99",
"body": "Bump tmp from 0.2.1 to 0.2.3",
"is_bot": false,
"headline": "Merge pull request #110 from kaelzhang/dependabot/npm_and_yarn/tmp-0.2.3",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2024-03-05T15:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aedfec45c97e7f508bc83463e4ea08c62d52177",
"body": "Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.3.\n- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: tmp\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tmp from 0.2.1 to 0.2.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-04T06:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49bd7fa2f1be34ed3e78995d4f6a92fa0b5033d2",
"body": null,
"is_bot": false,
"headline": "5.3.1: #108: remove BOM before processing .gitignore rules",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2024-02-01T02:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7f02c836fecdbbf53737f2637d91aba6c808faa",
"body": null,
"is_bot": false,
"headline": "5.3.0: #105",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-11-16T11:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517d750a6bc79aa37c9573f32b917093eedbda08",
"body": "chore: export `Options` interface",
"is_bot": false,
"headline": "Merge pull request #105 from DamianGlowala/patch-1",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2023-11-16T11:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44a140d51ca6d29818e61ae6177ca9837f07140f",
"body": null,
"is_bot": false,
"headline": "Update index.d.ts",
"author_name": "Damian Głowala",
"author_login": "DamianGlowala",
"committed_at": "2023-11-15T19:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad88c32640758be338edd0fc0e4535d13609c8bb",
"body": null,
"is_bot": false,
"headline": "test: rollback tap for the breaking change",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-10-31T03:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e928203f33dd24276cd7f707b6ee1c58d0509235",
"body": "….5.3\n\nBump tap from 16.3.9 to 18.5.3",
"is_bot": false,
"headline": "Merge pull request #103 from kaelzhang/dependabot/npm_and_yarn/tap-18…",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2023-10-31T03:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "387e81bcb6b05e40b9541462fbe513bd5730e7b1",
"body": "Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.9 to 18.5.3.\n- [Release notes](https://github.com/tapjs/tapjs/releases)\n- [Commits](https://github.com/tapjs/tapjs/compare/v16.3.9...tap@18.5.3)\n\n---\nupdated-dependencies:\n- dependency-name: tap\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump tap from 16.3.9 to 18.5.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-10-30T06:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f1ca307f74e26ca56d7609e291320b3bf192bcf",
"body": null,
"is_bot": false,
"headline": "test/typescript: add more tests for interface Ignore",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-08-07T08:03:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e36dd281d41911063ca7b9bdcd72095d8572d367",
"body": null,
"is_bot": false,
"headline": "chore: upgrade dev deps",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-08-07T07:53:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474eabc04df50365bd3d6f31657d3661d4469d88",
"body": null,
"is_bot": false,
"headline": "#94: upgrade mkdirp -> 3.0.0",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-04-10T12:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66fe91b27920383f911a2ff6b98b49d3e95caa1c",
"body": "…5.0.0\n\nBump rimraf from 4.4.1 to 5.0.0",
"is_bot": false,
"headline": "Merge pull request #93 from kaelzhang/dependabot/npm_and_yarn/rimraf-…",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2023-04-10T12:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac14319d160e01c266a26248540511a67da262e0",
"body": "Bumps [rimraf](https://github.com/isaacs/rimraf) from 4.4.1 to 5.0.0.\n- [Release notes](https://github.com/isaacs/rimraf/releases)\n- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/isaacs/rimraf/compare/v4.4.1...v5.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: rimraf\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump rimraf from 4.4.1 to 5.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-04-10T07:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3fb48d81a2c288e0ba8d6ddf5e6f759cc090418",
"body": "…ipt-5.0.2\n\nBump typescript from 4.9.5 to 5.0.2",
"is_bot": false,
"headline": "Merge pull request #92 from kaelzhang/dependabot/npm_and_yarn/typescr…",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2023-03-21T03:33:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d14436db76ced7435d9c17339c04118addea8860",
"body": "Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump typescript from 4.9.5 to 5.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-20T07:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b170696591d492a7760807bd7094437ce1b1fcda",
"body": "…only test on node LTS\n\ntest: remove .travis.yml",
"is_bot": false,
"headline": "test: update git actions: since ignore are node-version-agnostic, so …",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-02-07T10:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d072459d8a3768e52e2f424a2f0003b88cf3ca57",
"body": null,
"is_bot": false,
"headline": "test: since ignore are node-version-agnostic, so only test on node LTS",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-02-07T10:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14170fe40da97baca91a961afdb57a4a7663d86b",
"body": null,
"is_bot": false,
"headline": "chore: upgrade dev dependencies, fixes #85, fixes #89, fixes #86",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2023-02-07T10:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c148048732502317c14edce00bca61ad96243570",
"body": null,
"is_bot": false,
"headline": "Create dependabot.yml",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2022-12-20T01:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45a5a9f4e033a8b21b9caa9e27e0e821379ecc60",
"body": null,
"is_bot": false,
"headline": "5.2.4: README: update github action badge",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T16:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85a88c7056c924491fea889d6ab4a601c6a8f86e",
"body": "…e hard to ignore different lines for linux and windows",
"is_bot": false,
"headline": "test/coverage: do not force test coverage on windows since it is quit…",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T15:56:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c710cf6a67637b64dc4a682996154830d2f2c532",
"body": null,
"is_bot": false,
"headline": "test/coverage: remove the buggy \"istanbul ignore next\" (nyc @15.1.0)",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T15:43:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf1f1437d9f6239a528176a1c82251a6e2a384f",
"body": null,
"is_bot": false,
"headline": "test: another test cases related to #57",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T15:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7be791be36eedfec6ef8f5179405d5e0cc819f34",
"body": null,
"is_bot": false,
"headline": "dev: upgrade dev dependencies",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T15:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69ea16f015ad677d0aec83d26447abce974142bb",
"body": null,
"is_bot": false,
"headline": "test: remove timeout setting for git-check-ignore",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T15:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e4e370278041022e77eee6404d17788d06066e5",
"body": null,
"is_bot": false,
"headline": "5.2.3: fixes #57: fixes normal single / consecutive asterisks",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T14:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d56752956cdee7a7f32dcf59a5f1193989e8a9e",
"body": null,
"is_bot": false,
"headline": "#57: test: support test.only",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T14:20:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "189ff4f8b3a87cc4503ffe5f346b262415dc3b59",
"body": null,
"is_bot": false,
"headline": "#81: fixes windows test cases",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T13:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a514e5e46a3a6adc178cc0890ff878365d9612fe",
"body": null,
"is_bot": false,
"headline": "#81: fixes windows test cases",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T07:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e0235c281ec3b802e70bf50a516403838cc2988",
"body": null,
"is_bot": false,
"headline": "5.2.2: fixes #81: invalid single trailing backslash should not throw",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-12-19T07:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "124f5a6caef3c0b2589aad61a3344fec60db53f1",
"body": null,
"is_bot": false,
"headline": "5.2.1: fixes typo in the example of \"backslash hash\", related to #83",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-11-27T21:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7032248b4169a8f19df294638ab9e3ae099fa1eb",
"body": null,
"is_bot": false,
"headline": "#76: add test case",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2022-01-10T17:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5768b70cf856289c9a6488e3ba2053df78b7c2c7",
"body": null,
"is_bot": false,
"headline": "5.2.0: #70, #75: ts: adds more test cases for typescript",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2021-12-19T03:48:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950d66537d66bfe3ef6203fbcf91a5a69e41a029",
"body": null,
"is_bot": false,
"headline": "#75: README.md: improves explanation of options.allowRelativePaths",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2021-12-19T03:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "052a7229e39ab113cbb6b796748597632aca0f2d",
"body": "…ng backward compatibility",
"is_bot": false,
"headline": "#75: main, README.md, test, ts: new options.allowRelativePaths to bri…",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2021-12-19T03:41:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92e83e2bf2ce2067695dcce836f14cf50e9230ba",
"body": null,
"is_bot": false,
"headline": "#70: test: improve ts cases",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2021-12-19T03:16:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7785ba863b40d3ef2eb24112431e9f59f8b3075c",
"body": "fix(types): allow for readonly arrays",
"is_bot": false,
"headline": "Merge pull request #70 from nicojs/patch-1",
"author_name": "Kael",
"author_login": "kaelzhang",
"committed_at": "2021-12-19T03:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb459d08e36913455ac5912656250e745b550fd",
"body": null,
"is_bot": false,
"headline": "5.1.9: fixes ignorecase with internal caching, related to #74",
"author_name": "Kael Zhang",
"author_login": "kaelzhang",
"committed_at": "2021-11-03T08:02:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 6,
"latest_release_at": "2025-04-25T02:34:51Z",
"latest_release_tag": "7.0.4",
"releases_from_tags": false,
"days_since_last_push": 12,
"active_weeks_last_year": 2,
"days_since_latest_release": 453,
"mean_days_between_releases": 244.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ignore",
"exists": true,
"license": "MIT",
"keywords": [
"ignore",
".gitignore",
"gitignore",
"npmignore",
"rules",
"manager",
"filter",
"regexp",
"regex",
"fnmatch",
"glob",
"asterisks",
"regular-expression"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/ignore",
"is_deprecated": false,
"latest_version": "7.0.6",
"repository_url": "https://github.com/kaelzhang/node-ignore",
"versions_count": 99,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 1140003509,
"first_published_at": "2013-09-02T07:32:08.169000Z",
"latest_published_at": "2026-07-10T12:42:51.502000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 12
}
]
},
"popularity": {
"forks": 51,
"stars": 497,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-12-19",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-31",
"count": 2
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-12-08",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2019-03-17",
"count": 1
},
{
"date": "2019-04-14",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-06",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-07-24",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-19",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2026-06-20",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
}
],
"complete": true,
"collected": 51,
"total_forks": 51
},
"star_history": null,
"open_issues_and_prs": 6
},
"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": [
"test/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 20627,
"source_files_sampled": 10,
"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": [
{
"name": "tmp",
"direct": false,
"version": "0.2.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52f5-9888-hmc6",
"GHSA-ph9p-34f9-6g65"
],
"fixed_version": "0.2.6",
"advisory_count": 2,
"oldest_advisory_days": 349
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 2,
"affected_count": 1,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 15,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@babel/cli",
"direct": false,
"version": "^7.22.9",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "^7.22.9",
"ecosystem": "npm"
},
{
"name": "@babel/preset-env",
"direct": false,
"version": "^7.22.9",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "^8.19.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "^4.3.4",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "^8.46.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-ostai",
"direct": false,
"version": "^3.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-import",
"direct": false,
"version": "^2.28.0",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "^3.0.1",
"ecosystem": "npm"
},
{
"name": "pre-suf",
"direct": false,
"version": "^1.1.1",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "^6.0.1",
"ecosystem": "npm"
},
{
"name": "spawn-sync",
"direct": false,
"version": "^2.0.0",
"ecosystem": "npm"
},
{
"name": "tap",
"direct": false,
"version": "^16.3.9",
"ecosystem": "npm"
},
{
"name": "tmp",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "ts-node",
"direct": false,
"version": "^10.9.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.6.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 16,
"direct_count": 0,
"indirect_count": 16
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 31,
"open_issues": 4,
"closed_ratio": 0.951,
"closed_issues": 77,
"closed_unmerged_prs": 46
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "kaelzhang",
"commits": 205,
"avatar_url": "https://avatars.githubusercontent.com/u/352304?v=4"
},
{
"type": "User",
"login": "jdesrosiers",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/716571?v=4"
},
{
"type": "User",
"login": "wclr",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/736697?v=4"
},
{
"type": "User",
"login": "SamyPesse",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/845425?v=4"
},
{
"type": "User",
"login": "ntwb",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1016458?v=4"
},
{
"type": "User",
"login": "spokodev",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/239690017?v=4"
},
{
"type": "User",
"login": "gfyoung",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4"
},
{
"type": "User",
"login": "aquibm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2936813?v=4"
},
{
"type": "User",
"login": "TrySound",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5635476?v=4"
},
{
"type": "User",
"login": "DamianGlowala",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/48835293?v=4"
}
],
"contributors_sampled": 18,
"top_contributor_share": 0.891
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"nodejs.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 2,
"reason": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"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": 1,
"reason": "Found 3/19 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 0 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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3823b5f14bb16b358397c94172bd5741dd2d7bec",
"ran_at": "2026-07-22T15:55:42Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-10T12:44:18Z",
"oldest_open_prs": [
{
"number": 157,
"created_at": "2026-06-20T22:45:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 158,
"created_at": "2026-06-23T07:29:34Z",
"last_comment_at": "2026-06-24T14:20:54Z",
"last_comment_author": "kaelzhang"
}
],
"last_merged_pr_at": "2026-07-10T12:35:45Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 58,
"created_at": "2020-04-09T13:28:03Z",
"last_comment_at": "2020-11-28T03:29:55Z",
"last_comment_author": "jedwards1211"
},
{
"number": 107,
"created_at": "2023-11-22T15:10:52Z",
"last_comment_at": "2023-11-27T11:44:05Z",
"last_comment_author": "coderaiser"
},
{
"number": 116,
"created_at": "2024-05-01T21:52:26Z",
"last_comment_at": "2024-06-14T01:21:58Z",
"last_comment_author": "mlmcauliffe"
},
{
"number": 155,
"created_at": "2025-10-08T01:39:42Z",
"last_comment_at": "2026-03-30T01:20:09Z",
"last_comment_author": "kaelzhang"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/kaelzhang/node-ignore",
"host": "github.com",
"name": "node-ignore",
"owner": "kaelzhang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"security": 56,
"vitality": 47,
"community": 66,
"governance": 61,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 47,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"commits_last_year": 6,
"human_commit_share": 0.95,
"days_since_last_push": 12,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "6 commits in the last year",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 6
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 15,
"latest_release_tag": "7.0.4",
"releases_from_tags": false,
"days_since_latest_release": 453,
"mean_days_between_releases": 244.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 453 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 453
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~244.4 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 244.4
}
}
],
"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": 12,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 12 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 12
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"forks": 51,
"stars": 497,
"watchers": 9,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "497 stars",
"points": 43.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 497
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "51 forks",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 51
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "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": [
"ignore"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 1140003509
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "1,140,003,509 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 1140003509,
"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": 31,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 18,
"top_contributor_share": 0.891
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "18 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 18
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 31,
"open_issues": 4,
"closed_issues": 77,
"issue_closed_ratio": 0.951,
"closed_unmerged_prs": 46
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "95% of issues closed",
"points": 44.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 95
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "31/77 decided PRs merged",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 31,
"decided": 77
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/19 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 67,
"inputs": {
"followers": 388,
"owner_type": "User",
"is_verified": null,
"owner_login": "kaelzhang",
"public_repos": 455,
"account_age_days": 5832
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "388 followers of kaelzhang",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 388,
"login": "kaelzhang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "455 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 455
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ignore"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 12
},
"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 12 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 12
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "99 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 99
}
}
],
"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": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"points": 4,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"gitignore",
"nodejs",
"ignore-patterns",
"ignore-rules",
"ignore-files",
"javascript"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"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": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 4 merged PRs checked by a CI test -- score normalized to 2",
"points": 0.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": "Found 3/19 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 0 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "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 1 resolved dependencies against OSV; 15 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 15
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 1,
"assessed_packages": 1,
"unassessed_packages": 15,
"affected_by_severity": "high 1",
"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": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "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": 14
},
"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": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.737,
"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": "70 of 95 human commits state their intent (structured subject or explanatory body)",
"points": 39.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 70,
"sampled": 95
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"test/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.05
},
"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": ".eslintrc.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "test/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "test/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "5 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 5,
"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": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 20627,
"source_files_sampled": 10,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (test/tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "test/tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/10 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 10,
"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-22T15:56:01.132522Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/kaelzhang/node-ignore.svg",
"full_name": "kaelzhang/node-ignore",
"license_state": "custom",
"license_spdx": null
}