ip2country
Version:
Self-contained IP to country lookup
31 lines (30 loc) • 694 B
JSON
{
"name": "ip2country",
"version": "1.1.0",
"description": "Self-contained IP to country lookup",
"type": "module",
"exports": "./ip2country.js",
"repository": {
"type": "git",
"url": "https://github.com/willscott/ip2country.git"
},
"scripts": {
"build": "node ./src/build.mjs"
},
"keywords": [
"ip",
"geoloc"
],
"author": "Will Scott <willscott@gmail.com> (https://wills.co.tt)",
"license": "Apache-2.0",
"devDependencies": {
"chai": "^3.0.0",
"chalk": "^1.0.0",
"event-stream": "^3.1.7",
"ftp-stream": "0.0.4",
"linebyline": "^1.3.0",
"moment": "^2.9.0",
"stream-reduce": "^1.0.3",
"asbycountry": "^1.4.3"
}
}