{"_id":"base64-to-uint8array","_rev":"481586","name":"base64-to-uint8array","description":"Convert a base64 string to a Uint8Array in Node and the browser","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"mafintosh","email":""}],"time":{"modified":"2021-08-05T09:39:44.000Z","created":"2017-06-11T23:20:31.809Z","1.0.0":"2017-06-11T23:20:31.809Z"},"users":{},"author":{"name":"Mathias Buus","url":"@mafintosh"},"repository":{"type":"git","url":"git+https://github.com/mafintosh/base64-to-uint8array.git"},"versions":{"1.0.0":{"name":"base64-to-uint8array","version":"1.0.0","description":"Convert a base64 string to a Uint8Array in Node and the browser","main":"index.js","dependencies":{},"devDependencies":{},"repository":{"type":"git","url":"git+https://github.com/mafintosh/base64-to-uint8array.git"},"author":{"name":"Mathias Buus","url":"@mafintosh"},"license":"MIT","bugs":{"url":"https://github.com/mafintosh/base64-to-uint8array/issues"},"homepage":"https://github.com/mafintosh/base64-to-uint8array","gitHead":"8fe1a40498ac27297fccdb6cd0e8771c47a30c74","_id":"base64-to-uint8array@1.0.0","_npmVersion":"5.0.3","_nodeVersion":"8.1.0","_npmUser":{"name":"mafintosh","email":"mathiasbuus@gmail.com"},"dist":{"shasum":"725f9e9886331b43785cadd807e76803d5494e05","size":1414,"noattachment":false,"key":"/base64-to-uint8array/-/base64-to-uint8array-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/base64-to-uint8array/download/base64-to-uint8array-1.0.0.tgz"},"maintainers":[{"name":"mafintosh","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/base64-to-uint8array-1.0.0.tgz_1497223230757_0.4509742178488523"},"directories":{},"publish_time":1497223231809,"_cnpm_publish_time":1497223231809,"_hasShrinkwrap":false}},"readme":"# base64-to-uint8array\n\nConvert a base64 string to a Uint8Array in Node and the browser\n\n```\nnpm install base64-to-uint8array\n```\n\n## Usage\n\n``` js\nvar toUint8Array = require('base64-to-uint8array')\nvar arr = toUint8Array('aGVsbG8gd29ybGQ=')\nconsole.log(arr) // the bytes for \"hello world\"\n```\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/mafintosh/base64-to-uint8array","bugs":{"url":"https://github.com/mafintosh/base64-to-uint8array/issues"},"license":"MIT"}