File: control

package info (click to toggle)
node-grunt-contrib-copy 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: javascript: 285; makefile: 4
file content (23 lines) | stat: -rw-r--r-- 871 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
Source: node-grunt-contrib-copy
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-grunt-contrib-copy
Vcs-Git: https://salsa.debian.org/js-team/node-grunt-contrib-copy.git
Homepage: https://github.com/gruntjs/grunt-contrib-copy
Rules-Requires-Root: no

Package: node-grunt-contrib-copy
Architecture: all
Depends: ${misc:Depends}
 , node-chalk
 , node-file-sync-cmp
Description: Copy files and folders
 Node.js module that provides a grunt plugin to copy files and folders.
 Supports recursive copying, flattening, and processing files on the fly.
 .
 Node.js is an event-based server-side JavaScript engine.