UNPKG

domain-lookup

Version:

A powerful domain lookup tool with WHOIS parsing, expiry tracking, TLD suggestions, and detailed domain intelligence. CLI + Node.js.

46 lines (45 loc) 1.04 kB
{ "name": "domain-lookup", "version": "2.0.0", "description": "A powerful domain lookup tool with WHOIS parsing, expiry tracking, TLD suggestions, and detailed domain intelligence. CLI + Node.js.", "main": "index.js", "bin": { "domain-lookup": "./cli.js" }, "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/utkuberkaykoc/domain-lookup.git" }, "keywords": [ "whois", "domain", "check", "checker", "lookup", "status", "availability", "domain-lookup", "cli", "command-line", "command-line-tool", "domain-scanner", "domain-checker", "domain-status", "domain-availability", "domain-whois", "domain-whois-lookup", "domain-whois-checker", "domain-whois-scanner", "domain-whois-availability", "free" ], "author": "Utku Berkay Koç", "license": "MIT", "dependencies": { "whois": "^2.10.0", "chalk": "^4.1.2" } }