UNPKG

emailtypocheck

Version:

Check top level domains for emails or URLs

36 lines (35 loc) 824 B
{ "name": "emailtypocheck", "version": "1.0.3", "description": "Check top level domains for emails or URLs", "main": "dist/emailtypocheck.js", "types": "dist/emailtypocheck.d.ts", "scripts": { "test": "mocha", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/qutorial/emailtypocheck.git" }, "keywords": [ "Email", "validation", "URL", "TLDs" ], "author": "Zaur Molotnikov <qutorial@gmail.com> (https://molotnikov.de/)", "license": "ISC", "devDependencies": { "chai": "^4.2.0", "mocha": "^6.1.4", "typescript": "^3.4.5" }, "bugs": { "url": "https://github.com/qutorial/emailtypocheck/issues" }, "homepage": "https://github.com/qutorial/emailtypocheck#readme", "dependencies": { "fuse.js": "^3.4.5" } }