File: control

package info (click to toggle)
node-source-map-resolve 0.6.0%2B~cs2.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 356 kB
  • sloc: javascript: 1,873; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,102 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: node-source-map-resolve
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-expect.js <!nocheck>
 , node-setimmediate <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.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:any
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: <url>` header
 along with the generated file.