File: control

package info (click to toggle)
node-rollup-plugin-replace 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 376 kB
  • sloc: makefile: 6; sh: 2
file content (27 lines) | stat: -rw-r--r-- 1,123 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
24
25
26
27
Source: node-rollup-plugin-replace
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11),
               node-magic-string,
               node-rollup-pluginutils,
               rollup
Standards-Version: 4.2.1
Homepage: https://github.com/rollup/rollup-plugin-replace
Vcs-Git: https://salsa.debian.org/git/js-team/node-rollup-plugin-replace.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-replace

Package: node-rollup-plugin-replace
Architecture: all
Depends: node-magic-string (>= 0.15.2),
         node-minimatch (>= 3.0.2),
         node-rollup-pluginutils (>= 1.5.0),
         nodejs,
         ${misc:Depends}
Description: Rollup plugin to make string substitutions while bundling
 This rollup plugin replaces strings in files during the bundling stage ; you
 should ensure it is run early in the bundling pipeline so other plugins can
 apply optimisations such as dead code removal.
 .
 Node.js is an event-based server-side JavaScript engine.