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