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
|
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 (= 12)
, mocha
, node-archy
, node-arr-flatten
, node-chalk
, node-chokidar (>= 2.0~)
, node-concat-stream
, node-deprecated
, node-es6-weak-map
, node-find-up
, node-for-own
, node-function-bind
, node-get-value
, node-gulp-util
, node-interpret
, node-is-unc-path (>= 1.0~)
, node-liftoff (>= 3.1~)
, node-marked-man
, node-minimist
, node-mkdirp (>= 1) <!nocheck>
, node-normalize-package-data
, node-object-inspect
, node-orchestrator
, node-parse-json
, node-pinkie-promise
, node-pretty-hrtime
, node-q
, node-rimraf
, node-semver (>= 4.1.0)
, node-set-blocking
, node-should
, node-string-width
, node-tildify
, node-v8flags
, node-vinyl-fs (>= 3.0.3-2~)
, node-y18n
, node-yargs-parser
, pkg-js-tools (>= 0.9.29~)
Standards-Version: 4.5.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-archy
, node-arr-flatten
, node-chalk
, node-chokidar (>= 2.0~)
, node-concat-stream
, node-defaults
, node-deprecated
, node-es6-weak-map
, node-find-up
, node-for-own
, node-get-value
, node-globule
, node-gulp-util
, node-interpret
, node-is-unc-path (>= 1.0~)
, node-liftoff (>= 3.1~)
, node-minimist
, node-normalize-package-data
, node-orchestrator
, node-parse-json
, node-pinkie-promise
, node-pretty-hrtime
, node-semver (>= 4.1.0)
, node-set-blocking
, node-string-width
, node-tildify
, node-v8flags
, node-vinyl-fs (>= 3.0.3-2~)
, node-y18n
, node-yargs-parser
, nodejs
Provides: node-gulp, ${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.
|