UNPKG

getdomain

Version:

Get domain or hostname from url

38 lines (37 loc) 718 B
{ "name": "getdomain", "version": "1.3.1", "description": "Get domain or hostname from url", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/warlock/getDomain.git" }, "keywords": [ "domain", "hostname", "domain", "tld", "dns", "dig", "name", "parser", "subdomain", "seo" ], "author": "Josep Subils <js@js.gl> (http://js.gl)", "license": "MIT", "bugs": { "url": "https://github.com/warlock/getDomain/issues" }, "homepage": "http://js.gl", "dependencies": { "psl": "^1.1.26" } }