{"id":19621335,"url":"https://github.com/commenthol/date-easter","last_synced_at":"2025-08-04T08:41:52.717Z","repository":{"id":45057362,"uuid":"47219188","full_name":"commenthol/date-easter","owner":"commenthol","description":"Calculates Easter for a given year","archived":false,"fork":false,"pushed_at":"2024-03-24T08:02:26.000Z","size":47,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T09:40:09.940Z","etag":null,"topics":["eastern","eastern-orthodox"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/commenthol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2015-12-01T21:41:59.000Z","updated_at":"2024-03-24T12:27:55.000Z","dependencies_parsed_at":"2024-06-18T17:03:27.426Z","dependency_job_id":"81057fdb-e357-4c54-a4c4-7c2c1b87dfeb","html_url":"https://github.com/commenthol/date-easter","commit_stats":{"total_commits":31,"total_committers":3,"mean_commits":"10.333333333333334","dds":0.06451612903225812,"last_synced_commit":"3cab432b9edb7800978436b7dc377beeef94d9a3"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/commenthol/date-easter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fdate-easter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fdate-easter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fdate-easter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fdate-easter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/commenthol","download_url":"https://codeload.github.com/commenthol/date-easter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/commenthol%2Fdate-easter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268672065,"owners_count":24288244,"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-04T02:00:09.867Z","response_time":79,"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":["eastern","eastern-orthodox"],"created_at":"2024-11-11T11:22:25.010Z","updated_at":"2025-08-04T08:41:52.675Z","avatar_url":"https://github.com/commenthol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# date-easter\n\n[![NPM version](https://badge.fury.io/js/date-easter.svg)](https://www.npmjs.com/package/date-easter/)\n[![Build Status](https://github.com/commenthol/date-easter/workflows/CI/badge.svg?branch=master\u0026event=push)](https://github.com/commenthol/date-easter/actions/workflows/ci.yml?query=branch%3Amaster)\n\n\u003e Calculates Easter for a given year\n\n## Synopsis\n\n````js\n// ES5\nimport {easter, gregorianEaster, julianEaster, orthodoxEaster} from 'date-easter'\n// cjs\nconst {easter, gregorianEaster, julianEaster, orthodoxEaster} = require('date-easter')\n\neaster(2016)\n// { year: 2016, month: 3, day: 27 }\ngregorianEaster(new Date('2016-01-01'))\n// { year: 2016, month: 3, day: 27 }\njulianEaster(2016)\n// { year: 2016, month: 4, day: 18 }\northodoxEaster(2016)\n// { year: 2016, month: 5, day: 1 }\n````\n\n## Description\n\nAll methods return an object with the following properties\n- **year**: Year (begins at 0)\n- **month**: Month (1 ... 12)\n- **day**: Day (1 ... 31)  \n- **toString()**: Returns a formatted String `YYYY-MM-DD`\n\n### easter\n\nShortcut for `gregorianEaster`.\n\n### gregorianEaster\n\nReturns the date of Gregorian Easter for a given year. Uses the extended [Gaussian Easter algorithm][].\n\n### julianEaster\n\nReturns the date of Julian Easter for a given year in the Julian Calender\n\n### orthodoxEaster\n\nReturns the date of Julian Easter for a given year in the Gregorian Calender\n\n## References\n\n- Date::Easter Perl Package \u003chttps://metacpan.org/pod/Date::Easter\u003e Rich Bowen \u003crbowen@rcbowen.com\u003e\n- \u003chttp://www.chariot.net.au/~gmarts/eastcalc.htm\u003e\n- [Gaussian Easter algorithm][]\n\n## License\n\nCopyright (c) 2015 commenthol\n\nSoftware is released under [MIT][license].\n\n[license]: ./LICENSE\n[Gaussian Easter algorithm]: https://de.wikipedia.org/wiki/Gau%C3%9Fsche_Osterformel#Eine_erg.C3.A4nzte_Osterformel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fdate-easter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommenthol%2Fdate-easter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommenthol%2Fdate-easter/lists"}