[SignalingServer] Optimize dependent modules
[platform/framework/web/wrtjs.git] / device_home / node_modules / string-width / package.json
1 {
2   "_args": [
3     [
4       "string-width@3.1.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "string-width@3.1.0",
9   "_id": "string-width@3.1.0",
10   "_inBundle": false,
11   "_integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
12   "_location": "/string-width",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "string-width@3.1.0",
18     "name": "string-width",
19     "escapedName": "string-width",
20     "rawSpec": "3.1.0",
21     "saveSpec": null,
22     "fetchSpec": "3.1.0"
23   },
24   "_requiredBy": [
25     "/cliui",
26     "/wrap-ansi",
27     "/yargs"
28   ],
29   "_resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
30   "_spec": "3.1.0",
31   "_where": "/opt/source/offload.js",
32   "author": {
33     "name": "Sindre Sorhus",
34     "email": "sindresorhus@gmail.com",
35     "url": "sindresorhus.com"
36   },
37   "bugs": {
38     "url": "https://github.com/sindresorhus/string-width/issues"
39   },
40   "dependencies": {
41     "emoji-regex": "^7.0.1",
42     "is-fullwidth-code-point": "^2.0.0",
43     "strip-ansi": "^5.1.0"
44   },
45   "description": "Get the visual width of a string - the number of columns required to display it",
46   "devDependencies": {
47     "ava": "^1.0.1",
48     "xo": "^0.23.0"
49   },
50   "engines": {
51     "node": ">=6"
52   },
53   "files": [
54     "index.js"
55   ],
56   "homepage": "https://github.com/sindresorhus/string-width#readme",
57   "keywords": [
58     "string",
59     "str",
60     "character",
61     "char",
62     "unicode",
63     "width",
64     "visual",
65     "column",
66     "columns",
67     "fullwidth",
68     "full-width",
69     "full",
70     "ansi",
71     "escape",
72     "codes",
73     "cli",
74     "command-line",
75     "terminal",
76     "console",
77     "cjk",
78     "chinese",
79     "japanese",
80     "korean",
81     "fixed-width"
82   ],
83   "license": "MIT",
84   "name": "string-width",
85   "repository": {
86     "type": "git",
87     "url": "git+https://github.com/sindresorhus/string-width.git"
88   },
89   "scripts": {
90     "test": "xo && ava"
91   },
92   "version": "3.1.0"
93 }