Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-fullwidth-code-point / package.json
1 {
2   "_from": "is-fullwidth-code-point@^3.0.0",
3   "_id": "is-fullwidth-code-point@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
6   "_location": "/is-fullwidth-code-point",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-fullwidth-code-point@^3.0.0",
12     "name": "is-fullwidth-code-point",
13     "escapedName": "is-fullwidth-code-point",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/string-width"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
22   "_shasum": "f116f8064fe90b3f7844a38997c0b75051269f1d",
23   "_spec": "is-fullwidth-code-point@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/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   "deprecated": false,
35   "description": "Check if the character represented by a given Unicode code point is fullwidth",
36   "devDependencies": {
37     "ava": "^1.3.1",
38     "tsd-check": "^0.5.0",
39     "xo": "^0.24.0"
40   },
41   "engines": {
42     "node": ">=8"
43   },
44   "files": [
45     "index.js",
46     "index.d.ts"
47   ],
48   "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
49   "keywords": [
50     "fullwidth",
51     "full-width",
52     "full",
53     "width",
54     "unicode",
55     "character",
56     "string",
57     "codepoint",
58     "code",
59     "point",
60     "is",
61     "detect",
62     "check"
63   ],
64   "license": "MIT",
65   "name": "is-fullwidth-code-point",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
69   },
70   "scripts": {
71     "test": "xo && ava && tsd-check"
72   },
73   "version": "3.0.0"
74 }