UNPKG

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