summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/cidr-regex/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/cidr-regex/package.json')
-rw-r--r--deps/npm/node_modules/cidr-regex/package.json37
1 files changed, 20 insertions, 17 deletions
diff --git a/deps/npm/node_modules/cidr-regex/package.json b/deps/npm/node_modules/cidr-regex/package.json
index 2b84d9c194..3aa8b4032c 100644
--- a/deps/npm/node_modules/cidr-regex/package.json
+++ b/deps/npm/node_modules/cidr-regex/package.json
@@ -1,27 +1,32 @@
{
- "_from": "cidr-regex@^2.0.8",
- "_id": "cidr-regex@2.0.8",
+ "_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-3r0E5P6Oeg4SCvEERX7W5fPkPz8nKWwGzU6RJ/VvROOsqiq5g6sf43c/g+sUpA29Htc7R0SG15P/Scr5lfap4g==",
+ "_integrity": "sha512-F7/fBRUU45FnvSPjXdpIrc++WRSBdCiSTlyq4ZNhLKOlHFNWgtzZ0Fd+zrqI/J1j0wmlx/f5ZQDmD2GcbrNcmw==",
"_location": "/cidr-regex",
"_phantomChildren": {},
"_requested": {
- "type": "range",
+ "type": "version",
"registry": true,
- "raw": "cidr-regex@^2.0.8",
+ "raw": "cidr-regex@2.0.9",
"name": "cidr-regex",
"escapedName": "cidr-regex",
- "rawSpec": "^2.0.8",
+ "rawSpec": "2.0.9",
"saveSpec": null,
- "fetchSpec": "^2.0.8"
+ "fetchSpec": "2.0.9"
},
"_requiredBy": [
"/is-cidr"
],
- "_resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-2.0.8.tgz",
- "_shasum": "c79bae6223d241c0860d93bfde1fb1c1c4fdcab6",
- "_spec": "cidr-regex@^2.0.8",
- "_where": "/Users/rebecca/code/npm/node_modules/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"
@@ -29,7 +34,6 @@
"bugs": {
"url": "https://github.com/silverwind/cidr-regex/issues"
},
- "bundleDependencies": false,
"contributors": [
{
"name": "Felipe Apostol",
@@ -40,13 +44,12 @@
"dependencies": {
"ip-regex": "^2.1.0"
},
- "deprecated": false,
"description": "Regular expression for matching IP addresses in CIDR notation",
"devDependencies": {
"ava": "^0.25.0",
- "eslint": "^4.18.2",
- "eslint-config-silverwind": "^1.0.37",
- "updates": "^2.3.1"
+ "eslint": "^4.19.1",
+ "eslint-config-silverwind": "^1.0.42",
+ "updates": "^3.0.0"
},
"engines": {
"node": ">=4"
@@ -74,5 +77,5 @@
"scripts": {
"test": "make test"
},
- "version": "2.0.8"
+ "version": "2.0.9"
}