deep-match
Version:
Check if two values deeply match
29 lines (28 loc) • 545 B
JSON
{
"name": "deep-match",
"version": "1.0.0",
"description": "Check if two values deeply match",
"author": "Felix Gnass",
"license": "MIT",
"keywords": [
"deep",
"comparision",
"satisfy",
"satisfies",
"isMatch"
],
"repository": {
"type": "git",
"url": "http://github.com/fgnass/deep-match.git"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"devDependencies": {
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"mocha": "^2.4.5",
"unexpected": "^10.9.1"
}
}