-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 979 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@alpertayfun/ipdata",
"version": "0.0.13",
"description": "Node-based IP address lookup utility",
"main": "index.js",
"scripts": {
"test": "npx test"
},
"bin": {
"ipdata": "index.js"
},
"engines": {
"node": ">=8"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/alpertayfun/ipdata.git"
},
"private": false,
"keywords": [
"node",
"ip",
"lookup",
"track",
"address",
"information",
"cli",
"commander",
"dns"
],
"author": "Alper Tayfun",
"license": "ISC",
"bugs": {
"url": "https://github.com/alpertayfun/ipdata/issues"
},
"homepage": "https://github.com/alpertayfun/ipdata#readme",
"devDependencies": {},
"dependencies": {
"@types/commander": "^2.12.2",
"@types/request": "^2.47.1",
"commander": "^2.20.3",
"json2csv": "^5.0.1",
"jsontoxml": "^1.0.1",
"request": "^2.88.2",
"yaml": "^1.10.0"
}
}