{"id":16826741,"url":"https://github.com/wojtekmaj/is-valid-regon","last_synced_at":"2025-04-11T03:43:13.751Z","repository":{"id":49471434,"uuid":"349415959","full_name":"wojtekmaj/is-valid-regon","owner":"wojtekmaj","description":"Check if a number is a valid REGON.","archived":false,"fork":false,"pushed_at":"2025-03-31T21:01:35.000Z","size":2973,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T21:38:12.700Z","etag":null,"topics":["regon","validation"],"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/wojtekmaj.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"wojtekmaj"}},"created_at":"2021-03-19T12:30:33.000Z","updated_at":"2025-03-31T21:01:39.000Z","dependencies_parsed_at":"2023-09-24T21:51:45.323Z","dependency_job_id":"de83126a-296f-4ee8-89f1-f05797d10e69","html_url":"https://github.com/wojtekmaj/is-valid-regon","commit_stats":{"total_commits":177,"total_committers":2,"mean_commits":88.5,"dds":"0.062146892655367214","last_synced_commit":"319f66a90e2fa53fd2c3b07e8e75c6a318f6d0e9"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekmaj%2Fis-valid-regon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekmaj%2Fis-valid-regon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekmaj%2Fis-valid-regon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wojtekmaj%2Fis-valid-regon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wojtekmaj","download_url":"https://codeload.github.com/wojtekmaj/is-valid-regon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339288,"owners_count":21087213,"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":["regon","validation"],"created_at":"2024-10-13T11:18:16.550Z","updated_at":"2025-04-11T03:43:13.733Z","avatar_url":"https://github.com/wojtekmaj.png","language":"TypeScript","funding_links":["https://github.com/sponsors/wojtekmaj"],"categories":[],"sub_categories":[],"readme":"[![npm](https://img.shields.io/npm/v/is-valid-regon.svg)](https://www.npmjs.com/package/is-valid-regon) ![downloads](https://img.shields.io/npm/dt/is-valid-regon.svg) [![CI](https://github.com/wojtekmaj/is-valid-regon/actions/workflows/ci.yml/badge.svg)](https://github.com/wojtekmaj/is-valid-regon/actions)\n\n# Is-Valid-REGON\n\nCheck if a number is a valid REGON.\n\n## tl;dr\n\n- Install by executing `npm install is-valid-regon` or `yarn add is-valid-regon`.\n- Import by adding `import isValidREGON from 'is-valid-regon'`.\n- Use it by writing `const valid = isValidREGON('817613530')`\n\n## See also\n\n- [is-valid-nip](https://github.com/wojtekmaj/is-valid-nip): Check if a number is a valid Numer Identyfikacji Podatkowej (NIP).\n- [is-valid-pesel](https://github.com/wojtekmaj/is-valid-pesel): Check if a number is a valid PESEL.\n\n## Examples\n\n```ts\nisValidREGON('817613530'); // true\n\nisValidREGON('12345678512347'); // true\n```\n\n## License\n\nThe MIT License.\n\n## Author\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd \u003e\n      \u003cimg src=\"https://avatars.githubusercontent.com/u/5426427?v=4\u0026s=128\" width=\"64\" height=\"64\" alt=\"Wojciech Maj\"\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"https://github.com/wojtekmaj\"\u003eWojciech Maj\u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojtekmaj%2Fis-valid-regon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwojtekmaj%2Fis-valid-regon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwojtekmaj%2Fis-valid-regon/lists"}