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