{"id":19331919,"url":"https://github.com/developermindset-com/icalts","last_synced_at":"2025-04-22T23:32:34.564Z","repository":{"id":37796060,"uuid":"330524934","full_name":"DeveloperMindset-com/icalts","owner":"DeveloperMindset-com","description":"iCal parser written in pure typescript","archived":false,"fork":false,"pushed_at":"2025-04-01T17:42:12.000Z","size":3861,"stargazers_count":14,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T18:47:28.359Z","etag":null,"topics":["calendar","ical","icalendar","ics","json","node","parser","rfc5545","typescript"],"latest_commit_sha":null,"homepage":"","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/DeveloperMindset-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-01-18T01:35:10.000Z","updated_at":"2025-04-01T17:42:09.000Z","dependencies_parsed_at":"2024-03-03T17:30:53.424Z","dependency_job_id":"acdf9ee1-3db4-4e13-a733-1513c4f874b7","html_url":"https://github.com/DeveloperMindset-com/icalts","commit_stats":{"total_commits":78,"total_committers":5,"mean_commits":15.6,"dds":"0.34615384615384615","last_synced_commit":"3fc11d6e66be648a068101472b13aa7938e7209f"},"previous_names":["eugenehp/icalts"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperMindset-com%2Ficalts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperMindset-com%2Ficalts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperMindset-com%2Ficalts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeveloperMindset-com%2Ficalts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeveloperMindset-com","download_url":"https://codeload.github.com/DeveloperMindset-com/icalts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250340444,"owners_count":21414551,"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":["calendar","ical","icalendar","ics","json","node","parser","rfc5545","typescript"],"created_at":"2024-11-10T02:43:00.877Z","updated_at":"2025-04-22T23:32:34.270Z","avatar_url":"https://github.com/DeveloperMindset-com.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICALTS\n\n[![GitHub license](https://img.shields.io/github/license/eugenehp/icalts.svg?color=blue\u0026style=for-the-badge)](./LICENSE)\n[![npm](https://img.shields.io/npm/v/icalts.svg?color=green\u0026style=for-the-badge)](https://www.npmjs.com/package/icalts)\n[![npm downloads](https://img.shields.io/npm/dw/icalts.svg?label=npm%20downloads\u0026style=for-the-badge)](https://npmcharts.com/compare/icalts?minimal=true)\n[![total npm downloads](https://img.shields.io/npm/dt/icalts.svg?label=total%20npm%20downloads\u0026style=for-the-badge)](https://npmcharts.com/compare/icalts?minimal=true)\n[![GitHub watchers](https://img.shields.io/github/watchers/eugenehp/icalts.svg?style=for-the-badge)](https://github.com/eugenehp/icalts/watchers)\n[![GitHub stars](https://img.shields.io/github/stars/eugenehp/icalts.svg?label=GitHub%20stars\u0026style=for-the-badge)](https://github.com/eugenehp/icalts/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/eugenehp/icalts.svg?style=for-the-badge)](https://github.com/eugenehp/icalts/network/members)\n[![open bugs](https://img.shields.io/github/issues-raw/eugenehp/icalts/bug.svg?color=d73a4a\u0026label=open%20bugs\u0026style=for-the-badge)](https://github.com/eugenehp/icalts/issues?utf8=%E2%9C%93\u0026q=is%3Aissue+is%3Aopen+label%3Abug)\n[![total open issues](https://img.shields.io/github/issues-raw/eugenehp/icalts.svg?label=total%20open%20issues\u0026style=for-the-badge)](https://github.com/eugenehp/icalts/issues)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/eugenehp/icalts.svg?style=for-the-badge)](https://github.com/eugenehp/icalts/pulls)\n\n![CI](https://github.com/eugenehp/icalts/workflows/CI/badge.svg?branch=main)\n[![codecov](https://codecov.io/gh/eugenehp/icalts/branch/main/graph/badge.svg?token=H8J3S5MAG2)](https://codecov.io/gh/eugenehp/icalts)\n\n[RFC5545](https://tools.ietf.org/html/rfc5545) implementation in pure TypeScript.\n\nInspired by [ical.js](https://github.com/mozilla-comm/ical.js#readme) and [ical2json](https://github.com/adrianlee44/ical2json)\n\nThanks to [ical.js](https://github.com/mozilla-comm/ical.js/tree/master/samples) repository for samples of `ics` files.\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\n[MIT](https://github.com/eugenehp/icalts/blob/main/LICENSE)\n\nCopyright (c) 2021-2024 Eugene Hauptmann\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopermindset-com%2Ficalts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevelopermindset-com%2Ficalts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevelopermindset-com%2Ficalts/lists"}