{"maintainers":[{"name":"moroshko","email":"michael.moroshko@gmail.com"}],"keywords":["shallow","equality","compare","comparison","shallowequal","shallow-equal","shallowequals","shallow-equals","isshallowequal","is-shallow-equal","equal","equals","isequal","is-equal","object","array","check","test"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Misha Moroshko","email":"michael.moroshko@gmail.com"},"description":"Minimalistic shallow equality check for arrays/objects","readme":"[![Build Status][status-image]][status-url]\n[![NPM Version][npm-image]][npm-url]\n\n## Description\n\nIf you know you have two arrays or two objects in hand, and you want to know if they are shallowly equal or not, this library is for you.\n\n## Features\n\n* Super light\n* No dependencies\n* Thoroughly tested\n\n## Installation\n\n```shell\nnpm install shallow-equal --save\n```\n\n## Usage\n\n```js\nvar shallowEqualArrays = require('shallow-equal/arrays');\n\nshallowEqualArrays([1, 2, 3], [1, 2, 3])     // => true\nshallowEqualArrays([{ a: 5 }], [{ a: 5 }])   // => false\n```\n\n```js\nvar shallowEqualObjects = require('shallow-equal/objects');\n\nshallowEqualObjects({ a: 5, b: 'abc' }, { a: 5, b: 'abc' })   // => true\nshallowEqualObjects({ a: 5, b: {} }, { a: 5, b: {} })         // => false\n```\n\n## License\n\n[MIT](http://moroshko.mit-license.org)\n\n[status-image]: https://img.shields.io/codeship/53d0b900-42a9-0134-35d6-5a9bff506e9c/master.svg\n[status-url]: https://codeship.com/projects/168228\n[npm-image]: https://img.shields.io/npm/v/shallow-equal.svg\n[npm-url]: https://npmjs.org/package/shallow-equal\n","repository":{"type":"git","url":"git+https://github.com/moroshko/shallow-equal.git"},"bugs":{"url":"https://github.com/moroshko/shallow-equal/issues"},"license":"MIT","versions":{"1.0.0":{"name":"shallow-equal","version":"1.0.0","description":"Minimalistic shallow equality check for arrays/objects","repository":{"type":"git","url":"git+https://github.com/moroshko/shallow-equal.git"},"author":{"name":"Misha Moroshko","email":"michael.moroshko@gmail.com"},"scripts":{"lint":"eslint src","test":"mocha src/*.test.js","dist":"rm -rf arrays objects && mkdir arrays objects && cp src/arrays.js arrays/index.js && cp src/objects.js objects/index.js","prebuild":"npm run lint && npm test","build":"npm run dist","preversion":"npm run prebuild","postversion":"git push && git push --tags","prepublish":"npm run dist"},"devDependencies":{"chai":"^3.5.0","eslint":"^3.2.2","eslint-plugin-mocha":"^4.3.0","mocha":"^3.0.2"},"files":["arrays","objects"],"keywords":["shallow","equality","compare","comparison","shallowequal","shallow-equal","shallowequals","shallow-equals","isshallowequal","is-shallow-equal","equal","equals","isequal","is-equal","object","array","check","test"],"license":"MIT","gitHead":"9f412174bb1314119cf6d1a520691b6effaa2990","bugs":{"url":"https://github.com/moroshko/shallow-equal/issues"},"homepage":"https://github.com/moroshko/shallow-equal#readme","_id":"shallow-equal@1.0.0","_shasum":"508d1838b3de590ab8757b011b25e430900945f7","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.3.0","_npmUser":{"name":"moroshko","email":"michael.moroshko@gmail.com"},"dist":{"shasum":"508d1838b3de590ab8757b011b25e430900945f7","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/shallow-equal/-/shallow-equal-1.0.0.tgz"},"maintainers":[{"name":"moroshko","email":"michael.moroshko@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/shallow-equal-1.0.0.tgz_1471001068112_0.13448823615908623"},"directories":{}}},"name":"shallow-equal","time":{"modified":"2016-08-12T11:24:28.361Z","created":"2016-08-12T11:24:28.361Z","1.0.0":"2016-08-12T11:24:28.361Z"},"readmeFilename":"README.md","homepage":"https://github.com/moroshko/shallow-equal#readme"}