fixes and admin data
This commit is contained in:
2
node_modules/term-size/license
generated
vendored
2
node_modules/term-size/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:
|
||||
|
||||
|
||||
120
node_modules/term-size/package.json
generated
vendored
120
node_modules/term-size/package.json
generated
vendored
@@ -1,47 +1,75 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
"_from": "term-size@^2.1.0",
|
||||
"_id": "term-size@2.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==",
|
||||
"_location": "/term-size",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "term-size@^2.1.0",
|
||||
"name": "term-size",
|
||||
"escapedName": "term-size",
|
||||
"rawSpec": "^2.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/boxen"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz",
|
||||
"_shasum": "2a6a54840432c2fb6320fea0f415531e90189f54",
|
||||
"_spec": "term-size@^2.1.0",
|
||||
"_where": "C:\\Users\\Jonasz\\Desktop\\Menui\\menui_backend\\node_modules\\boxen",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "https://sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/term-size/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Reliably get the terminal window size (columns & rows)",
|
||||
"devDependencies": {
|
||||
"ava": "^2.4.0",
|
||||
"execa": "^3.4.0",
|
||||
"tsd": "^0.11.0",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts",
|
||||
"vendor"
|
||||
],
|
||||
"funding": "https://github.com/sponsors/sindresorhus",
|
||||
"homepage": "https://github.com/sindresorhus/term-size#readme",
|
||||
"keywords": [
|
||||
"terminal",
|
||||
"size",
|
||||
"console",
|
||||
"window",
|
||||
"width",
|
||||
"height",
|
||||
"columns",
|
||||
"rows",
|
||||
"lines",
|
||||
"tty",
|
||||
"redirected"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "term-size",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/term-size.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "2.2.1"
|
||||
}
|
||||
|
||||
2
node_modules/term-size/readme.md
generated
vendored
2
node_modules/term-size/readme.md
generated
vendored
@@ -1,4 +1,4 @@
|
||||
# term-size [](https://travis-ci.org/sindresorhus/term-size)
|
||||
# term-size [](https://travis-ci.com/github/sindresorhus/term-size)
|
||||
|
||||
> Reliably get the terminal window size
|
||||
|
||||
|
||||
BIN
node_modules/term-size/vendor/.DS_Store
generated
vendored
BIN
node_modules/term-size/vendor/.DS_Store
generated
vendored
Binary file not shown.
Reference in New Issue
Block a user