Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
16
node_modules/cli-spinners/readme.md
generated
vendored
16
node_modules/cli-spinners/readme.md
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
# cli-spinners [](https://travis-ci.org/sindresorhus/cli-spinners)
|
||||
# cli-spinners
|
||||
|
||||
> 60+ spinners for use in the terminal
|
||||
> 70+ spinners for use in the terminal
|
||||
|
||||
<p align="center">
|
||||
<br>
|
||||
|
|
@ -13,14 +13,12 @@ The list of spinners is just a [JSON file](spinners.json) and can be used wherev
|
|||
|
||||
You probably want to use one of these spinners through the [`ora`](https://github.com/sindresorhus/ora) module.
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install cli-spinners
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
|
|
@ -35,11 +33,9 @@ console.log(cliSpinners.dots);
|
|||
*/
|
||||
```
|
||||
|
||||
|
||||
## Preview
|
||||
|
||||
The header GIF is outdated. See all the [spinner at once](http://jsfiddle.net/sindresorhus/2eLtsbey/embedded/result/) or [one at the time](https://asciinema.org/a/95348?size=big).
|
||||
|
||||
The header GIF is outdated. See all the [spinner at once](https://jsfiddle.net/sindresorhus/2eLtsbey/embedded/result/) or [one at the time](https://asciinema.org/a/95348?size=big).
|
||||
|
||||
## API
|
||||
|
||||
|
|
@ -47,6 +43,7 @@ Each spinner comes with a recommended `interval` and an array of `frames`.
|
|||
|
||||
[See the spinners.](spinners.json)
|
||||
|
||||
The `random` spinner will return a random spinner each time it's called.
|
||||
|
||||
## Related
|
||||
|
||||
|
|
@ -54,8 +51,3 @@ Each spinner comes with a recommended `interval` and an array of `frames`.
|
|||
- [CLISpinner](https://github.com/kiliankoe/CLISpinner) - Terminal spinners for Swift
|
||||
- [py-spinners](https://github.com/ManrajGrover/py-spinners) - Python port
|
||||
- [spinners](https://github.com/FGRibreau/spinners) - Terminal spinners for Rust
|
||||
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue