{"_id":"@arvind-yadav/validator","_rev":"2-0648d352183a908d974e8939fb82ea17","name":"@arvind-yadav/validator","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@arvind-yadav/validator","version":"1.0.0","_id":"@arvind-yadav/validator@1.0.0","maintainers":[{"name":"arvind-yadav","email":"arvindhotbit@gmail.com"}],"dist":{"shasum":"6214f5d75eb165385c54133e954503b55d300b1f","tarball":"https://registry.npmjs.org/@arvind-yadav/validator/-/validator-1.0.0.tgz","fileCount":4,"integrity":"sha512-z2J9kjd1gh4TOmbbA+oFaYuUzJOCpkxbns3x2FaQMPUWy8wEzplgFEAl1ug9tLcrtAsDIHKgkPnWRjDOiRo67g==","signatures":[{"sig":"MEQCIFww5ih75oVe21so3h9EkzxQcaN5voRA6QMFK2s/REd+AiBibTRf85wZMLke/mtDeg1+96bkd9HnTcJKcyV+FEKvAA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4022},"main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc"},"_npmUser":{"name":"arvind-yadav","email":"arvindhotbit@gmail.com"},"_npmVersion":"10.9.2","description":"A lightweight email, phone, password and schema validator.","directories":{},"_nodeVersion":"22.15.1","dependencies":{},"_hasShrinkwrap":false,"devDependencies":{"typescript":"^5.0.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/validator_1.0.0_1782972622129_0.9871125198323598","host":"s3://npm-registry-packages-npm-production"}},"1.0.1":{"name":"@arvind-yadav/validator","version":"1.0.1","description":"A lightweight email, phone, password and schema validator.","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc"},"devDependencies":{"typescript":"^5.0.0"},"dependencies":{},"peerDependencies":{},"keywords":["validator","email-validation","phone-validation","password-strength","schema-validation","form-validator","data-validation","typescript","arvind-yadav"],"_id":"@arvind-yadav/validator@1.0.1","_nodeVersion":"22.15.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-dYbvAGbZ8LCu9LHREpjmWzNVjJvuCQv03YNRp2ETmY3CMe6yRWyXSuLJTxjRMNvAjwhdoCjotgEMfNUoD8oulw==","shasum":"90fa0790bff262148f8762a8347204b1f9a7060b","tarball":"https://registry.npmjs.org/@arvind-yadav/validator/-/validator-1.0.1.tgz","fileCount":4,"unpackedSize":4240,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDNITv1e49H4awG4iWlJhRf/xKPuuLqjh9IQA8zT7lQCQIhAL1kI5gyMJnquoFX8+vx0UqnyPPyd8X22hYNM6jEbIFH"}]},"_npmUser":{"name":"arvind-yadav","email":"arvindhotbit@gmail.com"},"directories":{},"maintainers":[{"name":"arvind-yadav","email":"arvindhotbit@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/validator_1.0.1_1782973257147_0.018857617603555754"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-02T06:10:22.016Z","modified":"2026-07-02T06:20:57.387Z","1.0.0":"2026-07-02T06:10:22.258Z","1.0.1":"2026-07-02T06:20:57.285Z"},"description":"A lightweight email, phone, password and schema validator.","maintainers":[{"name":"arvind-yadav","email":"arvindhotbit@gmail.com"}],"readme":"# @arvind-yadav/validator\n\nA lightweight email, phone, password and schema validation library.\n\n## Installation\n\n```bash\nnpm install @arvind-yadav/validator\n```\n\n## Usage\n\n```typescript\nimport { isEmail, validateSchema } from '@arvind-yadav/validator';\n\nisEmail('hello@world.com'); // true\n\nconst errors = validateSchema(\n  { email: 'bad' },\n  { email: { required: true, type: 'email' } }\n);\n```\n","readmeFilename":"README.md","keywords":["validator","email-validation","phone-validation","password-strength","schema-validation","form-validator","data-validation","typescript","arvind-yadav"]}