{"_id":"is-rtf","_rev":"43658","name":"is-rtf","description":"Check if a Buffer/Uint8Array is a RTF file","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"veacks","email":"valentin@veacks.net"}],"time":{"modified":"2021-06-03T10:13:20.000Z","created":"2014-11-10T22:40:29.950Z","1.0.0":"2014-11-10T22:40:29.950Z"},"users":{},"author":{"name":"Valentin Dubois - Education Services Australia"},"repository":{"type":"git","url":"https://github.com/veacks/is-rtf.git"},"versions":{"1.0.0":{"name":"is-rtf","version":"1.0.0","description":"Check if a Buffer/Uint8Array is a RTF file","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"https://github.com/veacks/is-rtf.git"},"keywords":["buffer","check","detect","rtf","type","unit8array"],"author":{"name":"Valentin Dubois - Education Services Australia"},"license":"MIT","bugs":{"url":"https://github.com/veacks/is-rtf/issues"},"homepage":"https://github.com/veacks/is-rtf","gitHead":"fe313c21fb104caf36f8fc400e3d902b922cfdc5","_id":"is-rtf@1.0.0","_shasum":"f67cca2284a4deca53d81e3baed87b330fd5fc11","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"veacks","email":"valentin@veacks.net"},"maintainers":[{"name":"veacks","email":"valentin@veacks.net"}],"dist":{"shasum":"f67cca2284a4deca53d81e3baed87b330fd5fc11","size":2503,"noattachment":false,"key":"/is-rtf/-/is-rtf-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/is-rtf/download/is-rtf-1.0.0.tgz"},"directories":{},"publish_time":1415659229950,"_cnpm_publish_time":1415659229950,"_hasShrinkwrap":false}},"readme":"# is-rtf [![Build Status](https://travis-ci.org/veacks/is_rtf.svg?branch=master)](https://travis-ci.org/veacks/is_rtf)\n\n> Check if a Buffer/Uint8Array is a RTF file\n\n## Install\n\n```sh\n$ npm install --save is-rtf\n```\n\n## Usage\n\n```js\nvar isRtf = require('is-rtf');\nvar read = require('fs').readFileSync;\n\nisRtf(read('test.rtf'));\n// => true\n```\n\n## License\n\n[MIT License](http://en.wikipedia.org/wiki/MIT_License) © [Valentin Dubois](https://github.com/veacks)","_attachments":{},"homepage":"https://github.com/veacks/is-rtf","bugs":{"url":"https://github.com/veacks/is-rtf/issues"},"license":"MIT"}