blob: 23e9bedad9a0354b36752b574d3b9697b0ad19e1 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
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": "/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 "/base/is-accessor-descriptor",
20 "/base/is-data-descriptor",
21 "/base/is-descriptor",
22 "/define-property/is-accessor-descriptor",
23 "/define-property/is-data-descriptor",
24 "/define-property/is-descriptor",
25 "/extglob/is-accessor-descriptor",
26 "/extglob/is-data-descriptor",
27 "/extglob/is-descriptor",
28 "/make-iterator",
29 "/micromatch",
30 "/nanomatch",
31 "/snapdragon-node/is-accessor-descriptor",
32 "/snapdragon-node/is-data-descriptor",
33 "/snapdragon-node/is-descriptor"
34 ],
35 "_resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz",
36 "_shasum": "07c05034a6c349fa06e24fa35aa76db4580ce4dd",
37 "_spec": "kind-of@^6.0.2",
38 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\micromatch",
39 "author": {
40 "name": "Jon Schlinkert",
41 "url": "https://github.com/jonschlinkert"
42 },
43 "bugs": {
44 "url": "https://github.com/jonschlinkert/kind-of/issues"
45 },
46 "bundleDependencies": false,
47 "contributors": [
48 {
49 "name": "David Fox-Powell",
50 "url": "https://dtothefp.github.io/me"
51 },
52 {
53 "name": "James",
54 "url": "https://twitter.com/aretecode"
55 },
56 {
57 "name": "Jon Schlinkert",
58 "url": "http://twitter.com/jonschlinkert"
59 },
60 {
61 "name": "Ken Sheedlo",
62 "url": "kensheedlo.com"
63 },
64 {
65 "name": "laggingreflex",
66 "url": "https://github.com/laggingreflex"
67 },
68 {
69 "name": "Miguel Mota",
70 "url": "https://miguelmota.com"
71 },
72 {
73 "name": "Peter deHaan",
74 "url": "http://about.me/peterdehaan"
75 },
76 {
77 "name": "tunnckoCore",
78 "url": "https://i.am.charlike.online"
79 }
80 ],
81 "deprecated": false,
82 "description": "Get the native type of a value.",
83 "devDependencies": {
84 "benchmarked": "^2.0.0",
85 "browserify": "^14.4.0",
86 "gulp-format-md": "^1.0.0",
87 "mocha": "^4.0.1",
88 "write": "^1.0.3"
89 },
90 "engines": {
91 "node": ">=0.10.0"
92 },
93 "files": [
94 "index.js"
95 ],
96 "homepage": "https://github.com/jonschlinkert/kind-of",
97 "keywords": [
98 "arguments",
99 "array",
100 "boolean",
101 "check",
102 "date",
103 "function",
104 "is",
105 "is-type",
106 "is-type-of",
107 "kind",
108 "kind-of",
109 "number",
110 "object",
111 "of",
112 "regexp",
113 "string",
114 "test",
115 "type",
116 "type-of",
117 "typeof",
118 "types"
119 ],
120 "license": "MIT",
121 "main": "index.js",
122 "name": "kind-of",
123 "repository": {
124 "type": "git",
125 "url": "git+https://github.com/jonschlinkert/kind-of.git"
126 },
127 "scripts": {
128 "prepublish": "browserify -o browser.js -e index.js -s index --bare",
129 "test": "mocha"
130 },
131 "verb": {
132 "toc": false,
133 "layout": "default",
134 "tasks": [
135 "readme"
136 ],
137 "plugins": [
138 "gulp-format-md"
139 ],
140 "lint": {
141 "reflinks": true
142 },
143 "related": {
144 "list": [
145 "is-glob",
146 "is-number",
147 "is-primitive"
148 ]
149 },
150 "reflinks": [
151 "type-of",
152 "typeof",
153 "verb"
154 ]
155 },
156 "version": "6.0.3"
157}