{"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dist-tags":{"latest":"3.2.0"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"description":"Detect the archive type of a Buffer/Uint8Array","readme":"# archive-type [![Build Status](https://travis-ci.org/kevva/archive-type.svg?branch=master)](https://travis-ci.org/kevva/archive-type)\n\n> Detect the archive type of a Buffer/Uint8Array\n\n*See [archive-type-cli](https://github.com/kevva/archive-type-cli) for the command-line version.*\n\n\n## Install\n\n```\n$ npm install --save archive-type\n```\n\n\n## Usage\n\n```js\nvar readFileSync = require('fs').readFileSync;\nvar archiveType = require('archive-type');\n\narchiveType(readFileSync('foo.zip'));\n//=> {ext: 'zip', mime: 'application/zip'}\n```\n\n\n## API\n\n### archiveType(buf)\n\nReturns [`7z`](https://github.com/kevva/is-7zip), [`bz2`](https://github.com/kevva/is-bzip2), [`gz`](https://github.com/kevva/is-gzip), [`rar`](https://github.com/kevva/is-rar), [`tar`](https://github.com/kevva/is-tar), [`zip`](https://github.com/kevva/is-zip), [`xz`](https://github.com/kevva/is-xz) or `false`.\n\n#### buf\n\nType: `buffer` *(Node.js)*, `uint8array`\n\nIt only needs the first 261 bytes.\n\n\n## License\n\nMIT © [Kevin Mårtensson](https://github.com/kevva)\n","repository":{"type":"git","url":"git+https://github.com/kevva/archive-type.git"},"bugs":{"url":"https://github.com/kevva/archive-type/issues"},"license":"MIT","versions":{"0.1.0":{"name":"archive-type","version":"0.1.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"mocha --reporter list"},"files":["cli.js","index.js"],"keywords":["archive","buffer","bz2","bzip2","check","detect","gz","gzip","rar","zip","type"],"dependencies":{"is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.0","is-zip":"^0.1.0"},"devDependencies":{"browserify":"^3.44.2","mocha":"^1.18.2"},"bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@0.1.0","dist":{"shasum":"c304323a7552f14266e60ff22ca0a437442b0487","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.1":{"name":"archive-type","version":"0.1.1","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"mocha --reporter list"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","rar","zip","type"],"dependencies":{"is-7zip":"^0.1.0","is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.0","is-zip":"^0.1.0"},"devDependencies":{"browserify":"^3.44.2","mocha":"^1.18.2"},"bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@0.1.1","dist":{"shasum":"ccd7daab4abce6737c506fe2ff04d5ee81ff41e3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-0.1.1.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.2":{"name":"archive-type","version":"0.1.2","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"mocha --reporter list"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","rar","zip","type"],"dependencies":{"is-7zip":"^0.1.0","is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.0","is-zip":"^0.1.0","read-chunk":"^0.1.0"},"devDependencies":{"browserify":"^3.44.2","mocha":"^1.18.2"},"bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@0.1.2","dist":{"shasum":"fbd697d3001aa0aefb4f3a1453d3f5124466d77b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.21","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"0.1.3":{"name":"archive-type","version":"0.1.3","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"mocha --reporter list"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^1.0.0","is-7zip":"^0.1.0","is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.0","is-zip":"^0.1.0","read-chunk":"^0.1.0"},"devDependencies":{"browserify":"^3.44.2","mocha":"^1.18.2"},"bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@0.1.3","_shasum":"18277c64144394e41a2ce162a9bec8a629c17a34","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"18277c64144394e41a2ce162a9bec8a629c17a34","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-0.1.3.tgz"},"directories":{}},"0.1.4":{"name":"archive-type","version":"0.1.4","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^1.0.0","is-7zip":"^0.1.0","is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.0","is-zip":"^0.1.0","read-chunk":"^0.1.0"},"devDependencies":{"ava":"0.0.3","browserify":"^3.44.2"},"bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@0.1.4","_shasum":"d8288b5658a38065af9b29ee4442569d0683fe1b","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"d8288b5658a38065af9b29ee4442569d0683fe1b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-0.1.4.tgz"},"directories":{}},"1.0.0":{"name":"archive-type","version":"1.0.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"browser":"browserify -s $npm_package_name -o browser.js .","test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^2.0.0","is-7zip":"^0.1.0","is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.1","is-zip":"^0.1.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"0.0.3","browserify":"^5.10.0"},"gitHead":"8b50a1484dcd2c6a63a9788ce088a93e66e48515","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@1.0.0","_shasum":"3d19c0c5028965b1bba287ce9cfc886381543659","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"3d19c0c5028965b1bba287ce9cfc886381543659","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"archive-type","version":"1.0.1","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^2.0.0","is-7zip":"^0.1.0","is-bzip2":"^0.1.0","is-gzip":"^0.1.0","is-rar":"^0.1.0","is-tar":"^0.1.1","is-zip":"^0.1.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"0.0.4","browserify":"^5.10.0"},"gitHead":"463ce4cf00d208561c8874eae83707578af0fc85","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@1.0.1","_shasum":"d3b3ce86f989578c8b6c5038f1327888dde20192","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"d3b3ce86f989578c8b6c5038f1327888dde20192","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-1.0.1.tgz"},"directories":{}},"1.0.2":{"name":"archive-type","version":"1.0.2","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^2.0.0","is-7zip":"^1.0.0","is-bzip2":"^1.0.0","is-gzip":"^1.0.0","is-rar":"^1.0.0","is-tar":"^1.0.0","is-zip":"^1.0.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"66552a8d4d1f32f453f7668da35bd58b296c3000","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@1.0.2","_shasum":"d947dba5687dd3291dd3dc3b2974b63af0fb284a","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"d947dba5687dd3291dd3dc3b2974b63af0fb284a","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-1.0.2.tgz"},"directories":{}},"1.0.3":{"name":"archive-type","version":"1.0.3","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^3.0.0","is-7zip":"^1.0.0","is-bzip2":"^1.0.0","is-gzip":"^1.0.0","is-rar":"^1.0.0","is-tar":"^1.0.0","is-zip":"^1.0.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"1729d3bc9065e453dbf314fd3e96239e325dbc50","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@1.0.3","_shasum":"85252918905933e276d186e2982d3c9b16cf7d12","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"85252918905933e276d186e2982d3c9b16cf7d12","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-1.0.3.tgz"},"directories":{}},"1.0.4":{"name":"archive-type","version":"1.0.4","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"get-stdin":"^3.0.0","is-7zip":"^1.0.0","is-bzip2":"^1.0.0","is-gzip":"^1.0.0","is-rar":"^1.0.0","is-tar":"^1.0.0","is-zip":"^1.0.0","meow":"^2.0.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"c1510361847e11aba1ab59a3e3ec3f27eb666c15","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@1.0.4","_shasum":"9791ee70d17c022e2d3880405bdbc8c2bb7115e9","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.32","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"9791ee70d17c022e2d3880405bdbc8c2bb7115e9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-1.0.4.tgz"},"directories":{}},"2.0.0":{"name":"archive-type","version":"2.0.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^2.0.1","get-stdin":"^3.0.0","meow":"^2.0.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"cd5d55d20ff0bbecb26531e8765286607543cf13","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@2.0.0","_shasum":"1a1be733c575f5a8ad45ca60c827fc8feb5a3ea9","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"1a1be733c575f5a8ad45ca60c827fc8feb5a3ea9","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-2.0.0.tgz"},"directories":{}},"2.1.0":{"name":"archive-type","version":"2.1.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/archive-type"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^2.0.1","get-stdin":"^4.0.1","meow":"^3.1.0","read-chunk":"^1.0.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"b51d1b95bd641a828fd5c53c7d80b3c8bd4322ee","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type","_id":"archive-type@2.1.0","_shasum":"94ee0703b2c56ce6e9b9c735e2b43bb5c0ec616d","_from":".","_npmVersion":"2.7.1","_nodeVersion":"1.6.2","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"94ee0703b2c56ce6e9b9c735e2b43bb5c0ec616d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-2.1.0.tgz"},"directories":{}},"3.0.0":{"name":"archive-type","version":"3.0.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/archive-type.git"},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"engines":{"node":">=0.10.0"},"bin":{"archive-type":"cli.js"},"scripts":{"test":"node test/test.js"},"files":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^2.0.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"92f01a32325ca2421733e648a20b867f39a3afaf","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type#readme","_id":"archive-type@3.0.0","_shasum":"36876279c9c699e46176e5e26a951b9378af9203","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"dist":{"shasum":"36876279c9c699e46176e5e26a951b9378af9203","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-3.0.0.tgz"},"directories":{}},"3.0.1":{"name":"archive-type","version":"3.0.1","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/archive-type.git"},"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":["cli.js","index.js"],"keywords":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^2.0.1"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"cc704ed46c97ef12d8bae5643ecbbc8fbd64a61a","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type#readme","_id":"archive-type@3.0.1","_shasum":"3e9fdbd9a74fb45353daaac6fdf594d81cfb1bec","_from":".","_npmVersion":"3.2.2","_nodeVersion":"3.0.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"3e9fdbd9a74fb45353daaac6fdf594d81cfb1bec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-3.0.1.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"3.0.2":{"name":"archive-type","version":"3.0.2","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/archive-type.git"},"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":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^3.1.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"85f89efbc90b3e9e145535641adb1df6419c830a","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type#readme","_id":"archive-type@3.0.2","_shasum":"c0a8e4ffb256dc03f454e249709cca581592b172","_from":".","_npmVersion":"3.3.10","_nodeVersion":"5.0.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"c0a8e4ffb256dc03f454e249709cca581592b172","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-3.0.2.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"3.1.0":{"name":"archive-type","version":"3.1.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/archive-type.git"},"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":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^3.1.0"},"devDependencies":{"ava":"^0.0.4"},"gitHead":"59cd9940061af772134b4ca52d576b4d25636a16","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type#readme","_id":"archive-type@3.1.0","_shasum":"d6b70937a056d40b0d678eb4f0c0e0be41e3ff8e","_from":".","_npmVersion":"3.5.1","_nodeVersion":"5.1.1","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"d6b70937a056d40b0d678eb4f0c0e0be41e3ff8e","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-3.1.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}},"3.2.0":{"name":"archive-type","version":"3.2.0","description":"Detect the archive type of a Buffer/Uint8Array","license":"MIT","repository":{"type":"git","url":"git+https://github.com/kevva/archive-type.git"},"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":["7zip","archive","buffer","bz2","bzip2","check","detect","gz","gzip","mime","rar","zip","type"],"dependencies":{"file-type":"^3.1.0"},"devDependencies":{"ava":"^0.0.4"},"xo":{"rules":{"no-negated-condition":0}},"gitHead":"a8ce184752215cd66d2c352c654535c751938e85","bugs":{"url":"https://github.com/kevva/archive-type/issues"},"homepage":"https://github.com/kevva/archive-type#readme","_id":"archive-type@3.2.0","_shasum":"9cd9c006957ebe95fadad5bd6098942a813737f6","_from":".","_npmVersion":"3.5.3","_nodeVersion":"5.3.0","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"dist":{"shasum":"9cd9c006957ebe95fadad5bd6098942a813737f6","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/archive-type/-/archive-type-3.2.0.tgz"},"maintainers":[{"name":"kevva","email":"kevinmartensson@gmail.com"}],"directories":{}}},"name":"archive-type","time":{"modified":"2016-01-03T20:00:43.691Z","created":"2014-04-23T08:25:01.458Z","0.1.0":"2014-04-23T08:25:01.458Z","0.1.1":"2014-04-23T14:04:24.619Z","0.1.2":"2014-04-27T10:28:42.501Z","0.1.3":"2014-08-12T22:07:14.290Z","0.1.4":"2014-08-12T22:19:21.832Z","1.0.0":"2014-08-17T18:21:36.519Z","1.0.1":"2014-08-20T14:42:23.955Z","1.0.2":"2014-08-25T00:22:56.250Z","1.0.3":"2014-10-04T13:30:27.387Z","1.0.4":"2014-10-28T11:19:35.250Z","2.0.0":"2015-01-12T11:50:48.123Z","2.1.0":"2015-04-09T17:46:56.358Z","3.0.0":"2015-07-17T09:58:06.383Z","3.0.1":"2015-08-12T06:53:17.717Z","3.0.2":"2015-11-05T09:49:00.240Z","3.1.0":"2015-12-14T09:37:16.485Z","3.2.0":"2016-01-03T20:00:43.691Z"},"readmeFilename":"readme.md","homepage":"https://github.com/kevva/archive-type#readme"}