deepequal
Version:
Deep comparison of two variables
32 lines (31 loc) • 581 B
JSON
{
"name": "deepequal",
"version": "0.0.1",
"description": "Deep comparison of two variables",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"fast-apply": "*",
"is-args": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/JayceTDE/deepequal.git"
},
"keywords": [
"deep",
"equal",
"compare"
],
"author": "Jayce Pulsipher <jaycemp@gmail.com>",
"license": "MIT"
}