mirror of
https://github.com/lionsoul2014/ip2region.git
synced 2025-12-08 19:25:22 +00:00
23 lines
494 B
JSON
23 lines
494 B
JSON
{
|
|
"name": "ip2region",
|
|
"version": "1.0.0",
|
|
"description": "ip2region",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node ./tests/test.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.6",
|
|
"benchmark": "^2.1.4",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-standard": "^17.0.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-n": "^15.2.4",
|
|
"eslint-plugin-promise": "^6.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
}
|
|
} |