Source: node-tippex Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Build-Depends: debhelper-compat (= 13), mocha , node-console-group , node-rollup-plugin-buble (>= 0.19.8~) , node-rollup-plugin-node-resolve (>= 11~) , node-source-map-support , pkg-js-tools (>= 0.9.16~), rollup (>= 1~), node-locate-character Standards-Version: 4.5.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, nodejs, ${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.