{"id":22915293,"url":"https://github.com/supitsdu/rollup-plugin-bundlens","last_synced_at":"2026-02-14T18:33:07.713Z","repository":{"id":264413058,"uuid":"892937508","full_name":"supitsdu/rollup-plugin-bundlens","owner":"supitsdu","description":"An Rollup plugin that helps manage and log bundle metrics. Use it to track and analyze your bundle.","archived":false,"fork":false,"pushed_at":"2025-03-01T07:30:36.000Z","size":267,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T17:57:14.009Z","etag":null,"topics":["bundle-analyzer","bundle-size","gzip-size","metrics","rollup-plugin"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/supitsdu.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,"zenodo":null}},"created_at":"2024-11-23T05:06:22.000Z","updated_at":"2024-12-16T04:08:01.000Z","dependencies_parsed_at":"2024-12-16T03:25:11.103Z","dependency_job_id":"726e62cc-f07d-41f0-a3c5-55cbba14ab4d","html_url":"https://github.com/supitsdu/rollup-plugin-bundlens","commit_stats":null,"previous_names":["supitsdu/rollup-plugin-bundlens"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/supitsdu/rollup-plugin-bundlens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supitsdu%2Frollup-plugin-bundlens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supitsdu%2Frollup-plugin-bundlens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supitsdu%2Frollup-plugin-bundlens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supitsdu%2Frollup-plugin-bundlens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/supitsdu","download_url":"https://codeload.github.com/supitsdu/rollup-plugin-bundlens/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/supitsdu%2Frollup-plugin-bundlens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["bundle-analyzer","bundle-size","gzip-size","metrics","rollup-plugin"],"created_at":"2024-12-14T05:19:51.387Z","updated_at":"2026-02-14T18:33:07.683Z","avatar_url":"https://github.com/supitsdu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bundlens - Rollup.js Plugin\n\nA Rollup.js plugin that analyzes and reports bundle metrics including file sizes, gzip sizes, and detailed bundle information.\n\n## Features\n\n- 📊 Reports bundle size metrics\n- 📦 Shows individual chunk and asset sizes\n- 🗜️ Includes gzip size information\n- 🎨 Color-coded size indicators\n- 📝 Detailed bundle summary\n\n## Usage\n\nAdd the plugin to your rollup.config.js:\n\n```js\nimport { reportDetails } from \"rollup-plugin-bundlens\"\n\nexport default {\n  input: \"src/index.js\",\n  output: {\n    dir: \"dist\",\n    format: \"esm\",\n  },\n  plugins: [reportDetails()],\n}\n```\n\n## Output Example\n\n![Plugin Output Preview](/metrics-output.webp)\n\n## Color-coded indicators for bundle sizes\n\n- 🟢 Green: \u003c 16kB\n- 🟡 Yellow: \u003c 64kB\n- 🔴 Red: \u003c 120kB\n- 🟣 Magenta: \u003e= 120kB\n\n## License\n\nLicensed under the [MIT License](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupitsdu%2Frollup-plugin-bundlens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsupitsdu%2Frollup-plugin-bundlens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsupitsdu%2Frollup-plugin-bundlens/lists"}