{"id":19128853,"url":"https://github.com/peerlibrary/meteor-check-extension","last_synced_at":"2025-05-06T00:25:33.370Z","repository":{"id":28091872,"uuid":"31589847","full_name":"peerlibrary/meteor-check-extension","owner":"peerlibrary","description":"Extensions to the built-in check package","archived":false,"fork":false,"pushed_at":"2019-09-20T02:03:23.000Z","size":10,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-19T12:42:21.207Z","etag":null,"topics":["meteor","meteor-package"],"latest_commit_sha":null,"homepage":"https://atmospherejs.com/peerlibrary/check-extension","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/peerlibrary.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":"2015-03-03T09:20:51.000Z","updated_at":"2020-05-26T11:26:20.000Z","dependencies_parsed_at":"2022-09-02T19:00:22.510Z","dependency_job_id":null,"html_url":"https://github.com/peerlibrary/meteor-check-extension","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/peerlibrary%2Fmeteor-check-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-check-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-check-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peerlibrary%2Fmeteor-check-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peerlibrary","download_url":"https://codeload.github.com/peerlibrary/meteor-check-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252597336,"owners_count":21774036,"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":["meteor","meteor-package"],"created_at":"2024-11-09T06:05:49.616Z","updated_at":"2025-05-06T00:25:33.342Z","avatar_url":"https://github.com/peerlibrary.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Check Extension\n===============\n\nMeteor package which provides a few extensions to the built-in `Match` object.\n\nInstallation\n------------\n\n```\nmeteor add peerlibrary:check-extension\n```\n\nChecks\n------\n\nThe following additional checks are provided:\n\n  * `Match.PositiveNumber` matches only positive numbers.\n  * `Match.NonNegativeInteger` matches only non-negative integers.\n  * `Match.NonEmptyString` matches only strings with a length greater than zero.\n  * `Match.DocumentId` matches only valid ObjectIds.\n  * `Match.ObjectWithOnlyStrings` matches only objects containing strings as keys and values.\n  * `Match.Enumeration(pattern, enumeration)` matches values matching `pattern` belonging to a certain `enumeration` object or array.\n  * `Match.SHA256String` matches hex-encoded SHA-256 digests.\n  * `Match.EMail` matches only non-empty e-mail strings.\n  * `Match.OptionalOrNull(pattern)` matches an optional `pattern`, a `null`, or an `undefined` value. In objects, field can also be missing.\n  * `Match.OrNull` matches the `pattern` or an explicit `null`.\n  * `Match.RegexString(regex)` matches strings matching `regex` regular expression.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-check-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeerlibrary%2Fmeteor-check-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeerlibrary%2Fmeteor-check-extension/lists"}