File: control

package info (click to toggle)
node-grunt-replace 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: javascript: 445; sh: 17; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (2)
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
Source: node-grunt-replace
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Build-Depends: debhelper (>= 9),
               dh-buildinfo,
               nodejs,
               grunt,
               node-grunt-contrib-clean,
               node-applause,
               node-file-sync-cmp
Standards-Version: 4.1.2
Homepage: https://github.com/outatime/grunt-replace#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-grunt-replace.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-grunt-replace.git

Package: node-grunt-replace
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-applause (>= 1.2.2),
         node-chalk (>= 1.1.0),
         node-file-sync-cmp (>= 0.1.0),
         node-lodash (>= 4.11.0)
Description: Replace text patterns with applause
 Grunt-replace uses the node-applause module to replace any text pattern
 with new text.
 .
 Node.js is an event-based server-side JavaScript engine.