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
|
Source: node-copy-concurrently
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 (= 13)
, dh-sequence-nodejs
, node-aproba <!nocheck>
, node-fs-write-stream-atomic (>= 1.0.10-6~) <!nocheck>
, node-iferr <!nocheck>
, node-mkdirp (>= 1) <!nocheck>
, node-rimraf <!nocheck>
, node-run-queue <!nocheck>
, node-tacks <!nocheck>
, node-tap <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-copy-concurrently
Vcs-Git: https://salsa.debian.org/js-team/node-copy-concurrently.git
Homepage: https://www.npmjs.com/package/copy-concurrently
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-copy-concurrently
Architecture: all
Depends: ${misc:Depends}
, node-aproba
, node-fs-write-stream-atomic (>= 1.0.10-6~)
, node-iferr
, node-mkdirp (>= 1)
, node-rimraf
, node-run-queue
Description: Copy files, directories and symlinks concurrently
Promises of copies of files, directories and symlinks, with concurrency
controls and win32 junction fallback.
.
Ownership is maintained when running as root, permissions are always
maintained. On Windows, if symlinks are unavailable then junctions will be
used.
.
Node.js is an event-based server-side JavaScript engine.
|