{"maintainers":[{"name":"substack","email":"substack@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"keywords":["inspect","util.inspect","object","stringify","pretty"],"dist-tags":{"latest":"1.2.2"},"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"description":"string representations of objects in node and the browser","readme":"# object-inspect\n\nstring representations of objects in node and the browser\n\n[![testling badge](https://ci.testling.com/substack/object-inspect.png)](https://ci.testling.com/substack/object-inspect)\n\n[![build status](https://secure.travis-ci.org/substack/object-inspect.png)](http://travis-ci.org/substack/object-inspect)\n\n# example\n\n## circular\n\n``` js\nvar inspect = require('object-inspect');\nvar obj = { a: 1, b: [3,4] };\nobj.c = obj;\nconsole.log(inspect(obj));\n```\n\n## dom element\n\n``` js\nvar inspect = require('object-inspect');\n\nvar d = document.createElement('div');\nd.setAttribute('id', 'beep');\nd.innerHTML = '<b>wooo</b><i>iiiii</i>';\n\nconsole.log(inspect([ d, { a: 3, b : 4, c: [5,6,[7,[8,[9]]]] } ]));\n```\n\noutput:\n\n```\n[ <div id=\"beep\">...</div>, { a: 3, b: 4, c: [ 5, 6, [ 7, [ 8, [ ... ] ] ] ] } ]\n```\n\n# methods\n\n``` js\nvar inspect = require('object-inspect')\n```\n\n## var s = inspect(obj, opts={})\n\nReturn a string `s` with the string representation of `obj` up to a depth of\n`opts.depth`.\n\n# install\n\nWith [npm](https://npmjs.org) do:\n\n```\nnpm install object-inspect\n```\n\n# license\n\nMIT\n","repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"bugs":{"url":"https://github.com/substack/object-inspect/issues"},"license":"MIT","versions":{"0.0.0":{"name":"object-inspect","version":"0.0.0","description":"string representations of objects in node and the browser","main":"index.js","repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.0.0","dist":{"shasum":"992c69fa4c6158240faf12031e685aecd5c36501","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.0.0.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.1.0":{"name":"object-inspect","version":"0.1.0","description":"string representations of objects in node and the browser","main":"index.js","repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.1.0","dist":{"shasum":"221833869b4ed7db0cc90cb1052d802e38151ab5","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.1.1":{"name":"object-inspect","version":"0.1.1","description":"string representations of objects in node and the browser","main":"index.js","dependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.1.1","dist":{"shasum":"b22c0b1d096630af9f0e760857b0e16154473799","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.1.2":{"name":"object-inspect","version":"0.1.2","description":"string representations of objects in node and the browser","main":"index.js","dependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.1.2","dist":{"shasum":"238f8accda0185263c7ade56046d13f09128487a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.1.3":{"name":"object-inspect","version":"0.1.3","description":"string representations of objects in node and the browser","main":"index.js","dependencies":{"tape":"~1.0.4"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.1.3","dist":{"shasum":"d05a65c2e34fe8225d9fda2e484e4e47b7e2f490","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.1.3.tgz"},"_from":".","_npmVersion":"1.3.0","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.2.0":{"name":"object-inspect","version":"0.2.0","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"~2.6.0"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.2.0","dist":{"shasum":"826a2044a7116f2d4e3e20628cfaea4398bc2090","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.2.0.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.3.0":{"name":"object-inspect","version":"0.3.0","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"~2.6.0"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.3.0","dist":{"shasum":"59345a21b6f9c6053ad621024f08179525be6ce3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.3.0.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.3.1":{"name":"object-inspect","version":"0.3.1","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"~2.6.0"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.3.1","dist":{"shasum":"39fdc8ca276408a795f5c736b2c44cd04c1e76a8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.3.1.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"0.4.0":{"name":"object-inspect","version":"0.4.0","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"~2.6.0"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@0.4.0","dist":{"shasum":"f5157c116c1455b243b06ee97703392c5ad89fec","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-0.4.0.tgz"},"_from":".","_npmVersion":"1.4.4","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"1.0.0":{"name":"object-inspect","version":"1.0.0","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^2.13.3"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"d497276c1da14234bb5098a59cf20de75fbc316a","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.0.0","_shasum":"df6c525311b57a7d70186915e87b81eb33748468","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"substack","email":"mail@substack.net"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"dist":{"shasum":"df6c525311b57a7d70186915e87b81eb33748468","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.0.0.tgz"},"directories":{}},"1.0.1":{"name":"object-inspect","version":"1.0.1","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^2.14.0"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"60a6d82e6e2239f617d952a2d015c592bc551d6b","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.0.1","_shasum":"fe8cdcf326ab2d23c26a6fd5a9d7fd5272c2259d","_from":".","_npmVersion":"3.1.2","_nodeVersion":"2.0.0","_npmUser":{"name":"substack","email":"substack@gmail.com"},"dist":{"shasum":"fe8cdcf326ab2d23c26a6fd5a9d7fd5272c2259d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.0.1.tgz"},"maintainers":[{"name":"substack","email":"mail@substack.net"}],"directories":{}},"1.0.2":{"name":"object-inspect","version":"1.0.2","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^4.0.3"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"51c683fac155993d9cb3542b18b8fe084dc6cde8","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.0.2","_shasum":"a97885b553e575eb4009ebc09bdda9b1cd21979a","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"a97885b553e575eb4009ebc09bdda9b1cd21979a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.0.2.tgz"},"maintainers":[{"name":"substack","email":"substack@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.1.0":{"name":"object-inspect","version":"1.1.0","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^4.2.2"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"559ae4cf0785152a1296fef6cf49f4ad8572b6bf","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.1.0","_shasum":"34bca644a80f94f8ba41a0f9d0984eaf63acf14d","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.1.1","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"34bca644a80f94f8ba41a0f9d0984eaf63acf14d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.1.0.tgz"},"maintainers":[{"name":"substack","email":"substack@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"directories":{}},"1.2.0":{"name":"object-inspect","version":"1.2.0","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^4.5.1"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"fc5fe1e33abfb5aebc31809d53c5e4a5d8daa55c","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.2.0","_shasum":"61b0ddcb9473755b87c2bb5dfb30a9475f111914","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"61b0ddcb9473755b87c2bb5dfb30a9475f111914","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.2.0.tgz"},"maintainers":[{"name":"substack","email":"substack@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/object-inspect-1.2.0.tgz_1460185839695_0.4408472578506917"},"directories":{}},"1.2.1":{"name":"object-inspect","version":"1.2.1","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^4.5.1"},"scripts":{"test":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"bd0329aaaf501de7bf2a6c5d714f533ced5e96f1","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.2.1","_shasum":"3b62226eb8f6d441751c7d8f22a20ff80ac9dc3f","_from":".","_npmVersion":"3.8.3","_nodeVersion":"5.10.0","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"3b62226eb8f6d441751c7d8f22a20ff80ac9dc3f","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.2.1.tgz"},"maintainers":[{"name":"substack","email":"substack@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/object-inspect-1.2.1.tgz_1460217450014_0.6012979652732611"},"directories":{}},"1.2.2":{"name":"object-inspect","version":"1.2.2","description":"string representations of objects in node and the browser","main":"index.js","devDependencies":{"tape":"^4.6.3"},"scripts":{"test":"npm run tests-only","tests-only":"tape test/*.js"},"testling":{"files":["test/*.js","test/browser/*.js"],"browsers":["ie/6..latest","chrome/latest","firefox/latest","safari/latest","opera/latest","iphone/latest","ipad/latest","android/latest"]},"repository":{"type":"git","url":"git://github.com/substack/object-inspect.git"},"homepage":"https://github.com/substack/object-inspect","keywords":["inspect","util.inspect","object","stringify","pretty"],"author":{"name":"James Halliday","email":"mail@substack.net","url":"http://substack.net"},"license":"MIT","gitHead":"8fdeb49366a1cb5885a525f7a5b2dbf8eb5ed555","bugs":{"url":"https://github.com/substack/object-inspect/issues"},"_id":"object-inspect@1.2.2","_shasum":"c82115e4fcc888aea14d64c22e4f17f6a70d5e5a","_from":".","_npmVersion":"4.1.2","_nodeVersion":"7.7.4","_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"dist":{"shasum":"c82115e4fcc888aea14d64c22e4f17f6a70d5e5a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/object-inspect/-/object-inspect-1.2.2.tgz"},"maintainers":[{"name":"substack","email":"substack@gmail.com"},{"name":"ljharb","email":"ljharb@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/object-inspect-1.2.2.tgz_1490409748569_0.4387361933477223"},"directories":{}}},"name":"object-inspect","time":{"modified":"2017-03-25T02:42:28.814Z","created":"2013-07-26T10:27:13.645Z","0.0.0":"2013-07-26T10:27:15.032Z","0.1.0":"2013-07-26T10:40:40.966Z","0.1.1":"2013-07-26T11:02:26.154Z","0.1.2":"2013-07-26T11:13:33.886Z","0.1.3":"2013-07-26T11:21:00.352Z","0.2.0":"2014-03-05T00:09:40.598Z","0.3.0":"2014-03-05T01:11:08.775Z","0.3.1":"2014-03-05T01:24:38.503Z","0.4.0":"2014-03-22T02:22:02.042Z","1.0.0":"2014-08-05T02:06:00.347Z","1.0.1":"2015-07-19T07:22:54.442Z","1.0.2":"2015-08-07T07:10:40.762Z","1.1.0":"2015-12-15T01:37:54.806Z","1.2.0":"2016-04-09T07:10:40.716Z","1.2.1":"2016-04-09T15:57:31.022Z","1.2.2":"2017-03-25T02:42:28.814Z"},"readmeFilename":"readme.markdown","homepage":"https://github.com/substack/object-inspect"}