feat: initial commit

This commit is contained in:
Carlos
2024-08-12 23:06:35 -04:00
parent c581ce5ad2
commit de4ae5d068
776 changed files with 3868 additions and 15649 deletions

26
node_modules/cli-cursor/readme.md generated vendored
View File

@@ -8,7 +8,7 @@ The cursor is [gracefully restored](https://github.com/sindresorhus/restore-curs
## Install
```
$ npm install cli-cursor
$ npm install --save cli-cursor
```
@@ -26,30 +26,20 @@ cliCursor.toggle(unicornsAreAwesome);
## API
### .show(stream?)
### .show([stream])
### .hide(stream?)
### .hide([stream])
### .toggle(force?, stream?)
### .toggle(force, [stream])
#### force
Useful for showing or hiding the cursor based on a boolean.
`force` is useful to show or hide the cursor based on a boolean.
#### stream
Type: `stream.Writable`<br>
Type: `Stream`<br>
Default: `process.stderr`
---
## License
<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>
MIT © [Sindre Sorhus](https://sindresorhus.com)