summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-cidr/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/is-cidr/package.json')
-rw-r--r--deps/npm/node_modules/is-cidr/package.json109
1 files changed, 48 insertions, 61 deletions
diff --git a/deps/npm/node_modules/is-cidr/package.json b/deps/npm/node_modules/is-cidr/package.json
index 982863d837..5499a0dca1 100644
--- a/deps/npm/node_modules/is-cidr/package.json
+++ b/deps/npm/node_modules/is-cidr/package.json
@@ -1,94 +1,81 @@
{
- "_from": "is-cidr",
- "_id": "is-cidr@1.0.0",
+ "_args": [
+ [
+ "is-cidr@2.0.5",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "is-cidr@2.0.5",
+ "_id": "is-cidr@2.0.5",
"_inBundle": false,
- "_integrity": "sha1-+1qs9lklUxA1naMsrgPkDGocKvw=",
+ "_integrity": "sha512-KUGux04sdwBgpr/YREUyuefs4s1Ib4mRmOCIX1KdPnxjUCZMg13BXEp68Uw5IiDl3N4ZZtStDgPu4MWJxNBpKQ==",
"_location": "/is-cidr",
"_phantomChildren": {},
"_requested": {
- "type": "tag",
+ "type": "version",
"registry": true,
- "raw": "is-cidr",
+ "raw": "is-cidr@2.0.5",
"name": "is-cidr",
"escapedName": "is-cidr",
- "rawSpec": "",
+ "rawSpec": "2.0.5",
"saveSpec": null,
- "fetchSpec": "latest"
+ "fetchSpec": "2.0.5"
},
"_requiredBy": [
- "#USER",
"/"
],
- "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-1.0.0.tgz",
- "_shasum": "fb5aacf659255310359da32cae03e40c6a1c2afc",
- "_spec": "is-cidr",
+ "_resolved": "https://registry.npmjs.org/is-cidr/-/is-cidr-2.0.5.tgz",
+ "_spec": "2.0.5",
"_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Felipe Apostol",
- "email": "flipjs.io@gmail.com",
- "url": "http://flipjs.io/"
- },
- "babel": {
- "presets": [
- "es2015"
- ]
+ "name": "silverwind",
+ "email": "me@silverwind.io"
},
"bugs": {
- "url": "https://github.com/flipjs/is-cidr/issues"
+ "url": "https://github.com/silverwind/is-cidr/issues"
},
- "bundleDependencies": false,
- "config": {
- "commitizen": {
- "path": "node_modules/cz-conventional-changelog"
- },
- "ghooks": {
- "pre-commit": "npm run test && npm run build"
+ "contributors": [
+ {
+ "name": "Felipe Apostol",
+ "email": "flipjs.io@gmail.com",
+ "url": "http://flipjs.io/"
}
- },
+ ],
"dependencies": {
- "cidr-regex": "1.0.6"
+ "cidr-regex": "^2.0.8"
},
- "deprecated": false,
- "description": "Check if a string is a valid CIDR",
+ "description": "Check if a string is an IP address in CIDR notation",
"devDependencies": {
- "ava": "0.13.0",
- "babel-cli": "6.6.5",
- "babel-preset-es2015": "6.6.0",
- "babel-register": "6.7.2",
- "commitizen": "2.7.3",
- "cz-conventional-changelog": "1.1.5",
- "eslint": "2.4.0",
- "eslint-config-standard": "5.1.0",
- "eslint-plugin-babel": "3.1.0",
- "eslint-plugin-promise": "1.1.0",
- "eslint-plugin-standard": "1.3.2",
- "ghooks": "1.0.3",
- "rimraf": "2.5.2",
- "semantic-release": "4.3.5"
+ "ava": "^0.25.0",
+ "eslint": "^4.18.2",
+ "eslint-config-silverwind": "^1.0.37",
+ "updates": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=4"
},
- "homepage": "https://github.com/flipjs/is-cidr#readme",
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/silverwind/is-cidr#readme",
"keywords": [
- "ip",
- "ip address",
"cidr",
- "netblock",
- "regex"
+ "regex",
+ "notation",
+ "cidr notation",
+ "prefix",
+ "prefixes",
+ "ip",
+ "ip address"
],
- "license": "MIT",
- "main": "lib/index.js",
+ "license": "BSD-2-Clause",
"name": "is-cidr",
"repository": {
"type": "git",
- "url": "git+https://github.com/flipjs/is-cidr.git"
+ "url": "git+https://github.com/silverwind/is-cidr.git"
},
"scripts": {
- "build": "babel --presets es2015 -d lib/ src/",
- "clean": "rimraf lib && mkdir lib",
- "commit": "git-cz",
- "lint": "eslint src/ test/",
- "prebuild": "npm run lint && npm run clean",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
- "test": "ava --require babel-register"
+ "test": "make test"
},
- "version": "1.0.0"
+ "version": "2.0.5"
}