{"id":15655572,"url":"https://github.com/jonschlinkert/defaults-deep","last_synced_at":"2025-04-26T18:55:45.275Z","repository":{"id":21794700,"uuid":"25117206","full_name":"jonschlinkert/defaults-deep","owner":"jonschlinkert","description":"Like `extend` but recursively copies only the missing properties/values to the target object.","archived":false,"fork":false,"pushed_at":"2019-08-25T08:08:54.000Z","size":12,"stargazers_count":25,"open_issues_count":6,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-21T13:39:20.810Z","etag":null,"topics":["deep","extend","javascript","jonschlinkert","merge","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"whitehawks/CommoniOSViews","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonschlinkert.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-12T11:12:35.000Z","updated_at":"2025-02-11T01:15:42.000Z","dependencies_parsed_at":"2022-08-19T20:40:45.754Z","dependency_job_id":null,"html_url":"https://github.com/jonschlinkert/defaults-deep","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdefaults-deep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdefaults-deep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdefaults-deep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonschlinkert%2Fdefaults-deep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonschlinkert","download_url":"https://codeload.github.com/jonschlinkert/defaults-deep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250868476,"owners_count":21500345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep","extend","javascript","jonschlinkert","merge","nodejs"],"created_at":"2024-10-03T12:59:52.563Z","updated_at":"2025-04-25T17:55:45.898Z","avatar_url":"https://github.com/jonschlinkert.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# defaults-deep [![NPM version](https://badge.fury.io/js/defaults-deep.svg)](http://badge.fury.io/js/defaults-deep)  [![Build Status](https://travis-ci.org/jonschlinkert/defaults-deep.svg)](https://travis-ci.org/jonschlinkert/defaults-deep)\n\n\u003e Like `extend` but recursively copies only the missing properties/values to the target object.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i defaults-deep --save\n```\n\nInstall with [bower](http://bower.io/)\n\n```sh\n$ bower install defaults-deep --save\n```\n\n## Usage\n\n```js\nvar defaults = require('defaults-deep');\n\ndefaults({a: {one: 'one'}}, {a: {two: 'two'}})\n//=\u003e {a: {one: 'one', two: 'two'}};\n```\n\n## Related projects\n\n* [assign-deep](https://github.com/jonschlinkert/assign-deep): Deeply assign the enumerable properties of source objects to a destination object. If a callback… [more](https://github.com/jonschlinkert/assign-deep)\n* [extend-shallow](https://github.com/jonschlinkert/extend-shallow): Extend an object with the properties of additional objects. node.js/javascript util.\n* [merge-deep](https://github.com/jonschlinkert/merge-deep): Recursively merge values in a javascript object.\n* [mixin-deep](https://github.com/jonschlinkert/mixin-deep): Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.\n* [omit-deep](https://github.com/jonschlinkert/omit-deep): Recursively omit the given keys from an object.\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d \u0026\u0026 npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/defaults-deep/issues/new)\n\n## Author\n\n**Jon Schlinkert**\n\n+ [github/jonschlinkert](https://github.com/jonschlinkert)\n+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)\n\n## License\n\nCopyright © 2015 Jon Schlinkert\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on May 28, 2015._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonschlinkert%2Fdefaults-deep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonschlinkert%2Fdefaults-deep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonschlinkert%2Fdefaults-deep/lists"}