{"id":13721864,"url":"https://github.com/manishsaraan/email-validator","last_synced_at":"2025-05-14T22:09:41.146Z","repository":{"id":3628725,"uuid":"4695057","full_name":"manishsaraan/email-validator","owner":"manishsaraan","description":"email syntax validator npm module. fast and pretty robust","archived":false,"fork":false,"pushed_at":"2023-09-20T17:41:12.000Z","size":53,"stargazers_count":438,"open_issues_count":23,"forks_count":80,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-10T03:09:22.435Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manishsaraan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2012-06-17T21:42:10.000Z","updated_at":"2025-04-25T00:08:23.000Z","dependencies_parsed_at":"2023-10-02T00:21:29.469Z","dependency_job_id":null,"html_url":"https://github.com/manishsaraan/email-validator","commit_stats":{"total_commits":56,"total_committers":23,"mean_commits":"2.4347826086956523","dds":0.6785714285714286,"last_synced_commit":"df02ecd8f0c53041c53fac986e842df0ec935ebe"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishsaraan%2Femail-validator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishsaraan%2Femail-validator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishsaraan%2Femail-validator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manishsaraan%2Femail-validator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manishsaraan","download_url":"https://codeload.github.com/manishsaraan/email-validator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253544277,"owners_count":21925170,"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-08-03T01:01:22.283Z","updated_at":"2025-05-14T22:09:36.129Z","avatar_url":"https://github.com/manishsaraan.png","language":"JavaScript","readme":"# email-validator\nA simple module to validate an e-mail address\n\n[![travis build](https://img.shields.io/travis/manishsaraan/email-validator.svg?style=flat-square)](https://travis-ci.org/manishsaraan/email-validator)\n[![version](https://img.shields.io/npm/v/email-validator.svg?style=flat-square)]((http://npm.im/email-validator))\n[![downloads](https://img.shields.io/npm/dm/email-validator.svg?style=flat-square)](https://npm-stat.com/charts.html?package=email-validators\u0026from=2015-08-01)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg?style=flat-square)](https://github.com/xojs/xo)\n\n## Installation\nInstall via NPM:\n\n```bash\nnpm install email-validator\n\n```\n\n[Try and install via Bit](https://bitsrc.io/manishsaraan/email-validator/email-validator)\n\n\n## Usage\n\n#### javascript\n\n```javascript\n\nvar validator = require(\"email-validator\");\n\nvalidator.validate(\"test@email.com\"); // true\n\n```\n\n#### TypeScript\n\n```typescript\n\nimport * as EmailValidator from 'email-validator';\n\nEmailValidator.validate(\"test@email.com\"); // true\n\n\n```\n\n## Contribute\n\nContributions welcome! Check the ``LICENSE`` file for more info.\n\n## Meta\n\n* manish021js@gmail.com\n\nDistributed under the unlicense public domain. See ``LICENSE`` for more information.\n\n[https://github.com/manishsaraan/email-validator](https://github.com/manishsaraan/email-validator)\n","funding_links":[],"categories":["JS","📦 Legacy \u0026 Inactive Projects"],"sub_categories":["Validators"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishsaraan%2Femail-validator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanishsaraan%2Femail-validator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanishsaraan%2Femail-validator/lists"}