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