• File: boxes.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/cli-boxes/boxes.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 1.01 KB
  • MIME-type: application/json
  • Charset: utf-8
{
	"single": {
		"topLeft": "┌",
		"topRight": "┐",
		"bottomRight": "┘",
		"bottomLeft": "└",
		"vertical": "│",
		"horizontal": "─"
	},
	"double": {
		"topLeft": "╔",
		"topRight": "╗",
		"bottomRight": "╝",
		"bottomLeft": "╚",
		"vertical": "║",
		"horizontal": "═"
	},
	"round": {
		"topLeft": "╭",
		"topRight": "╮",
		"bottomRight": "╯",
		"bottomLeft": "╰",
		"vertical": "│",
		"horizontal": "─"
	},
	"bold": {
		"topLeft": "┏",
		"topRight": "┓",
		"bottomRight": "┛",
		"bottomLeft": "┗",
		"vertical": "┃",
		"horizontal": "━"
	},
	"singleDouble": {
		"topLeft": "╓",
		"topRight": "╖",
		"bottomRight": "╜",
		"bottomLeft": "╙",
		"vertical": "║",
		"horizontal": "─"
	},
	"doubleSingle": {
		"topLeft": "╒",
		"topRight": "╕",
		"bottomRight": "╛",
		"bottomLeft": "╘",
		"vertical": "│",
		"horizontal": "═"
	},
	"classic": {
		"topLeft": "+",
		"topRight": "+",
		"bottomRight": "+",
		"bottomLeft": "+",
		"vertical": "|",
		"horizontal": "-"
	}
}