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
|
Source: node-rollup-plugin-replace
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-locate-character <!nocheck>
, node-magic-string
, node-rollup-plugin-buble
, node-rollup-plugin-typescript
, node-rollup-pluginutils
, node-tape <!nocheck>
, rollup (>= 2.67~)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-replace
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-replace.git
Homepage: https://github.com/rollup/plugins
Rules-Requires-Root: no
Package: node-rollup-plugin-replace
Architecture: all
Depends:
${misc:Depends}
, node-magic-string
, node-minimatch
, node-rollup-pluginutils (>= 3.1.0~)
Recommends: rollup (>= 2.67~)
Enhances: rollup
Breaks: rollup (<< 0.68.2+ds~)
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.
|