{"id":17321796,"url":"https://github.com/avoidwork/tiny-merge","last_synced_at":"2025-03-27T03:20:55.371Z","repository":{"id":57147068,"uuid":"48697867","full_name":"avoidwork/tiny-merge","owner":"avoidwork","description":"Tiny merge library for Client or Server","archived":false,"fork":false,"pushed_at":"2022-10-05T23:50:50.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T08:26:47.376Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avoidwork.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-12-28T15:06:15.000Z","updated_at":"2022-10-05T23:47:49.000Z","dependencies_parsed_at":"2022-08-30T20:01:10.137Z","dependency_job_id":null,"html_url":"https://github.com/avoidwork/tiny-merge","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avoidwork%2Ftiny-merge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avoidwork%2Ftiny-merge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avoidwork%2Ftiny-merge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avoidwork%2Ftiny-merge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avoidwork","download_url":"https://codeload.github.com/avoidwork/tiny-merge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245773352,"owners_count":20669759,"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-10-15T13:39:38.137Z","updated_at":"2025-03-27T03:20:55.352Z","avatar_url":"https://github.com/avoidwork.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tiny-merge\n\nEasily merge Arrays or Objects on Client or Server.\n\n## Example\n```javascript\nimport {merge} from \"tiny-merge\";\nconst a = {},\n    b = {c: \"Hello World\"};\n\nconsole.log(merge(a, b).c); // \"Hello World\"\nconsole.log(a.c); // \"Hello World\"\n```\n\n## License\nCopyright (c) 2022 Jason Mulligan\nLicensed under the BSD-3 license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favoidwork%2Ftiny-merge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favoidwork%2Ftiny-merge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favoidwork%2Ftiny-merge/lists"}