• April 20, 2024

Npm Whois

whois - npm

whois – npm

whois2. 13. 7 • Public • Published 2 months ago Readme Explore BETA3 Dependencies50 Dependents43 Versions
Node WHOIS is a WHOIS client for
Installation
Global
$ npm install -g whois
Usage
whois [options] address
Options:
–version Show version number [boolean]
-s, –server whois server [default: null]
-f, –follow number of times to follow redirects [default: 0]
-p, –proxy SOCKS proxy [default: null]
-v, –verbose show verbose results [boolean] [default: false]
-b, –bind bind to a local IP address [default: null]
-h, –help Show help [boolean] [default: false]
Local
$ npm install whois
var whois = require(‘whois’)
(”, function(err, data) {
(data)})
You may pass an object in between the address and the callback function to tweak the behavior of the lookup function:
{
“server”: “”, // this can be a string (“host:port”) or an object with host and port as its keys; leaving it empty makes lookup rely on
“follow”: 2, // number of times to follow redirects
“timeout”: 0, // socket timeout, excluding this doesn’t override any default timeout value
“verbose”: false // setting this to true returns an array of responses from all servers
“bind”: null // bind the socket to a local IP address
“proxy”: { // (optional) SOCKS Proxy
“host”: “”,
“port”: 0,
“type”: 5 // or 4}}
Contributing
Contributions are welcome.
License
Node WHOIS is available under the BSD (2-Clause) License.
Whois | npm.io

Whois | npm.io

A WHOIS client for NodeJS2. 1. 3 • Published 6 years agoA WHOIS client for NodeJS2. 13. 7 • Published 2 months agoWhois info for TLDs, domains and IPs1. 0 • Published 4 months agoSimple domain information tool0. 2 • Published 3 years agoExtracts a domain into its component parts (node-url wrapper), performs domain inspection functions0. 0. 25 • Published 5 years agoAn independent Whois Client and Parser written in Javascript. 2 • Published 5 years agoA node client that uses the iana RDAP DNS database to lookup WHOIS information for free1. 2. 1 • Published 3 months agoA small module for parsing the output string of a WhoIs lookup into an Array of JSON objects1. 0 • Published 5 years agoList of Whois Servers to lookup domains against1. 116 • Published 4 months agoWHOIS client for Node. js0. 7 • Published 1 year agoA whois client for Node0. 7 • Published 7 years agoA wrapper for the fantastic whois module that parses whois data into consistent fields across multiple tlds1. 13 • Published 1 year agoSysUtilAPI é uma API, que roda em Nodejs e combina várias ferramentas diferentes úteis. 10 • Published 8 months agoLightweight and performant WHOIS client supporting hundreds of TLDs1. 1 • Published 2 months agoA Client To Register And Manage Domains From The CLI. 0 • Published 2 years agoAdvanced whois library with extended capabilities. 10 • Published 2 years agowhois lookup1. 6 • Published 3 years agoa whois client for node. 3. 3 • Published 3 years agoProgram to find all ip blocks owned by a company given one or more of their IP addresses and the comapny names0. 9 • Published 6 years JSON WHOIS API client1. 1 • Published 4 years ago
FurqanSoftware/node-whois: A simple WHOIS client for NodeJS

FurqanSoftware/node-whois: A simple WHOIS client for NodeJS

Node WHOIS is a WHOIS client for
Installation
Global
Usage
whois [options] address
Options:
–version Show version number [boolean]
-s, –server whois server [default: null]
-f, –follow number of times to follow redirects [default: 0]
-p, –proxy SOCKS proxy [default: null]
-v, –verbose show verbose results [boolean] [default: false]
-b, –bind bind to a local IP address [default: null]
-h, –help Show help [boolean] [default: false]
Local
var whois = require(‘whois’)
(”, function(err, data) {
(data)})
You may pass an object in between the address and the callback function to tweak the behavior of the lookup function:
{
“server”: “”, // this can be a string (“host:port”) or an object with host and port as its keys; leaving it empty makes lookup rely on
“follow”: 2, // number of times to follow redirects
“timeout”: 0, // socket timeout, excluding this doesn’t override any default timeout value
“verbose”: false // setting this to true returns an array of responses from all servers
“bind”: null // bind the socket to a local IP address
“proxy”: { // (optional) SOCKS Proxy
“host”: “”,
“port”: 0,
“type”: 5 // or 4}}
Contributing
Contributions are welcome.
License
Node WHOIS is available under the BSD (2-Clause) License.

Frequently Asked Questions about npm whois

Leave a Reply

Your email address will not be published. Required fields are marked *