File: control

package info (click to toggle)
node-gulp-tap 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: makefile: 4; javascript: 2
file content (34 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: node-gulp-tap
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Mathias Gibbens <mathias@calenhad.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , coffeescript
 , gulp
 , node-tap
 , node-through2 (>= 3.0.1)
Standards-Version: 4.6.1
Homepage: https://github.com/geejs/gulp-tap
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-tap.git
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-tap
Rules-Requires-Root: no

Package: node-gulp-tap
Architecture: all
Depends:
 ${misc:Depends}
 , node-through2 (>= 3.0.1)
Multi-Arch: foreign
Description: 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.