UNPKG

whois-raw

Version:
38 lines (37 loc) 943 B
{ "name": "whois-raw", "version": "0.1.10", "description": "WHOIS client for Node.js", "main": "index.js", "scripts": { "test": "mocha --reporter spec", "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*" }, "engines": { "node": ">=4.2.4" }, "repository": { "type": "git", "url": "git+https://github.com/moneals/whois-raw.git" }, "keywords": [ "whois", "node" ], "author": "Michael Smith <michael@juniperbay.com> (http://www.michaelosmith.com)", "license": "MIT", "bugs": { "url": "https://github.com/moneals/whois-raw/issues" }, "homepage": "https://github.com/moneals/whois-raw#readme", "dependencies": { "optimist": "^0.6.1", "socks": "^2.2.2", "underscore": "^1.9.1" }, "devDependencies": { "coveralls": "^3.0.3", "istanbul": "^0.4.5", "mocha": "^6.0.2" } }