deep-copy-diagnostics
Version:
Ultra-fast definitive testing for deep copies and deep copy algorithms
33 lines (32 loc) • 652 B
JSON
{
"name": "deep-copy-diagnostics",
"version": "1.0.2",
"description": "Ultra-fast definitive testing for deep copies and deep copy algorithms",
"main": "deep-equivalent.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"deep",
"strict-equal",
"deep-strict-equal",
"equal",
"equivalent",
"equality",
"diagnostics",
"copies",
"copy",
"clone"
],
"author": "Mark Albert Willis",
"license": "ISC",
"dependencies": {
"type-quickly": "^2.0.1"
},
"devDependencies": {
"type-quickly": "^2.0.1"
}
}