• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "_from": "cidr-regex@^2.0.10",
3  "_id": "cidr-regex@2.0.10",
4  "_inBundle": false,
5  "_integrity": "sha512-sB3ogMQXWvreNPbJUZMRApxuRYd+KoIo4RGQ81VatjmMW6WJPo+IJZ2846FGItr9VzKo5w7DXzijPLGtSd0N3Q==",
6  "_location": "/cidr-regex",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "range",
10    "registry": true,
11    "raw": "cidr-regex@^2.0.10",
12    "name": "cidr-regex",
13    "escapedName": "cidr-regex",
14    "rawSpec": "^2.0.10",
15    "saveSpec": null,
16    "fetchSpec": "^2.0.10"
17  },
18  "_requiredBy": [
19    "/is-cidr"
20  ],
21  "_resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-2.0.10.tgz",
22  "_shasum": "af13878bd4ad704de77d6dc800799358b3afa70d",
23  "_spec": "cidr-regex@^2.0.10",
24  "_where": "/Users/aeschright/code/cli/node_modules/is-cidr",
25  "author": {
26    "name": "silverwind",
27    "email": "me@silverwind.io"
28  },
29  "bugs": {
30    "url": "https://github.com/silverwind/cidr-regex/issues"
31  },
32  "bundleDependencies": false,
33  "contributors": [
34    {
35      "name": "Felipe Apostol",
36      "email": "flipjs.io@gmail.com",
37      "url": "http://flipjs.io/"
38    }
39  ],
40  "dependencies": {
41    "ip-regex": "^2.1.0"
42  },
43  "deprecated": false,
44  "description": "Regular expression for matching IP addresses in CIDR notation",
45  "devDependencies": {
46    "eslint": "^5.6.0",
47    "eslint-config-silverwind": "^2.0.9",
48    "updates": "^4.3.0",
49    "ver": "^2.0.1"
50  },
51  "engines": {
52    "node": ">=4"
53  },
54  "files": [
55    "index.js"
56  ],
57  "homepage": "https://github.com/silverwind/cidr-regex#readme",
58  "keywords": [
59    "cidr",
60    "regex",
61    "notation",
62    "cidr notation",
63    "prefix",
64    "prefixes",
65    "ip",
66    "ip address"
67  ],
68  "license": "BSD-2-Clause",
69  "name": "cidr-regex",
70  "repository": {
71    "type": "git",
72    "url": "git+https://github.com/silverwind/cidr-regex.git"
73  },
74  "scripts": {
75    "test": "make test"
76  },
77  "version": "2.0.10"
78}
79