59 lines
1.1 KiB
JSON
59 lines
1.1 KiB
JSON
{
|
|
"name": "kind-of",
|
|
"description": "Get the native type of a value.",
|
|
"version": "1.1.0",
|
|
"homepage": "https://github.com/jonschlinkert/kind-of",
|
|
"author": {
|
|
"name": "Jon Schlinkert",
|
|
"url": "https://github.com/jonschlinkert"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/kind-of.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/kind-of/issues"
|
|
},
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/kind-of/blob/master/LICENSE"
|
|
},
|
|
"files": ["index.js"],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"devDependencies": {
|
|
"benchmarked": "^0.1.3",
|
|
"chalk": "^0.5.1",
|
|
"glob": "^4.3.5",
|
|
"should": "^4.6.1",
|
|
"type-of": "^2.0.1",
|
|
"typeof": "^1.0.0"
|
|
},
|
|
"keywords": [
|
|
"arguments",
|
|
"array",
|
|
"boolean",
|
|
"check",
|
|
"date",
|
|
"function",
|
|
"is",
|
|
"is-type",
|
|
"is-type-of",
|
|
"kind",
|
|
"kind-of",
|
|
"number",
|
|
"object",
|
|
"regexp",
|
|
"string",
|
|
"test",
|
|
"type",
|
|
"type-of",
|
|
"typeof",
|
|
"types"
|
|
]
|
|
} |