{ "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": "*" } }