UNPKG

freewhois

Version:

A node client that uses the iana RDAP DNS database to lookup WHOIS information for free

44 lines (43 loc) 1.08 kB
{ "name": "freewhois", "version": "1.3.6", "description": "A node client that uses the iana RDAP DNS database to lookup WHOIS information for free", "main": "index.js", "scripts": { "whois": "node bin/index.js", "update-tlds": "node update-tlds.js", "test": "mocha" }, "bin": { "freewhois": "./bin/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/joshterrill/freewhois.git" }, "keywords": [ "whois", "dns", "free whois", "dns lookup", "reverse lookup", "reverse dns", "ip lookup", "reverse ip", "ip address lookup", "domain whois", "domain lookup" ], "author": "Josh Terrill", "license": "MIT", "bugs": { "url": "https://github.com/joshterrill/freewhois/issues" }, "homepage": "https://github.com/joshterrill/freewhois#readme", "dependencies": { "axios": "^1.7.2" }, "devDependencies": { "mocha": "^8.1.3" } }