mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
437bc5bce6
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"name": "@std/encoding",
|
|
"version": "1.0.0-rc.1",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./ascii85": "./ascii85.ts",
|
|
"./base32": "./base32.ts",
|
|
"./base58": "./base58.ts",
|
|
"./base64": "./base64.ts",
|
|
"./base64url": "./base64url.ts",
|
|
"./hex": "./hex.ts",
|
|
"./varint": "./varint.ts"
|
|
}
|
|
}
|