File: control

package info (click to toggle)
node-es6-promise 4.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 480 kB
  • sloc: makefile: 7; sh: 2
file content (36 lines) | stat: -rw-r--r-- 1,375 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
Source: node-es6-promise
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11),
               node-babel-cli,
               node-babel-loader,
               node-babel-plugin-add-module-exports,
               node-babel-preset-es2015,
               nodejs (>= 8.9~),
               node-uglify,
               webpack
Standards-Version: 4.2.1
Homepage: https://github.com/jakearchibald/es6-promise
Vcs-Git: https://salsa.debian.org/js-team/node-es6-promise.git
Vcs-Browser: https://salsa.debian.org/js-team/node-es6-promise

Package: node-es6-promise
Architecture: all
Depends: nodejs, ${misc:Depends}
Description: Lightweight async code library for JavaScript (Node.js module)
 A lightweight library that provides tools for organizing asynchronous code
 in the browser, according to the ECMAScript 6 Promise, but as an ECMAScript 5
 library.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-es6-promise
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Lightweight async code library for JavaScript
 A lightweight library that provides tools for organizing asynchronous code
 in the browser, according to the ECMAScript 6 Promise, but as an ECMAScript 5
 library.