{"_id":"@atcute/base32","_rev":"1-683077f406e5ce2ad191a4509ecc2113","name":"@atcute/base32","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"@atcute/base32","version":"1.0.0","license":"MIT","_id":"@atcute/base32@1.0.0","maintainers":[{"name":"externdefs","email":"maryext+npm@proton.me"}],"dist":{"shasum":"3fc1e3d578c31f3c5616a165972aedee9990af56","tarball":"https://registry.npmjs.org/@atcute/base32/-/base32-1.0.0.tgz","fileCount":6,"integrity":"sha512-Mbjsv6kd/ymvDMGjCoh9eqhlpFsoJ6zYguU6xtKxqh1wGhe5rvBOfMRXsEqcp7srn8Bfp8QhevqLgmwrWvzqrA==","signatures":[{"sig":"MEUCIQCh6jd1wWFuGxRSaasKcsFine+hZbmc7Os6wOwOojNMLwIgBcCdLaopK4EDTKLGAnvjg4Tsy+aGCNeJgVfUmedOKqQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":6897},"type":"module","_from":"file:atcute-base32-1.0.0.tgz","exports":{".":"./dist/index.js"},"scripts":{"test":"bun test --coverage","build":"tsc --project tsconfig.build.json","prepublish":"rm -rf dist; pnpm run build"},"_npmUser":{"name":"externdefs","email":"maryext+npm@proton.me"},"_resolved":"/tmp/0ca17355a38fbdbe411512a7358f6fae/atcute-base32-1.0.0.tgz","_integrity":"sha512-Mbjsv6kd/ymvDMGjCoh9eqhlpFsoJ6zYguU6xtKxqh1wGhe5rvBOfMRXsEqcp7srn8Bfp8QhevqLgmwrWvzqrA==","repository":{"url":"https://codeberg.org/mary-ext/atcute"},"_npmVersion":"10.8.2","description":"codec for base32","directories":{},"sideEffects":false,"_nodeVersion":"22.6.0","_hasShrinkwrap":false,"devDependencies":{"@types/bun":"^1.1.6"},"_npmOperationalInternal":{"tmp":"tmp/base32_1.0.0_1723954667015_0.8431864385036969","host":"s3://npm-registry-packages"}},"1.0.1":{"type":"module","name":"@atcute/base32","version":"1.0.1","description":"codec for base32","license":"MIT","repository":{"url":"git+https://github.com/mary-ext/atcute.git","directory":"packages/utilities/base32"},"exports":{".":"./dist/index.js"},"sideEffects":false,"devDependencies":{"@types/bun":"^1.1.12"},"scripts":{"build":"tsc --project tsconfig.build.json","test":"bun test --coverage","prepublish":"rm -rf dist; pnpm run build"},"_id":"@atcute/base32@1.0.1","bugs":{"url":"https://github.com/mary-ext/atcute/issues"},"homepage":"https://github.com/mary-ext/atcute#readme","_integrity":"sha512-oHnrPXDlkLd4283rz5C4KLnL46/D9mjpFgK17iTPU7OooyNSz+elr8kXN9ReZgzgnjWZHIr8Dp2splEm9hjNhg==","_resolved":"/tmp/7838b5d81870fc2b8fc8600fd9d19d2f/atcute-base32-1.0.1.tgz","_from":"file:atcute-base32-1.0.1.tgz","_nodeVersion":"22.11.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-oHnrPXDlkLd4283rz5C4KLnL46/D9mjpFgK17iTPU7OooyNSz+elr8kXN9ReZgzgnjWZHIr8Dp2splEm9hjNhg==","shasum":"98a37862149a55067d4ff8583a82977707493847","tarball":"https://registry.npmjs.org/@atcute/base32/-/base32-1.0.1.tgz","fileCount":7,"unpackedSize":9297,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA3Ri7FOMSZToO0HDX4vYt+/GGi4346V5u3WSTsesdP+AiBxm146Md9cucgsegWnmsVSICQ3Qik1FSIbcFmn2hRLtg=="}]},"_npmUser":{"name":"externdefs","email":"maryext+npm@proton.me"},"directories":{},"maintainers":[{"name":"externdefs","email":"maryext+npm@proton.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/base32_1.0.1_1730852240847_0.7424519569468884"},"_hasShrinkwrap":false}},"time":{"created":"2024-08-18T04:17:46.914Z","modified":"2024-11-06T00:17:21.317Z","1.0.0":"2024-08-18T04:17:47.169Z","1.0.1":"2024-11-06T00:17:21.092Z"},"license":"MIT","repository":{"url":"git+https://github.com/mary-ext/atcute.git","directory":"packages/utilities/base32"},"description":"codec for base32","maintainers":[{"name":"externdefs","email":"maryext+npm@proton.me"}],"readme":"# @atcute/base32\n\nbase32 codec library\n\n```ts\nimport { encode } from '@atcute/base32';\n\nconst utf8 = new TextEncoder();\nconst base32 = encode(utf8.encode('lorem ipsum'));\n//    ^? \"nrxxezlnebuxa43vnu\"\n```\n","readmeFilename":"README.md","homepage":"https://github.com/mary-ext/atcute#readme","bugs":{"url":"https://github.com/mary-ext/atcute/issues"}}