{"_id":"deep-equal-json","_rev":"3341748","name":"deep-equal-json","description":"`deep-equal`, but only for JSON-supported values.","dist-tags":{"latest":"1.0.0"},"maintainers":[{"name":"ljharb","email":""}],"time":{"modified":"2024-07-10T08:35:07.000Z","created":"2023-06-06T05:32:39.364Z","1.0.0":"2023-06-06T05:32:39.364Z"},"users":{},"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/inspect-js/deep-equal-json.git"},"versions":{"1.0.0":{"name":"deep-equal-json","version":"1.0.0","description":"`deep-equal`, but only for JSON-supported values.","main":"index.js","exports":{".":"./index.js","./package.json":"./package.json"},"browser":{"assert.js":false},"sideEffects":false,"scripts":{"prepack":"npmignore --auto --commentLines=autogenerated","prepublish":"not-in-publish || npm run prepublishOnly","prepublishOnly":"safe-publish-latest","pretest":"npm run lint","lint":"eslint --ext=js,mjs .","tests-only":"nyc tape 'test/**/*.js'","test":"npm run tests-only","posttest":"aud --production","version":"auto-changelog && git add CHANGELOG.md","postversion":"auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""},"repository":{"type":"git","url":"git+https://github.com/inspect-js/deep-equal-json.git"},"keywords":["equality","equal","deep","compare","json"],"author":{"name":"Jordan Harband","email":"ljharb@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/inspect-js/deep-equal-json/issues"},"homepage":"https://github.com/inspect-js/deep-equal-json#readme","dependencies":{"call-bind":"^1.0.2","isarray":"^2.0.5","object-is":"^1.1.5","object-keys":"^1.1.1"},"devDependencies":{"@ljharb/eslint-config":"^21.1.0","aud":"^2.0.2","auto-changelog":"^2.4.0","eslint":"=8.8.0","has-proto":"^1.0.1","has-symbols":"^1.0.3","in-publish":"^2.0.1","npmignore":"^0.3.0","nyc":"^10.3.2","safe-publish-latest":"^2.0.0","semver":"^6.3.0","tape":"^5.6.3"},"engines":{"node":">= 0.4"},"auto-changelog":{"output":"CHANGELOG.md","template":"keepachangelog","unreleased":false,"commitLimit":false,"backfillLimit":false,"hideCredit":true},"testling":{"files":"test/index.js"},"publishConfig":{"ignore":[".github/workflows"]},"gitHead":"56c2cf7a6af4eca850121186e4667880a336d858","_id":"deep-equal-json@1.0.0","_nodeVersion":"20.2.0","_npmVersion":"9.6.6","dist":{"shasum":"1d321384d3ba788407e29a513cd844792307aba7","size":6700,"noattachment":false,"key":"/deep-equal-json/-/deep-equal-json-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/deep-equal-json/download/deep-equal-json-1.0.0.tgz"},"_npmUser":{"name":"ljharb","email":"ljharb@gmail.com"},"directories":{},"maintainers":[{"name":"ljharb","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/deep-equal-json_1.0.0_1686029559187_0.1421989661576093"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-06-06T05:32:39.364Z","publish_time":1686029559364,"_source_registry_name":"default","_cnpm_publish_time":1686029559364}},"readme":"# deep-equal-json <sup>[![Version Badge][npm-version-svg]][package-url]</sup>\n\n[![github actions][actions-image]][actions-url]\n[![coverage][codecov-image]][codecov-url]\n[![License][license-image]][license-url]\n[![Downloads][downloads-image]][downloads-url]\n\n[![npm badge][npm-badge-png]][package-url]\n\n[`deep-equal`](https://npmjs.com/deep-equal), but only for JSON-supported values.\n\nNote that any results you get from values that do not round-trip through `JSON.stringify` and `JSON.parse` are explicitly not part of this API, and you must not rely on them.\n\n## Example\n\n```js\nconst assert = require('assert');\nconst deepEqual = require('deep-equal-json');\n\nassert.equal(typeof deepEqual(a, b), 'boolean'); // `a` and `b` can be anything that roundtrips with JSON\n```\n\n## Tests\nSimply clone the repo, `npm install`, and run `npm test`\n\n[package-url]: https://npmjs.org/package/deep-equal-json\n[npm-version-svg]: https://versionbadg.es/inspect-js/deep-equal-json.svg\n[deps-svg]: https://david-dm.org/inspect-js/deep-equal-json.svg\n[deps-url]: https://david-dm.org/inspect-js/deep-equal-json\n[dev-deps-svg]: https://david-dm.org/inspect-js/deep-equal-json/dev-status.svg\n[dev-deps-url]: https://david-dm.org/inspect-js/deep-equal-json#info=devDependencies\n[npm-badge-png]: https://nodei.co/npm/deep-equal-json.png?downloads=true&stars=true\n[license-image]: https://img.shields.io/npm/l/deep-equal-json.svg\n[license-url]: LICENSE\n[downloads-image]: https://img.shields.io/npm/dm/deep-equal-json.svg\n[downloads-url]: https://npm-stat.com/charts.html?package=deep-equal-json\n[codecov-image]: https://codecov.io/gh/inspect-js/deep-equal-json/branch/main/graphs/badge.svg\n[codecov-url]: https://app.codecov.io/gh/inspect-js/deep-equal-json/\n[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/deep-equal-json\n[actions-url]: https://github.com/inspect-js/deep-equal-json/actions\n","_attachments":{},"homepage":"https://github.com/inspect-js/deep-equal-json#readme","bugs":{"url":"https://github.com/inspect-js/deep-equal-json/issues"},"license":"MIT"}