forked from FurqanSoftware/node-whois
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 817 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "whois",
"version": "2.14.2",
"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 <[email protected]>",
"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": {
"punycode": "^2.3.1",
"socks": "^2.2.2",
"underscore": "^1.9.1",
"yargs": "^15.4.1"
}
}