{"id":45583968,"url":"https://github.com/cloudacy/keyby","last_synced_at":"2026-02-23T11:48:49.157Z","repository":{"id":52115037,"uuid":"461133276","full_name":"cloudacy/keyby","owner":"cloudacy","description":"A typescript implementation of keyby method, inspired by lodash.keyby","archived":false,"fork":false,"pushed_at":"2022-08-03T07:42:42.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-12-27T15:03:24.743Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudacy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-19T08:37:55.000Z","updated_at":"2022-02-19T08:58:02.000Z","dependencies_parsed_at":"2022-09-08T06:40:13.587Z","dependency_job_id":null,"html_url":"https://github.com/cloudacy/keyby","commit_stats":null,"previous_names":[],"tags_count":4,"template":null,"template_full_name":null,"purl":"pkg:github/cloudacy/keyby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacy%2Fkeyby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacy%2Fkeyby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacy%2Fkeyby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacy%2Fkeyby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudacy","download_url":"https://codeload.github.com/cloudacy/keyby/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudacy%2Fkeyby/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"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-02-23T11:48:48.291Z","updated_at":"2026-02-23T11:48:49.143Z","avatar_url":"https://github.com/cloudacy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keyby\n\nA typescript implementation of keyby method, inspired by lodash.keyby\n\n## Usage\n\n```ts\nconst arr = [\n  { id: 3, name: \"Hello\" },\n  { id: 5, name: \"World\" },\n  { id: 1, name: \"keyby\" },\n];\n\nconst keyedArray = keyBy(array, \"id\");\n\nconsole.log(keyedArray);\n// =\u003e {3: {id: 3, name: \"Hello\"}, 5: {id: 5, name: \"World\"}, 1: {id: 1, name: \"keyby\"}}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacy%2Fkeyby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudacy%2Fkeyby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudacy%2Fkeyby/lists"}