wallet-core/node_modules/term-size/package.json
2017-08-14 05:02:09 +02:00

44 lines
721 B
JSON

{
"name": "term-size",
"version": "1.2.0",
"description": "Reliably get the terminal window size (columns & rows)",
"license": "MIT",
"repository": "sindresorhus/term-size",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"vendor"
],
"keywords": [
"term",
"terminal",
"size",
"console",
"window",
"width",
"height",
"columns",
"rows",
"lines",
"tty",
"redirected"
],
"dependencies": {
"execa": "^0.7.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}