is-domain-name
Version:
Validate Domain Names as outlined by RFC 2181
33 lines (32 loc) • 686 B
JSON
{
"name": "is-domain-name",
"version": "1.0.1",
"description": "Validate Domain Names as outlined by RFC 2181",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "^4.6.0"
},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emilbayes/is-domain-name.git"
},
"keywords": [
"is",
"domain",
"name",
"rfc2181",
"dns",
"hostname",
"host"
],
"author": "Emil Bay <github@tixz.dk>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/is-domain-name/issues"
},
"homepage": "https://github.com/emilbayes/is-domain-name#readme"
}