2011-11-22 01:48:45 +08:00
|
|
|
{
|
2012-05-06 13:33:06 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Isaac Z. Schlueter",
|
|
|
|
"email": "i@izs.me",
|
|
|
|
"url": "http://blog.izs.me/"
|
|
|
|
},
|
2011-11-22 01:48:45 +08:00
|
|
|
"name": "fstream",
|
|
|
|
"description": "Advanced file system stream things",
|
2015-05-22 15:14:39 +08:00
|
|
|
"version": "1.0.6",
|
2011-11-22 01:48:45 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/isaacs/fstream.git"
|
|
|
|
},
|
|
|
|
"main": "fstream.js",
|
|
|
|
"engines": {
|
2012-05-06 13:33:06 +08:00
|
|
|
"node": ">=0.6"
|
2011-11-22 01:48:45 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-09-17 06:38:50 +08:00
|
|
|
"graceful-fs": "3",
|
2014-08-01 00:05:30 +08:00
|
|
|
"inherits": "~2.0.0",
|
2014-09-17 06:38:50 +08:00
|
|
|
"mkdirp": ">=0.5 0",
|
2014-08-01 00:05:30 +08:00
|
|
|
"rimraf": "2"
|
2011-11-22 01:48:45 +08:00
|
|
|
},
|
2011-12-01 08:45:26 +08:00
|
|
|
"devDependencies": {
|
2015-05-22 15:14:39 +08:00
|
|
|
"tap": "0",
|
|
|
|
"standard": "^2.3.2"
|
2011-12-01 08:45:26 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-05-22 15:14:39 +08:00
|
|
|
"test": "standard && tap examples/*.js"
|
2012-05-06 13:33:06 +08:00
|
|
|
},
|
2015-05-22 15:14:39 +08:00
|
|
|
"license": "ISC",
|
|
|
|
"gitHead": "e0c0024379c5a94ca228d232e2794b6ffb0d3caf",
|
2013-07-12 23:55:57 +08:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/isaacs/fstream/issues"
|
|
|
|
},
|
2015-05-22 15:14:39 +08:00
|
|
|
"homepage": "https://github.com/isaacs/fstream#readme",
|
|
|
|
"_id": "fstream@1.0.6",
|
|
|
|
"_shasum": "817e50312fb4ed90da865c8eb5ecd1d1d7aed0ec",
|
|
|
|
"_from": "fstream@>=1.0.6 <1.1.0",
|
|
|
|
"_npmVersion": "2.9.0",
|
|
|
|
"_nodeVersion": "2.0.0",
|
|
|
|
"_npmUser": {
|
|
|
|
"name": "iarna",
|
|
|
|
"email": "me@re-becca.org"
|
|
|
|
},
|
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "isaacs",
|
|
|
|
"email": "isaacs@npmjs.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "othiym23",
|
|
|
|
"email": "ogd@aoaioxxysz.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "iarna",
|
|
|
|
"email": "me@re-becca.org"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"dist": {
|
|
|
|
"shasum": "817e50312fb4ed90da865c8eb5ecd1d1d7aed0ec",
|
|
|
|
"tarball": "http://registry.npmjs.org/fstream/-/fstream-1.0.6.tgz"
|
|
|
|
},
|
|
|
|
"directories": {},
|
|
|
|
"_resolved": "https://registry.npmjs.org/fstream/-/fstream-1.0.6.tgz"
|
2011-11-22 01:48:45 +08:00
|
|
|
}
|