/
home
/
techb158
/
.nvm
/
versions
/
node
/
v16.20.2
/
lib
/
node_modules
/
npm
/
node_modules
/
is-cidr
/
/home/techb158/.nvm/versions/node/v16.20.2/lib/node_modules/npm/node_modules/is-cidr
mkdir
upload
Name
Size
Mode
Actions
index.d.ts
668
0644
edit
dl
rm
index.js
271
0644
edit
dl
rm
LICENSE
1290
0644
edit
dl
rm
package.json
889
0644
edit
dl
rm
Edit:
/home/techb158/.nvm/versions/node/v16.20.2/lib/node_modules/npm/node_modules/is-cidr/package.json
(889B)
{ "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 } }
Save
cmd:
run