{"id":16348401,"url":"https://github.com/devinus/canary","last_synced_at":"2025-08-03T21:37:35.752Z","repository":{"id":1147409,"uuid":"1030284","full_name":"devinus/canary","owner":"devinus","description":"A passerine CommonJS binary search tree implementation","archived":false,"fork":false,"pushed_at":"2010-10-27T23:21:25.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-26T14:17:04.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/devinus/canary","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinus.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":"2010-10-27T23:20:19.000Z","updated_at":"2014-03-23T12:18:31.000Z","dependencies_parsed_at":"2022-07-18T18:42:24.130Z","dependency_job_id":null,"html_url":"https://github.com/devinus/canary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devinus/canary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fcanary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fcanary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fcanary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fcanary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinus","download_url":"https://codeload.github.com/devinus/canary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fcanary/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268618010,"owners_count":24279238,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-11T00:51:39.567Z","updated_at":"2025-08-03T21:37:35.693Z","avatar_url":"https://github.com/devinus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Canary - A passerine CommonJS binary search tree implementation\n===============================================================\n\nI wrote this library not for anything useful, but just as\na learning experience.\n\n## Usage\n\n    $ cd /path/to/canary\n    $ node repl.js\n    canary\u003e var tree = new BinarySearchTree();\n    canary\u003e tree.addAll([9, 5, 2, 4, 6]);\n    canary\u003e var node2 = tree.find(2);\n    canary\u003e node2\n    { left: null,\n      right: { left: null, right: null, key: 4, parent: [Circular] },\n      key: 2,\n      parent: \n       { left: [Circular],\n         right: { left: null, right: null, key: 6, parent: [Circular] },\n         key: 5,\n         parent: { left: [Circular], right: null, key: 9, parent: null } } }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fcanary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinus%2Fcanary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fcanary/lists"}