UNPKG

whois

Version:
35 lines (34 loc) 729 B
{ "name": "whois", "version": "2.16.1", "description": "A WHOIS client for NodeJS", "main": "index.js", "bin": { "whois": "bin.js" }, "scripts": { "test": "mocha -u bdd -R spec -t 10000 -s 5000 test.js" }, "repository": { "type": "git", "url": "git://github.com/hjr265/node-whois" }, "keywords": [ "whois" ], "author": "Mahmud Ridwan <m@hjr265.me>", "license": "FreeBSD", "bugs": { "url": "https://github.com/hjr265/node-whois/issues" }, "homepage": "https://github.com/hjr265/node-whois", "devDependencies": { "coffeescript": "^2.5.1", "mocha": "^11.1.0" }, "dependencies": { "socks": "^2.2.2", "underscore": "^1.9.1", "yargs": "^15.4.1" } }