{"id":26665932,"url":"https://github.com/youngjuning/jsace","last_synced_at":"2025-09-02T18:37:08.700Z","repository":{"id":283112720,"uuid":"941532905","full_name":"youngjuning/jsace","owner":"youngjuning","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T00:54:20.000Z","size":61,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T17:53:40.043Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/youngjuning.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}},"created_at":"2025-03-02T14:19:44.000Z","updated_at":"2025-03-25T00:54:23.000Z","dependencies_parsed_at":"2025-03-18T16:44:31.128Z","dependency_job_id":"3fe49614-347a-4a31-8fc0-9942b58eb9dd","html_url":"https://github.com/youngjuning/jsace","commit_stats":null,"previous_names":["youngjuning/jsace"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/youngjuning/jsace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Fjsace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Fjsace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Fjsace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Fjsace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youngjuning","download_url":"https://codeload.github.com/youngjuning/jsace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youngjuning%2Fjsace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263499193,"owners_count":23476021,"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":[],"created_at":"2025-03-25T17:51:31.030Z","updated_at":"2025-07-04T11:06:23.172Z","avatar_url":"https://github.com/youngjuning.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/youngjuning/jsace/graph/badge.svg?token=V5od839KVR)](https://codecov.io/gh/youngjuning/jsace)\n\n## Installation\n\n```bash\npnpm add jsace\n```\n\n## Usage\n\n### Search Algorithms\n\n```js\nimport { binarySearch } from 'jsace';\nconst arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\nconst index = binarySearch(arr, 5);\n```\n\n### LinkedList\n\n```js\nimport { LinkedList } from 'jsace';\n\nconst list = new LinkedList();\nlist.push(1);\nlist.push(2);\nlist.push(3);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungjuning%2Fjsace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoungjuning%2Fjsace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoungjuning%2Fjsace/lists"}