Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / 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": "/stylelint/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     "/stylelint/slice-ansi",
20     "/stylelint/string-width"
21   ],
22   "_resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
23   "_shasum": "a3b30a5c4f199183167aaab93beefae3ddfb654f",
24   "_spec": "is-fullwidth-code-point@^2.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/string-width",
26   "author": {
27     "name": "Sindre Sorhus",
28     "email": "sindresorhus@gmail.com",
29     "url": "sindresorhus.com"
30   },
31   "bugs": {
32     "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
33   },
34   "bundleDependencies": false,
35   "deprecated": false,
36   "description": "Check if the character represented by a given Unicode code point is fullwidth",
37   "devDependencies": {
38     "ava": "*",
39     "xo": "*"
40   },
41   "engines": {
42     "node": ">=4"
43   },
44   "files": [
45     "index.js"
46   ],
47   "homepage": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
48   "keywords": [
49     "fullwidth",
50     "full-width",
51     "full",
52     "width",
53     "unicode",
54     "character",
55     "char",
56     "string",
57     "str",
58     "codepoint",
59     "code",
60     "point",
61     "is",
62     "detect",
63     "check"
64   ],
65   "license": "MIT",
66   "name": "is-fullwidth-code-point",
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
70   },
71   "scripts": {
72     "test": "xo && ava"
73   },
74   "version": "2.0.0",
75   "xo": {
76     "esnext": true
77   }
78 }