UNPKG

1.15 kBJSONView Raw
1{
2 "name": "kind-of",
3 "description": "Get the native type of a value.",
4 "version": "1.0.1",
5 "homepage": "https://github.com/jonschlinkert/kind-of",
6 "author": {
7 "name": "Jon Schlinkert",
8 "url": "https://github.com/jonschlinkert"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/jonschlinkert/kind-of.git"
13 },
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/kind-of/issues"
16 },
17 "license": {
18 "type": "MIT",
19 "url": "https://github.com/jonschlinkert/kind-of/blob/master/LICENSE"
20 },
21 "files": ["index.js"],
22 "main": "index.js",
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "scripts": {
27 "test": "mocha -R spec"
28 },
29 "devDependencies": {
30 "benchmarked": "^0.1.3",
31 "chalk": "^0.5.1",
32 "glob": "^4.3.5",
33 "should": "^4.6.1",
34 "type-of": "^2.0.1",
35 "typeof": "^1.0.0"
36 },
37 "keywords": [
38 "arguments",
39 "array",
40 "boolean",
41 "check",
42 "date",
43 "function",
44 "is",
45 "is-type",
46 "is-type-of",
47 "kind",
48 "kind-of",
49 "number",
50 "object",
51 "regexp",
52 "string",
53 "test",
54 "type",
55 "type-of",
56 "typeof",
57 "types"
58 ]
59}
\No newline at end of file