File: control

package info (click to toggle)
node-gulp-util 3.0.36%2B~cs7.1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 708 kB
  • sloc: javascript: 1,591; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,207 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
35
36
37
Source: node-gulp-util
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
# for gulp-replace -> replacestream
 , node-concat-stream <!nocheck>
 , chai <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-util
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-util.git
Homepage: https://github.com/gulpjs/gulp-util
Rules-Requires-Root: no

Package: node-gulp-util
Architecture: all
Depends: ${misc:Depends}
# for gulp-header
 , node-concat-with-sourcemaps
 , node-through2
 , node-lodash-packages
# for gulp-replace
 , node-readable-stream (>= 3.0~)
 , node-istextorbinary
 , node-escape-string-regexp
 , node-object-assign
Provides: ${nodejs:Provides}
Description: Type definitions for gulp-util Node.js module
 gulp-util module has been deprecated. More information
 at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
 .
 This package now only includes type definitions of gulp-util.
 .
 Node.js is an event-based server-side JavaScript engine.