mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
10ee73dbbc
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
19 lines
469 B
JSON
19 lines
469 B
JSON
{
|
|
"name": "@std/fs",
|
|
"version": "1.0.5",
|
|
"exports": {
|
|
".": "./mod.ts",
|
|
"./copy": "./copy.ts",
|
|
"./empty-dir": "./empty_dir.ts",
|
|
"./ensure-dir": "./ensure_dir.ts",
|
|
"./ensure-file": "./ensure_file.ts",
|
|
"./ensure-link": "./ensure_link.ts",
|
|
"./ensure-symlink": "./ensure_symlink.ts",
|
|
"./eol": "./eol.ts",
|
|
"./exists": "./exists.ts",
|
|
"./expand-glob": "./expand_glob.ts",
|
|
"./move": "./move.ts",
|
|
"./walk": "./walk.ts"
|
|
}
|
|
}
|