{"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"keywords":[],"dist-tags":{"latest":"1.0.1"},"author":{"name":"Raynos","email":"raynos2@gmail.com"},"description":"Checks whether a value is an object","readme":"# is-object <sup>[![Version Badge][12]][11]</sup>\n\n[![build status][1]][2]\n[![dependency status][3]][4]\n[![dev dependency status][9]][10]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][13]][11]\n\n[![browser support][5]][6]\n\nChecks whether a value is an object\n\nBecause `typeof null` is a troll.\n\n## Example\n\n```js\nvar isObject = require('is-object');\nvar assert = require('assert');\n\nassert.equal(isObject(null), false);\nassert.equal(isObject({}), true);\n```\n\n## Installation\n\n`npm install is-object`\n\n## Contributors\n\n - [Raynos][7]\n - [Jordan Harband][8]\n\n## MIT Licensed\n\n  [1]: https://secure.travis-ci.org/ljharb/is-object.svg\n  [2]: http://travis-ci.org/ljharb/is-object\n  [3]: http://david-dm.org/ljharb/is-object/status.svg\n  [4]: http://david-dm.org/ljharb/is-object\n  [5]: http://ci.testling.com/ljharb/is-object.svg\n  [6]: http://ci.testling.com/ljharb/is-object\n  [7]: https://github.com/Raynos\n  [8]: https://github.com/ljharb\n  [9]: https://david-dm.org/ljharb/is-object/dev-status.svg\n  [10]: https://david-dm.org/ljharb/is-object#info=devDependencies\n  [11]: https://npmjs.org/package/is-object\n  [12]: http://vb.teelaun.ch/ljharb/is-object.svg\n  [13]: https://nodei.co/npm/is-object.png?downloads=true&stars=true\n[license-image]: http://img.shields.io/npm/l/is-object.svg\n[license-url]: LICENSE\n[downloads-image]: http://img.shields.io/npm/dm/is-object.svg\n[downloads-url]: http://npm-stat.com/charts.html?package=is-object\n\n","repository":{"type":"git","url":"git://github.com/ljharb/is-object.git"},"bugs":{"url":"https://github.com/ljharb/is-object/issues","email":"ljharb@gmail.com"},"license":"MIT","versions":{"0.1.2":{"name":"is-object","version":"0.1.2","description":"Checks whether a value is an object","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/Colingo/is-object.git"},"main":"index","homepage":"https://github.com/Colingo/is-object","contributors":[{"name":"Raynos"}],"bugs":{"url":"https://github.com/Colingo/is-object/issues","email":"raynos2@gmail.com"},"dependencies":{},"devDependencies":{"tape":"~0.2.2","browserify-server":"~2.1.18","browservefy":"~0.0.7","testem":"https://github.com/raynos/testem/tarball/master"},"licenses":[{"type":"MIT","url":"http://github.com/Colingo/is-object/raw/master/LICENSE"}],"scripts":{"test":"testem ci","build":"browserify-server --bundle=test/index.js -o test/static/bundle.js --debug","testem":"testem","example":"browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle"},"testling":{"files":"test/index.js","browsers":["ie/8..latest","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/12..latest","opera/next","safari/5.1..latest","ipad/6.0..latest","iphone/6.0..latest"]},"_id":"is-object@0.1.2","dist":{"shasum":"00efbc08816c33cfc4ac8251d132e10dc65098d7","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-object/-/is-object-0.1.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"raynos","email":"raynos2@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"}],"directories":{}},"1.0.0":{"name":"is-object","version":"1.0.0","description":"Checks whether a value is an object","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/ljharb/is-object.git"},"main":"index","homepage":"https://github.com/ljharb/is-object","contributors":[{"name":"Raynos"},{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"bugs":{"url":"https://github.com/ljharb/is-object/issues","email":"ljharb@gmail.com"},"dependencies":{},"devDependencies":{"tape":"~2.14.0","covert":"~1.0.0","jscs":"~1.5.9"},"licenses":[{"type":"MIT","url":"http://github.com/ljharb/is-object/raw/master/LICENSE"}],"scripts":{"test":"npm run lint && node test/index.js && npm run coverage-quiet","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet","lint":"jscs *.js */*.js"},"testling":{"files":"test/index.js","browsers":["ie/6..latest","firefox/3..6","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/10.0","opera/11..latest","opera/next","safari/4..latest","ipad/6.0..latest","iphone/6.0..latest"]},"gitHead":"3f2a4a869d3da5f7d4b03f739e7800d015a319d7","_id":"is-object@1.0.0","_shasum":"3e44afc99676ed1cf0e8ac3fca053b8c8b14e9ec","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"},{"name":"mattesch","email":"matt@mattesch.info"},{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"3e44afc99676ed1cf0e8ac3fca053b8c8b14e9ec","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-object/-/is-object-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"is-object","version":"1.0.1","description":"Checks whether a value is an object","keywords":[],"author":{"name":"Raynos","email":"raynos2@gmail.com"},"repository":{"type":"git","url":"git://github.com/ljharb/is-object.git"},"main":"index","homepage":"https://github.com/ljharb/is-object","contributors":[{"name":"Raynos"},{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"bugs":{"url":"https://github.com/ljharb/is-object/issues","email":"ljharb@gmail.com"},"dependencies":{},"devDependencies":{"tape":"~2.14.0","covert":"~1.0.0","jscs":"~1.6.0"},"license":"MIT","licenses":[{"type":"MIT","url":"http://github.com/ljharb/is-object/raw/master/LICENSE"}],"scripts":{"test":"npm run lint && node test/index.js && npm run coverage-quiet","coverage":"covert test/index.js","coverage-quiet":"covert test/index.js --quiet","lint":"jscs *.js */*.js"},"testling":{"files":"test/index.js","browsers":["ie/6..latest","firefox/3..6","firefox/16..latest","firefox/nightly","chrome/22..latest","chrome/canary","opera/10.0","opera/11..latest","opera/next","safari/4..latest","ipad/6.0..latest","iphone/6.0..latest"]},"gitHead":"391812229f7de8e4778e1ed5dee824206c2534b9","_id":"is-object@1.0.1","_shasum":"8952688c5ec2ffd6b03ecc85e769e02903083470","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"maintainers":[{"name":"raynos","email":"raynos2@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"dist":{"shasum":"8952688c5ec2ffd6b03ecc85e769e02903083470","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/is-object/-/is-object-1.0.1.tgz"},"directories":{}}},"name":"is-object","contributors":[{"name":"Raynos"},{"name":"Jordan Harband","url":"https://github.com/ljharb"}],"time":{"modified":"2014-09-02T07:25:15.758Z","created":"2013-03-13T01:30:19.922Z","0.1.2":"2013-03-13T01:30:34.491Z","1.0.0":"2014-08-19T05:22:47.972Z","1.0.1":"2014-09-02T07:25:15.758Z"},"readmeFilename":"README.md","homepage":"https://github.com/ljharb/is-object"}