File: control

package info (click to toggle)
node-bluebird 3.5.1%2Bdfsg2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,796 kB
  • sloc: makefile: 90; sh: 38
file content (39 lines) | stat: -rw-r--r-- 1,300 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
Source: node-bluebird
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>,
 Hubert Chathi <uhoreg@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 10),
               dh-buildinfo,
               nodejs (>= 6.11~),
               node-uglify,
               mocha,
               node-cross-spawn,
               node-cli-table,
               node-rimraf,
               node-optimist,
               node-acorn (>= 5.5),
               node-body-parser,
               node-co,
               node-glob,
               node-mkdirp,
               node-rx,
               node-serve-static,
               node-sinon
Standards-Version: 4.1.1
Vcs-Browser: https://salsa.debian.org/js-team/node-bluebird
Vcs-Git: https://salsa.debian.org/js-team/node-bluebird.git
Homepage: https://github.com/petkaantonov/bluebird

Package: node-bluebird
Architecture: all
Depends: ${misc:Depends},
         nodejs
Description: Fully featured Promises/A+ implementation for Node.js
 Bluebird is a fully featured Promise library with a focus on
 innovative features and performance.
 .
 This package contains the bluebird module for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.