• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "is-cidr",
3  "version": "4.0.2",
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  "scripts": {
12    "test": "make test"
13  },
14  "engines": {
15    "node": ">=10"
16  },
17  "files": [
18    "index.js",
19    "index.d.ts"
20  ],
21  "keywords": [
22    "cidr",
23    "regex",
24    "notation",
25    "cidr notation",
26    "prefix",
27    "prefixes",
28    "ip",
29    "ip address",
30    "network"
31  ],
32  "dependencies": {
33    "cidr-regex": "^3.1.1"
34  },
35  "devDependencies": {
36    "eslint": "7.10.0",
37    "eslint-config-silverwind": "18.0.10",
38    "jest": "26.4.2",
39    "updates": "11.1.5",
40    "versions": "8.4.3"
41  },
42  "jest": {
43    "verbose": false,
44    "testTimeout": 10000
45  }
46}
47