UNPKG

mmdb-reader

Version:
35 lines (34 loc) 839 B
{ "name": "mmdb-reader", "version": "1.2.0", "description": "Read IP data from MaxMind DB files", "main": "index.js", "scripts": { "test": "eslint . && mocha test/geoip-test.js test/reader-test.js test/api-test.js && node --max-old-space-size=32 --expose-gc test/memory-test.js" }, "repository": { "type": "git", "url": "git://github.com/gosquared/mmdb-reader.git" }, "keywords": [ "geoip", "geoip2", "maxmind", "mmdb" ], "author": "JT <jt@gosquared.com>", "license": "MIT", "bugs": { "url": "https://github.com/gosquared/mmdb-reader/issues" }, "homepage": "https://github.com/gosquared/mmdb-reader", "devDependencies": { "eslint": "^1.10.3", "mocha": "^2.2.5", "sinon": "4.0.0" }, "dependencies": { "big-integer": "^1.5.4", "hashlru": "^2.0.0" } }