lodash-deepmerge
Version:
Manage deeply merging objects as well as the arrays they contain.
26 lines (25 loc) • 612 B
JSON
{
"name": "lodash-deepmerge",
"version": "1.0.0",
"description": "Manage deeply merging objects as well as the arrays they contain.",
"homepage": "https://github.com/xshapira/lodash-deepmerge",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint"
},
"keywords": [
"deepMerge",
"deep-merge"
],
"author": "Max Shapira",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.1"
}
}