control 815 B

12345678910111213141516171819202122232425262728293031
  1. Source: node-chai-as-promised
  2. Section: web
  3. Priority: optional
  4. Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
  5. Uploaders: Jeff Cliff <jeffrey.cliff@gmail.com>
  6. Build-Depends:
  7. debhelper (>= 9)
  8. , dh-buildinfo
  9. , nodejs
  10. , eslint
  11. , chai
  12. , mocha
  13. , libjs-bignumber
  14. , node-readable-stream
  15. , node-safe-buffer
  16. , node-istanbul
  17. , node-check-error
  18. Standards-Version: 3.9.8
  19. Homepage: https://notabug.org/themusicgod1/chai-as-promised
  20. Package: node-chai-as-promised
  21. Architecture: all
  22. Depends:
  23. ${misc:Depends}
  24. , nodejs
  25. , node-check-error
  26. Description: Extends Chai with a fluent language for asserting facts about promises.
  27. Instead of manually wiring up your expectations to a promise's fulfilled and rejected handlers
  28. you can write code that expresses what you really mean.