Fix dependabot issues
This commit is contained in:
parent
c89d9bd8b0
commit
531c6ba7c8
705 changed files with 53406 additions and 20466 deletions
2
node_modules/cli-boxes/index.d.ts
generated
vendored
2
node_modules/cli-boxes/index.d.ts
generated
vendored
|
|
@ -101,7 +101,7 @@ console.log(cliBoxes.single);
|
|||
// bottomRight: '┘',
|
||||
// bottomLeft: '└',
|
||||
// vertical: '│',
|
||||
// horizontal: '─''
|
||||
// horizontal: '─'
|
||||
// }
|
||||
```
|
||||
*/
|
||||
|
|
|
|||
2
node_modules/cli-boxes/license
generated
vendored
2
node_modules/cli-boxes/license
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
||||
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
|||
5
node_modules/cli-boxes/package.json
generated
vendored
5
node_modules/cli-boxes/package.json
generated
vendored
|
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
"name": "cli-boxes",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "Boxes for use in the terminal",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/cli-boxes",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
|
|
|||
21
node_modules/cli-boxes/readme.md
generated
vendored
21
node_modules/cli-boxes/readme.md
generated
vendored
|
|
@ -1,17 +1,15 @@
|
|||
# cli-boxes [](https://travis-ci.org/sindresorhus/cli-boxes)
|
||||
# cli-boxes [](https://travis-ci.com/github/sindresorhus/cli-boxes)
|
||||
|
||||
> Boxes for use in the terminal
|
||||
|
||||
The list of boxes is just a [JSON file](boxes.json) and can be used anywhere.
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
```
|
||||
$ npm install cli-boxes
|
||||
```
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
```js
|
||||
|
|
@ -25,12 +23,11 @@ console.log(cliBoxes.single);
|
|||
bottomRight: '┘',
|
||||
bottomLeft: '└',
|
||||
vertical: '│',
|
||||
horizontal: '─''
|
||||
horizontal: '─'
|
||||
}
|
||||
*/
|
||||
```
|
||||
|
||||
|
||||
## API
|
||||
|
||||
### cliBoxes
|
||||
|
|
@ -91,12 +88,18 @@ console.log(cliBoxes.single);
|
|||
+----+
|
||||
```
|
||||
|
||||
|
||||
## Related
|
||||
|
||||
- [boxen](https://github.com/sindresorhus/boxen) - Create boxes in the terminal
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT © [Sindre Sorhus](https://sindresorhus.com)
|
||||
<div align="center">
|
||||
<b>
|
||||
<a href="https://tidelift.com/subscription/pkg/npm-cli-boxes?utm_source=npm-cli-boxes&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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue