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.
55 lines
971 B
55 lines
971 B
{ |
|
"name": "has-ansi", |
|
"version": "2.0.0", |
|
"description": "Check if a string has ANSI escape codes", |
|
"license": "MIT", |
|
"repository": "sindresorhus/has-ansi", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"maintainers": [ |
|
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", |
|
"Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)" |
|
], |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "node test.js" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"ansi", |
|
"styles", |
|
"color", |
|
"colour", |
|
"colors", |
|
"terminal", |
|
"console", |
|
"string", |
|
"tty", |
|
"escape", |
|
"shell", |
|
"xterm", |
|
"command-line", |
|
"text", |
|
"regex", |
|
"regexp", |
|
"re", |
|
"match", |
|
"test", |
|
"find", |
|
"pattern", |
|
"has" |
|
], |
|
"dependencies": { |
|
"ansi-regex": "^2.0.0" |
|
}, |
|
"devDependencies": { |
|
"ava": "0.0.4" |
|
} |
|
}
|
|
|