File: control

package info (click to toggle)
node-es6-promise 3.2.2%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 105
  • sloc: makefile: 6; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,189 bytes parent folder | download | duplicates (2)
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
Source: node-es6-promise
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 9), nodejs, node-es6-module-transpiler, uglifyjs
Standards-Version: 3.9.8
Homepage: https://github.com/jakearchibald/es6-promise
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-es6-promise.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es6-promise.git

Package: node-es6-promise
Architecture: all
Depends: ${misc:Depends} , nodejs
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
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.