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
|
Source: node-pinkyswear
Section: javascript
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, uglifyjs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/node-pinkyswear
Vcs-Git: https://salsa.debian.org/science-team/node-pinkyswear.git
Homepage: https://github.com/timjansen/PinkySwear.js
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-pinkyswear
Architecture: all
Depends: ${misc:Depends}
, nodejs
Multi-Arch: foreign
Description: very small implementation of the Promises/A+ specification
This Node.js package is a minimalist Promises/A+ implementation for embedding.
You can use it as a lightweight dependency for your library if you need to
return a promise. It is not intended as a stand-alone library for more complex
applications, and therefore does not support assimilation of other promises.
.
Node.js is an event-based server-side JavaScript engine.
|