{
  "_args": [
    [
      "is-ip@2.0.0",
      "D:\\Development\\Work\\CENOS\\cenos-licenses"
    ]
  ],
  "_development": true,
  "_from": "is-ip@2.0.0",
  "_id": "is-ip@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=",
  "_location": "/is-ip",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "is-ip@2.0.0",
    "name": "is-ip",
    "escapedName": "is-ip",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/chai-http"
  ],
  "_resolved": "https://registry.npmjs.org/is-ip/-/is-ip-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-licenses",
  "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": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "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",
  "name": "is-ip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-ip.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0",
  "xo": {
    "esnext": true
  }
}
