{
  "name": "@sagi.io/maxmind",
  "version": "2.11.3",
  "homepage": "https://github.com/sagi/node-maxmind",
  "description": "IP lookup using Maxmind databases",
  "keywords": [
    "maxmind",
    "mmdb",
    "geo",
    "geoip",
    "geoip2",
    "geobase",
    "geo lookup",
    "ip base",
    "geocode",
    "timezone",
    "asn"
  ],
  "author": "Dmitry Shirokov <deadrunk@gmail.com>",
  "contributors": [
    "Thomas Birke @quafzi <quafzi@netextreme.de>",
    "Afzaal Ameer @afzaalace",
    "Andrew N Golovkov @AndorCS"
  ],
  "dependencies": {
    "is-ip": "^2.0.0",
    "tiny-lru": "^5.0.3"
  },
  "devDependencies": {
    "@types/node": "10.12.15",
    "eslint": "2.13.1",
    "github-publish-release": "5.0.1",
    "ip-address": "5.8.9",
    "istanbul": "0.4.5",
    "mocha": "5.2.0",
    "nyc": "13.1.0",
    "sinon": "7.2.2",
    "tslint": "5.11.0",
    "typescript": "3.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sagi/node-maxmind.git"
  },
  "bugs": {
    "mail": "deadrunk@gmail.com",
    "url": "http://github.com/runk/node-maxmind/issues"
  },
  "main": "index.js",
  "typings": "./index.d.ts",
  "engines": {
    "node": ">=4.8",
    "npm": ">=1"
  },
  "license": "MIT",
  "scripts": {
    "lint": "scripts/lint",
    "release": "scripts/release",
    "test": "scripts/test"
  }
}
