update deps

This commit is contained in:
Alex Kalyvitis
2020-06-18 18:43:30 +02:00
parent 3ff198f23b
commit f9768ac4ba
384 changed files with 13733 additions and 26207 deletions

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

@@ -1,77 +1,45 @@
{
"_args": [
[
"cli-boxes@2.2.0",
"/Users/alexkappa/Code/ts/github.com/github/codeql-action"
]
],
"_development": true,
"_from": "cli-boxes@2.2.0",
"_id": "cli-boxes@2.2.0",
"_inBundle": false,
"_integrity": "sha512-gpaBrMAizVEANOpfZp/EEUixTXDyGt7DFzdK5hU+UbWt/J0lB0w20ncZj59Z9a93xHb9u12zF5BS6i9RKbtg4w==",
"_location": "/cli-boxes",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cli-boxes@2.2.0",
"name": "cli-boxes",
"escapedName": "cli-boxes",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/boxen"
],
"_resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "/Users/alexkappa/Code/ts/github.com/github/codeql-action",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/cli-boxes/issues"
},
"description": "Boxes for use in the terminal",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"index.d.ts",
"boxes.json"
],
"homepage": "https://github.com/sindresorhus/cli-boxes#readme",
"keywords": [
"cli",
"box",
"boxes",
"terminal",
"term",
"console",
"ascii",
"unicode",
"border",
"text",
"json"
],
"license": "MIT",
"name": "cli-boxes",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/cli-boxes.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "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"
}
,"_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"
}