mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.8 KiB
90 lines
1.8 KiB
10 years ago
|
{
|
||
|
"name": "strip-ansi",
|
||
|
"version": "2.0.1",
|
||
|
"description": "Strip ANSI escape codes",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/sindresorhus/strip-ansi"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "http://sindresorhus.com"
|
||
|
},
|
||
|
"bin": {
|
||
|
"strip-ansi": "cli.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "mocha"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js",
|
||
|
"cli.js"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"strip",
|
||
|
"trim",
|
||
|
"remove",
|
||
|
"ansi",
|
||
|
"styles",
|
||
|
"color",
|
||
|
"colour",
|
||
|
"colors",
|
||
|
"terminal",
|
||
|
"console",
|
||
|
"cli",
|
||
|
"string",
|
||
|
"tty",
|
||
|
"escape",
|
||
|
"formatting",
|
||
|
"rgb",
|
||
|
"256",
|
||
|
"shell",
|
||
|
"xterm",
|
||
|
"log",
|
||
|
"logging",
|
||
|
"command-line",
|
||
|
"text"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"ansi-regex": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "*"
|
||
|
},
|
||
|
"gitHead": "1eff0936c01f89efa312d9d51deed137259871a1",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/strip-ansi/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/sindresorhus/strip-ansi",
|
||
|
"_id": "strip-ansi@2.0.1",
|
||
|
"_shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",
|
||
10 years ago
|
"_from": "strip-ansi@>=2.0.1 <2.1.0",
|
||
10 years ago
|
"_npmVersion": "1.4.28",
|
||
|
"_npmUser": {
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "jbnicolai",
|
||
|
"email": "jappelman@xebia.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "df62c1aa94ed2f114e1d0f21fd1d50482b79a60e",
|
||
|
"tarball": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-2.0.1.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|