koa-ip-geo
Version:
IP and GeoLocation filter middleware for koa, support allow lists and block lists.
42 lines (41 loc) • 947 B
JSON
{
"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
}