{"id":19436692,"url":"https://github.com/axorax/prse.js","last_synced_at":"2026-02-23T21:04:06.607Z","repository":{"id":243107035,"uuid":"811509084","full_name":"Axorax/prse.js","owner":"Axorax","description":"Simple validation library with plenty of features","archived":false,"fork":false,"pushed_at":"2024-07-04T08:15:35.000Z","size":225,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T15:16:33.047Z","etag":null,"topics":["javascript","javascript-library","javascript-parse","js-lib","js-library","js-parse","parse","parse-type","parse-types","prse","types","validation"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/prse","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Axorax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"patreon":"axorax"}},"created_at":"2024-06-06T18:26:18.000Z","updated_at":"2024-07-04T08:15:38.000Z","dependencies_parsed_at":"2025-03-02T12:42:43.724Z","dependency_job_id":"e2205027-b0f5-485e-8ef3-a1f70076b042","html_url":"https://github.com/Axorax/prse.js","commit_stats":null,"previous_names":["axorax/prse.js"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Axorax/prse.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axorax%2Fprse.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axorax%2Fprse.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axorax%2Fprse.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axorax%2Fprse.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Axorax","download_url":"https://codeload.github.com/Axorax/prse.js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Axorax%2Fprse.js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264519719,"owners_count":23621858,"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":["javascript","javascript-library","javascript-parse","js-lib","js-library","js-parse","parse","parse-type","parse-types","prse","types","validation"],"created_at":"2024-11-10T15:12:20.679Z","updated_at":"2025-10-07T01:49:33.747Z","avatar_url":"https://github.com/Axorax.png","language":"TypeScript","funding_links":["https://patreon.com/axorax","https://www.patreon.com/axorax"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/Axorax/prse.js/raw/main/prse.png\" width=\"100\" height=\"100\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eprse\u003c/strong\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003eSimple validation library with plenty of features\u003c/p\u003e\n\n# ❓About\n\nprse (pronounced as parse) allows you to validate your data in JavaScript with a simple yet powerful syntax.\n\n# ✨ Usage\n\n### Web:\n\n```js\n\u003cscript src=\"https://unpkg.com/prse/prse.umd.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n\tstring().run('hello!', () =\u003e { console.log('success') });\n\u003c/script\u003e\n```\n\n### ES6:\n\n```js\nimport { string } from 'prse';\n\nstring().run('hello!', () =\u003e { console.log('success') });\n```\n\n### Commonjs:\n\n```js\nconst { string } = require('prse');\n\nstring().run('hello!', () =\u003e { console.log('success') });\n```\n\n### Import everything\n\nShown with ES6 but works similarly with commonjs and web\n\n```js\nimport { p } from 'prse';\n\np.string().run('hello!', () =\u003e { console.log('success') });\np.number().parse(69, () =\u003e { console.log('success') }); // run and parse are same, you can use either\n```\n\n---\n\n### 📖 Checkout the full documentation here: https://github.com/Axorax/prse.js/blob/main/docs.md\n\n---\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://www.patreon.com/axorax\"\u003eSupport me on Patreon\u003c/a\u003e — \u003ca href=\"https://github.com/axorax/socials\"\u003eCheck out my socials\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxorax%2Fprse.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxorax%2Fprse.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxorax%2Fprse.js/lists"}