{"_id":"is-exe","_rev":"39944","name":"is-exe","description":"Check if a Buffer/Uint8Array is a EXE file","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"kevva","email":""}],"time":{"modified":"2021-06-03T10:11:51.000Z","created":"2014-04-28T14:29:47.412Z","1.0.0":"2014-08-24T21:19:43.764Z","0.1.0":"2014-04-28T14:29:47.412Z"},"users":{"t1st3":true,"rocket0191":true},"author":{"name":"Kevin Mårtensson","email":"kevinmartensson@gmail.com","url":"https://github.com/kevva"},"repository":{"type":"git","url":"https://github.com/kevva/is-exe"},"versions":{"1.0.0":{"name":"is-exe","version":"1.0.0","description":"Check if a Buffer/Uint8Array is a EXE file","license":"MIT","repository":{"type":"git","url":"https://github.com/kevva/is-exe"},"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":["buffer","check","detect","exe","type","uint8array"],"devDependencies":{"ava":"0.0.4","read-chunk":"^1.0.0"},"gitHead":"511a2dc4d0c582143fe9146b9ba1ee4165439447","bugs":{"url":"https://github.com/kevva/is-exe/issues"},"homepage":"https://github.com/kevva/is-exe","_id":"is-exe@1.0.0","_shasum":"a5715d4bc7ef5981522952c365f5f645fee20c7d","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":""}],"dist":{"shasum":"a5715d4bc7ef5981522952c365f5f645fee20c7d","size":850,"noattachment":false,"key":"/is-exe/-/is-exe-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-exe/download/is-exe-1.0.0.tgz"},"directories":{},"publish_time":1408915183764,"_cnpm_publish_time":1408915183764,"_hasShrinkwrap":false},"0.1.0":{"name":"is-exe","version":"0.1.0","description":"Check if a Buffer/Uint8Array is a EXE file","license":"MIT","repository":{"type":"git","url":"git://github.com/kevva/is-exe"},"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","check","detect","exe","type","uint8array"],"devDependencies":{"browserify":"^3.44.2","mocha":"^1.18.2","read-chunk":"^0.1.0"},"bugs":{"url":"https://github.com/kevva/is-exe/issues"},"homepage":"https://github.com/kevva/is-exe","_id":"is-exe@0.1.0","_shasum":"f0fe3241a8aa776a7020583ab2209f27cfe9e358","_from":".","_npmVersion":"1.4.7","_npmUser":{"name":"kevva","email":"kevinmartensson@gmail.com"},"maintainers":[{"name":"kevva","email":""}],"dist":{"shasum":"f0fe3241a8aa776a7020583ab2209f27cfe9e358","size":929,"noattachment":false,"key":"/is-exe/-/is-exe-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-exe/download/is-exe-0.1.0.tgz"},"directories":{},"publish_time":1398695387412,"_cnpm_publish_time":1398695387412,"_hasShrinkwrap":false}},"readme":"# is-exe [![Build Status](https://travis-ci.org/kevva/is-exe.svg?branch=master)](https://travis-ci.org/kevva/is-exe)\n\n> Check if a Buffer/Uint8Array is a EXE file\n\n## Install\n\n```sh\n$ npm install --save is-exe\n```\n\n## Usage\n\n```js\nvar isExe = require('is-exe');\nvar read = require('fs').readFileSync;\n\nisExe(read(foo.exe));\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-exe","bugs":{"url":"https://github.com/kevva/is-exe/issues"},"license":"MIT"}