{
	"name": "ansi-escapes",
	"version": "5.0.0",
	"description": "ANSI escape codes for manipulating the terminal",
	"license": "MIT",
	"repository": "sindresorhus/ansi-escapes",
	"funding": "https://github.com/sponsors/sindresorhus",
	"author": {
		"name": "Sindre Sorhus",
		"email": "sindresorhus@gmail.com",
		"url": "https://sindresorhus.com"
	},
	"type": "module",
	"exports": "./index.js",
	"engines": {
		"node": ">=12"
	},
	"scripts": {
		"test": "xo && ava && tsd"
	},
	"files": [
		"index.js",
		"index.d.ts"
	],
	"keywords": [
		"ansi",
		"terminal",
		"console",
		"cli",
		"string",
		"tty",
		"escape",
		"escapes",
		"formatting",
		"shell",
		"xterm",
		"log",
		"logging",
		"command-line",
		"text",
		"vt100",
		"sequence",
		"control",
		"code",
		"codes",
		"cursor",
		"iterm",
		"iterm2"
	],
	"dependencies": {
		"type-fest": "^1.0.2"
	},
	"devDependencies": {
		"@types/node": "^14.14.41",
		"ava": "^3.15.0",
		"tsd": "^0.14.0",
		"xo": "^0.38.2"
	}

,"_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-5.0.0.tgz"
,"_integrity": "sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA=="
,"_from": "ansi-escapes@5.0.0"
}