{"_id":"uuencode","_rev":"8-8bfe10469fc685993288563a54a787b1","name":"uuencode","description":"Node.js implementation of the Unix program uuencode.","dist-tags":{"latest":"0.0.4"},"versions":{"0.0.1":{"name":"uuencode","description":"Node.js implementation of the Unix program uuencode.","version":"0.0.1","author":{"name":"Zac Barton"},"scripts":{},"repository":{"type":"git","url":"https://github.com/zacbarton/node-uuencode"},"keywords":["uuencode","encode"],"_id":"uuencode@0.0.1","dist":{"shasum":"a3bfd86acf6d4a43b5d40f61cc9ed8a164db3307","tarball":"https://registry.npmjs.org/uuencode/-/uuencode-0.0.1.tgz","integrity":"sha512-CZU3AnNY7zxMEKfzNeowHEViYiUs165hLiA5HgErnK32fLduEOG6VrTCUbQLjtyjXTkXkaZCpj3OJ1iuBuR78Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDarD/WT5F0W33SFB1DmHu667vL3F1Z+rZKK1ki/3qH5AIhAJChiVogumxaALiP2vzeU1A8k9//nPHVCmFWSXULiF93"}]},"_from":"./uuencode","_npmVersion":"1.2.18","_npmUser":{"name":"zacbarton","email":"zacbarton@gmail.com"},"maintainers":[{"name":"zacbarton","email":"zacbarton@gmail.com"}]},"0.0.3":{"name":"uuencode","description":"Node.js implementation of the Unix program uuencode.","version":"0.0.3","author":{"name":"Zac Barton"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"https://github.com/zacbarton/node-uuencode"},"devDependencies":{"mocha":"2.1.0","should":"5.0.1"},"keywords":["uuencode","uudecode","encode","decode"],"gitHead":"d865fafa78d52c45624d79ba527cb486338888c1","bugs":{"url":"https://github.com/zacbarton/node-uuencode/issues"},"_id":"uuencode@0.0.3","_shasum":"20fbfd1bb7048f457981153af900aba3b7523d7c","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"zacbarton","email":"zacbarton@gmail.com"},"maintainers":[{"name":"zacbarton","email":"zacbarton@gmail.com"}],"dist":{"shasum":"20fbfd1bb7048f457981153af900aba3b7523d7c","tarball":"https://registry.npmjs.org/uuencode/-/uuencode-0.0.3.tgz","integrity":"sha512-ewmKLYLP0Dv/Yekt778PJDZx4qT3CEBmInU6G999SLohPqxr6pmL5QqSx5HmO11KO+UTpOJAM2q+tFP11+/zhQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIADEM75fuYfYPjSAj+cpFL6JWtnIlf//h7Sl/01d0gvxAiEA/NspuH48bJ9ZbM8W+iaivoZkvHaIVkHpQ8D0XBd1N0Q="}]}},"0.0.4":{"name":"uuencode","description":"Node.js implementation of the Unix program uuencode.","version":"0.0.4","author":{"name":"Zac Barton"},"scripts":{"test":"make test"},"repository":{"type":"git","url":"git+https://github.com/zacbarton/node-uuencode.git"},"devDependencies":{"mocha":"2.1.0","should":"5.0.1"},"keywords":["uuencode","uudecode","encode","decode"],"gitHead":"43807d250983b2cf74d6274c13854972eabd40b0","bugs":{"url":"https://github.com/zacbarton/node-uuencode/issues"},"homepage":"https://github.com/zacbarton/node-uuencode#readme","_id":"uuencode@0.0.4","_shasum":"c8d50370885663879385ab37e333c7e8e3b0218c","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"zacbarton","email":"zacbarton@gmail.com"},"dist":{"shasum":"c8d50370885663879385ab37e333c7e8e3b0218c","tarball":"https://registry.npmjs.org/uuencode/-/uuencode-0.0.4.tgz","integrity":"sha512-yEEhCuCi5wRV7Z5ZVf9iV2gWMvUZqKJhAs1ecFdKJ0qzbyaVelmsE3QjYAamehfp9FKLiZbKldd+jklG3O0LfA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHbPpv4PIG43Tiane1cOYrm/TCdsI/PhQB7eIAbjh3b0AiEA21M2AbqSSmwhKPSIrbcTqJyYph+/sP3z9jDkbvCFYnw="}]},"maintainers":[{"name":"zacbarton","email":"zacbarton@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/uuencode-0.0.4.tgz_1459634917452_0.9934535033535212"}}},"readme":"uuencode\n========\n\nNode.js implementation of the Unix program uuencode.\n\nMore information on the uuencode encoding can be found [here](http://en.wikipedia.org/wiki/Uuencoding).\n\nInstallation\n--------\n\n npm install -g uuencode\n\nExamples\n--------\n\nThe following examples show you how to use uuencode.\n\n```javascript\nvar uuencode = require('uuencode');\n\n// encode something\nvar encoded = uuencode.encode('Unix-to-Unix encoding');\n// '556YI>\"UT;RU5;FEX(&5N8V]D:6YG\\n'\n\n// decode something\nvar decoded = uuencode.decode('556YI>\"UT;RU5;FEX(&5N8V]D:6YG\\n');\n// 'Unix-to-Unix encoding'\n```\n\nRunning Tests\n----\n\n $ npm test\n","maintainers":[{"name":"zacbarton","email":"zacbarton@gmail.com"}],"time":{"modified":"2022-06-28T07:34:21.641Z","created":"2014-02-18T11:58:29.224Z","0.0.1":"2014-02-18T11:58:33.484Z","0.0.3":"2015-04-21T09:39:20.677Z","0.0.4":"2016-04-02T22:08:37.946Z"},"readmeFilename":"README.md","author":{"name":"Zac Barton"},"repository":{"type":"git","url":"git+https://github.com/zacbarton/node-uuencode.git"},"keywords":["uuencode","uudecode","encode","decode"],"bugs":{"url":"https://github.com/zacbarton/node-uuencode/issues"},"homepage":"https://github.com/zacbarton/node-uuencode#readme"}