1 | {
|
2 | "name": "window-size",
|
3 | "description": "Reliable way to get the height and width of terminal/console, since it's not calculated or updated the same way on all platforms, environments and node.js versions.",
|
4 | "version": "1.1.1",
|
5 | "homepage": "https://github.com/jonschlinkert/window-size",
|
6 | "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
7 | "contributors": [
|
8 | "Benjamin E. Coe (https://twitter.com/benjamincoe)",
|
9 | "Brian Woodward (https://twitter.com/doowb)",
|
10 | "Carlos Hernández Gómez (http://www.twitter.com/k4rliky)",
|
11 | "Jannis Redmann (http://jannisr.de)",
|
12 | "Jon Schlinkert (http://twitter.com/jonschlinkert)",
|
13 | "Siddharth Kannan (http://icyflame.github.io)"
|
14 | ],
|
15 | "repository": "jonschlinkert/window-size",
|
16 | "bugs": {
|
17 | "url": "https://github.com/jonschlinkert/window-size/issues"
|
18 | },
|
19 | "license": "MIT",
|
20 | "files": [
|
21 | "cli.js",
|
22 | "index.js",
|
23 | "utils.js"
|
24 | ],
|
25 | "main": "index.js",
|
26 | "bin": "cli.js",
|
27 | "engines": {
|
28 | "node": ">= 0.10.0"
|
29 | },
|
30 | "scripts": {
|
31 | "test": "mocha"
|
32 | },
|
33 | "dependencies": {
|
34 | "define-property": "^1.0.0",
|
35 | "is-number": "^3.0.0"
|
36 | },
|
37 | "devDependencies": {
|
38 | "gulp-format-md": "^0.1.12",
|
39 | "justified": "^0.2.1",
|
40 | "mocha": "^3.3.0"
|
41 | },
|
42 | "keywords": [
|
43 | "columns",
|
44 | "console",
|
45 | "darwin",
|
46 | "height",
|
47 | "lines",
|
48 | "redirected",
|
49 | "resize",
|
50 | "rows",
|
51 | "size",
|
52 | "term",
|
53 | "term-size",
|
54 | "terminal",
|
55 | "tty",
|
56 | "unix",
|
57 | "width",
|
58 | "win",
|
59 | "window",
|
60 | "windows"
|
61 | ],
|
62 | "verb": {
|
63 | "related": {
|
64 | "list": [
|
65 | "base-cli",
|
66 | "lint-deps",
|
67 | "yargs"
|
68 | ]
|
69 | },
|
70 | "toc": false,
|
71 | "layout": "default",
|
72 | "tasks": [
|
73 | "readme"
|
74 | ],
|
75 | "plugins": [
|
76 | "gulp-format-md"
|
77 | ],
|
78 | "lint": {
|
79 | "reflinks": true
|
80 | }
|
81 | }
|
82 | }
|