File: control

package info (click to toggle)
node-babylon 6.18.0%2B~6.16.6-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 26,940 kB
  • sloc: javascript: 9,374; makefile: 30
file content (34 lines) | stat: -rw-r--r-- 1,103 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
Source: node-babylon
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , node-babel7
 , node-chalk
 , node-rimraf
 , node-semver <!nocheck>
 , node-tape <!nocheck>
 , dh-sequence-nodejs
 , debhelper
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-babylon
Vcs-Git: https://salsa.debian.org/js-team/node-babylon.git
Homepage: https://babeljs.io/
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-babylon
Architecture: all
Depends: ${misc:Depends}
 , nodejs:any
Multi-Arch: foreign
Provides: ${nodejs:Provides}
Description: JavaScript parser used in Babel
 Babel is a JavaScript compiler to use next generation JavaScript, today.
 .
 ES2015 and beyond: Babel has support for the latest version of JavaScript
 through syntax transformers. These plugins allow you to use new syntax, right
 now without waiting for browser support.
 .
 Node.js is an event-based server-side JavaScript engine.