mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
28 lines
536 B
JSON
28 lines
536 B
JSON
{
|
|
"name": "ip2region",
|
|
"version": "0.0.1",
|
|
"description": "ip database ",
|
|
"main": "ip2region.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lionsoul2016/ip2region"
|
|
},
|
|
"keywords": [
|
|
"ip2region",
|
|
"ip",
|
|
"region"
|
|
],
|
|
"author": "dongyado",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/lionsoul2016/ip2region/issues"
|
|
},
|
|
"homepage": "https://github.com/lionsoul2016/ip2region",
|
|
"devDependencies": {
|
|
"jest": "^19.0.2"
|
|
}
|
|
}
|