{"_id":"is-bzip2","_rev":"16497","name":"is-bzip2","description":"Check if a Buffer/Uint8Array is a BZIP2 file","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"kevva","email":""}],"time":{"modified":"2021-06-03T09:59:03.000Z","created":"2014-04-23T07:17:27.616Z","1.0.0":"2014-08-25T00:13:38.965Z","0.1.0":"2014-04-23T07:17:27.616Z"},"users":{"t1st3":true},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"repository":{"type":"git","url":"https://github.com/kevva/is-bzip2"},"versions":{"1.0.0":{"name":"is-bzip2","version":"1.0.0","description":"Check if a Buffer/Uint8Array is a BZIP2 file","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/is-bzip2"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"test":"node test/test.js"},"files":["index.js"],"keywords":["archive","buffer","bzip2","check","detect","type","uint8array"],"devDependencies":{"ava":"0.0.4","read-chunk":"^1.0.0"},"gitHead":"2c6e3c358c31059f7f3c57a4a56b6efbba01ea7b","bugs":{"url":"https://github.com/kevva/is-bzip2/issues"},"homepage":"https://github.com/kevva/is-bzip2","_id":"is-bzip2@1.0.0","_shasum":"5ee58eaa5a2e9c80e21407bedf23ae5ac091b3fc","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":""}],"dist":{"shasum":"5ee58eaa5a2e9c80e21407bedf23ae5ac091b3fc","size":868,"noattachment":false,"key":"/is-bzip2/-/is-bzip2-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-bzip2/download/is-bzip2-1.0.0.tgz"},"directories":{},"publish_time":1408925618965,"_cnpm_publish_time":1408925618965,"_hasShrinkwrap":false},"0.1.0":{"name":"is-bzip2","version":"0.1.0","description":"Check if a Buffer/Uint8Array is a BZIP2 file","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/is-bzip2"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"mocha --reporter list"},"files":["index.js"],"keywords":["archive","buffer","bzip2","check","detect","type","uint8array"],"devDependencies":{"browserify":"^3.44.2","mocha":"^1.18.2"},"bugs":{"url":"https://github.com/kevva/is-bzip2/issues"},"homepage":"https://github.com/kevva/is-bzip2","_id":"is-bzip2@0.1.0","dist":{"shasum":"0105baf88616de533b8173e7b9d62333758e9f56","size":934,"noattachment":false,"key":"/is-bzip2/-/is-bzip2-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-bzip2/download/is-bzip2-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":""}],"directories":{},"publish_time":1398237447616,"_cnpm_publish_time":1398237447616,"_hasShrinkwrap":false}},"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","_attachments":{},"homepage":"https://github.com/kevva/is-bzip2","bugs":{"url":"https://github.com/kevva/is-bzip2/issues"},"license":"MIT"}