{"id":30240347,"url":"https://github.com/uocdev/validatorjs","last_synced_at":"2025-08-15T04:37:50.621Z","repository":{"id":303952165,"uuid":"1017269698","full_name":"UocDev/validatorJS","owner":"UocDev","description":"Simple validation type data with JavaScript","archived":false,"fork":false,"pushed_at":"2025-07-10T09:47:25.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-10T17:42:25.805Z","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/UocDev.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-10T09:24:31.000Z","updated_at":"2025-07-10T12:20:04.000Z","dependencies_parsed_at":"2025-07-10T17:47:44.859Z","dependency_job_id":"1397ae92-47a8-41e8-a4f0-c68db5af1ad2","html_url":"https://github.com/UocDev/validatorJS","commit_stats":null,"previous_names":["uocdev/validatorjs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/UocDev/validatorJS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UocDev%2FvalidatorJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UocDev%2FvalidatorJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UocDev%2FvalidatorJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UocDev%2FvalidatorJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UocDev","download_url":"https://codeload.github.com/UocDev/validatorJS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UocDev%2FvalidatorJS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270524391,"owners_count":24600195,"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","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-08-15T04:37:44.163Z","updated_at":"2025-08-15T04:37:50.611Z","avatar_url":"https://github.com/UocDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# validatorJS\nThe simple for people who want create validation type data for your application (small / simple)\n\n## Get Started\nClone this repository for your local.\n```bash\ngit clone https://github.com/UocDev/validatorJS.git [YOUR_NAME_DIRECTORY]\n```\nInstall some Package.\n```bash\nnpm init -y\n```\n```bash\nnpm install chalk\n```\n\n### Example\n```js\nconst { isString, isNumber, isBoolean, isArray } = require('./validator');\n\nisString('Hello, world!'); // ✅ Green\nisString(123);             // ❌ Red\n\nisNumber(42);              // ✅ Green\nisNumber('42');            // ❌ Red\n\nisBoolean(true);           // ✅ Green\nisBoolean('true');         // ❌ Red\n\nisArray([1, 2, 3]);        // ✅ Green\nisArray('not an array');   // ❌ Red\n```\nGoodluck developer for your future projects!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuocdev%2Fvalidatorjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuocdev%2Fvalidatorjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuocdev%2Fvalidatorjs/lists"}