-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
45
46
47
{
"name": "geo-location-cli",
"version": "2.1.2",
"description": "A CLI that gives you location data of any ip address",
"main": "index.js",
"author": {
"name": "Saad Irfan",
"email": "mrsaadirfan@gmail.com",
"url": "https://twitter.com/msaaddev"
},
"bin": {
"location": "index.js"
},
"files": [
"index.js",
"utils/*"
],
"keywords": [
"location data",
"location",
"location-cli",
"geolocation",
"latitudes",
"longitudes"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/msaaddev/location-cli.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/msaaddev/location-cli/issues"
},
"homepage": "https://github.com/msaaddev/location-cli#readme",
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"cli-table": "^0.3.1",
"colors": "^1.4.0",
"console-read-write": "^0.1.1",
"ora": "^4.0.4"
}
}