mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
19 lines
471 B
JSON
19 lines
471 B
JSON
|
{
|
||
|
"name": "@std/fs",
|
||
|
"version": "0.213.0",
|
||
|
"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"
|
||
|
}
|
||
|
}
|