Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / window-size / README.md
1 # window-size [![NPM version](https://badge.fury.io/js/window-size.png)](http://badge.fury.io/js/window-size)\r
2 \r
3 > Reliable way to to get the height and width of the terminal/console in a node.js environment.\r
4 \r
5 ## Install\r
6 \r
7 ### [npm](npmjs.org)\r
8 \r
9 ```bash\r
10 npm i window-size --save\r
11 ```\r
12 \r
13 ```javascript\r
14 var size = require('window-size');\r
15 size.height; // "80" (rows)\r
16 size.width; // "25" (columns)\r
17 ```\r
18 \r
19 ## Author\r
20 \r
21 + [github/jonschlinkert](https://github.com/jonschlinkert)\r
22 + [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\r
23 \r
24 ## License\r
25 Copyright (c) 2014 Jon Schlinkert\r
26 Licensed under the MIT license.