Initial commit
[yaffs-website] / node_modules / string-width / package.json
1 {
2   "_args": [
3     [
4       "string-width@^1.0.1",
5       "/var/www/yaffs/node_modules/gauge"
6     ]
7   ],
8   "_from": "string-width@>=1.0.1 <2.0.0",
9   "_id": "string-width@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/string-width",
13   "_nodeVersion": "4.4.5",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/string-width-1.0.2.tgz_1471188233009_0.6573935742489994"
17   },
18   "_npmUser": {
19     "email": "sindresorhus@gmail.com",
20     "name": "sindresorhus"
21   },
22   "_npmVersion": "2.15.5",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "string-width",
26     "raw": "string-width@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/cliui",
34     "/gauge",
35     "/wide-align",
36     "/wrap-ansi",
37     "/yargs"
38   ],
39   "_resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
40   "_shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
41   "_shrinkwrap": null,
42   "_spec": "string-width@^1.0.1",
43   "_where": "/var/www/yaffs/node_modules/gauge",
44   "author": {
45     "email": "sindresorhus@gmail.com",
46     "name": "Sindre Sorhus",
47     "url": "sindresorhus.com"
48   },
49   "bugs": {
50     "url": "https://github.com/sindresorhus/string-width/issues"
51   },
52   "dependencies": {
53     "code-point-at": "^1.0.0",
54     "is-fullwidth-code-point": "^1.0.0",
55     "strip-ansi": "^3.0.0"
56   },
57   "description": "Get the visual width of a string - the number of columns required to display it",
58   "devDependencies": {
59     "ava": "*",
60     "xo": "*"
61   },
62   "directories": {},
63   "dist": {
64     "shasum": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3",
65     "tarball": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz"
66   },
67   "engines": {
68     "node": ">=0.10.0"
69   },
70   "files": [
71     "index.js"
72   ],
73   "gitHead": "282cf3d53918a92cc3ee0778dcf938039bcbc47b",
74   "homepage": "https://github.com/sindresorhus/string-width#readme",
75   "keywords": [
76     "ansi",
77     "char",
78     "character",
79     "chinese",
80     "cjk",
81     "cli",
82     "codes",
83     "column",
84     "columns",
85     "command-line",
86     "console",
87     "escape",
88     "fixed-width",
89     "full",
90     "full-width",
91     "fullwidth",
92     "japanese",
93     "korean",
94     "str",
95     "string",
96     "terminal",
97     "unicode",
98     "visual",
99     "width"
100   ],
101   "license": "MIT",
102   "maintainers": [
103     {
104       "name": "sindresorhus",
105       "email": "sindresorhus@gmail.com"
106     }
107   ],
108   "name": "string-width",
109   "optionalDependencies": {},
110   "readme": "ERROR: No README data found!",
111   "repository": {
112     "type": "git",
113     "url": "git+https://github.com/sindresorhus/string-width.git"
114   },
115   "scripts": {
116     "test": "xo && ava"
117   },
118   "version": "1.0.2"
119 }