Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 376,
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/stack-utils",
"languages": {
"JavaScript": 30172
},
"pushed_at": "2023-10-10T17:32:03Z",
"created_at": "2016-01-04T04:10:30Z",
"owner_type": "Organization",
"updated_at": "2026-04-27T03:06:12Z",
"description": "Captures and cleans stack traces.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": null,
"name": "TAP in JavaScript",
"type": "Organization",
"login": "tapjs",
"company": null,
"location": null,
"followers": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/16528145?v=4",
"created_at": "2016-01-03T17:32:41Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 3853
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2021-09-17T16:34:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2016-01-14T07:36:17Z"
}
],
"recent_commits": [
{
"oid": "be2a608a000f35c97679e78d88898d4fc09e0a13",
"body": null,
"is_bot": false,
"headline": "chore: add copyright year to license",
"author_name": "License Year Bot",
"author_login": null,
"committed_at": "2023-10-10T17:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "163108b64564695e90eb560d02bea3b398aee986",
"body": null,
"is_bot": false,
"headline": "remove FUNDING.yml (coming from .github repo now)",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2023-10-10T17:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49817bdb87f5fd4096673933803b0bb1e26d32da",
"body": null,
"is_bot": false,
"headline": "2.0.6",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-11-08T15:39:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6036f534ee83d935e62bfb309bab313592b5b65a",
"body": null,
"is_bot": false,
"headline": "remove appveyor",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-11-08T15:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f533e97f33971b1f909e6c1e4a532ff4224a65f",
"body": null,
"is_bot": false,
"headline": "fix spurious test failure on windows",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-11-08T15:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ff27efa174bb264722294bd40e7333cff72689",
"body": null,
"is_bot": false,
"headline": "update deps to make npm audit happy",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-11-08T15:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e170d31d1614e65f2f6f1e2e19cc2d123e3e123",
"body": "PR-URL: https://github.com/tapjs/stack-utils/pull/71\nCredit: @erights\nClose: #71\nReviewed-by: @ljharb",
"is_bot": false,
"headline": "Review comments: add configurable",
"author_name": "Mark S. Miller",
"author_login": "erights",
"committed_at": "2022-11-08T15:32:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5db5eeefe8a2e8596dcee321a131bd24c2a64ef",
"body": "JavaScript has a misfeature often called the \"override mistake\". In an assignment such as\r\n```js\r\nres.constructor = true;\r\n```\r\nif `res` does not yet have its own `constructor` property, but inherits one that this assignment would override (as is the intention here), but the property that would be o\n[…]\nu can also do so manually via `Object.defineProperty`, as this PR does to repair this issue.\r\n\r\nSee also\r\nhttps://github.com/tapjs/stack-utils/issues/70\r\nhttps://github.com/Agoric/agoric-sdk/pull/6451",
"is_bot": false,
"headline": "Fix to be compat with the JS override mistake",
"author_name": "Mark S. Miller",
"author_login": "erights",
"committed_at": "2022-10-13T23:36:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c84768b931294e76f81483e046c81c55a58c7521",
"body": null,
"is_bot": false,
"headline": "ci: tests and funding",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-02-26T20:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "842844ef031d927c0b8b9d06ff3f973a82484479",
"body": null,
"is_bot": false,
"headline": "chore: add copyright year to license",
"author_name": "License Year Bot",
"author_login": null,
"committed_at": "2022-02-26T20:13:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06a3364ced41940324c0b7f1912ea604522a3dd5",
"body": null,
"is_bot": false,
"headline": "chore: move license to all caps filename",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-02-26T20:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3af96989ff7ff1feaa2bec659ba0dd90eae1815c",
"body": null,
"is_bot": false,
"headline": "ci: makework",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-02-17T17:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aa73a2e14538f889312b959d4605ba2d05c0227",
"body": null,
"is_bot": false,
"headline": "update tap",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2022-02-17T17:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536b9a263ab340a280b613277521b8cdafc46102",
"body": null,
"is_bot": false,
"headline": "2.0.5",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2021-09-17T16:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173f73d3d270d67e9ebad512e85a08c06085ab1f",
"body": null,
"is_bot": false,
"headline": "chore(deps): move source-map-support to devDeps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2021-09-17T16:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec85bbb69c7aafae1398fde7f8a007db4fd1858",
"body": null,
"is_bot": false,
"headline": "2.0.4",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2021-09-14T15:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d86b27f72526423468d333451e61fd7837e8365",
"body": "This fix requires an update to libtap in order to pass its test, but\nlibtap requires this update to work without a process object. Once\neverything is updated, it'll start working properly.",
"is_bot": false,
"headline": "fix: do not break if process goes missing",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2021-09-13T22:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d51cb1f5c3d349fe6454c39c52c949e73a414b5",
"body": null,
"is_bot": false,
"headline": "chore(test): update away from deprecated tap methods",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2021-09-13T22:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d6a2224f883bc89d32c94038328874d4fe8d4d",
"body": null,
"is_bot": false,
"headline": "chore: update deps",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2021-09-13T22:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82097544610b7360e14c496b3eb23aedda53d3d0",
"body": null,
"is_bot": false,
"headline": "2.0.3",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2020-11-13T23:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "369ff28a633a2d1a3bd6029f7d3150e815e174b2",
"body": null,
"is_bot": false,
"headline": "update tap, use npm 7",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2020-11-13T23:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec0a54485c710c472732058fbf960b039b28de51",
"body": "Fixes: https://github.com/tapjs/stack-utils/issues/54\nRefs: https://github.com/nodejs/node/pull/35498\n\nPR-URL: https://github.com/tapjs/stack-utils/pull/55\nCredit: @richardlau\nClose: #55\nReviewed-by: @isaacs",
"is_bot": false,
"headline": "Filter out namespaced internal modules",
"author_name": "Richard Lau",
"author_login": "richardlau",
"committed_at": "2020-11-13T23:09:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3c146e3f157aceebe830e858eb41f1df9387f79",
"body": null,
"is_bot": false,
"headline": "2.0.2",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2020-04-28T15:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3907a9aad988088decdd6902929a464da3ba7fc5",
"body": null,
"is_bot": false,
"headline": "Filter out internals which have no function names (#49)",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2020-04-27T16:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3c7ee2a7d46744c271a36ce3acfd69465f36df5",
"body": null,
"is_bot": false,
"headline": "2.0.1",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2019-12-13T06:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a59514676c73b112abfe9ea0f9387015b3a1433a",
"body": null,
"is_bot": false,
"headline": "remove deprecated 'prepublish' in favor of 'prepublishOnly'",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2019-12-13T06:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27d78e9b237f959e51452459d97ab0b23c5dfc08",
"body": null,
"is_bot": false,
"headline": "2.0.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2019-12-13T06:48:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c922a15fa951c3a6464377d689ae77c986275cb",
"body": null,
"is_bot": false,
"headline": "push to git on prepublish, not post",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2019-12-13T06:48:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d38e771d49bb6f4ca3752267b0e5774cef5829",
"body": "Fixes #12",
"is_bot": false,
"headline": "Add `indent` argument to stackUtils.clean (#47)",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-11T17:38:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0924db40fb1a6283055f88209c8d51521ebf39d0",
"body": null,
"is_bot": false,
"headline": "Remove line from license which was preventing detection. (#46)",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-11T17:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7138dc584a5d1e6e0981f645da8b769c4f3ec47",
"body": null,
"is_bot": false,
"headline": "Ensure ignoredPackages is properly escaped for RegExp",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-11T16:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad6c2dd216e62644bc87501dc759865f94523c66",
"body": null,
"is_bot": false,
"headline": "Remove bound singleton, export StackUtils class only",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-11T16:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "329daae6ef30aa52b39146bbf0b82651ea5b3c2f",
"body": "Fixes #15",
"is_bot": false,
"headline": "Add `ignoredPackages` option, populate `internals` by default.",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-11T16:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d79c4cf62c03cf66a27039a1c8395bc38ec24762",
"body": "This export was only defined after the first call to nodeInternals, just\nremove it.",
"is_bot": false,
"headline": "Remove undocumented `natives` export.",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-10T19:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37651828417136ab412bc864e6fc1717e5487fb3",
"body": null,
"is_bot": false,
"headline": "Modernize code, require node.js 10+",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-10T19:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac45701fcc64c8288d7d8cd0d4cc4c2916c53810",
"body": null,
"is_bot": false,
"headline": "Fix word order in readme.md (#38)",
"author_name": "Patrick Lienau",
"author_login": "rozzzly",
"committed_at": "2019-12-09T19:31:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a41f922cedef99db4272f342669d29007a55033d",
"body": null,
"is_bot": false,
"headline": "Fix typo: typename -> type (#34)",
"author_name": "Dimitri Benin",
"author_login": "BendingBender",
"committed_at": "2019-12-09T19:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67228663ba4073636d863a13699cee9fb248ed7c",
"body": "`process.binding()` is not a public API, and should\r\nnot be used.\r\n\r\nLuckily, Node recently introduced an API that does\r\nexactly what stack-utils needs:\r\nhttps://nodejs.org/api/modules.html#modules_module_builtinmodules\r\n\r\nSo use that instead and keep the old path as a fallback.",
"is_bot": false,
"headline": "Avoid relying on Node’s internals (#35)",
"author_name": "Anna Henningsen",
"author_login": "addaleax",
"committed_at": "2019-12-09T16:53:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4947b093dd8f6554b4ec3b4d3ed30550b4fc0ded",
"body": null,
"is_bot": false,
"headline": "Fix appveyor testing (#43)",
"author_name": "Corey Farrell",
"author_login": "coreyfarrell",
"committed_at": "2019-12-09T08:53:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d238dfac8c39ab85997b90a1e48ca51c096adc0",
"body": null,
"is_bot": false,
"headline": "1.0.2",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2018-11-14T18:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef6c383dd926db4bba334b365a2cf2e2d36c6e87",
"body": null,
"is_bot": false,
"headline": "Support for node v10, drop ci coverage for old nodes",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2018-11-14T18:56:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "459f196b67b01684f6d370ab774944de184a8cfe",
"body": null,
"is_bot": false,
"headline": "use the strictness",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f080bcb2ee9be20520cfb312837d6056011e9094",
"body": null,
"is_bot": false,
"headline": "v1.0.1",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36faf9b7857ac7c3116b7ffc1aa6f20cdfd0de5c",
"body": null,
"is_bot": false,
"headline": "auto-publish on version bump",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fcf3002542483998ee8b5a23de9e64eadb70de9",
"body": null,
"is_bot": false,
"headline": "pass tests on node 0.10",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a75454fd75604743968b7e38b4cb356e32cae6dd",
"body": null,
"is_bot": false,
"headline": "insist on 100% test coverage",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bffb71069d3ba3a87a00d551b6eba3b675c91492",
"body": null,
"is_bot": false,
"headline": "Handle strange function and method names",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:26:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7084dbdce1ec0d87d3e47a1161d243e67798e3c",
"body": null,
"is_bot": false,
"headline": "A test for some strange line parsing situations",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:25:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "254ee65a27786b65ca43bd9ebf1b8a5e238c5bbd",
"body": null,
"is_bot": false,
"headline": "test 2 at() edge cases not already covered",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-04-23T20:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc5acd5afa47ce37f22e5145835af7145aea267",
"body": null,
"is_bot": false,
"headline": "Correctly handle symbol functions",
"author_name": "Mark Wubben",
"author_login": "novemberborn",
"committed_at": "2017-04-16T14:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93ca7c80827ca66f898cf9da622c89ce3c83670a",
"body": null,
"is_bot": false,
"headline": "Add assertion for function names containing spaces",
"author_name": "Mark Wubben",
"author_login": "novemberborn",
"committed_at": "2017-04-16T14:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c564ff2fb3ddc7d8bd94228b92a7318c0f632afa",
"body": null,
"is_bot": false,
"headline": "Restore Travis and AppVeyor",
"author_name": "Mark Wubben",
"author_login": "novemberborn",
"committed_at": "2017-04-16T14:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4abec31adfd0a0c27eda49bea7c2db75f77cd4a",
"body": null,
"is_bot": false,
"headline": "Ensure tests pass in Node.js 0.10",
"author_name": "Mark Wubben",
"author_login": "novemberborn",
"committed_at": "2017-04-16T14:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d0db85cb7f4b1af00facb0c069115e0080817d6",
"body": "Follows https://github.com/tapjs/stack-utils/commit/c735f3cb3ffd44018c7838bf14349fe0b4145140.",
"is_bot": false,
"headline": "Set indent style to spaces (#29)",
"author_name": "Mark Wubben",
"author_login": "novemberborn",
"committed_at": "2017-04-16T14:33:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faa81f19c8fd23cb5c9b13dfd7b26df6be7d7b1e",
"body": null,
"is_bot": false,
"headline": "v1.0.0",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-02-02T06:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c735f3cb3ffd44018c7838bf14349fe0b4145140",
"body": "Removes linting and replaces indentation with spaces, more common in\nNode-land.\n\nUses node-tap for tests because I couldn't figure out how to make the\nava tests pass properly. Upgrades nested-error-stacks to handle changes\nto the Error.prototype.stack property descriptor.\n\nTemporarily turned off appveyor and travis, because the async function\ntest *only* passes in node-master, not in 4 or 6.",
"is_bot": false,
"headline": "Make tests pass on latest Node.js",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-02-02T06:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16bd9393d64be0c382465dd18e6538e1a935dd57",
"body": null,
"is_bot": false,
"headline": "simplify callsite wrapper and documentation",
"author_name": "Ben McCurdy",
"author_login": "bpmccurdy",
"committed_at": "2017-02-02T04:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1994d28f7b8f75635f6c303cef27a252e08ffdbf",
"body": null,
"is_bot": false,
"headline": "Add documentation for wrapCallSite option",
"author_name": "Ben McCurdy",
"author_login": "bpmccurdy",
"committed_at": "2017-02-02T04:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcbcd79d0ea77510a9972f9cdc8cb9bc2ac03a2c",
"body": null,
"is_bot": false,
"headline": "Cleaned up wrapCallSite Test",
"author_name": "Ben McCurdy",
"author_login": "bpmccurdy",
"committed_at": "2017-02-02T04:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "548d68577100154cae0cdff0080e15253c7c85b8",
"body": null,
"is_bot": false,
"headline": "Added support for wrapping CallSite",
"author_name": "Ben McCurdy",
"author_login": "bpmccurdy",
"committed_at": "2017-02-02T04:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c19114b8e4bfa71de0c8bdc2163ed84e16ae5f4",
"body": "Fix #23\nClose #24",
"is_bot": false,
"headline": "Handle parens in paths",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-02-02T04:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50c1ff89c00d9093ffc333f7b45b0a02af4108d5",
"body": "This filters out all internals from the currently running version of\nNode.js by looking at the actual list of native modules in the current\nprocess.\n\nAdds a way to hard-code the list of natives, for testing across\ndifferent versions of Node with different native modules.",
"is_bot": false,
"headline": "Filter out all Node.js internals",
"author_name": "isaacs",
"author_login": "isaacs",
"committed_at": "2017-02-02T04:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7bf375c64c28b42b6c74034ac78b9e2a55dd45",
"body": null,
"is_bot": false,
"headline": "Fix typo: beutified -> beautified (#16)",
"author_name": "Haralan Dobrev",
"author_login": "hkdobrev",
"committed_at": "2016-07-07T22:03:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8701171af041a235bae83a6da4ea516a815bb66a",
"body": null,
"is_bot": false,
"headline": "0.4.0",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-02-05T22:35:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "535146e44a56e7b1d9d7c9b3a86f18df5f90d20c",
"body": "return empty string instead of null if all internals",
"is_bot": false,
"headline": "Merge pull request #13 from SamVerschueren/clean",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-02-05T22:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cbe73fe615bf8d1adc3ec70ab6fdb21b7b33268",
"body": null,
"is_bot": false,
"headline": "return empty string instead of null if all internals",
"author_name": "Sam Verschueren",
"author_login": "SamVerschueren",
"committed_at": "2016-02-05T07:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc2fe4c667ddd9e9f11c633e6ef6397d689016be",
"body": null,
"is_bot": false,
"headline": "0.3.0",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-14T03:54:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe92db304dd8d0a58b30b81df5d8e911a543145b",
"body": "Also swaps `[0-9]` for `\\d` everywhere.\n\nFixes #8.",
"is_bot": false,
"headline": "Add a more complete list of Nodes internal files to `nodeInternals()`",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-14T02:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df98523cffff683d80401b88f6ad9fbce1e37d9b",
"body": "This makes it a little easier to write regular expressions for internals by normalizing the array before applying the filter. This means your regular expression only needs to deal with forward slash separators\n\nFixes #9",
"is_bot": false,
"headline": "Normalize to unix style paths before filtering out \"internals\".",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-14T00:54:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac75d4703abb94b1fbce6ed76c78d6d848397645",
"body": null,
"is_bot": false,
"headline": "Support long stack traces",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-14T00:41:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cfcedf1e6dfdce9ab5dc3a7ba7827ec8ea36126",
"body": null,
"is_bot": false,
"headline": "move repo into tapjs org",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-09T04:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9bed8938c7aad5d4476d5a07088e3acbda15691",
"body": null,
"is_bot": false,
"headline": "simplify setting the filename",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-08T21:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fa2c1f51caaeec57fec4843e8a65a4ed41fd8e",
"body": null,
"is_bot": false,
"headline": "0.2.0",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-07T21:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85faa3aaf214679fca5c273cacc70b2ced0b6c97",
"body": "…lumn numbers",
"is_bot": false,
"headline": "add test for `parseLine` that can not resolve the filename or line/co…",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-07T21:02:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65799353ebea471f0768eba0469d086cf2e83e4c",
"body": null,
"is_bot": false,
"headline": "convert everything to use unix strings",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-07T20:40:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "772ffe6894b42d450e7aef2fd9a379b822993572",
"body": null,
"is_bot": false,
"headline": "0.1.0",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-07T20:24:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf0b370e125e91dcb495966617fc7c204126faba",
"body": "[skip ci]",
"is_bot": false,
"headline": "Update documentation with reverted arguments",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-07T20:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68707fd8c45676d54aa90c2ba03c3b6cbf75e58c",
"body": "This reverts commit 307716fe42d708ff8157e5e7fb5dd7c9af9b44ee.",
"is_bot": false,
"headline": "Revert \"refactor methods to use options objects\"",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-07T20:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "449283327ae7d5a2a1af984902d3e9d0ac4b1b92",
"body": null,
"is_bot": false,
"headline": "documentation tweek",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T20:33:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded7f9eea84c3095ce0b787f8aa385206640924d",
"body": "Fixes #3.",
"is_bot": false,
"headline": "Add proper attribution in license and readme.",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T20:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f5cf779b7103307747b8880b93ba9b47ed03b7a",
"body": null,
"is_bot": false,
"headline": "improve tests / add a few more",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T04:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa72622d05bb461d56319777edf1d49c4f19da9d",
"body": null,
"is_bot": false,
"headline": "documentation",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T04:25:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e1892e18d6b0ab4d916bdc6887b38741e9dba07",
"body": null,
"is_bot": false,
"headline": "add appveyor badge",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T03:43:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e6f8b26746fb42962752adf26b8b503aa6a5fd8",
"body": null,
"is_bot": false,
"headline": "add appveyor config",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T03:38:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307716fe42d708ff8157e5e7fb5dd7c9af9b44ee",
"body": null,
"is_bot": false,
"headline": "refactor methods to use options objects",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-05T03:28:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d147cc28c5aacaf6712ea4cdbf8cccfe3ba79c",
"body": null,
"is_bot": false,
"headline": "0.0.1",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-04T05:15:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "686b91d94d941e6bb5ec4d0f289a5de8c0fdc6f2",
"body": null,
"is_bot": false,
"headline": "add coveralls, documentation intro",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-04T05:03:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd89c4be0d8326aab117398af3bf17c041f87890",
"body": "Eval statements produce a slightly different stack trace that ends up getting parsed differently.",
"is_bot": false,
"headline": "Fix tests for older versions of Node.",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-04T04:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1178e91ec08f55e98e8b6cdfb9e3bb79ee667cc6",
"body": null,
"is_bot": false,
"headline": "fix travis.yml",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-04T04:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "896f9d038a50bde429082fd1f2fafa8c5fa0b516",
"body": null,
"is_bot": false,
"headline": "Travis: Test on node 5 and 4.",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-04T04:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5132ae49f8fd37de2f45d7b57b47767ceb392af2",
"body": null,
"is_bot": false,
"headline": "add lots of tests",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-04T04:10:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474777da6fa0f5282fd1b3e3ee8b22af8eee9da3",
"body": null,
"is_bot": false,
"headline": "100% test coverage on clean method.",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-03T23:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81caa295d0651ef399c3798887fd1beb757e9544",
"body": null,
"is_bot": false,
"headline": "add nyc coverage",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-03T23:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a57c89319e8f7ad6f9faf555f6c99a2f8cafcd9",
"body": null,
"is_bot": false,
"headline": "init commit - pull `lib/stack.js` out from `node-tap`.",
"author_name": "James Talmage",
"author_login": "jamestalmage",
"committed_at": "2016-01-03T23:16:14Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 2,
"commits_last_year": 0,
"latest_release_at": "2021-09-17T16:34:10Z",
"latest_release_tag": "v2.0.5",
"releases_from_tags": false,
"days_since_last_push": 1016,
"active_weeks_last_year": 0,
"days_since_latest_release": 1769,
"mean_days_between_releases": 2073.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "stack-utils",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/stack-utils",
"is_deprecated": false,
"latest_version": "2.0.6",
"repository_url": "https://github.com/tapjs/stack-utils",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 208754517,
"first_published_at": "2016-01-04T05:15:37.432000Z",
"latest_published_at": "2022-11-08T15:39:54.449000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1352
}
]
},
"popularity": {
"forks": 32,
"stars": 197,
"watchers": 2,
"fork_history": {
"days": [
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-26",
"count": 1
},
{
"date": "2016-02-05",
"count": 1
},
{
"date": "2016-10-10",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2018-11-10",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-12-02",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
}
],
"complete": true,
"collected": 32,
"total_forks": 32
},
"star_history": null,
"open_issues_and_prs": 17
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 13625,
"source_files_sampled": 16,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:stack-utils@2.0.6",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "escape-string-regexp",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "escape-string-regexp",
"direct": true,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": true,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.17.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.20.1",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.17.8",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.20.2",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.17.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.20.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-annotate-as-pure",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.17.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.20.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-environment-visitor",
"direct": false,
"version": "7.18.9",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-function-name",
"direct": false,
"version": "7.19.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-get-function-arity",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-hoist-variables",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.17.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.20.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-simple-access",
"direct": false,
"version": "7.17.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-simple-access",
"direct": false,
"version": "7.20.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-split-export-declaration",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.19.4",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.19.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.17.8",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.20.1",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.16.10",
"ecosystem": "npm"
},
{
"name": "@babel/highlight",
"direct": false,
"version": "7.18.6",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.17.8",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.20.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-object-rest-spread",
"direct": false,
"version": "7.17.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-object-rest-spread",
"direct": false,
"version": "7.8.3",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-destructuring",
"direct": false,
"version": "7.17.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-parameters",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx",
"direct": false,
"version": "7.17.3",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.16.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.18.10",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.17.3",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.20.1",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.17.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.20.2",
"ecosystem": "npm"
},
{
"name": "@isaacs/import-jsx",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/load-nyc-config",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/set-array",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.11",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.4.14",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.17",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "@types/prop-types",
"direct": false,
"version": "15.7.4",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "17.0.41",
"ecosystem": "npm"
},
{
"name": "@types/scheduler",
"direct": false,
"version": "0.16.2",
"ecosystem": "npm"
},
{
"name": "@types/yoga-layout",
"direct": false,
"version": "1.9.2",
"ecosystem": "npm"
},
{
"name": "aggregate-error",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ansi-escapes",
"direct": false,
"version": "4.3.2",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "2.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": "ansicolors",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "append-transform",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "archy",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "asn1",
"direct": false,
"version": "0.2.6",
"ecosystem": "npm"
},
{
"name": "assert-plus",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "astral-regex",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "async-hook-domain",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "asynckit",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "auto-bind",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "aws-sign2",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "aws4",
"direct": false,
"version": "1.11.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "bcrypt-pbkdf",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "bind-obj-methods",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "bluebird",
"direct": false,
"version": "3.7.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.20.2",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.21.4",
"ecosystem": "npm"
},
{
"name": "buffer-from",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "caching-transform",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "caller-callsite",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "caller-path",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "camelcase",
"direct": false,
"version": "5.3.1",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001319",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001431",
"ecosystem": "npm"
},
{
"name": "cardinal",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "caseless",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.5.3",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "clean-stack",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "cli-boxes",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "cli-cursor",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "cli-truncate",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "7.0.4",
"ecosystem": "npm"
},
{
"name": "code-excerpt",
"direct": false,
"version": "3.0.0",
"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": "color-support",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "combined-stream",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "commondir",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.8.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "convert-to-spaces",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "coveralls",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.0.11",
"ecosystem": "npm"
},
{
"name": "dashdash",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.3.4",
"ecosystem": "npm"
},
{
"name": "decamelize",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "default-require-extensions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "delayed-stream",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "ecc-jsbn",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.284",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.4.89",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "es6-error",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "events-to-array",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "extend",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "extsprintf",
"direct": false,
"version": "1.3.0",
"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": "fill-range",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "find-cache-dir",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "findit",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "forever-agent",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "form-data",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "fromentries",
"direct": false,
"version": "1.3.2",
"ecosystem": "npm"
},
{
"name": "fs-exists-cached",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "function-loop",
"direct": false,
"version": "2.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-package-type",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "getpass",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "11.12.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.10",
"ecosystem": "npm"
},
{
"name": "har-schema",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "har-validator",
"direct": false,
"version": "5.1.5",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "hasha",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "http-signature",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ink",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-ci",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-typedarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isstream",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-hook",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-instrument",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-processinfo",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-source-maps",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "jsbn",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "2.5.2",
"ecosystem": "npm"
},
{
"name": "json-schema",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stringify-safe",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "jsprim",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "lcov-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "libtap",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "lodash.flattendeep",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "log-driver",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "mime-db",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "mime-types",
"direct": false,
"version": "2.1.35",
"ecosystem": "npm"
},
{
"name": "mimic-fn",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "3.1.6",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "3.3.4",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "nested-error-stacks",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "node-preload",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "nyc",
"direct": false,
"version": "15.1.0",
"ecosystem": "npm"
},
{
"name": "oauth-sign",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onetime",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "opener",
"direct": false,
"version": "1.5.2",
"ecosystem": "npm"
},
{
"name": "own-or",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "own-or-env",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-hash",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "patch-console",
"direct": false,
"version": "1.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": "performance-now",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "pkg-dir",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "process-on-spawn",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "psl",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "q",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.5.3",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "17.0.2",
"ecosystem": "npm"
},
{
"name": "react-devtools-core",
"direct": false,
"version": "4.24.1",
"ecosystem": "npm"
},
{
"name": "react-reconciler",
"direct": false,
"version": "0.26.2",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "redeyed",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "release-zalgo",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "request",
"direct": false,
"version": "2.88.2",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-main-filename",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "restore-cursor",
"direct": false,
"version": "3.1.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": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.20.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "set-blocking",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "shell-quote",
"direct": false,
"version": "1.7.3",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "slice-ansi",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.6.1",
"ecosystem": "npm"
},
{
"name": "source-map-support",
"direct": false,
"version": "0.5.21",
"ecosystem": "npm"
},
{
"name": "spawn-wrap",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "sshpk",
"direct": false,
"version": "1.17.0",
"ecosystem": "npm"
},
{
"name": "stack-utils",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "tap",
"direct": false,
"version": "16.3.0",
"ecosystem": "npm"
},
{
"name": "tap-mocha-reporter",
"direct": false,
"version": "5.0.3",
"ecosystem": "npm"
},
{
"name": "tap-parser",
"direct": false,
"version": "11.0.1",
"ecosystem": "npm"
},
{
"name": "tap-yaml",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tcompare",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "to-fast-properties",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "treport",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "trivial-deferred",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "tunnel-agent",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "tweetnacl",
"direct": false,
"version": "0.14.5",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.21.3",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "0.8.1",
"ecosystem": "npm"
},
{
"name": "typedarray-to-buffer",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "unicode-length",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "unicode-length",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "3.4.0",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "8.3.2",
"ecosystem": "npm"
},
{
"name": "verror",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which-module",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "widest-line",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "6.2.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "write-file-atomic",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "7.5.7",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "15.4.1",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "18.1.3",
"ecosystem": "npm"
},
{
"name": "yoga-layout-prebuilt",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 339,
"direct_count": 2,
"indirect_count": 337
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 19,
"open_issues": 12,
"closed_ratio": 0.586,
"closed_issues": 17,
"closed_unmerged_prs": 22
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "isaacs",
"commits": 36,
"avatar_url": "https://avatars.githubusercontent.com/u/9287?v=4"
},
{
"type": "User",
"login": "jamestalmage",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/4082216?v=4"
},
{
"type": "User",
"login": "coreyfarrell",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/903597?v=4"
},
{
"type": "User",
"login": "novemberborn",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/33538?v=4"
},
{
"type": "User",
"login": "bpmccurdy",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1234766?v=4"
},
{
"type": "User",
"login": "erights",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/273868?v=4"
},
{
"type": "User",
"login": "addaleax",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/899444?v=4"
},
{
"type": "User",
"login": "BendingBender",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/4807083?v=4"
},
{
"type": "User",
"login": "hkdobrev",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/506129?v=4"
},
{
"type": "User",
"login": "rozzzly",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/2515134?v=4"
}
],
"contributors_sampled": 12,
"top_contributor_share": 0.391
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"isaacs-makework.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 3 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": 0,
"reason": "Found 1/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": "34 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "be2a608a000f35c97679e78d88898d4fc09e0a13",
"ran_at": "2026-07-22T22:51:21Z",
"aggregate_score": 3,
"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": null,
"oldest_open_prs": [
{
"number": 52,
"created_at": "2020-09-15T11:17:19Z",
"last_comment_at": "2022-12-17T10:50:27Z",
"last_comment_author": "stianjensen"
},
{
"number": 64,
"created_at": "2021-11-13T00:27:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2022-12-04T11:03:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2023-01-09T13:59:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2024-12-10T18:07:31Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2020-04-27T16:57:03Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 32,
"created_at": "2017-04-28T06:06:16Z",
"last_comment_at": "2021-11-01T21:23:21Z",
"last_comment_author": "conartist6"
},
{
"number": 37,
"created_at": "2018-06-05T21:17:20Z",
"last_comment_at": "2021-11-01T21:23:13Z",
"last_comment_author": "conartist6"
},
{
"number": 41,
"created_at": "2019-07-09T20:35:58Z",
"last_comment_at": "2021-11-01T21:28:43Z",
"last_comment_author": "conartist6"
},
{
"number": 53,
"created_at": "2020-10-12T23:23:28Z",
"last_comment_at": "2021-11-01T21:22:50Z",
"last_comment_author": "conartist6"
},
{
"number": 59,
"created_at": "2021-02-19T14:03:37Z",
"last_comment_at": "2021-11-01T21:13:40Z",
"last_comment_author": "conartist6"
},
{
"number": 60,
"created_at": "2021-05-20T07:55:29Z",
"last_comment_at": "2022-12-04T11:26:08Z",
"last_comment_author": "mshima"
},
{
"number": 61,
"created_at": "2021-10-07T19:38:27Z",
"last_comment_at": "2021-11-03T16:29:53Z",
"last_comment_author": "conartist6"
},
{
"number": 63,
"created_at": "2021-11-02T08:02:36Z",
"last_comment_at": "2021-11-09T19:54:45Z",
"last_comment_author": "conartist6"
},
{
"number": 65,
"created_at": "2021-11-16T10:07:04Z",
"last_comment_at": "2024-05-30T03:05:21Z",
"last_comment_author": "imtomq"
},
{
"number": 66,
"created_at": "2021-11-19T01:45:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2022-09-28T21:07:19Z",
"last_comment_at": "2022-10-13T23:37:48Z",
"last_comment_author": "erights"
},
{
"number": 75,
"created_at": "2026-04-14T16:07:53Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/tapjs/stack-utils",
"host": "github.com",
"name": "stack-utils",
"owner": "tapjs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 30,
"inputs": {
"security": 44,
"vitality": 15,
"community": 75,
"governance": 60,
"engineering": 58,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 50,
"overall_after_abandonment_multiplier": 30
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1016,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1016 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1016
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"releases_count": 2,
"latest_release_tag": "v2.0.5",
"releases_from_tags": false,
"days_since_latest_release": 1769,
"mean_days_between_releases": 2073.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "2 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 2
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1769 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1769
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2073.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2073.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [
"dependencies_clean"
],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 5,
"unanswered_open_issues": 10,
"days_since_last_merged_pr": 2277,
"days_since_last_human_commit": 1016,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1016 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1016,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 75,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 32,
"stars": 197,
"watchers": 2,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "197 stars",
"points": 37.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 197
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "32 forks",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 32
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "2 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 2
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 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": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"stack-utils"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 208754517
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "208,754,517 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 208754517,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 12,
"top_contributor_share": 0.391
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "12 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 12
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 45,
"inputs": {
"merged_prs": 19,
"open_issues": 12,
"closed_issues": 17,
"issue_closed_ratio": 0.586,
"closed_unmerged_prs": 22
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "59% of issues closed",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 59
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "19/41 decided PRs merged",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 19,
"decided": 41
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 53,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "tapjs",
"public_repos": 39,
"account_age_days": 3853
},
"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": "53 followers of tapjs",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 53,
"login": "tapjs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~10 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"stack-utils"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1352
},
"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 1352 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1352
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 58,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 3 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://www.npmjs.com/package/stack-utils",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://www.npmjs.com/package/stack-utils",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 3 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 1/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "34 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:stack-utils@2.0.6 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:stack-utils@2.0.6",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 12
},
"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": 30,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.287,
"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": "27 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 15.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 27,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"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": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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 94",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 94
}
}
],
"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": 13625,
"source_files_sampled": 16,
"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/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T22:51:33.774285Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/tapjs/stack-utils.svg",
"full_name": "tapjs/stack-utils",
"license_state": "standard",
"license_spdx": "MIT"
}