UNPKG

ip2location-io-nodejs

Version:
49 lines (48 loc) 1.05 kB
{ "name": "ip2location-io-nodejs", "version": "1.1.1", "description": "IP2Location.io Node.js SDK", "keywords": [ "ip2location.io", "geolocation" ], "homepage": "https://github.com/ip2location/ip2location-io-nodejs", "author": { "name": "IP2Location.com", "email": "sales@ip2location.com", "url": "http://www.ip2location.com/" }, "files": [ "./src/ip2location-io.cjs", "./src/ip2location-io.d.ts", "./src/wrapper.mjs", "./test.cjs", "./test.mjs", "./README.md" ], "type": "module", "main": "./src/ip2location-io.cjs", "exports": { ".": { "import": { "types": "./src/ip2location-io.d.ts", "default": "./src/wrapper.mjs" }, "require": { "default": "./src/ip2location-io.cjs" } } }, "types": "src/ip2location-io.d.ts", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ip2location/ip2location-io-nodejs.git" }, "devDependencies": { "prettier": "2.4.0" }, "dependencies": { "punycode": "^2.3.0" } }