iptocc
Version:
look up country code from ip (ipv4)
28 lines (27 loc) • 585 B
JSON
{
"name": "iptocc",
"version": "1.0.2",
"description": "look up country code from ip (ipv4)",
"main": "index.js",
"types":"index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/abiuDoIT/iptocc.git"
},
"keywords": [
"ip2cc",
"ip",
"country",
"code",
"ip2location"
],
"author": "abiu",
"license": "ISC",
"bugs": {
"url": "https://github.com/abiuDoIT/iptocc/issues"
},
"homepage": "https://github.com/abiuDoIT/iptocc#readme"
}