{
  "name": "tar-stream",
  "version": "0.4.0",
  "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": "git://github.com:mafintosh/tar-stream.git",
  "author": "Mathias Buus <mathiasbuus@gmail.com>",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "bl": "~0.6.0",
    "end-of-stream": "~0.1.3",
    "readable-stream": "~1.0.26-4"
  },
  "devDependencies": {
    "tap": "~0.4.6",
    "concat-stream": "~1.2.1"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "keywords": [
    "tar",
    "tarball",
    "parse",
    "parser",
    "generate",
    "generator",
    "stream",
    "stream2",
    "streams",
    "streams2",
    "streaming",
    "pack",
    "extract",
    "modify"
  ]
}
