Source: node-mold-source-map Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-browserify , node-convert-source-map , node-tap , node-through , Standards-Version: 4.7.4 Homepage: https://github.com/thlorenz/mold-source-map Vcs-Git: https://salsa.debian.org/js-team/node-mold-source-map.git Vcs-Browser: https://salsa.debian.org/js-team/node-mold-source-map Package: node-mold-source-map Architecture: all Multi-Arch: foreign Depends: node-convert-source-map, node-through, ${misc:Depends}, Description: CSS/JS source map transformer This module for Node.js molds a source map that is almost what you want into one that is perfect for you. Allows custom transforms which return a duplex stream and are therefore easily threaded into a bundler that streams the generated bundle, like browserify. . Also includes some premade convenience transforms. . Node.js is an event-based server-side JavaScript engine.