{"id":15692888,"url":"https://github.com/ultirequiem/leap_year_utils","last_synced_at":"2025-05-07T23:49:14.597Z","repository":{"id":39545162,"uuid":"472902967","full_name":"UltiRequiem/leap_year_utils","owner":"UltiRequiem","description":"🍀 Utilities for working with Leap Years","archived":false,"fork":false,"pushed_at":"2024-05-01T00:20:22.000Z","size":26,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T23:49:04.355Z","etag":null,"topics":["browser","deno","javascript","leap-year","npm","npm-package","typescript"],"latest_commit_sha":null,"homepage":"http://ulti.js.org/leap_year_utils","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/UltiRequiem.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":"2022-03-22T19:09:25.000Z","updated_at":"2023-03-07T04:28:53.000Z","dependencies_parsed_at":"2023-02-17T18:16:16.339Z","dependency_job_id":"9abfc61d-8b2d-4e47-a01f-c2099f9dc164","html_url":"https://github.com/UltiRequiem/leap_year_utils","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":0.3448275862068966,"last_synced_commit":"0b2ee9bc2131f0963b5e264ecfc2ac2699d02015"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fleap_year_utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fleap_year_utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fleap_year_utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UltiRequiem%2Fleap_year_utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UltiRequiem","download_url":"https://codeload.github.com/UltiRequiem/leap_year_utils/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973626,"owners_count":21834105,"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":["browser","deno","javascript","leap-year","npm","npm-package","typescript"],"created_at":"2024-10-03T18:40:34.410Z","updated_at":"2025-05-07T23:49:14.578Z","avatar_url":"https://github.com/UltiRequiem.png","language":"TypeScript","funding_links":["https://patreon.com/UltiRequiem"],"categories":[],"sub_categories":[],"readme":"# leap_year_utils\n\n[![CodeCov](https://codecov.io/gh/UltiRequiem/leap_year_utils/branch/main/graph/badge.svg)](https://app.codecov.io/gh/UltiRequiem/leap_year_utils)\n[![Deno Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/leap_year_utils/mod.ts)\n\nUtilities for working with\n[Leap Years](https://github.com/UltiRequiem/leap-year).\n\n## Usage\n\nThe API is the same on all this platforms ✔️\n\n### [Deno 🦕](https://deno.land/x/leap_year_utils)\n\n```javascript\nimport { leapYearsInRange } from \"https://deno.land/x/leap_year_utils/mod.ts\";\n\nleapYearsInRange(2000, 2020); //=\u003e [ 2004, 2008, 2012, 2016, 2020]\n```\n\n### [Node.js 🐢🚀](https://npmjs.com/package/leap-year-utils)\n\n```javascript\nimport { leapYearsInRange } from \"leap-year-utils\";\n```\n\n### [Browser 🕸](https://developer.mozilla.org/en-US/docs/Glossary/Browser)\n\nEg. [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules)\n▶ [SkyPack](https://cdn.skypack.dev/leap-year-utils) _/_\n[script tag](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script) ▶\n[JSDelivr](https://cdn.jsdelivr.net/npm/leap-year-utils).\n\n## Documentation\n\nIs hosted on\n[Deno Doc](https://doc.deno.land/https://deno.land/x/leap_year_utils/mod.ts) 📄\n\n## Contributing\n\nIf you have an idea for a new utility make an issue or a pull request please!\n\n## Related\n\n- [leap_year](https://github.com/UltiRequiem/leap_year_utils): The core of this\n  module.\n\n- [parse_datelike](https://github.com/UltiRequiem/parse_datelike): Parse a\n  number/string/date to a number/string/date.\n\n- [leap-year-api](https://github.com/UltiRequiem/leap-year-api): A REST API to\n  know if a year is leap or not.\n\n## Support\n\nOpen an Issue, I will check it a soon as possible 👀\n\nIf you want to hurry me up a bit\n[send me a tweet](https://twitter.com/UltiRequiem) 😆\n\nConsider [supporting me on Patreon](https://patreon.com/UltiRequiem) if you like\nmy work 🚀\n\nDon't forget to start the repo ⭐\n\n## Licence\n\nMIT License 📄\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fleap_year_utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fultirequiem%2Fleap_year_utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fultirequiem%2Fleap_year_utils/lists"}