-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
{
"name": "koa-ip-geo",
"version": "2.3.1",
"description": "IP and GeoLocation filter middleware for koa, support allow lists and block lists.",
"author": "plusinnovations <hildebrandt@plus-innovations.com> (http://www.plus-innovations.com)",
"homepage": "https://github.com/sebhildebrandt/koa-ip-geo",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sebhildebrandt/koa-ip-geo"
},
"bugs": {
"url": "https://github.com/sebhildebrandt/koa-ip-geo/issues"
},
"files": [
"lib/"
],
"keywords": [
"koa",
"koa2",
"ip",
"geo",
"geolocation",
"geoblocking",
"whitelist",
"blacklist",
"block",
"middleware"
],
"dependencies": {
"debug": "^4.2.0",
"mmdb-reader": "^1.2.0",
"ip2location-nodejs": "^8.4.0"
},
"engines": {
"node": ">=7.6.0"
},
"engineStrict": true
}