123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "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": "*"
- }
- }
|