whois-json
Version:
whois, with actual JavaScript (not flat string) results!
25 lines (24 loc) • 546 B
JSON
{
"name": "whois-json",
"version": "2.0.4",
"description": "whois, with actual JavaScript (not flat string) results!",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Mike MacCana <mike.maccana@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mikemaccana/whois-json.git"
},
"dependencies": {
"change-case": "^3.0.2",
"dedent-js": "^1.0.1",
"html-entities": "^1.2.1",
"whois": "^2.6.0"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}