{ "_from": "ansi-regex@^6.0.1", "_id": "ansi-regex@6.2.2", "_inBundle": false, "_integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", "_location": "/ansi-regex", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ansi-regex@^6.0.1", "name": "ansi-regex", "escapedName": "ansi-regex", "rawSpec": "^6.0.1", "saveSpec": null, "fetchSpec": "^6.0.1" }, "_requiredBy": [ "/strip-ansi" ], "_resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-6.2.2.tgz", "_shasum": "60216eea464d864597ce2832000738a0589650c1", "_spec": "ansi-regex@^6.0.1", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\strip-ansi", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/chalk/ansi-regex/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Regular expression for matching ANSI escape codes", "devDependencies": { "ansi-escapes": "^5.0.0", "ava": "^3.15.0", "tsd": "^0.21.0", "xo": "^0.54.2" }, "engines": { "node": ">=12" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/chalk/ansi-regex?sponsor=1", "homepage": "https://github.com/chalk/ansi-regex#readme", "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" ], "license": "MIT", "name": "ansi-regex", "repository": { "type": "git", "url": "git+https://github.com/chalk/ansi-regex.git" }, "scripts": { "test": "xo && ava && tsd", "view-supported": "node fixtures/view-codes.js" }, "sideEffects": false, "type": "module", "types": "./index.d.ts", "version": "6.2.2" }