{"id":46811999,"url":"https://github.com/constracti/individual-championships","last_synced_at":"2026-03-10T08:27:38.146Z","repository":{"id":303835790,"uuid":"861706461","full_name":"constracti/individual-championships","owner":"constracti","description":"Manage individual championships organizations.","archived":false,"fork":false,"pushed_at":"2025-09-29T21:13:25.000Z","size":172,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T23:27:49.794Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://constracti.github.io/individual-championships/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/constracti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-23T11:34:06.000Z","updated_at":"2025-09-29T21:07:02.000Z","dependencies_parsed_at":"2025-07-10T01:10:58.747Z","dependency_job_id":"bd215f95-77a5-4e11-9899-bd5ce7b31fc1","html_url":"https://github.com/constracti/individual-championships","commit_stats":null,"previous_names":["constracti/individual-championships"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/constracti/individual-championships","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constracti%2Findividual-championships","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constracti%2Findividual-championships/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constracti%2Findividual-championships/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constracti%2Findividual-championships/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/constracti","download_url":"https://codeload.github.com/constracti/individual-championships/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constracti%2Findividual-championships/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30328209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-10T08:27:37.337Z","updated_at":"2026-03-10T08:27:38.132Z","avatar_url":"https://github.com/constracti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Individual Championships\n\nManage individual championships organizations.\n\n## JSON format\n\n### Organization\n\n```js\n/**\n * @typedef {Object} OrganizationObj\n * @property {TeamObj[]} teamList\n * @property {ContestantObj[]} contestantList\n * @property {ChampionshipObj[]} championshipList\n * @property {?string} contestantGroupBy\n * @property {?string} contestantSortBy\n * @property {number} timestamp\n * @property {?string} version\n */\n```\n\n### Team\n\n```js\n/**\n * @typedef {Object} TeamObj\n * @property {number} index\n * @property {string} name\n */\n```\n\n### Contestant\n\n```js\n/**\n * @typedef {Object} ContestantObj\n * @property {number} index\n * @property {string} name\n * @property {?number} team\n */\n```\n\n### Championship\n\n```js\n/**\n * @typedef {Object} ChampionshipObj\n * @property {string} name\n * @property {string} info\n * @property {number} unitCap\n * @property {number} gameCap\n * @property {RoundObj[]} roundList\n */\n```\n\n### Round\n\n```js\n/**\n * @typedef {Object} RoundObj\n * @property {UnitObj[]} unitList\n * @property {GameObj[]} gameList\n */\n```\n\n### Unit\n\n```js\n/**\n * @typedef {Object} UnitObj\n * @property {number[]} contestantList\n * @property {boolean} pass\n * @property {?number} parent\n */\n```\n\n### Game\n\n```js\n/**\n * @typedef {number[]} GameObj\n */\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstracti%2Findividual-championships","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconstracti%2Findividual-championships","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstracti%2Findividual-championships/lists"}