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