omelop-iplocation
Version:
ip2location parse ip location info
38 lines (37 loc) • 776 B
JSON
{
"name": "omelop-iplocation",
"version": "3.1.14",
"author": "yng <linyngfly@163.com>",
"private": false,
"description": "ip2location parse ip location info",
"dependencies": {
"ip2location-nodejs": "^9.6.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"typescript": "^5.2.2"
},
"scripts": {
"build": "tsc"
},
"homepage": "https://gitee.com/fw-assets/omelop",
"repository": {
"type": "git",
"url": "https://gitee.com/fw-assets/omelop.git"
},
"keywords": [
"ip2location",
"ip",
"omelop",
"omelop-iplocation",
"tool"
],
"files": [
"dist",
"test"
],
"main": "./dist/lib/index",
"types": "./lib/index",
"license": "ISC",
"gitHead": "0afbc10ebabd57266df2bee4b98a953a4806ae1b"
}