File: control

package info (click to toggle)
node-babel-plugin-transform-async-to-bluebird 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: makefile: 4; sh: 2
file content (32 lines) | stat: -rw-r--r-- 1,193 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
Source: node-babel-plugin-transform-async-to-bluebird
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Hubert Chathi <uhoreg@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-babel-cli
 , node-babel-preset-es2015
 , node-babel-plugin-transform-flow-strip-types
 , node-babel-register
 , node-bluebird
# , mocha
Standards-Version: 4.2.1
Homepage: https://github.com/chpio/babel-plugin-transform-async-to-bluebird
Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-transform-async-to-bluebird.git
Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-transform-async-to-bluebird

Package: node-babel-plugin-transform-async-to-bluebird
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-babel-traverse (>= 6.10.4)
 , node-babel-helper-function-name (>= 6.8.0)
 , node-babel-template (>= 6.9.0)
 , node-babel-plugin-syntax-async-functions (>= 6.8.0)
Description: Convert async functions to Bluebird promises
 Babel is a JavaScript compiler to use next generation JavaScript, today.
 .
 This plugin for Babel converts ES2017 async functions to Bluebird promises.