{"_id":"x-is-object","_rev":"166435","name":"x-is-object","description":"Simple proper object test","dist-tags":{"latest":"0.1.0"},"maintainers":[{"name":"mattesch","email":"matt@mattesch.info"}],"time":{"modified":"2021-06-03T11:46:28.000Z","created":"2014-04-04T21:43:51.662Z","0.1.0":"2014-04-04T21:43:51.662Z"},"users":{},"author":{"name":"Matt-Esch","email":"matt@mattesch.info"},"repository":{"type":"git","url":"git://github.com/Matt-Esch/x-is-object.git"},"versions":{"0.1.0":{"name":"x-is-object","version":"0.1.0","description":"Simple proper object test","keywords":[],"author":{"name":"Matt-Esch","email":"matt@mattesch.info"},"repository":{"type":"git","url":"git://github.com/Matt-Esch/x-is-object.git"},"main":"index","homepage":"https://github.com/Matt-Esch/x-is-object","contributors":[{"name":"Matt-Esch"}],"bugs":{"url":"https://github.com/Matt-Esch/x-is-object/issues","email":"matt@mattesch.info"},"dependencies":{},"devDependencies":{"tape":"^2.12.2"},"licenses":[{"type":"MIT","url":"http://github.com/Matt-Esch/x-is-object/raw/master/LICENSE"}],"scripts":{"test":"node ./test/index.js","start":"node ./index.js","watch":"nodemon -w ./index.js index.js","travis-test":"istanbul cover ./test/index.js && ((cat coverage/lcov.info | coveralls) || exit 0)","cover":"istanbul cover --report none --print detail ./test/index.js","view-cover":"istanbul report html && google-chrome ./coverage/index.html","test-browser":"testem-browser ./test/browser/index.js","testem":"testem-both -b=./test/browser/index.js"},"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","android-browser/4.2..latest"]},"_id":"x-is-object@0.1.0","dist":{"shasum":"8f9496d1686df487156096e76ca9944efc15bfec","size":2439,"noattachment":false,"key":"/x-is-object/-/x-is-object-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/x-is-object/download/x-is-object-0.1.0.tgz"},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"mattesch","email":"matt@mattesch.info"},"maintainers":[{"name":"mattesch","email":"matt@mattesch.info"}],"directories":{},"publish_time":1396647831662,"_cnpm_publish_time":1396647831662,"_hasShrinkwrap":false}},"readme":"# x-is-object\n\n<!--\n    [![build status][1]][2]\n    [![NPM version][3]][4]\n    [![Coverage Status][5]][6]\n    [![gemnasium Dependency Status][7]][8]\n    [![Davis Dependency status][9]][10]\n-->\n\n<!-- [![browser support][11]][12] -->\n\nSimple proper object test - all objects that inherit Object except null\n\n## Example\n\n```js\nvar isObject = require(\"x-is-object\")\n\nisObject({})\n// -> true\n\nisObject([])\n// -> true\n\nisObject(/.*/)\n// -> true\n\nisObject(new RegExp(\".*\"))\n// -> true\n\nisObject(function () {})\n// -> true\n\nisObject(new Date())\n// -> true\n\nisObject(new String(\"hello\"))\n// -> true\n\nisObject(\"hello\")\n// -> false\n\nisObject(\"\")\n// -> false\n\nisObject(9)\n// -> false\n\nisObject(true)\n// -> false\n\nisObject(null)\n// -> false\n\nisObject(undefined)\n// -> false\n```\n\n## Installation\n\n`npm install x-is-object`\n\n## Contributors\n\n - Matt-Esch\n\n## MIT Licenced\n\n  [1]: https://secure.travis-ci.org/Matt-Esch/x-is-object.png\n  [2]: https://travis-ci.org/Matt-Esch/x-is-object\n  [3]: https://badge.fury.io/js/x-is-object.png\n  [4]: https://badge.fury.io/js/x-is-object\n  [5]: https://coveralls.io/repos/Matt-Esch/x-is-object/badge.png\n  [6]: https://coveralls.io/r/Matt-Esch/x-is-object\n  [7]: https://gemnasium.com/Matt-Esch/x-is-object.png\n  [8]: https://gemnasium.com/Matt-Esch/x-is-object\n  [9]: https://david-dm.org/Matt-Esch/x-is-object.png\n  [10]: https://david-dm.org/Matt-Esch/x-is-object\n  [11]: https://ci.testling.com/Matt-Esch/x-is-object.png\n  [12]: https://ci.testling.com/Matt-Esch/x-is-object\n","_attachments":{},"homepage":"https://github.com/Matt-Esch/x-is-object","bugs":{"url":"https://github.com/Matt-Esch/x-is-object/issues","email":"matt@mattesch.info"}}