{"id":13929298,"url":"https://github.com/mark-when/parser","last_synced_at":"2025-04-07T06:05:21.985Z","repository":{"id":55583972,"uuid":"510953775","full_name":"mark-when/parser","owner":"mark-when","description":"Markwhen parser","archived":false,"fork":false,"pushed_at":"2025-03-22T02:17:12.000Z","size":680,"stargazers_count":44,"open_issues_count":2,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T05:03:06.859Z","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/mark-when.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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},"funding":{"github":"kochrt"}},"created_at":"2022-07-06T01:59:02.000Z","updated_at":"2025-03-22T02:17:15.000Z","dependencies_parsed_at":"2023-02-12T21:01:45.653Z","dependency_job_id":"e8f881e5-21a3-4407-a0f9-a0711543764c","html_url":"https://github.com/mark-when/parser","commit_stats":{"total_commits":117,"total_committers":1,"mean_commits":117.0,"dds":0.0,"last_synced_commit":"19dfdb48b7b102f928508b4d8df08caac499e5fe"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mark-when%2Fparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mark-when","download_url":"https://codeload.github.com/mark-when/parser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601447,"owners_count":20964864,"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":"2024-08-07T18:02:14.671Z","updated_at":"2025-04-07T06:05:21.964Z","avatar_url":"https://github.com/mark-when.png","language":"TypeScript","funding_links":["https://github.com/sponsors/kochrt"],"categories":["others"],"sub_categories":[],"readme":"# Markwhen parser\n\nParse markwhen documents. Outputs a list of events given plain text.\n\nSee [markwhen.com](https://markwhen.com), [the documentation](https://docs.markwhen.com), and the [changelog](./CHANGELOG.md).\n\n```js\nimport { parse } from \"@markwhen/parser\";\n\nconst markwhen = parse(`\ntitle: this is my title\ntimezone: America/New_York\n\n#neat:\n  color: blue\n  timezone: -3\n\n2022: event\n\ngroup My Group #neat\n2024: another event\n\n`);\n\nconsole.log(markwhen);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark-when%2Fparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmark-when%2Fparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmark-when%2Fparser/lists"}