Source: node-rollup-plugin-license
Section: javascript
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-commenting (>= 1.1.0)
 , node-fdir (>= 6.4.3)
 , node-lodash (>= 4.17.21)
 , node-magic-string (>= 0.30.0)
 , node-moment (>= 2.30.1)
 , node-spdx-expression-validate (>= 2.0.0)
 , node-spdx-satisfies (>= 5.0.1)
 , rollup
 , node-rollup-plugin-babel
Standards-Version: 4.7.4
Homepage: https://github.com/mjeanroy/rollup-plugin-license
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-license.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-license

Package: node-rollup-plugin-license
Architecture: all
Depends:
 ${misc:Depends}
 , node-commenting (>= 1.1.0)
 , node-fdir (>= 6.4.3)
 , node-lodash (>= 4.17.21)
 , node-magic-string (>= 0.30.0)
 , node-moment (>= 2.30.1)
 , node-spdx-expression-validate (>= 2.0.0)
 , node-spdx-satisfies (>= 5.0.1)
enhances: rollup
suggests: rollup
Description: rollup plugin for injecting license banners into bundled output
 Rollup‑plugin‑license is a Rollup plugin that automatically collects
 license information from your project’s dependencies and inserts
 a formatted license banner into your final bundle.
 .
 It scans package metadata, aggregates copyright notices,
 and generates a consistent header that can be added to each output file
 or written to a standalone report. This helps ensure compliance when distributing builds,
 keeps licensing information visible and traceable, and removes the manual overhead
 of maintaining license blocks across multiple bundles.
 .
 Rollup is a modern JavaScript bundler that takes many separate source files and combines
 them into one or more optimized output bundles.
 A bundle in JavaScript is a single output file that contains all the code your
 application needs, produced after Rollup analyzes your modules and merges
 them into a unified, optimized package.
 .
 Node.js is an event-based server-side JavaScript engine.
