{
  "_args": [
    [
      {
        "raw": "is-ip@^2.0.0",
        "scope": null,
        "escapedName": "is-ip",
        "name": "is-ip",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/NodeProjects/ipAddress/node_modules/public-ip"
    ]
  ],
  "_from": "is-ip@>=2.0.0 <3.0.0",
  "_id": "is-ip@2.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/is-ip",
  "_nodeVersion": "4.6.2",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/is-ip-2.0.0.tgz_1483953384077_0.27111550723202527"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.11",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is-ip@^2.0.0",
    "scope": null,
    "escapedName": "is-ip",
    "name": "is-ip",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/public-ip"
  ],
  "_resolved": "https://registry.npmjs.org/is-ip/-/is-ip-2.0.0.tgz",
  "_shasum": "68eea07e8a0a0a94c2d080dd674c731ab2a461ab",
  "_shrinkwrap": null,
  "_spec": "is-ip@^2.0.0",
  "_where": "/Users/robertdodson/Documents/htdocs/NodeProjects/ipAddress/node_modules/public-ip",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-ip/issues"
  },
  "dependencies": {
    "ip-regex": "^2.0.0"
  },
  "description": "Check if a string is an IP address",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "68eea07e8a0a0a94c2d080dd674c731ab2a461ab",
    "tarball": "https://registry.npmjs.org/is-ip/-/is-ip-2.0.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "7e05de3cd3da30d1701a76c8f8093b3ff9f8cd71",
  "homepage": "https://github.com/sindresorhus/is-ip#readme",
  "keywords": [
    "ip",
    "ipv6",
    "ipv4",
    "regex",
    "regexp",
    "re",
    "match",
    "test",
    "find",
    "text",
    "pattern",
    "internet",
    "protocol",
    "address",
    "validate",
    "detect",
    "check",
    "is",
    "string"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "is-ip",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-ip.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0",
  "xo": {
    "esnext": true
  }
}
