UNPKG

tldcheck

Version:

Check top level domains for emails or URLs

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