has-ansi-cli
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -9,4 +9,4 @@ #!/usr/bin/env node | ||
Usage | ||
$ has-ansi <string> | ||
$ echo <string> | has-ansi | ||
$ has-ansi <text> | ||
$ echo <text> | has-ansi | ||
@@ -13,0 +13,0 @@ Example |
{ | ||
"name": "has-ansi-cli", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Check if a string has ANSI escape codes", | ||
@@ -12,7 +12,2 @@ "license": "MIT", | ||
}, | ||
"maintainers": [ | ||
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)", | ||
"Joshua Appelman <jappelman@xebia.com> (jbnicolai.com)", | ||
"JD Ballard <i.am.qix@gmail.com> (github.com/qix-)" | ||
], | ||
"bin": { | ||
@@ -58,13 +53,10 @@ "has-ansi": "cli.js" | ||
"get-stdin": "^5.0.1", | ||
"has-ansi": "^2.0.0", | ||
"meow": "^3.5.0" | ||
"has-ansi": "^3.0.0", | ||
"meow": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "*", | ||
"pify": "^2.3.0", | ||
"execa": "^0.7.0", | ||
"xo": "*" | ||
}, | ||
"xo": { | ||
"esnext": true | ||
} | ||
} |
# has-ansi-cli [![Build Status](https://travis-ci.org/chalk/has-ansi-cli.svg?branch=master)](https://travis-ci.org/chalk/has-ansi-cli) | ||
> Check if a string has [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) | ||
> Check if a string has [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) | ||
@@ -19,4 +19,4 @@ | ||
Usage | ||
$ has-ansi <string> | ||
$ echo <string> | has-ansi | ||
$ has-ansi <text> | ||
$ echo <text> | has-ansi | ||
@@ -35,4 +35,10 @@ Example | ||
## Maintainers | ||
- [Sindre Sorhus](https://github.com/sindresorhus) | ||
- [Josh Junon](https://github.com/qix-) | ||
## License | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) | ||
MIT |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43
3375
+ Addedansi-regex@3.0.1(transitive)
+ Addedhas-ansi@3.0.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedhas-ansi@2.0.0(transitive)
Updatedhas-ansi@^3.0.0
Updatedmeow@^3.7.0