mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"name": "@std/json",
|
|
"version": "1.0.0",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./types": "./types.ts",
|
|
"./concatenated-json-parse-stream": "./concatenated_json_parse_stream.ts",
|
|
"./parse-stream": "./parse_stream.ts",
|
|
"./stringify-stream": "./stringify_stream.ts"
|
|
}
|
|
}
|