Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / is-fullwidth-code-point / package.json
1 {
2   "_from": "is-fullwidth-code-point@^2.0.0",
3   "_id": "is-fullwidth-code-point@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
6   "_location": "/table/is-fullwidth-code-point",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-fullwidth-code-point@^2.0.0",
12     "name": "is-fullwidth-code-point",
13     "escapedName": "is-fullwidth-code-point",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/table/string-width"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
22   "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
23   "_spec": "is-fullwidth-code-point@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/table/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": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
47   "keywords": [
48     "fullwidth",
49     "full-width",
50     "full",
51     "width",
52     "unicode",
53     "character",
54     "char",
55     "string",
56     "str",
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"
72   },
73   "version": "2.0.0",
74   "xo": {
75     "esnext": true
76   }
77 }