UNPKG

node-iplocate

Version:

Find geolocation data from IP addresses (e.g. city, country, timezone) using the IPLocate.io API

57 lines (56 loc) 1.31 kB
{ "name": "node-iplocate", "version": "1.0.4", "description": "Find geolocation data from IP addresses (e.g. city, country, timezone) using the IPLocate.io API", "main": "index.js", "scripts": { "test": "nyc ./node_modules/.bin/_mocha", "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls" }, "repository": { "type": "git", "url": "https://github.com/iplocate/node-iplocate.git" }, "bugs": { "url": "https://github.com/iplocate/node-iplocate/issues" }, "homepage": "https://github.com/iplocate/node-iplocate#readme", "keywords": [ "geoip", "geolocate", "geolocation", "ip address", "ip to country", "ip to city", "ip to region", "ip vpn lookup", "ip proxy lookup", "ip to asn", "ip to company", "maxmind", "city", "country", "location", "ip", "ipv4", "ipv6" ], "author": "IPLocate.io", "license": "MIT", "dependencies": { "node-fetch": "^3.2.3", "request": "^2.88.2", "request-promise": "^4.2.2", "validate-ip-node": "^1.0.8" }, "devDependencies": { "chai": "^4.1.2", "coveralls": "^3.1.0", "mocha": "^9.0.0", "nock": "^9.1.4", "nyc": "^15.0.1", "sinon": "^4.1.3", "superagent": "^3.8.2", "supertest": "^3.0.0" } }