aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-cidr/package.json
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-07-18 13:55:52 -0700
committerMichaël Zasso <targos@protonmail.com>2018-07-29 14:16:56 +0200
commit5842366ae83a36065d626e3937ad8fc327efab30 (patch)
tree663eb6d493b00788d83d7a71fc2489adabd24527 /deps/npm/node_modules/is-cidr/package.json
parent2aca0957f46af0be33368a1fcb398e63a35c46ef (diff)
downloadandroid-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.tar.gz
android-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.tar.bz2
android-node-v8-5842366ae83a36065d626e3937ad8fc327efab30.zip
deps: upgrade npm to 6.2.0
PR-URL: https://github.com/nodejs/node/pull/21592 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'deps/npm/node_modules/is-cidr/package.json')
-rw-r--r--deps/npm/node_modules/is-cidr/package.json34
1 files changed, 16 insertions, 18 deletions
diff --git a/deps/npm/node_modules/is-cidr/package.json b/deps/npm/node_modules/is-cidr/package.json
index 5499a0dca1..6f735158ab 100644
--- a/deps/npm/node_modules/is-cidr/package.json
+++ b/deps/npm/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"
}