-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 871 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
{
"author": {
"name": "Franklin",
"email": "[email protected]",
"url": "https://fvdm.com"
},
"name": "geoip2ws",
"description": "Maxmind GeoIP2 Web Services (unofficial) - IP and hostname geolocation",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "git://github.com/fvdm/nodejs-geoip2ws.git"
},
"bugs": {
"url": "https://github.com/fvdm/nodejs-geoip2ws/issues"
},
"main": "geoip2ws.js",
"runkitExampleFilename": "example.js",
"files": [
"example.js"
],
"dependencies": {},
"devDependencies": {
"dotest": "^2"
},
"engines": {
"node": ">=18"
},
"scripts": {
"test": "dotest"
},
"keywords": [
"api",
"geoip",
"geoip2",
"geolocation",
"geolookup",
"hostname",
"ip",
"location",
"lookup",
"maxmind",
"network"
],
"license": "Unlicense"
}