Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [
"spring",
"notes",
"source-code-analysis"
],
"is_fork": false,
"size_kb": 4951,
"has_wiki": true,
"homepage": null,
"languages": {
"Java": 18631
},
"pushed_at": "2023-03-24T12:08:27Z",
"created_at": "2016-09-09T07:46:32Z",
"owner_type": "User",
"updated_at": "2026-07-21T13:23:34Z",
"description": "Spring源码阅读",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Java",
"significant_languages": [
"Java"
]
},
"owner": {
"blog": null,
"name": "skywalker",
"type": "User",
"login": "seaswalker",
"company": null,
"location": "Mars",
"followers": 1361,
"avatar_url": "https://avatars.githubusercontent.com/u/12082227?v=4",
"created_at": "2015-04-23T09:44:51Z",
"is_verified": null,
"public_repos": 62,
"account_age_days": 4107
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "4379cce848af96997a9d7ef91d594aa129be8d71",
"body": "修复少数md格式",
"is_bot": false,
"headline": "Merge pull request #37 from Carpe-Wang/master",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2023-03-24T12:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ae25dd4dc96efa25d4c0edc7708d32b8776457",
"body": null,
"is_bot": false,
"headline": "修复少数md格式",
"author_name": "Carpe-Wang",
"author_login": null,
"committed_at": "2023-03-23T08:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fab1b3e95f7d0b90eb6b41ee104c6b143954459",
"body": "Update spring-boot.md",
"is_bot": false,
"headline": "Merge pull request #22 from iiuhuy/patch-1",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2021-02-23T11:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214462c4c583633ca4abf01b7b868dc085425d20",
"body": null,
"is_bot": false,
"headline": "Update spring-boot.md",
"author_name": "YuHui",
"author_login": "iiuhuy",
"committed_at": "2021-02-23T09:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f612865fba0d0a0fba8b839c2cb0d01394e06992",
"body": "纠正postProcessMergedBeanDefinition方法的执行时机的描述",
"is_bot": false,
"headline": "Merge pull request #13 from rocky-peng/patch-1",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2020-06-23T00:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc3785db8a6152bebf4870164c9559aa45e5f27f",
"body": "….jackson.core-jackson-databind-2.10.0.pr1\n\nBump jackson-databind from 2.9.10.1 to 2.10.0.pr1",
"is_bot": false,
"headline": "Merge pull request #18 from seaswalker/dependabot/maven/com.fasterxml…",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2020-06-21T20:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578992b09e22aadb85c63d822bad679213eda4d3",
"body": "Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.1 to 2.10.0.pr1.\n- [Release notes](https://github.com/FasterXML/jackson/releases)\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump jackson-databind from 2.9.10.1 to 2.10.0.pr1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-06-18T15:44:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a41e7b00f3205ab420bb8aebaa47c500ae186773",
"body": "纠正MergedBeanDefinitionPostProcessor.postProcessMergedBeanDefinition方法的执行时机的描述\r\n```java\r\nprotected Object doCreateBean(final String beanName, final RootBeanDefinition mbd, final Object[] args) {\r\n // Instantiate the bean.\r\n BeanWrapper instanceWrapper = null;\r\n if (mbd.isSingleton()) {\r\n \n[…]\n (!mbd.postProcessed) {\r\n applyMergedBeanDefinitionPostProcessors(mbd, beanType, beanName);\r\n mbd.postProcessed = true;\r\n }\r\n }\r\n}\t\r\n```\r\n代码中createBeanInstance方法已经创建了实例",
"is_bot": false,
"headline": "纠正postProcessMergedBeanDefinition方法的执行时机的描述",
"author_name": "Rocky",
"author_login": null,
"committed_at": "2020-02-13T07:49:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "032e1743eae0ace77ba79ff2de111511acc69baf",
"body": "…jackson.core-jackson-databind-2.9.10.1\n\nBump jackson-databind from 2.9.8 to 2.9.10.1",
"is_bot": false,
"headline": "Merge pull request #8 from seaswalker/dependabot/maven/com.fasterxml.…",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2020-01-16T12:21:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4bb943828e1b93d332ad242643fa2c3b9ff7394",
"body": "….validator-hibernate-validator-6.1.0.Final\n\nBump hibernate-validator from 6.0.2.Final to 6.1.0.Final",
"is_bot": false,
"headline": "Merge pull request #10 from seaswalker/dependabot/maven/org.hibernate…",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2020-01-16T12:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2614b08cfd35ab537b9f003849ebb7d1b3f43a5c",
"body": "Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 6.0.2.Final to 6.1.0.Final.\n- [Release notes](https://github.com/hibernate/hibernate-validator/releases)\n- [Changelog](https://github.com/hibernate/hibernate-validator/blob/master/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-validator/compare/6.0.2.Final...6.1.0.Final)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump hibernate-validator from 6.0.2.Final to 6.1.0.Final",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2020-01-08T17:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb36b4d9d02b9fd5df4468fc6de772e0f6529cec",
"body": "Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.8 to 2.9.10.1.\n- [Release notes](https://github.com/FasterXML/jackson/releases)\n- [Commits](https://github.com/FasterXML/jackson/commits)\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump jackson-databind from 2.9.8 to 2.9.10.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2019-11-13T03:59:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba03d7c5c0cb27e5874541b52e03a490f8a27227",
"body": "add Table of Contents",
"is_bot": false,
"headline": "Merge pull request #3 from qqq19923/master",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2019-02-19T00:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57cc3aaa5d209302b2cee24ff8f81a25e4a90794",
"body": null,
"is_bot": false,
"headline": "add Table of Contents",
"author_name": "qqq19923",
"author_login": "qqq19923",
"committed_at": "2019-02-18T07:51:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4ee98341b8a59c025d2f101fc691a25ff6dfee",
"body": null,
"is_bot": false,
"headline": "Update pom.xml",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2019-01-29T02:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb7a2c624f6f2799548846fe0385ccd170c41477",
"body": null,
"is_bot": false,
"headline": "upgrade pom",
"author_name": "seaswalker",
"author_login": "seaswalker",
"committed_at": "2018-11-19T03:20:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6434e4deb62283cdf342fcee9af6e262bed95334",
"body": null,
"is_bot": false,
"headline": "upgrade pom",
"author_name": "seaswalker",
"author_login": "seaswalker",
"committed_at": "2018-11-19T03:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d148fd31c5995c8db719294f49b0ce2c2a51c0d3",
"body": null,
"is_bot": false,
"headline": "Update pom.xml",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2018-10-17T12:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2089a9f7d43e71bb3b588dcba989ff2675f7cb7e",
"body": null,
"is_bot": false,
"headline": "修正@RequestBody @Validated合用处说明的错误",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-30T12:43:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e65834fe9d4ff5a09b9f3da95fbea73239a067e7",
"body": null,
"is_bot": false,
"headline": "spring-boot begin",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-21T12:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dcf03b7aa0a4995125d9d82e1165bff53390bb0",
"body": null,
"is_bot": false,
"headline": "setValidators -> addValidators",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-16T13:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4714dee263e9f865dc11e431e159a880751e96e",
"body": null,
"is_bot": false,
"headline": "自定义校验器",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-16T13:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efdb8fbf8e3c5bb3616eaa8b2f0ab01123aa4310",
"body": null,
"is_bot": false,
"headline": "JSR校验",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-10T12:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435523732d0925d0817262c4ca835f09e853d1ef",
"body": null,
"is_bot": false,
"headline": "DataBinder接口",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-09T13:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd56e4c5c10d0e7b43d4513ee382f91580254dac",
"body": null,
"is_bot": false,
"headline": "@ModelAttribute",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-09T01:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb13dfb927153a3e0d9ed197f4cde3a3a728a3a",
"body": null,
"is_bot": false,
"headline": "pure parameter object°",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-09-08T14:04:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41d3f0e30b222b1ded93fce5548abdf020c848c1",
"body": null,
"is_bot": false,
"headline": "Spring AOP: aop切面拦截的坑",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-08-25T06:12:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61c574e39ee401aef52667b3bed2befdd7f36e7f",
"body": null,
"is_bot": false,
"headline": "Spring MVC: 参数名是从哪里来的?",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-08-12T10:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff2254e430a05a8dffc76d8b91b7f8709985a149",
"body": null,
"is_bot": false,
"headline": "HttpMessageConverter",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-08-11T12:55:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27accec47deaa68c1c7d833ad3aa55c6f391458a",
"body": null,
"is_bot": false,
"headline": "Spring MVC: 输入/输出转化",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-08-09T12:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "270c7beb3c9aef194fd579eb6a816627fc6d9268",
"body": null,
"is_bot": false,
"headline": "@ResponseBody",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-08-07T13:51:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88ceee204ec50562941ba31d8ac6d763d43be967",
"body": null,
"is_bot": false,
"headline": "pretty",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-07-16T11:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df169c377728a9afc94e3257eb7d2ba2955a3b51",
"body": null,
"is_bot": false,
"headline": "spring-mvc: 声明->生命",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-27T05:56:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "867a91225627d731b20db49826d023b0e3d5a4a6",
"body": null,
"is_bot": false,
"headline": "spring-mvc: 对齐JstlView类图",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-25T10:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db1e881974b261eedc45de0c238935251faa7167",
"body": null,
"is_bot": false,
"headline": "spring-mvc: 完成",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-25T10:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42e2cc8c909b4b8808bfd73e74f1cd60302d4555",
"body": null,
"is_bot": false,
"headline": "sping-mvc:session同步",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-21T07:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce9e4bcdd931d8dc60e73cd9341f4c8cac8be7bd",
"body": null,
"is_bot": false,
"headline": "spring-mvc: 处理器查找",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-20T10:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "575fc0e42e83755817cd576573a12493bacf6cb6",
"body": null,
"is_bot": false,
"headline": "spring-mvc: HanderMapping初始化",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-19T11:22:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24e8d00520b15ce513964ae802d2e672d5f3b987",
"body": null,
"is_bot": false,
"headline": "初始化完成",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-19T03:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46d27a82d811f2fa6cb794c5fa77bf2d9378e270",
"body": null,
"is_bot": false,
"headline": "spring-mvc: 文件上传,地区解析",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-17T12:15:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68b6cf20bc80dd433beee61c82da6213d58149e6",
"body": null,
"is_bot": false,
"headline": "spring-transaction: 补充事务挂起",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-16T10:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d6abcb0d347139e71a5b4a9afb1363a5b2c3b1",
"body": null,
"is_bot": false,
"headline": "删除代码换行",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-16T09:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61461725cf43b3d74a93d045c48e72c84d1c9b1f",
"body": null,
"is_bot": false,
"headline": "spring-mvc: readme",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-16T08:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5663262af075bbd27f50e59f9082a1735e869020",
"body": null,
"is_bot": false,
"headline": "spring-mvc: 容器初始化",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-16T08:57:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "977dff2b5f40b2ad7d0bffa24b5cdcf5682d7656",
"body": null,
"is_bot": false,
"headline": "maven tomcat插件配置",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-15T11:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b9fb26d75a5163c8d3aad825a3a26defc99fb82",
"body": null,
"is_bot": false,
"headline": "转为maven webapp",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-15T09:13:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "776b378bde043b207458d808886ab6cf28c7d0f1",
"body": null,
"is_bot": false,
"headline": "spring-transcation 完成",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-15T03:09:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d1608871bacce3b0de212e032cb7a5573a5d9e8",
"body": null,
"is_bot": false,
"headline": "搭建 debug环境",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-14T10:25:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a7498d464ee17b6ee3efc4264dcdfc42914595e",
"body": null,
"is_bot": false,
"headline": "Transaction到底是个什么东西?",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-14T06:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3ab9051bc8e81497c3ccddcfbf6f9ec7f946f36",
"body": null,
"is_bot": false,
"headline": "pretty pom.xml",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-13T11:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "341a3280c19054980db52a7bd8aa34cb2c857828",
"body": null,
"is_bot": false,
"headline": "spring-transcation",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-13T10:06:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "764c60611be2fe0dc2e1b80b6ce1015c2d1c3008",
"body": null,
"is_bot": false,
"headline": "传送门",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-13T01:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81dddd89878aa9d15c088016bb7bc5ee54fae492",
"body": null,
"is_bot": false,
"headline": "Create README.md",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-13T01:08:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d18961b5aace199cd742b71cdcbd0d84af6675",
"body": null,
"is_bot": false,
"headline": "Guava cache finished",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-10T08:14:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcae9f5edc28b01821f8d115ff7b390d773a718a",
"body": null,
"is_bot": false,
"headline": "2017年2月9日18:53:12",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-09T10:53:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3cd7d60ab2fff569a65c2691c65c5db901008b9",
"body": null,
"is_bot": false,
"headline": "Part of put method",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-08T05:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69a923ebec84c83e47d165fa86182503ee9bbe73",
"body": null,
"is_bot": false,
"headline": "guava-cache构建",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-06T09:54:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "783a36b88ea821a240411d747c59670af58d143b",
"body": null,
"is_bot": false,
"headline": "guava-cache 2017年2月5日19:22:09",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-05T11:22:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "890e56b428e2b7109cc2591b8c967052f218e65c",
"body": null,
"is_bot": false,
"headline": "spring-task finished",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-02-05T02:33:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0b516ffb34fb4960545dd7e638ad0517e917ed0",
"body": null,
"is_bot": false,
"headline": "finish scheduler",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-01-02T10:25:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2e6f5876664455a9d285a85e90fd8a66b47a41a",
"body": null,
"is_bot": false,
"headline": "spring-task:scheduler解析",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2017-01-02T04:08:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7d473bc4d6cee7c6f1d9adb4e5c351e0c3d8858",
"body": null,
"is_bot": false,
"headline": "aop总结",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-11-13T12:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "526931f7ca56164c22e94fe9a60ac3b7a6d4a031",
"body": null,
"is_bot": false,
"headline": "aop finished",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-11-13T03:22:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffcd519b02e884c2ef1bed3b4d56a5ba6c029cae",
"body": null,
"is_bot": false,
"headline": "重写aop:config运行部分",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-11-12T13:40:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f298a91192aa9693b9bbf6be7a9ecfd4ae05787",
"body": null,
"is_bot": false,
"headline": "aop:scoped-proxy finished",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-30T10:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e7d2a8686adde2b2138c0166142b79ff43e0917",
"body": null,
"is_bot": false,
"headline": "2016-10-16 18:31",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-16T10:31:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95ba2647549a6210f8bb0df591c31182339cbd3f",
"body": null,
"is_bot": false,
"headline": "2016-10-16 12:23",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-16T04:24:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7aacbca43e7c1a460ce0f30e8270a6b76d7ac2c",
"body": null,
"is_bot": false,
"headline": "2016-10-15 18:31",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-15T10:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dc5e483c6255697181184331986cdf557030d09",
"body": null,
"is_bot": false,
"headline": "2016-10-9 19:44",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-09T11:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea393f358ce5e7f5f762eee03ef0057e3b9f74b5",
"body": null,
"is_bot": false,
"headline": "2016-10-9 12:28",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-09T04:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61a478f2a7578363e2d39e5edfe2564cee336c8b",
"body": null,
"is_bot": false,
"headline": "2016-10-7 21:30",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-07T13:30:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0656293e120348fba79d6e7daba7646b85f6c090",
"body": null,
"is_bot": false,
"headline": "remove uml temp file",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-06T13:36:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cfff5c9b45dbf4c9dd9fe8d9b0394dcbc5bcf18",
"body": null,
"is_bot": false,
"headline": "2016-10-6 21:36",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-06T13:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d81a23ededa3e3ae2f5bcf88612867dd8ef392",
"body": null,
"is_bot": false,
"headline": "2016-10-5 20:43",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-05T12:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bc01730e2fc26a6d578909dbe6288d96ff15724",
"body": null,
"is_bot": false,
"headline": "2016-10-04 20:01",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-04T12:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac59d14e0d5464aabf0b9f5cdcf1b03de45b6161",
"body": null,
"is_bot": false,
"headline": "删除uml临时文件",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-04T04:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd43f3dc4a873c1c6958452592e90fb6c471508",
"body": null,
"is_bot": false,
"headline": "2016-10-04 12:18",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-04T04:18:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c9bf8462e30e027b7c81baeade9231353269b42",
"body": null,
"is_bot": false,
"headline": "添加init方法调用部分说明",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-03T11:47:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa23f353f64052173ff1d38faf5bb7e6712943a6",
"body": null,
"is_bot": false,
"headline": "修改文件名",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-03T11:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59b68961052d79e0cd993acef5a7f30a00f85321",
"body": null,
"is_bot": false,
"headline": "2016-10-03 18:58",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-03T10:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edb32daaa96603d911eac9cb06db4dc89b2fdc99",
"body": null,
"is_bot": false,
"headline": "2016-10-02 18:21",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-02T10:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b724daeae70d53dd9679221d94f635bb775eec9",
"body": null,
"is_bot": false,
"headline": "2016-10-02 12:17",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-02T04:17:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d9af942ba9c082283d0e7c71e7c180db5c8751",
"body": null,
"is_bot": false,
"headline": "2016-10-1 19:14",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-01T11:14:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e00ec6d90318a96492c101e3eb333f66d292d709",
"body": null,
"is_bot": false,
"headline": "remove the eclipse settings",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-10-01T08:55:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0e65a1d0baae232e7161adc26260932152de58",
"body": null,
"is_bot": false,
"headline": "2016-9-25 18:41",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-25T10:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76be01ab9107272c90b1567d5eb3752cf5e9b1f",
"body": null,
"is_bot": false,
"headline": "2016-9-25 12:32",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-25T04:32:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9da6c68b033f321a4681dbf2c2f96585d182e53b",
"body": null,
"is_bot": false,
"headline": "2016-9-24 18:56",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-24T10:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5693f1d6451a93c8455a84f81fb914df89b88d1f",
"body": null,
"is_bot": false,
"headline": "2016-9-22 19:00",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-22T11:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334c4d93dbde98313a465494718493d0da7df0fc",
"body": null,
"is_bot": false,
"headline": "2016-9-17 18:17",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-17T10:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fa1f3ac25c295c55348942c0a6a9bd7e4a2d15e",
"body": null,
"is_bot": false,
"headline": "2016-9-16 21:12",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-16T13:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa13fe640190c8092a51076c12b89a9596cfacb6",
"body": null,
"is_bot": false,
"headline": "2016-9-15 18:38",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-15T10:38:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7f61b639ed5fe3772f0225ad478f4a6cdce39ce",
"body": null,
"is_bot": false,
"headline": "2016年9月14日17:26",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-14T09:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee2c1b6bedfeabc7cde2ac41c2491e1d6283d1e",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:seaswalker/Spring",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-13T00:12:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "284b66e3305b6a31e2ec9a4a7690a84f088c335f",
"body": null,
"is_bot": false,
"headline": "补充图片",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-13T00:12:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d04fc1ad5b7ff8b408571e82872f2f700bb556b",
"body": null,
"is_bot": false,
"headline": "2016年9月12日17:49",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-12T09:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c9d00d336fa5ed3d6444f5696c9c8621f6c989a",
"body": null,
"is_bot": false,
"headline": "2016-9-11 18:12",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-11T10:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5681ecd0d84501e6a5674253c3e298d4c605dd4",
"body": null,
"is_bot": false,
"headline": "2016-9-10 19:07",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-10T11:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b4c155ab285f9ec7692cf6a9c840212092e24a",
"body": null,
"is_bot": false,
"headline": "2016-9-9 21:25",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-09T13:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0710ca46306c984c297e56efcee3f8e04276aef",
"body": null,
"is_bot": false,
"headline": "todo文件",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-09T07:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a8ae85ffc3cf84867cb0b344baa4c9d93ab621f",
"body": null,
"is_bot": false,
"headline": "2016年9月9日15:53",
"author_name": "skywalker",
"author_login": "seaswalker",
"committed_at": "2016-09-09T07:53:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 0,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 1215,
"active_weeks_last_year": 0,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 4120,
"stars": 13742,
"watchers": 592,
"fork_history": {
"days": [
{
"date": "2021-07-29",
"count": 3
},
{
"date": "2021-07-30",
"count": 3
},
{
"date": "2021-07-31",
"count": 2
},
{
"date": "2021-08-01",
"count": 2
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-04",
"count": 2
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-09",
"count": 2
},
{
"date": "2021-08-10",
"count": 2
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-08-16",
"count": 1
},
{
"date": "2021-08-17",
"count": 6
},
{
"date": "2021-08-19",
"count": 3
},
{
"date": "2021-08-20",
"count": 2
},
{
"date": "2021-08-21",
"count": 2
},
{
"date": "2021-08-24",
"count": 3
},
{
"date": "2021-08-25",
"count": 2
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-08-29",
"count": 1
},
{
"date": "2021-09-01",
"count": 2
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-07",
"count": 2
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-10",
"count": 2
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-14",
"count": 2
},
{
"date": "2021-09-15",
"count": 3
},
{
"date": "2021-09-16",
"count": 21
},
{
"date": "2021-09-17",
"count": 9
},
{
"date": "2021-09-18",
"count": 9
},
{
"date": "2021-09-19",
"count": 7
},
{
"date": "2021-09-20",
"count": 2
},
{
"date": "2021-09-21",
"count": 3
},
{
"date": "2021-09-22",
"count": 14
},
{
"date": "2021-09-23",
"count": 9
},
{
"date": "2021-09-24",
"count": 4
},
{
"date": "2021-09-25",
"count": 1
},
{
"date": "2021-09-26",
"count": 9
},
{
"date": "2021-09-27",
"count": 3
},
{
"date": "2021-09-28",
"count": 6
},
{
"date": "2021-09-29",
"count": 2
},
{
"date": "2021-09-30",
"count": 2
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-02",
"count": 2
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-06",
"count": 5
},
{
"date": "2021-10-07",
"count": 2
},
{
"date": "2021-10-08",
"count": 5
},
{
"date": "2021-10-09",
"count": 6
},
{
"date": "2021-10-10",
"count": 2
},
{
"date": "2021-10-11",
"count": 4
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-10-13",
"count": 1
},
{
"date": "2021-10-14",
"count": 4
},
{
"date": "2021-10-15",
"count": 2
},
{
"date": "2021-10-17",
"count": 4
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-10-19",
"count": 4
},
{
"date": "2021-10-20",
"count": 2
},
{
"date": "2021-10-22",
"count": 1
},
{
"date": "2021-10-25",
"count": 3
},
{
"date": "2021-10-26",
"count": 2
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-10-28",
"count": 2
},
{
"date": "2021-10-30",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2021-11-01",
"count": 1
},
{
"date": "2021-11-02",
"count": 5
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-04",
"count": 2
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-11",
"count": 2
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-15",
"count": 3
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-17",
"count": 2
},
{
"date": "2021-11-18",
"count": 2
},
{
"date": "2021-11-21",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-23",
"count": 2
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-11-25",
"count": 2
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-11-27",
"count": 2
},
{
"date": "2021-11-30",
"count": 2
},
{
"date": "2021-12-01",
"count": 5
},
{
"date": "2021-12-03",
"count": 2
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2021-12-05",
"count": 1
},
{
"date": "2021-12-06",
"count": 3
},
{
"date": "2021-12-09",
"count": 2
},
{
"date": "2021-12-10",
"count": 3
},
{
"date": "2021-12-12",
"count": 2
},
{
"date": "2021-12-13",
"count": 2
},
{
"date": "2021-12-14",
"count": 2
},
{
"date": "2021-12-15",
"count": 2
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-20",
"count": 3
},
{
"date": "2021-12-21",
"count": 5
},
{
"date": "2021-12-22",
"count": 5
},
{
"date": "2021-12-23",
"count": 2
},
{
"date": "2021-12-24",
"count": 2
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2021-12-27",
"count": 2
},
{
"date": "2021-12-28",
"count": 1
},
{
"date": "2021-12-29",
"count": 2
},
{
"date": "2021-12-30",
"count": 3
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-11",
"count": 3
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-01-17",
"count": 2
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-01-19",
"count": 2
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-23",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-04",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-08",
"count": 3
},
{
"date": "2022-02-09",
"count": 3
},
{
"date": "2022-02-11",
"count": 3
},
{
"date": "2022-02-13",
"count": 1
},
{
"date": "2022-02-14",
"count": 2
},
{
"date": "2022-02-15",
"count": 2
},
{
"date": "2022-02-16",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-20",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-24",
"count": 3
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-02-28",
"count": 2
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-07",
"count": 2
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-03-09",
"count": 4
},
{
"date": "2022-03-10",
"count": 2
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-17",
"count": 2
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-23",
"count": 2
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-26",
"count": 2
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-03-28",
"count": 2
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-01",
"count": 3
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-06",
"count": 2
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-11",
"count": 2
},
{
"date": "2022-04-12",
"count": 2
},
{
"date": "2022-04-13",
"count": 2
},
{
"date": "2022-04-15",
"count": 3
},
{
"date": "2022-04-17",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-19",
"count": 2
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-04-23",
"count": 2
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-04-27",
"count": 2
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-04-29",
"count": 2
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-04",
"count": 2
},
{
"date": "2022-05-07",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-05-22",
"count": 2
},
{
"date": "2022-05-23",
"count": 1
},
{
"date": "2022-05-25",
"count": 2
},
{
"date": "2022-05-28",
"count": 3
},
{
"date": "2022-05-29",
"count": 1
},
{
"date": "2022-06-01",
"count": 2
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-05",
"count": 1
},
{
"date": "2022-06-06",
"count": 2
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-06-12",
"count": 2
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-18",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-06-22",
"count": 2
},
{
"date": "2022-06-23",
"count": 2
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-28",
"count": 2
},
{
"date": "2022-06-30",
"count": 2
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-07-06",
"count": 3
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-11",
"count": 1
},
{
"date": "2022-07-13",
"count": 2
},
{
"date": "2022-07-21",
"count": 2
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-07-29",
"count": 3
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-08-01",
"count": 2
},
{
"date": "2022-08-02",
"count": 2
},
{
"date": "2022-08-03",
"count": 3
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-08-10",
"count": 4
},
{
"date": "2022-08-11",
"count": 5
},
{
"date": "2022-08-12",
"count": 2
},
{
"date": "2022-08-13",
"count": 2
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-16",
"count": 2
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-18",
"count": 2
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-22",
"count": 2
},
{
"date": "2022-08-23",
"count": 3
},
{
"date": "2022-08-25",
"count": 2
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-09-02",
"count": 2
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-17",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-09-26",
"count": 4
},
{
"date": "2022-09-28",
"count": 1
},
{
"date": "2022-09-29",
"count": 3
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-10-08",
"count": 2
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-10",
"count": 2
},
{
"date": "2022-10-11",
"count": 2
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-15",
"count": 1
},
{
"date": "2022-10-16",
"count": 1
},
{
"date": "2022-10-17",
"count": 3
},
{
"date": "2022-10-18",
"count": 3
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-10-20",
"count": 3
},
{
"date": "2022-10-21",
"count": 3
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-31",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-11-03",
"count": 2
},
{
"date": "2022-11-07",
"count": 2
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 2
},
{
"date": "2022-11-12",
"count": 2
},
{
"date": "2022-11-13",
"count": 3
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-11-19",
"count": 3
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-11-22",
"count": 2
},
{
"date": "2022-11-23",
"count": 2
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-09",
"count": 2
},
{
"date": "2022-12-10",
"count": 1
},
{
"date": "2022-12-13",
"count": 3
},
{
"date": "2022-12-14",
"count": 2
},
{
"date": "2022-12-16",
"count": 2
},
{
"date": "2022-12-17",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-23",
"count": 1
},
{
"date": "2022-12-24",
"count": 1
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2022-12-27",
"count": 2
},
{
"date": "2022-12-29",
"count": 3
},
{
"date": "2022-12-30",
"count": 3
},
{
"date": "2023-01-04",
"count": 2
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-20",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-01-28",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-14",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-26",
"count": 1
},
{
"date": "2023-02-27",
"count": 2
},
{
"date": "2023-02-28",
"count": 2
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-08",
"count": 2
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-14",
"count": 2
},
{
"date": "2023-03-15",
"count": 3
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-22",
"count": 6
},
{
"date": "2023-03-23",
"count": 16
},
{
"date": "2023-03-24",
"count": 13
},
{
"date": "2023-03-25",
"count": 2
},
{
"date": "2023-03-26",
"count": 5
},
{
"date": "2023-03-27",
"count": 8
},
{
"date": "2023-03-28",
"count": 4
},
{
"date": "2023-03-29",
"count": 4
},
{
"date": "2023-03-30",
"count": 5
},
{
"date": "2023-03-31",
"count": 3
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-02",
"count": 5
},
{
"date": "2023-04-03",
"count": 4
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-06",
"count": 4
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-08",
"count": 3
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-10",
"count": 2
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-15",
"count": 1
},
{
"date": "2023-04-16",
"count": 1
},
{
"date": "2023-04-19",
"count": 2
},
{
"date": "2023-04-20",
"count": 2
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-23",
"count": 3
},
{
"date": "2023-04-24",
"count": 2
},
{
"date": "2023-04-26",
"count": 2
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-06",
"count": 2
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-08",
"count": 2
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-14",
"count": 1
},
{
"date": "2023-05-16",
"count": 2
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-05-21",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-05-27",
"count": 1
},
{
"date": "2023-05-30",
"count": 2
},
{
"date": "2023-06-01",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-06-13",
"count": 2
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-06-27",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-06-29",
"count": 2
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-07-05",
"count": 2
},
{
"date": "2023-07-11",
"count": 1
},
{
"date": "2023-07-12",
"count": 2
},
{
"date": "2023-07-16",
"count": 2
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-30",
"count": 2
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-08-09",
"count": 2
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-18",
"count": 2
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-22",
"count": 2
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-08-31",
"count": 2
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-07",
"count": 2
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-17",
"count": 2
},
{
"date": "2023-10-23",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-20",
"count": 1
},
{
"date": "2023-11-21",
"count": 1
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-13",
"count": 2
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-20",
"count": 2
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2024-01-01",
"count": 1
},
{
"date": "2024-01-04",
"count": 2
},
{
"date": "2024-01-06",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-02-01",
"count": 3
},
{
"date": "2024-02-02",
"count": 7
},
{
"date": "2024-02-03",
"count": 2
},
{
"date": "2024-02-06",
"count": 2
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-16",
"count": 2
},
{
"date": "2024-02-17",
"count": 1
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-05",
"count": 1
},
{
"date": "2024-03-11",
"count": 2
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-12",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-03",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-05-09",
"count": 2
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-20",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-07-26",
"count": 1
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-06",
"count": 2
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-09-06",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-23",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-04",
"count": 1
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-14",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-09",
"count": 2
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-14",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-17",
"count": 2
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-08",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-19",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-11-13",
"count": 1
},
{
"date": "2025-11-27",
"count": 2
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-26",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-16",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-28",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-28",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_forks": 4120
},
"star_history": {
"days": [
{
"date": "2023-11-20",
"count": 2
},
{
"date": "2023-11-21",
"count": 2
},
{
"date": "2023-11-23",
"count": 2
},
{
"date": "2023-11-24",
"count": 4
},
{
"date": "2023-11-25",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-11-27",
"count": 2
},
{
"date": "2023-11-28",
"count": 2
},
{
"date": "2023-11-29",
"count": 2
},
{
"date": "2023-11-30",
"count": 3
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-04",
"count": 4
},
{
"date": "2023-12-05",
"count": 1
},
{
"date": "2023-12-06",
"count": 2
},
{
"date": "2023-12-07",
"count": 2
},
{
"date": "2023-12-09",
"count": 2
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-13",
"count": 8
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-17",
"count": 2
},
{
"date": "2023-12-18",
"count": 1
},
{
"date": "2023-12-19",
"count": 3
},
{
"date": "2023-12-20",
"count": 3
},
{
"date": "2023-12-21",
"count": 2
},
{
"date": "2023-12-23",
"count": 2
},
{
"date": "2023-12-25",
"count": 4
},
{
"date": "2023-12-26",
"count": 1
},
{
"date": "2023-12-27",
"count": 1
},
{
"date": "2023-12-29",
"count": 4
},
{
"date": "2023-12-31",
"count": 2
},
{
"date": "2024-01-02",
"count": 2
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-04",
"count": 6
},
{
"date": "2024-01-05",
"count": 3
},
{
"date": "2024-01-06",
"count": 5
},
{
"date": "2024-01-07",
"count": 1
},
{
"date": "2024-01-08",
"count": 1
},
{
"date": "2024-01-09",
"count": 2
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-11",
"count": 3
},
{
"date": "2024-01-12",
"count": 3
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-16",
"count": 2
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 2
},
{
"date": "2024-01-19",
"count": 1
},
{
"date": "2024-01-21",
"count": 2
},
{
"date": "2024-01-23",
"count": 3
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-25",
"count": 3
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-01-28",
"count": 1
},
{
"date": "2024-01-29",
"count": 3
},
{
"date": "2024-01-30",
"count": 2
},
{
"date": "2024-02-01",
"count": 19
},
{
"date": "2024-02-02",
"count": 9
},
{
"date": "2024-02-03",
"count": 12
},
{
"date": "2024-02-04",
"count": 10
},
{
"date": "2024-02-05",
"count": 4
},
{
"date": "2024-02-06",
"count": 5
},
{
"date": "2024-02-08",
"count": 3
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-14",
"count": 2
},
{
"date": "2024-02-16",
"count": 4
},
{
"date": "2024-02-17",
"count": 1
},
{
"date": "2024-02-18",
"count": 2
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-02-20",
"count": 6
},
{
"date": "2024-02-21",
"count": 3
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-25",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-27",
"count": 3
},
{
"date": "2024-02-28",
"count": 3
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-03",
"count": 4
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-05",
"count": 4
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 3
},
{
"date": "2024-03-09",
"count": 1
},
{
"date": "2024-03-10",
"count": 1
},
{
"date": "2024-03-11",
"count": 3
},
{
"date": "2024-03-12",
"count": 2
},
{
"date": "2024-03-13",
"count": 5
},
{
"date": "2024-03-15",
"count": 4
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-17",
"count": 3
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-19",
"count": 4
},
{
"date": "2024-03-20",
"count": 3
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-22",
"count": 2
},
{
"date": "2024-03-24",
"count": 2
},
{
"date": "2024-03-25",
"count": 3
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-27",
"count": 4
},
{
"date": "2024-03-28",
"count": 3
},
{
"date": "2024-03-29",
"count": 2
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-03",
"count": 3
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-06",
"count": 2
},
{
"date": "2024-04-07",
"count": 3
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-09",
"count": 2
},
{
"date": "2024-04-10",
"count": 2
},
{
"date": "2024-04-11",
"count": 2
},
{
"date": "2024-04-12",
"count": 3
},
{
"date": "2024-04-13",
"count": 2
},
{
"date": "2024-04-15",
"count": 2
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-04-17",
"count": 3
},
{
"date": "2024-04-18",
"count": 4
},
{
"date": "2024-04-19",
"count": 4
},
{
"date": "2024-04-21",
"count": 3
},
{
"date": "2024-04-22",
"count": 3
},
{
"date": "2024-04-23",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-26",
"count": 2
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-04-30",
"count": 2
},
{
"date": "2024-05-01",
"count": 2
},
{
"date": "2024-05-02",
"count": 1
},
{
"date": "2024-05-03",
"count": 2
},
{
"date": "2024-05-05",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-07",
"count": 2
},
{
"date": "2024-05-09",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-11",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-13",
"count": 2
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-19",
"count": 1
},
{
"date": "2024-05-20",
"count": 2
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-05-24",
"count": 2
},
{
"date": "2024-05-26",
"count": 2
},
{
"date": "2024-05-27",
"count": 1
},
{
"date": "2024-05-28",
"count": 1
},
{
"date": "2024-05-29",
"count": 3
},
{
"date": "2024-05-30",
"count": 4
},
{
"date": "2024-05-31",
"count": 2
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-10",
"count": 2
},
{
"date": "2024-06-11",
"count": 2
},
{
"date": "2024-06-13",
"count": 2
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-16",
"count": 2
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-18",
"count": 3
},
{
"date": "2024-06-21",
"count": 1
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-06-23",
"count": 2
},
{
"date": "2024-06-24",
"count": 1
},
{
"date": "2024-06-25",
"count": 2
},
{
"date": "2024-06-26",
"count": 2
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-06-28",
"count": 3
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-06-30",
"count": 1
},
{
"date": "2024-07-01",
"count": 2
},
{
"date": "2024-07-02",
"count": 2
},
{
"date": "2024-07-03",
"count": 3
},
{
"date": "2024-07-04",
"count": 4
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2024-07-09",
"count": 2
},
{
"date": "2024-07-10",
"count": 2
},
{
"date": "2024-07-12",
"count": 3
},
{
"date": "2024-07-13",
"count": 1
},
{
"date": "2024-07-18",
"count": 1
},
{
"date": "2024-07-19",
"count": 1
},
{
"date": "2024-07-20",
"count": 2
},
{
"date": "2024-07-21",
"count": 2
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-07-23",
"count": 6
},
{
"date": "2024-07-24",
"count": 2
},
{
"date": "2024-07-25",
"count": 3
},
{
"date": "2024-07-26",
"count": 3
},
{
"date": "2024-07-27",
"count": 1
},
{
"date": "2024-07-29",
"count": 1
},
{
"date": "2024-07-30",
"count": 2
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-06",
"count": 3
},
{
"date": "2024-08-07",
"count": 4
},
{
"date": "2024-08-08",
"count": 2
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-14",
"count": 1
},
{
"date": "2024-08-16",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-21",
"count": 2
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-08-23",
"count": 2
},
{
"date": "2024-08-25",
"count": 1
},
{
"date": "2024-08-26",
"count": 2
},
{
"date": "2024-08-28",
"count": 3
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-01",
"count": 2
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-04",
"count": 2
},
{
"date": "2024-09-05",
"count": 3
},
{
"date": "2024-09-06",
"count": 2
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-18",
"count": 2
},
{
"date": "2024-09-19",
"count": 1
},
{
"date": "2024-09-23",
"count": 3
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-26",
"count": 2
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-06",
"count": 2
},
{
"date": "2024-10-09",
"count": 2
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2024-10-12",
"count": 3
},
{
"date": "2024-10-13",
"count": 1
},
{
"date": "2024-10-14",
"count": 2
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-17",
"count": 2
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-10-23",
"count": 2
},
{
"date": "2024-10-24",
"count": 2
},
{
"date": "2024-10-25",
"count": 4
},
{
"date": "2024-10-26",
"count": 2
},
{
"date": "2024-10-27",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-10-31",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-05",
"count": 2
},
{
"date": "2024-11-06",
"count": 2
},
{
"date": "2024-11-07",
"count": 1
},
{
"date": "2024-11-09",
"count": 1
},
{
"date": "2024-11-10",
"count": 1
},
{
"date": "2024-11-12",
"count": 1
},
{
"date": "2024-11-13",
"count": 2
},
{
"date": "2024-11-14",
"count": 3
},
{
"date": "2024-11-15",
"count": 2
},
{
"date": "2024-11-16",
"count": 1
},
{
"date": "2024-11-17",
"count": 2
},
{
"date": "2024-11-18",
"count": 2
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-21",
"count": 1
},
{
"date": "2024-11-22",
"count": 2
},
{
"date": "2024-11-24",
"count": 2
},
{
"date": "2024-11-25",
"count": 2
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-09",
"count": 3
},
{
"date": "2024-12-10",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2024-12-15",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-18",
"count": 2
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2024-12-21",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-24",
"count": 2
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2024-12-28",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-05",
"count": 2
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-10",
"count": 1
},
{
"date": "2025-01-11",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-16",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-18",
"count": 1
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-23",
"count": 2
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-02-01",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-10",
"count": 5
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-12",
"count": 3
},
{
"date": "2025-02-13",
"count": 2
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-17",
"count": 2
},
{
"date": "2025-02-18",
"count": 2
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-03-06",
"count": 1
},
{
"date": "2025-03-10",
"count": 2
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-12",
"count": 2
},
{
"date": "2025-03-13",
"count": 1
},
{
"date": "2025-03-15",
"count": 1
},
{
"date": "2025-03-16",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-03-20",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 2
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-31",
"count": 1
},
{
"date": "2025-04-01",
"count": 3
},
{
"date": "2025-04-02",
"count": 3
},
{
"date": "2025-04-07",
"count": 2
},
{
"date": "2025-04-11",
"count": 2
},
{
"date": "2025-04-12",
"count": 1
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-04-22",
"count": 1
},
{
"date": "2025-04-24",
"count": 4
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-27",
"count": 2
},
{
"date": "2025-04-30",
"count": 2
},
{
"date": "2025-05-03",
"count": 3
},
{
"date": "2025-05-04",
"count": 1
},
{
"date": "2025-05-05",
"count": 4
},
{
"date": "2025-05-06",
"count": 3
},
{
"date": "2025-05-07",
"count": 2
},
{
"date": "2025-05-08",
"count": 2
},
{
"date": "2025-05-09",
"count": 3
},
{
"date": "2025-05-10",
"count": 2
},
{
"date": "2025-05-12",
"count": 3
},
{
"date": "2025-05-13",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-15",
"count": 3
},
{
"date": "2025-05-16",
"count": 3
},
{
"date": "2025-05-17",
"count": 1
},
{
"date": "2025-05-18",
"count": 2
},
{
"date": "2025-05-19",
"count": 1
},
{
"date": "2025-05-21",
"count": 2
},
{
"date": "2025-05-26",
"count": 2
},
{
"date": "2025-05-27",
"count": 4
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-05-30",
"count": 2
},
{
"date": "2025-05-31",
"count": 1
},
{
"date": "2025-06-02",
"count": 2
},
{
"date": "2025-06-03",
"count": 2
},
{
"date": "2025-06-05",
"count": 3
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-08",
"count": 2
},
{
"date": "2025-06-10",
"count": 4
},
{
"date": "2025-06-11",
"count": 1
},
{
"date": "2025-06-12",
"count": 2
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-15",
"count": 2
},
{
"date": "2025-06-16",
"count": 2
},
{
"date": "2025-06-17",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-06-20",
"count": 3
},
{
"date": "2025-06-22",
"count": 1
},
{
"date": "2025-06-23",
"count": 2
},
{
"date": "2025-06-24",
"count": 3
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-06-26",
"count": 2
},
{
"date": "2025-06-29",
"count": 2
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-03",
"count": 2
},
{
"date": "2025-07-04",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-09",
"count": 1
},
{
"date": "2025-07-10",
"count": 2
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-13",
"count": 2
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-15",
"count": 2
},
{
"date": "2025-07-16",
"count": 2
},
{
"date": "2025-07-17",
"count": 2
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-21",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-07-24",
"count": 1
},
{
"date": "2025-07-25",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-28",
"count": 2
},
{
"date": "2025-07-30",
"count": 2
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-08-02",
"count": 1
},
{
"date": "2025-08-06",
"count": 1
},
{
"date": "2025-08-07",
"count": 2
},
{
"date": "2025-08-10",
"count": 2
},
{
"date": "2025-08-11",
"count": 2
},
{
"date": "2025-08-12",
"count": 3
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-15",
"count": 2
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-08-21",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-08-28",
"count": 1
},
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-08-30",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-09-09",
"count": 1
},
{
"date": "2025-09-11",
"count": 2
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-21",
"count": 2
},
{
"date": "2025-09-22",
"count": 2
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-09-24",
"count": 2
},
{
"date": "2025-09-27",
"count": 1
},
{
"date": "2025-09-28",
"count": 1
},
{
"date": "2025-10-02",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-05",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-10-15",
"count": 2
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-18",
"count": 2
},
{
"date": "2025-10-22",
"count": 2
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-27",
"count": 2
},
{
"date": "2025-10-30",
"count": 1
},
{
"date": "2025-10-31",
"count": 1
},
{
"date": "2025-11-03",
"count": 2
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-07",
"count": 2
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-11-17",
"count": 1
},
{
"date": "2025-11-19",
"count": 4
},
{
"date": "2025-11-21",
"count": 2
},
{
"date": "2025-11-23",
"count": 2
},
{
"date": "2025-11-24",
"count": 2
},
{
"date": "2025-11-27",
"count": 3
},
{
"date": "2025-11-29",
"count": 3
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-06",
"count": 1
},
{
"date": "2025-12-08",
"count": 2
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-12",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-27",
"count": 2
},
{
"date": "2025-12-28",
"count": 1
},
{
"date": "2026-01-03",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-06",
"count": 2
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-17",
"count": 2
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-20",
"count": 2
},
{
"date": "2026-01-21",
"count": 1
},
{
"date": "2026-01-22",
"count": 4
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-26",
"count": 2
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-03",
"count": 2
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-09",
"count": 2
},
{
"date": "2026-02-13",
"count": 2
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-26",
"count": 3
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 1
},
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-10",
"count": 2
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-13",
"count": 1
},
{
"date": "2026-03-14",
"count": 2
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-23",
"count": 2
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 2
},
{
"date": "2026-03-31",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-11",
"count": 2
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-15",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-21",
"count": 2
},
{
"date": "2026-04-22",
"count": 2
},
{
"date": "2026-04-27",
"count": 2
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-01",
"count": 2
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-09",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-15",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-20",
"count": 2
},
{
"date": "2026-05-21",
"count": 1
},
{
"date": "2026-05-24",
"count": 3
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-31",
"count": 1
},
{
"date": "2026-06-03",
"count": 2
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-08",
"count": 1
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-14",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-17",
"count": 1
},
{
"date": "2026-06-18",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-07-07",
"count": 4
},
{
"date": "2026-07-10",
"count": 1
},
{
"date": "2026-07-11",
"count": 1
},
{
"date": "2026-07-15",
"count": 4
},
{
"date": "2026-07-16",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-21",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 13742
},
"open_issues_and_prs": 19
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"pom.xml"
],
"largest_source_bytes": 2171,
"source_files_sampled": 32,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pom.xml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "org.codehaus.jackson:jackson-mapper-asl",
"direct": true,
"version": "1.9.13",
"severity": "critical",
"ecosystem": "maven",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-c27h-mcmw-48hv",
"GHSA-r6j9-8759-g62w"
],
"fixed_version": null,
"advisory_count": 2,
"oldest_advisory_days": 2358
},
{
"name": "org.springframework:spring-web",
"direct": true,
"version": "4.3.18.RELEASE",
"severity": "critical",
"ecosystem": "maven",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-2rmj-mq67-h97g",
"GHSA-2wrp-6fg6-hmc5",
"GHSA-4gc7-5j7h-4qph",
"GHSA-4wrc-f8pq-fpqp",
"GHSA-ccgv-vj62-xf9h",
"GHSA-hgjh-9rj2-g67j"
],
"fixed_version": "6.1.14",
"advisory_count": 6,
"oldest_advisory_days": 1519
},
{
"name": "org.springframework:spring-webmvc",
"direct": true,
"version": "4.3.18.RELEASE",
"severity": "critical",
"ecosystem": "maven",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-36p3-wjmg-h94x",
"GHSA-6p4f-wcwh-5vvm",
"GHSA-g5vr-rgqm-vf78",
"GHSA-wg35-8jpf-2xv3"
],
"fixed_version": "7.0.7",
"advisory_count": 4,
"oldest_advisory_days": 1573
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.10.0.pr1",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-288c-cq4h-88gq",
"GHSA-3wrr-7qpf-2prh",
"GHSA-3x8x-79m2-3w2w",
"GHSA-57j2-w4cx-62h2",
"GHSA-5jmj-h7xm-6q6v",
"GHSA-hgj6-7826-r7m5",
"GHSA-j3rv-43j4-c7qm",
"GHSA-jjjh-jjxp-wpff",
"GHSA-rgv9-q543-rqg4",
"GHSA-rmj7-2vxq-3g9f"
],
"fixed_version": "3.1.4",
"advisory_count": 10,
"oldest_advisory_days": 1979
},
{
"name": "mysql:mysql-connector-java",
"direct": true,
"version": "5.1.20",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-2xxh-f8r3-hvvr",
"GHSA-4vrv-ch96-6h42",
"GHSA-cjcf-wm2p-59h5",
"GHSA-g76j-4cxx-23h9",
"GHSA-gc43-g62c-99g2",
"GHSA-jcq3-cprp-m333",
"GHSA-m6vm-37g8-gqvh",
"GHSA-pwh7-92h3-mqr6"
],
"fixed_version": "8.2.0",
"advisory_count": 8,
"oldest_advisory_days": 2211
},
{
"name": "org.hibernate.validator:hibernate-validator",
"direct": true,
"version": "6.1.0.Final",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.3,
"advisory_ids": [
"GHSA-7v6m-28jr-rg84",
"GHSA-rmrm-75hp-phr2",
"GHSA-x83m-pf6f-pf9g"
],
"fixed_version": "7.0.0.CR1",
"advisory_count": 3,
"oldest_advisory_days": 1873
},
{
"name": "org.springframework:spring-context",
"direct": true,
"version": "4.3.18.RELEASE",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4gc7-5j7h-4qph",
"GHSA-4wp7-92pw-q264",
"GHSA-g5mm-vmx4-3rg7"
],
"fixed_version": "6.2.7",
"advisory_count": 3,
"oldest_advisory_days": 1558
},
{
"name": "org.springframework:spring-core",
"direct": true,
"version": "4.3.18.RELEASE",
"severity": "high",
"ecosystem": "maven",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-ffvq-7w96-97p7"
],
"fixed_version": "5.1.1.RELEASE",
"advisory_count": 1,
"oldest_advisory_days": 2227
},
{
"name": "com.google.guava:guava",
"direct": true,
"version": "21.0",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 5.9,
"advisory_ids": [
"GHSA-5mg8-w23w-74h3",
"GHSA-7g45-4rm6-3mm3",
"GHSA-mvr2-9pj6-7w5j"
],
"fixed_version": "32.0.0-android",
"advisory_count": 3,
"oldest_advisory_days": 2227
},
{
"name": "junit:junit",
"direct": true,
"version": "4.12",
"severity": "moderate",
"ecosystem": "maven",
"cvss_score": 4.4,
"advisory_ids": [
"GHSA-269g-pwp5-87pp"
],
"fixed_version": "4.13.1",
"advisory_count": 1,
"oldest_advisory_days": 2108
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 5,
"critical": 3,
"moderate": 2
},
"advisory_count": 41,
"affected_count": 10,
"assessed_count": 19,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 1,
"direct_affected_count": 10
},
"ecosystems": [
"maven"
],
"dependencies": [
{
"name": "org.springframework:spring-core",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-version}"
},
{
"name": "org.springframework:spring-context",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-version}"
},
{
"name": "org.springframework:spring-web",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-version}"
},
{
"name": "org.springframework:spring-jdbc",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-version}"
},
{
"name": "org.springframework:spring-tx",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-version}"
},
{
"name": "org.springframework:spring-webmvc",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "${spring-version}"
},
{
"name": "javax.servlet:jstl",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.2"
},
{
"name": "org.aspectj:aspectjweaver",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.8.9"
},
{
"name": "junit:junit",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "4.12"
},
{
"name": "com.google.guava:guava",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "21.0"
},
{
"name": "com.google.code.findbugs:jsr305",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "3.0.1"
},
{
"name": "com.google.j2objc:j2objc-annotations",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.3"
},
{
"name": "org.codehaus.jackson:jackson-mapper-asl",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "1.9.13"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "2.10.0.pr1"
},
{
"name": "mysql:mysql-connector-java",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "5.1.20"
},
{
"name": "cglib:cglib",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "3.2.5"
},
{
"name": "org.hibernate.validator:hibernate-validator",
"manifest": "pom.xml",
"ecosystem": "maven",
"version_constraint": "6.1.0.Final"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "cglib:cglib",
"direct": true,
"version": "3.2.5",
"ecosystem": "maven"
},
{
"name": "com.fasterxml.jackson.core:jackson-databind",
"direct": true,
"version": "2.10.0.pr1",
"ecosystem": "maven"
},
{
"name": "com.google.code.findbugs:jsr305",
"direct": true,
"version": "3.0.1",
"ecosystem": "maven"
},
{
"name": "com.google.guava:guava",
"direct": true,
"version": "21.0",
"ecosystem": "maven"
},
{
"name": "com.google.j2objc:j2objc-annotations",
"direct": true,
"version": "1.3",
"ecosystem": "maven"
},
{
"name": "javax.servlet:jstl",
"direct": true,
"version": "1.2",
"ecosystem": "maven"
},
{
"name": "junit:junit",
"direct": true,
"version": "4.12",
"ecosystem": "maven"
},
{
"name": "mysql:mysql-connector-java",
"direct": true,
"version": "5.1.20",
"ecosystem": "maven"
},
{
"name": "org.aspectj:aspectjweaver",
"direct": true,
"version": "1.8.9",
"ecosystem": "maven"
},
{
"name": "org.codehaus.jackson:jackson-mapper-asl",
"direct": true,
"version": "1.9.13",
"ecosystem": "maven"
},
{
"name": "org.hibernate.validator:hibernate-validator",
"direct": true,
"version": "6.1.0.Final",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-context",
"direct": true,
"version": "4.3.18.RELEASE",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-core",
"direct": true,
"version": "4.3.18.RELEASE",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-jdbc",
"direct": true,
"version": "4.3.18.RELEASE",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-tx",
"direct": true,
"version": "4.3.18.RELEASE",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-web",
"direct": true,
"version": "4.3.18.RELEASE",
"ecosystem": "maven"
},
{
"name": "org.springframework:spring-webmvc",
"direct": true,
"version": "4.3.18.RELEASE",
"ecosystem": "maven"
},
{
"name": "javax.servlet:javax.servlet-api",
"direct": false,
"version": "3.1.0",
"ecosystem": "maven"
},
{
"name": "org.apache.maven.plugins:maven-compiler-plugin",
"direct": false,
"version": null,
"ecosystem": "maven"
},
{
"name": "org.apache.tomcat.maven:tomcat7-maven-plugin",
"direct": false,
"version": "2.2",
"ecosystem": "maven"
}
],
"collected": true,
"truncated": false,
"total_count": 20,
"direct_count": 17,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 7,
"open_issues": 12,
"closed_ratio": 0.294,
"closed_issues": 5,
"closed_unmerged_prs": 9
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "seaswalker",
"commits": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/12082227?v=4"
},
{
"type": "User",
"login": "iiuhuy",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/21032217?v=4"
},
{
"type": "User",
"login": "qqq19923",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/39252366?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.979
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": 0,
"reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 2,
"reason": "Found 4/20 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not 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": null,
"reason": "no dependencies found",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "52 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4379cce848af96997a9d7ef91d594aa129be8d71",
"ran_at": "2026-07-21T21:53:30Z",
"aggregate_score": 2.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 21,
"created_at": "2020-10-13T00:20:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 24,
"created_at": "2021-06-04T21:52:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 30,
"created_at": "2022-05-25T04:41:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2022-06-20T23:40:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 34,
"created_at": "2022-11-15T23:47:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2022-12-10T03:29:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2022-12-16T09:43:48Z",
"last_comment_at": "2023-09-10T00:38:32Z",
"last_comment_author": "NeoYeK"
}
],
"last_merged_pr_at": "2023-03-24T12:08:27Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 5,
"created_at": "2019-09-26T01:56:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 6,
"created_at": "2019-09-26T09:02:39Z",
"last_comment_at": "2020-02-20T14:37:10Z",
"last_comment_author": "1228857713"
},
{
"number": 9,
"created_at": "2019-11-13T06:22:38Z",
"last_comment_at": "2020-05-18T03:41:22Z",
"last_comment_author": "Naughty-Star"
},
{
"number": 12,
"created_at": "2020-02-12T04:33:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2020-05-13T09:57:13Z",
"last_comment_at": "2020-05-13T11:52:57Z",
"last_comment_author": "rocky-peng"
},
{
"number": 17,
"created_at": "2020-06-17T15:22:09Z",
"last_comment_at": "2020-06-23T00:56:58Z",
"last_comment_author": "seaswalker"
},
{
"number": 20,
"created_at": "2020-07-06T08:23:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 23,
"created_at": "2021-03-12T09:28:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2021-07-08T11:04:04Z",
"last_comment_at": "2021-07-08T11:04:20Z",
"last_comment_author": "adiaaaaa"
},
{
"number": 26,
"created_at": "2021-07-21T02:59:58Z",
"last_comment_at": "2021-09-04T15:57:41Z",
"last_comment_author": "pyhita"
},
{
"number": 38,
"created_at": "2023-07-13T02:24:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 40,
"created_at": "2024-07-25T09:26:03Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/seaswalker/spring-analysis",
"host": "github.com",
"name": "spring-analysis",
"owner": "seaswalker"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 19,
"inputs": {
"security": 24,
"vitality": 1,
"community": 65,
"governance": 38,
"engineering": 38,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 32,
"overall_after_abandonment_multiplier": 19
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 1,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.97,
"days_since_last_push": 1215,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1215 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1215
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"unfixed_advisory",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 7,
"unanswered_open_issues": 11,
"days_since_last_merged_pr": 1215,
"days_since_last_human_commit": 1215,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1215 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, a fixed advisory left unapplied, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1215,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, a fixed advisory left unapplied, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"forks": 4120,
"stars": 13742,
"watchers": 592,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13,742 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 13742
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "4,120 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 4120
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "592 watchers",
"points": 15,
"status": "met",
"details": [
{
"code": "watchers",
"params": {
"count": 592
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 38,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 14,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.979
},
"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 98% of commits",
"points": 0.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 98
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"merged_prs": 7,
"open_issues": 12,
"closed_issues": 5,
"issue_closed_ratio": 0.294,
"closed_unmerged_prs": 9
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "29% of issues closed",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 29
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/16 decided PRs merged",
"points": 16.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 16
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/20 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"followers": 1361,
"owner_type": "User",
"is_verified": null,
"owner_login": "seaswalker",
"public_repos": 62,
"account_age_days": 4107
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1,361 followers of seaswalker",
"points": 22.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1361,
"login": "seaswalker"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "62 public repos, account ~11 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 62
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"spring",
"notes",
"source-code-analysis"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"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": "critical",
"name": "Security",
"value": 24,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/20 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "52 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "critical",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 19 resolved dependencies against OSV; 1 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 19
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 22,
"inputs": {
"source": "osv",
"advisories": 41,
"affected_packages": 10,
"assessed_packages": 19,
"unassessed_packages": 1,
"affected_by_severity": "critical 3, high 5, moderate 2",
"direct_affected_packages": 10
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "10 affected: org.codehaus.jackson:jackson-mapper-asl 1.9.13 (critical 9.8), org.springframework:spring-web 4.3.18.RELEASE (critical 9.8), org.springframework:spring-webmvc 4.3.18.RELEASE (critical 9.8), +7 more",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 10,
"packages": "org.codehaus.jackson:jackson-mapper-asl 1.9.13 (critical 9.8), org.springframework:spring-web 4.3.18.RELEASE (critical 9.8), org.springframework:spring-webmvc 4.3.18.RELEASE (critical 9.8)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 7
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "10 advisory-carrying package(s) unaddressed past 90 days; oldest published 2358 days ago",
"points": 13.5,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 10,
"oldest": 2358
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 19,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 47,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.082,
"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": "8 of 97 human commits state their intent (structured subject or explanatory body)",
"points": 4.4,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 8,
"sampled": 97
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"pom.xml"
],
"dependency_bot_commit_share": 0.03
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "pom.xml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "pom.xml"
}
}
],
"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": "Java (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"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": "3 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Java",
"largest_source_bytes": 2171,
"source_files_sampled": 32,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Java (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Java"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/32 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 32,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch maven package 'skywalker:spring' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-21T21:53:40.808396Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/seaswalker/spring-analysis.svg",
"full_name": "seaswalker/spring-analysis",
"license_state": "absent",
"license_spdx": null
}