summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/boxen/package.json
blob: 4b36119f9f2ef3ec02e00bd8f57287aca8efc2ca (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
85
86
{
  "_from": "boxen@^1.0.0",
  "_id": "boxen@1.1.0",
  "_inBundle": false,
  "_integrity": "sha1-sbad1SIwXoB6md7ud329blFnsQI=",
  "_location": "/update-notifier/boxen",
  "_phantomChildren": {
    "lru-cache": "4.1.1",
    "strip-ansi": "4.0.0",
    "which": "1.2.14"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "boxen@^1.0.0",
    "name": "boxen",
    "escapedName": "boxen",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/update-notifier"
  ],
  "_resolved": "https://registry.npmjs.org/boxen/-/boxen-1.1.0.tgz",
  "_shasum": "b1b69dd522305e807a99deee777dbd6e5167b102",
  "_spec": "boxen@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/update-notifier",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/boxen/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-align": "^2.0.0",
    "camelcase": "^4.0.0",
    "chalk": "^1.1.1",
    "cli-boxes": "^1.0.0",
    "string-width": "^2.0.0",
    "term-size": "^0.1.0",
    "widest-line": "^1.0.0"
  },
  "deprecated": false,
  "description": "Create boxes in the terminal",
  "devDependencies": {
    "ava": "*",
    "nyc": "^10.3.0",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/boxen#readme",
  "keywords": [
    "cli",
    "box",
    "boxes",
    "terminal",
    "term",
    "console",
    "ascii",
    "unicode",
    "border",
    "text"
  ],
  "license": "MIT",
  "name": "boxen",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/boxen.git"
  },
  "scripts": {
    "test": "xo && nyc ava"
  },
  "version": "1.1.0",
  "xo": {
    "esnext": true
  }
}