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-tippex
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-console-group <!nocheck>
, node-locate-character
, node-rollup-plugin-buble (>= 0.19.8~)
, node-rollup-plugin-node-resolve (>= 11~)
, node-source-map-support <!nocheck>
, rollup (>= 1~)
Standards-Version: 4.6.1
Homepage: https://github.com/Rich-Harris/tippex
Vcs-Git: https://salsa.debian.org/js-team/node-tippex.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tippex
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-tippex
Architecture: all
Depends: node-locate-character
, ${misc:Depends}
Multi-Arch: foreign
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.
|