{
  "name": "@uua/ip2c",
  "version": "0.0.6",
  "description": "ip2c plugin for uua",
  "keywords": [
    "ip2c",
    "uua"
  ],
  "author": "Willin Wang <willin@willin.org>",
  "homepage": "https://github.com/willin/uua/tree/master/packages/@uua/ip2c#readme",
  "license": "Apache-2.0",
  "module": "dist/ip2c.js",
  "main": "dist/ip2c.cjs.js",
  "unpkg": "dist/ip2c.browser.js",
  "types": "dist/ip2c.d.ts",
  "peerDependencies": {
    "axios": "^0.19.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/willin/uua.git"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "rollup -c"
  },
  "bugs": {
    "url": "https://github.com/willin/uua/issues"
  },
  "gitHead": "34aa0cc9596bad979dd50c5658e0930deb68eb8a"
}
