Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"prompt",
"prompts",
"cli",
"command-line",
"nodejs",
"interface",
"choice",
"prompter"
],
"is_fork": false,
"size_kb": 8703,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 80810,
"TypeScript": 3646
},
"pushed_at": "2025-05-14T16:42:36Z",
"created_at": "2018-02-24T10:11:47Z",
"owner_type": "User",
"updated_at": "2026-07-22T18:49:03Z",
"description": "❯ Lightweight, beautiful and user-friendly interactive prompts",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "https://terkel.com",
"name": "Terkel",
"type": "User",
"login": "terkelg",
"company": null,
"location": "Brooklyn, NY",
"followers": 2041,
"avatar_url": "https://avatars.githubusercontent.com/u/2302254?v=4",
"created_at": "2012-09-07T20:12:02Z",
"is_verified": null,
"public_repos": 53,
"account_age_days": 5066
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.4.2",
"kind": "patch",
"published_at": "2021-10-07T21:26:33Z"
},
{
"tag": "v2.4.1",
"kind": "patch",
"published_at": "2021-04-01T01:31:38Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2020-11-08T21:05:57Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2020-02-14T21:25:30Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2019-11-10T18:43:26Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2019-08-05T08:22:56Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2019-05-21T23:38:59Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2019-03-16T16:06:54Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2019-02-16T17:49:51Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2018-12-06T19:04:49Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2018-11-15T23:10:24Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2018-10-29T18:07:30Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2018-09-19T16:25:29Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2018-09-09T16:22:41Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2018-08-27T08:13:58Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2018-08-04T14:11:01Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2018-03-13T02:56:18Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2018-03-11T22:31:55Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2018-03-09T09:52:36Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2018-03-07T05:52:29Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2018-02-28T04:04:37Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2018-02-27T07:13:51Z"
}
],
"recent_commits": [
{
"oid": "58771d2911fc2a9c3751a0143ed66cf4321c8514",
"body": null,
"is_bot": false,
"headline": "Fix typo in the introduction example. (#431)",
"author_name": "Amir Momenian",
"author_login": "nainemom",
"committed_at": "2025-05-14T16:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714625faab17018f4ea68d58b4ca3cba6c600811",
"body": null,
"is_bot": false,
"headline": "fix: publish types (#396)",
"author_name": "Eduardo San Martin Morote",
"author_login": "posva",
"committed_at": "2025-04-06T22:40:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51cdcfa7b82e024d9679cc151b50c3ad952e0963",
"body": "…essing up or down arrows (#430)\n\n* fix(number): now 'number' prompt type never renders '-inifinity' when pressing up or down arrows\n\n* fix(#338): now 'number' prompt type never renders '-Infinity' when pressing up or down arrows\n\n---------\n\nCo-authored-by: Nicolas <nicolas.condomitti@lightingsoft.com>",
"is_bot": false,
"headline": "fix(#338): now 'number' prompt type never renders '-Infinity' when pr…",
"author_name": "Dan",
"author_login": "DanielC-N",
"committed_at": "2025-04-06T22:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0519913ec4fcc6746bb3d97d8cd0960c3f3ffde",
"body": null,
"is_bot": false,
"headline": "chore: add licenses badge (#411)",
"author_name": "Luke Edwards",
"author_login": "lukeed",
"committed_at": "2024-01-23T20:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "735603af7c7990ac9efcfba6146967a7dbb15f50",
"body": "This reverts commit 1a4ac9ba110dba2989f386e8f686ad4df7dfcaea.",
"is_bot": false,
"headline": "Revert \"Fix \"validate\" vs \"validator\" name issue in docs (#407)\" (#408)",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2023-12-04T15:42:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a4ac9ba110dba2989f386e8f686ad4df7dfcaea",
"body": null,
"is_bot": false,
"headline": "Fix \"validate\" vs \"validator\" name issue in docs (#407)",
"author_name": "Wyatt Greenway",
"author_login": "th317erd",
"committed_at": "2023-12-04T15:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c167091b852ed68bd7fa77c71fc50022200f61d",
"body": "* Remove support for EOL Node versions <14\r\n\r\n* Add GitHub Actions test workflow, remove Travis CI references\r\n\r\n* Upgrade tap-spec to prevent throwing exit code on npm test",
"is_bot": false,
"headline": "Remove support for EOL Node versions <14 (#376)",
"author_name": "Joey Kilpatrick",
"author_login": "joeykilpatrick",
"committed_at": "2022-12-27T09:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cbdffcea761ae1405ed8f1bf08ba1b5a1026d20",
"body": "* Migrate type definitions from DefinitelyTyped\r\n\r\nCo-authored-by: Berkay GURSOY <berkaygursoy@gmail.com>\r\nCo-authored-by: Daniel Perez Alvarez <unindented@gmail.com>\r\nCo-authored-by: Kamontat Chantrachirathumrong <developer@kamontat.net>\r\nCo-authored-by: theweirdone <theweirdone@gmail.com>\r\nCo-auth\n[…]\nheweirdone <theweirdone@gmail.com>\r\nCo-authored-by: whoaa512 <whoaa512@gmail.com>\r\nCo-authored-by: John Reilly <johnny_reilly@hotmail.com>\r\nCo-authored-by: Christopher Hiller <boneskull@boneskull.com>",
"is_bot": false,
"headline": "Migrate type definitions from DefinitelyTyped (#378)",
"author_name": "Joey Kilpatrick",
"author_login": "joeykilpatrick",
"committed_at": "2022-12-21T19:44:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0c1777ae86d04e46cb42eb3af69ca74ae5d79e2",
"body": "Should be a safe upgrade (v6 compat was restored with 4.0.1)",
"is_bot": false,
"headline": "Update kleur (#263)",
"author_name": "Andreas Lubbe",
"author_login": "alubbe",
"committed_at": "2021-11-26T16:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb8afcd851d76deb0ad0cdb4eb8f806cbe9fa3cf",
"body": null,
"is_bot": false,
"headline": "AutocompleteMultiselect Added ArrowIndicator (#323)",
"author_name": "Vasilii Artemchuk",
"author_login": "vsn4ik",
"committed_at": "2021-11-26T16:22:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66ccf0bda0e1aa18d9efcf128018dfbad4f7ca0e",
"body": null,
"is_bot": false,
"headline": "2.4.2",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2021-10-07T21:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ee10619be2f2ddbfdb355161e76d350b0f5d23e",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2021-10-07T21:23:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf39500712255e9a914a8f90574c11491d1f9cb1",
"body": "Fix potential ReDoS",
"is_bot": false,
"headline": "[Security] Fix ReDoS (#333)",
"author_name": "ready-research",
"author_login": "ready-research",
"committed_at": "2021-10-07T13:04:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22fe104947687f9916f2dac53e658965b325870f",
"body": null,
"is_bot": false,
"headline": "2.4.1",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2021-04-01T01:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771ff1d0f246774ebf9423804a8a2d825dbe23ed",
"body": null,
"is_bot": false,
"headline": "fix(text-input): make cursor reflect current position (#300)",
"author_name": "Krishna Acondy",
"author_login": "krishna-acondy",
"committed_at": "2021-04-01T01:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e11c768916a8557257e0e4398e2a69bd17a83b3",
"body": null,
"is_bot": false,
"headline": "Added gh size action (#286)",
"author_name": "Evan Bacon",
"author_login": "EvanBacon",
"committed_at": "2020-12-03T09:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972fbb2d43c7b1ee5058800f441daaf51f2c240f",
"body": null,
"is_bot": false,
"headline": "2.4.0",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-10-26T13:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4373085c59083794de0ded4219eef4cd31bfd53",
"body": null,
"is_bot": false,
"headline": "Update sisteransi",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-10-26T13:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ab83456a3fe1d62d48f7cb3643c0f10abd0791",
"body": null,
"is_bot": false,
"headline": "handle escape as exit + clearFirst featue for autocomplete (#280)",
"author_name": "ui3o",
"author_login": "ui3o",
"committed_at": "2020-10-26T12:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9628ebe24a1e6ead015485921d0fc96e9cb88295",
"body": "* Fix(select, multiselect) duplicate output when stdout is redirected (fixes #274)\r\n\r\n* Remove process.stdout from util functions internals",
"is_bot": false,
"headline": "Fixes #274: remove internal use of process.stdout (#275)",
"author_name": "Aumy",
"author_login": "AumyF",
"committed_at": "2020-10-06T20:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90d11805e796410a2a54ccd150efcf457692be2",
"body": "fix #265",
"is_bot": false,
"headline": "fix(inject): treat undefined in inject as initial value (#266)",
"author_name": "Raz Luvaton",
"author_login": "rluvaton",
"committed_at": "2020-09-13T14:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe3c014dce720941f2baf3d99e93c2dfc5708d7",
"body": null,
"is_bot": false,
"headline": "Loop cursor on all select-style prompts (#270)",
"author_name": "Garth Poitras",
"author_login": "gpoitch",
"committed_at": "2020-09-08T14:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c51699d8cbad8ff31eb8ec7233b213722344bef",
"body": "Fixed HTML, since the sub was not closing and the br was `</br>` instead of the expected `<br />`",
"is_bot": false,
"headline": "Fixed HTML (#272)",
"author_name": "Francisco Presencia",
"author_login": "franciscop",
"committed_at": "2020-09-08T14:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be513e21055e32c61b61b3448eae005b2510e957",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.\r\n- [Release notes](https://github.com/lodash/lodash/releases)\r\n- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\n\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Bump lodash from 4.17.15 to 4.17.19 (#268)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-07-16T01:44:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d776bb8f82c6ac2d62e318f6f0376859d550337",
"body": null,
"is_bot": false,
"headline": "Fixes #257: Add stdin and stdout to the docs (#258)",
"author_name": "Dan Rumney",
"author_login": "dancrumb",
"committed_at": "2020-04-29T01:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1dd6b1b8a988b7298fc442e3032ada068987aa1",
"body": null,
"is_bot": false,
"headline": "Update sisteransi",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-03-18T13:01:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "603e823ad9fd8acbbcbddd39633f27d495628f3c",
"body": null,
"is_bot": false,
"headline": "2.3.2",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-03-18T12:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42301442e5c48eec3a6bc6296cd63f55d452f9a7",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-03-18T12:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3ea77df6cb65db5f029c91d95014fcf1b91205a",
"body": null,
"is_bot": false,
"headline": "autocomplete: fix bold symbols (#255)",
"author_name": "Julian Gruber",
"author_login": "juliangruber",
"committed_at": "2020-03-02T21:48:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71e151270b3cfdc2efb24bb4492ee5c30d046a5f",
"body": null,
"is_bot": false,
"headline": "Update funding.yml",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2020-02-21T18:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed765bc6479b3e88df51262f95829a8502ea771c",
"body": null,
"is_bot": false,
"headline": "Create funding.yml",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2020-02-21T18:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2047fcd61ce28f91ce12510e53ed9ec334e94523",
"body": null,
"is_bot": false,
"headline": "2.3.1",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-02-14T21:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "860b71e101f292d7e9bf4f910646cac92fcd388a",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2020-02-14T18:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5b47897c14f22a35ce68c57f11e9b6bb798dbb5",
"body": "* Update sisteransi to 1.0.4\r\n\r\n* Use sisteransi lines function to clear lines\r\n\r\nFixes https://github.com/terkelg/prompts/issues/175",
"is_bot": false,
"headline": "Fix \"Multiselect repeated in terminal\" (#253)",
"author_name": "Jaime Martínez Rincón",
"author_login": "jamezrin",
"committed_at": "2020-02-14T18:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b14789efa2cb37e76955f4888d08ac89a477565",
"body": null,
"is_bot": false,
"headline": "fix #245: home prints `undefined` (#247)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2020-01-20T16:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07981e4f7b3b5fddc6c92e121e1546d9ffd31e46",
"body": null,
"is_bot": false,
"headline": "2.3.0",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-11-10T18:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "540b005331984bd4e36039231beb6fc1beaf149b",
"body": null,
"is_bot": false,
"headline": "Update example",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-11-10T18:40:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74abb96d25dbe3671972b7a7f1ca4312cb9957d9",
"body": "* Remove multi-pages on autocomplete, instead scroll down/up\r\n\r\n* hide cursor, remove TODO about pages, other nits\r\n\r\n* updated autocomplete example to show a custom filter",
"is_bot": false,
"headline": "Remove multi-pages on autocomplete, instead scroll down/up (#230)",
"author_name": "Bernie Bernstein",
"author_login": "bbernstein",
"committed_at": "2019-11-07T00:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae22e30266af1d764b1b1e52631daf92e3492725",
"body": null,
"is_bot": false,
"headline": "This fixes #198 (#221)",
"author_name": "vaffonso",
"author_login": "vaffonso",
"committed_at": "2019-11-06T01:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d2c37a0009e3235b2e88a7d5cdbb114ac271b2",
"body": "* Add `maxVisible` option for select prompts\r\n\r\n* Add reusable `entriesToDisplay` utility method\r\n\r\n* Use `entriesToDisplay` in both select and multiselect",
"is_bot": false,
"headline": "Add `maxVisible` option for select prompts (#225)",
"author_name": "Elliot Nelson",
"author_login": "elliot-nelson",
"committed_at": "2019-11-06T01:33:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb4010a4719394e57d2c43851be50596f65a07dd",
"body": null,
"is_bot": false,
"headline": "Clean up example file a bit",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-11-03T14:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3825cb0b3a8c50553bad6128dc5b6864f1e3891f",
"body": null,
"is_bot": false,
"headline": "Hiding page number when only single page is there (#210)",
"author_name": "Saurabh Daware",
"author_login": "saurabhdaware",
"committed_at": "2019-11-03T14:15:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a22df6e2eed98263c34e19570659dd3509d0f9cf",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2019-11-02T22:57:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c72be302483ca2de816af24f803558c98bcef00",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2019-11-02T22:55:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239d71fc2fb1f4ae10d6d67072765eaa250c4e72",
"body": null,
"is_bot": false,
"headline": "Add table of contents for the prompt types (#222)",
"author_name": "C.J. Winslow",
"author_login": "Whoaa512",
"committed_at": "2019-10-28T14:16:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ea852ce132ac788d9871bc2c1255cfed3ba96a5",
"body": null,
"is_bot": false,
"headline": "fixed small error (#1) (#223)",
"author_name": "0xflotus",
"author_login": "0xflotus",
"committed_at": "2019-10-28T14:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ee9e12f12da8d240a24701a8df6ec8df3d243fd",
"body": "Fix Number Type can get pass minimum by deleting #203",
"is_bot": false,
"headline": "Fix #203 (#204)",
"author_name": "Raz Luvaton",
"author_login": "rluvaton",
"committed_at": "2019-10-21T15:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "051de072a8534b1ca765368afc17fd0b75212216",
"body": "Fix the edge case when the value is empty #201",
"is_bot": false,
"headline": "Fix number type ignore minimum #201 (#202)",
"author_name": "Raz Luvaton",
"author_login": "rluvaton",
"committed_at": "2019-10-21T15:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cc11182f008b481fa9772ce786e7c2bce1d0650",
"body": null,
"is_bot": false,
"headline": "opts.out changed to opts.stdout (#209)",
"author_name": "Saurabh Daware",
"author_login": "saurabhdaware",
"committed_at": "2019-10-21T15:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfba3aae800af4898533bd98d93e98798e84b6ab",
"body": "This reverts commit 37523eeef44f4c13abaa6cb7fcfa4932ce0de09a.",
"is_bot": false,
"headline": "Revert \"Add validate function to autocomplete (#214)\" (#218)",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2019-10-21T15:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37523eeef44f4c13abaa6cb7fcfa4932ce0de09a",
"body": null,
"is_bot": false,
"headline": "Add validate function to autocomplete (#214)",
"author_name": "Davisson Medeiros",
"author_login": "dvsmedeiros",
"committed_at": "2019-10-21T15:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055d8d687da7073d9d3aa8afc9280525c97376f3",
"body": null,
"is_bot": false,
"headline": "fix autocompleteMultiselect instructions bug (#216)",
"author_name": "Hoon Oh",
"author_login": "hoonoh",
"committed_at": "2019-10-21T15:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8fe7153e29219a00d8861eb65ded62b002c896",
"body": null,
"is_bot": false,
"headline": "Evaluate type before other options and skip if falsy (#217)",
"author_name": "Daniel Gibbs",
"author_login": "DanielGibbsNZ",
"committed_at": "2019-10-21T14:59:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62314e78a9180aea9d023fe6ea6f6f1e63dd57c3",
"body": null,
"is_bot": false,
"headline": "docs: Match onSubmit signature from description (#195)",
"author_name": "Benny Neugebauer",
"author_login": "bennycode",
"committed_at": "2019-09-04T01:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f3944345d9d442efc737be0e8d9273885a6867",
"body": "* feat(multiselect): Add `optionsPerPage` option\r\n\r\n* feat(readme): Add `optionsPerPage` option",
"is_bot": false,
"headline": "Added an option to change the number of items displayed (#189)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-08-19T17:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "377ae41a2d84eff3c5956936c2457c0e3602a4bc",
"body": "* fix(select): Fix falsy return value\r\n\r\n* fix(multiselect): Fix falsy return values",
"is_bot": false,
"headline": "Fix (multi)select falsy values (Fixes #187) (#188)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-08-19T17:47:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "201f5eba463501d9271c6bd3254ab0cc0a94132a",
"body": null,
"is_bot": false,
"headline": "2.2.1",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-08-05T08:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b9d7d07292fcab8047eddb50e56a9d029f907e",
"body": null,
"is_bot": false,
"headline": "fix lock file",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-08-05T08:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7ffd5b218e62a66620fb360bb78acceb3fac3bd",
"body": null,
"is_bot": false,
"headline": "2.2.0",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-08-05T08:22:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daf2c2502a6c0d28412560d5124c6c91be7e7431",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-08-05T08:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58bb96ba8706091f973766bdfc03dcf25a25bfa",
"body": null,
"is_bot": false,
"headline": "Added description option to choices (Fixes #165) (#170)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-08-01T08:52:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa66781b47627aed54adb2c69fd3b89f90d4025c",
"body": null,
"is_bot": false,
"headline": "press 'a' to toggle all in multiselect (#166)",
"author_name": "Tim Seckinger",
"author_login": "jeysal",
"committed_at": "2019-07-15T16:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9c79db0f1f6a957d6c60ce5de9e5058c0c05cc0",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.\r\n- [Release notes](https://github.com/lodash/lodash/releases)\r\n- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump lodash from 4.17.11 to 4.17.14 (#183)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2019-07-11T14:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16da26a65e556e7660e4899762f3e5da50e84599",
"body": null,
"is_bot": false,
"headline": "Update lock file",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-07-05T17:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1c4ab934ae6bb5a5017d09af8d6fa4935b7937",
"body": "* fix(select): duplicate when text > 1 line\r\n\r\n* fix(confirm): duplicate when text > 1 line\r\n\r\n* fix(date): duplicate when text > 1 line + simplified TextPrompt.render()\r\n\r\n* fix(toggle): duplicate when text > 1 line\r\n\r\n* fix(number): duplicate when text > 1 line\r\n\r\n* fix(autocomplete): duplicate wh\n[…]\nction + export lines function\r\n\r\n* fix(date): Formatting\r\n\r\n* fix(prompt): formatting\r\n\r\n* Updated sisteransi + removed util/ansi.js\r\n\r\n* fix(dependency): anticipate next version of sisteransi (1.0.2)",
"is_bot": false,
"headline": "Fix duplicate output when more than 1 line (fixes #153) (#168)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-07-05T17:49:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a831cf9f154d878a1e57cf27ee024f2915aff07",
"body": "* Render instructions if option was not set\r\n\r\n* Add leading new line",
"is_bot": false,
"headline": "fix instructions (#177)",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-06-30T22:01:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7b7cf6997a30461d367f03c94c2ab3d625ff877",
"body": "* Add options instructions to display or not instructions text (default: false)\r\n\r\n* Update instructions in multiselect (string or boolean)\r\n\r\n* Update readme",
"is_bot": false,
"headline": "instructions options to display instructions text on multiselect (#174)",
"author_name": "Steven W",
"author_login": "wilmouths",
"committed_at": "2019-06-30T21:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ab2b236cb770b4e78a604cc1682dbc1689bda59",
"body": "Correct `fallback` type to `string`",
"is_bot": false,
"headline": "Update readme.md (#176)",
"author_name": "vivaxy",
"author_login": "vivaxy",
"committed_at": "2019-06-30T15:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22205d6b9f78e2cadf8c6e2d22c7d92edd2ea423",
"body": "Fixes #145",
"is_bot": false,
"headline": "fix(actions): ALT+<key> prints undefined (#164)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-06-23T16:40:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f60116b64883cf27dfa78ac513b2ad908b78d7b5",
"body": "feat(actions): moving with J and K on select mode",
"is_bot": false,
"headline": "Merge pull request #161 from WittBulter/vim-mode",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-05-27T21:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf667720bd7d7eb90247a7e6c61f228e62ed252c",
"body": "fix: optimize select var\n\nstyle: optimize code style",
"is_bot": false,
"headline": "feat(actions): moving with J and K on select mode",
"author_name": "WittBulter",
"author_login": "WittBulter",
"committed_at": "2019-05-25T08:40:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "482874231f6a19b65f21dac30e229385b31757bb",
"body": null,
"is_bot": false,
"headline": "2.1.0",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-05-21T23:32:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4691d789392da6446c257aa9d46ef1e78425913",
"body": "Co-authored-by: lukeed <luke.edwards05@gmail.com>",
"is_bot": false,
"headline": "fix: fallback to transpiled code on Node.js version <8.6.0 (#160)",
"author_name": "Michal Piechowiak",
"author_login": "pieh",
"committed_at": "2019-05-21T14:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91be062df45517046d53cdbede16992ff1d19ad0",
"body": null,
"is_bot": false,
"headline": "feat: autocomplete multiselect (#157)",
"author_name": "Majd Murad",
"author_login": "creatyvtype",
"committed_at": "2019-05-12T14:07:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496f58d4fecaf67f34685af932980b1907eda642",
"body": "* #155 Wrap basic example into an async iife\r\n\r\n* Wrap all other async calls as well and change let to const\r\n\r\n* Adjust spacing",
"is_bot": false,
"headline": "#155 Wrap basic example into an async iife (#156)",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-04-13T19:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c75d5673614cd961125590345919a8e1f718082f",
"body": null,
"is_bot": false,
"headline": "2.0.4",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-03-16T16:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b8ea864d235da5cdc10fed4ff59fd7dd3db4ac5",
"body": null,
"is_bot": false,
"headline": "Updated dependencies",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-03-16T16:03:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0176d753c103b7048e918d3b1cafe114f7c6a51",
"body": null,
"is_bot": false,
"headline": "Fix image size",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-03-16T16:01:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5da5e994045f70272bba3cb45f3ec8282ec5d71",
"body": null,
"is_bot": false,
"headline": "Added gif for date prompt",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-03-16T15:59:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6756ff133903c270494997f46d7df3604acbd9b6",
"body": null,
"is_bot": false,
"headline": "Moved date/time documentation to wiki",
"author_name": "Terkel",
"author_login": "terkelg",
"committed_at": "2019-03-16T15:32:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9186cd52f5dd10bc97aada2f92ddfd4e03174f28",
"body": null,
"is_bot": false,
"headline": "Fix autocomplete issues (#150)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-03-10T21:28:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6a550110acb612bee896fef02e4aeed5424701a",
"body": null,
"is_bot": false,
"headline": "default choices value + update jsdoc (#151)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-03-10T21:24:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c2642160827ffba50fb41b3ae38db246eef93bd",
"body": null,
"is_bot": false,
"headline": "Fix autacomplete options table (#146)",
"author_name": "Konstantin Pschera",
"author_login": "k15a",
"committed_at": "2019-03-06T00:34:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8413830c8bcc8b0997ddc912f59421d71948e8c",
"body": null,
"is_bot": false,
"headline": "simplify date example",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-03-02T21:50:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8237583ed076e683a02278c2ef937309978ee3f",
"body": null,
"is_bot": false,
"headline": "Autocomplete Pagination (#136)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-03-02T21:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aa9d07e8f914820ff180ff61498803fec09aca6",
"body": null,
"is_bot": false,
"headline": "Bugfix/121 fallback not working on autocomplete (#138)",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-24T16:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c55528ed8db4758c6e5ce99258b71fba3f4200d",
"body": null,
"is_bot": false,
"headline": "#132 Override questions with prompts.override (#144)",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-24T16:14:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54de9ab41d5a316acc681ef4a08616447bd3f77b",
"body": "* Add issue templates\r\n\r\n* Update formating and add node version to questionnaire\r\n\r\n* Match template styles\r\n\r\n* Use realistic OS version",
"is_bot": false,
"headline": "Issue templates (#143)",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-23T17:04:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc16e5e35c53c49278e206d0e5204cabbaddaa94",
"body": null,
"is_bot": false,
"headline": "Add issue templates (#139)",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-20T00:30:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7658c06547cd61c6d186b14ddcbde944163e597",
"body": null,
"is_bot": false,
"headline": "Date Prompt Improvements (#141)",
"author_name": "DrunkenPoney_Qc",
"author_login": "elie-g",
"committed_at": "2019-02-20T00:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "605be8ab7ce79e2800ced6f9f7d4f4ae1b838bd7",
"body": null,
"is_bot": false,
"headline": "2.0.3",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-02-16T17:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36945553ef7026a3e415530cea88784803e429a8",
"body": null,
"is_bot": false,
"headline": "Merge branch 'lumio-bugfix/133-toggle-defaults'",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-02-16T17:30:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c0cb7cc3feb846bb77936fdae5ae44a7fd23d6",
"body": null,
"is_bot": false,
"headline": "have publish script increase version",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-02-16T17:29:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8f01eb8a75c35ed7652af277a6ae80eed8dadf",
"body": "…/prompts into lumio-bugfix/133-toggle-defaults",
"is_bot": false,
"headline": "Merge branch 'bugfix/133-toggle-defaults' of https://github.com/lumio…",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-02-16T17:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f67fba0f79b1758fc9143be1de8077bc3fa6d1a5",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-02-16T17:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edf5c410912e4ac7ba23ea447b88b70010baedef",
"body": null,
"is_bot": false,
"headline": "#133 Unnecessary boolification",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-15T19:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d374885213b09f364d6ec5e5857123a680b4203",
"body": null,
"is_bot": false,
"headline": "#133 Bump patch number",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-13T13:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5c6ac204da21815418298efa8ecf967bff15cdc",
"body": null,
"is_bot": false,
"headline": "#133 Match editorconfig to current source and fix indentation of tests",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-13T13:11:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bfd96a3eba3fe87ce74984f0d1547fc455f31c",
"body": null,
"is_bot": false,
"headline": "#133 Set defaults for toggle",
"author_name": "Benjamin Falk",
"author_login": "lumio",
"committed_at": "2019-02-13T13:10:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81aae85233240aa280948ff95a686058a21c1f00",
"body": null,
"is_bot": false,
"headline": "2.0.2",
"author_name": "Terkel Gjervig",
"author_login": "terkelg",
"committed_at": "2019-02-08T18:54:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 0,
"latest_release_at": "2021-10-07T21:26:33Z",
"latest_release_tag": "v2.4.2",
"releases_from_tags": false,
"days_since_last_push": 434,
"active_weeks_last_year": 0,
"days_since_latest_release": 1749,
"mean_days_between_releases": 115.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 57,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "prompts",
"exists": true,
"license": "MIT",
"keywords": [
"ui",
"prompts",
"cli",
"prompt",
"interface",
"command-line",
"input",
"command",
"stdin",
"menu",
"ask",
"interact"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/prompts",
"is_deprecated": false,
"latest_version": "2.4.2",
"repository_url": "https://github.com/terkelg/prompts",
"versions_count": 36,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 205816058,
"first_published_at": "2018-02-18T20:55:09.802000Z",
"latest_published_at": "2021-10-07T21:23:57.263000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1749
}
]
},
"popularity": {
"forks": 320,
"stars": 9307,
"watchers": 57,
"fork_history": {
"days": [
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-02-27",
"count": 5
},
{
"date": "2018-02-28",
"count": 14
},
{
"date": "2018-03-01",
"count": 8
},
{
"date": "2018-03-02",
"count": 4
},
{
"date": "2018-03-03",
"count": 3
},
{
"date": "2018-03-04",
"count": 2
},
{
"date": "2018-03-05",
"count": 3
},
{
"date": "2018-03-06",
"count": 1
},
{
"date": "2018-03-07",
"count": 2
},
{
"date": "2018-03-08",
"count": 3
},
{
"date": "2018-03-09",
"count": 2
},
{
"date": "2018-03-11",
"count": 1
},
{
"date": "2018-03-13",
"count": 3
},
{
"date": "2018-03-14",
"count": 1
},
{
"date": "2018-03-18",
"count": 1
},
{
"date": "2018-03-23",
"count": 1
},
{
"date": "2018-03-26",
"count": 3
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-06-06",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-22",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-08-29",
"count": 3
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-10-04",
"count": 3
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-02",
"count": 2
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-07",
"count": 2
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-03-20",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-16",
"count": 1
},
{
"date": "2019-08-27",
"count": 2
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-10-13",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-19",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-10-28",
"count": 2
},
{
"date": "2019-11-03",
"count": 1
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-09",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-12-18",
"count": 2
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-09",
"count": 2
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-09-19",
"count": 2
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-05",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-05",
"count": 2
},
{
"date": "2020-11-20",
"count": 2
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-01-10",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-17",
"count": 2
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-08-10",
"count": 2
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-11",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-10-04",
"count": 1
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-16",
"count": 1
},
{
"date": "2021-10-25",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-28",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-07-04",
"count": 2
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-04",
"count": 2
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-18",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-25",
"count": 1
},
{
"date": "2022-10-01",
"count": 2
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2022-10-21",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-07",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-16",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-03-07",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-19",
"count": 1
},
{
"date": "2023-07-07",
"count": 2
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-27",
"count": 2
},
{
"date": "2023-09-05",
"count": 2
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-19",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-04-06",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-26",
"count": 1
},
{
"date": "2024-10-02",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2025-01-04",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-04-04",
"count": 1
},
{
"date": "2025-04-14",
"count": 1
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-24",
"count": 1
},
{
"date": "2025-10-20",
"count": 1
},
{
"date": "2025-11-05",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-27",
"count": 1
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-13",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
}
],
"complete": true,
"collected": 312,
"total_forks": 320
},
"star_history": null,
"open_issues_and_prs": 152
},
"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": 8801,
"source_files_sampled": 39,
"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": 2,
"malicious_count": 0,
"assessed_package": "npm:prompts@2.4.2",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "kleur",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.1"
},
{
"name": "sisteransi",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.5"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "kleur",
"direct": true,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "sisteransi",
"direct": true,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "18.11.17",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "buffer-shims",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "core-util-is",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "deep-equal",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "defined",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "dotignore",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "duplexer",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.19.1",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.3",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.1.7",
"ecosystem": "npm"
},
{
"name": "has",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "has-ansi",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "is-arguments",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "is-finite",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "4.17.21",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.11.0",
"ecosystem": "npm"
},
{
"name": "object-is",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "parse-ms",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "plur",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "pretty-ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "process-nextick-args",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "re-emitter",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.2.9",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "2.3.7",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "repeat-string",
"direct": false,
"version": "1.6.1",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.20.0",
"ecosystem": "npm"
},
{
"name": "resumer",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "split",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tap-out",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "tap-spec",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "tape",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "through",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "through2",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "trim",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "4.9.4",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "util-deprecate",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "xtend",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 95,
"direct_count": 2,
"indirect_count": 93
}
},
"maintainership": {
"issues": {
"open_prs": 37,
"merged_prs": 109,
"open_issues": 115,
"closed_ratio": 0.547,
"closed_issues": 139,
"closed_unmerged_prs": 34
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "terkelg",
"commits": 127,
"avatar_url": "https://avatars.githubusercontent.com/u/2302254?v=4"
},
{
"type": "User",
"login": "lukeed",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/5855893?v=4"
},
{
"type": "User",
"login": "elie-g",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/14944216?v=4"
},
{
"type": "User",
"login": "lumio",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/914637?v=4"
},
{
"type": "User",
"login": "pvdlg",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3250552?v=4"
},
{
"type": "User",
"login": "rluvaton",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/16746759?v=4"
},
{
"type": "User",
"login": "joeykilpatrick",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/29028840?v=4"
},
{
"type": "User",
"login": "Yiiu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7876498?v=4"
},
{
"type": "User",
"login": "simonepri",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3505087?v=4"
},
{
"type": "User",
"login": "saurabhdaware",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/30949385?v=4"
}
],
"contributors_sampled": 61,
"top_contributor_share": 0.54
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"size.yml",
"test.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 21 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": 6,
"reason": "Found 19/29 approved changesets -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 9 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 4,
"reason": "dependency not pinned by hash detected -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "58771d2911fc2a9c3751a0143ed66cf4321c8514",
"ran_at": "2026-07-22T23:02:30Z",
"aggregate_score": 3.9,
"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": 229,
"created_at": "2019-11-05T21:59:43Z",
"last_comment_at": "2022-11-04T07:20:58Z",
"last_comment_author": "ctjlewis"
},
{
"number": 234,
"created_at": "2019-11-09T00:33:31Z",
"last_comment_at": "2019-12-08T18:32:38Z",
"last_comment_author": "terkelg"
},
{
"number": 244,
"created_at": "2019-12-18T06:48:18Z",
"last_comment_at": "2019-12-20T03:02:27Z",
"last_comment_author": "ChinaBigPan"
},
{
"number": 262,
"created_at": "2020-06-23T06:23:07Z",
"last_comment_at": "2020-06-23T13:11:49Z",
"last_comment_author": "terkelg"
},
{
"number": 276,
"created_at": "2020-10-05T11:39:25Z",
"last_comment_at": "2023-12-17T19:12:53Z",
"last_comment_author": "ryangoree"
},
{
"number": 283,
"created_at": "2020-11-21T13:00:28Z",
"last_comment_at": "2023-06-02T06:16:51Z",
"last_comment_author": "OleksandrKucherenko"
},
{
"number": 294,
"created_at": "2021-01-19T18:59:03Z",
"last_comment_at": "2021-01-19T22:45:22Z",
"last_comment_author": "jedwards1211"
},
{
"number": 297,
"created_at": "2021-02-18T02:58:52Z",
"last_comment_at": "2021-03-03T08:41:41Z",
"last_comment_author": "terkelg"
},
{
"number": 301,
"created_at": "2021-03-07T19:23:05Z",
"last_comment_at": "2024-12-09T16:25:06Z",
"last_comment_author": "willpinha"
},
{
"number": 313,
"created_at": "2021-05-14T22:43:28Z",
"last_comment_at": "2021-08-01T10:37:56Z",
"last_comment_author": "dragonhuntr"
},
{
"number": 328,
"created_at": "2021-08-10T19:17:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 330,
"created_at": "2021-09-04T17:37:10Z",
"last_comment_at": "2023-04-07T13:09:07Z",
"last_comment_author": "posva"
},
{
"number": 334,
"created_at": "2021-09-22T13:38:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 346,
"created_at": "2021-12-16T17:46:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 351,
"created_at": "2022-01-10T20:56:57Z",
"last_comment_at": "2025-01-13T15:53:29Z",
"last_comment_author": "mkilpatrick"
},
{
"number": 354,
"created_at": "2022-02-17T04:44:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 364,
"created_at": "2022-06-16T21:07:16Z",
"last_comment_at": "2022-12-04T13:37:20Z",
"last_comment_author": "raineorshine"
},
{
"number": 365,
"created_at": "2022-06-27T20:37:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 367,
"created_at": "2022-08-04T00:35:29Z",
"last_comment_at": "2024-12-07T00:19:06Z",
"last_comment_author": "thrilliams"
},
{
"number": 369,
"created_at": "2022-09-09T08:35:50Z",
"last_comment_at": "2023-09-13T06:35:15Z",
"last_comment_author": "TMaize"
}
],
"last_merged_pr_at": "2025-05-14T16:42:39Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 44,
"created_at": "2018-03-04T03:34:14Z",
"last_comment_at": "2018-03-04T19:35:40Z",
"last_comment_author": "ianwalter"
},
{
"number": 87,
"created_at": "2018-08-31T12:19:20Z",
"last_comment_at": "2026-07-04T22:19:45Z",
"last_comment_author": "bybraveHQ"
},
{
"number": 93,
"created_at": "2018-09-22T19:05:42Z",
"last_comment_at": "2018-09-23T19:12:31Z",
"last_comment_author": "milesj"
},
{
"number": 124,
"created_at": "2019-01-08T04:39:49Z",
"last_comment_at": "2019-03-09T05:31:46Z",
"last_comment_author": "elie-g"
},
{
"number": 126,
"created_at": "2019-01-15T09:50:54Z",
"last_comment_at": "2019-10-28T14:18:31Z",
"last_comment_author": "terkelg"
},
{
"number": 128,
"created_at": "2019-01-24T03:31:17Z",
"last_comment_at": "2019-02-01T11:24:58Z",
"last_comment_author": "duoduoffff"
},
{
"number": 131,
"created_at": "2019-02-08T17:41:22Z",
"last_comment_at": "2023-04-25T12:05:16Z",
"last_comment_author": "elkhayder"
},
{
"number": 142,
"created_at": "2019-02-19T20:40:42Z",
"last_comment_at": "2019-04-04T09:08:25Z",
"last_comment_author": "Exotelis"
},
{
"number": 167,
"created_at": "2019-06-21T17:43:52Z",
"last_comment_at": "2019-06-22T00:42:42Z",
"last_comment_author": "elie-g"
},
{
"number": 172,
"created_at": "2019-06-23T09:58:48Z",
"last_comment_at": "2020-06-23T06:23:15Z",
"last_comment_author": "Euregan"
},
{
"number": 179,
"created_at": "2019-07-01T00:40:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 180,
"created_at": "2019-07-03T13:40:31Z",
"last_comment_at": "2024-12-26T03:46:13Z",
"last_comment_author": "nurse-the-code"
},
{
"number": 185,
"created_at": "2019-08-03T11:46:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 193,
"created_at": "2019-08-19T17:04:48Z",
"last_comment_at": "2019-09-06T07:28:12Z",
"last_comment_author": "elie-g"
},
{
"number": 194,
"created_at": "2019-08-20T15:44:44Z",
"last_comment_at": "2019-10-28T14:07:07Z",
"last_comment_author": "terkelg"
},
{
"number": 197,
"created_at": "2019-08-29T22:51:27Z",
"last_comment_at": "2019-11-07T00:57:56Z",
"last_comment_author": "elie-g"
},
{
"number": 200,
"created_at": "2019-09-06T11:57:17Z",
"last_comment_at": "2021-01-13T02:44:28Z",
"last_comment_author": "jimmy-guzman"
},
{
"number": 212,
"created_at": "2019-10-10T14:12:42Z",
"last_comment_at": "2019-11-18T02:58:40Z",
"last_comment_author": "m-sureshraj"
},
{
"number": 213,
"created_at": "2019-10-12T23:24:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 219,
"created_at": "2019-10-24T10:22:53Z",
"last_comment_at": "2024-07-26T10:31:45Z",
"last_comment_author": "hugs7"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/terkelg/prompts",
"host": "github.com",
"name": "prompts",
"owner": "terkelg"
},
"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": 32,
"inputs": {
"security": 51,
"vitality": 21,
"community": 79,
"governance": 61,
"engineering": 56,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 53,
"overall_after_abandonment_multiplier": 32
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 21,
"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": 0.98,
"days_since_last_push": 434,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 434 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 434
}
}
],
"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": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v2.4.2",
"releases_from_tags": false,
"days_since_latest_release": 1749,
"mean_days_between_releases": 115.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1749 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1749
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~115.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 115.1
}
}
],
"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",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 20,
"unanswered_open_issues": 14,
"days_since_last_merged_pr": 434,
"days_since_last_human_commit": 434,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 434 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 434,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, 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": 79,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"forks": 320,
"stars": 9307,
"watchers": 57,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "9,307 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 9307
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "320 forks",
"points": 20.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 320
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "57 watchers",
"points": 9.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 57
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"prompts"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 205816058
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "205,816,058 downloads/month across npm",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 205816058,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 61,
"top_contributor_share": 0.54
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 54% of commits",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 54
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "61 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 61
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 9 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"merged_prs": 109,
"open_issues": 115,
"closed_issues": 139,
"issue_closed_ratio": 0.547,
"closed_unmerged_prs": 34
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "55% of issues closed",
"points": 25.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 55
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "109/143 decided PRs merged",
"points": 29.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 109,
"decided": 143
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 19/29 approved changesets -- score normalized to 6",
"points": 9,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 73,
"inputs": {
"followers": 2041,
"owner_type": "User",
"is_verified": null,
"owner_login": "terkelg",
"public_repos": 53,
"account_age_days": 5066
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2,041 followers of terkelg",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2041,
"login": "terkelg"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "53 public repos, account ~13 yr old",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 53
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"prompts"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 1749
},
"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 1749 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1749
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "36 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 36
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 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 21 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": 60,
"inputs": {
"topics": [
"prompt",
"prompts",
"cli",
"command-line",
"nodejs",
"interface",
"choice",
"prompter"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"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": 39,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.9
},
"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 21 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 19/29 approved changesets -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 9 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 4",
"points": 2,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "11 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:prompts@2.4.2 runtime dependency closure — what installing the published package pulls in — 2 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:prompts@2.4.2",
"assessed": 2
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 2,
"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": 2,
"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": 21
},
"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": 42,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.643,
"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": "63 of 98 human commits state their intent (structured subject or explanatory body)",
"points": 34.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 63,
"sampled": 98
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 44,
"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.02
},
"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 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "2 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 4",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 8801,
"source_files_sampled": 39,
"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/39 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 39,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:02:55.180517Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/t/terkelg/prompts.svg",
"full_name": "terkelg/prompts",
"license_state": "standard",
"license_spdx": "MIT"
}