UNPKG

ip-countryside

Version:

ip to country lookup using ip-countryside data

27 lines (26 loc) 682 B
{ "name": "ip-countryside", "version": "1.0.3", "description": "ip to country lookup using ip-countryside data", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "mocha -r ts-node/register tests/**/*.test.ts", "coverage": "nyc -r lcov -e .ts -x \"*.test.ts\" npm run test", "build": "tsc" }, "author": "David Blackman <david@blackmad.com>", "license": "Apache-2.0", "devDependencies": { "@types/chai": "^4.2.6", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "mocha": "^6.2.2", "nyc": "^14.1.1", "ts-node": "^8.5.4", "typescript": "^3.7.3" }, "dependencies": { "@types/node": "^12.12.14" } }