@stdlib/assert-deep-equal
Version:
Test for deep equality between two values.
80 lines (79 loc) • 1.65 kB
JSON
{
"name": "@stdlib/assert-deep-equal",
"version": "0.2.2",
"description": "Test for deep equality between two values.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"main": "./lib",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/assert-deep-equal.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-buffer": "^0.2.2",
"@stdlib/assert-is-date-object": "^0.2.2",
"@stdlib/assert-is-error": "^0.2.2",
"@stdlib/assert-is-regexp": "^0.2.2",
"@stdlib/utils-get-prototype-of": "^0.2.2",
"@stdlib/utils-keys": "^0.2.2"
},
"devDependencies": {},
"engines": {
"node": ">=0.10.0",
"npm": ">2.7.0"
},
"os": [
"aix",
"darwin",
"freebsd",
"linux",
"macos",
"openbsd",
"sunos",
"win32",
"windows"
],
"keywords": [
"stdlib",
"stdassert",
"assertion",
"assert",
"utilities",
"utility",
"utils",
"util",
"object",
"obj",
"deepequal",
"equality",
"equal",
"deep",
"test",
"check",
"validate"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}