{
  "name": "@joyu/node-ip2region",
  "version": "3.0.2",
  "description": "Unofficial nodejs client of ip2region (originally from official and maintained by Joyu)",
  "main": "index.js",
  "devDependencies": {
    "@types/chai": "^4.3.1",
    "@types/node": "^18.0.6",
    "argparse": "^2.0.1",
    "benchmark": "^2.1.4",
    "chai": "^4.3.6",
    "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",
    "linebyline": "^1.3.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "lint": "eslint ./index.js",
    "test": "mocha ./tests/function.test.js",
    "coverage": "nyc npm run test",
    "benchmark": "node ./tests/benchmark.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joyutech/node-ip2region.git"
  },
  "bugs": {
    "url": "https://github.com/joyutech/node-ip2region/issues"
  },
  "homepage": "https://github.com/joyutech/node-ip2region#readme",
  "author": "Joyu Team",
  "license": "MIT"
}
