Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / nanomatch / node_modules / kind-of / package.json
1 {
2   "_from": "kind-of@^6.0.2",
3   "_id": "kind-of@6.0.3",
4   "_inBundle": false,
5   "_integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==",
6   "_location": "/nanomatch/kind-of",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "kind-of@^6.0.2",
12     "name": "kind-of",
13     "escapedName": "kind-of",
14     "rawSpec": "^6.0.2",
15     "saveSpec": null,
16     "fetchSpec": "^6.0.2"
17   },
18   "_requiredBy": [
19     "/nanomatch"
20   ],
21   "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
22   "_shasum": "07c05034a6c349fa06e24fa35aa76db4580ce4dd",
23   "_spec": "kind-of@^6.0.2",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/nanomatch",
25   "author": {
26     "name": "Jon Schlinkert",
27     "url": "https://github.com/jonschlinkert"
28   },
29   "bugs": {
30     "url": "https://github.com/jonschlinkert/kind-of/issues"
31   },
32   "bundleDependencies": false,
33   "contributors": [
34     {
35       "name": "David Fox-Powell",
36       "url": "https://dtothefp.github.io/me"
37     },
38     {
39       "name": "James",
40       "url": "https://twitter.com/aretecode"
41     },
42     {
43       "name": "Jon Schlinkert",
44       "url": "http://twitter.com/jonschlinkert"
45     },
46     {
47       "name": "Ken Sheedlo",
48       "url": "kensheedlo.com"
49     },
50     {
51       "name": "laggingreflex",
52       "url": "https://github.com/laggingreflex"
53     },
54     {
55       "name": "Miguel Mota",
56       "url": "https://miguelmota.com"
57     },
58     {
59       "name": "Peter deHaan",
60       "url": "http://about.me/peterdehaan"
61     },
62     {
63       "name": "tunnckoCore",
64       "url": "https://i.am.charlike.online"
65     }
66   ],
67   "deprecated": false,
68   "description": "Get the native type of a value.",
69   "devDependencies": {
70     "benchmarked": "^2.0.0",
71     "browserify": "^14.4.0",
72     "gulp-format-md": "^1.0.0",
73     "mocha": "^4.0.1",
74     "write": "^1.0.3"
75   },
76   "engines": {
77     "node": ">=0.10.0"
78   },
79   "files": [
80     "index.js"
81   ],
82   "homepage": "https://github.com/jonschlinkert/kind-of",
83   "keywords": [
84     "arguments",
85     "array",
86     "boolean",
87     "check",
88     "date",
89     "function",
90     "is",
91     "is-type",
92     "is-type-of",
93     "kind",
94     "kind-of",
95     "number",
96     "object",
97     "of",
98     "regexp",
99     "string",
100     "test",
101     "type",
102     "type-of",
103     "typeof",
104     "types"
105   ],
106   "license": "MIT",
107   "main": "index.js",
108   "name": "kind-of",
109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/jonschlinkert/kind-of.git"
112   },
113   "scripts": {
114     "prepublish": "browserify -o browser.js -e index.js -s index --bare",
115     "test": "mocha"
116   },
117   "verb": {
118     "toc": false,
119     "layout": "default",
120     "tasks": [
121       "readme"
122     ],
123     "plugins": [
124       "gulp-format-md"
125     ],
126     "lint": {
127       "reflinks": true
128     },
129     "related": {
130       "list": [
131         "is-glob",
132         "is-number",
133         "is-primitive"
134       ]
135     },
136     "reflinks": [
137       "type-of",
138       "typeof",
139       "verb"
140     ]
141   },
142   "version": "6.0.3"
143 }