{
  "_args": [
    [
      {
        "name": "tar-stream",
        "raw": "tar-stream@~1.1.0",
        "rawSpec": "~1.1.0",
        "scope": null,
        "spec": ">=1.1.0 <1.2.0",
        "type": "range"
      },
      "C:\\Workspace\\web-component-tester\\node_modules\\archiver"
    ]
  ],
  "_from": "tar-stream@>=1.1.0 <1.2.0",
  "_id": "tar-stream@1.1.5",
  "_inCache": true,
  "_installable": true,
  "_location": "/tar-stream",
  "_nodeVersion": "2.0.0",
  "_npmUser": {
    "email": "max@maxogden.com",
    "name": "maxogden"
  },
  "_npmVersion": "2.9.0",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.1",
    "isarray": "0.0.1",
    "string_decoder": "0.10.31"
  },
  "_requested": {
    "name": "tar-stream",
    "raw": "tar-stream@~1.1.0",
    "rawSpec": "~1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <1.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/archiver"
  ],
  "_resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.5.tgz",
  "_shasum": "be9218c130c20029e107b0f967fb23de0579d13c",
  "_shrinkwrap": null,
  "_spec": "tar-stream@~1.1.0",
  "_where": "C:\\Workspace\\web-component-tester\\node_modules\\archiver",
  "author": {
    "email": "mathiasbuus@gmail.com",
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/tar-stream/issues"
  },
  "dependencies": {
    "bl": "^0.9.0",
    "end-of-stream": "^1.0.0",
    "readable-stream": "~1.0.33",
    "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",
    "tape": "^3.0.3"
  },
  "directories": {
    "test": "test"
  },
  "dist": {
    "shasum": "be9218c130c20029e107b0f967fb23de0579d13c",
    "tarball": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.1.5.tgz"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "*.js",
    "LICENSE"
  ],
  "gitHead": "72e8736c83455192fdcc20c0252d9df9f83350df",
  "homepage": "https://github.com/mafintosh/tar-stream",
  "keywords": [
    "tar",
    "tarball",
    "parse",
    "parser",
    "generate",
    "generator",
    "stream",
    "stream2",
    "streams",
    "streams2",
    "streaming",
    "pack",
    "extract",
    "modify"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "mathiasbuus@gmail.com",
      "name": "mafintosh"
    },
    {
      "email": "max@maxogden.com",
      "name": "maxogden"
    }
  ],
  "name": "tar-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-stream.git"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "version": "1.1.5"
}
