diff options
Diffstat (limited to 'deps/npm/node_modules/cli-boxes/boxes.json')
-rw-r--r-- | deps/npm/node_modules/cli-boxes/boxes.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/deps/npm/node_modules/cli-boxes/boxes.json b/deps/npm/node_modules/cli-boxes/boxes.json new file mode 100644 index 0000000000..4a093c9a1d --- /dev/null +++ b/deps/npm/node_modules/cli-boxes/boxes.json @@ -0,0 +1,50 @@ +{ + "single": { + "topLeft": "┌", + "topRight": "┐", + "bottomRight": "┘", + "bottomLeft": "└", + "vertical": "│", + "horizontal": "─" + }, + "double": { + "topLeft": "╔", + "topRight": "╗", + "bottomRight": "╝", + "bottomLeft": "╚", + "vertical": "║", + "horizontal": "═" + }, + "round": { + "topLeft": "╭", + "topRight": "╮", + "bottomRight": "╯", + "bottomLeft": "╰", + "vertical": "│", + "horizontal": "─" + }, + "single-double": { + "topLeft": "╓", + "topRight": "╖", + "bottomRight": "╜", + "bottomLeft": "╙", + "vertical": "║", + "horizontal": "─" + }, + "double-single": { + "topLeft": "╒", + "topRight": "╕", + "bottomRight": "╛", + "bottomLeft": "╘", + "vertical": "│", + "horizontal": "═" + }, + "classic": { + "topLeft": "+", + "topRight": "+", + "bottomRight": "+", + "bottomLeft": "+", + "vertical": "|", + "horizontal": "-" + } +} |