Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.137.185.239
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
has-ansi /
Delete
Unzip
Name
Size
Permission
Date
Action
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.js
152
B
-rw-rw-r--
2022-08-30 11:49
license
1.09
KB
-rw-rw-r--
2022-08-30 11:49
package.json
971
B
-rw-rw-r--
2022-08-30 11:49
readme.md
856
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
# has-ansi [](https://travis-ci.org/sindresorhus/has-ansi) > Check if a string has [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) ## Install ``` $ npm install --save has-ansi ``` ## Usage ```js var hasAnsi = require('has-ansi'); hasAnsi('\u001b[4mcake\u001b[0m'); //=> true hasAnsi('cake'); //=> false ``` ## Related - [has-ansi-cli](https://github.com/sindresorhus/has-ansi-cli) - CLI for this module - [strip-ansi](https://github.com/sindresorhus/strip-ansi) - Strip ANSI escape codes - [ansi-regex](https://github.com/sindresorhus/ansi-regex) - Regular expression for matching ANSI escape codes - [chalk](https://github.com/sindresorhus/chalk) - Terminal string styling done right ## License MIT © [Sindre Sorhus](http://sindresorhus.com)