UNPKG

offline-geo-from-ip

Version:
44 lines (43 loc) 974 B
{ "name": "offline-geo-from-ip", "description": "Get geo location information from an IP address", "version": "1.1.0", "main": "index.js", "scripts": { "test": "NODE_ENV=test node_modules/.bin/jasmine --config=tests/jasmine/config.json" }, "repository": { "type": "git", "url": "https://github.com/john-doherty/offline-geo-from-ip.git" }, "bugs": { "url": "https://github.com/john-doherty/offline-geo-from-ip/issues" }, "keywords": [ "geo", "geo from ip", "ip to geo", "ip to location" ], "author": "John Doherty <contact@johndoherty.info> (www.johndoherty.info)", "license": "MIT", "engines": { "node": ">=10" }, "standard": { "globals": [ "describe", "expect", "test" ] }, "dependencies": { "maxmind-db-reader": "^0.2.1" }, "devDependencies": { "chance": "^1.1.4", "jest": "^24.9.0", "jasmine": "^4.0.2", "jasmine-console-reporter": "^3.1.0" } }