| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/node_modules/npm/node_modules/is-cidr/ |
Upload File : |
{
"name": "is-cidr",
"version": "5.1.1",
"description": "Check if a string is an IP address in CIDR notation",
"author": "silverwind <me@silverwind.io>",
"contributors": [
"Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)"
],
"repository": "silverwind/is-cidr",
"license": "BSD-2-Clause",
"type": "module",
"sideEffects": false,
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"cidr-regex": "^4.1.1"
},
"devDependencies": {
"@types/node": "22.13.4",
"eslint": "8.57.0",
"eslint-config-silverwind": "99.0.0",
"eslint-config-silverwind-typescript": "9.2.2",
"typescript": "5.7.3",
"typescript-config-silverwind": "7.0.0",
"updates": "16.4.2",
"versions": "12.1.3",
"vite": "6.1.0",
"vite-config-silverwind": "4.0.0",
"vitest": "3.0.5",
"vitest-config-silverwind": "10.0.0"
}
}