{
  "_args": [
    [
      {
        "raw": "is-bzip2@^1.0.0",
        "scope": null,
        "escapedName": "is-bzip2",
        "name": "is-bzip2",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/zkochan/src/pnpm/packages/pnpm/node_modules/bzip2-maybe"
    ]
  ],
  "_from": "is-bzip2@>=1.0.0 <2.0.0",
  "_id": "is-bzip2@1.0.0",
  "_inCache": true,
  "_location": "/is-bzip2",
  "_npmUser": {
    "name": "kevva",
    "email": "kevinmartensson@gmail.com"
  },
  "_npmVersion": "1.4.23",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is-bzip2@^1.0.0",
    "scope": null,
    "escapedName": "is-bzip2",
    "name": "is-bzip2",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/bzip2-maybe"
  ],
  "_resolved": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz",
  "_shasum": "5ee58eaa5a2e9c80e21407bedf23ae5ac091b3fc",
  "_shrinkwrap": null,
  "_spec": "is-bzip2@^1.0.0",
  "_where": "/home/zkochan/src/pnpm/packages/pnpm/node_modules/bzip2-maybe",
  "author": {
    "name": "Kevin Mårtensson",
    "email": "kevinmartensson@gmail.com",
    "url": "https://github.com/kevva"
  },
  "bugs": {
    "url": "https://github.com/kevva/is-bzip2/issues"
  },
  "dependencies": {},
  "description": "Check if a Buffer/Uint8Array is a BZIP2 file",
  "devDependencies": {
    "ava": "0.0.4",
    "read-chunk": "^1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5ee58eaa5a2e9c80e21407bedf23ae5ac091b3fc",
    "tarball": "https://registry.npmjs.org/is-bzip2/-/is-bzip2-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "2c6e3c358c31059f7f3c57a4a56b6efbba01ea7b",
  "homepage": "https://github.com/kevva/is-bzip2#readme",
  "keywords": [
    "archive",
    "buffer",
    "bzip2",
    "check",
    "detect",
    "type",
    "uint8array"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "kevva",
      "email": "kevinmartensson@gmail.com"
    }
  ],
  "name": "is-bzip2",
  "optionalDependencies": {},
  "readme": "# is-bzip2 [![Build Status](https://travis-ci.org/kevva/is-bzip2.svg?branch=master)](https://travis-ci.org/kevva/is-bzip2)\n\n> Check if a Buffer/Uint8Array is a BZIP2 file\n\n## Install\n\n```sh\n$ npm install --save is-bzip2\n```\n\n## Usage\n\n```js\nvar isBzip2 = require('is-bzip2');\nvar read = require('fs').readFileSync;\n\nisBzip2(read('foo.bz2'));\n// => true\n```\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Kevin Mårtensson](https://github.com/kevva)\n",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevva/is-bzip2.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "1.0.0"
}
