Source: node-any-promise Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-bluebird , node-es6-promise , node-immediate , node-is-promise , node-lie , node-pinkie , node-promise , node-q , node-rsvp , node-tape , node-when , uglifyjs Standards-Version: 4.6.1 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} Provides:${nodejs:Provides} Multi-Arch: foreign 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.