{"id":19142508,"url":"https://github.com/eldoy/ekstrakt","last_synced_at":"2025-08-21T02:07:18.015Z","repository":{"id":139867730,"uuid":"368017755","full_name":"eldoy/ekstrakt","owner":"eldoy","description":"Extracts things from strings","archived":false,"fork":false,"pushed_at":"2021-05-29T00:26:12.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-22T19:25:02.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/eldoy.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":"2021-05-17T00:59:53.000Z","updated_at":"2022-06-04T21:52:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"36221620-f741-45ad-9c00-ea90c7d4fa0f","html_url":"https://github.com/eldoy/ekstrakt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eldoy/ekstrakt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fekstrakt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fekstrakt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fekstrakt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fekstrakt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eldoy","download_url":"https://codeload.github.com/eldoy/ekstrakt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eldoy%2Fekstrakt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271415496,"owners_count":24755639,"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-21T02:00:08.990Z","response_time":74,"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-11-09T07:27:27.619Z","updated_at":"2025-08-21T02:07:17.985Z","avatar_url":"https://github.com/eldoy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ekstrakt\n\nExtract things from strings.\n\n### Install\n```\nnpm i ekstrakt\n```\n\n### Usage\n```js\nconst extract = require('ekstrakt')\n\nconst emails = extract.emails('string with mail@example.com')\n// Returns: ['mail@example.com']\n\nconst email = extract.email('Mail \u003cmail@example.com\u003e')\n// Returns: ['Mail', 'mail@example.com']\n```\n\nISC licensed. Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoy%2Fekstrakt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feldoy%2Fekstrakt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feldoy%2Fekstrakt/lists"}