robust-email-validator
Version:
A comprehensive email validation library with format, DNS, and deliverability checking
146 lines (145 loc) • 2.98 kB
JSON
{
"name": "robust-email-validator",
"version": "1.0.1",
"description": "A comprehensive email validation library with format, DNS, and deliverability checking",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src/**/*.ts",
"prepublishOnly": "npm run build"
},
"keywords": [
"email",
"validation",
"validator",
"email-validation",
"email-validator",
"email-verification",
"email-checker",
"rfc5322",
"dns",
"mx-records",
"deliverability",
"zerobounce",
"mailgun",
"hunter",
"api",
"typescript",
"javascript",
"nodejs",
"browser",
"react",
"vue",
"angular",
"frontend",
"backend",
"fullstack",
"form-validation",
"input-validation",
"email-format",
"email-syntax",
"bulk-validation",
"batch-validation",
"real-time",
"async",
"promise",
"es6",
"commonjs",
"esm",
"umd",
"lightweight",
"fast",
"reliable",
"comprehensive",
"robust",
"professional",
"enterprise",
"production-ready"
],
"author": {
"name": "Otitoju John",
"email": "otitojuoluwapelumi@gmail.com",
"url": "https://github.com/otitoju"
},
"contributors": [
{
"name": "Otitoju John",
"email": "otitojuoluwapelumi@gmail.com",
"url": "https://github.com/otitoju"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/otitoju/robust-email-validator.git"
},
"bugs": {
"url": "https://github.com/otitoju/robust-email-validator/issues",
"email": "otitojuoluwapelumi@gmail.com"
},
"homepage": "https://github.com/otitoju/robust-email-validator#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/otitoju"
},
{
"type": "patreon",
"url": "https://patreon.com/otitoju"
},
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/otitoju"
}
],
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^20.19.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"jest": "^29.7.0",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"node-fetch": "^3.0.0"
},
"peerDependenciesMeta": {
"node-fetch": {
"optional": true
}
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"CHANGELOG.md",
"examples/**/*"
],
"directories": {
"lib": "dist",
"test": "__tests__",
"example": "examples"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}