@ipdb/range
Version:
IPIP.net database patches (IP Range of CIDR)
40 lines (39 loc) • 681 B
JSON
{
"name": "@ipdb/range",
"version": "0.1.1",
"description": "IPIP.net database patches (IP Range of CIDR)",
"main": "index.js",
"scripts": {
"test": "xo && ava"
},
"repository": "metowolf/ipdb-range",
"author": {
"name": "metowolf",
"email": "i@i-meto.com",
"url": "i-meto.com"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"ipip",
"location",
"geolocation",
"geo",
"ipdb",
"datx",
"geoip",
"cidr",
"range"
],
"devDependencies": {
"ava": "^1.3.1",
"xo": "^0.24.0"
},
"xo": {
"space": true,
"semicolon": false,
"padding-line-between-statements": false
}
}