fast-geoip
Version:
A faster & low-memory replacement for geoip-lite, a node library that maps IPs to geographical information
38 lines (37 loc) • 823 B
JSON
{
"name": "fast-geoip",
"version": "1.1.88",
"description": "A faster & low-memory replacement for geoip-lite, a node library that maps IPs to geographical information",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc",
"generate": "python processGeoIpCsv.py",
"test": "node tests/lookup.test.js"
},
"keywords": [
"geoip",
"geolocation",
"ip"
],
"repository": {
"type": "git",
"url": "git+https://github.com/corollari/fast-geoip.git"
},
"author": "corollari",
"license": "MIT",
"files": [
"data/*",
"build/index.js",
"build/index.d.ts",
"build/utils.js",
"build/params.js"
],
"main": "build/index.js",
"types": "build/index.d.ts",
"devDependencies": {
"@types/node": "^14.0.20",
"typescript": "^3.9.6"
}
}