re-commit all the npm dependencies

This commit is contained in:
Nathan Rajlich 2012-03-19 19:17:46 -07:00
parent 10820750f0
commit 39dcfe885f
81 changed files with 397 additions and 4186 deletions

1
node_modules/glob/glob.js generated vendored
View file

@ -418,6 +418,7 @@ Glob.prototype._stat = function (f, cb) {
}
Glob.prototype._afterStat = function (f, abs, cb, er, stat) {
var exists;
assert(this instanceof Glob)
if (er || !stat) {
exists = false