Source: node-rollup-plugin-buble
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: babeljs,
               debhelper (>= 11),
               rollup,
	       node-buble,
               node-rollup-pluginutils,
	       mocha <!nocheck>
Standards-Version: 4.2.1
Homepage: https://github.com/rollup/rollup-plugin-buble
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-buble.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-buble

Package: node-rollup-plugin-buble
Architecture: all
Depends: node-buble,
         node-rollup-pluginutils (>= 1.5.0),
         nodejs,
         ${misc:Depends}
Description: Rollup plugin to convert ES2015 to more common javascript using buble
 This plugin for rollup will convert javascript using the too-recent
 ES2015 standard to older and more common javascript variants, using the
 buble transpiler.
