Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / window-size / package.json
1 {
2   "_args": [
3     [
4       {
5         "raw": "window-size@^0.1.4",
6         "scope": null,
7         "escapedName": "window-size",
8         "name": "window-size",
9         "rawSpec": "^0.1.4",
10         "spec": ">=0.1.4 <0.2.0",
11         "type": "range"
12       },
13       "/var/opt/motion2/node_modules/grpc/node_modules/yargs"
14     ]
15   ],
16   "_from": "window-size@>=0.1.4 <0.2.0",
17   "_id": "window-size@0.1.4",
18   "_inCache": true,
19   "_location": "/grpc/window-size",
20   "_nodeVersion": "5.0.0",
21   "_npmUser": {
22     "name": "jonschlinkert",
23     "email": "github@sellside.com"
24   },
25   "_npmVersion": "3.3.6",
26   "_phantomChildren": {},
27   "_requested": {
28     "raw": "window-size@^0.1.4",
29     "scope": null,
30     "escapedName": "window-size",
31     "name": "window-size",
32     "rawSpec": "^0.1.4",
33     "spec": ">=0.1.4 <0.2.0",
34     "type": "range"
35   },
36   "_requiredBy": [
37     "/grpc/yargs"
38   ],
39   "_resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
40   "_shasum": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
41   "_shrinkwrap": null,
42   "_spec": "window-size@^0.1.4",
43   "_where": "/var/opt/motion2/node_modules/grpc/node_modules/yargs",
44   "author": {
45     "name": "Jon Schlinkert",
46     "url": "https://github.com/jonschlinkert"
47   },
48   "bin": {
49     "window-size": "cli.js"
50   },
51   "bugs": {
52     "url": "https://github.com/jonschlinkert/window-size/issues"
53   },
54   "dependencies": {},
55   "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
56   "devDependencies": {
57     "semistandard": "^7.0.2",
58     "tap": "^2.2.1"
59   },
60   "directories": {},
61   "dist": {
62     "shasum": "f8e1aa1ee5a53ec5bf151ffa09742a6ad7697876",
63     "tarball": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz"
64   },
65   "engines": {
66     "node": ">= 0.10.0"
67   },
68   "files": [
69     "index.js",
70     "cli.js"
71   ],
72   "gitHead": "619d0da99254adc5c6059c84e3ec2b24564add46",
73   "homepage": "https://github.com/jonschlinkert/window-size",
74   "keywords": [
75     "console",
76     "height",
77     "resize",
78     "size",
79     "terminal",
80     "tty",
81     "width",
82     "window"
83   ],
84   "license": "MIT",
85   "main": "index.js",
86   "maintainers": [
87     {
88       "name": "jonschlinkert",
89       "email": "github@sellside.com"
90     },
91     {
92       "name": "doowb",
93       "email": "brian.woodward@gmail.com"
94     }
95   ],
96   "name": "window-size",
97   "optionalDependencies": {},
98   "readme": "ERROR: No README data found!",
99   "repository": {
100     "type": "git",
101     "url": "git+https://github.com/jonschlinkert/window-size.git"
102   },
103   "scripts": {
104     "pretest": "semistandard",
105     "test": "tap --coverage test.js"
106   },
107   "verb": {
108     "related": {
109       "list": [
110         "yargs",
111         "lint-deps",
112         "base-cli"
113       ]
114     }
115   },
116   "version": "0.1.4"
117 }