{
  "_args": [
    [
      {
        "raw": "unbzip2-stream@^1.0.9",
        "scope": null,
        "escapedName": "unbzip2-stream",
        "name": "unbzip2-stream",
        "rawSpec": "^1.0.9",
        "spec": ">=1.0.9 <2.0.0",
        "type": "range"
      },
      "D:\\gitLab\\comet\\brush\\node_modules\\decompress-tarbz2"
    ]
  ],
  "_from": "unbzip2-stream@>=1.0.9 <2.0.0",
  "_id": "unbzip2-stream@1.0.11",
  "_inCache": true,
  "_location": "/unbzip2-stream",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/unbzip2-stream-1.0.11.tgz_1490104029379_0.06775127863511443"
  },
  "_npmUser": {
    "name": "regular",
    "email": "jan@lagomorph.de"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "unbzip2-stream@^1.0.9",
    "scope": null,
    "escapedName": "unbzip2-stream",
    "name": "unbzip2-stream",
    "rawSpec": "^1.0.9",
    "spec": ">=1.0.9 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/decompress-tarbz2"
  ],
  "_resolved": "http://192.168.100.10:20899/unbzip2-stream/-/unbzip2-stream-1.0.11.tgz",
  "_shasum": "204f55549cd1dd800fdd835b86676830e7492d8f",
  "_shrinkwrap": null,
  "_spec": "unbzip2-stream@^1.0.9",
  "_where": "D:\\gitLab\\comet\\brush\\node_modules\\decompress-tarbz2",
  "author": {
    "name": "Jan Bölsche",
    "email": "jan@lagomorph.de"
  },
  "bugs": {
    "url": "https://github.com/regular/unbzip2-stream/issues"
  },
  "dependencies": {
    "buffer": "^3.0.1",
    "through": "^2.3.6"
  },
  "description": "streaming unbzip2 implementation in pure javascript for node and browsers",
  "devDependencies": {
    "beefy": "^2.1.2",
    "brfs": "^1.2.0",
    "browserify": "^8.1.0",
    "concat-stream": "^1.4.7",
    "tape": "^3.4.0",
    "tape-run2": "^1.0.3",
    "throughout": "0.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "204f55549cd1dd800fdd835b86676830e7492d8f",
    "tarball": "http://192.168.100.10:20899/unbzip2-stream/-/unbzip2-stream-1.0.11.tgz"
  },
  "gitHead": "f3a1896873b43de947f4245c3c5281a4dca43409",
  "homepage": "https://github.com/regular/unbzip2-stream#readme",
  "keywords": [
    "bzip",
    "bzip2",
    "bz2",
    "stream",
    "streaming",
    "decompress",
    "through"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "regular",
      "email": "jan@lagomorph.de"
    }
  ],
  "name": "unbzip2-stream",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "url": "git+https://github.com/regular/unbzip2-stream.git",
    "type": "git"
  },
  "scripts": {
    "browser-test": "browserify -t brfs test/simple.js | tape-run2 -b phantomjs",
    "download-test": "beefy test/browser/long.js --open -- -t brfs",
    "long-test": "tape test/extra/long.js",
    "prepare-long-test": "dd if=/dev/urandom of=test/fixtures/vmlinux.bin bs=50m count=2 && cat test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2",
    "prepublish": "rm test/fixtures/vmlinux.bin* || exit 0",
    "test": "tape test/*.js"
  },
  "version": "1.0.11"
}
