????
Current Path : /proc/thread-self/root/lib/node_modules/npm/node_modules/is-cidr/ |
Current File : //proc/thread-self/root/lib/node_modules/npm/node_modules/is-cidr/package.json |
{ "_from": "is-cidr@3.1.1", "_id": "is-cidr@3.1.1", "_inBundle": false, "_integrity": "sha512-Gx+oErgq1j2jAKCR2Kbq0b3wbH0vQKqZ0wOlHxm0o56nq51Cs/DZA8oz9dMDhbHyHEGgJ86eTeVudtgMMOx3Mw==", "_location": "/is-cidr", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "is-cidr@3.1.1", "name": "is-cidr", "escapedName": "is-cidr", "rawSpec": "3.1.1", "saveSpec": null, "fetchSpec": "3.1.1" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-3.1.1.tgz", "_shasum": "e92ef121bdec2782271a77ce487a8b8df3718ab7", "_spec": "is-cidr@3.1.1", "_where": "/Users/darcyclarke/Documents/Repos/npm/v6", "author": { "name": "silverwind", "email": "me@silverwind.io" }, "bugs": { "url": "https://github.com/silverwind/is-cidr/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Felipe Apostol", "email": "flipjs.io@gmail.com", "url": "http://flipjs.io/" } ], "dependencies": { "cidr-regex": "^2.0.10" }, "deprecated": false, "description": "Check if a string is an IP address in CIDR notation", "devDependencies": { "eslint": "7.0.0", "eslint-config-silverwind": "13.1.0", "jest": "26.0.1", "updates": "10.2.11", "versions": "8.2.9" }, "engines": { "node": ">=6" }, "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": "3.1.1" }