blob: f08ee6cc8062569caedd3e0763ef9f4ffb865f69 [file] [log] [blame]
{
"name": "tar-stream",
"version": "0.4.7",
"description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
"repository": {
"type": "git",
"url": "git://github.com:mafintosh/tar-stream.git"
},
"author": {
"name": "Mathias Buus",
"email": "mathiasbuus@gmail.com"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"bl": "^0.9.0",
"end-of-stream": "^1.0.0",
"readable-stream": "^1.0.27-1",
"xtend": "^4.0.0"
},
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^2.14.0"
},
"scripts": {
"test": "tape test/*.js"
},
"keywords": [
"tar",
"tarball",
"parse",
"parser",
"generate",
"generator",
"stream",
"stream2",
"streams",
"streams2",
"streaming",
"pack",
"extract",
"modify"
],
"bugs": {
"url": "https://github.com/mafintosh/tar-stream/issues"
},
"homepage": "https://github.com/mafintosh/tar-stream",
"main": "index.js",
"directories": {
"test": "test"
},
"license": "MIT",
"gitHead": "3bd4c7a0c34e4357105940baf1ff18b1f05a041b",
"_id": "tar-stream@0.4.7",
"_shasum": "1f1d2ce9ebc7b42765243ca0e8f1b7bfda0aadcd",
"_from": "tar-stream@~0.4.0",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
},
"maintainers": [
{
"name": "mafintosh",
"email": "mathiasbuus@gmail.com"
}
],
"dist": {
"shasum": "1f1d2ce9ebc7b42765243ca0e8f1b7bfda0aadcd",
"tarball": "http://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz"
},
"_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-0.4.7.tgz",
"readme": "ERROR: No README data found!"
}