{"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"keywords":["shallowequal","shallow","equal","isequal","compare","isequalwith"],"dist-tags":{"latest":"1.1.0"},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/dashed"},"description":"Like lodash isEqualWith but for shallow equal.","readme":"# shallowequal [![Build Status](https://travis-ci.org/dashed/shallowequal.svg)](https://travis-ci.org/dashed/shallowequal) [![Downloads](https://img.shields.io/npm/dm/shallowequal.svg)](https://npmjs.com/shallowequal) [![npm version](https://img.shields.io/npm/v/shallowequal.svg?style=flat)](https://www.npmjs.com/package/shallowequal)\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/dashed/shallowequal.svg)](https://greenkeeper.io/)\n\n> `shallowequal` is like lodash's [`isEqualWith`](https://lodash.com/docs/4.17.4#isEqualWith) but for shallow (strict) equal.\n\n`shallowequal(value, other, [customizer], [thisArg])`\n\nPerforms a ***shallow equality*** comparison between two values (i.e. `value` and `other`) to determine if they are equivalent.\n\nThe equality is performed by iterating through keys on the given `value`, and returning `false` whenever any key has values which are not **strictly equal** between `value` and `other`. Otherwise, return `true` whenever the values of all keys are strictly equal.\n\nIf `customizer` (expected to be a function) is provided it is invoked to compare values. If `customizer` returns `undefined` (i.e. `void 0`), then comparisons are handled by the `shallowequal` function instead.\n\nThe `customizer` is bound to `thisArg` and invoked with three arguments: `(value, other, key)`.\n\n**NOTE:** Docs are (shamelessly) adapted from [lodash's v3.x docs](https://lodash.com/docs/3.10.1#isEqualWith)\n\n## Install\n\n```sh\n$ yarn add shallowequal\n# npm v5+\n$ npm install shallowequal\n# before npm v5\n$ npm install --save shallowequal\n```\n\n## Usage\n\n```js\nconst shallowequal = require('shallowequal');\n\nconst object = { 'user': 'fred' };\nconst other = { 'user': 'fred' };\n\nobject == other;\n// → false\n\nshallowequal(object, other);\n// → true\n```\n\n## Credit\n\nCode for `shallowEqual` originated from https://github.com/gaearon/react-pure-render/ and has since been refactored to have the exact same API as `lodash.isEqualWith` (as of `v4.17.4`).\n\n## Development\n\n- `node.js` and `npm`. See: https://github.com/creationix/nvm#installation\n- `yarn`. See: https://yarnpkg.com/en/docs/install\n- `npm` dependencies. Run: `yarn install`\n\n### Chores\n\n- Lint: `yarn lint`\n- Test: `yarn test`\n- Pretty: `yarn pretty`\n- Pre-publish: `yarn prepublish`\n\n## License\n\nMIT.\n","repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"users":{"vasz":true,"agamlarage":true,"hsiang":true,"scronide":true,"wangdao":true,"zoxon":true,"arcticicestudio":true},"bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"license":"MIT","versions":{"0.1.0":{"name":"shallowequal","version":"0.1.0","description":"Like lodash isEqual but for shallow equal","main":"modules/index.js","scripts":{"test":"mocha --compilers js:babel/register","build":"./scripts/build.sh","prepublish":"npm run build"},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/Dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["modules"],"keywords":["shallowequal","shallow","equal","isequal","compare"],"devDependencies":{"babel":"^5.5.6"},"dependencies":{"lodash.keys":"^3.1.1"},"gitHead":"f49b92b56af11e9ee39736303d7e2587e6062b83","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@0.1.0","_shasum":"a5de5e7508797c956564dae934195e78c7f99421","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.2","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"shasum":"a5de5e7508797c956564dae934195e78c7f99421","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-0.1.0.tgz","integrity":"sha512-OKbQGxKbBQ7EC1zJeFQaROUEL+Rh5f5ICcIazL2Vq4e41piYKNxHGMdh1UMoRa1TZclFTBeLgrzT0uQw3z/zWQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCREF7WQ7k/dzp8/PCyNSVaS7eK2VsW2CDRv3KiHGF7pAIhAIOSlCh9zdM73IyTWEU4k1yNaB6H1TVbB+YZVXG0ykuG"}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"directories":{}},"0.2.0":{"name":"shallowequal","version":"0.2.0","description":"Like lodash isEqual but for shallow equal","main":"modules/index.js","scripts":{"test":"mocha --compilers js:babel/register","build":"./scripts/build.sh","prepublish":"npm run build"},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/Dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["modules"],"keywords":["shallowequal","shallow","equal","isequal","compare"],"devDependencies":{"babel":"^5.5.6"},"dependencies":{"lodash.keys":"^3.1.1"},"gitHead":"1edce45fbd6e166f0f8e66d9a4fd03207f4652da","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@0.2.0","_shasum":"24b83b53ad14deb48bccdd80ab08abb98e6fc324","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.2","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"shasum":"24b83b53ad14deb48bccdd80ab08abb98e6fc324","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-0.2.0.tgz","integrity":"sha512-FYXtoVxvaafgHsgUDgrERXNnImYiucx2zQ2mOoUGQ1CFBTDDNgxGmfdEBimRNU++Dx2z37pQte80adUKxdPP5g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDs3T/6MFQuASZ7U7AsZAqKe8P9goAzP/elY6Lwg+BDIwIhAND38YIrPeRaODrCFKuB2knbwKTbklATUT/uZLO5BM+Y"}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"directories":{}},"0.2.1":{"name":"shallowequal","version":"0.2.1","description":"Like lodash isEqual but for shallow equal","main":"modules/index.js","scripts":{"test":"mocha --compilers js:babel/register","build":"./scripts/build.sh","prepublish":"npm run build"},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/Dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["modules"],"keywords":["shallowequal","shallow","equal","isequal","compare"],"devDependencies":{"babel":"^5.5.6"},"dependencies":{"lodash.keys":"^3.1.1"},"gitHead":"5defa767c104fab802f507c62e3519840c0ca1a1","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@0.2.1","_shasum":"10367cdee0b140a7fdabb2cb2c9942569a169627","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.2","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"shasum":"10367cdee0b140a7fdabb2cb2c9942569a169627","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-0.2.1.tgz","integrity":"sha512-IboIhjWa4e05qxJ83fIlXxZ9zoF2C726nct8EgUAxymZ1afQU30ZJJf8qTdRwfggoYrVSsgZkASHMCF38y8klw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCU8W0NP26b0tVAz9po/zfI/Zm72SAE6y7xLtEV973S/QIhAOgghRQLAcQnPGvo3Fshxs7izvfsJcmU+m0pTXbwHu8i"}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"directories":{}},"0.2.2":{"name":"shallowequal","version":"0.2.2","description":"Like lodash isEqual but for shallow equal","main":"modules/index.js","scripts":{"test":"mocha --compilers js:babel/register","build":"./scripts/build.sh","prepublish":"npm run build"},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/Dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["modules"],"keywords":["shallowequal","shallow","equal","isequal","compare"],"devDependencies":{"babel":"^5.8.21","chai":"^3.2.0","lodash":"^3.10.1","mocha":"^2.2.5"},"dependencies":{"lodash.keys":"^3.1.2"},"gitHead":"d63d2faf85260852fb32c47db1c7c01d630d5569","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@0.2.2","_shasum":"1e32fd5bcab6ad688a4812cb0cc04efc75c7014e","_from":".","_npmVersion":"2.13.3","_nodeVersion":"3.0.0","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"shasum":"1e32fd5bcab6ad688a4812cb0cc04efc75c7014e","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-0.2.2.tgz","integrity":"sha512-ePvPM7jqd9KrZdgSTN4bECWxeRcu+ysyZlSx8gPcDaYElHrDm7+1l5Q3QLbMm6t/7ejhS9U1ffGXybXs2j+qGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFXCVMu8g3DjwKIFWb3j6Oijrr3cIGy3d6+I00RVS/atAiEAuk63XpDPKHRWMkjtWGXoyPnv/nvsvqt2Z9trdiHVpxU="}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"directories":{}},"1.0.0":{"name":"shallowequal","version":"1.0.0","description":"Like lodash isEqualWith but for shallow equal.","main":"index.js","scripts":{"lint":"eslint src test","test":"mocha --compilers js:babel-register","prepublish":"npm run lint && npm run test","travis":"npm run lint && npm run test"},"babel":{"presets":["es2015"]},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["index.js"],"keywords":["shallowequal","shallow","equal","isequal","compare","isequalwith"],"eslintConfig":{"parser":"babel-eslint","env":{"browser":true,"node":true,"mocha":true},"extends":["eslint:recommended"]},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.1","babel-register":"^6.24.1","chai":"^3.5.0","eslint":"^3.19.0","mocha":"^3.4.1"},"gitHead":"5fb7245d581e967649dd89c82447aedc11fa63b2","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@1.0.0","_shasum":"30d2fd9c7df7ec45c1ff29f7dd438bbd23217127","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"shasum":"30d2fd9c7df7ec45c1ff29f7dd438bbd23217127","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-1.0.0.tgz","integrity":"sha512-we7B/ydvYKDhr68eSmrl8BRDT0whL3Bm0uSbD4HFnDhjgRYp8Q1EV0IekpEBiJyurv/8itgu10TVhaK8bWvPkA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtSy2iIaiQNBRen3ZqSXtIjf0uR1dbcd0XOEPxJd+z3gIgcV7HZESNLAnabCvxpMDEQ0fwVIabCvYTvVuDQmcAsD8="}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shallowequal-1.0.0.tgz_1495484148854_0.627249519340694"},"directories":{}},"1.0.1":{"name":"shallowequal","version":"1.0.1","description":"Like lodash isEqualWith but for shallow equal.","main":"index.js","scripts":{"lint":"eslint src test","test":"mocha --compilers js:babel-register","prepublish":"npm run lint && npm run test","travis":"npm run lint && npm run test"},"babel":{"presets":["es2015"]},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["index.js"],"keywords":["shallowequal","shallow","equal","isequal","compare","isequalwith"],"eslintConfig":{"parser":"babel-eslint","env":{"browser":true,"node":true,"mocha":true},"extends":["eslint:recommended"]},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.1","babel-register":"^6.24.1","chai":"^3.5.0","eslint":"^3.19.0","mocha":"^3.4.1"},"gitHead":"4d94f50cbb61837827e7edaeb6262fcd8a7eede6","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@1.0.1","_shasum":"4349160418200bad3b82d723ded65f2354db2a23","_from":".","_npmVersion":"3.10.8","_nodeVersion":"7.0.0","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"shasum":"4349160418200bad3b82d723ded65f2354db2a23","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-1.0.1.tgz","integrity":"sha512-yCjHYKgi/OEMlpnFw5XUGJbDI+bRrZCakWBE7MpuRresBO2NVXKgi4m0nSfVERuLnZlsJzL98ikeGIC/GsYVGQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpTocHW+tWmRE618Wn6z3tcZENWxTxeZM7r1nKwJxG4AIhAP98CJYJgHbhOZ9HZ4ESZlHeOqMeTP1ABWf9H7YNiAbf"}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shallowequal-1.0.1.tgz_1495561473381_0.7039488395676017"},"directories":{}},"1.0.2":{"name":"shallowequal","version":"1.0.2","description":"Like lodash isEqualWith but for shallow equal.","main":"index.js","scripts":{"lint":"eslint src test","test":"mocha --compilers js:babel-register","prepublish":"npm run lint && npm run test","travis":"npm run lint && npm run test"},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["index.js"],"keywords":["shallowequal","shallow","equal","isequal","compare","isequalwith"],"eslintConfig":{"parser":"babel-eslint","env":{"browser":true,"node":true,"mocha":true},"extends":["eslint:recommended"]},"devDependencies":{"babel-eslint":"^7.2.3","babel-preset-es2015":"^6.24.1","babel-register":"^6.24.1","chai":"^4.0.0","eslint":"^3.19.0","mocha":"^3.4.1"},"gitHead":"6a8683c9e76acd2981c0c682239f385c1abee68d","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@1.0.2","_npmVersion":"5.0.3","_nodeVersion":"8.1.2","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"integrity":"sha512-zlVXeVUKvo+HEv1e2KQF/csyeMKx2oHvatQ9l6XjCUj3agvC8XGf6R9HvIPDSmp8FNPvx7b5kaEJTRi7CqxtEw==","shasum":"1561dbdefb8c01408100319085764da3fcf83f8f","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-1.0.2.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGTh/dIiDUo+3ufso3n2S7bDWkhRZbcpHcl8K91UUEkFAiAptauSxO+E7PYhPT5bIxkEo0KPC1umx+6D2Vu/grFcEA=="}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shallowequal-1.0.2.tgz_1499650904923_0.30262987152673304"},"directories":{}},"1.1.0":{"name":"shallowequal","version":"1.1.0","description":"Like lodash isEqualWith but for shallow equal.","main":"index.js","scripts":{"lint":"eslint index.js test","test":"mocha --require babel-register","build:strip-flow":"flow-remove-types --pretty index.original.js > index.js","build:gen-flow":"flow gen-flow-files index.original.js > index.js.flow","build":"npm run build:strip-flow && npm run build:gen-flow","prepublish":"npm run build && npm run pretty && npm run lint && npm run test","travis":"npm run lint && npm run test","pretty":"prettier --write --tab-width 2 'test/**/*.js' '*.{js,js.flow}'","precommit":"lint-staged"},"lint-staged":{"*.{js,json,css,js.flow}":["prettier --write","git add"]},"author":{"name":"Alberto Leal","email":"mailforalberto@gmail.com","url":"github.com/dashed"},"repository":{"type":"git","url":"git+https://github.com/dashed/shallowequal.git"},"license":"MIT","files":["index.js","index.js.flow","index.original.js"],"keywords":["shallowequal","shallow","equal","isequal","compare","isequalwith"],"eslintConfig":{"parser":"babel-eslint","env":{"browser":true,"node":true,"mocha":true},"extends":["eslint:recommended"]},"devDependencies":{"babel-eslint":"^8.0.0","babel-preset-env":"^1.6.1","babel-register":"^6.24.1","chai":"^4.0.0","eslint":"^4.7.1","flow-bin":"^0.75.0","flow-remove-types":"^1.2.3","husky":"^0.14.3","lint-staged":"^6.0.0","mocha":"^5.0.0","prettier":"^1.9.2"},"gitHead":"eed683ef572ec0dd92b6e7345219569465dc8b98","bugs":{"url":"https://github.com/dashed/shallowequal/issues"},"homepage":"https://github.com/dashed/shallowequal#readme","_id":"shallowequal@1.1.0","_npmVersion":"5.5.1","_nodeVersion":"9.2.0","_npmUser":{"name":"anonymous","email":"mailforalberto@gmail.com"},"dist":{"integrity":"sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==","shasum":"188d521de95b9087404fd4dcb68b13df0ae4e7f8","tarball":"http://repository.ncinga.com/nexus/content/groups/npm-all/shallowequal/-/shallowequal-1.1.0.tgz","fileCount":6,"unpackedSize":7347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbLsq9CRA9TVsSAnZWagAAfSMP/3unWbE3Qhcgfao4CyAo\nCF+4CXh4zfgxNIZlibv+B9rB+doQBdeBzRFkGcYqt814t9bn4Q6/6VxLIMQF\nXim7g4h1WMmIlR8PHM3qmLOgdeCG1DzfubUkUkzIh3AfT4milvCa7txEqYd/\n+1ZBW6pbj56DgwzXPCBjXpZ87nnFSa+C99zCvtopq7x2WtQYEQEeS3r9xW6U\ntXEoSxmC+ofwsvCidymKYia7Xt7gmqN2xb4XRMr3zmIfKQS/UdcNKEplp+/P\nXvNGwzNHrvv8VsrkJ0IsQ2Ro6pDLjD8I7Ye0Q3+/4cd32667uftCMNqlgrMF\n4KPZeYZ6SBjcPEFmplPLZyMS/h2NRczwmV6K3hz9PKH9H11tc89HIUjzRiU6\n94i7bUe4u8eCjLpmZQQ8HBqMROYgF/QEDIB1FYigP1SX54bzx7shdpJ1zWYY\n++plOSaa1PxjUISq2ytjHRi5KocPZdaPMr+LQpizNXwSw2o/Sns6f7emXh/w\n1Y9vHkSNQ3nFwgiATCPomNgNxgkUpwNKHqgTNfaaDvpsU8M3LImuG1d8WuRr\nmoz8emipVpGQcDVtGORQOd9xzfnceQQy15VcfgSbuun5gupRWcg304uX2ivx\nKRicdzarult9YTO+Gi7THEtjfpDiN+oRLPSwkNK0bOgmi9Bwvj3lI/FFAGQE\nDe/R\r\n=jbb5\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp+7bGCqPXC5dG2HmIRaDZCLYQjfbYUXlwEUvYUCGYfQIhALcGlpXCwYIi2D03HLTDHuCMJv/DVxHvd/AGxIFTrH7W"}]},"maintainers":[{"name":"anonymous","email":"mailforalberto@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shallowequal_1.1.0_1529793213683_0.9610285271965462"},"_hasShrinkwrap":false}},"name":"shallowequal","time":{"modified":"2022-06-26T18:35:15.919Z","created":"2015-06-12T14:01:17.961Z","0.1.0":"2015-06-12T14:01:17.961Z","0.2.0":"2015-06-12T15:37:20.833Z","0.2.1":"2015-06-20T11:40:36.989Z","0.2.2":"2015-08-17T19:23:56.413Z","1.0.0":"2017-05-22T20:15:48.961Z","1.0.1":"2017-05-23T17:44:33.543Z","1.0.2":"2017-07-10T01:41:44.999Z","1.1.0":"2018-06-23T22:33:33.740Z"},"readmeFilename":"README.md","homepage":"https://github.com/dashed/shallowequal#readme"}