{"id":22505152,"url":"https://github.com/azer/english-time","last_synced_at":"2025-08-03T11:32:43.552Z","repository":{"id":57155600,"uuid":"10137665","full_name":"azer/english-time","owner":"azer","description":"Parses times written in simple English to unix time.","archived":false,"fork":false,"pushed_at":"2014-01-15T00:56:50.000Z","size":190,"stargazers_count":87,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-02T13:12:53.373Z","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/azer.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}},"created_at":"2013-05-18T06:43:06.000Z","updated_at":"2024-03-22T09:45:07.000Z","dependencies_parsed_at":"2022-08-26T08:30:54.782Z","dependency_job_id":null,"html_url":"https://github.com/azer/english-time","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azer/english-time","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fenglish-time","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fenglish-time/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fenglish-time/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fenglish-time/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azer","download_url":"https://codeload.github.com/azer/english-time/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azer%2Fenglish-time/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268537849,"owners_count":24266271,"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-12-07T00:15:03.574Z","updated_at":"2025-08-03T11:32:43.229Z","avatar_url":"https://github.com/azer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## english-time [![Build Status](https://travis-ci.org/azer/english-time.png)](https://travis-ci.org/azer/english-time)\n\nParses times written in simple English to unix time.\n\n```js\ntime = require('english-time')\n\ntime('314 milliseconds')\n// =\u003e 314\n\ntime('5 minutes 15 seconds')\n// =\u003e 315000\n\ntime('an hour and a minute')\n// =\u003e 3660000\n\ntime('1 Hour, 5 Minutes And 15 Seconds')\n// =\u003e 3915000\n\ntime('2h 15m 15s')\n// =\u003e 3915000\n\ntime('3 weeks, 5 days, 6 hours')\n// =\u003e 2268000000\n\ntime('3 weeks, 5d 6h')\n// =\u003e 2268000000\n\n```\n\nSee [List of Recognized Unit Aliases](#ref) and tests for more info.\n\n## Install\n\n```bash\n$ npm install english-time\n```\n\n\u003ca name=\"ref\" /\u003e\n## List of Recognized Unit Aliases\n\n**Milliseconds**\n\n* ms\n* millisec\n* millisecs\n* milliseconds\n* millisecond\n\n**Second(s)**\n\n* s\n* sec\n* secs\n* seconds\n* second\n\n**Minute(s)**\n\n* m\n* min\n* mins\n* minute\n* minutes\n\n**Hour(s)**\n\n* h\n* hour\n* hours\n\n**Day(s)**\n\n* d\n* day\n* days\n\n**Week(s)**\n\n* w\n* week\n* weeks\n\n\n**Month(s)**\n\n* mo\n* month\n* months\n\n**Year(s)**\n\n* y\n* year\n* years\n\n## Translations\n\n* [turkish-time](http://github.com/azer/turkish-time)\n* [kurdish-time](http://github.com/azer/kurdish-time)\n\n## Tools \u0026 libraries based on english-time\n\n* [shell-jobs](http://github.com/azer/shell-jobs)\n* [after-time](http://github.com/azer/after-time)\n* [run-after](http://github.com/azer/run-after)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazer%2Fenglish-time","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazer%2Fenglish-time","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazer%2Fenglish-time/lists"}