aboutsummaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/cli-boxes/boxes.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/node/deps/npm/node_modules/cli-boxes/boxes.json')
-rw-r--r--deps/node/deps/npm/node_modules/cli-boxes/boxes.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/deps/node/deps/npm/node_modules/cli-boxes/boxes.json b/deps/node/deps/npm/node_modules/cli-boxes/boxes.json
new file mode 100644
index 00000000..4a093c9a
--- /dev/null
+++ b/deps/node/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": "-"
+ }
+}