{"id":19460374,"url":"https://github.com/bjarneo/recursiveobjectmerge","last_synced_at":"2025-11-17T18:04:18.794Z","repository":{"id":23662726,"uuid":"27033577","full_name":"bjarneo/RecursiveObjectMerge","owner":"bjarneo","description":"Merge as many objects you want to one object recursive.","archived":false,"fork":false,"pushed_at":"2014-11-29T19:12:38.000Z","size":164,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T05:46:36.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjarneo.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-11-23T13:40:01.000Z","updated_at":"2014-11-29T19:12:39.000Z","dependencies_parsed_at":"2022-08-05T23:00:45.507Z","dependency_job_id":null,"html_url":"https://github.com/bjarneo/RecursiveObjectMerge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2FRecursiveObjectMerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2FRecursiveObjectMerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2FRecursiveObjectMerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjarneo%2FRecursiveObjectMerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjarneo","download_url":"https://codeload.github.com/bjarneo/RecursiveObjectMerge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240664858,"owners_count":19837624,"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":[],"created_at":"2024-11-10T17:36:50.301Z","updated_at":"2025-11-17T18:04:18.706Z","avatar_url":"https://github.com/bjarneo.png","language":"JavaScript","readme":"RecursiveObjectMerge\n==\n\nMerge as many objects you want to one object recursive.\n\n#Install:\n```bash\nnpm install --save recursiveobjectmerge\n```\n\n##Documentation:\n\n####recursiveObjectMerge();\n```javascript\nvar recursiveObjectMerge = require('recursiveobjectmerge');\n\nrecursiveObjectMerge(\n    { a: 'a', b: 'b', c: ['a', 'b', 'c'] },\n    { a: { a: 'a', b: 'b', c: ['a', 'b', 'c'] }, d: 'd'},\n    { b: { a: { a: 'a', b: 'b', c: ['a', 'b', 'c'] } } },\n    { b: { a: { a: 'a', e: 'e', c: ['c', 'a', 'b'] } } }\n);\n/*\na: { a: 'a', b: 'b', c: [ 'a', 'b', 'c' ] },\nb: { a: { a: 'a', b: 'b', c: ['c', 'a', 'b'], e: 'e' } },\nc: [ 'a', 'b', 'c' ],\nd: 'd'\n*/\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjarneo%2Frecursiveobjectmerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjarneo%2Frecursiveobjectmerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjarneo%2Frecursiveobjectmerge/lists"}