原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 207,
"has_wiki": false,
"homepage": null,
"languages": {
"JavaScript": 95801
},
"pushed_at": "2025-07-27T00:25:38Z",
"created_at": "2021-03-05T21:45:47Z",
"owner_type": "Organization",
"updated_at": "2026-05-12T11:03:55Z",
"description": "Polyfill of `util.parseArgs()`",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://github.com/nodejs/package-maintenance/",
"name": "pkgjs",
"type": "Organization",
"login": "pkgjs",
"company": null,
"location": null,
"followers": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/52229615?v=4",
"created_at": "2019-06-26T04:31:58Z",
"is_verified": null,
"public_repos": 20,
"account_age_days": 2583
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2022-10-10T14:18:32Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2022-07-28T03:03:51Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2022-06-20T18:58:41Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2022-05-24T19:01:14Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2022-05-16T02:14:52Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2022-04-15T22:55:37Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2022-04-14T12:27:36Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2022-04-11T12:41:36Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2022-04-10T14:42:21Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2022-03-27T05:46:27Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-02-06T13:59:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-02-05T15:03:12Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2022-02-03T00:56:00Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-01-22T19:26:25Z"
}
],
"recent_commits": [
{
"oid": "bb2c69cb2afa0ad0e708e531ba210ac88683b4a3",
"body": "Co-authored-by: Zhenwei Jin <109658203+kylo5aby@users.noreply.github.com>",
"is_bot": false,
"headline": "Add support for allowNegative (\"--no-foo\") (#163)",
"author_name": "Kevin Gibbons",
"author_login": "bakkot",
"committed_at": "2025-07-27T00:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c4e0b960f2e7629b8fba99486b61faa67e7b509",
"body": "…issues/162#issuecomment-2617935163\n\nFixes #162",
"is_bot": false,
"headline": "[meta] change license to MIT, per https://github.com/pkgjs/parseargs/…",
"author_name": "Jordan Harband",
"author_login": "ljharb",
"committed_at": "2025-05-06T16:12:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8038b6f67202d473f65cbea1541f029c87559c5e",
"body": null,
"is_bot": false,
"headline": "fix(runtime): support runtimes without `global` (#158)",
"author_name": "Kisaragi Hiu",
"author_login": "kisaragi-hiu",
"committed_at": "2024-09-14T23:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2f6c870d764824a08b3da673a00b68e54a33202",
"body": null,
"is_bot": false,
"headline": "chore: add node 20 and 22 to test matrix (#156)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2024-08-19T07:53:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c41f8c0d7961b5d6fa170e26987172c772458f",
"body": "\r\n\r\nCo-authored-by: Jordan Harband <ljharb@gmail.com>",
"is_bot": false,
"headline": "docs: add example of implementing optional-value (#155)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2024-08-19T07:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67749086a6cb216a4896283de200b1f36646afdd",
"body": "\r\n\r\nCo-authored-by: Manuel Spigolon <behemoth89@gmail.com>",
"is_bot": false,
"headline": "docs: add version matchups for default (#145)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-10-17T05:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e3a94a5f8fd42e7b56ac4a672adcb224ee3c9ff",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.11.0 (#144)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-10-10T14:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd20847a00b2f556aa9c085ac83b942c60868ec1",
"body": null,
"is_bot": false,
"headline": "feat: add `default` option parameter (#142)",
"author_name": "Manuel Spigolon",
"author_login": "Eomm",
"committed_at": "2022-10-08T09:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89e1b63ac8d7a81d4cab914a0191a93e6d7e0042",
"body": null,
"is_bot": false,
"headline": "docs: add example uses of tokens (#136)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-09-24T21:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c512875f5b348af4172c750eb39df1875ded739f",
"body": null,
"is_bot": false,
"headline": "docs: add Node.js 16 (#143)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-08-19T22:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df925dd7ebe23cc7b2120b7a629ca6b8a97aa7ff",
"body": null,
"is_bot": false,
"headline": "Add tentative next matching set of releases (#140)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-08-01T20:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07b78be553ea49fe2828c92091f7b476ec878cff",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.10.0 (#139)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-07-28T03:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee719175e19f4a3f7d587bf9ea7a5ad66f937bc8",
"body": "\r\n\r\nCo-authored-by: Manuel Spigolon <behemoth89@gmail.com>",
"is_bot": false,
"headline": "docs: add table of matching versions (#138)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-07-21T08:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91bfb4d3f7b6937efab1b27c91c45d1205f1497e",
"body": null,
"is_bot": false,
"headline": "feat: add parsed meta-data to returned properties (#129)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-07-20T16:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a7e9694f84ab3073280ea755dd80908f0f0ccc0",
"body": null,
"is_bot": false,
"headline": "chore: add new test from upstream (#133)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-06-24T23:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaf353ea9908080f4df056067dad7e0f4230de96",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.9.1 (#137)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-06-20T18:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1c5a6f7cadf2f035e004027e2742e3c4ce554b",
"body": null,
"is_bot": false,
"headline": "fix(runtime): support node 14+ (#135)",
"author_name": "Kevin Gibbons",
"author_login": "bakkot",
"committed_at": "2022-06-20T18:46:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36060cd42e146343b33c73f831eff561822a1c8b",
"body": null,
"is_bot": false,
"headline": "docs: add example example with code from README/documentation (#130)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-06-03T12:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e43a70fc7d4777e2b9a848e1f0272355608e4873",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.9.0 (#122)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-05-24T19:00:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a017f6cfcedc15915dea99cf629460e8695ad432",
"body": null,
"is_bot": false,
"headline": "style: sort imported routines (#123)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-05-23T13:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2ffd537c244a062371522b955acb45a404fc9f2",
"body": null,
"is_bot": false,
"headline": "refactor!: drop handling of electron arguments (#121)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-05-22T15:46:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "481156af2d6795bb6d4f43d832a3cf88f6d3b0bd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.8.0 (#115)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-05-16T02:14:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8943312caef635cb1001f2cc7619a712dc38b935",
"body": null,
"is_bot": false,
"headline": "refactor: most recent code review changes (#118)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-05-16T01:59:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ca85cdc55feee7bef6d8a5f2fb601e97ebb480a",
"body": "* small tweak to wording for greedy args (thought it read clearer).\r\n* received warning from linter for capital Object in JSDoc.",
"is_bot": false,
"headline": "nits: a couple small tweaks while merging upstream (#117)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-04-20T02:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b5e72161991dfdc535909f1327cc9b970fe7e8",
"body": "…for suspect cases in strict mode (#88)",
"is_bot": false,
"headline": "feat!: switch type:string option arguments to greedy, but with error …",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-19T14:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "364333826b746e8a7dc5505b4b22fd19ac51df3b",
"body": null,
"is_bot": false,
"headline": "feat!: positionals now opt-in when strict:true (#116)",
"author_name": "Kevin Gibbons",
"author_login": "bakkot",
"committed_at": "2022-04-18T20:16:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d539c3d57f269c160e74e0656ad4fa84ff92ec2",
"body": null,
"is_bot": false,
"headline": "feat!: create result.values with null prototype (#111)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-17T12:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ecc2d72763c57e2c0bbac3c5169a92699b2403",
"body": "Copy current proposed documentation into README so can discuss changes over PR in the usual way.",
"is_bot": false,
"headline": "docs: add upstream docs to README (#113)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-17T09:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aeb642d1ef40c427df74b3fa15b10226b8fd782e",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.1 (#112)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-04-15T22:55:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecf2dece0a9f2a76d789384d5d71c68ffe64022a",
"body": null,
"is_bot": false,
"headline": "fix: resist pollution (#106)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-15T19:00:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5d1f4bd1a3c7f68d476f3c730e361aaaefc57ec",
"body": "* test: refactor test/index.js to match Node\r\n\r\nRefactors index.js to be able to copy paste directly into the Node.js\r\ncodebase. Note: I think it is sufficient that we continue syncing just\r\nthe tests for parseArgs() to Node.js (testing the public API. This\r\ngives us 95% coverage today, and it would\n[…]\n#105\r\n\r\n* Update test/index.js\r\n\r\nCo-authored-by: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com>\r\n\r\nCo-authored-by: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com>",
"is_bot": false,
"headline": "test: refactor test/index.js to match Node (#110)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-04-14T23:49:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "08c06484e92f0457bd75e1158a1b66e0d66ff86b",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.0 (#103)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-04-14T12:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8267d02083a87b8b8a71fcce08348d1e031ea91c",
"body": "This PR introduces a strict mode parser config that is enabled by default.\r\n\r\nErrors on:\r\n- Unknown option encountered\r\n- Option of type:'string' used like a boolean option e.g. lone --string\r\n- Option of type:'boolean' used like a string option e.g. --boolean=foo",
"is_bot": false,
"headline": "feat: Add strict mode to parser (#74)",
"author_name": "Aaron Casanova",
"author_login": "aaronccasanova",
"committed_at": "2022-04-13T08:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8232d36302b6eaf0131d3b5beb24085179b0aa9a",
"body": null,
"is_bot": false,
"headline": "formatting: node linter expects Error objects (#102)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-04-12T17:47:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f922a51f9bba65ad9f27e1e2d68eed1a600fb5bf",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Benjamin E. Coe <bencoe@google.com>",
"is_bot": true,
"headline": "chore(main): release 0.6.0 (#100)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-04-11T12:41:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95536a09a1b2725599ec547bda4df156868ebdbe",
"body": null,
"is_bot": false,
"headline": "refactor: updates to comments and code per feedback (#101)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-11T12:38:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be153dbed1d488cb7b6e27df92f601ba7337713d",
"body": "…ore value true for boolean options (#83)",
"is_bot": false,
"headline": "refactor!: rework results to remove redundant `flags` property and st…",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-11T12:36:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084a23f9fde2da030b159edb1c2385f24579ce40",
"body": null,
"is_bot": false,
"headline": "refactor!: switch to existing ERR_INVALID_ARG_VALUE (#97)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-04-10T16:53:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4903e5e3fd1b2b7a4e665b8d82888f22e3340ba8",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.5.0 (#98)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-04-10T14:41:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cd01885b8aaa59f2db8308f2d4479e64340068",
"body": null,
"is_bot": false,
"headline": "feat!: Require type to be specified for each supplied option (#95)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-10T14:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dafb6e1577564366d931463ec54969daf0595b9",
"body": "Co-authored-by: Benjamin E. Coe <bencoe@google.com>",
"is_bot": false,
"headline": "refactor: use arrow functions for tests (#96)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-04-10T13:49:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d7b125691ebb3fcac21af9da76a4a6fd5ab4f2",
"body": null,
"is_bot": false,
"headline": "test: add test for multiple+boolean (#93)",
"author_name": "Kevin Gibbons",
"author_login": "bakkot",
"committed_at": "2022-04-10T13:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4815ed654acd6a94dec6787cb9878213551eac",
"body": null,
"is_bot": false,
"headline": "docs: fix formatting nits in comments",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-04-10T13:33:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9549cf9234772998eafbf28f9132ef5a2f5105af",
"body": null,
"is_bot": false,
"headline": "refactor: tweaks for landing in Node.js (#89)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-04-09T22:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "835b17ab04159dc0836ed7c7b995e2a7f176bdec",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.4.0 (#73)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-03-27T05:46:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92600fa6c214508ab1e016fa55879a314f541af",
"body": "…ined short and value (#75)\n\n\r\n1) Refactor parsing to use independent blocks of code, rather than nested cascading context. This makes it easier to reason about the behaviour.\r\n\r\n2) Split out small pieces of logic to named routines to improve readability, and allow extra documentation and examples w\n[…]\nher than testing exposed API.\r\n\r\n7) Added `.editorconfig` file\r\n\r\n\r\nCo-authored-by: Jordan Harband <ljharb@gmail.com>\r\nCo-authored-by: Aaron Casanova <32409546+aaronccasanova@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor!: parsing, revisit short option groups, add support for comb…",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-03-12T07:26:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4120957d90e809ee8b607b06e747d3e6a6b213e",
"body": "Per the discussion in #45 this PR restructures the current options API where each option is configured in three separate list and instead allows options to be configured in a single object.\r\n\r\nThe goal being to make the API more intuitive for configuring options (e.g. short, withValue, and multiples\n[…]\nnfiguration options in the future (e.g. default).\r\n\r\nCo-authored-by: Benjamin E. Coe <bencoe@google.com>\r\nCo-authored-by: John Gee <john@ruru.gen.nz>\r\nCo-authored-by: Jordan Harband <ljharb@gmail.com>",
"is_bot": false,
"headline": "refactor!: restructure configuration to take options bag (#63)",
"author_name": "Aaron Casanova",
"author_login": "aaronccasanova",
"committed_at": "2022-03-02T23:01:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81eca14b12157302c80405a27939fc0d0ca67a7e",
"body": null,
"is_bot": false,
"headline": "docs: add Scope to give context without wading through history (#71)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-27T14:46:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab5af3cafef37d2545de212033d9955aaaef48d",
"body": null,
"is_bot": false,
"headline": "docs(fix): typos in comments (#67)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-25T08:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f575021756cef89d1bace3068d2a04788e0afcfa",
"body": "* docs: ordering of positional and option does not matter\r\n\r\n* Add test to match README FAQ",
"is_bot": false,
"headline": "docs: ordering of positional and option does not matter (#46)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-07T04:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3dc361ca5418b8f0d488eeabf62d56adadbdc031",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.3.0 (#61)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-02-06T13:59:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "882067bc2d7cbc6b796f8e5a079a99bc99d4e6ba",
"body": null,
"is_bot": false,
"headline": "feat(parser): support short-option groups (#59)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-02-06T13:54:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cdf9e872e89bcb0db48691881fef619fb9c45b3",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.2.0 (#56)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-02-05T15:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d795bf877d068fd67aec381f30b30b63f97109ad",
"body": null,
"is_bot": false,
"headline": "fix: support single dash as positional (#49)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-05T14:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2f36d7da4145af1c92f76806b7fe2baf6beeceb",
"body": null,
"is_bot": false,
"headline": "feat: basic support for shorts (#50)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-04T21:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "724df10222ef3aa916023863e1f3fd79a99c41db",
"body": null,
"is_bot": false,
"headline": "refactor(errors): Node.js style validation/errors (#40)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-02-04T17:06:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a85e8dc06379fd2696ee195cc625de8fac6aee42",
"body": "Co-authored-by: Benjamin E. Coe <bencoe@google.com>",
"is_bot": false,
"headline": "fix: always store value for a=b (#43)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-04T17:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6d1cc591507168ec653d59bfc536f48c6389d5",
"body": null,
"is_bot": false,
"headline": "docs: clarify short options hopefully coming (#48)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-02-04T05:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f15dc667812ad17a56bfdb699cc1f02f5a008142",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.1.1 (#44)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-02-03T00:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61b7f96ba129da0cc17aae3161f061d3a4579fbc",
"body": null,
"is_bot": false,
"headline": "docs: no subcommands, no worries (#47)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-01-25T16:05:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c357584847912506319ed34a0840080116f4fd65",
"body": null,
"is_bot": false,
"headline": "fix: only use arrays in results for multiples (#42)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-01-23T15:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d2834d36c16874dc57ab1153f4a231503a80a36",
"body": null,
"is_bot": false,
"headline": "build: set access to public on publish",
"author_name": "bcoe",
"author_login": "bcoe",
"committed_at": "2022-01-22T19:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6b336447bd863a9c6a0e00b74be99ce75d1c6ef",
"body": null,
"is_bot": false,
"headline": "build: no need to npm ci",
"author_name": "bcoe",
"author_login": "bcoe",
"committed_at": "2022-01-22T19:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11635bf78ebcf463ba41c5f2215c971daaccb56f",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\r\nCo-authored-by: Benjamin E. Coe <bencoe@google.com>",
"is_bot": true,
"headline": "chore(main): release 0.1.0 (#36)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2022-01-22T19:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc7ad3ffefe3c907fe558df22bfab6eb05c28d86",
"body": null,
"is_bot": false,
"headline": "build: use git format URI",
"author_name": "bcoe",
"author_login": "bcoe",
"committed_at": "2022-01-22T19:13:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd04cfd833fdd93e947697866726c73eb8f0b971",
"body": null,
"is_bot": false,
"headline": "build: add npm publication logic",
"author_name": "bcoe",
"author_login": "bcoe",
"committed_at": "2022-01-22T19:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "724b55ce83ab6f3fde2e58c2d4433a4f161a6724",
"body": null,
"is_bot": false,
"headline": "refactor: separate out storage of parsed option in results (#39)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-01-22T18:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a35c9b711a30be50be19912ab460a69937e60c7b",
"body": null,
"is_bot": false,
"headline": "refactor: use primordials (#37)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2022-01-17T13:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "421c6e2569a8668ad14fac5a5af5be60479a7571",
"body": "Release-As: v0.1.0",
"is_bot": false,
"headline": "build: first release as minor",
"author_name": "bencoe@google.com",
"author_login": null,
"committed_at": "2022-01-12T17:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10a8b208e214f681d7803df783aca980d6bdd050",
"body": null,
"is_bot": false,
"headline": "docs: Make README examples follow eslint rules (#35)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2022-01-12T14:16:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38cf190f563092eee73074cd73cb4c792d7c5265",
"body": null,
"is_bot": false,
"headline": "build: bump minor version",
"author_name": "bencoe@google.com",
"author_login": null,
"committed_at": "2022-01-01T22:50:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582ada7be0eca3a73d6e0bd016e7ace43449fa4c",
"body": "…(#20)",
"is_bot": false,
"headline": "feat: expand scenarios covered by default arguments for environments …",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2021-12-28T00:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "646e298a7abfbf79731c87fda9d5aea5f25c6652",
"body": null,
"is_bot": false,
"headline": "build: configure release note/tag management (#27)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2021-12-28T00:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25f38502e05dff44fd5709cc043e0ae87546d3f",
"body": null,
"is_bot": false,
"headline": "docs: clean up README examples (#23)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2021-12-28T00:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f848590ebf3249ed5979ff47e003fa6e1a8ec5c0",
"body": null,
"is_bot": false,
"headline": "fix: do not strip excess leading dashes on long option names (#21)",
"author_name": "John Gee",
"author_login": "shadowspawn",
"committed_at": "2021-12-21T17:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80843da2b26725622313c01624d7ce17bb3afcc2",
"body": null,
"is_bot": false,
"headline": "refactor: args to flags (#22)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2021-12-20T20:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "886e99c1d5dc1b37a004d31a8b201a186c564354",
"body": null,
"is_bot": false,
"headline": "build: add linter to make code style closer to Node.js' (#15)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2021-11-16T02:42:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca3c887d0c662e508f93420dceaa7859a07aa3a7",
"body": null,
"is_bot": false,
"headline": "build: add code coverage and integration tests (#16)",
"author_name": "Benjamin E. Coe",
"author_login": null,
"committed_at": "2021-11-14T18:56:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57ed90c6d21eb187fb124cf19a0b58555f8d0b23",
"body": "…ntributing-doc\n\nfeature: update readme and include contributing guidelines",
"is_bot": false,
"headline": "Merge pull request #10 from JessNah/feat/update-readme-and-include-co…",
"author_name": "Jessica Nahulan",
"author_login": "JessNah",
"committed_at": "2021-10-26T21:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8edd6fc863cd705f6fac732724159ebe8065a2b0",
"body": null,
"is_bot": false,
"headline": "feature: update readme and include contributing guidelines",
"author_name": "Jessica Nahulan",
"author_login": "JessNah",
"committed_at": "2021-10-26T21:52:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f1fb30d704d60079798271aae26e9d943d20217",
"body": "* feat(parseArgs): set positionals and handle withValue with multiples options\r\n\r\nThis PR handles:\r\n1. setting values for args only if the arg is specified in the options.withValue array\r\n2. set arg value to undefined if withValue isn't specified\r\n3. add args without a dashprefix to the positionals \n[…]\nHarband <ljharb@gmail.com>\r\n\r\n* chore(parseargs): optimize lines 61 and 66 following suggestion\r\n\r\nCo-authored-by: Jessica Nahulan <JessicaN@ibm.com>\r\nCo-authored-by: Jordan Harband <ljharb@gmail.com>",
"is_bot": false,
"headline": "Fleshing out parseArgs to support withValue and Multiples options (#9)",
"author_name": "Jessica Nahulan",
"author_login": "JessNah",
"committed_at": "2021-10-04T15:42:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f40fa0392988f33fc5d04b86dbebb826086091c",
"body": null,
"is_bot": false,
"headline": "Update README.md (#8)",
"author_name": "Joe Sepi",
"author_login": "joesepi",
"committed_at": "2021-05-04T16:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f11e738593460c6070d0b990f0c0c60a9a74ae3",
"body": "* starting with dash dash\r\n\r\n* arg work\r\n\r\n* use strict in test file",
"is_bot": false,
"headline": "Initial work on parseArgs (#1)",
"author_name": "Joe Sepi",
"author_login": "joesepi",
"committed_at": "2021-04-30T21:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "957d8d96e1dcb48297c0a14345d44c0123b2883e",
"body": null,
"is_bot": false,
"headline": "fix: update readme name",
"author_name": "Darcy Clarke",
"author_login": "darcyclarke",
"committed_at": "2021-03-05T21:53:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bac300e00cd76c77076bf9e75e44f8929512da9",
"body": null,
"is_bot": false,
"headline": "fix: package.json values",
"author_name": "Darcy Clarke",
"author_login": "darcyclarke",
"committed_at": "2021-03-05T21:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f057c1b158a1bdbe878c64b57460c58e56e465f",
"body": null,
"is_bot": false,
"headline": "fix: name & readme",
"author_name": "Darcy Clarke",
"author_login": "darcyclarke",
"committed_at": "2021-03-05T21:50:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50513fc2ddd8058f3dc980608ef9c857540c23d3",
"body": null,
"is_bot": false,
"headline": "chore: initial commit",
"author_name": "Darcy Clarke",
"author_login": "darcyclarke",
"committed_at": "2021-03-05T21:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abd1a1f67d401fd48010638e98d1d8a79dd6d8f0",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Darcy Clarke",
"author_login": null,
"committed_at": "2021-03-05T21:45:48Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 14,
"commits_last_year": 1,
"latest_release_at": "2022-10-10T14:18:32Z",
"latest_release_tag": "v0.11.0",
"releases_from_tags": false,
"days_since_last_push": 360,
"active_weeks_last_year": 1,
"days_since_latest_release": 1381,
"mean_days_between_releases": 21.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@pkgjs/parseargs",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@pkgjs/parseargs",
"is_deprecated": false,
"latest_version": "0.11.0",
"repository_url": "https://github.com/pkgjs/parseargs",
"versions_count": 14,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 392027535,
"first_published_at": "2022-01-22T19:26:33.809000Z",
"latest_published_at": "2022-10-10T14:18:44.810000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1381
}
]
},
"popularity": {
"forks": 12,
"stars": 125,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2022-01-24",
"count": 1
},
{
"date": "2022-04-10",
"count": 1
},
{
"date": "2022-07-07",
"count": 2
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 16
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 28967,
"source_files_sampled": 30,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "@babel/traverse",
"direct": false,
"version": "7.16.3",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.3,
"advisory_ids": [
"GHSA-67hx-6x53-jw92"
],
"fixed_version": "8.0.0-alpha.4",
"advisory_count": 1,
"oldest_advisory_days": 1010
},
{
"name": "flatted",
"direct": false,
"version": "3.2.4",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-25h7-pfq9-p65f",
"GHSA-rf6f-7fwh-wjgh"
],
"fixed_version": "3.4.2",
"advisory_count": 2,
"oldest_advisory_days": 131
},
{
"name": "minimist",
"direct": false,
"version": "1.2.5",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-xvch-5gv4-984h"
],
"fixed_version": "1.2.6",
"advisory_count": 1,
"oldest_advisory_days": 1587
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 408
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3xgq-45jj-v275"
],
"fixed_version": "7.0.5",
"advisory_count": 1,
"oldest_advisory_days": 621
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68",
"GHSA-mh29-5h37-fv8m"
],
"fixed_version": "4.3.0",
"advisory_count": 3,
"oldest_advisory_days": 250
},
{
"name": "json5",
"direct": false,
"version": "2.2.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.1,
"advisory_ids": [
"GHSA-9c47-m6qq-7p4h"
],
"fixed_version": "2.2.2",
"advisory_count": 1,
"oldest_advisory_days": 1301
},
{
"name": "minimatch",
"direct": false,
"version": "3.0.4",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj",
"GHSA-f8q6-p94x-37v3"
],
"fixed_version": "10.2.3",
"advisory_count": 4,
"oldest_advisory_days": 1373
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1127
},
{
"name": "semver",
"direct": false,
"version": "7.3.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-c2qf-rxjj-qqgw"
],
"fixed_version": "7.5.2",
"advisory_count": 1,
"oldest_advisory_days": 1127
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.16.3",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.2,
"advisory_ids": [
"GHSA-968p-4wvh-cqc8"
],
"fixed_version": "8.0.0-alpha.17",
"advisory_count": 1,
"oldest_advisory_days": 498
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6"
],
"fixed_version": "8.18.0",
"advisory_count": 1,
"oldest_advisory_days": 161
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.3",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-j8xg-fqg3-53r7"
],
"fixed_version": "1.2.4",
"advisory_count": 1,
"oldest_advisory_days": 1126
},
{
"name": "@babel/core",
"direct": false,
"version": "7.16.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.2,
"advisory_ids": [
"GHSA-4x5r-pxfx-6jf8"
],
"fixed_version": "8.0.0-rc.6",
"advisory_count": 1,
"oldest_advisory_days": 37
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 7,
"critical": 3,
"moderate": 3
},
"advisory_count": 22,
"affected_count": 14,
"assessed_count": 247,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/eslint-parser",
"direct": false,
"version": "7.16.3",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.16.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-get-function-arity",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-member-expression-to-functions",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-optimise-call-expression",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-replace-supers",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-simple-access",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.15.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.16.3",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.16.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-class-properties",
"direct": false,
"version": "7.12.13",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-import-assertions",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-top-level-await",
"direct": false,
"version": "7.14.5",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.16.3",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "0.2.3",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/config-array",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/object-schema",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@types/istanbul-lib-coverage",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "3.0.10",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.5.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"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": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.18.0",
"ecosystem": "npm"
},
{
"name": "c8",
"direct": false,
"version": "7.10.0",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001280",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "character-reference-invalid",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"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": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "deep-equal",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "defined",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "dotignore",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.3.896",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.3.6",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.19.1",
"ecosystem": "npm"
},
{
"name": "es-get-iterator",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"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": "8.2.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-markdown",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-node-core",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-node-core",
"direct": false,
"version": "github:iansu/eslint-plugin-node-core#fc5aa55675b696f4f51247daa705bb592b21a016",
"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-utils",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.4.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.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-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "foreach",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"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-intrinsic",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "get-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"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.12.0",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "has-dynamic-import",
"direct": false,
"version": "2.0.0",
"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": "has-symbols",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "is-alphabetical",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-alphanumerical",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-arguments",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.8.0",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-decimal",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-hexadecimal",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-map",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "is-set",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.8",
"ecosystem": "npm"
},
{
"name": "is-weakmap",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-weakset",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-from-markdown",
"direct": false,
"version": "0.8.5",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-string",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "2.11.4",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.11.0",
"ecosystem": "npm"
},
{
"name": "object-is",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-entities",
"direct": false,
"version": "2.0.0",
"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-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "progress",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "regexpp",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "2.0.0-next.3",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resumer",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.3.5",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"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": "tape",
"direct": false,
"version": "5.3.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": "through",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "to-fast-properties",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "v8-compile-cache",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "v8-to-istanbul",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-collection",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.7",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "16.2.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "20.2.9",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 247,
"direct_count": 0,
"indirect_count": 247
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 75,
"open_issues": 14,
"closed_ratio": 0.803,
"closed_issues": 57,
"closed_unmerged_prs": 16
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "shadowspawn",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/15719847?v=4"
},
{
"type": "User",
"login": "darcyclarke",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/459713?v=4"
},
{
"type": "User",
"login": "bakkot",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1653598?v=4"
},
{
"type": "User",
"login": "bcoe",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/194609?v=4"
},
{
"type": "User",
"login": "JessNah",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/14356838?v=4"
},
{
"type": "User",
"login": "aaronccasanova",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32409546?v=4"
},
{
"type": "User",
"login": "joesepi",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/143668?v=4"
},
{
"type": "User",
"login": "ljharb",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/45469?v=4"
},
{
"type": "User",
"login": "kisaragi-hiu",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11722318?v=4"
},
{
"type": "User",
"login": "Eomm",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/11404065?v=4"
}
],
"contributors_sampled": 10,
"top_contributor_share": 0.607
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [
".eslintrc"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "1 out of 29 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": 9,
"reason": "Found 23/24 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 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": "21 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "bb2c69cb2afa0ad0e708e531ba210ac88683b4a3",
"ran_at": "2026-07-22T21:33:36Z",
"aggregate_score": 4,
"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-01-22T21:32:14Z",
"oldest_open_prs": [
{
"number": 154,
"created_at": "2024-08-02T02:50:12Z",
"last_comment_at": "2024-08-18T16:52:29Z",
"last_comment_author": "ljharb"
},
{
"number": 159,
"created_at": "2024-09-14T23:44:42Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-07-27T00:25:20Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 76,
"created_at": "2022-03-06T05:29:31Z",
"last_comment_at": "2022-10-11T02:20:05Z",
"last_comment_author": "ljharb"
},
{
"number": 79,
"created_at": "2022-03-12T02:15:46Z",
"last_comment_at": "2022-03-13T17:42:18Z",
"last_comment_author": "aaronccasanova"
},
{
"number": 86,
"created_at": "2022-03-20T19:50:27Z",
"last_comment_at": "2022-06-16T16:04:29Z",
"last_comment_author": "hildjj"
},
{
"number": 90,
"created_at": "2022-04-09T22:37:51Z",
"last_comment_at": "2022-07-11T16:07:14Z",
"last_comment_author": "iansu"
},
{
"number": 124,
"created_at": "2022-05-23T13:47:02Z",
"last_comment_at": "2022-05-31T12:28:33Z",
"last_comment_author": "shadowspawn"
},
{
"number": 125,
"created_at": "2022-05-25T15:02:19Z",
"last_comment_at": "2022-05-26T02:15:26Z",
"last_comment_author": "shadowspawn"
},
{
"number": 126,
"created_at": "2022-05-26T00:53:47Z",
"last_comment_at": "2022-05-26T02:07:48Z",
"last_comment_author": "shadowspawn"
},
{
"number": 127,
"created_at": "2022-05-26T05:20:37Z",
"last_comment_at": "2022-10-15T03:55:28Z",
"last_comment_author": "shadowspawn"
},
{
"number": 141,
"created_at": "2022-08-11T08:02:24Z",
"last_comment_at": "2022-08-29T11:08:24Z",
"last_comment_author": "shadowspawn"
},
{
"number": 148,
"created_at": "2023-02-02T16:48:55Z",
"last_comment_at": "2023-02-04T02:00:18Z",
"last_comment_author": "aarondill"
},
{
"number": 150,
"created_at": "2023-04-14T10:05:29Z",
"last_comment_at": "2023-04-14T23:23:18Z",
"last_comment_author": "shadowspawn"
},
{
"number": 151,
"created_at": "2023-05-01T21:50:04Z",
"last_comment_at": "2023-05-01T22:02:51Z",
"last_comment_author": "shadowspawn"
},
{
"number": 153,
"created_at": "2024-03-16T23:34:39Z",
"last_comment_at": "2024-03-16T23:44:12Z",
"last_comment_author": "shadowspawn"
},
{
"number": 164,
"created_at": "2025-09-27T06:14:54Z",
"last_comment_at": "2025-09-29T16:12:08Z",
"last_comment_author": "ljharb"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/pkgjs/parseargs",
"host": "github.com",
"name": "parseargs",
"owner": "pkgjs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 52,
"vitality": 28,
"community": 77,
"governance": 63,
"engineering": 58
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 28,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 7,
"inputs": {
"commits_last_year": 1,
"human_commit_share": 0.841,
"days_since_last_push": 360,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 360 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 360
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "1 commits in the last year",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 1
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"releases_count": 14,
"latest_release_tag": "v0.11.0",
"releases_from_tags": false,
"days_since_latest_release": 1381,
"mean_days_between_releases": 21.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "14 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 14
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1381 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1381
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~21.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 21.9
}
}
],
"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": "dormant",
"guards": [],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 3,
"days_since_last_merged_pr": 360,
"days_since_last_human_commit": 360,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 360 days, with nothing left unanswered",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_quiet",
"params": {
"days": 360
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 77,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 49,
"inputs": {
"forks": 12,
"stars": 125,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "125 stars",
"points": 34,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 125
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"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": [
"@pkgjs/parseargs"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 392027535
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "392,027,535 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 392027535,
"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": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 10,
"top_contributor_share": 0.607
},
"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 61% of commits",
"points": 8.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 61
}
}
],
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 75,
"open_issues": 14,
"closed_issues": 57,
"issue_closed_ratio": 0.803,
"closed_unmerged_prs": 16
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "75/91 decided PRs merged",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 75,
"decided": 91
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 23/24 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"followers": 83,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "pkgjs",
"public_repos": 20,
"account_age_days": 2583
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "83 followers of pkgjs",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 83,
"login": "pkgjs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "20 public repos, account ~7 yr old",
"points": 21.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 20
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"@pkgjs/parseargs"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1381
},
"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 1381 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1381
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 29 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 29 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 23/24 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "21 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): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 247 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 247
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 22,
"affected_packages": 14,
"assessed_packages": 247,
"unassessed_packages": 0,
"affected_by_severity": "critical 3, high 7, moderate 3, low 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 247,
"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": 36
},
"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": 43,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.973,
"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": "72 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 72,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"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 88",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 88
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 28967,
"source_files_sampled": 30,
"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/30 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 30,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? 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-22T21:33:56.990675Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/pkgjs/parseargs.svg",
"full_name": "pkgjs/parseargs",
"license_state": "standard",
"license_spdx": "MIT"
}