{"_id":"h5.buffers","_rev":"7-1c2661a83e76dca7a8371918a0d29598","name":"h5.buffers","description":"A set of classes to simplify and extend reading from and writing to node.js Buffers.","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"h5.buffers","version":"0.1.0","description":"A set of classes to simplify and extend reading from and writing to node.js Buffers.","homepage":"https://github.com/morkai/h5.buffers","keywords":["h5","buffer","reader","builder","queue","binary"],"author":{"name":"Łukasz Walukiewicz","email":"lukasz@walukiewicz.eu","url":"http://lukasz.walukiewicz.eu/"},"bugs":{"name":"https://github.com/morkai/h5.buffers/issues"},"repository":{"type":"git","url":"git://github.com/morkai/h5.buffers.git"},"engine":["node >=0.5.5"],"directories":{"doc":"./doc/api","lib":"./lib"},"main":"./lib/index","devDependencies":{"jasmine-node":">=1.0.12"},"scripts":{"test":"jasmine-node spec/","jsdoc":"jsdoc -d doc/ lib/"},"_npmUser":{"name":"morkai","email":"lukasz@walukiewicz.eu"},"_id":"h5.buffers@0.1.0","dependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.0.104","_nodeVersion":"v0.6.1","_defaultsLoaded":true,"dist":{"shasum":"6191c1b2b5f72188107332ee964666fd65f205d6","tarball":"https://registry.npmjs.org/h5.buffers/-/h5.buffers-0.1.0.tgz","integrity":"sha512-VCkIbcDlbYoddnByA9chmZdmz28c9tA6xtnxTkyi7PGT1OnHoMTIeE6w9KJSXDJcVD8m0ccHOiFl6Lf3U1DC8g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaXpMzhUGLVBAV+UVq/CNjM5tdmm4Wdr6sj5/wc7f6bAIhAJeUyvrwPEHprXqTNdwGIDWGNp15G/iz75xceB1SZQZR"}]},"maintainers":[{"name":"morkai","email":"lukasz@walukiewicz.eu"}]},"0.1.1":{"name":"h5.buffers","version":"0.1.1","description":"A set of classes to simplify and extend reading from and writing to node.js Buffers.","keywords":["h5","buffer","reader","builder","queue","binary"],"license":"MIT","homepage":"https://github.com/morkai/h5.buffers","author":{"name":"Łukasz Walukiewicz","email":"lukasz@walukiewicz.eu","url":"http://lukasz.walukiewicz.eu/"},"bugs":"https://github.com/morkai/h5.buffers/issues","repository":{"type":"git","url":"http://github.com/morkai/h5.buffers.git"},"engine":["node ~0.10.5"],"main":"./lib/index","devDependencies":{"grunt":"~0.4.1","grunt-cli":"~0.1.7","grunt-contrib-clean":"~0.4.1","grunt-contrib-jshint":"~0.4.3","grunt-jasmine-node":"~0.1.0","grunt-istanbul":"~0.2.1","grunt-env":"~0.4.0"},"scripts":{"test":"grunt"},"readme":"# h5.buffers\n\nA set of classes to simplify and extend reading from and writing to\nnode.js Buffers.\n\n[![Build Status](https://travis-ci.org/morkai/h5.buffers.png?branch=master)](https://travis-ci.org/morkai/h5.buffers)\n\n## Installation\n\n```\nnpm install h5.buffers\n```\n\nThe npm package includes only the bare minimum required to use the library\n(i.e. the `lib/` directory). Clone or download the repository if you need\nlocal access to `doc/`, `example/` or `spec/` directories.\n\n## Usage\n\nRequire the module:\n\n```javascript\nvar buffers = require('h5.buffers');\n```\n\nInstantiate any class and look up its API:\n\n```javascript\nvar reader = new buffers.BufferReader(new Buffer(256));\nvar builder = new buffers.BufferBuilder();\nvar queueReader = new buffers.BufferQueueReader();\n```\n\n## API\n\nCheck out JSDoc comment in the source files or\n[doc/](https://github.com/morkai/h5.buffers/tree/master/doc/api/)\ndirectory for API generated from these comments.\n\n## Examples\n\nCheck out [example/](https://github.com/morkai/h5.buffers/tree/master/example)\nand [spec/](https://github.com/morkai/h5.buffers/tree/master/spec)\ndirectories.\n\n## Tests\n\nTo run the tests, clone the repository:\n\n```\ngit clone git://github.com/morkai/h5.buffers.git\n```\n\nMake sure [Grunt](http://gruntjs.com/) is installed globally:\n(if not, then check out the Grunt's\n[Getting Started guide](https://github.com/gruntjs/grunt/wiki/Getting-started)).\n\n```\ngrunt -V\n```\n\nInstall the development dependencies:\n\n```\ncd h5.buffers/\nnpm install\n```\n\nAnd execute the `grunt test` command.\n\nTo generate the code coverage report, execute the `grunt coverage` command.\nA detailed code coverage report will be generated in the `build/coverage/`\ndirectory and can be viewed in the browser by opening the\n`build/coverage/lcov-report/index.html` file.\n\n## License\n\nThis project is released under the\n[MIT License](https://raw.github.com/morkai/buffers/master/license.md).\n","readmeFilename":"readme.md","_id":"h5.buffers@0.1.1","dist":{"shasum":"24487730530e4b00e49b5af170495dacfa4011be","tarball":"https://registry.npmjs.org/h5.buffers/-/h5.buffers-0.1.1.tgz","integrity":"sha512-EKmPFyJ5sUa010LSA9jOL5Oh8cugxtGdBQZczS/1aaX4oc+n0XV8A/bTHWb8A04tvJgnbtBenedpGcG37OD0vw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgyzqEqw5V/BOPCS6GZWXBZ4kmJyhZYP1zIAZyhXII9AiB2GSDtwLvhDlkjVL99mvVkbewz9pZ2Za/ZYoPpPU54PA=="}]},"_from":".","_npmVersion":"1.2.18","_npmUser":{"name":"morkai","email":"lukasz@walukiewicz.eu"},"maintainers":[{"name":"morkai","email":"lukasz@walukiewicz.eu"}]}},"readme":"# h5.buffers\n\nA set of classes to simplify and extend reading from and writing to\nnode.js Buffers.\n\n## How to install\n\n    $ npm install h5.buffers\n\n## How to use\n\nRequire the module:\n\n```javascript\nvar buffers = require('h5.buffers');\n```\n\nInstantiate any class and look up its API:\n\n```javascript\n    var reader = new buffers.BufferReader(new Buffer(256));\n    var builder = new buffers.BufferBuilder();\n    var queueReader = new buffers.BufferQueueReader();\n```\n\n## API\n\nCheck out JSDoc comment in source files or\n[doc/](https://github.com/morkai/h5.buffers/tree/master/doc/api/)\ndirectory for API generated from these comments.\n\n## Examples\n\nCheck out [example/](https://github.com/morkai/h5.buffers/tree/master/example)\nand [spec/](https://github.com/morkai/h5.buffers/tree/master/spec)\ndirectories.\n\n## Tests\n\nTo run tests, you'll need\n[jasmine-node](https://github.com/mhevery/jasmine-node).\n\n    $ npm install -g jasmine-node\n\nRun tests by executing the following command:\n\n    $ npm test h5.buffers\n\n## License\n\nSee [License.md](https://raw.github.com/morkai/h5.buffers/master/License.md)\n(it's MIT).\n","maintainers":[{"name":"morkai","email":"lukasz@walukiewicz.eu"}],"time":{"modified":"2022-06-18T18:35:16.208Z","created":"2011-11-22T22:43:22.972Z","0.1.0":"2011-11-22T22:43:25.278Z","0.1.1":"2013-04-29T14:18:46.569Z"},"author":{"name":"Łukasz Walukiewicz","email":"lukasz@walukiewicz.eu","url":"http://lukasz.walukiewicz.eu/"},"repository":{"type":"git","url":"http://github.com/morkai/h5.buffers.git"}}