node-tape 5.5.2+~cs8.20.16-1 source package in Ubuntu
Changelog
node-tape (5.5.2+~cs8.20.16-1) unstable; urgency=medium * Team upload * New upstream version 5.5.2+~cs8.20.16 -- Yadd <email address hidden> Tue, 15 Feb 2022 12:21:44 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- javascript
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-tape_5.5.2+~cs8.20.16-1.dsc | 4.4 KiB | 0e389eb537e79078d3fe102550485aaa59d3f18cda6ca8c92a9752dd3b7ff755 |
node-tape_5.5.2+~cs8.20.16.orig-array-prototype-every.tar.gz | 11.1 KiB | c7fd06c306ba6204ad84d2c52be39e56046b22b4e3c519d28221a037b230b5ff |
node-tape_5.5.2+~cs8.20.16.orig-dotignore.tar.gz | 2.5 KiB | c59bbc34a8eb8d4b38137c1d0d4d9b79875f6f574a6afde2fa14c3374e2f2860 |
node-tape_5.5.2+~cs8.20.16.orig-for-each.tar.gz | 4.4 KiB | 4b86c1bf7c2314b25b5b7d40c1186dddbe1469dad663b8402b352e9d90faebf6 |
node-tape_5.5.2+~cs8.20.16.orig-has-dynamic-import.tar.gz | 7.2 KiB | 44568d32e48e9edc8717da24a415aa17cf4c16933421358e0c94b5c51c55dfd1 |
node-tape_5.5.2+~cs8.20.16.orig-stringprototypetrim.tar.gz | 10.6 KiB | e189438c2ccc751dc909b03353f52d46c2357cc5a5bcf7ef5f7202ab67b0124e |
node-tape_5.5.2+~cs8.20.16.orig-types-tape.tar.gz | 3.8 KiB | fd2899d3ca0667651d0067f5580d72daeda4fbda662ff9528fcb013146d67fbf |
node-tape_5.5.2+~cs8.20.16.orig.tar.gz | 48.5 KiB | f791e56aae22854105f8fa2f3603c327bd8e3bc29a533d1d364aeada64b13680 |
node-tape_5.5.2+~cs8.20.16-1.debian.tar.xz | 5.0 KiB | 12530caca82e7ee4fa016e9479b726188c4c6654314c21466ee6650b1ac425ac |
Available diffs
No changes file available.
Binary packages built by this source
- node-tape: tap-producing test harness for node and browsers
Tape is a tap-producing test harness for node and browsers requiring
only a few line of code. It can be used for unit and integration testing.
.
Tests are written in pure javascript, so tests could be run using Node.js.
.
Node.js is an event-based server-side JavaScript engine.