{"id":27914881,"url":"https://github.com/msvbg/proxy-forwarder","last_synced_at":"2025-05-06T15:32:41.128Z","repository":{"id":65476719,"uuid":"50639891","full_name":"msvbg/proxy-forwarder","owner":"msvbg","description":"An ES2015 Proxy that forwards every available trap to a new target.","archived":false,"fork":false,"pushed_at":"2016-01-29T05:36:48.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-26T08:45:03.231Z","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/msvbg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-29T05:27:18.000Z","updated_at":"2016-01-29T05:27:49.000Z","dependencies_parsed_at":"2023-01-25T06:25:11.095Z","dependency_job_id":null,"html_url":"https://github.com/msvbg/proxy-forwarder","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvbg%2Fproxy-forwarder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvbg%2Fproxy-forwarder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvbg%2Fproxy-forwarder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msvbg%2Fproxy-forwarder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msvbg","download_url":"https://codeload.github.com/msvbg/proxy-forwarder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252712928,"owners_count":21792394,"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":"2025-05-06T15:31:31.549Z","updated_at":"2025-05-06T15:32:41.121Z","avatar_url":"https://github.com/msvbg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxy-forwarder\n\n\u003e An ES2015 Proxy that forwards every available trap to a new target.\n\n![Build status](https://img.shields.io/travis/msvbg/proxy-forwarder.svg)\n\n`proxy-forwarder` implements all traps listed at [MDN](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Proxy) for an object, forwarding every trappable operation to a target object. Requires ES2015 Proxy support. In node, that means passing `--harmony_proxies` as a command line argument.\n\n## Install\n```\nnpm i --save proxy-forwarder\n```\n\n## Example\n```js\nimport forward from 'proxy-forwarder';\n\nlet object = { x: 5 };\nlet mirror = forward(object);\n\nmirror.x = 6;\n\nassert(object.x === 6);\n```\n\n## License\nMIT © Martin Svanberg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsvbg%2Fproxy-forwarder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsvbg%2Fproxy-forwarder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsvbg%2Fproxy-forwarder/lists"}