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-flatten
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12)
# , gulp
, mocha (>= 4)
, node-plugin-error
, node-should (>= 7.1.1)
, node-through2 (>= 2.0.0)
, node-vinyl
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-flatten
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-flatten.git
Homepage: https://github.com/armed/gulp-flatten
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-gulp-flatten
Architecture: all
Depends: ${misc:Depends}
, node-plugin-error
, node-through2 (>= 2.0.0)
, nodejs
Recommends: gulp
Enhances: gulp
Description: remove or replace relative path for files
By default gulp stores files with it's relative paths. Use case: To copy all
minified javascript files from bower_components to build folder without
relative paths when you have multiple modules in different sub directories.
.
Node.js is an event-based server-side JavaScript engine.
|