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