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-pify
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-pinkie-promise <!nocheck>
, node-tape <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-pify
Vcs-Git: https://salsa.debian.org/js-team/node-pify.git
Homepage: https://github.com/sindresorhus/pify
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-pify
Architecture: all
Depends: ${misc:Depends}
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: promisify a callback-style function
pify permits ont to transform a callback-style function into a
promise-style function. In comparison with builtin function `util.promisify`,
pify is faster, supports wrapping a whole module/object, has useful options
and does have a magic behavior for certain Node.js methods.
|