[Service] Integrate DeviceHome and SignalingServer
[platform/framework/web/wrtjs.git] / device_home / node_modules / cliui / package.json
1 {
2   "_args": [
3     [
4       "cliui@5.0.0",
5       "/opt/source/offload.js"
6     ]
7   ],
8   "_from": "cliui@5.0.0",
9   "_id": "cliui@5.0.0",
10   "_inBundle": false,
11   "_integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
12   "_location": "/cliui",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "cliui@5.0.0",
18     "name": "cliui",
19     "escapedName": "cliui",
20     "rawSpec": "5.0.0",
21     "saveSpec": null,
22     "fetchSpec": "5.0.0"
23   },
24   "_requiredBy": [
25     "/yargs"
26   ],
27   "_resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
28   "_spec": "5.0.0",
29   "_where": "/opt/source/offload.js",
30   "author": {
31     "name": "Ben Coe",
32     "email": "ben@npmjs.com"
33   },
34   "bugs": {
35     "url": "https://github.com/yargs/cliui/issues"
36   },
37   "config": {
38     "blanket": {
39       "pattern": [
40         "index.js"
41       ],
42       "data-cover-never": [
43         "node_modules",
44         "test"
45       ],
46       "output-reporter": "spec"
47     }
48   },
49   "dependencies": {
50     "string-width": "^3.1.0",
51     "strip-ansi": "^5.2.0",
52     "wrap-ansi": "^5.1.0"
53   },
54   "description": "easily create complex multi-column command-line-interfaces",
55   "devDependencies": {
56     "chai": "^4.2.0",
57     "chalk": "^2.4.2",
58     "coveralls": "^3.0.3",
59     "mocha": "^6.0.2",
60     "nyc": "^13.3.0",
61     "standard": "^12.0.1",
62     "standard-version": "^5.0.2"
63   },
64   "engine": {
65     "node": ">=6"
66   },
67   "files": [
68     "index.js"
69   ],
70   "homepage": "https://github.com/yargs/cliui#readme",
71   "keywords": [
72     "cli",
73     "command-line",
74     "layout",
75     "design",
76     "console",
77     "wrap",
78     "table"
79   ],
80   "license": "ISC",
81   "main": "index.js",
82   "name": "cliui",
83   "repository": {
84     "type": "git",
85     "url": "git+ssh://git@github.com/yargs/cliui.git"
86   },
87   "scripts": {
88     "coverage": "nyc --reporter=text-lcov mocha | coveralls",
89     "pretest": "standard",
90     "release": "standard-version",
91     "test": "nyc mocha"
92   },
93   "standard": {
94     "ignore": [
95       "**/example/**"
96     ],
97     "globals": [
98       "it"
99     ]
100   },
101   "version": "5.0.0"
102 }