{"id":32307340,"url":"https://github.com/close2/mod97","last_synced_at":"2026-02-23T11:35:12.092Z","repository":{"id":54073300,"uuid":"81859857","full_name":"close2/mod97","owner":"close2","description":"Calculates the MOD 97 10 of the passed number as specified in ISO7064.","archived":false,"fork":false,"pushed_at":"2021-03-09T19:02:40.000Z","size":338,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-20T22:33:27.907Z","etag":null,"topics":["dart"],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/close2.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-02-13T18:58:25.000Z","updated_at":"2021-03-09T19:02:42.000Z","dependencies_parsed_at":"2022-08-13T06:31:05.248Z","dependency_job_id":null,"html_url":"https://github.com/close2/mod97","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/close2/mod97","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/close2%2Fmod97","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/close2%2Fmod97/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/close2%2Fmod97/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/close2%2Fmod97/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/close2","download_url":"https://codeload.github.com/close2/mod97/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/close2%2Fmod97/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29741634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dart"],"created_at":"2025-10-23T07:16:40.954Z","updated_at":"2026-02-23T11:35:12.073Z","avatar_url":"https://github.com/close2.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mod97\n\nCalculates the MOD 97 10 of the passed number as specified in ISO7064.\n\nOnly positive numbers are allowed.\n\nI have copied this code from [iban.js](https://github.com/arhs/iban.js)\n\n![Build Status](https://travis-ci.org/close2/mod97.svg?branch=master)\n\n## Usage\n\nA simple usage example:\n\n    import 'package:mod97/mod97.dart';\n\n    main() {\n      int m = mod97('1234567');\n      \n      int m2 = mod97('-123', onError: (_) =\u003e 5);\n      // m2 will be 5\n    }\n\nThe input must be a `String`.  Returned value is an `int`eger.\n\nInvalid characters throw a `FormatException` unless an `onError`\nfunction is provided.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclose2%2Fmod97","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclose2%2Fmod97","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclose2%2Fmod97/lists"}