aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2018-04-20 18:26:37 -0700
committerRebecca Turner <me@re-becca.org>2018-05-24 23:24:45 -0700
commit468ab4519e1b92473acefb22801497a1af6aebae (patch)
treebdac1d062cd4b094bde3a21147bab5d82c792ece /deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json
parentac8226115e2192a7a46ba07789fa5136f74223e1 (diff)
downloadandroid-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.tar.gz
android-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.tar.bz2
android-node-v8-468ab4519e1b92473acefb22801497a1af6aebae.zip
deps: upgrade npm to 6.1.0
PR-URL: https://github.com/nodejs/node/pull/20190 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Diffstat (limited to 'deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json')
-rw-r--r--deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json b/deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json
deleted file mode 100644
index 0c23adf200..0000000000
--- a/deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "_from": "cidr-regex@1.0.6",
- "_id": "cidr-regex@1.0.6",
- "_inBundle": false,
- "_integrity": "sha1-dKv9YZ3zcLnVSrFEdVaOl91kwME=",
- "_location": "/is-cidr/cidr-regex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cidr-regex@1.0.6",
- "name": "cidr-regex",
- "escapedName": "cidr-regex",
- "rawSpec": "1.0.6",
- "saveSpec": null,
- "fetchSpec": "1.0.6"
- },
- "_requiredBy": [
- "/is-cidr"
- ],
- "_resolved": "https://registry.npmjs.org/cidr-regex/-/cidr-regex-1.0.6.tgz",
- "_shasum": "74abfd619df370b9d54ab14475568e97dd64c0c1",
- "_spec": "cidr-regex@1.0.6",
- "_where": "/Users/rebecca/code/npm/node_modules/is-cidr",
- "author": {
- "name": "Felipe Apostol",
- "email": "flipjs.io@gmail.com",
- "url": "http://flipjs.io/"
- },
- "babel": {
- "presets": [
- "es2015"
- ]
- },
- "bugs": {
- "url": "https://github.com/flipjs/cidr-regex/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Regular expression for matching CIDR (Classless Inter-Domain Routing)",
- "devDependencies": {
- "ava": "0.13.0",
- "babel-cli": "6.6.5",
- "babel-preset-es2015": "6.6.0",
- "babel-register": "6.7.2"
- },
- "homepage": "https://github.com/flipjs/cidr-regex#readme",
- "keywords": [
- "ip",
- "ip address",
- "cidr",
- "netblock",
- "regex"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "cidr-regex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/flipjs/cidr-regex.git"
- },
- "scripts": {
- "compile": "babel --presets es2015 -d lib/ src/",
- "prepublish": "npm run compile",
- "test": "ava --require babel-register"
- },
- "version": "1.0.6"
-}