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
|
Source: node-p-finally
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Shirish Togarla <shirishtogarla533@gmail.com>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-tape <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-p-finally
Vcs-Git: https://salsa.debian.org/js-team/node-p-finally.git
Homepage: https://github.com/sindresorhus/p-finally
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-p-finally
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Invoked when the promise is settled regardless of outcome
`Promise
regardless of outcome. It can be used for cleanup purpose.
.
This library is a dependency of ava, a futuristic test runner.
.
Node.js is an event-based server-side JavaScript engine.
|