Source: node-duplicate-package-checker-webpack-plugin
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-chalk (>= 2.3.0)
 , node-emotion (>= 1.0.0)
 , node-lodash (>= 4.17.4)
 , node-semver (>= 5.4.1)
 , node-babel7
 , jest <!nocheck>
 , webpack <!nocheck>
Standards-Version: 4.7.3
Homepage: https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#readme
Vcs-Git: https://salsa.debian.org/js-team/node-duplicate-package-checker-webpack-plugin.git
Vcs-Browser: https://salsa.debian.org/js-team/node-duplicate-package-checker-webpack-plugin
Rules-Requires-Root: no

Package: node-duplicate-package-checker-webpack-plugin
Architecture: all
Depends:
 ${misc:Depends}
 , node-chalk (>= 2.3.0)
 , node-emotion (>= 1.0.0)
 , node-lodash (>= 4.17.4)
 , node-semver (>= 5.4.1)
Multi-Arch: foreign
Enhances: webpack
Breaks: jupyterlab (<< 4.0.11+ds2~)
Replaces: jupyterlab (<< 4.0.11+ds2~)
Description: Duplicate package version detector for Webpack
 This Webpack plugin identifies situations where multiple versions
 of the same dependency are inadvertently included in a
 Webpack bundle, typically as a result of version discrepancies
 within the dependency graph. Such duplication occurs silently during
 the build process, increasing bundle size and potentially introducing
 subtle, difficult‑to‑diagnose runtime issues.
 By detecting and reporting these occurrences, the plugin helps maintain
 a lean, consistent, and reliable dependency set.
 .
 Webpack is a module bundler that processes application modules
 and assets, producing optimized output bundles that consolidate
 all required code for deployment.
 .
 Node.js is an event-based server-side JavaScript engine.
