File: control

package info (click to toggle)
node-rollup-plugin-buble 0.19.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: makefile: 38; sh: 2
file content (26 lines) | stat: -rw-r--r-- 999 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.