Source: node-source-map-support Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Build-Depends: debhelper (>= 11), nodejs (>= 6), mocha (>= 1.18.2) , node-assert , node-source-map (>= 0.6.0) Standards-Version: 4.3.0 Homepage: https://github.com/evanw/node-source-map-support Vcs-Git: https://salsa.debian.org/js-team/node-source-map-support.git Vcs-Browser: https://salsa.debian.org/js-team/node-source-map-support Package: node-source-map-support Architecture: all Depends: ${misc:Depends}, nodejs (>= 6), node-source-map (>= 0.6.0) Description: Fixes stack traces for files with source maps This module uses source-map to replace the paths and line numbers of source-mapped files with their original counterparts in the real sources. . Node.js is an event-based server-side JavaScript engine.