Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1189,
"has_wiki": true,
"homepage": "http://mustache.github.io/",
"languages": {
"Ruby": 94461
},
"pushed_at": "2026-02-24T12:37:33Z",
"created_at": "2009-09-24T08:20:21Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T08:53:08Z",
"description": "Logic-less Ruby templates.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "http://mustache.github.io/",
"name": "Mustache",
"type": "Organization",
"login": "mustache",
"company": null,
"location": null,
"followers": 96,
"avatar_url": "https://avatars.githubusercontent.com/u/197655?v=4",
"created_at": "2010-02-05T12:31:05Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 6010
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2015-06-24T14:55:58Z"
}
],
"recent_commits": [
{
"oid": "34eb94559c7d22d85a66f393f6c78b4bde27bdbd",
"body": "Spring cleaning",
"is_bot": false,
"headline": "Merge pull request #287 from mustache/spring-cleaning",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5b3a5f8cd85ac1605f555c6a71631184333373a",
"body": null,
"is_bot": false,
"headline": "keep tweaking github tests",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3a6b71a09bced4ca6d20cb4abad6f7e5babf7f0",
"body": null,
"is_bot": false,
"headline": "always use latest available rubygems",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f240daa1a485cf0351f275f9bb10a6bfe8809259",
"body": null,
"is_bot": false,
"headline": "fix allowing (at) symbol in name and add test",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2be5e40b091d24a335e2ce94ae71bba85101c65",
"body": "Allow multiple directories in template search path",
"is_bot": false,
"headline": "Merge pull request #250 from townsen/multipath",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09f4e6794e74e612093e0128e282a2395d28d6bf",
"body": "fix a tiny typo in the hash section of manpage",
"is_bot": false,
"headline": "Merge pull request #261 from combs/master",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:19:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51aa9d9a627b1018b8af5549c342b58ad5c89cdd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into master",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4aaf9718f89688c8b3ace53a0456edc9b093b76a",
"body": "Fix incorrectly rendered multiline strikethrough",
"is_bot": false,
"headline": "Merge pull request #252 from iHiD/patch-1",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T12:17:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b74319ee91dd32a7f3152d30f649597171181f26",
"body": "feat(parser): add @ to the list of allowed contents in a tag name",
"is_bot": false,
"headline": "Merge pull request #276 from YohannHammad/feat/at_allowed_content",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T11:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75beba0f9c2ece9580dc3011030edba1d1157039",
"body": "…ring\n\nFix empty string rendering both sections and inverted sections.",
"is_bot": false,
"headline": "Merge pull request #260 from RadicalZephyr/fix-truthy-falsey-empty-st…",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T11:12:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9436f0568a8e7f1756bfae23bb13da5e2e991694",
"body": null,
"is_bot": false,
"headline": "switch to ronn-ng",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T11:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c2035cb7548e06aafcc69283e21cf9ce4166376",
"body": "Migrate CI from Travis to GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #274 from mishina2228/migrate-to-github-actions",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T10:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc31e29ad46d07e71a754543253d4955c8f95d6",
"body": null,
"is_bot": false,
"headline": "v1.1.2",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T10:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a50c40fa84e953bfef7ce27285d715fb4101ae5a",
"body": "Removes \"warning: literal string will be frozen in the future\" deprecation message",
"is_bot": false,
"headline": "Merge pull request #285 from KarlHeitmann/fixes_chilled_strings_warnings",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2026-02-24T10:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9934e95922ba9e7dc741075f47dde5a3116a96b",
"body": "To see this warning, run the complete test suite with\nRUBYOPT=\"-W:deprecated --debug-frozen-string-literal\"\nflag turned on.\n\nNOTE: You must run the test suite using ruby 3.4.x and turn on this flag",
"is_bot": false,
"headline": "Removes \"warning: literal string will be frozen in the future\"",
"author_name": "Karl Heitmann Frutuoso",
"author_login": "KarlHeitmann",
"committed_at": "2026-02-17T15:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e61d2b5c2f463b675696929b8db794fea6ae361",
"body": null,
"is_bot": false,
"headline": "feat(parser): add @ to the list of allowed contents in a tag name",
"author_name": "Yohann Hammad",
"author_login": "YohannHammad",
"committed_at": "2023-08-31T14:27:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d3d767f7a2cfcdb796c3bc81537f1bb947064ea",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.2 to the CI matrix",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-12-29T13:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69cd55cba1e73a80cac61744292b1d2c6e770d44",
"body": null,
"is_bot": false,
"headline": "Remove .travis.yml",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-10-31T14:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "028253b9e424c4443572d287bb41b0c42cf344fe",
"body": null,
"is_bot": false,
"headline": "Replace CI badge",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-10-31T14:01:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb036cf6ed8be1112de2771bc8995a1382589d6",
"body": null,
"is_bot": false,
"headline": "Restore `view_namespace` to the default value for flaky test",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-10-31T13:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "114af34f829bc2230c9d04fecfe01f1ceb773b73",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions workflow",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-10-31T13:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d6fa8bcca5ac9586527a5edd2b061bd8ca618a5",
"body": null,
"is_bot": false,
"headline": "Remove deprecated codeclimate-test-reporter",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-10-31T13:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66f7fe1de15ba2cc62898af8ff4bc0d3f26f594",
"body": null,
"is_bot": false,
"headline": "Move development dependencies to Gemfile",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-10-31T13:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fefaabd2b1e68ef8186a210af1f0e18ef48bb55",
"body": "Update the mustache(5) manpage to the latest specification",
"is_bot": false,
"headline": "Merge pull request #266 from jgonggrijp/manpage-update-spec",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2022-09-17T10:12:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90ca00463af4d70fcf90017bfc3646ecd6575a10",
"body": "Adding Dynamic Names",
"is_bot": false,
"headline": "Merge pull request #1 from anomal00us/patch-1",
"author_name": "Julian Gonggrijp",
"author_login": "jgonggrijp",
"committed_at": "2022-09-17T09:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33924360c1097b23197fe1f11f27971003c88856",
"body": null,
"is_bot": false,
"headline": "Building mustache.5",
"author_name": "root",
"author_login": null,
"committed_at": "2022-09-17T08:08:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "365823bb786bf972c2227168add886e2e309e2a6",
"body": null,
"is_bot": false,
"headline": "Removing unnecessary comma",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-15T22:16:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5b52f389b26ecf79fb28a4aa6429a20fa07f047",
"body": null,
"is_bot": false,
"headline": "Update mustache.5.ron",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-15T22:14:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc3c01ea70ec1532569052e1a8ba7931bc56f02a",
"body": "Co-authored-by: Julian Gonggrijp <dev@juliangonggrijp.com>",
"is_bot": false,
"headline": "Update man/mustache.5.ron",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-15T22:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40de01a1517db3c8f73a2bdc89699b30f4838c2c",
"body": "Co-authored-by: Julian Gonggrijp <dev@juliangonggrijp.com>",
"is_bot": false,
"headline": "Update man/mustache.5.ron",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-15T22:04:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14d51960fa0b82fc026dc43e3ba3b233ee35734f",
"body": "Co-authored-by: Julian Gonggrijp <dev@juliangonggrijp.com>",
"is_bot": false,
"headline": "Update man/mustache.5.ron",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-15T22:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d61178a94713aa4118960c60a560b6718a079ce",
"body": null,
"is_bot": false,
"headline": "Updating manpage",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-15T17:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af37d894ace58f0e26c660048406791e0b10e5cd",
"body": null,
"is_bot": false,
"headline": "Updating mustache.5.ron",
"author_name": "root",
"author_login": null,
"committed_at": "2022-09-02T08:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfe718193f7119a4be78a3247415592db4364e84",
"body": "Co-authored-by: Julian Gonggrijp <dev@juliangonggrijp.com>",
"is_bot": false,
"headline": "Update man/mustache.5.ron",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-09-01T19:01:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "359e931544e9351b437e80fb56717bf6c0d04927",
"body": "I need a review, let me know if this is okay and if I need to build this.",
"is_bot": false,
"headline": "Adding Dynamic Names",
"author_name": "anomal00us",
"author_login": null,
"committed_at": "2022-08-15T19:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c76a5ca322afe3cab28c87af66ad363bf1b34d27",
"body": "See https://github.com/mustache/mustache/pull/266#discussion_r624794064",
"is_bot": false,
"headline": "Remove debatable emphasis after review comment (#266)",
"author_name": "Julian Gonggrijp",
"author_login": "jgonggrijp",
"committed_at": "2021-08-03T21:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46a7c5411bcefe85e7205c3dce037cac151ef0c",
"body": null,
"is_bot": false,
"headline": "Update manpage again to reflect version 1.2.1 of the spec",
"author_name": "Julian Gonggrijp",
"author_login": "jgonggrijp",
"committed_at": "2021-05-03T12:40:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2c0217cef3973ec56838ed6d62eb47e68c91115",
"body": null,
"is_bot": false,
"headline": "Commit generated html and roff versions of mustache(5) 🤞",
"author_name": "Julian Gonggrijp",
"author_login": "jgonggrijp",
"committed_at": "2021-04-21T14:31:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dded80614792339fc2d044d5985c4df66d2a57e7",
"body": null,
"is_bot": false,
"headline": "Update the mustache(5) ron to the current spec",
"author_name": "Julian Gonggrijp",
"author_login": "jgonggrijp",
"committed_at": "2021-04-21T02:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ace5a01d525d171989d33d5c47a1deb245a6136d",
"body": null,
"is_bot": false,
"headline": "commit compiled files per contrib guidelines",
"author_name": "Chris Combs",
"author_login": "combs",
"committed_at": "2020-09-24T00:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "953796f7040952ab5e0eca602ae0dbe9a75c95dd",
"body": null,
"is_bot": false,
"headline": "fix a tiny typo in the hash section of manpage",
"author_name": "Chris Combs",
"author_login": "combs",
"committed_at": "2020-09-24T00:30:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b376ad75ae9007e7eb1854134f03dac0854e617",
"body": "Fixes #206.",
"is_bot": false,
"headline": "Fix empty string rendering inverted sections",
"author_name": "Geoff Shannon",
"author_login": "RadicalZephyr",
"committed_at": "2020-07-20T10:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "282eb88eb5e69b6c92f03345762e6663ccf1eb2b",
"body": "…ections",
"is_bot": false,
"headline": "Add a test demonstrating empty strings render sections AND inverted s…",
"author_name": "Geoff Shannon",
"author_login": "RadicalZephyr",
"committed_at": "2020-07-20T10:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07018763bf20012e068c84db6050d13fd09fc0b4",
"body": null,
"is_bot": false,
"headline": "v1.1.1",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2019-12-03T21:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e3fb1e8a27ee7d4469b2eb18fdbbfa80b59c394",
"body": "Fix more warnings",
"is_bot": false,
"headline": "Merge pull request #246 from mustache/fix-more-warnings",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2019-12-03T21:44:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0febc8afc86706737c1f055ef45f68e0f0e34fe9",
"body": "GitHub does not honour strikethrough when split over multiple lines. This commit adds an extra closing and opening tag to give the desired effect.",
"is_bot": false,
"headline": "Fix incorrectly rendered multiline strikethrough",
"author_name": "Jeremy Walker",
"author_login": "iHiD",
"committed_at": "2019-06-26T12:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b22ed0a2778bd38dd6d3f852a07945e7f697848",
"body": "Cleanup documentation",
"is_bot": false,
"headline": "Merge pull request #247 from mustache/cleanup/documentation",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2019-06-05T14:56:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0679fac2d117ac4b25374996a825ac18607d2ea",
"body": null,
"is_bot": false,
"headline": "Use File::PATH_SEPARATOR instead of :",
"author_name": "Nick Townsend",
"author_login": "townsen",
"committed_at": "2019-03-26T17:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8a435ea5c69df9a266d865e1d0d64edf9a9bef",
"body": "* template_path can be a colon-delimited list",
"is_bot": false,
"headline": "Allow multiple directories in template search path",
"author_name": "Nick Townsend",
"author_login": "townsen",
"committed_at": "2019-03-26T17:14:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc8bafaa7dca4055140638f908e745c676c66ff0",
"body": null,
"is_bot": false,
"headline": "Clean up documentation",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-29T20:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82df0e87aa6018a76a84c6aa795522b14f41a8b9",
"body": null,
"is_bot": false,
"headline": "Use yardoc option annotation",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-29T20:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e3ec08b945c4b11559d6db3c6088b1dbdcd62b9",
"body": null,
"is_bot": false,
"headline": "v1.1.0",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-13T14:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a72cde3eee311017e9c1e06408af15eec1e087b9",
"body": "Implement `Mustache#escape`",
"is_bot": false,
"headline": "Merge pull request #245 from mustache/feat/escaping-option",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-13T14:06:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61d5fb6e5a691701ea942613230ada3e54d8a749",
"body": null,
"is_bot": false,
"headline": "Implement Mustache#escape.",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-13T14:04:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5c82558a66405733df88177ee96fdf2404b0b1",
"body": null,
"is_bot": false,
"headline": "Make sure instance variables are initialized.",
"author_name": "Samuel Williams",
"author_login": "ioquatix",
"committed_at": "2018-10-12T21:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "084af0910f303169215a8abad3569cb47204ed65",
"body": null,
"is_bot": false,
"headline": "Fix missing call to super.",
"author_name": "Samuel Williams",
"author_login": "ioquatix",
"committed_at": "2018-10-12T21:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4d98eeb02bb2429f72468c90ef018acfafad412",
"body": "Fix warnings",
"is_bot": false,
"headline": "Merge pull request #241 from ioquatix/fix-warnings",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-12T21:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dc531d906766cc35a1fb63249bc9f3925c265c6",
"body": null,
"is_bot": false,
"headline": "Fix variable shadowing warning",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-12T21:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfc4acd7f13df5b2ea5e4fc0433d14cfbd41c185",
"body": null,
"is_bot": false,
"headline": "Fix use of deprecated File.exists?",
"author_name": "Samuel Williams",
"author_login": "ioquatix",
"committed_at": "2018-10-12T21:24:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8101d4b07fd05172f4aaf940917f7de3da7c694",
"body": "Raise correct error when closing unopened section",
"is_bot": false,
"headline": "Merge pull request #240 from drewish/error-handling-unopened",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-03T13:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8696f5fc5cc6e5cbe432db627b59192542d40016",
"body": "Replace `.ron` with `.ronn`",
"is_bot": false,
"headline": "Merge pull request #242 from CAD97/master",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-03T13:35:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f988249a81d5f0c956db09358b09246fedea5b60",
"body": "Fix Link to ctemplates",
"is_bot": false,
"headline": "Merge pull request #243 from tajmone/fix-links",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2018-10-03T10:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87bf60c93ec37ca85f89adf5a4585dccd4f68643",
"body": "The \"Google Template System\" page was moved from:\n\n- http://google-ctemplate.googlecode.com/svn/trunk/doc/howto.html\n\nto:\n\n- http://goog-ctemplate.sourceforge.net/doc/howto.html\n\nThis commit fixes the link in `mustache(1)` markdown doc.",
"is_bot": false,
"headline": "Fix Link to ctemplates",
"author_name": "tajmone",
"author_login": "tajmone",
"committed_at": "2018-07-19T15:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "020da4c50b959c7bd2081c8e3100ff54ab93c9d6",
"body": null,
"is_bot": false,
"headline": "Replace `.ron` with `.ronn`",
"author_name": "Christopher Durham",
"author_login": "CAD97",
"committed_at": "2018-06-02T01:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae676e7f9e30a9f4e3570ba5132517543b5326c2",
"body": "Previously we'd raise the wrong error:\n```\n> Mustache::Parser.new.compile(\"{{/list}}\")\nNoMethodError: undefined method `[]' for nil:NilClass\nfrom mustache/lib/mustache/parser.rb:326:in `scan_tag_close'\n```",
"is_bot": false,
"headline": "Raise correct error when closing unopened section",
"author_name": "andrew morton",
"author_login": "drewish",
"committed_at": "2018-03-02T04:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24a4cf6d293ef23db304d034b095896925921cc9",
"body": null,
"is_bot": false,
"headline": "v1.0.5",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-26T22:40:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8465a00b0e398b8a9aa8e9756a28d04299d918b1",
"body": "…e_in_mustache_descendants\n\nAllow redefine initialize in Mustache descendants",
"is_bot": false,
"headline": "Merge pull request #235 from shhavel/feature/allow_redefine_initializ…",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-26T22:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe9327d33fbd597e086072899fed170a50a90b7",
"body": null,
"is_bot": false,
"headline": "Allow redefine initialize in Mustache descendants",
"author_name": "Oleksandr Avoyants",
"author_login": "shhavel",
"committed_at": "2017-03-24T21:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dd0a3773e7c65351cf3d75f17e9e91919bafa33",
"body": null,
"is_bot": false,
"headline": "v1.0.4",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T16:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8d81009889ada6b4adbc9a24bc01ff6ccfd3acf",
"body": "Relax dependency on Ruby",
"is_bot": false,
"headline": "Merge pull request #232 from semenyukdmitry/ruby-2.x-support",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T16:26:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8214ac6aef0759e112ff9ce8d2ef851b36969eb",
"body": "* Updates CodeClimate integration\r\n* Remove rbx from Travis matrix\r\n* Remove JRuby from Travis matrix",
"is_bot": false,
"headline": "Updates CodeClimate integration (#233)",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T16:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e623a317a8b6f300a2b2705e63ca410f05d90b3e",
"body": "fix data.yml template.mustache | mustache example",
"is_bot": false,
"headline": "Merge pull request #229 from jmahler/jm",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T16:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "991cd0f7fb7ce2deca0ce689eadabc788a56cc41",
"body": null,
"is_bot": false,
"headline": "Remove JRuby from Travis matrix",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T16:21:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4784ea9fda6183d401da096ea110f75a85b51978",
"body": null,
"is_bot": false,
"headline": "Change jruby-head to jruby",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T16:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb672ab49cf9622711df5e220122fa17cb74c589",
"body": null,
"is_bot": false,
"headline": "Replace rbx with 2.4.0 on Travis matrix",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T15:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f5d55d609b4cec8961e6da561673f31e41ef4e6",
"body": null,
"is_bot": false,
"headline": "Updates CodeClimate integration",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2017-03-23T15:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa046db4f6c253e104d71817180c12678aa055a5",
"body": null,
"is_bot": false,
"headline": "Relax dependency on Ruby",
"author_name": "Dmitry Semenyuk",
"author_login": "semenyukdmitry",
"committed_at": "2017-03-23T14:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c193828f6c87c66116beed65f3061ef24b776c5d",
"body": "The example given in the man page (mustache(1)) produces an error.\n\n $ cat data.yml template.mustache | mustache\n Unable to parse yaml!\n\nHowever, the usage (mustache -h) has a working example.\n\n $ mustache data.yml template.mustache\n Hi chris!\n Hi mark!\n Hi scott!\n\nUpdate the man page to use the working example.\n\nSigned-off-by: Jeremiah Mahler <jmmahler@gmail.com>",
"is_bot": false,
"headline": "fix data.yml template.mustache | mustache example",
"author_name": "Jeremiah Mahler",
"author_login": "jmahler",
"committed_at": "2016-11-16T07:00:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9055d518ec9ce5329cc82e8af9e8034bc6ff866b",
"body": "[ci skip] update README",
"is_bot": false,
"headline": "Merge pull request #226 from siegy22/patch-1",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2016-11-08T11:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03d030cf81ab873a2a7489689be14ded93dc90d",
"body": "* use Gemfile not gemspec..\n* highlight ruby syntax\n* new hash syntax (`:foo => bar` to `foo: bar`)\n* fix link to emacs repo",
"is_bot": false,
"headline": "[ci skip] update README",
"author_name": "Yvu Siegrist",
"author_login": "siegy22",
"committed_at": "2016-11-08T08:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e5a14927145c891b1d5a66419ebd685b1d29056",
"body": "Hashes with default_procs may lazily fetch values.",
"is_bot": false,
"headline": "Merge pull request #223 from nahiluhmot/add-support-for-default-procs",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2016-10-10T14:41:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5f42610367cac6e81f19ac3e08f737e093e888e",
"body": "This is useful when the input to `Mustache.render` requires computation\nbefore the markup can be generated.",
"is_bot": false,
"headline": "Hashes with default_procs may lazily fetch values.",
"author_name": "Tom Hulihan",
"author_login": "nahiluhmot",
"committed_at": "2016-05-19T15:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c7af8f33d0c3b04c159e10e73a2831cf1e56e02",
"body": "Performance tweaks",
"is_bot": false,
"headline": "Merge pull request #220 from MarkusHarmsen/master",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2016-05-12T15:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7e7b0dfc6080b2d6bb66236fb5de9f020d9d2bd",
"body": null,
"is_bot": false,
"headline": "Version bump - v1.0.3",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2016-03-24T12:41:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5d206563a5bebd9d56c6517bead53636609cc24",
"body": "Allow hyphens in tags",
"is_bot": false,
"headline": "Merge pull request #218 from wbgs/master",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2016-03-24T12:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec918d1bd94b279bb6253d5b67f7b0dff4793651",
"body": "Fix for raise on deep context miss",
"is_bot": false,
"headline": "Merge pull request #221 from lwoggardner/deepmiss2",
"author_name": "Ricardo Mendes",
"author_login": "locks",
"committed_at": "2016-03-08T03:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ecaaa1234cd709f3fa2a13b217dc9405390728d",
"body": null,
"is_bot": false,
"headline": "Fix for raise on deep context miss",
"author_name": "Grant Gardner",
"author_login": "lwoggardner",
"committed_at": "2016-03-07T12:04:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38c100dd79f6a1c31006bc503a572bafb7a91b51",
"body": null,
"is_bot": false,
"headline": "Slightly optimized performance of compiled code",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-11T08:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0207b7311cf2a95af15ab3d7556eecbe5d8eb842",
"body": null,
"is_bot": false,
"headline": "Fixed template not saving options",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T15:03:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97cc6e64c26022d7cdfc5e339c7599b15d7f0fa2",
"body": "…ompiling)",
"is_bot": false,
"headline": "Modified render_collection_benchmark to measure only rendering (not c…",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T14:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a94a726090f8e00b85e30af9e973f2c8eac32af",
"body": null,
"is_bot": false,
"headline": "Slightly improve parsing speed",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T13:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44c1c0fc83922357776d3f840ec2b95709a14ab2",
"body": null,
"is_bot": false,
"headline": "Fixed typo",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T12:57:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcae9c125fbf62b88b88d95c42c8cbdaa6fdeb89",
"body": null,
"is_bot": false,
"headline": "Improve parsing speed",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T12:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11cdad49bd067ffb4a285a8955446645b2d9b601",
"body": null,
"is_bot": false,
"headline": "Removed brackets",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T11:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd179c6f4607c72a012133393a18ab159e46065",
"body": null,
"is_bot": false,
"headline": "Fixed indentation if partials are inlined",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-09T11:14:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c1c3d6fc54f36d1a35e181bc4e6cd6803d64fe",
"body": null,
"is_bot": false,
"headline": "Fixed lambda call for static_lambdas",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-08T16:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fc3cbac916e143c7ea8d4f43658ede61cd5d817",
"body": null,
"is_bot": false,
"headline": "Added benchmark for lambdas",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-08T15:59:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c380e669ed8f945741b1ab24dbc9688bf77a9588",
"body": null,
"is_bot": false,
"headline": "Fixed merge order of options",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-08T15:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8f643c23c87c10650e36056746cb35f9205ea4d",
"body": null,
"is_bot": false,
"headline": "Added option to inline partials",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-08T15:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfbe7719f854b58fe58849a75dd43a3ebc291566",
"body": null,
"is_bot": false,
"headline": "Added option to interpret lambdas statically",
"author_name": "Markus Harmsen",
"author_login": "MarkusHarmsen",
"committed_at": "2016-02-08T14:24:24Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 15,
"latest_release_at": "2015-06-24T14:55:58Z",
"latest_release_tag": "v1.0.2",
"releases_from_tags": false,
"days_since_last_push": 147,
"active_weeks_last_year": 2,
"days_since_latest_release": 4045,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "mustache",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/mustache",
"is_deprecated": false,
"latest_version": "1.1.2",
"repository_url": "http://github.com/mustache/mustache",
"versions_count": 46,
"total_downloads": 79036775,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-10-06T00:04:47.602000Z",
"latest_published_at": "2026-02-24T10:27:53.938000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 147
}
]
},
"popularity": {
"forks": 273,
"stars": 3082,
"watchers": 64,
"fork_history": {
"days": [
{
"date": "2009-10-04",
"count": 1
},
{
"date": "2009-10-05",
"count": 2
},
{
"date": "2009-10-07",
"count": 1
},
{
"date": "2009-10-12",
"count": 1
},
{
"date": "2009-10-15",
"count": 1
},
{
"date": "2009-10-21",
"count": 1
},
{
"date": "2009-10-23",
"count": 1
},
{
"date": "2009-10-27",
"count": 1
},
{
"date": "2009-10-28",
"count": 1
},
{
"date": "2009-11-12",
"count": 1
},
{
"date": "2009-11-29",
"count": 1
},
{
"date": "2010-01-12",
"count": 1
},
{
"date": "2010-02-26",
"count": 1
},
{
"date": "2010-03-09",
"count": 1
},
{
"date": "2010-05-03",
"count": 1
},
{
"date": "2010-05-08",
"count": 1
},
{
"date": "2010-07-08",
"count": 1
},
{
"date": "2010-09-04",
"count": 1
},
{
"date": "2010-09-14",
"count": 1
},
{
"date": "2010-10-30",
"count": 1
},
{
"date": "2010-11-23",
"count": 1
},
{
"date": "2010-11-30",
"count": 2
},
{
"date": "2010-12-05",
"count": 1
},
{
"date": "2010-12-16",
"count": 1
},
{
"date": "2011-02-10",
"count": 1
},
{
"date": "2011-02-23",
"count": 1
},
{
"date": "2011-03-31",
"count": 1
},
{
"date": "2011-04-10",
"count": 1
},
{
"date": "2011-05-04",
"count": 1
},
{
"date": "2011-06-21",
"count": 1
},
{
"date": "2011-06-26",
"count": 1
},
{
"date": "2011-06-30",
"count": 2
},
{
"date": "2011-07-12",
"count": 1
},
{
"date": "2011-07-18",
"count": 1
},
{
"date": "2011-07-22",
"count": 1
},
{
"date": "2011-07-27",
"count": 1
},
{
"date": "2011-08-10",
"count": 2
},
{
"date": "2011-08-16",
"count": 1
},
{
"date": "2011-08-17",
"count": 1
},
{
"date": "2011-09-10",
"count": 1
},
{
"date": "2011-09-15",
"count": 1
},
{
"date": "2011-09-21",
"count": 1
},
{
"date": "2011-10-10",
"count": 1
},
{
"date": "2011-11-04",
"count": 1
},
{
"date": "2011-11-30",
"count": 1
},
{
"date": "2012-01-04",
"count": 2
},
{
"date": "2012-01-15",
"count": 1
},
{
"date": "2012-01-17",
"count": 1
},
{
"date": "2012-01-27",
"count": 1
},
{
"date": "2012-02-05",
"count": 1
},
{
"date": "2012-02-07",
"count": 1
},
{
"date": "2012-02-15",
"count": 1
},
{
"date": "2012-02-21",
"count": 1
},
{
"date": "2012-03-22",
"count": 2
},
{
"date": "2012-04-16",
"count": 1
},
{
"date": "2012-05-03",
"count": 1
},
{
"date": "2012-05-15",
"count": 1
},
{
"date": "2012-05-24",
"count": 1
},
{
"date": "2012-06-05",
"count": 1
},
{
"date": "2012-06-15",
"count": 1
},
{
"date": "2012-06-23",
"count": 1
},
{
"date": "2012-06-26",
"count": 1
},
{
"date": "2012-07-13",
"count": 1
},
{
"date": "2012-07-27",
"count": 1
},
{
"date": "2012-08-15",
"count": 1
},
{
"date": "2012-09-12",
"count": 1
},
{
"date": "2012-09-18",
"count": 1
},
{
"date": "2012-09-19",
"count": 1
},
{
"date": "2012-10-15",
"count": 1
},
{
"date": "2012-11-05",
"count": 1
},
{
"date": "2012-12-03",
"count": 1
},
{
"date": "2012-12-29",
"count": 1
},
{
"date": "2013-01-10",
"count": 1
},
{
"date": "2013-01-18",
"count": 1
},
{
"date": "2013-01-27",
"count": 1
},
{
"date": "2013-02-03",
"count": 2
},
{
"date": "2013-02-20",
"count": 1
},
{
"date": "2013-02-26",
"count": 1
},
{
"date": "2013-03-06",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-04-02",
"count": 1
},
{
"date": "2013-04-03",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-18",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-06-08",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-06-25",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2013-08-02",
"count": 1
},
{
"date": "2013-08-26",
"count": 1
},
{
"date": "2013-09-11",
"count": 1
},
{
"date": "2013-09-18",
"count": 1
},
{
"date": "2013-09-24",
"count": 1
},
{
"date": "2013-10-03",
"count": 2
},
{
"date": "2013-12-11",
"count": 1
},
{
"date": "2014-01-10",
"count": 1
},
{
"date": "2014-02-05",
"count": 1
},
{
"date": "2014-02-08",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-03-16",
"count": 1
},
{
"date": "2014-04-09",
"count": 1
},
{
"date": "2014-04-11",
"count": 2
},
{
"date": "2014-04-19",
"count": 1
},
{
"date": "2014-05-13",
"count": 1
},
{
"date": "2014-05-20",
"count": 1
},
{
"date": "2014-05-28",
"count": 1
},
{
"date": "2014-06-26",
"count": 1
},
{
"date": "2014-07-01",
"count": 1
},
{
"date": "2014-07-11",
"count": 1
},
{
"date": "2014-07-30",
"count": 1
},
{
"date": "2014-08-07",
"count": 1
},
{
"date": "2014-08-08",
"count": 2
},
{
"date": "2014-08-15",
"count": 1
},
{
"date": "2014-09-06",
"count": 1
},
{
"date": "2014-10-19",
"count": 1
},
{
"date": "2014-12-15",
"count": 1
},
{
"date": "2014-12-24",
"count": 1
},
{
"date": "2015-01-17",
"count": 2
},
{
"date": "2015-01-23",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-21",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-04-20",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-07-30",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-08-24",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2015-11-19",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-08",
"count": 1
},
{
"date": "2016-02-04",
"count": 1
},
{
"date": "2016-02-05",
"count": 1
},
{
"date": "2016-02-14",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-08-26",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-11-04",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-14",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-03-26",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-30",
"count": 1
},
{
"date": "2017-08-13",
"count": 1
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-04-02",
"count": 1
},
{
"date": "2018-04-24",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-02-08",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-29",
"count": 1
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-12",
"count": 1
},
{
"date": "2019-11-05",
"count": 2
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-02-09",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-10",
"count": 2
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-20",
"count": 1
},
{
"date": "2021-04-18",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-05-21",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-12-06",
"count": 3
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-06-16",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-10-27",
"count": 1
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-02-08",
"count": 1
},
{
"date": "2026-02-17",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
}
],
"complete": true,
"collected": 264,
"total_forks": 273
},
"star_history": {
"days": [
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-19",
"count": 1
},
{
"date": "2016-10-20",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-11-02",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-11-05",
"count": 1
},
{
"date": "2016-11-06",
"count": 1
},
{
"date": "2016-11-08",
"count": 2
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-11-15",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-17",
"count": 2
},
{
"date": "2016-11-22",
"count": 2
},
{
"date": "2016-11-23",
"count": 2
},
{
"date": "2016-11-24",
"count": 1
},
{
"date": "2016-11-25",
"count": 1
},
{
"date": "2016-11-26",
"count": 2
},
{
"date": "2016-11-29",
"count": 2
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-06",
"count": 1
},
{
"date": "2016-12-07",
"count": 2
},
{
"date": "2016-12-13",
"count": 1
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2016-12-23",
"count": 2
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-06",
"count": 1
},
{
"date": "2017-01-08",
"count": 2
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-01-22",
"count": 2
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-01-29",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-02-02",
"count": 2
},
{
"date": "2017-02-03",
"count": 2
},
{
"date": "2017-02-06",
"count": 1
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-09",
"count": 2
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-02-13",
"count": 2
},
{
"date": "2017-02-16",
"count": 2
},
{
"date": "2017-02-17",
"count": 1
},
{
"date": "2017-02-21",
"count": 2
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-03-01",
"count": 2
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-04",
"count": 2
},
{
"date": "2017-03-06",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-13",
"count": 2
},
{
"date": "2017-03-17",
"count": 2
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-03-23",
"count": 1
},
{
"date": "2017-03-25",
"count": 1
},
{
"date": "2017-03-28",
"count": 1
},
{
"date": "2017-03-29",
"count": 2
},
{
"date": "2017-04-01",
"count": 3
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-10",
"count": 1
},
{
"date": "2017-04-12",
"count": 1
},
{
"date": "2017-04-17",
"count": 1
},
{
"date": "2017-04-18",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-04-27",
"count": 1
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-04",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-07",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-05-11",
"count": 2
},
{
"date": "2017-05-17",
"count": 2
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-05-23",
"count": 1
},
{
"date": "2017-05-24",
"count": 2
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-05-27",
"count": 2
},
{
"date": "2017-05-29",
"count": 1
},
{
"date": "2017-06-05",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-11",
"count": 1
},
{
"date": "2017-06-12",
"count": 1
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-15",
"count": 2
},
{
"date": "2017-06-25",
"count": 1
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-06-30",
"count": 2
},
{
"date": "2017-07-03",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-09",
"count": 1
},
{
"date": "2017-07-10",
"count": 1
},
{
"date": "2017-07-12",
"count": 1
},
{
"date": "2017-07-15",
"count": 1
},
{
"date": "2017-08-01",
"count": 1
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-08-08",
"count": 2
},
{
"date": "2017-08-13",
"count": 2
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-08-16",
"count": 2
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-19",
"count": 1
},
{
"date": "2017-08-21",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-06",
"count": 1
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-14",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-18",
"count": 2
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-09-25",
"count": 1
},
{
"date": "2017-09-28",
"count": 2
},
{
"date": "2017-10-02",
"count": 1
},
{
"date": "2017-10-05",
"count": 2
},
{
"date": "2017-10-08",
"count": 1
},
{
"date": "2017-10-15",
"count": 1
},
{
"date": "2017-10-16",
"count": 2
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-11-20",
"count": 2
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-11-26",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2017-12-13",
"count": 2
},
{
"date": "2017-12-15",
"count": 2
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2017-12-20",
"count": 2
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2017-12-26",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-06",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-12",
"count": 2
},
{
"date": "2018-01-18",
"count": 2
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-02-19",
"count": 2
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-03-03",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-11",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-20",
"count": 3
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-29",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-12",
"count": 2
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-28",
"count": 1
},
{
"date": "2018-05-06",
"count": 1
},
{
"date": "2018-05-15",
"count": 4
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-05-19",
"count": 1
},
{
"date": "2018-05-22",
"count": 4
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-25",
"count": 2
},
{
"date": "2018-06-04",
"count": 2
},
{
"date": "2018-06-05",
"count": 6
},
{
"date": "2018-06-06",
"count": 2
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-13",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-19",
"count": 2
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-06-28",
"count": 2
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-19",
"count": 1
},
{
"date": "2018-08-03",
"count": 2
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-09",
"count": 2
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-08-17",
"count": 1
},
{
"date": "2018-08-20",
"count": 1
},
{
"date": "2018-08-22",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-08-29",
"count": 2
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-10-13",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-29",
"count": 2
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-16",
"count": 1
},
{
"date": "2018-11-17",
"count": 2
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-22",
"count": 2
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-25",
"count": 1
},
{
"date": "2018-12-01",
"count": 1
},
{
"date": "2018-12-05",
"count": 2
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2018-12-23",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2018-12-26",
"count": 1
},
{
"date": "2018-12-28",
"count": 2
},
{
"date": "2018-12-29",
"count": 1
},
{
"date": "2018-12-30",
"count": 2
},
{
"date": "2019-01-03",
"count": 2
},
{
"date": "2019-01-04",
"count": 1
},
{
"date": "2019-01-05",
"count": 1
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-15",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-01-19",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-04",
"count": 1
},
{
"date": "2019-02-09",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-14",
"count": 2
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-02-23",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-10",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-03-21",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-18",
"count": 2
},
{
"date": "2019-04-19",
"count": 1
},
{
"date": "2019-04-20",
"count": 2
},
{
"date": "2019-04-26",
"count": 2
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-04",
"count": 1
},
{
"date": "2019-05-05",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-16",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-14",
"count": 1
},
{
"date": "2019-07-19",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-07-30",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-03",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-07",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-09-01",
"count": 1
},
{
"date": "2019-09-02",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2019-09-17",
"count": 2
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-05",
"count": 1
},
{
"date": "2019-10-06",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-16",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-19",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-23",
"count": 2
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-28",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-16",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-25",
"count": 2
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2019-12-09",
"count": 1
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2019-12-17",
"count": 2
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2019-12-28",
"count": 2
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-06",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-14",
"count": 2
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-22",
"count": 2
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-02-09",
"count": 2
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-02-18",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-03",
"count": 2
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-10",
"count": 2
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-22",
"count": 1
},
{
"date": "2020-03-28",
"count": 3
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-06",
"count": 1
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-23",
"count": 1
},
{
"date": "2020-04-24",
"count": 4
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-12",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-19",
"count": 3
},
{
"date": "2020-06-21",
"count": 1
},
{
"date": "2020-06-23",
"count": 2
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-06-27",
"count": 1
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-07-04",
"count": 1
},
{
"date": "2020-07-09",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-17",
"count": 1
},
{
"date": "2020-07-20",
"count": 1
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-15",
"count": 1
},
{
"date": "2020-08-18",
"count": 2
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-09-05",
"count": 2
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-14",
"count": 2
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-09-29",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-11",
"count": 1
},
{
"date": "2020-10-13",
"count": 2
},
{
"date": "2020-10-18",
"count": 2
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-29",
"count": 3
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-11",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-22",
"count": 1
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-11-28",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-06",
"count": 1
},
{
"date": "2020-12-07",
"count": 2
},
{
"date": "2020-12-08",
"count": 2
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-24",
"count": 2
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2021-01-09",
"count": 2
},
{
"date": "2021-01-10",
"count": 2
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-13",
"count": 2
},
{
"date": "2021-01-14",
"count": 2
},
{
"date": "2021-01-16",
"count": 1
},
{
"date": "2021-01-22",
"count": 1
},
{
"date": "2021-01-24",
"count": 1
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-30",
"count": 1
},
{
"date": "2021-02-04",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-07",
"count": 1
},
{
"date": "2021-02-13",
"count": 2
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-02-25",
"count": 3
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-13",
"count": 1
},
{
"date": "2021-03-16",
"count": 2
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-14",
"count": 2
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-14",
"count": 1
},
{
"date": "2021-05-20",
"count": 2
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-14",
"count": 1
},
{
"date": "2021-06-18",
"count": 2
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-07-21",
"count": 2
},
{
"date": "2021-07-25",
"count": 2
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-09-02",
"count": 2
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-27",
"count": 2
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-06",
"count": 2
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2021-12-23",
"count": 1
},
{
"date": "2021-12-28",
"count": 2
},
{
"date": "2022-01-11",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-01",
"count": 2
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-12",
"count": 2
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-04-23",
"count": 1
},
{
"date": "2022-04-24",
"count": 1
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-06",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-17",
"count": 2
},
{
"date": "2022-05-27",
"count": 3
},
{
"date": "2022-06-14",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-07-03",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-07-18",
"count": 2
},
{
"date": "2022-07-19",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-07-31",
"count": 2
},
{
"date": "2022-08-01",
"count": 2
},
{
"date": "2022-08-03",
"count": 1
},
{
"date": "2022-08-13",
"count": 2
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-16",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-03",
"count": 2
},
{
"date": "2022-09-08",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-23",
"count": 2
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-10-28",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-11-17",
"count": 2
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2022-12-11",
"count": 2
},
{
"date": "2022-12-13",
"count": 2
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2022-12-28",
"count": 2
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-29",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-03",
"count": 2
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-02",
"count": 2
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-04",
"count": 2
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-08",
"count": 2
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-13",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-25",
"count": 2
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-16",
"count": 1
},
{
"date": "2023-06-17",
"count": 1
},
{
"date": "2023-06-26",
"count": 2
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-07-22",
"count": 1
},
{
"date": "2023-07-26",
"count": 2
},
{
"date": "2023-07-30",
"count": 2
},
{
"date": "2023-08-01",
"count": 2
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-08-27",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-11",
"count": 2
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-09-26",
"count": 1
},
{
"date": "2023-09-27",
"count": 2
},
{
"date": "2023-09-30",
"count": 2
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-14",
"count": 1
},
{
"date": "2023-10-22",
"count": 2
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-01-27",
"count": 2
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-01-31",
"count": 2
},
{
"date": "2024-02-01",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-02-28",
"count": 2
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-30",
"count": 2
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-11",
"count": 2
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-22",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-17",
"count": 2
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-19",
"count": 1
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-16",
"count": 2
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-05",
"count": 2
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-01",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-11-05",
"count": 2
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-26",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-18",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-13",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-22",
"count": 2
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-03-03",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-16",
"count": 2
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-04-06",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-09",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-15",
"count": 1
},
{
"date": "2025-05-20",
"count": 1
},
{
"date": "2025-05-27",
"count": 2
},
{
"date": "2025-05-30",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-06-12",
"count": 2
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-16",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-21",
"count": 2
},
{
"date": "2025-11-23",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-01-20",
"count": 2
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-02-15",
"count": 1
},
{
"date": "2026-03-01",
"count": 1
},
{
"date": "2026-03-10",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-28",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-03",
"count": 1
},
{
"date": "2026-05-10",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-11",
"count": 2
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-16",
"count": 2
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 3082
},
"open_issues_and_prs": 41
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 20632,
"source_files_sampled": 50,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 6,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "benchmark-ips",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "bundler",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "minitest",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rdoc",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "ronn-ng",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "ruby-prof",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "benchmark-ips",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bundler",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "minitest",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 6,
"direct_count": 5,
"indirect_count": 1
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 76,
"open_issues": 35,
"closed_ratio": 0.801,
"closed_issues": 141,
"closed_unmerged_prs": 29
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "defunkt",
"commits": 426,
"avatar_url": "https://avatars.githubusercontent.com/u/2?v=4"
},
{
"type": "User",
"login": "locks",
"commits": 202,
"avatar_url": "https://avatars.githubusercontent.com/u/32344?v=4"
},
{
"type": "User",
"login": "pvande",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/2350?v=4"
},
{
"type": "User",
"login": "judofyr",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/499?v=4"
},
{
"type": "User",
"login": "MarkusHarmsen",
"commits": 15,
"avatar_url": "https://avatars.githubusercontent.com/u/1562282?v=4"
},
{
"type": "User",
"login": "josh",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/137?v=4"
},
{
"type": "User",
"login": "mishina2228",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/32959831?v=4"
},
{
"type": "User",
"login": "hugopeixoto",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/111554?v=4"
},
{
"type": "User",
"login": "jgonggrijp",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/1540185?v=4"
},
{
"type": "User",
"login": "foca",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/437?v=4"
}
],
"contributors_sampled": 69,
"top_contributor_share": 0.543
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "1 out of 9 merged PRs checked by a CI test -- score normalized to 1",
"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": 7,
"reason": "Found 8/11 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 21 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "34eb94559c7d22d85a66f393f6c78b4bde27bdbd",
"ran_at": "2026-07-22T00:32:08Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-02-24T12:32:46Z",
"oldest_open_prs": [
{
"number": 150,
"created_at": "2013-05-20T02:44:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 153,
"created_at": "2013-07-19T13:20:43Z",
"last_comment_at": "2013-08-20T16:20:18Z",
"last_comment_author": "difagume"
},
{
"number": 186,
"created_at": "2015-01-18T20:03:37Z",
"last_comment_at": "2016-05-12T15:11:55Z",
"last_comment_author": null
},
{
"number": 259,
"created_at": "2020-05-11T09:58:39Z",
"last_comment_at": "2020-05-11T11:12:01Z",
"last_comment_author": "lwoggardner"
},
{
"number": 264,
"created_at": "2020-12-05T03:31:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 288,
"created_at": "2026-05-06T13:04:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-02-24T12:31:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 112,
"created_at": "2011-10-25T14:23:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 125,
"created_at": "2012-01-14T12:40:15Z",
"last_comment_at": "2012-01-14T19:38:09Z",
"last_comment_author": "pvande"
},
{
"number": 129,
"created_at": "2012-03-22T10:38:51Z",
"last_comment_at": "2023-04-26T18:22:14Z",
"last_comment_author": "jpo-tu"
},
{
"number": 148,
"created_at": "2013-03-31T04:03:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 176,
"created_at": "2014-09-05T00:32:41Z",
"last_comment_at": "2015-02-23T01:38:00Z",
"last_comment_author": "hugopeixoto"
},
{
"number": 196,
"created_at": "2015-02-19T14:03:06Z",
"last_comment_at": "2018-12-24T21:49:15Z",
"last_comment_author": "aromeronavia"
},
{
"number": 201,
"created_at": "2015-02-23T02:10:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 208,
"created_at": "2015-06-25T11:44:30Z",
"last_comment_at": "2020-04-27T08:23:55Z",
"last_comment_author": "voxik"
},
{
"number": 222,
"created_at": "2016-04-29T08:28:38Z",
"last_comment_at": "2020-02-17T17:39:05Z",
"last_comment_author": "CarlTierney"
},
{
"number": 224,
"created_at": "2016-06-01T20:34:37Z",
"last_comment_at": "2018-10-12T21:35:45Z",
"last_comment_author": "locks"
},
{
"number": 225,
"created_at": "2016-09-16T20:22:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 228,
"created_at": "2016-11-16T00:17:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 231,
"created_at": "2017-03-19T17:36:59Z",
"last_comment_at": "2017-03-20T03:01:09Z",
"last_comment_author": "christianjuth"
},
{
"number": 236,
"created_at": "2017-06-08T16:50:38Z",
"last_comment_at": "2018-03-02T04:25:11Z",
"last_comment_author": "drewish"
},
{
"number": 239,
"created_at": "2018-01-10T15:05:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 244,
"created_at": "2018-09-04T19:39:15Z",
"last_comment_at": "2018-09-04T19:43:02Z",
"last_comment_author": "alecnmk"
},
{
"number": 248,
"created_at": "2018-12-18T13:57:14Z",
"last_comment_at": "2018-12-18T14:05:27Z",
"last_comment_author": "sbutt"
},
{
"number": 251,
"created_at": "2019-03-29T19:24:39Z",
"last_comment_at": "2019-03-31T17:45:23Z",
"last_comment_author": "locks"
},
{
"number": 253,
"created_at": "2019-07-22T18:30:49Z",
"last_comment_at": "2019-07-22T18:40:20Z",
"last_comment_author": "andreas-kupries"
},
{
"number": 254,
"created_at": "2019-08-01T10:01:16Z",
"last_comment_at": "2020-04-20T12:06:26Z",
"last_comment_author": "Kixunil"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mustache/mustache",
"host": "github.com",
"name": "mustache",
"owner": "mustache"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 46,
"vitality": 31,
"community": 84,
"governance": 68,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 31,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"commits_last_year": 15,
"human_commit_share": 1,
"days_since_last_push": 147,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 147 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 147
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "15 commits in the last year",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 15
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 1,
"latest_release_tag": "v1.0.2",
"releases_from_tags": false,
"days_since_latest_release": 4045,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4045 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 4045
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 147,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 147 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 147
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 84,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"forks": 273,
"stars": 3082,
"watchers": 64,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,082 stars",
"points": 56.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3082
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "273 forks",
"points": 20.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 273
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "64 watchers",
"points": 10,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 64
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"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": [
"mustache"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 79036775,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "79,036,775 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 79036775,
"ecosystems": "rubygems"
}
}
],
"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": 68,
"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": 69,
"top_contributor_share": 0.543
},
"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": "69 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 69
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"merged_prs": 76,
"open_issues": 35,
"closed_issues": 141,
"issue_closed_ratio": 0.801,
"closed_unmerged_prs": 29
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "76/105 decided PRs merged",
"points": 27.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 76,
"decided": 105
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 8/11 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 96,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "mustache",
"public_repos": 7,
"account_age_days": 6010
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "96 followers of mustache",
"points": 14.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 96,
"login": "mustache"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~16 yr old",
"points": 18.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"mustache"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 147
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 147 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 147
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "46 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 46
}
}
],
"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": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": 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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "1 out of 9 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://mustache.github.io/",
"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": "http://mustache.github.io/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 46,
"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": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "1 out of 9 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 8/11 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 20632,
"source_files_sampled": 50,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/50 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 50,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:32:35.205980Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mustache/mustache.svg",
"full_name": "mustache/mustache",
"license_state": "standard",
"license_spdx": "MIT"
}