Update fstream to 0.1.13

This commit is contained in:
isaacs
2012-03-12 15:39:54 -07:00
parent 3ec0a8dc91
commit e37fc641e9
3 changed files with 20 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ DirWriter.prototype._create = function () {
// ready to start getting entries!
me.ready = true
me.emit("ready")
me._process()
})
}

21
node_modules/fstream/package.json generated vendored
View File

@@ -1,8 +1,12 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"name": "fstream",
"description": "Advanced file system stream things",
"version": "0.1.12",
"version": "0.1.13",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/fstream.git"
@@ -22,5 +26,16 @@
},
"scripts": {
"test": "tap examples/*.js"
}
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_id": "fstream@0.1.13",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.4",
"_nodeVersion": "v0.7.6-pre",
"_defaultsLoaded": true,
"_from": "fstream@~0.1.5"
}

View File

@@ -47,7 +47,7 @@
"request": "~2.9",
"which": "1",
"tar": "~0.1.12",
"fstream": "~0.1.5",
"fstream": "~0.1.13",
"block-stream": "*",
"inherits": "1",
"mkdirp": "0.3",