@smallpdf/is-email
Version:
Email address validation using the regex from the specs for an InputHTMLElement
35 lines (34 loc) • 709 B
JSON
{
"name": "@smallpdf/is-email",
"version": "1.0.1",
"description": "Email address validation using the regex from the specs for an InputHTMLElement",
"homepage": "https://github.com/smallpdf/is-email",
"main": "is-email",
"author": "Manuel Stofer",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/smallpdf/is-email.git"
},
"bugs": {
"url": "https://github.com/smallpdf/is-email/issues"
},
"keywords": [
"email",
"validation",
"validate",
"verify",
"check",
"regexp",
"regex",
"whatwg",
"w3",
"w3c"
],
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"mocha": "^8.2.1"
}
}