aboutsummaryrefslogtreecommitdiff
path: root/node_modules/nanomatch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/nanomatch/package.json')
-rw-r--r--node_modules/nanomatch/package.json65
1 files changed, 34 insertions, 31 deletions
diff --git a/node_modules/nanomatch/package.json b/node_modules/nanomatch/package.json
index 443148421..523fa0d30 100644
--- a/node_modules/nanomatch/package.json
+++ b/node_modules/nanomatch/package.json
@@ -1,9 +1,13 @@
{
"name": "nanomatch",
"description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
- "version": "1.2.0",
+ "version": "1.2.6",
"homepage": "https://github.com/micromatch/nanomatch",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "contributors": [
+ "Devon Govett (http://badassjs.com)",
+ "Jon Schlinkert (http://twitter.com/jonschlinkert)"
+ ],
"repository": "micromatch/nanomatch",
"bugs": {
"url": "https://github.com/micromatch/nanomatch/issues"
@@ -26,32 +30,27 @@
"define-property": "^1.0.0",
"extend-shallow": "^2.0.1",
"fragment-cache": "^0.2.1",
- "is-extglob": "^2.1.1",
"is-odd": "^1.0.0",
- "kind-of": "^4.0.0",
- "object.pick": "^1.2.0",
+ "kind-of": "^5.0.2",
+ "object.pick": "^1.3.0",
"regex-not": "^1.0.0",
"snapdragon": "^0.8.1",
"to-regex": "^3.0.1"
},
"devDependencies": {
- "ansi-cyan": "^0.1.1",
- "bash-match": "^0.2.0",
- "benchmarked": "^0.2.5",
+ "bash-match": "^1.0.2",
"for-own": "^1.0.0",
"gulp": "^3.9.1",
- "gulp-format-md": "^0.1.11",
- "gulp-istanbul": "^1.1.1",
+ "gulp-format-md": "^1.0.0",
+ "gulp-istanbul": "^1.1.2",
"gulp-mocha": "^3.0.1",
"gulp-unused": "^0.2.1",
"helper-changelog": "^0.3.0",
- "is-primitive": "^2.0.0",
- "is-windows": "^1.0.0",
- "isobject": "^3.0.0",
- "minimatch": "^3.0.3",
- "mocha": "^3.2.0",
- "multimatch": "^2.1.0",
- "yargs-parser": "^5.0.0"
+ "is-windows": "^1.0.1",
+ "minimatch": "^3.0.4",
+ "minimist": "^1.2.0",
+ "mocha": "^3.5.0",
+ "multimatch": "^2.1.0"
},
"keywords": [
"bash",
@@ -84,16 +83,26 @@
"wildcard"
],
"lintDeps": {
- "files": {
- "merge": true,
- "devDependencies": [
- "benchmark/**/*.js"
- ]
+ "dependencies": {
+ "options": {
+ "lock": {
+ "snapdragon": "^0.8.1"
+ }
+ }
+ },
+ "devDependencies": {
+ "files": {
+ "options": {
+ "ignore": [
+ "benchmark/**"
+ ]
+ }
+ }
}
},
"verb": {
"toc": "collapsible",
- "layout": "common-minimal",
+ "layout": "default",
"tasks": [
"readme"
],
@@ -105,21 +114,15 @@
],
"related": {
"list": [
+ "extglob",
"is-extglob",
- "is-glob"
+ "is-glob",
+ "micromatch"
]
},
"reflinks": [
- "a-c",
- "bash-braces",
- "bash-brackets",
- "bash-extglobs",
- "bash-globs",
- "bash-tilde",
- "braces",
"expand-brackets",
"expand-tilde",
- "extglob",
"glob-object",
"micromatch",
"minimatch",