{"versions":{"1.0.0":{"name":"base64js","description":"Simple base64 encoding/decoding","version":"1.0.0","contributors":[{"neekey":"ni184775761@gmail.com"}],"keywords":["base64"],"main":"index.js","repository":{"type":"git","url":"git@github.com:neekey/base64.git"},"_npmUser":{"name":"anonymous","email":"ni184775761@gmail.com"},"_id":"base64js@1.0.0","dependencies":{},"devDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.0-beta-10","_nodeVersion":"v0.6.7","_defaultsLoaded":true,"dist":{"shasum":"db3426f1ee4898ea8491b19d79cfc27feaaa5352","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/base64js/-/base64js-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"ni184775761@gmail.com"}]},"1.0.1":{"name":"base64js","description":"Simple base64 encoding/decoding","version":"1.0.1","contributors":[{"neekey":"ni184775761@gmail.com"}],"keywords":["base64"],"main":"index.js","repository":{"type":"git","url":"git@github.com:neekey/base64.git"},"_id":"base64js@1.0.1","dist":{"shasum":"1093cea0dc68731fff6bd247641048b95e20dff6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/base64js/-/base64js-1.0.1.tgz","integrity":"sha512-jxGN7DS7e+HHO5u+UT9NzK2BMKJByQPmmdXyvad7TN0mPKGC4kRMTnnV7g7HqhLlW51AFmtbRM4IDGxysBYuVg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXyL0PAdUm2yO2Q05tIvHunagg1BqrD9g8QuCDtN4QmAIhAMszgTuZvmjWSev2rAMhvxTD324OcgiginmqdoCWGZyC"}]},"_npmVersion":"1.1.49","_npmUser":{"name":"anonymous","email":"ni184775761@gmail.com"},"maintainers":[{"name":"anonymous","email":"ni184775761@gmail.com"}]}},"dist-tags":{"latest":"1.0.1"},"name":"base64js","time":{"modified":"2022-03-24T09:45:22.090Z","created":"2022-01-26T22:42:12.634Z","1.0.0":"2012-04-13T08:29:57.120Z","1.0.1":"2012-08-24T06:11:36.046Z"},"readme":"###Base64.js -- A simple Base64 encode & decode\n\n####Install\n\n`npm install base64js`\n\n####API\n\n#####**decode**( base64String, fileName, next )\n\n* `base64String`: the string you want to decode\n* `filename`: the filename you want to save\n* `next`: the callback when decoding is finished, The callback will be given one argument ( `err` )\n#####**encode**( filename, next )  \n\n`filename`: the name of the file you want to encode\n`next`: the callback when encoding is finished. The callback will be given two arguments ( `err`, `base64String` ), where `base64String` is the encoded string.","users":{}}