{"name":"shallow-equal","version":"1.2.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"},"main":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"lint":"eslint src","test":"nyc --require esm mocha 'src/*.test.js'","build:objects":"rm -rf objects && rollup -f cjs -i src/objects.js -o objects/index.js","build:arrays":"rm -rf arrays && rollup -f cjs -i src/arrays.js -o arrays/index.js","build:cjs":"rollup -f cjs -i src/index.js -o dist/index.cjs.js","build:esm":"rollup -f esm -i src/index.js -o dist/index.esm.js","prebuild":"npm run lint && npm test","build":"npm run build:objects && npm run build:arrays && rm -rf dist && npm run build:cjs && npm run build:esm","preversion":"npm run prebuild","postversion":"git push && git push --tags","prepare":"npm run build"},"devDependencies":{"chai":"^4.2.0","eslint":"^5.16.0","eslint-plugin-mocha":"^5.3.0","esm":"^3.2.25","mocha":"^6.1.4","nyc":"^14.1.1","rollup":"^1.15.1"},"keywords":["shallow","equality","compare","comparison","shallowequal","shallow-equal","shallowequals","shallow-equals","isshallowequal","is-shallow-equal","equal","equals","isequal","is-equal","object","array","check","test"],"nyc":{"lines":100,"statements":100,"functions":100,"branches":100,"include":["src/*.js"],"exclude":["src/*.test.js"],"reporter":["lcov","text-summary"],"check-coverage":true},"license":"MIT","gitHead":"2dca9b50be24dff4fb9bf8066b75c5b28e78ad52","bugs":{"url":"https://github.com/moroshko/shallow-equal/issues"},"homepage":"https://github.com/moroshko/shallow-equal#readme","_id":"shallow-equal@1.2.0","_nodeVersion":"12.4.0","_npmVersion":"6.9.0","_npmUser":{"name":"moroshko","email":"michael.moroshko@gmail.com"},"dist":{"shasum":"fd828d2029ff4e19569db7e19e535e94e2d1f5cc","size":2435,"noattachment":false,"key":"/shallow-equal/-/shallow-equal-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/shallow-equal/download/shallow-equal-1.2.0.tgz"},"maintainers":[{"name":"fivecar","email":""},{"name":"moroshko","email":"michael.moroshko@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/shallow-equal_1.2.0_1560340865882_0.6924676949069863"},"_hasShrinkwrap":false,"publish_time":1560340866017,"_cnpm_publish_time":1560340866017,"dist-tags":{"latest":"3.1.0"}}