Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--node_modules/cidr-regex/package.json37
-rw-r--r--node_modules/is-cidr/README.md4
-rw-r--r--node_modules/is-cidr/package.json34
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
5 files changed, 45 insertions, 44 deletions
diff --git a/node_modules/cidr-regex/package.json b/node_modules/cidr-regex/package.json
index 2b84d9c19..3aa8b4032 100644
--- a/node_modules/cidr-regex/package.json
+++ b/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"
}
diff --git a/node_modules/is-cidr/README.md b/node_modules/is-cidr/README.md
index 64ea8f572..cd7c8c968 100644
--- a/node_modules/is-cidr/README.md
+++ b/node_modules/is-cidr/README.md
@@ -35,11 +35,11 @@ Check if `input` is a IPv4 or IPv6 CIDR address.
### isCidr.v4(input)
-Check if `input` is IPv4 CIDR address.
+Check if `input` is a IPv4 CIDR address.
### isCidr.v6(input)
-Check if `input` is IPv6 CIDR address.
+Check if `input` is a IPv6 CIDR address.
## Related
diff --git a/node_modules/is-cidr/package.json b/node_modules/is-cidr/package.json
index 5499a0dca..6f735158a 100644
--- a/node_modules/is-cidr/package.json
+++ b/node_modules/is-cidr/package.json
@@ -1,31 +1,27 @@
{
- "_args": [
- [
- "is-cidr@2.0.5",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "is-cidr@2.0.5",
- "_id": "is-cidr@2.0.5",
+ "_from": "is-cidr@2.0.6",
+ "_id": "is-cidr@2.0.6",
"_inBundle": false,
- "_integrity": "sha512-KUGux04sdwBgpr/YREUyuefs4s1Ib4mRmOCIX1KdPnxjUCZMg13BXEp68Uw5IiDl3N4ZZtStDgPu4MWJxNBpKQ==",
+ "_integrity": "sha512-A578p1dV22TgPXn6NCaDAPj6vJvYsBgAzUrAd28a4oldeXJjWqEUuSZOLIW3im51mazOKsoyVp8NU/OItlWacw==",
"_location": "/is-cidr",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
- "raw": "is-cidr@2.0.5",
+ "raw": "is-cidr@2.0.6",
"name": "is-cidr",
"escapedName": "is-cidr",
- "rawSpec": "2.0.5",
+ "rawSpec": "2.0.6",
"saveSpec": null,
- "fetchSpec": "2.0.5"
+ "fetchSpec": "2.0.6"
},
"_requiredBy": [
+ "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.5.tgz",
- "_spec": "2.0.5",
+ "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.6.tgz",
+ "_shasum": "4b01c9693d8e18399dacd18a4f3d60ea5871ac60",
+ "_spec": "is-cidr@2.0.6",
"_where": "/Users/rebecca/code/npm",
"author": {
"name": "silverwind",
@@ -34,6 +30,7 @@
"bugs": {
"url": "https://github.com/silverwind/is-cidr/issues"
},
+ "bundleDependencies": false,
"contributors": [
{
"name": "Felipe Apostol",
@@ -44,12 +41,13 @@
"dependencies": {
"cidr-regex": "^2.0.8"
},
+ "deprecated": false,
"description": "Check if a string is an IP address 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"
@@ -77,5 +75,5 @@
"scripts": {
"test": "make test"
},
- "version": "2.0.5"
+ "version": "2.0.6"
}
diff --git a/package-lock.json b/package-lock.json
index cbe246470..6e8e14800 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -449,9 +449,9 @@
"integrity": "sha512-SK/846h/Rcy8q9Z9CAwGBLfCJ6EkjJWdpelWDufQpqVDYq2Wnnv8zlSO6AMQap02jvhVruKKpEtQOufo3pFhLg=="
},
"cidr-regex": {
- "version": "2.0.8",
- "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-2.0.8.tgz",
- "integrity": "sha512-3r0E5P6Oeg4SCvEERX7W5fPkPz8nKWwGzU6RJ/VvROOsqiq5g6sf43c/g+sUpA29Htc7R0SG15P/Scr5lfap4g==",
+ "version": "2.0.9",
+ "resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-2.0.9.tgz",
+ "integrity": "sha512-F7/fBRUU45FnvSPjXdpIrc++WRSBdCiSTlyq4ZNhLKOlHFNWgtzZ0Fd+zrqI/J1j0wmlx/f5ZQDmD2GcbrNcmw==",
"requires": {
"ip-regex": "^2.1.0"
}
@@ -2155,9 +2155,9 @@
}
},
"is-cidr": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.5.tgz",
- "integrity": "sha512-KUGux04sdwBgpr/YREUyuefs4s1Ib4mRmOCIX1KdPnxjUCZMg13BXEp68Uw5IiDl3N4ZZtStDgPu4MWJxNBpKQ==",
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.6.tgz",
+ "integrity": "sha512-A578p1dV22TgPXn6NCaDAPj6vJvYsBgAzUrAd28a4oldeXJjWqEUuSZOLIW3im51mazOKsoyVp8NU/OItlWacw==",
"requires": {
"cidr-regex": "^2.0.8"
}
diff --git a/package.json b/package.json
index e49a6fc3a..95b969584 100644
--- a/package.json
+++ b/package.json
@@ -69,7 +69,7 @@
"inherits": "~2.0.3",
"ini": "^1.3.5",
"init-package-json": "^1.10.3",
- "is-cidr": "^2.0.5",
+ "is-cidr": "^2.0.6",
"json-parse-better-errors": "^1.0.2",
"lazy-property": "~1.0.0",
"libcipm": "^2.0.0",