json-deep-compare
Version:
A powerful library for comparing JSON objects with support for deep comparison, regex validation, and customizable options
88 lines • 1.94 kB
JSON
{
"name": "json-deep-compare",
"version": "1.1.4",
"description": "A powerful library for comparing JSON objects with support for deep comparison, regex validation, and customizable options",
"homepage": "https://ashmeetsehgal.com/tools/json-compare",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"exports": {
".": {
"import": "./esm/index.js",
"require": "./cjs/index.js"
}
},
"type": "commonjs",
"types": "../types/index.d.ts",
"files": [
"LICENSE",
"README.md"
],
"keywords": [
"json",
"compare",
"deep",
"diff",
"object",
"comparison",
"regex",
"validation",
"json-diff",
"deep-compare",
"object-compare",
"json-validator",
"api-testing",
"data-validation",
"unit-testing",
"json-schema",
"deep-equal",
"lodash-alternative",
"jest-helper",
"mocha-helper",
"api-response-validation",
"json-matching",
"nested-object-compare",
"typescript-json",
"test-utilities",
"data-diff",
"object-diff",
"json-comparison",
"api-validation",
"response-validation",
"data-comparison",
"object-equality",
"json-testing",
"cypress-helper",
"testing-framework",
"json-assertions",
"deep-diff",
"structure-validation",
"schema-validation",
"field-validation"
],
"engines": {
"node": ">=14.0.0"
},
"author": "Ashmeet Sehgal (ashmeetsehgal.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ashmeetsehgal/json-deep-compare.git"
},
"bugs": {
"url": "https://github.com/ashmeetsehgal/json-deep-compare/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/ashmeetsehgal"
},
"bundlesize": [
{
"path": "./dist/cjs/*.js",
"maxSize": "10 kB"
},
{
"path": "./dist/esm/*.js",
"maxSize": "10 kB"
}
]
}