![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/.nvm/versions/node/v16.19.0/lib/node_modules/npm/node_modules/cidr-regex/ |
{ "name": "cidr-regex", "version": "3.1.1", "description": "Regular expression for matching IP addresses in CIDR notation", "author": "silverwind <[email protected]>", "contributors": [ "Felipe Apostol <[email protected]> (http://flipjs.io/)" ], "repository": "silverwind/cidr-regex", "license": "BSD-2-Clause", "scripts": { "test": "make test" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "cidr", "regex", "notation", "cidr notation", "prefix", "prefixes", "ip", "ip address" ], "dependencies": { "ip-regex": "^4.1.0" }, "devDependencies": { "eslint": "7.8.1", "eslint-config-silverwind": "18.0.8", "jest": "26.4.2", "tsd": "0.13.1", "updates": "10.3.6", "versions": "8.4.3" } }