{"_id":"z85","_rev":"7-cc6813c5dab21a0423cc6d6bbb74fc1c","name":"z85","description":"ZeroMQ Base-85 Encoding","dist-tags":{"latest":"0.0.2"},"versions":{"0.0.1":{"name":"z85","version":"0.0.1","description":"ZeroMQ Base-85 Encoding","main":"index.js","scripts":{"test":"make test"},"repository":{"type":"git","url":"https://github.com/msealand/z85.node.git"},"keywords":["z85","zmq","zeromq","zap","curve"],"author":{"name":"Michael Sealand","email":"msealand@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/msealand/z85.node/issues"},"homepage":"https://github.com/msealand/z85.node","devDependencies":{"should":"~3.1.2","mocha":"~1.17.1"},"_id":"z85@0.0.1","dist":{"shasum":"0cf747cafa2cde2280d86bd5f8d66020a25f9e9c","tarball":"https://registry.npmjs.org/z85/-/z85-0.0.1.tgz","integrity":"sha512-sywtGVJy+Bl5nMm1sURZMzGZd0b4+0nBxunGF1lDNYGFh9W9nX5bkVqsgMtX43MgGWEDG5AnBFCpx1LF7Jn8zA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFyJwnXyRAO3ke2BdxpAGAnTQFAyZGIEWLs+lFlNc/jEAiEA1E03Q8DKUv4SmUsC6en6zlBuj/rzjjMLN39CwyJZmwc="}]},"_from":".","_npmVersion":"1.3.24","_npmUser":{"name":"msealand","email":"msealand@gmail.com"},"maintainers":[{"name":"msealand","email":"msealand@gmail.com"}]},"0.0.2":{"name":"z85","version":"0.0.2","description":"ZeroMQ Base-85 Encoding","main":"index.js","scripts":{"test":"make test"},"repository":{"type":"git","url":"https://github.com/msealand/z85.node.git"},"keywords":["z85","zmq","zeromq","zap","curve"],"author":{"name":"Michael Sealand","email":"msealand@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/msealand/z85.node/issues"},"homepage":"https://github.com/msealand/z85.node","devDependencies":{"should":"~3.1.2","mocha":"~1.17.1","coveralls":"~2.8.0"},"_id":"z85@0.0.2","dist":{"shasum":"45d353b13e4ee3d376c3fbd37dcda85feed8b0d3","tarball":"https://registry.npmjs.org/z85/-/z85-0.0.2.tgz","integrity":"sha512-OCDw4Haz4xA10b9SBVXxJYbQHlCyUGDJc+aR0AOPWRSqXeZVmbRHL/50lIhQx23UEUBnWipAlLTBAIQzYT1cgA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICxRtra9o6CrWDLFsB9+LCBUDc1BXEIGbVCyPTPdlYWUAiBBwLCGXdhLqTU/817ZOHJmDzQR5P0RaKtANEj54PXdUA=="}]},"_from":".","_npmVersion":"1.4.3","_npmUser":{"name":"msealand","email":"msealand@gmail.com"},"maintainers":[{"name":"msealand","email":"msealand@gmail.com"}]}},"readme":"[![Build Status](https://travis-ci.org/msealand/z85.node.png)](https://travis-ci.org/msealand/z85.node)\n[![Coverage Status](https://coveralls.io/repos/msealand/z85.node/badge.png)](https://coveralls.io/r/msealand/z85.node)\n\n#z85\n\n[ZeroMQ Base-85 Encoding](http://rfc.zeromq.org/spec:32) for node.js\n\n## Intallation\n\n\t$ npm install z85\n\t\n## Example\n\nThe [test case](http://rfc.zeromq.org/spec:32#toc3) in the rfc:\n\n```js\nvar z85 = require('z85');\n\nvar bytes = new Buffer([0x86, 0x4F, 0xD2, 0x6F, 0xB5, 0x59, 0xF7, 0x5B]);\n\tresult = z85.encode(bytes);\n\t\nconsole.log('Encoded:', result); // HelloWorld\n\nvar string = 'HelloWorld',\n\tresult = z85.decode(string);\n\t\nconsole.log('Decoded:', result.toString('hex')); // 864fd26fb559f75b\n```\n\t\n## Running tests\n\nInstall dev dependencies:\n\n\t$ npm install\n\nTest:\n\n\t$ npm test\n\nWith code coverage info (using istanbul):\n\n\t$ npm install -g istanbul\n\t$ make test-cov\n\t\n_A full code coverage report can be found in coverage/lcov-report/index.html after the tests complete_","maintainers":[{"name":"msealand","email":"msealand@gmail.com"}],"time":{"modified":"2022-06-29T08:48:38.206Z","created":"2014-02-08T20:22:21.403Z","0.0.1":"2014-02-08T20:22:21.403Z","0.0.2":"2014-03-19T15:47:56.709Z"},"readmeFilename":"README.md","homepage":"https://github.com/msealand/z85.node","keywords":["z85","zmq","zeromq","zap","curve"],"repository":{"type":"git","url":"https://github.com/msealand/z85.node.git"},"author":{"name":"Michael Sealand","email":"msealand@gmail.com"},"bugs":{"url":"https://github.com/msealand/z85.node/issues"},"license":"MIT","users":{"bkimminich":true}}