{"id":18657816,"url":"https://github.com/lightsofapollo/getsetmixin","last_synced_at":"2026-01-25T11:01:37.427Z","repository":{"id":12257718,"uuid":"14874519","full_name":"lightsofapollo/getsetmixin","owner":"lightsofapollo","description":"Express like get/set mixins","archived":false,"fork":false,"pushed_at":"2013-12-02T21:35:51.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-27T18:10:15.532Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightsofapollo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-12-02T20:58:39.000Z","updated_at":"2013-12-02T21:42:14.000Z","dependencies_parsed_at":"2022-08-21T03:10:54.274Z","dependency_job_id":null,"html_url":"https://github.com/lightsofapollo/getsetmixin","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/lightsofapollo%2Fgetsetmixin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fgetsetmixin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fgetsetmixin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightsofapollo%2Fgetsetmixin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightsofapollo","download_url":"https://codeload.github.com/lightsofapollo/getsetmixin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239475960,"owners_count":19645041,"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-07T07:29:55.883Z","updated_at":"2025-11-05T22:30:21.511Z","avatar_url":"https://github.com/lightsofapollo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"getsetmixin\n===========\n\nSimple map like mixin for objects. This was designed to emulate the\nbehaviour of express configuration methods (.get, .set).\n\n## Usage\n\n```js\nvar object = { xxx: true };\n\nrequire('getsetmixin')(object);\n\n// no conflicts\nobject.get('xxx'); // =\u003e undefined\n\n// chainable\nobject.set('xxx', 1).\n       set('yyy', 2);\n\nobject.get('xxx'); // =\u003e 1\nobject.get('yyy'); // =\u003e 2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fgetsetmixin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightsofapollo%2Fgetsetmixin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightsofapollo%2Fgetsetmixin/lists"}