summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/minimatch/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/minimatch/package.json')
-rw-r--r--deps/npm/node_modules/minimatch/package.json26
1 files changed, 14 insertions, 12 deletions
diff --git a/deps/npm/node_modules/minimatch/package.json b/deps/npm/node_modules/minimatch/package.json
index d96e1d36fc..f0083b91c9 100644
--- a/deps/npm/node_modules/minimatch/package.json
+++ b/deps/npm/node_modules/minimatch/package.json
@@ -6,38 +6,40 @@
},
"name": "minimatch",
"description": "a glob matcher in javascript",
- "version": "1.0.0",
+ "version": "2.0.1",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
},
"main": "minimatch.js",
"scripts": {
- "test": "tap test/*.js"
+ "test": "tap test/*.js",
+ "prepublish": "browserify -o browser.js -e minimatch.js"
},
"engines": {
"node": "*"
},
"dependencies": {
- "lru-cache": "2",
- "sigmund": "~1.0.0"
+ "brace-expansion": "^1.0.0"
},
"devDependencies": {
+ "browserify": "^6.3.3",
"tap": ""
},
"license": {
"type": "MIT",
"url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
},
- "gitHead": "b374a643976eb55cdc19c60b6dd51ebe9bcc607a",
+ "gitHead": "eac219d8f665c8043fda9a1cd34eab9b006fae01",
"bugs": {
"url": "https://github.com/isaacs/minimatch/issues"
},
"homepage": "https://github.com/isaacs/minimatch",
- "_id": "minimatch@1.0.0",
- "_shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d",
- "_from": "minimatch@latest",
- "_npmVersion": "1.4.21",
+ "_id": "minimatch@2.0.1",
+ "_shasum": "6c3760b45f66ed1cd5803143ee8d372488f02c37",
+ "_from": "minimatch@>=2.0.1 <2.1.0",
+ "_npmVersion": "2.1.11",
+ "_nodeVersion": "0.10.16",
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
@@ -49,10 +51,10 @@
}
],
"dist": {
- "shasum": "e0dd2120b49e1b724ce8d714c520822a9438576d",
- "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz"
+ "shasum": "6c3760b45f66ed1cd5803143ee8d372488f02c37",
+ "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
+ "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.1.tgz",
"readme": "ERROR: No README data found!"
}