Path: blob/master/node_modules/ansi-regex/package.json
1126 views
{1"name": "ansi-regex",2"version": "5.0.1",3"description": "Regular expression for matching ANSI escape codes",4"license": "MIT",5"repository": "chalk/ansi-regex",6"author": {7"name": "Sindre Sorhus",8"email": "[email protected]",9"url": "sindresorhus.com"10},11"engines": {12"node": ">=8"13},14"scripts": {15"test": "xo && ava && tsd",16"view-supported": "node fixtures/view-codes.js"17},18"files": [19"index.js",20"index.d.ts"21],22"keywords": [23"ansi",24"styles",25"color",26"colour",27"colors",28"terminal",29"console",30"cli",31"string",32"tty",33"escape",34"formatting",35"rgb",36"256",37"shell",38"xterm",39"command-line",40"text",41"regex",42"regexp",43"re",44"match",45"test",46"find",47"pattern"48],49"devDependencies": {50"ava": "^2.4.0",51"tsd": "^0.9.0",52"xo": "^0.25.3"53}54}555657