{"id":26709306,"url":"https://github.com/chausme/simple-binary-search","last_synced_at":"2025-03-27T08:16:20.356Z","repository":{"id":65185441,"uuid":"581975704","full_name":"chausme/simple-binary-search","owner":"chausme","description":"Simple binary search algorithm implementation","archived":false,"fork":false,"pushed_at":"2023-01-19T10:54:33.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-10T10:57:55.588Z","etag":null,"topics":["algorithm","algorithms","search"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/chausme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-25T05:54:55.000Z","updated_at":"2023-01-07T07:35:53.000Z","dependencies_parsed_at":"2023-02-10T22:40:30.795Z","dependency_job_id":null,"html_url":"https://github.com/chausme/simple-binary-search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chausme%2Fsimple-binary-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chausme%2Fsimple-binary-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chausme%2Fsimple-binary-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chausme%2Fsimple-binary-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chausme","download_url":"https://codeload.github.com/chausme/simple-binary-search/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806448,"owners_count":20675298,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["algorithm","algorithms","search"],"created_at":"2025-03-27T08:16:19.791Z","updated_at":"2025-03-27T08:16:20.344Z","avatar_url":"https://github.com/chausme.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Binary Search\n\n[![npm](https://img.shields.io/npm/v/simple-binary-search.svg?style=flat-square)](https://www.npmjs.com/package/simple-binary-search)\n\nSimple binary search algorithm implementation\n\n# Install\n\n```bash\nnpm install simple-binary-search\nyarn add simple-binary-search\n```\n\n# Usage\n\n```javascript\nimport binarySearch from 'simple-binary-search';\n\nbinarySearch([1, 3, 6, 10, 24], 3); // 1\nbinarySearch([1, 3, 6, 10, 24], 33); // -1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchausme%2Fsimple-binary-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchausme%2Fsimple-binary-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchausme%2Fsimple-binary-search/lists"}