{"_id":"pe-machine-type-descriptor","_rev":"437798","name":"pe-machine-type-descriptor","description":"Get name and description of PE machine types","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"vweevers","email":""}],"time":{"modified":"2021-08-05T06:22:58.000Z","created":"2016-12-19T22:08:16.672Z","1.0.0":"2016-12-19T22:08:16.672Z"},"users":{},"author":{"name":"Vincent Weevers"},"repository":{"type":"git","url":"git+https://github.com/vweevers/pe-machine-type-descriptor.git"},"versions":{"1.0.0":{"name":"pe-machine-type-descriptor","version":"1.0.0","description":"Get name and description of PE machine types","license":"MIT","author":{"name":"Vincent Weevers"},"files":["index.js"],"scripts":{"test":"node test.js"},"dependencies":{},"devDependencies":{"tape":"~4.6.3"},"repository":{"type":"git","url":"git+https://github.com/vweevers/pe-machine-type-descriptor.git"},"bugs":{"url":"https://github.com/vweevers/pe-machine-type-descriptor/issues"},"homepage":"https://github.com/vweevers/pe-machine-type-descriptor","keywords":["executable","pe","pe-coff","portable-executable","windows"],"engines":{"node":">=4.0.0","npm":">=2.0.0"},"gitHead":"116faf1df4a735cd14b39967b6b4e52b5e7e22a7","_id":"pe-machine-type-descriptor@1.0.0","_shasum":"fe9a0c9abf154feb15cc257f65df7b418bd94860","_from":".","_npmVersion":"4.0.3","_nodeVersion":"6.8.0","_npmUser":{"name":"vweevers","email":"dev@vincentweevers.nl"},"maintainers":[{"name":"vweevers","email":""}],"dist":{"shasum":"fe9a0c9abf154feb15cc257f65df7b418bd94860","size":2422,"noattachment":false,"key":"/pe-machine-type-descriptor/-/pe-machine-type-descriptor-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/pe-machine-type-descriptor/download/pe-machine-type-descriptor-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/pe-machine-type-descriptor-1.0.0.tgz_1482185294708_0.9728514922317117"},"directories":{},"publish_time":1482185296672,"_cnpm_publish_time":1482185296672,"_hasShrinkwrap":false}},"readme":"# pe-machine-type-descriptor\n\n**Get name and description of [PE](https://en.wikipedia.org/wiki/Portable_Executable) machine types. As specified by [Microsoft PE and COFF Specification 9.3](https://download.microsoft.com/download/9/c/5/9c5b2167-8017-4bae-9fde-d599bac8184a/pecoff_v83.docx) <sup>[doc]</sup>, section 3.1.1.**\n\n[![npm status](http://img.shields.io/npm/v/pe-machine-type-descriptor.svg?style=flat-square)](https://www.npmjs.org/package/pe-machine-type-descriptor) [![node](https://img.shields.io/node/v/pe-machine-type-descriptor.svg?style=flat-square)](https://www.npmjs.org/package/pe-machine-type-descriptor) [![Travis build status](https://img.shields.io/travis/vweevers/pe-machine-type-descriptor.svg?style=flat-square&label=travis)](http://travis-ci.org/vweevers/pe-machine-type-descriptor) [![AppVeyor build status](https://img.shields.io/appveyor/ci/vweevers/pe-machine-type-descriptor.svg?style=flat-square&label=appveyor)](https://ci.appveyor.com/project/vweevers/pe-machine-type-descriptor) [![Dependency status](https://img.shields.io/david/vweevers/pe-machine-type-descriptor.svg?style=flat-square)](https://david-dm.org/vweevers/pe-machine-type-descriptor)\n\n## example\n\n```js\nconst mt = require('pe-machine-type-descriptor')\n\nconsole.log(mt(0x8664).type) // 'amd64'\nconsole.log(mt(0x8664).description) // 'x64'\n\nconsole.log(mt(0x1c4).type) // 'armnt'\nconsole.log(mt(0x1c4).description) // 'ARM Thumb-2 little endian'\n```\n\n## related\n\n- [pe-signature](https://github.com/vweevers/pe-signature)\n- [pe-signature-offset](https://github.com/vweevers/pe-signature-offset)\n\n## install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install pe-machine-type-descriptor\n```\n\n## license\n\n[MIT](http://opensource.org/licenses/MIT) © Vincent Weevers\n","_attachments":{},"homepage":"https://github.com/vweevers/pe-machine-type-descriptor","bugs":{"url":"https://github.com/vweevers/pe-machine-type-descriptor/issues"},"license":"MIT"}