Source: node-source-map-resolve Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Xavier Guimard Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-expect.js , node-setimmediate , node-tape Standards-Version: 4.5.0 Homepage: https://github.com/lydell/source-map-resolve#readme Vcs-Git: https://salsa.debian.org/js-team/node-source-map-resolve.git Vcs-Browser: https://salsa.debian.org/js-team/node-source-map-resolve Rules-Requires-Root: no Package: node-source-map-resolve Architecture: all Depends: ${misc:Depends} , nodejs (>= 6) Provides: ${nodejs:Provides} Description: Node module to resolve source map and/or sources for a generated file source-map-resolve resolves the source map for a given generated file by looking for a sourceMappingURL comment. The spec defines yet a way to provide the URL to the source map: by sending the `SourceMap: ` header along with the generated file.