mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
fb950fa0f3
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"name": "@std/csv",
|
|
"version": "1.0.0-rc.5",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./parse": "./parse.ts",
|
|
"./parse-stream": "./parse_stream.ts",
|
|
"./stringify": "./stringify.ts",
|
|
"./stringify-stream": "./stringify_stream.ts"
|
|
}
|
|
}
|