1{ 2 "name": "ansi-styles", 3 "version": "6.2.1", 4 "description": "ANSI escape codes for styling strings in the terminal", 5 "license": "MIT", 6 "repository": "chalk/ansi-styles", 7 "funding": "https://github.com/chalk/ansi-styles?sponsor=1", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "type": "module", 14 "exports": "./index.js", 15 "engines": { 16 "node": ">=12" 17 }, 18 "scripts": { 19 "test": "xo && ava && tsd", 20 "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" 21 }, 22 "files": [ 23 "index.js", 24 "index.d.ts" 25 ], 26 "keywords": [ 27 "ansi", 28 "styles", 29 "color", 30 "colour", 31 "colors", 32 "terminal", 33 "console", 34 "cli", 35 "string", 36 "tty", 37 "escape", 38 "formatting", 39 "rgb", 40 "256", 41 "shell", 42 "xterm", 43 "log", 44 "logging", 45 "command-line", 46 "text" 47 ], 48 "devDependencies": { 49 "ava": "^3.15.0", 50 "svg-term-cli": "^2.1.1", 51 "tsd": "^0.19.0", 52 "xo": "^0.47.0" 53 } 54} 55