mirror of
https://github.com/abrendan/l00kup.git
synced 2025-06-16 04:35:07 +02:00
37 lines
791 B
JSON
37 lines
791 B
JSON
{
|
|
"name": "whois",
|
|
"version": "2.14.0",
|
|
"description": "A WHOIS client for NodeJS",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"whois": "bin.js"
|
|
},
|
|
"scripts": {
|
|
"rebuild": "rm -f ./package-lock.json ; rm -rf ./node_modules ; npm i",
|
|
"prepare": "make",
|
|
"test": "make test"
|
|
},
|
|
"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": "^9.1.3"
|
|
},
|
|
"dependencies": {
|
|
"socks": "^2.2.2",
|
|
"underscore": "^1.9.1",
|
|
"yargs": "^15.4.1"
|
|
}
|
|
}
|