{"id":20767762,"url":"https://github.com/dmnsgn/rollup-plugin-no-op","last_synced_at":"2026-02-04T12:05:36.307Z","repository":{"id":176856596,"uuid":"659661162","full_name":"dmnsgn/rollup-plugin-no-op","owner":"dmnsgn","description":"Replace imported module with 'export default {}' using module IDs. Useful when using 'external' is not enough.","archived":false,"fork":false,"pushed_at":"2024-07-06T12:42:00.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T16:51:00.739Z","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/dmnsgn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-06-28T09:42:26.000Z","updated_at":"2024-08-09T12:10:14.000Z","dependencies_parsed_at":"2024-11-18T01:34:37.417Z","dependency_job_id":null,"html_url":"https://github.com/dmnsgn/rollup-plugin-no-op","commit_stats":null,"previous_names":["dmnsgn/rollup-plugin-no-op"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dmnsgn/rollup-plugin-no-op","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Frollup-plugin-no-op","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Frollup-plugin-no-op/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Frollup-plugin-no-op/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Frollup-plugin-no-op/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmnsgn","download_url":"https://codeload.github.com/dmnsgn/rollup-plugin-no-op/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmnsgn%2Frollup-plugin-no-op/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29084088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-17T11:33:17.942Z","updated_at":"2026-02-04T12:05:36.286Z","avatar_url":"https://github.com/dmnsgn.png","language":"JavaScript","funding_links":["https://paypal.me/dmnsgn"],"categories":["Plugins"],"sub_categories":["Modules"],"readme":"# rollup-plugin-no-op\n\n[![npm version](https://img.shields.io/npm/v/rollup-plugin-no-op)](https://www.npmjs.com/package/rollup-plugin-no-op)\n[![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)](https://www.npmjs.com/package/rollup-plugin-no-op)\n[![npm minzipped size](https://img.shields.io/bundlephobia/minzip/rollup-plugin-no-op)](https://bundlephobia.com/package/rollup-plugin-no-op)\n[![dependencies](https://img.shields.io/librariesio/release/npm/rollup-plugin-no-op)](https://github.com/dmnsgn/rollup-plugin-no-op/blob/main/package.json)\n[![types](https://img.shields.io/npm/types/rollup-plugin-no-op)](https://github.com/microsoft/TypeScript)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fa6673.svg)](https://conventionalcommits.org)\n[![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)\n[![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)\n[![license](https://img.shields.io/github/license/dmnsgn/rollup-plugin-no-op)](https://github.com/dmnsgn/rollup-plugin-no-op/blob/main/LICENSE.md)\n\nReplace imported module with `export default {}` using module IDs. Useful when using [external](https://rollupjs.org/configuration-options/#external) is not enough.\n\n[![paypal](https://img.shields.io/badge/donate-paypal-informational?logo=paypal)](https://paypal.me/dmnsgn)\n[![coinbase](https://img.shields.io/badge/donate-coinbase-informational?logo=coinbase)](https://commerce.coinbase.com/checkout/56cbdf28-e323-48d8-9c98-7019e72c97f3)\n[![twitter](https://img.shields.io/twitter/follow/dmnsgn?style=social)](https://twitter.com/dmnsgn)\n\n## Installation\n\n```bash\nnpm install rollup-plugin-no-op\n```\n\n## Usage\n\nCreate a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:\n\n```js\nimport noOp from \"rollup-plugin-no-op\";\n\nexport default {\n  input: \"src/index.js\",\n  output: {\n    dir: \"output\",\n  },\n  plugins: [\n    // ...,\n    noOp({ ids: [\"inspector\"] }), // Replace Node.js built-in \"inspector\"\n  ],\n};\n```\n\nThen call `rollup` either via the [CLI](https://www.rollupjs.org/guide/en/#command-line-reference) or the [API](https://www.rollupjs.org/guide/en/#javascript-api).\n\n## License\n\nMIT. See [license file](https://github.com/dmnsgn/rollup-plugin-no-op/blob/main/LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmnsgn%2Frollup-plugin-no-op","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmnsgn%2Frollup-plugin-no-op","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmnsgn%2Frollup-plugin-no-op/lists"}