{"id":20365900,"url":"https://github.com/cycoresystems/meteor-check-patterns","last_synced_at":"2025-03-04T19:26:32.453Z","repository":{"id":20518929,"uuid":"23797781","full_name":"CyCoreSystems/meteor-check-patterns","owner":"CyCoreSystems","description":"Check patterns for use with Meteor's 'check' package","archived":false,"fork":false,"pushed_at":"2015-11-30T14:52:58.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-25T15:03:41.880Z","etag":null,"topics":[],"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/CyCoreSystems.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":"2014-09-08T16:03:58.000Z","updated_at":"2015-09-22T03:17:50.000Z","dependencies_parsed_at":"2022-08-19T10:10:47.379Z","dependency_job_id":null,"html_url":"https://github.com/CyCoreSystems/meteor-check-patterns","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/CyCoreSystems%2Fmeteor-check-patterns","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fmeteor-check-patterns/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fmeteor-check-patterns/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyCoreSystems%2Fmeteor-check-patterns/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyCoreSystems","download_url":"https://codeload.github.com/CyCoreSystems/meteor-check-patterns/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241907693,"owners_count":20040510,"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":[],"created_at":"2024-11-15T00:21:00.514Z","updated_at":"2025-03-04T19:26:32.434Z","avatar_url":"https://github.com/CyCoreSystems.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Check patterns for Meteor's `check` package\n============\n\nVarious check patterns attached to Meteor's Match object.  These may be used as the second argument to Meteor's `check` function.\n\nExample:\n\n`check(myFormInput,Match.NonEmptyString)`\n\n## Patterns available\n\n### `Match.NonEmptyString`\n\nChecks that:\n   1. the input is a string\n   2. that it is non-zero in length\n\n### `Match.FloatString`\n\nChecks that:\n   1. the input is a string\n   2. that it can be parsed as a float (with parseFloat)\n\n### `Match.IntString`\n\nChecks that:\n   1. the input is a string\n   2. that it can be parsed as an integer (with parseInt)\n\n### `Match.NumberPositive`\n\nChecks that:\n   1. the input can be parsed as a positive (non-zero) number\n\n### `Match.Email`\n\nChecks that:\n   1. the input is a string\n   2. it matches a regex for an email address\n\n### `Match.PhoneNANPA`\n\nChecks that:\n   1. the input is a string\n   2. that it is of the form NXX-NXX-XXXX (dashes,dots,leading '1' insignificant)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycoresystems%2Fmeteor-check-patterns","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcycoresystems%2Fmeteor-check-patterns","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcycoresystems%2Fmeteor-check-patterns/lists"}