{"id":20754507,"url":"https://github.com/atlassian-labs/webpack-deduplication-plugin","last_synced_at":"2025-05-08T21:29:09.945Z","repository":{"id":42913886,"uuid":"249308838","full_name":"atlassian-labs/webpack-deduplication-plugin","owner":"atlassian-labs","description":"Plugin for webpack that de-duplicates transitive dependencies in yarn and webpack-based projects.","archived":false,"fork":false,"pushed_at":"2023-10-12T03:06:29.000Z","size":892,"stargazers_count":76,"open_issues_count":21,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-08T21:29:04.755Z","etag":null,"topics":["dependencies","webpack-plugin","webpack4"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atlassian-labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-03-23T01:35:15.000Z","updated_at":"2024-06-29T14:04:49.000Z","dependencies_parsed_at":"2024-06-18T20:48:04.881Z","dependency_job_id":"7c31de77-022e-4987-9586-3c6fba6a253d","html_url":"https://github.com/atlassian-labs/webpack-deduplication-plugin","commit_stats":{"total_commits":37,"total_committers":8,"mean_commits":4.625,"dds":0.5405405405405406,"last_synced_commit":"fb8b8d763b589fd955972088d0c18cfedc4a86d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian-labs%2Fwebpack-deduplication-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian-labs%2Fwebpack-deduplication-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian-labs%2Fwebpack-deduplication-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atlassian-labs%2Fwebpack-deduplication-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atlassian-labs","download_url":"https://codeload.github.com/atlassian-labs/webpack-deduplication-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253153011,"owners_count":21862292,"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":["dependencies","webpack-plugin","webpack4"],"created_at":"2024-11-17T09:18:05.848Z","updated_at":"2025-05-08T21:29:09.895Z","avatar_url":"https://github.com/atlassian-labs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Webpack Deduplication Plugin\n\nPlugin for webpack that de-duplicates transitive dependencies in yarn and webpack-based projects.\n\n## Usage\n\nImport it from the package\n\n```\nconst { WebpackDeduplicationPlugin } = require('webpack-deduplication-plugin');\n```\n\nAnd add it to your webpack config:\n\n```\nplugins: [\n    new WebpackDeduplicationPlugin({\n        cacheDir: cacheDirPath,\n        rootPath: rootPath,\n    }),\n]\n```\n\nwhere:\n\n-   cacheDirPath - absolute path to the directory where the cache of the duplicates will be stored.\n    Cache is based on the content of `yarn.lock` file and will be updated with every change.\n    If not provided then the duplicates will be re-generated with every run.\n\n*   rootPath - absolute path to the root of the project. If not provided it will be auto-detected\n    by [`app-root-path`](https://www.npmjs.com/package/app-root-path) plugin\n\n## Development\n\nTBD\n\n## Contributions\n\nContributions to Webpack Deduplication Plugin are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.\n\n## License\n\nCopyright (c) 2020 Atlassian and others.\nApache 2.0 licensed, see [LICENSE](LICENSE) file.\n\n\u003cbr/\u003e\n\n[![With ❤️ from Atlassian](https://raw.githubusercontent.com/atlassian-internal/oss-assets/master/banner-with-thanks.png)](https://www.atlassian.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassian-labs%2Fwebpack-deduplication-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatlassian-labs%2Fwebpack-deduplication-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatlassian-labs%2Fwebpack-deduplication-plugin/lists"}