update deps again

This commit is contained in:
Alex Kalyvitis
2020-06-18 19:10:34 +02:00
parent 6d036cef6f
commit 11a9af0387
397 changed files with 7568 additions and 9071 deletions

82
node_modules/cli-boxes/package.json generated vendored
View File

@@ -1,45 +1,41 @@
{
"name": "cli-boxes",
"version": "2.2.0",
"description": "Boxes for use in the terminal",
"license": "MIT",
"repository": "sindresorhus/cli-boxes",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts",
"boxes.json"
],
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text",
"json"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
,"_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz"
,"_integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w=="
,"_from": "cli-boxes@2.2.0"
"name": "cli-boxes",
"version": "2.2.0",
"description": "Boxes for use in the terminal",
"license": "MIT",
"repository": "sindresorhus/cli-boxes",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts",
"boxes.json"
],
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text",
"json"
],
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}