update dependencies
This commit is contained in:
parent
d55f711b71
commit
f4001a0790
396 changed files with 9070 additions and 7567 deletions
86
node_modules/term-size/package.json
generated
vendored
86
node_modules/term-size/package.json
generated
vendored
|
|
@ -1,43 +1,47 @@
|
|||
{
|
||||
"name": "term-size",
|
||||
"version": "2.2.0",
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/term-size",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"vendor"
|
||||
],
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"size",
|
||||
"console",
|
||||
"window",
|
||||
"width",
|
||||
"height",
|
||||
"columns",
|
||||
"rows",
|
||||
"lines",
|
||||
"tty",
|
||||
"redirected"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
"name": "term-size",
|
||||
"version": "2.2.0",
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/term-size",
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"vendor"
|
||||
],
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"size",
|
||||
"console",
|
||||
"window",
|
||||
"width",
|
||||
"height",
|
||||
"columns",
|
||||
"rows",
|
||||
"lines",
|
||||
"tty",
|
||||
"redirected"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.0.tgz"
|
||||
,"_integrity": "sha512-a6sumDlzyHVJWb8+YofY4TW112G6p2FCPEAFk+59gIYHv3XHRhm9ltVQ9kli4hNWeQBwSpe8cRN25x0ROunMOw=="
|
||||
,"_from": "term-size@2.2.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue