1{ 2 "name": "ansi-regex", 3 "version": "5.0.1", 4 "description": "Regular expression for matching ANSI escape codes", 5 "license": "MIT", 6 "repository": "chalk/ansi-regex", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=8" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd", 17 "view-supported": "node fixtures/view-codes.js" 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 "command-line", 41 "text", 42 "regex", 43 "regexp", 44 "re", 45 "match", 46 "test", 47 "find", 48 "pattern" 49 ], 50 "devDependencies": { 51 "ava": "^2.4.0", 52 "tsd": "^0.9.0", 53 "xo": "^0.25.3" 54 } 55} 56