{"id":17909678,"url":"https://github.com/dianmorales/contributors","last_synced_at":"2026-04-30T15:33:08.041Z","repository":{"id":43578092,"uuid":"325291355","full_name":"dianmorales/contributors","owner":"dianmorales","description":"Retrieve a list of contributors and a number of total contributions made to the differents repositories of the selected Organization","archived":false,"fork":false,"pushed_at":"2022-08-21T11:20:12.000Z","size":551,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T09:50:01.231Z","etag":null,"topics":["github"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@dianmora/contributors","language":"TypeScript","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/dianmorales.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}},"created_at":"2020-12-29T13:16:30.000Z","updated_at":"2022-02-26T14:48:41.000Z","dependencies_parsed_at":"2022-08-17T14:51:10.036Z","dependency_job_id":null,"html_url":"https://github.com/dianmorales/contributors","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/dianmorales/contributors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dianmorales%2Fcontributors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dianmorales%2Fcontributors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dianmorales%2Fcontributors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dianmorales%2Fcontributors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dianmorales","download_url":"https://codeload.github.com/dianmorales/contributors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dianmorales%2Fcontributors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["github"],"created_at":"2024-10-28T19:27:34.788Z","updated_at":"2026-04-30T15:33:07.998Z","avatar_url":"https://github.com/dianmorales.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Contributors\n\nBy @dianmorales\n\nRetrieve a list of contributors and a number of total contributions made to the differents repositories of the selected Organization\nimport contributors from '@dianmora/contributors';\n\n### Example\n\n```\nimport fs from 'fs/promises';\nimport path from 'path';\n\nconst token = process.env.TOKEN;\nconst contributors = require('@dianmora/contributors');\nconst excludebots = ['foo'];\n\n(async () =\u003e {\n  try {\n    const result = await contributors({\n      token: token,\n      organization: 'org',\n      excludebots,\n      allowFork: false,\n      allowPrivateRepo: false,\n    });\n    await fs.writeFile('./foo.json', JSON.stringify(result, null, 4));\n  } catch (err) {\n    console.error('error on update', err);\n    process.exit(1);\n  }\n})();\n```\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdianmorales%2Fcontributors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdianmorales%2Fcontributors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdianmorales%2Fcontributors/lists"}