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
|
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)
, node-aproba
, node-fs-write-stream-atomic
, node-iferr
, node-mkdirp (>= 1)
, node-rimraf (>= 2.5.4)
, node-run-queue
, node-tacks
, node-tap (>= 8)
, dh-sequence-nodejs
Standards-Version: 4.5.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
, node-iferr
, node-mkdirp (>= 1)
, node-rimraf (>= 2.5.4)
, node-run-queue
, nodejs (>= 4)
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.
|