Source: node-any-promise Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , node-bluebird , node-es6-promise , node-immediate , node-is-promise , node-lie , node-pinkie , node-promise , node-q , node-tape , node-when , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-any-promise Vcs-Git: https://salsa.debian.org/js-team/node-any-promise.git Homepage: https://github.com/kevinbeaty/any-promise Rules-Requires-Root: no Package: node-any-promise Architecture: all Depends: ${misc:Depends} , nodejs Description: Resolve any installed ES6 compatible promise Let your library support any ES 2015 (ES6) compatible `Promise` and leave the choice to application authors. The application can *optionally* register its preferred `Promise` implementation and it will be exported when requiring `any-promise` from library code. . Node.js is an event-based server-side JavaScript engine.