forked from denoland/std
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
18 lines (18 loc) · 709 Bytes
/
Copy pathdeno.json
File metadata and controls
18 lines (18 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "@std/cli",
"version": "1.0.30",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
"./prompt-secret": "./prompt_secret.ts",
"./unstable-ansi": "./unstable_ansi.ts",
"./unstable-get-cursor": "./unstable_get_cursor.ts",
"./unstable-progress-bar": "./unstable_progress_bar.ts",
"./unstable-progress-bar-stream": "./unstable_progress_bar_stream.ts",
"./unstable-prompt-select": "./unstable_prompt_select.ts",
"./unstable-prompt-multiple-select": "./unstable_prompt_multiple_select.ts",
"./unstable-spinner": "./unstable_spinner.ts",
"./unstable-static-line": "./unstable_static_line.ts",
"./unicode-width": "./unicode_width.ts"
}
}