{"id":17657998,"url":"https://github.com/3rd/devproxy","last_synced_at":"2025-03-30T10:13:40.352Z","repository":{"id":216352580,"uuid":"740691177","full_name":"3rd/devproxy","owner":"3rd","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-14T21:05:42.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T22:19:39.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/3rd.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-08T21:35:39.000Z","updated_at":"2025-02-14T21:05:45.000Z","dependencies_parsed_at":"2024-01-09T19:53:30.369Z","dependency_job_id":"4e9e5dbc-c6b9-4ff2-8ee3-d5c8ed315ea2","html_url":"https://github.com/3rd/devproxy","commit_stats":null,"previous_names":["3rd/devproxy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3rd%2Fdevproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3rd%2Fdevproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3rd%2Fdevproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3rd%2Fdevproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3rd","download_url":"https://codeload.github.com/3rd/devproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246301996,"owners_count":20755514,"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-23T14:43:52.252Z","updated_at":"2025-03-30T10:13:40.325Z","avatar_url":"https://github.com/3rd.png","language":"TypeScript","readme":"# devproxy\n\n\u003e WIP\n\n## Usage\n\n```\nUsage: devproxy [options]\n\nOptions:\n  -c, --config \u003cconfig\u003e                config file (default: \"config.js\")\n  -p, --port \u003cport\u003e                    custom proxy port\n  --chromium-binary \u003cchromium-binary\u003e  specify chromium binary\n  -o, --open \u003curl\u003e                     open url\n  -h, --help                           display help for command\n```\n\n## Configuration\n\n```js\nmodule.exports = {\n  open: \"about:blank\",\n  chromiumBinary: \"google-chrome-beta\",\n  rules: [\n    {\n      match: ({ url, method, hostname, path }) =\u003e {\n        return false;\n      },\n      beforeRequest: ({ id, url, method, hostname, path }) =\u003e ({}),\n      beforeResponse: (request, response) =\u003e {\n        // const { id, url, method, hostname, path} = request;\n        // const { id, statusCode, headers, body } = response;\n        return { statusCode: 200, body: \"test\" };\n      },\n    },\n  ],\n};\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3rd%2Fdevproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3rd%2Fdevproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3rd%2Fdevproxy/lists"}