is-email-valid-full
Version:
Fully validate an email address's syntactic correctness and existence as a real email address that will not bounce. Basic RFC validation also available.
35 lines (34 loc) • 888 B
JSON
{
"name": "is-email-valid-full",
"version": "1.2.6",
"description": "Fully validate an email address's syntactic correctness and existence as a real email address that will not bounce. Basic RFC validation also available.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cloudmersive/is-email-valid-NPM.git"
},
"keywords": [
"isemail",
"validation",
"check",
"checking",
"verification",
"email",
"address",
"email",
"address",
"valid"
],
"author": "Cloudmersive",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cloudmersive/is-email-valid-NPM/issues"
},
"homepage": "https://github.com/Cloudmersive/is-email-valid-NPM#readme",
"dependencies": {
"request": "^2.83.0"
}
}