2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "strip-ansi",
|
|
|
|
"version": "3.0.1",
|
|
|
|
"description": "Strip ANSI escape codes",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "chalk/strip-ansi",
|
2022-01-21 08:28:41 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"maintainers": [
|
|
|
|
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
|
|
|
|
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)",
|
|
|
|
"JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
|
|
|
|
],
|
2022-01-21 08:28:41 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "xo && ava"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"strip",
|
|
|
|
"trim",
|
|
|
|
"remove",
|
|
|
|
"ansi",
|
|
|
|
"styles",
|
|
|
|
"color",
|
|
|
|
"colour",
|
|
|
|
"colors",
|
|
|
|
"terminal",
|
|
|
|
"console",
|
|
|
|
"string",
|
|
|
|
"tty",
|
|
|
|
"escape",
|
|
|
|
"formatting",
|
|
|
|
"rgb",
|
|
|
|
"256",
|
|
|
|
"shell",
|
|
|
|
"xterm",
|
|
|
|
"log",
|
|
|
|
"logging",
|
|
|
|
"command-line",
|
|
|
|
"text"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"dependencies": {
|
|
|
|
"ansi-regex": "^2.0.0"
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"ava": "*",
|
|
|
|
"xo": "*"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|