std/internal/deno.json
Asher Gomez 0c44d968a2
refactor(assert): vendor code from fmt/colors.ts (#4716)
* refactor(assert): vendor code from `fmt/colors.ts`

* update

* tweak

* tweaks
2024-05-15 15:00:04 +10:00

13 lines
263 B
JSON

{
"name": "@std/internal",
"version": "0.225.0",
"exports": {
".": "./mod.ts",
"./build-message": "./build_message.ts",
"./diff-str": "./diff_str.ts",
"./diff": "./diff.ts",
"./format": "./format.ts",
"./styles": "./styles.ts"
}
}