Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / widest-line / package.json
1 {
2   "_from": "widest-line@^2.0.0",
3   "_id": "widest-line@2.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==",
6   "_location": "/widest-line",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "widest-line@^2.0.0",
12     "name": "widest-line",
13     "escapedName": "widest-line",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/boxen"
20   ],
21   "_resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz",
22   "_shasum": "7438764730ec7ef4381ce4df82fb98a53142a3fc",
23   "_spec": "widest-line@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/boxen",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/widest-line/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "string-width": "^2.1.1"
36   },
37   "deprecated": false,
38   "description": "Get the visual width of the widest line in a string - the number of columns required to display it",
39   "devDependencies": {
40     "ava": "*",
41     "xo": "*"
42   },
43   "engines": {
44     "node": ">=4"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/sindresorhus/widest-line#readme",
50   "keywords": [
51     "string",
52     "str",
53     "character",
54     "char",
55     "unicode",
56     "width",
57     "visual",
58     "column",
59     "columns",
60     "fullwidth",
61     "full-width",
62     "full",
63     "ansi",
64     "escape",
65     "codes",
66     "cli",
67     "command-line",
68     "terminal",
69     "console",
70     "cjk",
71     "chinese",
72     "japanese",
73     "korean",
74     "fixed-width"
75   ],
76   "license": "MIT",
77   "name": "widest-line",
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/sindresorhus/widest-line.git"
81   },
82   "scripts": {
83     "test": "xo && ava"
84   },
85   "version": "2.0.1"
86 }