Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / cli-width / package.json
1 {
2   "_from": "cli-width@^3.0.0",
3   "_id": "cli-width@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==",
6   "_location": "/cli-width",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "cli-width@^3.0.0",
12     "name": "cli-width",
13     "escapedName": "cli-width",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/inquirer"
20   ],
21   "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz",
22   "_shasum": "a2f48437a2caa9a22436e794bf071ec9e61cedf6",
23   "_spec": "cli-width@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/inquirer",
25   "author": {
26     "name": "Ilya Radchenko",
27     "email": "knownasilya@gmail.com"
28   },
29   "bugs": {
30     "url": "https://github.com/knownasilya/cli-width/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Get stdout window width, with two fallbacks, tty and then a default.",
35   "devDependencies": {
36     "coveralls": "^3.0.11",
37     "nyc": "^15.0.1",
38     "standard-version": "^7.1.0",
39     "tap-spec": "^5.0.0",
40     "tape": "^4.13.2"
41   },
42   "engines": {
43     "node": ">= 10"
44   },
45   "homepage": "https://github.com/knownasilya/cli-width",
46   "license": "ISC",
47   "main": "index.js",
48   "name": "cli-width",
49   "repository": {
50     "type": "git",
51     "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
52   },
53   "scripts": {
54     "coverage": "nyc node test | tspec",
55     "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
56     "release": "standard-version",
57     "test": "node test | tspec"
58   },
59   "version": "3.0.0"
60 }