mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
869 B
42 lines
869 B
{
|
|
"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.18",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/fstream.git"
|
|
},
|
|
"main": "fstream.js",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"dependencies": {
|
|
"rimraf": "2",
|
|
"mkdirp": "0.3",
|
|
"graceful-fs": "~1.1.2",
|
|
"inherits": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"tap": ""
|
|
},
|
|
"scripts": {
|
|
"test": "tap examples/*.js"
|
|
},
|
|
"license": "BSD",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"_id": "fstream@0.1.18",
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.13",
|
|
"_nodeVersion": "v0.7.7-pre",
|
|
"_defaultsLoaded": true,
|
|
"_from": "fstream@~0.1.17"
|
|
}
|
|
|