diff options
Diffstat (limited to 'tools/eslint/node_modules/minimatch/package.json')
-rw-r--r-- | tools/eslint/node_modules/minimatch/package.json | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/tools/eslint/node_modules/minimatch/package.json b/tools/eslint/node_modules/minimatch/package.json index 862ea76ce5..ce3be5e260 100644 --- a/tools/eslint/node_modules/minimatch/package.json +++ b/tools/eslint/node_modules/minimatch/package.json @@ -1,11 +1,11 @@ { "_args": [ [ - "minimatch@^3.0.0", - "/Users/mzasso/git/forks/node/node_modules/eslint" + "minimatch@2 || 3", + "/Users/trott/test/node_modules/eslint/node_modules/glob" ] ], - "_from": "minimatch@>=3.0.0 <4.0.0", + "_from": "minimatch@>=2.0.0 <3.0.0||>=3.0.0 <4.0.0", "_id": "minimatch@3.0.0", "_inCache": true, "_installable": true, @@ -19,23 +19,21 @@ "_phantomChildren": {}, "_requested": { "name": "minimatch", - "raw": "minimatch@^3.0.0", - "rawSpec": "^3.0.0", + "raw": "minimatch@2 || 3", + "rawSpec": "2 || 3", "scope": null, - "spec": ">=3.0.0 <4.0.0", + "spec": ">=2.0.0 <3.0.0||>=3.0.0 <4.0.0", "type": "range" }, "_requiredBy": [ - "/eslint", "/eslint/glob", - "/eslint/globby/glob", "/eslint/rimraf/glob" ], "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz", "_shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83", "_shrinkwrap": null, - "_spec": "minimatch@^3.0.0", - "_where": "/Users/mzasso/git/forks/node/node_modules/eslint", + "_spec": "minimatch@2 || 3", + "_where": "/Users/trott/test/node_modules/eslint/node_modules/glob", "author": { "email": "i@izs.me", "name": "Isaac Z. Schlueter", @@ -69,8 +67,8 @@ "main": "minimatch.js", "maintainers": [ { - "name": "isaacs", - "email": "i@izs.me" + "email": "i@izs.me", + "name": "isaacs" } ], "name": "minimatch", |