{
  "_args": [
    [
      "tar-stream@^1.1.2",
      "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib/node_modules/tar-fs"
    ]
  ],
  "_from": "tar-stream@>=1.1.2 <2.0.0",
  "_id": "tar-stream@1.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/tar-stream",
  "_nodeVersion": "4.1.1",
  "_npmUser": {
    "email": "mathiasbuus@gmail.com",
    "name": "mafintosh"
  },
  "_npmVersion": "2.14.4",
  "_phantomChildren": {},
  "_requested": {
    "name": "tar-stream",
    "raw": "tar-stream@^1.1.2",
    "rawSpec": "^1.1.2",
    "scope": null,
    "spec": ">=1.1.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/tar-fs"
  ],
  "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.3.1.tgz",
  "_shasum": "490ec2ad1ec5823fce63f18bb904c7469cd70897",
  "_shrinkwrap": null,
  "_spec": "tar-stream@^1.1.2",
  "_where": "/private/var/folders/22/xz6_9gpx3jggts_8j68_25g80000gn/T/tmp-76857gq02aboS2dNX/lib/node_modules/tar-fs",
  "author": {
    "email": "mathiasbuus@gmail.com",
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/tar-stream/issues"
  },
  "dependencies": {
    "bl": "^1.0.0",
    "end-of-stream": "^1.0.0",
    "readable-stream": "^2.0.0",
    "xtend": "^4.0.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.",
  "devDependencies": {
    "concat-stream": "^1.4.6",
    "standard": "^5.3.1",
    "tape": "^3.0.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "490ec2ad1ec5823fce63f18bb904c7469cd70897",
    "tarball": "http://registry.npmjs.org/tar-stream/-/tar-stream-1.3.1.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "*.js",
    "LICENSE"
  ],
  "gitHead": "8e3b1749a322937238236ad05a3ec1122f32ed22",
  "homepage": "https://github.com/mafintosh/tar-stream",
  "keywords": [
    "extract",
    "generate",
    "generator",
    "modify",
    "pack",
    "parse",
    "parser",
    "stream",
    "stream2",
    "streaming",
    "streams",
    "streams2",
    "tar",
    "tarball"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "mafintosh",
      "email": "mathiasbuus@gmail.com"
    },
    {
      "name": "maxogden",
      "email": "max@maxogden.com"
    }
  ],
  "name": "tar-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-stream.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js"
  },
  "version": "1.3.1"
}
