UNPKG

@lavanjan/ip-info

Version:

A simple utility to get IP address, device, and location details

51 lines (50 loc) 1.08 kB
{ "name": "@lavanjan/ip-info", "version": "1.0.2", "description": "A simple utility to get IP address, device, and location details", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "test": "jest", "test:coverage": "jest --coverage" }, "keywords": [ "ip", "ip-address", "location", "geoip", "device-info", "ip-info", "fetch-ip", "public-ip", "ip-tracker", "network" ], "files": [ "dist", "README.md", "LICENSE" ], "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.0.0", "jest-fetch-mock": "^3.0.3", "ts-jest": "^29.0.0", "typescript": "^4.5.0" }, "engines": { "node": ">=14.0.0" }, "author": "Lavanjan Ravichsanthiran", "license": "MIT", "homepage": "https://github.com/lavanjan/ip-info", "repository": { "type": "git", "url": "git+https://github.com/lavanjan/ip-info.git" }, "bugs": { "url": "https://github.com/lavanjan/ip-info/issues" } }