Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"eslint-plugin",
"json",
"linter",
"eslint"
],
"is_fork": false,
"size_kb": 292,
"has_wiki": false,
"homepage": null,
"languages": {
"Shell": 380,
"JavaScript": 23777
},
"pushed_at": "2026-07-21T00:22:56Z",
"created_at": "2015-11-22T05:21:57Z",
"owner_type": "User",
"updated_at": "2026-07-21T00:23:00Z",
"description": "Lint your JSON files",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://azeemba.com/",
"name": "Azeem Bande-Ali",
"type": "User",
"login": "azeemba",
"company": null,
"location": "New York, NY",
"followers": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/2160795?v=4",
"created_at": "2012-08-16T03:51:47Z",
"is_verified": null,
"public_repos": 89,
"account_age_days": 5093
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "1.3.1",
"kind": "patch",
"published_at": "2018-11-26T07:27:27Z"
}
],
"recent_commits": [
{
"oid": "09a41dc060cf7e5a7bb341cd85ea00afc03dd529",
"body": null,
"is_bot": false,
"headline": "Bump to v5.0.0 for eslint@v10 compatibility",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2026-07-21T00:03:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8cebe662e4c5fc039a2b051dccf8a93d1ad9b92",
"body": "eslint v9 deprecated context.getFilename() in favor of context.filename()\neslint v10 removed context.getFilename()",
"is_bot": false,
"headline": "fix: make this plugin usable in eslint@10.x too",
"author_name": "Bernhard Pottler",
"author_login": "BePo65",
"committed_at": "2026-07-21T00:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6ab8b9a5c0fbf7d5188f1f9ecce5bb53ae9625",
"body": null,
"is_bot": false,
"headline": "build: switch to ecma2020 to enable use of '?.' and '??' operators",
"author_name": "Bernhard Pottler",
"author_login": "BePo65",
"committed_at": "2026-07-21T00:00:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b381b1583161bfa34e888fc96682870907b4cc05",
"body": null,
"is_bot": false,
"headline": "Bump to 4.0.01 for doc fixes",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2024-08-07T22:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "543b6805bc6e84a8d3ab1099bd337a196dc5786a",
"body": "* Fix one more curly bracket\r\n\r\n* Fix unintended changes of line endings",
"is_bot": false,
"headline": "Fix README.md: remove one more set of curly brackets (#91)",
"author_name": "Bernhard P",
"author_login": "BePo65",
"committed_at": "2024-06-03T12:17:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d84ee2aaba179cea8d1c0613d6fa6cae41be00b",
"body": null,
"is_bot": false,
"headline": "Fix typos",
"author_name": "Bernhard Pottler",
"author_login": "BePo65",
"committed_at": "2024-06-01T14:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b585a6268bb14ae9a7f24bd16e63c5207a5fe92",
"body": null,
"is_bot": false,
"headline": "Fix description of using flat config",
"author_name": "Bernhard Pottler",
"author_login": "BePo65",
"committed_at": "2024-06-01T14:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ff302cadbd6a995089be756c5f8660001e45f29",
"body": "- Updated .npmignore to not include `vendor` since its only needed for\n testing\n- Added an explicit comment in the README to use v4 for newer eslints\n- Updated package version\n- Fixed git URL via `npm pkg fix`\n- Bumped up node support version to the last supported LTS",
"is_bot": false,
"headline": "Publish v4.0 with Flat Config support",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2024-05-26T14:40:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e68d76ad1bcb93d3867c04a8f07e83426ef5fc3",
"body": null,
"is_bot": false,
"headline": "Enable integration testing for eslint v9",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2024-05-26T14:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caa50b0c4e5345e0e92eab3dcfd335de0686a27f",
"body": "eslint v9 made schema mandatory for options supported\nby rules:\nhttps://eslint.org/docs/latest/extend/custom-rules#options-schemas\n\nPreviously we didn't use the meta object on the rules\nso now we create the meta object and populate the `schema` property.\n\nThanks to @BePo65 for providing context, docs and the schema itself.",
"is_bot": false,
"headline": "Create rule schema to support \"allowComments\"",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2024-05-26T14:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a999c67cd0874a296e36ff4cfd12047a002bfe8",
"body": null,
"is_bot": false,
"headline": "Fixes #80: Support ESLint's flat configuration format",
"author_name": "Mark Banner",
"author_login": "Standard8",
"committed_at": "2024-05-19T15:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "157d715d274f0df3a7e9c7c55b09daeb19e0533d",
"body": null,
"is_bot": false,
"headline": "Fix eslint-plugin-self to work with flat-config.",
"author_name": "Mark Banner",
"author_login": "Standard8",
"committed_at": "2024-05-19T15:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a4e557faee23531ebcc56618a7e2067e66750a8",
"body": null,
"is_bot": false,
"headline": "Vendor eslint-plugin-self",
"author_name": "Mark Banner",
"author_login": "Standard8",
"committed_at": "2024-05-19T15:18:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "693788e8146c242eb0996740277f432ba1dadaf8",
"body": "This does a general update of package-lock.json files and also updates mocha everywhere. This helps remove some of the warnings when installing node modules.",
"is_bot": false,
"headline": "Update mocha package versions. (#86)",
"author_name": "Mark Banner",
"author_login": "Standard8",
"committed_at": "2024-04-20T15:35:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc5651b4fb58ecf532c569938c1dc2dda771fe1",
"body": null,
"is_bot": false,
"headline": "Fix running tests against the correct versions of ESLint (#84)",
"author_name": "Mark Banner",
"author_login": "Standard8",
"committed_at": "2024-01-04T23:31:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "893c508e219dda27d078abee0c0b798788958996",
"body": "Node v16 is out of support. So we test against Node v18 and v20.\r\n\r\neslint 7 was released 4 years ago so its fair to not actively test again\r\neslint 6. Speculativiely adding eslint 9 tests but not sure if that will\r\nwork\r\n\r\nAlso fix testing of multiple eslint versions\r\n\r\nWe weren't doing custom installations of different eslint versions\r\nso we were always only testing one eslint version!\r\n\r\nAdded eslint-v9 test directory but it fails right now so not adding it\r\nto CI.",
"is_bot": false,
"headline": "Change minimum versions of Node and eslint in integration tests (#83)",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2023-12-30T21:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4a5603f8882532e6684f7d5d8db2e1e54dd63b2",
"body": null,
"is_bot": false,
"headline": "Fix Actions badge (#78)",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2022-04-16T17:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709f08fed05dc56a2ddd38507828312ca84f3dcf",
"body": null,
"is_bot": false,
"headline": "Remove broken badge",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2022-04-16T17:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a94b05a8ca2ad52be4e0d5f83e8e9d99f6ee86e8",
"body": null,
"is_bot": false,
"headline": "Try to add code coverage",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2022-04-16T17:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eeb54d7229761600702a296c02f5422487e0cc5",
"body": null,
"is_bot": false,
"headline": "Remove travis CI config",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2022-04-16T17:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c28265a40417eb769134fcea9ba9015c5f07fd5",
"body": "Will do linting and testing against each Node version and eslint version",
"is_bot": false,
"headline": "Add GitHub action for CI",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2022-04-16T17:20:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4064d867f8bca7596cd0db4806dcf7e4c59da0c",
"body": null,
"is_bot": false,
"headline": "Upgrade to released version of eslint v8",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2021-10-10T17:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027db24adfc8b87a7c2ea3a838fba120d979bace",
"body": "Since we use `npm test` in CI and use a separate command for integration\ntests, we need to make sure `npm test` runs the unit tests.",
"is_bot": false,
"headline": "npm test should runs unit tests",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2021-10-10T17:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db958b9a33e0e5ce0d87743bef0001d2596d3bde",
"body": null,
"is_bot": false,
"headline": "feat: support ESLint 8.x",
"author_name": "Michaël De Boey",
"author_login": "MichaelDeBoey",
"committed_at": "2021-10-10T17:29:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a677b11f33761f7f8f261775c219a89d5e3d3043",
"body": null,
"is_bot": false,
"headline": "Commit version bump - 3.1.0",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2021-08-13T13:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e97c4de86b5942d8c95acba771a19793c5788052",
"body": "oversight from #63",
"is_bot": false,
"headline": "Update dependencies in test e2e package v6 :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-08-07T19:43:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b236a90e3dfec783e70fecd383f925cd9de03ea6",
"body": null,
"is_bot": false,
"headline": "Update dependencies in test e2e package :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-08-05T23:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7c6200892ba76863c102174295084bb75ebfc2e",
"body": null,
"is_bot": false,
"headline": "Perform npm audit fix :lock_with_ink_pen:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-08-05T23:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42eb8c11dd30b84f9724199b1a0ee6315e9ed400",
"body": null,
"is_bot": false,
"headline": "Update all dependencies :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-08-05T23:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5915f28ffb2621f587f8793a5f4425303f20333",
"body": "Major release since we drop support for old node versions.",
"is_bot": false,
"headline": "Bump to release 3.0.0",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2021-05-04T02:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3919039e201515bd27cc89b3fd6b4f860478a2",
"body": null,
"is_bot": false,
"headline": "Ignore editor specific config :see_no_evil:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab0b7f2f13cb73367d674440caa028d52165570b",
"body": null,
"is_bot": false,
"headline": "Perform npm audit fix :closed_lock_with_key:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a720fd22a12c1272d67d915b2ab788fbc1d57d54",
"body": null,
"is_bot": false,
"headline": "Reformat all code with new prettier 2 configuration :memo:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb3921af05b651fc315c79ae5111f5ca74449f51",
"body": null,
"is_bot": false,
"headline": "Update dev depencencies :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8242ba09300422d13a33338d09c1773e6fd59f0d",
"body": null,
"is_bot": false,
"headline": "Update prod depencencies :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c9208727120b409f4506cc3c55aea758b3f44d5",
"body": null,
"is_bot": false,
"headline": "Update travis, add node 16, drop node 8 and 10 :traffic_light:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddc43d8728ab389125153e7aefd05973ef62bde9",
"body": null,
"is_bot": false,
"headline": "Drop 8 and 10 LTS :wave:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b75276f137dadd98fbf28c7eeb14cbb3493dcc4",
"body": null,
"is_bot": false,
"headline": "Update license year to 2021 :balance_scale:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2021-05-04T01:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936375f90691c6eb5d6416177dcda37540889247",
"body": null,
"is_bot": false,
"headline": "Fix typo in README",
"author_name": "Michael Mior",
"author_login": "michaelmior",
"committed_at": "2020-08-17T23:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "087d205e6a9fa4792c954dfee8e6b478f509b190",
"body": null,
"is_bot": false,
"headline": "Bump version to 2.1.2",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2020-07-22T22:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a1cac3e9fa38c368e6f37e804ac12c245bfae4",
"body": "… :wind_face:\n\nSummer Package refresh 2020:\r\nBatch of package updates\r\n\r\nReplace #47, #48, #49 and #51",
"is_bot": false,
"headline": "Merge pull request #50 from AdrieanKhisbe/package-refresh-2020-summer…",
"author_name": "Adrien Becchis",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-07-22T06:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa5c9ba356cc427f14e6087598c205baae0ff996",
"body": null,
"is_bot": false,
"headline": "Update test package-lock with npm audit fix :lock_with_ink_pen:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-07-21T06:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea483cb03ce9a165e78d493caec42bd2b514edb1",
"body": null,
"is_bot": false,
"headline": "Update package-lock with npm audit fix :lock_with_ink_pen:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-07-21T06:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73d1ee929a0331936a1b56a9199a27886f7bf5e",
"body": null,
"is_bot": false,
"headline": "Update prod dependencies including lodash :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-07-21T06:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eadd7c6dce554edbaf1d71e7c1ac566e80dc163c",
"body": null,
"is_bot": false,
"headline": "Update test & lint dependecies (keeping 8 support) :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-07-21T06:28:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44991046d020276a30ddb43fc39a3f32f5cbecae",
"body": "…veral-eslint-majors :test_tube:\n\nIntegration tests against several eslint majors:\r\nThis PR improves tests and CI to ensure plugin working for different eslint major ranges.\r\n\r\nSo far, eslint v6 is supported for all supported node ranges (8 to 14 (14 introduced in this PR)).\r\nand eslint v7 supported started from node 10. (which is an eslint v7 pre-requesite)",
"is_bot": false,
"headline": "Merge pull request #46 from AdrieanKhisbe/integration-test-against-se…",
"author_name": "Adrien Becchis",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-05-20T17:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac1f44e72ea9c5db6b5ecae58ed49d313a811110",
"body": "…scientist:",
"is_bot": false,
"headline": "Rework travis configuration to ensure eslint majors supported :woman_…",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-05-20T13:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc43516dd48d12ee279320d323fd4c68fa99a7cf",
"body": "…ntist:",
"is_bot": false,
"headline": "Add Integration tests against several eslint-major versions :man_scie…",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-05-20T13:52:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb5f9fea7a5bb75da456fb043af71cbbce2e603",
"body": null,
"is_bot": false,
"headline": "Fix spelling typos in tests",
"author_name": "Ed Sanders",
"author_login": "edg2s",
"committed_at": "2020-05-16T21:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bbe2bcabb15733e5069844b24df598a20536e66",
"body": null,
"is_bot": false,
"headline": "v2.1.1",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-03-15T10:16:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd67ad1f8717137744cb810fb00be7b2344f4a17",
"body": "Deps update march 2020 :outbox_tray:",
"is_bot": false,
"headline": "Merge pull request #36 from azeemba/deps-update-march-2020",
"author_name": "Adrien Becchis",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-03-15T10:14:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4660e3c85a54b83bfec1ee2894be94721d5cf62",
"body": null,
"is_bot": false,
"headline": "Regenrate package-lock to fix vulns :lock_with_ink_pen:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-03-14T17:29:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a1916660b7aa16c042994e6dbfbc6be94642e9",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-03-14T17:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40ce1e6269ec21ce2808dec6ad7a5117930606c8",
"body": null,
"is_bot": false,
"headline": "v2.1.0",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-02-20T22:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b82df76cc38ef2333a88b6a68a8001201d989bd",
"body": "Package refresh 02 2020: Bump license years, and all dependencies (Superseed and Closes #33)",
"is_bot": false,
"headline": "Merge pull request #34 from azeemba/package-refresh-02-2020",
"author_name": "Adrien Becchis",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-02-20T22:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6603a80309174d234d418e6f1ec9aeddc5a1c5fd",
"body": null,
"is_bot": false,
"headline": "Bump prettier and reformat :pencil:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-02-20T00:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e918dd945b9cdeca279aca6c0980c591d931af77",
"body": null,
"is_bot": false,
"headline": "Bump all dependencies but prettier related ones :outbox_tray:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-02-20T00:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bfdc73de313621ea2ed08f2284c15fab89979c8",
"body": null,
"is_bot": false,
"headline": "Bump license for the new decade :balance_scale:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2020-02-20T00:10:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0029dd6d2106ec2691e6051db6ba60b2ae5ae5fa",
"body": "Fix #31",
"is_bot": false,
"headline": "Fix link to custom documenation in the README :paperclips:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-27T08:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d417907f4cff87d0e47eab1132f48d56731dc555",
"body": null,
"is_bot": false,
"headline": "Bump to 2.0.1",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2019-10-22T23:10:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fa99dc8e004c8b72c0f66aeb4d8bfcad1e2d631",
"body": null,
"is_bot": false,
"headline": "Add some warning message at top of README about non implicit activation",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-22T23:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49c697c4a56ee800933d55cbf79202258a0bde20",
"body": null,
"is_bot": false,
"headline": "Add documentation of the new plugin in the README",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-22T23:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc51d7baf7aeb88e495a83243601ae206490ea1d",
"body": null,
"is_bot": false,
"headline": "Add integration test for the two recommended configurations",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-22T23:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded350d064c2ca7ae3201835dbf0c2f7c6de7a91",
"body": null,
"is_bot": false,
"headline": "Add two recommended[-with-comments] configuration",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-22T23:04:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eea5fdb1b1e25124f1153043663b32c630b1953",
"body": null,
"is_bot": false,
"headline": "Correct misspelling and add `yarn` install option (#29)",
"author_name": "Erik Engervall",
"author_login": "erikengervall",
"committed_at": "2019-10-22T15:35:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3f77dcd53f6dea86b8f40b2571b2374710fe740",
"body": "Major refactor of plugin and support of rules selection :hammer_and_wrench:",
"is_bot": false,
"headline": "Merge pull request #26 from AdrieanKhisbe/major-refactor",
"author_name": "Adrien Becchis",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-20T22:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65158c9835ff7a04b839c183069e19ca850f7ee2",
"body": null,
"is_bot": false,
"headline": "Set up the MIT License :balance_scale:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-19T12:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6703f6d49154a00b928304d7485bc24e9454d14a",
"body": null,
"is_bot": false,
"headline": "Single module.exports :open_file_folder:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-19T12:43:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d743c9f8c847de4f8b8797484d57cf03a00e981e",
"body": null,
"is_bot": false,
"headline": "Set up coverage with nyc :dart:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-19T12:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca23b507cdae97ddae30fadac4ae02be52a21a47",
"body": "…hield:",
"is_bot": false,
"headline": "Improvements to plugin making it resilient to unfound lint results :s…",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-19T09:47:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1210ea24a411ac57cf2613680c6793c6d0f7e0",
"body": null,
"is_bot": false,
"headline": "Rework integrations tests :hammer_and_pick:",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-19T09:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "203a8eb69f179898ddb04bb050b85d6a819e67ae",
"body": null,
"is_bot": false,
"headline": "Move source from lib to src",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-19T08:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35309bbea01142514f4f662c3d8f6ca4fcd2d96",
"body": "This allows us to do more clear checks on the errors returned from\neslint. The sample projects eslintrc is also updated to \"allowComments\"",
"is_bot": false,
"headline": "Switch integration test script to be in JS",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2019-10-16T02:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7054733d6cef9b18a4bc72a8a35d75792bd45229",
"body": null,
"is_bot": false,
"headline": "Fix npmignore (examples folder, and add some more tmp/private)",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-14T22:12:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8fede4684fea5414431d384529a00e8c94aabb5",
"body": null,
"is_bot": false,
"headline": "Minor refactors for more concise code",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-14T22:09:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b41875a8e8dd217f5868c2bc048804e942522567",
"body": null,
"is_bot": false,
"headline": "Update README with new features",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-14T22:00:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd7e35a7f6cc6f3bb1aa4a07b0142878d84cb85e",
"body": null,
"is_bot": false,
"headline": "Update all dependencies",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-14T07:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fef4bfb8a7ed598baab574a0a2d0a9bbfdbae0f",
"body": null,
"is_bot": false,
"headline": "Upgrade lodash as production dependency",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-14T07:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3103004477d2d993b608764e7a20e1ffabb81f4",
"body": null,
"is_bot": false,
"headline": "Rename example to examples and a a comment in json with comment file",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-10-14T07:27:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99211cb03f0709e222bd3ce0e0a948ca900f515",
"body": null,
"is_bot": false,
"headline": "Refactor the integration test and add untracked sample",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T19:24:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1d3bc7e4c73d898b4cbb19c9ac0aaad91bb9245",
"body": null,
"is_bot": false,
"headline": "Refactor the rules and give an alias to '*' (json)",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T19:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9091481ec692f6b5e96ee79d93b2a6554d71f819",
"body": "maybe could go further deleting the potentialy unessary anti duplicate mecanism",
"is_bot": false,
"headline": "Eliminate unused argument from signature of getDiagnotsticss",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T18:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889bdc2aed78c7b09e0dde7379e346bfeb3c6f30",
"body": null,
"is_bot": false,
"headline": "Allow the customization of the wildcard rule to disable comment errors$",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T18:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7ca2a470c0c4448a6a6f5e87a6dd558d22c5fa",
"body": null,
"is_bot": false,
"headline": "Update the .npmignore to be able to publish",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T08:58:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3239242fbebb77ce3bfabdb347b387757e187443",
"body": null,
"is_bot": false,
"headline": "Tweaks to ease handling of a different plugin name",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T08:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b926da965f83eb80abf65e205ab9233347445b97",
"body": null,
"is_bot": false,
"headline": "Improvement to output of integration test",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T07:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29e67ed2f0e793989acb665509457875c6d134ce",
"body": null,
"is_bot": false,
"headline": "Set up integration tests :)",
"author_name": "Adriean Khisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T07:44:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4de0b6977450a4d0e8dadb6b166a3903847f2d94",
"body": null,
"is_bot": false,
"headline": "Adapt the tests by adding a fake eslint engine to apply rules",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T06:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d1ab319adeedd9ca5e4b6a186411efa5d2bc0c",
"body": null,
"is_bot": false,
"headline": "Tweak the location and restore source added in the postprocess method",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-04T05:42:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5152b8ede901a012c8addf1236d9596f22fb78f",
"body": null,
"is_bot": false,
"headline": "Refactor so that comments are in the json/* scope",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T22:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abe66902fb7527c57e5a87c1023c071b3e51465",
"body": null,
"is_bot": false,
"headline": "Handle file comments and bumpt language service",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T22:04:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddad466521713061d65931a180dd49c3bb57c94f",
"body": null,
"is_bot": false,
"headline": "Major feature to be able to activate or not different rules",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T21:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c6db8ffce3b3576c1f697df2381dff3d2b6fbf",
"body": null,
"is_bot": false,
"headline": "Convert code name to kebab case",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T20:08:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4bd3d044f9e30806c56dcf26f99d1385f7c197",
"body": null,
"is_bot": false,
"headline": "Some refactor, powered up by lodash",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T20:02:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b109d490daefbbd6071ab06fc43431f9e44d164",
"body": null,
"is_bot": false,
"headline": "Set up and apply prettier",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T19:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa540d6686ce61e23eb8c8068be8c0b1d08c7282",
"body": null,
"is_bot": false,
"headline": "Refactor and convertion to es6 (arrow&const)",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T19:42:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a80bee11b8298aceb01fb213d48b7c4bebca94df",
"body": null,
"is_bot": false,
"headline": "Set up basic eslint for the plugin",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T19:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e5e5381dc635e94a1660c17656c731a50592cca",
"body": null,
"is_bot": false,
"headline": "Add some example folder to try out plugin",
"author_name": "AdrieanKhisbe",
"author_login": "AdrieanKhisbe",
"committed_at": "2019-09-03T19:31:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2169d9a2982d152df8f6fd08fda700dc2ee120a",
"body": null,
"is_bot": false,
"headline": "Publish 1.4.0 release with string based rule ids",
"author_name": "Azeem Bande-Ali",
"author_login": "azeemba",
"committed_at": "2019-02-13T00:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7713a134a88330a8d1ef8703d7d4ef206e0279c",
"body": "ESLint [expects](https://github.com/eslint/eslint/blob/c0df9febb7c7e045ababc10b88dbcbb3f28c724c/lib/rules.js#L67-L75) all `ruleId`s to be strings, while `error.code` is a number.\r\n\r\nThis is causing problems elsewhere in the ESLint ecosystem: https://github.com/AtomLinter/linter-eslint/issues/1240\r\n\r\n[…]\nting the given numeric code into a string rule name, based on the \r\nErrorCode list from vscode-json-language-service. Prefixes rules with \r\nthe string for this plugin so they are identified correctly.",
"is_bot": false,
"headline": "Fix ruleID to be a string (#22)",
"author_name": "Landon Abney",
"author_login": "Arcanemagus",
"committed_at": "2019-02-13T00:12:12Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 3,
"latest_release_at": "2018-11-26T07:27:27Z",
"latest_release_tag": "1.3.1",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 2,
"days_since_latest_release": 2800,
"mean_days_between_releases": null
},
"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": "eslint-plugin-json",
"exists": true,
"license": "MIT",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"json",
"eslint-plugin-json"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/eslint-plugin-json",
"is_deprecated": false,
"latest_version": "5.0.0",
"repository_url": "https://github.com/azeemba/eslint-plugin-json",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3344656,
"first_published_at": "2015-11-22T05:38:37.428000Z",
"latest_published_at": "2026-07-21T00:19:19.140000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 30,
"stars": 216,
"watchers": 4,
"fork_history": {
"days": [
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-07-16",
"count": 2
},
{
"date": "2019-09-03",
"count": 1
},
{
"date": "2020-03-22",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-09-06",
"count": 5
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-12-30",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": true,
"collected": 28,
"total_forks": 30
},
"star_history": null,
"open_issues_and_prs": 18
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 6976,
"source_files_sampled": 7,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"examples/package.json",
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": "npm:eslint-plugin-json@5.0.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "lodash",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.17.21"
},
{
"name": "vscode-json-languageservice",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.6"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "lodash",
"direct": true,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "vscode-json-languageservice",
"direct": true,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "@aashutoshrathi/word-wrap",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.12.11",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.24.2",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.24.4",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.23.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.22.20",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.23.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.22.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.24.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-simple-access",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.24.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.22.20",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.23.5",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.24.2",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.24.0",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.24.5",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.10.0",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "8.57.0",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.1.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.11.14",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.13.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.2.3",
"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": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.15",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.25",
"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": "@not-an-aardvark/node-release-script",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@tootallnate/once",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@ungap/promise-all-settled",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "7.4.1",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.11.3",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.5.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "agent-base",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.12.0",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "append-transform",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "archy",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "argv",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "astral-regex",
"direct": false,
"version": "2.0.0",
"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": "binary-extensions",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "browser-stdout",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.23.0",
"ecosystem": "npm"
},
{
"name": "caching-transform",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001617",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "codecov",
"direct": false,
"version": "3.8.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "1.9.3",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "default-require-extensions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.763",
"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": "enquirer",
"direct": false,
"version": "2.3.6",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "es6-error",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.4.1",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "7.32.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "8.57.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "9.1.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "^6.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-config-prettier",
"direct": false,
"version": "8.10.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-json",
"direct": false,
"version": "..",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-prettier",
"direct": false,
"version": "3.4.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "7.2.2",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-utils",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-utils",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.2.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-diff",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fast-url-parser",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.17.1",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "find-cache-dir",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fromentries",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "functional-red-black-tree",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "get-func-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "8.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": "11.12.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "13.11.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "13.24.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "graphemer",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "growl",
"direct": false,
"version": "1.10.5",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasha",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "he",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-proxy-agent",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "https-proxy-agent",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore-walk",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"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": "is-path-inside",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-typedarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-hook",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-processinfo",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.1.7",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "2.5.2",
"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-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.2.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": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.flattendeep",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lodash.truncate",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "log-symbols",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "5.1.6",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "11.7.6",
"ecosystem": "npm"
},
{
"name": "mocha",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "moment",
"direct": false,
"version": "2.30.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "node-preload",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.14",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "nyc",
"direct": false,
"version": "15.1.0",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.3",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-hash",
"direct": false,
"version": "4.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-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.8.8",
"ecosystem": "npm"
},
{
"name": "prettier-linter-helpers",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "process-on-spawn",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "progress",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.1.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": "randombytes",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "regexpp",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "release-zalgo",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "require-main-filename",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "5.7.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.5",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.6.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.6.2",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "serialize-javascript",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "spawn-wrap",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stream-events",
"direct": false,
"version": "1.0.5",
"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.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "stubs",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "8.1.1",
"ecosystem": "npm"
},
{
"name": "table",
"direct": false,
"version": "6.8.2",
"ecosystem": "npm"
},
{
"name": "teeny-request",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "text-table",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "to-fast-properties",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-detect",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "typedarray-to-buffer",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.0.15",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "urlgrey",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "vendor/eslint-plugin-self",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-textdocument",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-types",
"direct": false,
"version": "3.17.5",
"ecosystem": "npm"
},
{
"name": "vscode-nls",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "vscode-uri",
"direct": false,
"version": "3.0.8",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-module",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "workerpool",
"direct": false,
"version": "9.3.4",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"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": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "15.4.1",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.2",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "18.1.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.4",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yargs-unparser",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 441,
"direct_count": 2,
"indirect_count": 439
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 29,
"open_issues": 16,
"closed_ratio": 0.667,
"closed_issues": 32,
"closed_unmerged_prs": 21
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "AdrieanKhisbe",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/2601132?v=4"
},
{
"type": "User",
"login": "azeemba",
"commits": 42,
"avatar_url": "https://avatars.githubusercontent.com/u/2160795?v=4"
},
{
"type": "User",
"login": "Standard8",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/520844?v=4"
},
{
"type": "User",
"login": "BePo65",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/6582465?v=4"
},
{
"type": "User",
"login": "edg2s",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/180672?v=4"
},
{
"type": "User",
"login": "erikengervall",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5392475?v=4"
},
{
"type": "User",
"login": "bebraw",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/166921?v=4"
},
{
"type": "User",
"login": "Arcanemagus",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/427137?v=4"
},
{
"type": "User",
"login": "michaelmior",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/82501?v=4"
},
{
"type": "User",
"login": "MichaelDeBoey",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6643991?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.532
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"node.js.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"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": 5,
"reason": "Found 9/18 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 4,
"reason": "3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4",
"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": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "31 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "09a41dc060cf7e5a7bb341cd85ea00afc03dd529",
"ran_at": "2026-07-27T19:01:34Z",
"aggregate_score": 3.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-21T00:23:47Z",
"oldest_open_prs": [
{
"number": 39,
"created_at": "2020-03-22T14:21:20Z",
"last_comment_at": "2020-12-09T01:21:57Z",
"last_comment_author": "azeemba"
},
{
"number": 40,
"created_at": "2020-04-17T17:51:29Z",
"last_comment_at": "2023-01-23T22:39:30Z",
"last_comment_author": "flying-sheep"
}
],
"last_merged_pr_at": "2026-07-21T00:00:28Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2016-07-07T13:33:44Z",
"last_comment_at": "2018-11-27T23:41:09Z",
"last_comment_author": "azeemba"
},
{
"number": 8,
"created_at": "2016-09-26T08:50:49Z",
"last_comment_at": "2020-03-26T08:25:53Z",
"last_comment_author": "anthony0030"
},
{
"number": 25,
"created_at": "2019-08-20T17:19:48Z",
"last_comment_at": "2019-11-06T23:18:13Z",
"last_comment_author": "AdrieanKhisbe"
},
{
"number": 32,
"created_at": "2020-01-08T23:57:14Z",
"last_comment_at": "2020-01-09T08:58:17Z",
"last_comment_author": "kopach"
},
{
"number": 37,
"created_at": "2020-03-16T13:28:31Z",
"last_comment_at": "2020-03-23T23:04:54Z",
"last_comment_author": "AdrieanKhisbe"
},
{
"number": 38,
"created_at": "2020-03-22T11:43:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2020-05-08T21:20:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 54,
"created_at": "2020-10-28T19:59:03Z",
"last_comment_at": "2022-12-22T00:32:46Z",
"last_comment_author": "romenrg"
},
{
"number": 67,
"created_at": "2021-08-26T02:05:24Z",
"last_comment_at": "2021-08-27T19:13:52Z",
"last_comment_author": "azeemba"
},
{
"number": 71,
"created_at": "2021-09-20T06:02:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2022-03-11T20:02:14Z",
"last_comment_at": "2022-03-12T23:07:42Z",
"last_comment_author": "azeemba"
},
{
"number": 79,
"created_at": "2023-03-28T09:24:53Z",
"last_comment_at": "2023-03-31T02:47:44Z",
"last_comment_author": "azeemba"
},
{
"number": 85,
"created_at": "2024-01-19T03:43:56Z",
"last_comment_at": "2024-01-22T11:26:42Z",
"last_comment_author": "JounQin"
},
{
"number": 90,
"created_at": "2024-05-31T08:05:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 93,
"created_at": "2024-07-06T07:28:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 99,
"created_at": "2026-07-20T15:38:24Z",
"last_comment_at": "2026-07-20T23:57:27Z",
"last_comment_author": "azeemba"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/azeemba/eslint-plugin-json",
"host": "github.com",
"name": "eslint-plugin-json",
"owner": "azeemba"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 48,
"vitality": 46,
"community": 64,
"governance": 63,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 46,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 3,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "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": "3 commits in the last year",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 3
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "1.3.1",
"releases_from_tags": false,
"days_since_latest_release": 2800,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2800 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2800
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 64,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"forks": 30,
"stars": 216,
"watchers": 4,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "216 stars",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 216
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "30 forks",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 30
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "4 watchers",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 4
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (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": 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": [
"eslint-plugin-json"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3344656
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,344,656 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3344656,
"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": 63,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.532
},
"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 53% of commits",
"points": 10.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 53
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "10 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 10
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"merged_prs": 29,
"open_issues": 16,
"closed_issues": 32,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 31.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/50 decided PRs merged",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 50
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/18 approved changesets -- score normalized to 5",
"points": 7.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": 58,
"inputs": {
"followers": 41,
"owner_type": "User",
"is_verified": null,
"owner_login": "azeemba",
"public_repos": 89,
"account_age_days": 5093
},
"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": "41 followers of azeemba",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 41,
"login": "azeemba"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "89 public repos, account ~13 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 89
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"eslint-plugin-json"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 6
},
"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 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"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": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"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",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"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 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"eslint-plugin",
"json",
"linter",
"eslint"
],
"has_wiki": false,
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 48,
"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": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.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 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 9/18 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4",
"points": 3,
"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 6",
"points": 3,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "31 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:eslint-plugin-json@5.0.0 runtime dependency closure — what installing the published package pulls in — 7 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:eslint-plugin-json@5.0.0",
"assessed": 7
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"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": 16
},
"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": "at_risk",
"name": "AI Readiness",
"value": 37,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.2,
"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": "20 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 20,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".eslintrc",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 6976,
"source_files_sampled": 7,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/7 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 7,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, samples"
}
}
],
"max_points": 40
}
]
}
],
"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-27T19:01:50.759414Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/azeemba/eslint-plugin-json.svg",
"full_name": "azeemba/eslint-plugin-json",
"license_state": "standard",
"license_spdx": "MIT"
}