summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cidr-regex/package.json
blob: 3aa8b4032c534f312a5031c3383c08a8d54f7acb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
  "_args": [
    [
      "cidr-regex@2.0.9",
      "/Users/rebecca/code/npm"
    ]
  ],
  "_from": "cidr-regex@2.0.9",
  "_id": "cidr-regex@2.0.9",
  "_inBundle": false,
  "_integrity": "sha512-F7/fBRUU45FnvSPjXdpIrc++WRSBdCiSTlyq4ZNhLKOlHFNWgtzZ0Fd+zrqI/J1j0wmlx/f5ZQDmD2GcbrNcmw==",
  "_location": "/cidr-regex",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cidr-regex@2.0.9",
    "name": "cidr-regex",
    "escapedName": "cidr-regex",
    "rawSpec": "2.0.9",
    "saveSpec": null,
    "fetchSpec": "2.0.9"
  },
  "_requiredBy": [
    "/is-cidr"
  ],
  "_resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-2.0.9.tgz",
  "_spec": "2.0.9",
  "_where": "/Users/rebecca/code/npm",
  "author": {
    "name": "silverwind",
    "email": "me@silverwind.io"
  },
  "bugs": {
    "url": "https://github.com/silverwind/cidr-regex/issues"
  },
  "contributors": [
    {
      "name": "Felipe Apostol",
      "email": "flipjs.io@gmail.com",
      "url": "http://flipjs.io/"
    }
  ],
  "dependencies": {
    "ip-regex": "^2.1.0"
  },
  "description": "Regular expression for matching IP addresses in CIDR notation",
  "devDependencies": {
    "ava": "^0.25.0",
    "eslint": "^4.19.1",
    "eslint-config-silverwind": "^1.0.42",
    "updates": "^3.0.0"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/silverwind/cidr-regex#readme",
  "keywords": [
    "cidr",
    "regex",
    "notation",
    "cidr notation",
    "prefix",
    "prefixes",
    "ip",
    "ip address"
  ],
  "license": "BSD-2-Clause",
  "name": "cidr-regex",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silverwind/cidr-regex.git"
  },
  "scripts": {
    "test": "make test"
  },
  "version": "2.0.9"
}