mirror of
https://github.com/actions/setup-node.git
synced 2025-04-26 04:52:14 +00:00
61 lines
No EOL
1.2 KiB
JSON
61 lines
No EOL
1.2 KiB
JSON
{
|
|
"name": "strip-ansi",
|
|
"version": "3.0.1",
|
|
"description": "Strip ANSI escape codes",
|
|
"license": "MIT",
|
|
"repository": "chalk/strip-ansi",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"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-)"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"ansi-regex": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz"
|
|
,"_integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8="
|
|
,"_from": "strip-ansi@3.0.1"
|
|
} |