Source: node-cspotcode-source-map-support
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-ampproject-remapping
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/js-team/node-cspotcode-source-map-support
Vcs-Git: https://salsa.debian.org/js-team/node-cspotcode-source-map-support.git
Homepage: https://github.com/cspotcode/node-source-map-support
Testsuite: autopkgtest-pkg-nodejs

Package: node-cspotcode-source-map-support
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
 , node-jridgewell-trace-mapping
 , nodejs:any
Description: fix stack traces for files with source maps
 This module hooks into V8 stack trace generation so that exceptions thrown by
 transpiled or bundled JavaScript report the original file, line and column
 recorded in the source map instead of the position in the generated file.
 .
 It handles inline "sourceMappingURL" comments as well as external .map files,
 rewrites "Error.prepareStackTrace", and can optionally hook require() so that
 the maps of modules loaded afterwards are picked up.
 .
 This is the @cspotcode fork of source-map-support, which replaces the
 "source-map" dependency with @jridgewell/trace-mapping for a smaller install
 footprint and faster startup. It is used by @babel/register and ts-node.
 .
 Node.js is an event-based server-side JavaScript engine.
