UNPKG

npm

Version:

a package manager for JavaScript

82 lines (81 loc) 1.82 kB
{ "_args": [ [ "cidr-regex@2.0.9", "/Users/rebecca/code/npm" ] ], "_from": "cidr-regex@2.0.9", "_id": "cidr-regex@2.0.9", "_inBundle": false, "_integrity": "sha512-F7/fBRUU45FnvSPjXdpIrc++WRSBdCiSTlyq4ZNhLKOlHFNWgtzZ0Fd+zrqI/J1j0wmlx/f5ZQDmD2GcbrNcmw==", "_location": "/cidr-regex", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "cidr-regex@2.0.9", "name": "cidr-regex", "escapedName": "cidr-regex", "rawSpec": "2.0.9", "saveSpec": null, "fetchSpec": "2.0.9" }, "_requiredBy": [ "/is-cidr" ], "_resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-2.0.9.tgz", "_spec": "2.0.9", "_where": "/Users/rebecca/code/npm", "author": { "name": "silverwind", "email": "me@silverwind.io" }, "bugs": { "url": "https://github.com/silverwind/cidr-regex/issues" }, "contributors": [ { "name": "Felipe Apostol", "email": "flipjs.io@gmail.com", "url": "http://flipjs.io/" } ], "dependencies": { "ip-regex": "^2.1.0" }, "description": "Regular expression for matching IP addresses in CIDR notation", "devDependencies": { "ava": "^0.25.0", "eslint": "^4.19.1", "eslint-config-silverwind": "^1.0.42", "updates": "^3.0.0" }, "engines": { "node": ">=4" }, "files": [ "index.js" ], "homepage": "https://github.com/silverwind/cidr-regex#readme", "keywords": [ "cidr", "regex", "notation", "cidr notation", "prefix", "prefixes", "ip", "ip address" ], "license": "BSD-2-Clause", "name": "cidr-regex", "repository": { "type": "git", "url": "git+https://github.com/silverwind/cidr-regex.git" }, "scripts": { "test": "make test" }, "version": "2.0.9" }