{ "_args": [ [ "is-cidr@2.0.5", "/Users/rebecca/code/npm" ] ], "_from": "is-cidr@2.0.5", "_id": "is-cidr@2.0.5", "_inBundle": false, "_integrity": "sha512-KUGux04sdwBgpr/YREUyuefs4s1Ib4mRmOCIX1KdPnxjUCZMg13BXEp68Uw5IiDl3N4ZZtStDgPu4MWJxNBpKQ==", "_location": "/is-cidr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is-cidr@2.0.5", "name": "is-cidr", "escapedName": "is-cidr", "rawSpec": "2.0.5", "saveSpec": null, "fetchSpec": "2.0.5" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.5.tgz", "_spec": "2.0.5", "_where": "/Users/rebecca/code/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": "^2.0.8" }, "description": "Check if a string is an IP address in CIDR notation", "devDependencies": { "ava": "^0.25.0", "eslint": "^4.18.2", "eslint-config-silverwind": "^1.0.37", "updates": "^2.3.1" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/silverwind/is-cidr#readme", "keywords": [ "cidr", "regex", "notation", "cidr notation", "prefix", "prefixes", "ip", "ip address" ], "license": "BSD-2-Clause", "name": "is-cidr", "repository": { "type": "git", "url": "git+https://github.com/silverwind/is-cidr.git" }, "scripts": { "test": "make test" }, "version": "2.0.5" }