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