{"maintainers":[{"name":"thlorenz","email":"thlorenz@gmx.de"}],"keywords":["equality","equal","compare"],"dist-tags":{"latest":"0.1.3"},"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"http://thlorenz.com"},"description":"node's assert.deepEqual algorithm except for NaN being equal to NaN","readme":"deep-is\n==========\n\nNode's `assert.deepEqual() algorithm` as a standalone module. Exactly like\n[deep-equal](https://github.com/substack/node-deep-equal) except for the fact that `deepEqual(NaN, NaN) === true`.\n\nThis module is around [5 times faster](https://gist.github.com/2790507)\nthan wrapping `assert.deepEqual()` in a `try/catch`.\n\n[![browser support](http://ci.testling.com/thlorenz/deep-is.png)](http://ci.testling.com/thlorenz/deep-is)\n\n[![build status](https://secure.travis-ci.org/thlorenz/deep-is.png)](http://travis-ci.org/thlorenz/deep-is)\n\nexample\n=======\n\n``` js\nvar equal = require('deep-is');\nconsole.dir([\n    equal(\n        { a : [ 2, 3 ], b : [ 4 ] },\n        { a : [ 2, 3 ], b : [ 4 ] }\n    ),\n    equal(\n        { x : 5, y : [6] },\n        { x : 5, y : 6 }\n    )\n]);\n```\n\nmethods\n=======\n\nvar deepIs = require('deep-is')\n\ndeepIs(a, b)\n---------------\n\nCompare objects `a` and `b`, returning whether they are equal according to a\nrecursive equality algorithm.\n\ninstall\n=======\n\nWith [npm](http://npmjs.org) do:\n\n```\nnpm install deep-is\n```\n\ntest\n====\n\nWith [npm](http://npmjs.org) do:\n\n```\nnpm test\n```\n\nlicense\n=======\n\nCopyright (c) 2012, 2013 Thorsten Lorenz <thlorenz@gmx.de>\nCopyright (c) 2012 James Halliday <mail@substack.net>\n\nDerived largely from node's assert module, which has the copyright statement:\n\nCopyright (c) 2009 Thomas Robinson <280north.com>\n\nReleased under the MIT license, see LICENSE for details.\n","repository":{"type":"git","url":"http://github.com/thlorenz/deep-is.git"},"bugs":{"url":"https://github.com/thlorenz/deep-is/issues"},"license":{"type":"MIT","url":"https://github.com/thlorenz/deep-is/blob/master/LICENSE"},"versions":{"0.1.0":{"name":"deep-is","version":"0.1.0","description":"node's assert.deepEqual algorithm except for NaN being equal to NaN","main":"index.js","directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"~0.3.0","tape":"~0.0.5"},"repository":{"type":"git","url":"http://github.com/thlorenz/deep-is.git"},"keywords":["equality","equal","compare"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"http://thlorenz.com"},"license":"MIT","testling":{"files":"test/*.js","browsers":{"ie":[6,7,8,9],"ff":[3.5,10,15],"chrome":[10,22],"safari":[5.1],"opera":[12]}},"_id":"deep-is@0.1.0","dist":{"shasum":"1afe255605a8ed3bd798629927a16ae24055f882","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/deep-is/-/deep-is-0.1.0.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"thlorenz","email":"thlorenz@gmx.de"},"maintainers":[{"name":"thlorenz","email":"thlorenz@gmx.de"}]},"0.1.1":{"name":"deep-is","version":"0.1.1","description":"node's assert.deepEqual algorithm except for NaN being equal to NaN","main":"index.js","directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"tap test/*.js"},"devDependencies":{"tap":"~0.3.0","tape":"~0.0.5"},"repository":{"type":"git","url":"http://github.com/thlorenz/deep-is.git"},"keywords":["equality","equal","compare"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"http://thlorenz.com"},"license":"MIT","testling":{"files":"test/*.js","browsers":{"ie":[6,7,8,9],"ff":[3.5,10,15],"chrome":[10,22],"safari":[5.1],"opera":[12]}},"_id":"deep-is@0.1.1","dist":{"shasum":"1cf26f945c53bc7931a60b2cf292afbb7ce43ccb","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/deep-is/-/deep-is-0.1.1.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"thlorenz","email":"thlorenz@gmx.de"},"maintainers":[{"name":"thlorenz","email":"thlorenz@gmx.de"}]},"0.1.2":{"name":"deep-is","version":"0.1.2","description":"node's assert.deepEqual algorithm except for NaN being equal to NaN","main":"index.js","directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"tape test/*.js"},"devDependencies":{"tape":"~1.0.2"},"repository":{"type":"git","url":"http://github.com/thlorenz/deep-is.git"},"keywords":["equality","equal","compare"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"http://thlorenz.com"},"license":"MIT","testling":{"files":"test/*.js","browsers":{"ie":[6,7,8,9],"ff":[3.5,10,15],"chrome":[10,22],"safari":[5.1],"opera":[12]}},"_id":"deep-is@0.1.2","dist":{"shasum":"9ced65ea0bc0b09f42a6d79c1b1903f9d913cc18","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/deep-is/-/deep-is-0.1.2.tgz"},"_from":".","_npmVersion":"1.2.14","_npmUser":{"name":"thlorenz","email":"thlorenz@gmx.de"},"maintainers":[{"name":"thlorenz","email":"thlorenz@gmx.de"}]},"0.1.3":{"name":"deep-is","version":"0.1.3","description":"node's assert.deepEqual algorithm except for NaN being equal to NaN","main":"index.js","directories":{"lib":".","example":"example","test":"test"},"scripts":{"test":"tape test/*.js"},"devDependencies":{"tape":"~1.0.2"},"repository":{"type":"git","url":"http://github.com/thlorenz/deep-is.git"},"keywords":["equality","equal","compare"],"author":{"name":"Thorsten Lorenz","email":"thlorenz@gmx.de","url":"http://thlorenz.com"},"license":{"type":"MIT","url":"https://github.com/thlorenz/deep-is/blob/master/LICENSE"},"testling":{"files":"test/*.js","browsers":{"ie":[6,7,8,9],"ff":[3.5,10,15],"chrome":[10,22],"safari":[5.1],"opera":[12]}},"gitHead":"f126057628423458636dec9df3d621843b9ac55e","bugs":{"url":"https://github.com/thlorenz/deep-is/issues"},"homepage":"https://github.com/thlorenz/deep-is","_id":"deep-is@0.1.3","_shasum":"b369d6fb5dbc13eecf524f91b070feedc357cf34","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"thlorenz","email":"thlorenz@gmx.de"},"maintainers":[{"name":"thlorenz","email":"thlorenz@gmx.de"}],"dist":{"shasum":"b369d6fb5dbc13eecf524f91b070feedc357cf34","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/deep-is/-/deep-is-0.1.3.tgz"}}},"name":"deep-is","time":{"modified":"2014-08-24T20:02:55.885Z","created":"2013-04-11T02:12:49.193Z","0.1.0":"2013-04-11T02:12:50.538Z","0.1.1":"2013-04-17T11:28:48.944Z","0.1.2":"2013-05-12T15:18:47.002Z","0.1.3":"2014-08-24T20:02:55.885Z"},"readmeFilename":"README.markdown","homepage":"https://github.com/thlorenz/deep-is"}