⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
is-cidr
/
View File Name :
package.json
{ "name": "is-cidr", "version": "4.0.2", "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", "scripts": { "test": "make test" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "cidr", "regex", "notation", "cidr notation", "prefix", "prefixes", "ip", "ip address", "network" ], "dependencies": { "cidr-regex": "^3.1.1" }, "devDependencies": { "eslint": "7.10.0", "eslint-config-silverwind": "18.0.10", "jest": "26.4.2", "updates": "11.1.5", "versions": "8.4.3" }, "jest": { "verbose": false, "testTimeout": 10000 } }