geoip_from_cities
Version:
Find the lattitude and longitude from a locally cached cities.json as opposed to google geoip which has limits of 2500 requests per day.
42 lines (41 loc) • 1.14 kB
JSON
{
"name": "geoip_from_cities",
"version": "2.2.0",
"description": "Find the lattitude and longitude from a locally cached cities.json as opposed to google geoip which has limits of 2500 requests per day.",
"main": "dist/index.js",
"scripts": {
"build": "rollup --config",
"test": "node test.js",
"bench": "node bench.js"
},
"dependencies": {
"cities.json": "~1.1.2",
"ramda": "~0.25.0"
},
"devDependencies": {
"rollup": "^0.58.2",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-license": "^0.6.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-npm": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0",
"nanobench": "2.1.1",
"standard": "^12.0.1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/rioadvancement/geoip_from_cities.git"
},
"keywords": [
"geoip",
"local",
"lattitude",
"longitude"
],
"author": "Rio Advancement Inc",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/rioadvancement/geoip_from_cities/issues"
},
"homepage": "https://gitlab.com/rioadvancement/geoip_from_cities#readme"
}