{
  "_from": "ip-address@~4.2.0",
  "_id": "ip-address@4.2.0",
  "_inBundle": false,
  "_integrity": "sha1-cWLCyUmYyilqOM2CvCMWjVHvwnI=",
  "_location": "/ip-address",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ip-address@~4.2.0",
    "name": "ip-address",
    "escapedName": "ip-address",
    "rawSpec": "~4.2.0",
    "saveSpec": null,
    "fetchSpec": "~4.2.0"
  },
  "_requiredBy": [
    "/socks5-client"
  ],
  "_resolved": "https://registry.npmjs.org/ip-address/-/ip-address-4.2.0.tgz",
  "_shasum": "7162c2c94998ca296a38cd82bc23168d51efc272",
  "_spec": "ip-address@~4.2.0",
  "_where": "D:\\dgzn\\tools\\dream\\node_modules\\socks5-client",
  "author": {
    "name": "Beau Gunderson",
    "email": "beau@beaugunderson.com",
    "url": "https://beaugunderson.com/"
  },
  "bin": {
    "ipv6": "bin/ipv6.js",
    "ipv6grep": "bin/ipv6grep.js"
  },
  "bugs": {
    "url": "https://github.com/beaugunderson/ip-address/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "cli": "0.6.x",
    "cliff": "0.1.x",
    "jsbn": "0.0.0",
    "lodash.find": "^3.2.0",
    "lodash.merge": "^3.2.1",
    "sprintf": "0.1.x"
  },
  "deprecated": false,
  "description": "A library for parsing IPv6 and IPv4 IP addresses in node and the browser.",
  "devDependencies": {
    "chai": "^2.3.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.13",
    "mocha": "^2.2.4"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "https://github.com/beaugunderson/ip-address#readme",
  "keywords": [
    "ipv6",
    "ipv4",
    "browser",
    "validation"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ip-address",
  "repository": {
    "type": "git",
    "url": "git://github.com/beaugunderson/ip-address.git"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "version": "4.2.0"
}
