{"_id":"1636","_rev":"2-03ab34a7de15d2304e8ffc218517a364","name":"1636","description":"Base16 to/from Base36 conversion","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"1636","version":"1.0.0","description":"Base16 to/from Base36 conversion","main":"index.js","scripts":{"test":"node test.js"},"repository":{"type":"git","url":"git+https://yieme@github.com/yieme/1636.git"},"keywords":["base16","base36","base","conversion"],"author":{"name":"yieme"},"license":"MIT","bugs":{"url":"https://github.com/yieme/1636/issues"},"homepage":"https://github.com/yieme/1636#readme","gitHead":"780a98b5e0ddf0f7ff84329a2a2423772df62068","_id":"1636@1.0.0","_shasum":"e4b6b5a54b711fd9b4f69139779605a2a8fc87c1","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.10.2","_npmUser":{"name":"yieme","email":"yieme@cormea.com"},"dist":{"shasum":"e4b6b5a54b711fd9b4f69139779605a2a8fc87c1","tarball":"https://registry.npmjs.org/1636/-/1636-1.0.0.tgz","integrity":"sha512-WlLhNHmz7y+QVRJYaWysdVp9++0brd7gZUTUMzvgMA8nqV1KHP5wonURP/2MC/QY2S4SuxkubXqW79iFw24ttQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDtnhTSKFwP3vHkqSKeWpZyCMn0zDHaGWOKDJ0kiwVkAgIgZjQcYtRvx5TlfmZxDPymfvYzba1rfMUT7wmyRL20Ur4="}]},"maintainers":[{"name":"yieme","email":"yieme@cormea.com"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/1636-1.0.0.tgz_1493408759780_0.2308751023374498"}}},"readme":"# 1636\n\nBase16 to/from Base36 conversion.\n\nThis library is for converting from base16 to base36 and then back to base16. It isn't intended to be universal. It won't go from base36 to base16 and back and this use case is beyond the scope of this library.\n\n## Install\n\n```sh\nnpm i 1636 --save\n```\n\n### Use\n\n```js\nvar base = require('1636');\nvar b16  = 'bec0ef52ba44d576f529f82b25d8d550261c783ccb3e4c8d4da9c27abcecdf8a'\nvar b36  = base.to36(b16)\nconsole.log(b36) // 11ogl0dnef9xafyqe04r3bm57go62hz7hyym6pxwj6wyarwui2yy\nvar back = base.to16(b36)\nconsole.log(b16 == back) // true\n```\n\n### License MIT\n","maintainers":[{"name":"yieme","email":"yieme@cormea.com"}],"time":{"modified":"2022-06-12T14:05:59.965Z","created":"2017-04-28T19:46:01.744Z","1.0.0":"2017-04-28T19:46:01.744Z"},"homepage":"https://github.com/yieme/1636#readme","keywords":["base16","base36","base","conversion"],"repository":{"type":"git","url":"git+https://yieme@github.com/yieme/1636.git"},"author":{"name":"yieme"},"bugs":{"url":"https://github.com/yieme/1636/issues"},"license":"MIT","readmeFilename":"README.md"}