node-gulp-tap 2.0.0-3 source package in Ubuntu

Changelog

node-gulp-tap (2.0.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-gulp-tap: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 14:16:48 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-gulp-tap_2.0.0-3.dsc 2.0 KiB 76e104dd2e7ebdd4905645ae52c5058eafc0d5cd0cc45e23553e0cd3d1033fed
node-gulp-tap_2.0.0.orig.tar.gz 5.1 KiB 3e793127912bcf96dde4b5f8c0e570007ae45b0958124ccc99d40c18c82d58e9
node-gulp-tap_2.0.0-3.debian.tar.xz 2.4 KiB 22d4d01535c772fa241fd061bc4d5f332c354d28493a08f6156718f12078eedd

Available diffs

No changes file available.

Binary packages built by this source

node-gulp-tap: Easily tap into a gulp pipeline

 Some filters like gulp-coffee process all files. What if you want to process
 all JS and Coffee files in a single pipeline? Use tap to filter out .coffee
 files and process them through the coffee filter and let JavaScript files
 pass through.
 .
 If you do not return a stream, tap forwards your changes.
 .
 Node.js is an event-based server-side JavaScript engine.