{
  "name": "get-user-ip",
  "version": "1.0.3",
  "description": "一个轻量、小巧的Node.js模块，用于检索请求用户的IP地址 | A lightweight, small Node.js module to retrieve the IP address of the requesting user",
  "main": "get-user-ip.cjs",
  "module": "get-user-ip.mjs",
  "types": "get-user-ip.d.ts",
  "type": "module",
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "get-user-ip.cjs",
    "get-user-ip.mjs",
    "get-user-ip.d.ts"
  ],
  "exports": {
    ".": {
      "import": "./get-user-ip.mjs",
      "require": "./get-user-ip.cjs",
      "types": "./get-user-ip.d.ts"
    }
  },
  "keywords": [
    "Request-IP",
    "Get-Request-IP",
    "User-IP",
    "Get-User-IP",
    "Client-IP",
    "Get-Client-IP"
  ],
  "author": "Lete乐特",
  "license": "MIT",
  "homepage": "https://github.com/Lete114/Get-User-IP#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lete114/Get-User-IP.git"
  },
  "bugs": {
    "url": "https://github.com/Lete114/Get-User-IP/issues"
  },
  "devDependencies": {
    "mocha": "^9.1.3"
  }
}
