| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | {  "name": "ansi-regex",  "version": "0.2.1",  "description": "Regular expression for matching ANSI escape codes",  "license": "MIT",  "repository": "sindresorhus/ansi-regex",  "author": {    "name": "Sindre Sorhus",    "email": "sindresorhus@gmail.com",    "url": "http://sindresorhus.com"  },  "engines": {    "node": ">=0.10.0"  },  "scripts": {    "test": "mocha"  },  "files": [    "index.js"  ],  "keywords": [    "ansi",    "styles",    "color",    "colour",    "colors",    "terminal",    "console",    "cli",    "string",    "tty",    "escape",    "formatting",    "rgb",    "256",    "shell",    "xterm",    "command-line",    "text",    "regex",    "regexp",    "re",    "match",    "test",    "find",    "pattern"  ],  "devDependencies": {    "mocha": "*"  },  "__npminstall_done": true,  "_from": "ansi-regex@0.2.1",  "_resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-0.2.1.tgz"}
 |