Source: node-exorcist Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-is-stream , node-minimist , node-mkdirp , node-mold-source-map , node-proxyquire , node-tap , node-through2 , Standards-Version: 4.7.4 Homepage: https://github.com/thlorenz/exorcist Vcs-Git: https://salsa.debian.org/js-team/node-exorcist.git Vcs-Browser: https://salsa.debian.org/js-team/node-exorcist Package: node-exorcist Architecture: all Multi-Arch: foreign Depends: node-is-stream, node-minimist, node-mkdirp, node-mold-source-map, ${misc:Depends}, Description: externalize JavaScript source map to a file Externalizes the source map found inside a stream to an external .map file or stream. Works with both JavaScript and CSS input streams. . The source map is written as JSON to map_file, and the original file is streamed out with its sourceMappingURL set to the path of map_file (or to the value of the --url option). . Node.js is an event-based server-side JavaScript engine.