2025-05-12 05:38:44 +09:00

49 lines
974 B
JSON

{
"name": "isobject",
"description": "Returns true if the value is an object and not an array or null.",
"version": "0.2.0",
"homepage": "https://github.com/jonschlinkert/isobject",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/isobject.git"
},
"bugs": {
"url": "https://github.com/jonschlinkert/isobject/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jonschlinkert/isobject/blob/master/LICENSE-MIT"
}
],
"keywords": [
"is",
"isobject",
"is-object",
"object",
"type",
"typeof",
"kind",
"kindof",
"value",
"javascript",
"check"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha -R spec"
},
"devDependencies": {
"verb": "~0.2.6",
"chai": "~1.9.1",
"mocha": "*"
}
}