| { |
| "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
| "bugs": { |
| "url": "https://github.com/jonschlinkert/isobject/issues" |
| }, |
| "contributors": [ |
| "(https://github.com/LeSuisse)", |
| "Brian Woodward (https://twitter.com/doowb)", |
| "Jon Schlinkert (http://twitter.com/jonschlinkert)", |
| "Magn\u00fas D\u00e6hlen (https://github.com/magnudae)", |
| "Tom MacWright (https://macwright.org)" |
| ], |
| "dependencies": {}, |
| "description": "Returns true if the value is an object and not an array or null.", |
| "devDependencies": { |
| "gulp-format-md": "^0.1.9", |
| "mocha": "^2.4.5" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.d.ts", |
| "index.js" |
| ], |
| "homepage": "https://github.com/jonschlinkert/isobject", |
| "keywords": [ |
| "check", |
| "is", |
| "is-object", |
| "isobject", |
| "kind", |
| "kind-of", |
| "kindof", |
| "native", |
| "object", |
| "type", |
| "typeof", |
| "value" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "isobject", |
| "repository": "jonschlinkert/isobject", |
| "scripts": { |
| "test": "mocha" |
| }, |
| "types": "index.d.ts", |
| "verb": { |
| "layout": "default", |
| "lint": { |
| "reflinks": true |
| }, |
| "plugins": [ |
| "gulp-format-md" |
| ], |
| "reflinks": [ |
| "verb" |
| ], |
| "related": { |
| "list": [ |
| "extend-shallow", |
| "is-plain-object", |
| "kind-of", |
| "merge-deep" |
| ] |
| }, |
| "tasks": [ |
| "readme" |
| ], |
| "toc": false |
| }, |
| "version": "3.0.1" |
| } |