UNPKG

maxmind-db-reader

Version:

This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).

64 lines (63 loc) 1.67 kB
{ "name": "maxmind-db-reader", "version": "0.2.1", "description": "This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).", "main": "./index.js", "contributors": [ { "name": "Patrick Klös", "email": "pkloes@web.de" }, { "name": "Corné 'EaterOfCode' Oppelaar", "email": "hello@eaterofco.de" }, { "name": "Rajesh Segu", "email": "rajesh.segu@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/PaddeK/node-maxmind-db" }, "bin": { "mmdb-geoip": "./repl" }, "keywords": [ "Maxmind", "Maxmind DB", "Maxmind DB Reader", "GeoIP2", "GeoIP2 Lite" ], "author": { "name": "Patrick Klös", "email": "pkloes@web.de" }, "dependencies": { "big-integer": ">=1.1.5", "ip-address": "4.0.0" }, "devDependencies": { "istanbul": "^0.3.13", "jshint": "2.4.2", "path": "^0.11.14", "scotch-tape": "0.2.0" }, "scripts": { "cover": "istanbul cover --report cobertura --print detail tape -- test/test.js", "cover-html": "istanbul report html", "fast-test": "tape test/test.js", "test": "npm run cover -s" }, "licenses": [ { "type": "LGPL 2.1", "url": "https://github.com/PaddeK/node-maxmind-db/blob/master/LICENSE" } ], "engine": { "node": ">=0.8.0" } }