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