{
  "_args": [
    [
      {
        "raw": "bzip2-maybe@^1.0.0",
        "scope": null,
        "escapedName": "bzip2-maybe",
        "name": "bzip2-maybe",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/decompress-maybe"
    ]
  ],
  "_from": "bzip2-maybe@>=1.0.0 <2.0.0",
  "_id": "bzip2-maybe@1.0.0",
  "_inCache": true,
  "_location": "/bzip2-maybe",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/bzip2-maybe-1.0.0.tgz_1471696096329_0.8443438808899373"
  },
  "_npmUser": {
    "name": "piranna",
    "email": "piranna@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bzip2-maybe@^1.0.0",
    "scope": null,
    "escapedName": "bzip2-maybe",
    "name": "bzip2-maybe",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/decompress-maybe"
  ],
  "_resolved": "https://registry.npmjs.org/bzip2-maybe/-/bzip2-maybe-1.0.0.tgz",
  "_shasum": "c9aef7008a6b943cbe99cc617125eb4bd478296b",
  "_shrinkwrap": null,
  "_spec": "bzip2-maybe@^1.0.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/decompress-maybe",
  "author": {
    "name": "Jesús Leganés-Combarro 'piranna'",
    "email": "piranna@gmail.com"
  },
  "bin": {
    "bzip2-maybe": "./bin.js"
  },
  "bugs": {
    "url": "https://github.com/piranna/bzip2-maybe/issues"
  },
  "dependencies": {
    "is-bzip2": "^1.0.0",
    "peek-stream": "^1.1.1",
    "pumpify": "^1.3.5",
    "through2": "^2.0.1",
    "unbzip2-stream": "^1.0.9"
  },
  "description": "Transform stream that `bzip2`s its input if it is `bzip2`ped and just echoes it if not",
  "devDependencies": {
    "concat-stream": "^1.5.1",
    "standard": "^8.0.0-beta.5",
    "tape": "^4.6.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c9aef7008a6b943cbe99cc617125eb4bd478296b",
    "tarball": "https://registry.npmjs.org/bzip2-maybe/-/bzip2-maybe-1.0.0.tgz"
  },
  "gitHead": "dac8f48cfb78294be22eb598af581ed37a27a0c6",
  "homepage": "https://github.com/piranna/bzip2-maybe",
  "license": "MIT",
  "maintainers": [
    {
      "name": "piranna",
      "email": "piranna@gmail.com"
    }
  ],
  "name": "bzip2-maybe",
  "optionalDependencies": {},
  "readme": "[![build status](http://img.shields.io/travis/piranna/bzip2-maybe.svg?style=flat)](http://travis-ci.org/piranna/bzip2-maybe)\n[![Coverage Status](https://coveralls.io/repos/github/piranna/bzip2-maybe/badge.svg?branch=master)](https://coveralls.io/github/piranna/bzip2-maybe?branch=master)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\n# bzip2-maybe\n\nTransform stream that `bzip2`s its input if it is `bzip2`ped and just echoes it\nif not.\n\nThis is based on code from\n[gunzip-maybe](https://github.com/mafintosh/gunzip-maybe)\n\n```sh\nnpm install bzip2-maybe\n```\n\n## Usage\n\nSimply pipe a `bzip2`ped (or not `bgzip2`ped) stream to `bzip2()` function and\nread the un`bzip2`ped content.\n\n```js\n// this will `bzip2` bzip2pedStream\nbzip2pedStream.pipe(bzip2()).pipe(process.stdout);\n\n// this will just echo plainTextStream\nplainTextStream.pipe(bzip2()).pipe(process.stdout);\n```\n\n## CLI usage\n\n```sh\nnpm install -g bzip2-maybe\nbzip2-maybe --help  # will print out usage\n```\n\n## License\n\nMIT\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/piranna/bzip2-maybe.git"
  },
  "scripts": {
    "test": "standard && tape test"
  },
  "version": "1.0.0"
}
