File: control

package info (click to toggle)
node-buble 0.20.0%2B~0.20.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,304 kB
  • sloc: javascript: 12,767; makefile: 30; sh: 12
file content (52 lines) | stat: -rw-r--r-- 1,657 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: node-buble
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , node-acorn (>= 6~)
 , node-babel7
 , node-chalk
 , node-console-group
 , node-magic-string (>= 0.25.7)
 , node-minimist
 , node-regexpu-core
 , node-rimraf
 , node-rollup-plugin-babel
 , node-rollup-plugin-commonjs (>= 15~)
 , node-rollup-plugin-json (>= 4.1~)
 , node-rollup-plugin-node-resolve (>= 9~)
 , quilt
 , rollup
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-buble
Vcs-Git: https://salsa.debian.org/js-team/node-buble.git
Homepage: https://github.com/bublejs/buble
Rules-Requires-Root: no

Package: node-buble
Architecture: all
Depends: ${misc:Depends}
 , node-acorn (>= 6.0~)
 , node-chalk
 , node-magic-string
 , node-minimist
 , node-regexpu-core
 , nodejs:any
Breaks: rollup (<< 0.68.2+ds~)
Provides: ${nodejs:Provides}
XB-Javascript-Built-Using: ${nodejs:BuiltUsing}
Description: Fast ES2015 compiler for Node.js
 Bublé is a ES2015 compiler : it will turn ES6 javascript code into
 Javascript that can run in older ES5 environments. Notice that not all
 of ES6 is supported, either because they give size or performance issues
 or because they can't be transpiled to ES5.
 .
 ES6 (or ES2015) is ECMAScript version 6 released in 2015 and is supported
 for instance by Firefox 55. The older ES5 released in 2011 was supported
 for instance by Firefox 4.
 .
 Node.js is an event-based server-side JavaScript engine.