This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

59 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
]
}