{
  "_id": "is-cidr@4.0.2",
  "_inBundle": true,
  "_location": "/npm/is-cidr",
  "_phantomChildren": {},
  "_requiredBy": [
    "/npm"
  ],
  "author": {
    "name": "silverwind",
    "email": "me@silverwind.io"
  },
  "bugs": {
    "url": "https://github.com/silverwind/is-cidr/issues"
  },
  "contributors": [
    {
      "name": "Felipe Apostol",
      "email": "flipjs.io@gmail.com",
      "url": "http://flipjs.io/"
    }
  ],
  "dependencies": {
    "cidr-regex": "^3.1.1"
  },
  "description": "Check if a string is an IP address in CIDR notation",
  "devDependencies": {
    "eslint": "7.10.0",
    "eslint-config-silverwind": "18.0.10",
    "jest": "26.4.2",
    "updates": "11.1.5",
    "versions": "8.4.3"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/silverwind/is-cidr#readme",
  "jest": {
    "verbose": false,
    "testTimeout": 10000
  },
  "keywords": [
    "cidr",
    "regex",
    "notation",
    "cidr notation",
    "prefix",
    "prefixes",
    "ip",
    "ip address",
    "network"
  ],
  "license": "BSD-2-Clause",
  "name": "is-cidr",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverwind/is-cidr.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "4.0.2"
}
