std/yaml/deno.json

17 lines
445 B
JSON
Raw Permalink Normal View History

2024-01-31 09:10:15 +00:00
{
"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"
}
}