{"id":20420823,"url":"https://github.com/peteyycz/rollup-plugin-jscodeshift","last_synced_at":"2025-07-18T17:31:19.867Z","repository":{"id":91534493,"uuid":"529201097","full_name":"peteyycz/rollup-plugin-jscodeshift","owner":"peteyycz","description":"Modify rollup output with jscodeshift transforms","archived":false,"fork":false,"pushed_at":"2022-08-26T09:57:42.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T04:30:25.347Z","etag":null,"topics":["bundling","codemod","jscodeshift","rollup"],"latest_commit_sha":null,"homepage":"","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/peteyycz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-26T09:46:02.000Z","updated_at":"2023-03-04T05:49:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"d65a2d34-62ad-4690-bf39-148077cbbc49","html_url":"https://github.com/peteyycz/rollup-plugin-jscodeshift","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/peteyycz/rollup-plugin-jscodeshift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peteyycz%2Frollup-plugin-jscodeshift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peteyycz%2Frollup-plugin-jscodeshift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peteyycz%2Frollup-plugin-jscodeshift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peteyycz%2Frollup-plugin-jscodeshift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peteyycz","download_url":"https://codeload.github.com/peteyycz/rollup-plugin-jscodeshift/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peteyycz%2Frollup-plugin-jscodeshift/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265801700,"owners_count":23830456,"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":["bundling","codemod","jscodeshift","rollup"],"created_at":"2024-11-15T06:44:13.732Z","updated_at":"2025-07-18T17:31:19.844Z","avatar_url":"https://github.com/peteyycz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![version](https://img.shields.io/npm/v/rollup-plugin-jscodeshift.svg)]()  [![license](https://img.shields.io/github/license/peteyycz/rollup-plugin-jscodeshift.svg)]()\n\n# 🔎 `rollup-plugin-jscodeshift`\n\nModify rollup output with advanced find / replace dynamically.\n\n## Usage\n\n```bash\nyarn add rollup-plugin-jscodeshift -D\n```\n\nRun a jscodeshift transform function on any matching file.\n\n```js\nimport modify from 'rollup-plugin-jscodeshift'\n\nexport default {\n  plugins: [\n    modify({\n      transform: \u003cjscodeshift transform function\u003e, // https://github.com/facebook/jscodeshift#transform-module\n      pattern: /(index.js)/\n    })\n  ]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeteyycz%2Frollup-plugin-jscodeshift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeteyycz%2Frollup-plugin-jscodeshift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeteyycz%2Frollup-plugin-jscodeshift/lists"}