summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/update-notifier/node_modules/boxen/node_modules/widest-line/package.json
blob: 1196991ed2613ce8ff91d837e3e0ca06962a1b12 (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
  "_args": [
    [
      {
        "raw": "widest-line@^1.0.0",
        "scope": null,
        "escapedName": "widest-line",
        "name": "widest-line",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/ceej/code/Tools/npm/node_modules/update-notifier/node_modules/boxen"
    ]
  ],
  "_from": "widest-line@>=1.0.0 <2.0.0",
  "_id": "widest-line@1.0.0",
  "_inCache": true,
  "_location": "/update-notifier/boxen/widest-line",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {
    "strip-ansi": "3.0.1"
  },
  "_requested": {
    "raw": "widest-line@^1.0.0",
    "scope": null,
    "escapedName": "widest-line",
    "name": "widest-line",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/update-notifier/boxen"
  ],
  "_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
  "_shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
  "_shrinkwrap": null,
  "_spec": "widest-line@^1.0.0",
  "_where": "/Users/ceej/code/Tools/npm/node_modules/update-notifier/node_modules/boxen",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/widest-line/issues"
  },
  "dependencies": {
    "string-width": "^1.0.1"
  },
  "description": "Get the visual width of the widest line in a string - the number of columns required to display it",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "0c09c85c2a94683d0d7eaf8ee097d564bf0e105c",
    "tarball": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "8193ed602f6c06939099e574b92828edb896bb8e",
  "homepage": "https://github.com/sindresorhus/widest-line",
  "keywords": [
    "string",
    "str",
    "character",
    "char",
    "unicode",
    "width",
    "visual",
    "column",
    "columns",
    "fullwidth",
    "full-width",
    "full",
    "ansi",
    "escape",
    "codes",
    "cli",
    "command-line",
    "terminal",
    "console",
    "cjk",
    "chinese",
    "japanese",
    "korean",
    "fixed-width"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "widest-line",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/widest-line.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "1.0.0"
}