47 lines
743 B
JSON
47 lines
743 B
JSON
|
{
|
||
|
"name": "term-size",
|
||
|
"version": "0.1.1",
|
||
|
"description": "Reliably get the terminal window size",
|
||
|
"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"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"execa": "^0.4.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"execa": "^0.4.0",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"xo": {
|
||
|
"esnext": true
|
||
|
}
|
||
|
}
|