@75lb/deep-merge
Version:
Deep-merge the values of one object structure into another
48 lines (47 loc) • 956 B
JSON
{
"name": "@75lb/deep-merge",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "1.1.2",
"description": "Deep-merge the values of one object structure into another",
"repository": "https://github.com/75lb/deep-merge",
"exports": "./index.js",
"keywords": [
"merge",
"deep merge",
"array",
"object",
"merge",
"options"
],
"license": "MIT",
"type": "module",
"engines": {
"node": ">=12.17"
},
"scripts": {
"test": "npm run dist && npm run test:ci",
"test:ci": "test-runner test.js",
"dist": "rollup -c"
},
"files": [
"index.js",
"dist"
],
"dependencies": {
"lodash": "^4.17.21",
"typical": "^7.1.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.19.1",
"test-runner": "^0.11.0"
},
"standard": {
"ignore": [
"tmp",
"dist"
],
"envs": []
}
}