summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/term-size/package.json
blob: 5fbea59b8b9ec97bddfd565e57918b6bdf8cc1dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_from": "term-size@^0.1.0",
  "_id": "term-size@0.1.1",
  "_integrity": "sha1-hzYLljlsq1dgljcUzaDQy+7K2co=",
  "_location": "/update-notifier/boxen/term-size",
  "_phantomChildren": {
    "lru-cache": "4.0.2",
    "which": "1.2.14"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "term-size@^0.1.0",
    "name": "term-size",
    "escapedName": "term-size",
    "rawSpec": "^0.1.0",
    "saveSpec": null,
    "fetchSpec": "^0.1.0"
  },
  "_requiredBy": [
    "/update-notifier/boxen"
  ],
  "_resolved": "https://registry.npmjs.org/term-size/-/term-size-0.1.1.tgz",
  "_shasum": "87360b96396cab5760963714cda0d0cbeecad9ca",
  "_shrinkwrap": null,
  "_spec": "term-size@^0.1.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/update-notifier/node_modules/boxen",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/sindresorhus/term-size/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "execa": "^0.4.0"
  },
  "deprecated": false,
  "description": "Reliably get the terminal window size",
  "devDependencies": {
    "ava": "*",
    "execa": "^0.4.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js",
    "vendor"
  ],
  "homepage": "https://github.com/sindresorhus/term-size#readme",
  "keywords": [
    "term",
    "terminal",
    "size",
    "console",
    "window",
    "width",
    "height",
    "columns",
    "rows",
    "lines",
    "tty"
  ],
  "license": "MIT",
  "name": "term-size",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/term-size.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "0.1.1",
  "xo": {
    "esnext": true
  }
}