should.js 13.2.3~dfsg-6 source package in Ubuntu

Changelog

should.js (13.2.3~dfsg-6) unstable; urgency=medium

  [ Yadd ]
  * Set upstream metadata fields: Bug-Submit.
  * Add ctype=nodejs to component(s)
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs
  * Uploaders: replace Leo Iannacone by myself, thanks for your work!

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-should: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Fri, 02 Dec 2022 10:31:53 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
should.js_13.2.3~dfsg-6.dsc 3.7 KiB 6064fe74896c8e9deb25a8c77a11329f9a88267b4ed01646090e94ec28e0397a
should.js_13.2.3~dfsg.orig-should-equal.tar.gz 6.7 KiB e994a653a418cb223c53d337a331ed11c75668584f0e01b6b188f8327926c341
should.js_13.2.3~dfsg.orig-should-format.tar.gz 5.2 KiB 3564150d37413924f10bea56ee6feb856903284b8add92d7e6d3362df8e32536
should.js_13.2.3~dfsg.orig-should-type-adaptors.tar.gz 3.2 KiB e23fdf4534fc242cae5945d792b092fc767e469982991f94fe36c0051bcbbc88
should.js_13.2.3~dfsg.orig-should-type.tar.gz 3.4 KiB ee8974807dd19e7d53972e9e6c4d3c4ad772132cd7c704636a7779e996fd8556
should.js_13.2.3~dfsg.orig-should-util.tar.gz 1.7 KiB d8b24edcd74d74122a32ce05f76ddd331f160949643b2b62f3974a16f8705765
should.js_13.2.3~dfsg.orig.tar.gz 41.3 KiB f6e6bbc6f07d62e49109b95050375934eb74c947763011a883177abebd4a59fc
should.js_13.2.3~dfsg-6.debian.tar.xz 5.4 KiB 9d18ea545d5ece259cda22dff6e253f0269958769f31dcb4fcc43f3cd1f2f6ff

Available diffs

No changes file available.

Binary packages built by this source

libjs-should: behavior driven test assertions library - browser module

 Should is an expressive, readable, test framework agnostic, assertion library.
 It helps keeping test code clean and error messages helpful.
 .
 It extends Object.prototype with a single non-enumerable getter that
 allows one to express how the object should behave.
 .
 This package provides should for use directly in web browsers.

node-should: behavior driven test assertions library - Node.js module

 Should is an expressive, readable, test framework agnostic, assertion library.
 It helps keeping test code clean and error messages helpful.
 .
 It extends Object.prototype with a single non-enumerable getter that
 allows one to express how the object should behave.
 .
 Node.js is an event-based server-side JavaScript engine.