mirror of https://github.com/codefeathers/isEq
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
579 B
29 lines
579 B
7 years ago
|
{
|
||
|
"name": "iseq",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Deep compare objects",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/codefeathers/isEq.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"isEqual",
|
||
|
"number",
|
||
|
"string",
|
||
|
"object",
|
||
|
"array",
|
||
|
"null",
|
||
|
"regexp",
|
||
|
"deep-compare"
|
||
|
],
|
||
|
"author": "Muthu Kumar (https://mkr.pw)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/codefeathers/isEq/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/codefeathers/isEq#readme"
|
||
|
}
|