{"id":15516678,"url":"https://github.com/alexvcasillas/erat-o","last_synced_at":"2025-08-26T19:15:28.995Z","repository":{"id":48033214,"uuid":"135696124","full_name":"alexvcasillas/erat-o","owner":"alexvcasillas","description":"Eratosthenes primality test implementation","archived":false,"fork":false,"pushed_at":"2021-08-10T18:20:54.000Z","size":77,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T19:55:04.519Z","etag":null,"topics":["algorithm","eratosthenes","javascript","math","numbers","primes"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@alexvcasillas/erat-o","language":"JavaScript","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/alexvcasillas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"alexvcasillas","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-06-01T09:16:26.000Z","updated_at":"2023-03-10T09:24:47.000Z","dependencies_parsed_at":"2022-08-12T17:10:42.591Z","dependency_job_id":null,"html_url":"https://github.com/alexvcasillas/erat-o","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/alexvcasillas%2Ferat-o","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2Ferat-o/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2Ferat-o/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvcasillas%2Ferat-o/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexvcasillas","download_url":"https://codeload.github.com/alexvcasillas/erat-o/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088039,"owners_count":20721617,"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","eratosthenes","javascript","math","numbers","primes"],"created_at":"2024-10-02T10:09:28.633Z","updated_at":"2025-03-28T19:29:32.074Z","avatar_url":"https://github.com/alexvcasillas.png","language":"JavaScript","funding_links":["https://github.com/sponsors/alexvcasillas"],"categories":[],"sub_categories":[],"readme":"# Erat-O\n\n[![CircleCI](https://circleci.com/gh/alexvcasillas/erat-o.svg?style=svg)](https://circleci.com/gh/alexvcasillas/erat-o)\n\n**Erat-O** is the primality test algorithm implementation.\n\n## Installation\n\nNPM\n\n```\nnpm install @alexvcasillas/erat-o\n```\n\nYARN\n\n```\nyarn add @alexvcasillas/erat-o\n```\n\n## Usage\n\n```\nimport { erat } from '@alexvcasillas/erat-o';\nconst result = erat(20);\nconsole.log(result); // [2, 3, 5, 7, 11, 13, 17, 19]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvcasillas%2Ferat-o","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexvcasillas%2Ferat-o","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvcasillas%2Ferat-o/lists"}