ipstackclient
Version:
node.js client for apis maintained at ipstack.com for identification by ip address
25 lines (24 loc) • 537 B
JSON
{
"name": "ipstackclient",
"version": "0.6.0",
"description": "node.js client for apis maintained at ipstack.com for identification by ip address",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node",
"ip",
"client",
"ipstack"
],
"repository": {
"type": "git",
"url": "https://github.com/BrandonDenham/ipstack.git"
},
"author": "bdenham14@gmail.com",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.1.2"
}
}