This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ console.log(cliBoxes.single);
// bottomRight: '┘',
// bottomLeft: '└',
// vertical: '│',
// horizontal: '─''
// horizontal: '─'
// }
```
*/
+1 -1
View File
@@ -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:
+14 -13
View File
@@ -1,36 +1,36 @@
{
"_args": [
[
"cli-boxes@2.2.0",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"cli-boxes@2.2.1",
"/home/node/nuxt"
]
],
"_from": "cli-boxes@2.2.0",
"_id": "cli-boxes@2.2.0",
"_from": "cli-boxes@2.2.1",
"_id": "cli-boxes@2.2.1",
"_inBundle": false,
"_integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==",
"_integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==",
"_location": "/cli-boxes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cli-boxes@2.2.0",
"raw": "cli-boxes@2.2.1",
"name": "cli-boxes",
"escapedName": "cli-boxes",
"rawSpec": "2.2.0",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.0"
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "/home/node/nuxt",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-boxes/issues"
@@ -49,6 +49,7 @@
"index.d.ts",
"boxes.json"
],
"funding": "https://github.com/sponsors/sindresorhus",
"homepage": "https://github.com/sindresorhus/cli-boxes#readme",
"keywords": [
"cli",
@@ -72,5 +73,5 @@
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.2.0"
"version": "2.2.1"
}
+12 -9
View File
@@ -1,17 +1,15 @@
# cli-boxes [![Build Status](https://travis-ci.org/sindresorhus/cli-boxes.svg?branch=master)](https://travis-ci.org/sindresorhus/cli-boxes)
# cli-boxes [![Build Status](https://travis-ci.com/sindresorhus/cli-boxes.svg?branch=master)](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>