{"id":15663285,"url":"https://github.com/ognus/ird-nz","last_synced_at":"2025-06-10T20:10:22.533Z","repository":{"id":57276812,"uuid":"13457862","full_name":"ognus/ird-nz","owner":"ognus","description":"Checksum validator for New Zealand's IRD/GST number.","archived":false,"fork":false,"pushed_at":"2019-02-21T02:17:56.000Z","size":156,"stargazers_count":17,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T07:02:11.223Z","etag":null,"topics":["gst","gst-number","ird","javascript","newzealand","nodejs","validator"],"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/ognus.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}},"created_at":"2013-10-10T00:12:10.000Z","updated_at":"2023-09-07T20:55:52.000Z","dependencies_parsed_at":"2022-09-25T07:01:45.570Z","dependency_job_id":null,"html_url":"https://github.com/ognus/ird-nz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ognus%2Fird-nz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ognus%2Fird-nz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ognus%2Fird-nz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ognus%2Fird-nz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ognus","download_url":"https://codeload.github.com/ognus/ird-nz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ognus%2Fird-nz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259144195,"owners_count":22811912,"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":["gst","gst-number","ird","javascript","newzealand","nodejs","validator"],"created_at":"2024-10-03T13:36:20.594Z","updated_at":"2025-06-10T20:10:22.496Z","avatar_url":"https://github.com/ognus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ird-nz\n======\n\nChecksum validator for New Zealand's IRD/GST number.\n\nImplementation based on specification available at:\nhttp://www.ird.govt.nz/resources/9/e/9e408a004e329f16a91bbf8ad6853786/rwt-nrwt-spec-2013+v1.0+.pdf\n\n# Install\n### Node\n```\nnpm install ird-nz\n```\n\n### Browser\n```html\n\u003cscript src=\"irdnz.min.js\"\u003e\u003c/script\u003e\n```\n\n#### Using bower\n```\nbower install ird-nz\n```\n\n#Usage\n### Node\n```js\nvar irdnz = require('ird-nz');\nirdnz.isValid(123123123);\n//or pass IRD/GST number as a string\nirdnz.isValid('123123123');\n```\n\n### Browser\n```js\n// irdnz is exposed as a global (window.irdnz)\nirdnz.isValid(123123123);\n// or pass IRD/GST number as a string\nirdnz.isValid('123123123');\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fognus%2Fird-nz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fognus%2Fird-nz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fognus%2Fird-nz/lists"}