• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "is-cidr",
3  "version": "5.0.3",
4  "description": "Check if a string is an IP address in CIDR notation",
5  "author": "silverwind <me@silverwind.io>",
6  "contributors": [
7    "Felipe Apostol <flipjs.io@gmail.com> (http://flipjs.io/)"
8  ],
9  "repository": "silverwind/is-cidr",
10  "license": "BSD-2-Clause",
11  "type": "module",
12  "exports": "./index.js",
13  "sideEffects": false,
14  "engines": {
15    "node": ">=14"
16  },
17  "files": [
18    "index.js",
19    "index.d.ts"
20  ],
21  "dependencies": {
22    "cidr-regex": "4.0.3"
23  },
24  "devDependencies": {
25    "eslint": "8.37.0",
26    "eslint-config-silverwind": "65.1.3",
27    "tsd": "0.28.1",
28    "updates": "13.2.9",
29    "versions": "10.4.2",
30    "vitest": "0.29.8"
31  }
32}
33