summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/cli-cursor/readme.md
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-10-25 12:48:14 -0700
committercjihrig <cjihrig@gmail.com>2019-10-28 09:51:24 -0400
commit511f67bcb42b59c9a3a3efab8fed578db100afe1 (patch)
tree8b64f390dd727dd739fd2fb84d69df3c829a9315 /tools/node_modules/eslint/node_modules/cli-cursor/readme.md
parentb35181f877d5a92e8bb52eb071489f2a7d87494b (diff)
downloadandroid-node-v8-511f67bcb42b59c9a3a3efab8fed578db100afe1.tar.gz
android-node-v8-511f67bcb42b59c9a3a3efab8fed578db100afe1.tar.bz2
android-node-v8-511f67bcb42b59c9a3a3efab8fed578db100afe1.zip
tools: update ESLint to 6.6.0
Update ESLint to 6.6.0 PR-URL: https://github.com/nodejs/node/pull/30123 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/cli-cursor/readme.md')
-rw-r--r--tools/node_modules/eslint/node_modules/cli-cursor/readme.md26
1 files changed, 18 insertions, 8 deletions
diff --git a/tools/node_modules/eslint/node_modules/cli-cursor/readme.md b/tools/node_modules/eslint/node_modules/cli-cursor/readme.md
index 75c18e5fea..3478ac80e5 100644
--- a/tools/node_modules/eslint/node_modules/cli-cursor/readme.md
+++ b/tools/node_modules/eslint/node_modules/cli-cursor/readme.md
@@ -8,7 +8,7 @@ The cursor is [gracefully restored](https://github.com/sindresorhus/restore-curs
## Install
```
-$ npm install --save cli-cursor
+$ npm install cli-cursor
```
@@ -26,20 +26,30 @@ cliCursor.toggle(unicornsAreAwesome);
## API
-### .show([stream])
+### .show(stream?)
-### .hide([stream])
+### .hide(stream?)
-### .toggle(force, [stream])
+### .toggle(force?, stream?)
-`force` is useful to show or hide the cursor based on a boolean.
+#### force
+
+Useful for showing or hiding the cursor based on a boolean.
#### stream
-Type: `Stream`<br>
+Type: `stream.Writable`<br>
Default: `process.stderr`
-## License
+---
-MIT © [Sindre Sorhus](https://sindresorhus.com)
+<div align="center">
+ <b>
+ <a href="https://tidelift.com/subscription/pkg/npm-cli-cursor?utm_source=npm-cli-cursor&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
+ </b>
+ <br>
+ <sub>
+ Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
+ </sub>
+</div>