summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-cidr/node_modules/cidr-regex/package.json
diff options
context:
space:
mode:
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"
-}