UNPKG

fakemail-guard

Version:

Email validation with more than 10K disposable/temporary email domains

48 lines (47 loc) 1.19 kB
{ "name": "fakemail-guard", "version": "1.0.0", "description": "Email validation with more than 10K disposable/temporary email domains", "repository": { "type": "git", "url": "git+https://github.com/maaaathis/fakemail-guard.git" }, "main": "index.js", "typings": "index.d.ts", "scripts": { "test": "standard && nyc --reporter=html --reporter=text mocha \"./{,!(node_modules)/**/}*.spec.js\"", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "standard", "lint:fix": "standard --fix", "add-domain": "node ./scripts/add", "clean": "node ./scripts/clean" }, "author": "Romain Simon <contact@romainsimon.net>", "license": "MIT", "keywords": [ "email", "validation", "disposable", "throwaway", "freemail", "temporary" ], "standard": { "env": { "mocha": true } }, "dependencies": {}, "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.0.2", "mocha": "^5.2.0", "mocha-lcov-reporter": "^1.3.0", "nyc": "^12.0.2", "standard": "^12.0.1" }, "engines": { "node": ">=10", "npm": ">=6" } }