File: control

package info (click to toggle)
node-tippex 3.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: makefile: 10; sh: 9
file content (24 lines) | stat: -rw-r--r-- 970 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
Source: node-tippex
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 11~),
               node-rollup-plugin-node-resolve,
		mocha, node-console-group, node-source-map-support,
               nodejs,
               rollup
Standards-Version: 4.1.4
Homepage: https://github.com/Rich-Harris/tippex#readme
Vcs-Git: https://salsa.debian.org/js-team/node-tippex.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tippex

Package: node-tippex
Architecture: all
Depends: node-locate-character, nodejs, ${misc:Depends}
Description: Erase comments and strings from JavaScript code for Node.js
 This module replaces comments, strings and regular expressions from
 JavaScript code by whitespace, so simple pattern search can be done
 without false positive.
 .
 Node.js is an event-based server-side JavaScript engine.