{
  "_args": [
    [
      {
        "raw": "decompress-maybe@^1.0.0",
        "scope": null,
        "escapedName": "decompress-maybe",
        "name": "decompress-maybe",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/unpack-stream"
    ]
  ],
  "_from": "decompress-maybe@>=1.0.0 <2.0.0",
  "_id": "decompress-maybe@1.0.0",
  "_inCache": true,
  "_location": "/decompress-maybe",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/decompress-maybe-1.0.0.tgz_1471856565121_0.26766322972252965"
  },
  "_npmUser": {
    "name": "piranna",
    "email": "piranna@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "decompress-maybe@^1.0.0",
    "scope": null,
    "escapedName": "decompress-maybe",
    "name": "decompress-maybe",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/unpack-stream"
  ],
  "_resolved": "https://registry.npmjs.org/decompress-maybe/-/decompress-maybe-1.0.0.tgz",
  "_shasum": "adfe78c66cc069e64e824bd1405b85e75e6d1cbb",
  "_shrinkwrap": null,
  "_spec": "decompress-maybe@^1.0.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/unpack-stream",
  "author": {
    "name": "Jesús Leganés-Combarro 'piranna'",
    "email": "piranna@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/piranna/decompress-maybe/issues"
  },
  "collaborators": [
    "Mathias Buus (@mafintosh)"
  ],
  "dependencies": {
    "bzip2-maybe": "^1.0.0",
    "gunzip-maybe": "^1.3.1",
    "pumpify": "^1.3.5"
  },
  "description": "Transform stream that decompress its input if it's compressed, and echoes it if not",
  "devDependencies": {},
  "directories": {},
  "dist": {
    "shasum": "adfe78c66cc069e64e824bd1405b85e75e6d1cbb",
    "tarball": "https://registry.npmjs.org/decompress-maybe/-/decompress-maybe-1.0.0.tgz"
  },
  "gitHead": "152aa1bfe97537f9e91af3a88818729e5ae7ba10",
  "homepage": "https://github.com/piranna/decompress-maybe#readme",
  "keywords": [
    "decompress",
    "gunzip",
    "bzip2",
    "stream"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "piranna",
      "email": "piranna@gmail.com"
    }
  ],
  "name": "decompress-maybe",
  "optionalDependencies": {},
  "readme": "# decompress-maybe\nTransform stream that decompress its input if it's compressed, and echoes it if not\n\nThis module accept a stream compressed using `gunzip` or `bzip2` formats and\noutput the decompressed stream. In case the input stream was already\ndecompressed it returns it as-is. More compression formats could be added in the\nfuture, pull-requests are welcome :-)\n\nThis is a collaboration project between @mafintosh and @piranna.\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/piranna/decompress-maybe.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.0"
}
