{"id":24075862,"url":"https://github.com/darenmalfait/extract-date-js","last_synced_at":"2026-02-03T18:07:12.031Z","repository":{"id":65779812,"uuid":"599604637","full_name":"darenmalfait/extract-date-js","owner":"darenmalfait","description":"Extracty date from text","archived":false,"fork":false,"pushed_at":"2024-11-08T18:58:39.000Z","size":285,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T16:44:17.203Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darenmalfait.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-02-09T13:51:26.000Z","updated_at":"2024-06-25T09:48:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e576986-9fab-42cb-99ad-fcd240abcf2a","html_url":"https://github.com/darenmalfait/extract-date-js","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.36363636363636365","last_synced_commit":"70b4446d4dfa13fcd12427a62f3fed63aa643531"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/darenmalfait/extract-date-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darenmalfait%2Fextract-date-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darenmalfait%2Fextract-date-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darenmalfait%2Fextract-date-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darenmalfait%2Fextract-date-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darenmalfait","download_url":"https://codeload.github.com/darenmalfait/extract-date-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darenmalfait%2Fextract-date-js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263013712,"owners_count":23399813,"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-01-09T19:29:50.206Z","updated_at":"2026-02-03T18:07:07.000Z","avatar_url":"https://github.com/darenmalfait.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `extract-date-js`\n\n## Install\n\n```\nnpm install extract-date-js\n```\n\n## Usage\n\n```js\nimport {extractDateFromText} from 'extract-date-js';\n\nconst text = 'The meeting is scheduled for June 5th, 2022 at 10:00 AM. The deadline for the project is March 3, 2022. The document was created on January 1, 2022 and last updated on 02/01/2022. The team will reconvene on December 20, 2022 at 5:30 PM. The next board meeting is set for 11.05.2022. Finally, the deadline for the proposal is January 20, 2022.';\n\nconst earliestDate =  extractDateFromText(text) // '2022-01-01\nconst firstDate =  extractDateFromText(text, { type: 'first' }) // '2022/06/05\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarenmalfait%2Fextract-date-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarenmalfait%2Fextract-date-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarenmalfait%2Fextract-date-js/lists"}