UNPKG

@75lb/deep-merge

Version:

Deep-merge the values of one object structure into another

54 lines (53 loc) 1.05 kB
{ "name": "@75lb/deep-merge", "author": "Lloyd Brookes <opensource@75lb.com> (http://75lb.com)", "version": "1.1.4", "description": "Deep-merge the values of one object structure into another", "repository": { "type": "git", "url": "git+https://github.com/75lb/deep-merge.git" }, "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": "75lb-nature test-runner test.js", "dist": "75lb-nature simple-rollup index.js" }, "files": [ "index.js", "dist" ], "dependencies": { "lodash": "^4.17.21", "typical": "^7.1.1" }, "devDependencies": {}, "peerDependencies": { "@75lb/nature": "latest" }, "peerDependenciesMeta": { "@75lb/nature": { "optional": true } }, "standard": { "ignore": [ "tmp", "dist" ], "envs": [] } }