-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 KB
/
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
38
39
40
41
42
43
44
{
"name": "node-xwhois",
"version": "2.0.10",
"description": "Advanced whois library with extended capabilities.",
"main": "./lib/whois.js",
"author": "Alexander Russkiy <[email protected]>",
"license": "MIT",
"scripts": {
"test": "mocha test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kolonist/node-xwhois"
},
"bugs": {
"url": "https://github.com/kolonist/node-xwhois/issues"
},
"keywords": [
"whois",
"geoIP",
"geolocation",
"geo location",
"BGP",
"AS",
"Autonomous system",
"domain name",
"DNS",
"IPv4",
"IPv6"
],
"dependencies": {
"@maxmind/geoip2-node": "latest",
"ip2location-nodejs": "latest",
"ip2proxy-nodejs": "latest",
"jszip": "latest",
"tar-stream": "latest",
"whois": "latest"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-google": "latest",
"mocha": "latest"
}
}