{
  "name": "cidr-regex",
  "version": "2.0.10",
  "description": "Regular expression for matching IP addresses in CIDR notation",
  "author": "silverwind <me@silverwind.io>",
  "contributors": [
    "Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)"
  ],
  "repository": "silverwind/cidr-regex",
  "license": "BSD-2-Clause",
  "scripts": {
    "test": "make test"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "cidr",
    "regex",
    "notation",
    "cidr notation",
    "prefix",
    "prefixes",
    "ip",
    "ip address"
  ],
  "dependencies": {
    "ip-regex": "^2.1.0"
  },
  "devDependencies": {
    "eslint": "^5.6.0",
    "eslint-config-silverwind": "^2.0.9",
    "updates": "^4.3.0",
    "ver": "^2.0.1"
  }
}
