Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / wrap-ansi / node_modules / is-fullwidth-code-point / package.json
1 {
2   "_from": "is-fullwidth-code-point@^1.0.0",
3   "_id": "is-fullwidth-code-point@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
6   "_location": "/wrap-ansi/is-fullwidth-code-point",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-fullwidth-code-point@^1.0.0",
12     "name": "is-fullwidth-code-point",
13     "escapedName": "is-fullwidth-code-point",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/wrap-ansi/string-width"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
22   "_shasum": "ef9e31386f031a7f0d643af82fde50c457ef00cb",
23   "_spec": "is-fullwidth-code-point@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/wrap-ansi/node_modules/string-width",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {
35     "number-is-nan": "^1.0.0"
36   },
37   "deprecated": false,
38   "description": "Check if the character represented by a given Unicode code point is fullwidth",
39   "devDependencies": {
40     "ava": "0.0.4",
41     "code-point-at": "^1.0.0"
42   },
43   "engines": {
44     "node": ">=0.10.0"
45   },
46   "files": [
47     "index.js"
48   ],
49   "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
50   "keywords": [
51     "fullwidth",
52     "full-width",
53     "full",
54     "width",
55     "unicode",
56     "character",
57     "char",
58     "string",
59     "str",
60     "codepoint",
61     "code",
62     "point",
63     "is",
64     "detect",
65     "check"
66   ],
67   "license": "MIT",
68   "name": "is-fullwidth-code-point",
69   "repository": {
70     "type": "git",
71     "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
72   },
73   "scripts": {
74     "test": "node test.js"
75   },
76   "version": "1.0.0"
77 }