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.
57 lines
1.3 KiB
57 lines
1.3 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "fstream",
|
|
"description": "Advanced file system stream things",
|
|
"version": "1.0.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/fstream.git"
|
|
},
|
|
"main": "fstream.js",
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "3",
|
|
"inherits": "~2.0.0",
|
|
"mkdirp": ">=0.5 0",
|
|
"rimraf": "2"
|
|
},
|
|
"devDependencies": {
|
|
"tap": ""
|
|
},
|
|
"scripts": {
|
|
"test": "tap examples/*.js"
|
|
},
|
|
"license": "BSD",
|
|
"gitHead": "b3b74e92ef4a91ae206fab90b7998c7cd2e4290d",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/fstream/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/fstream",
|
|
"_id": "fstream@1.0.2",
|
|
"_shasum": "56930ff1b4d4d7b1a689c8656b3a11e744ab92c6",
|
|
"_from": "fstream@1.0.2",
|
|
"_npmVersion": "1.4.23",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "56930ff1b4d4d7b1a689c8656b3a11e744ab92c6",
|
|
"tarball": "http://registry.npmjs.org/fstream/-/fstream-1.0.2.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|