std/encoding/deno.json
denobot 51dc36d563
chore: release 2024.05.22 (#4830)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 19:57:28 +09:00

15 lines
313 B
JSON

{
"name": "@std/encoding",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./ascii85": "./ascii85.ts",
"./base32": "./base32.ts",
"./base58": "./base58.ts",
"./base64": "./base64.ts",
"./base64url": "./base64url.ts",
"./hex": "./hex.ts",
"./varint": "./varint.ts"
}
}