maxmind
Version:
IP lookup using Maxmind databases
74 lines (73 loc) • 1.66 kB
JSON
{
"name": "maxmind",
"version": "4.3.24",
"homepage": "https://github.com/runk/node-maxmind",
"description": "IP lookup using Maxmind databases",
"keywords": [
"maxmind",
"mmdb",
"geo",
"geoip",
"geoip2",
"geobase",
"geo lookup",
"ip base",
"geocode",
"timezone",
"asn",
"geo lookup",
"ip lookup"
],
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"contributors": [
"Thomas Birke @quafzi <quafzi@netextreme.de>",
"Afzaal Ameer @afzaalace",
"Andrew N Golovkov @AndorCS",
"Gregory Oschwald @oschwald",
"Mariano Facundo Scigliano @MarianoFacundoArch"
],
"dependencies": {
"mmdb-lib": "2.1.1",
"tiny-lru": "11.2.11"
},
"devDependencies": {
"@types/ip6addr": "0.2.6",
"@types/jest": "29.5.14",
"@types/netmask": "2.0.5",
"@types/node": "22.10.3",
"@types/sinon": "17.0.3",
"ip-address": "10.0.1",
"ip6addr": "0.2.5",
"jest": "29.7.0",
"prettier": "3.4.2",
"semantic-release": "24.2.0",
"sinon": "19.0.2",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/runk/node-maxmind.git"
},
"bugs": {
"mail": "deadrunk@gmail.com",
"url": "http://github.com/runk/node-maxmind/issues"
},
"files": [
"lib"
],
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12",
"npm": ">=6"
},
"license": "MIT",
"scripts": {
"build": "rm -rf lib/* && tsc",
"format": "prettier --write .",
"prepublish": "npm run build",
"semantic-release": "semantic-release",
"test": "jest"
}
}