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-es6-promise
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 12),
node-babel-loader (>= 8.0.1),
node-babel7,
node-babel-plugin-add-module-exports,
nodejs (>= 8.9~),
uglifyjs.terser,
webpack (>= 4~),
pkg-js-tools (>= 0.8.11)
Standards-Version: 4.5.0
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
Rules-Requires-Root: no
Package: node-es6-promise
Architecture: all
Multi-Arch: foreign
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.
|