{"id":19560660,"url":"https://github.com/zoubin/dedupify","last_synced_at":"2026-06-10T13:31:37.429Z","repository":{"id":145175605,"uuid":"52956260","full_name":"zoubin/dedupify","owner":"zoubin","description":"Replace the default dedupe transform for browserify","archived":false,"fork":false,"pushed_at":"2016-03-03T02:25:32.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-15T22:41:50.627Z","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/zoubin.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":"2016-03-02T11:01:44.000Z","updated_at":"2016-03-02T11:54:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"59369408-7a33-4464-abd2-7063e1d6b15d","html_url":"https://github.com/zoubin/dedupify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zoubin/dedupify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fdedupify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fdedupify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fdedupify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fdedupify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoubin","download_url":"https://codeload.github.com/zoubin/dedupify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoubin%2Fdedupify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34155422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11T05:08:24.065Z","updated_at":"2026-06-10T13:31:37.401Z","avatar_url":"https://github.com/zoubin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dedupify\n[![version](https://img.shields.io/npm/v/dedupify.svg)](https://www.npmjs.org/package/dedupify)\n[![status](https://travis-ci.org/zoubin/dedupify.svg)](https://travis-ci.org/zoubin/dedupify)\n![node](https://img.shields.io/node/v/dedupify.svg)\n\nReplace the default dedupe transform for browserify,\nto fix [substack/factor-bundle#51](https://github.com/substack/factor-bundle/issues/51).\n\n## Usage\n\n```js\nconst browserify = require('browserify')\nconst dedupify = require('dedupify')\n\nvar b = browserify(opts)\nb.plugin(dedupify)\nb.on('dedupify.deduped', (o) =\u003e {\n  console.warn('Duplicates of modules found!', o.file, o.dup)\n})\n\n```\n\n**NOTE**\nThis plugin disables the dedupe transform, so you probably should warn the developer to reinstall dependencies manually.\n\n## Events\n\n### b.on('dedupify.deduped', o)\n\n`o.file` and `o.dup` are file paths to the two modules\nwhich have the same contents.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoubin%2Fdedupify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoubin%2Fdedupify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoubin%2Fdedupify/lists"}