File: control

package info (click to toggle)
node-gulp 4.0.2%2B~cs54.26.36-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,636 kB
  • sloc: javascript: 1,133,545; sh: 12; makefile: 6
file content (131 lines) | stat: -rw-r--r-- 3,752 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Source: node-gulp
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
 , mocha <!nocheck>
 , node-ansi-colors <!nocheck>
 , node-anymatch <!nocheck>
 , node-archy <!nocheck>
 , node-arr-flatten <!nocheck>
 , node-array-each <!nocheck>
 , node-array-slice <!nocheck>
 , node-chokidar <!nocheck>
 , node-concat-stream <!nocheck>
 , node-define-properties <!nocheck>
 , node-end-of-stream <!nocheck>
 , node-es6-iterator <!nocheck>
 , node-es6-symbol <!nocheck>
 , node-es6-weak-map <!nocheck>
 , node-expand-tilde <!nocheck>
 , node-fancy-log <!nocheck>
 , node-fast-levenshtein <!nocheck>
 , node-findup-sync <!nocheck>
 , node-fined <!nocheck>
 , node-for-own <!nocheck>
 , node-get-value <!nocheck>
 , node-gulplog <!nocheck>
 , node-has <!nocheck>
 , node-interpret <!nocheck>
 , node-is-generator-function <!nocheck>
 , node-is-negated-glob <!nocheck>
 , node-is-number <!nocheck>
 , node-is-plain-object <!nocheck>
 , node-is-regex <!nocheck>
 , node-is-unc-path <!nocheck>
 , node-is-windows <!nocheck>
 , node-isobject <!nocheck>
 , node-kind-of <!nocheck>
 , node-liftoff <!nocheck>
 , node-make-iterator <!nocheck>
 , node-marked-man
 , node-micromatch <!nocheck>
 , node-minimist <!nocheck>
 , node-mkdirp (>= 1) <!nocheck>
 , node-normalize-path <!nocheck>
 , node-object-inspect <!nocheck>
 , node-once <!nocheck>
 , node-parse-node-version <!nocheck>
 , node-pretty-hrtime <!nocheck>
 , node-process-nextick-args <!nocheck>
 , node-remove-trailing-separator <!nocheck>
 , node-resolve <!nocheck>
 , node-rimraf (>= 4.0.0) <!nocheck>
 , node-stack-trace <!nocheck>
 , node-tmatch <!nocheck>
 , node-v8flags <!nocheck>
 , node-vinyl-fs <!nocheck>
 , node-yargs <!nocheck>
# for gulp-cli test
 , node-fs-extra <!nocheck>
 , node-semver <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp
Vcs-Git: https://salsa.debian.org/js-team/node-gulp.git
Homepage: https://gulpjs.com
Rules-Requires-Root: no

Package: gulp
Architecture: all
Depends: ${misc:Depends}
 , node-ansi-colors
 , node-anymatch
 , node-archy
 , node-arr-flatten
 , node-array-each
 , node-array-slice
 , node-chokidar
 , node-concat-stream
 , node-end-of-stream
 , node-es6-iterator
 , node-es6-symbol
 , node-es6-weak-map
 , node-expand-tilde
 , node-fancy-log
 , node-fast-levenshtein
 , node-findup-sync
 , node-fined
 , node-for-own
 , node-get-value
 , node-gulplog
 , node-interpret
 , node-is-negated-glob
 , node-is-number
 , node-is-plain-object (>= 5.0.0-5~)
 , node-is-unc-path
 , node-is-windows
 , node-isobject
 , node-kind-of
 , node-liftoff
 , node-make-iterator
 , node-micromatch
 , node-minimist
 , node-normalize-path
 , node-object-inspect
 , node-once
 , node-parse-node-version
 , node-pretty-hrtime
 , node-process-nextick-args
 , node-remove-trailing-separator
 , node-resolve
 , node-stack-trace
 , node-v8flags
 , node-vinyl-fs
 , node-yargs
 , nodejs:any
Provides: ${nodejs:Provides}
Description: streaming build system to automate painful or time-consuming tasks
 gulp is a toolkit that helps you automate painful or time-consuming tasks in
 your development workflow.
 .
 Platform-agnostic - Integrations are built into all major IDEs and people are
 using gulp with PHP, .NET, Node.js, Java, and other platforms.
 Strong Ecosystem - Use npm modules to do anything you want + over 2000 curated
 plugins for streaming file transformations
 Simple - By providing only a minimal API surface, gulp is easy to learn and
 simple to use
 .
 Node.js is an event-based server-side JavaScript engine.