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