Source: node-exorcist
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-is-stream <!nocheck>,
 node-minimist <!nocheck>,
 node-mkdirp <!nocheck>,
 node-mold-source-map <!nocheck>,
 node-proxyquire <!nocheck>,
 node-tap <!nocheck>,
 node-through2 <!nocheck>,
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.
