mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
17 lines
445 B
JSON
17 lines
445 B
JSON
{
|
|
"name": "@std/yaml",
|
|
"version": "0.213.0",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./parse": "./parse.ts",
|
|
"./schema": "./schema/mod.ts",
|
|
"./schema/core": "./schema/core.ts",
|
|
"./schema/default": "./schema/default.ts",
|
|
"./schema/extended": "./schema/extended.ts",
|
|
"./schema/failsafe": "./schema/failsafe.ts",
|
|
"./schema/json": "./schema/json.ts",
|
|
"./stringify": "./stringify.ts",
|
|
"./type": "./type.ts"
|
|
}
|
|
}
|