Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / has-values / node_modules / is-number / 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": "/has-values/is-number/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     "/has-values/is-number"
20   ],
21   "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
22   "_shasum": "31ea21a734bab9bbb0f32466d893aea51e4a3c64",
23   "_spec": "kind-of@^3.0.2",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/has-values/node_modules/is-number",
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": "Jon Schlinkert",
40       "url": "http://twitter.com/jonschlinkert"
41     },
42     {
43       "name": "Ken Sheedlo",
44       "url": "kensheedlo.com"
45     },
46     {
47       "name": "laggingreflex",
48       "url": "https://github.com/laggingreflex"
49     },
50     {
51       "name": "Miguel Mota",
52       "url": "https://miguelmota.com"
53     },
54     {
55       "name": "Peter deHaan",
56       "url": "http://about.me/peterdehaan"
57     }
58   ],
59   "dependencies": {
60     "is-buffer": "^1.1.5"
61   },
62   "deprecated": false,
63   "description": "Get the native type of a value.",
64   "devDependencies": {
65     "ansi-bold": "^0.1.1",
66     "benchmarked": "^1.0.0",
67     "browserify": "^14.3.0",
68     "glob": "^7.1.1",
69     "gulp-format-md": "^0.1.12",
70     "mocha": "^3.3.0",
71     "type-of": "^2.0.1",
72     "typeof": "^1.0.0"
73   },
74   "engines": {
75     "node": ">=0.10.0"
76   },
77   "files": [
78     "index.js"
79   ],
80   "homepage": "https://github.com/jonschlinkert/kind-of",
81   "keywords": [
82     "arguments",
83     "array",
84     "boolean",
85     "check",
86     "date",
87     "function",
88     "is",
89     "is-type",
90     "is-type-of",
91     "kind",
92     "kind-of",
93     "number",
94     "object",
95     "of",
96     "regexp",
97     "string",
98     "test",
99     "type",
100     "type-of",
101     "typeof",
102     "types"
103   ],
104   "license": "MIT",
105   "main": "index.js",
106   "name": "kind-of",
107   "repository": {
108     "type": "git",
109     "url": "git+https://github.com/jonschlinkert/kind-of.git"
110   },
111   "scripts": {
112     "prepublish": "browserify -o browser.js -e index.js -s index --bare",
113     "test": "mocha"
114   },
115   "verb": {
116     "related": {
117       "list": [
118         "is-glob",
119         "is-number",
120         "is-primitive"
121       ]
122     },
123     "toc": false,
124     "layout": "default",
125     "tasks": [
126       "readme"
127     ],
128     "plugins": [
129       "gulp-format-md"
130     ],
131     "lint": {
132       "reflinks": true
133     },
134     "reflinks": [
135       "verb"
136     ]
137   },
138   "version": "3.2.2"
139 }