fast-shallow-equal
Version:
[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]
34 lines (33 loc) • 670 B
JSON
{
"name": "fast-shallow-equal",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/streamich/fast-shallow-equal.git"
},
"scripts": {
"test": "jest",
"semantic-release": "semantic-release"
},
"devDependencies": {
"jest": "22.3.0",
"jest-tap-reporter": "1.9.0",
"semantic-release": "15.14.0"
},
"jest": {
"testRegex": ".*/__tests__/.*\\.(test|spec)\\.(jsx?|tsx?)$",
"reporters": [
"jest-tap-reporter"
],
"testURL": "http://localhost"
},
"keywords": [
"equal",
"fast",
"shallow",
"fast-shallow-equal",
"comparator",
"pure",
"should-update"
]
}