mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"name": "@std/encoding",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./ascii85": "./ascii85.ts",
|
|
"./base32": "./base32.ts",
|
|
"./base58": "./base58.ts",
|
|
"./base64": "./base64.ts",
|
|
"./base64url": "./base64url.ts",
|
|
"./hex": "./hex.ts",
|
|
"./varint": "./varint.ts"
|
|
}
|
|
}
|