File: control

package info (click to toggle)
node-rollup-plugin-strip 3.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 808 kB
  • sloc: javascript: 595; makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,166 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
28
29
30
31
32
Source: node-rollup-plugin-strip
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Vivek K J <vivekkj@protonmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , ava <!nocheck>
 , node-acorn <!nocheck>
 , node-estree-walker <!nocheck>
 , node-magic-string <!nocheck>
 , node-rollup-pluginutils <!nocheck>
 , node-rollup-plugin-typescript
 , rollup (>= 2.42.1)
Standards-Version: 4.6.1
Homepage: https://github.com/rollup/plugins/tree/master/packages/strip#readme
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-strip.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-strip
Rules-Requires-Root: no

Package: node-rollup-plugin-strip
Architecture: all
Depends:
 ${misc:Depends}
 , node-rollup-pluginutils (>= 3.1.0)
 , node-estree-walker (>= 2.0.1)
 , node-magic-string (>= 0.25.7)
Description: Rollup plugin to remove debugger statements and functions
 This is a plugin for rollup module bundler to remove debugger statements
 and functions like assert.equal and console.log from your code.