safe-merge
Version:
Safe recursive object merge
31 lines (30 loc) • 748 B
JSON
{
"name": "safe-merge",
"version": "1.1.3",
"description": "Safe recursive object merge",
"author": "muji <noop@xpm.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tmpfs/safe-merge.git"
},
"bugs": {
"url": "https://github.com/tmpfs/safe-merge/issues"
},
"keywords": [
"merge",
"safe",
"recursive"
],
"devDependencies": {
"chai": "~3.5.0",
"coveralls": "^2.11.15",
"istanbul": "~0.4.4",
"mocha": "~3.2.0"
},
"scripts": {
"test": "NODE_ENV=test mocha ${SPEC:-test/spec}",
"cover": "NODE_ENV=test istanbul cover _mocha -- ${SPEC:-test/spec}",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
}