UNPKG

@e9x/ipi

Version:

A free library/cli tool to get IP information.

50 lines (49 loc) 1.01 kB
{ "name": "@e9x/ipi", "version": "2.1.0", "description": "A free library/cli tool to get IP information.", "author": "e9x", "license": "ISC", "homepage": "https://github.com/e9x/ipi/tree/master/packages/ipi", "repository": { "type": "git", "url": "https://github.com/e9x/ipi.git" }, "keywords": [ "ip", "ip2location", "ip2asn", "api", "location", "geolocation", "asn", "information" ], "type": "commonjs", "bin": { "ipi": "bin.js" }, "main": "dist/index.js", "typings": "index.d.ts", "files": [ "dist", "bin.js", "index.d.ts" ], "scripts": { "build": "tsc", "watch": "tsc --watch" }, "devDependencies": { "@types/better-sqlite3": "^7.6.4", "@types/node": "^18.17.14", "prettier": "^3.0.3", "typescript": "^5.2.2" }, "dependencies": { "@e9x/ipi-databases": "^1.0.0-monthly.2023.5", "better-sqlite3": "^8.6.0", "ip2location-nodejs": "^9.6.0", "ipaddr.js": "^2.1.0" } }