File: control

package info (click to toggle)
node-source-map-support 0.5.10%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 340 kB
  • sloc: makefile: 11; sh: 11
file content (24 lines) | stat: -rw-r--r-- 959 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
Source: node-source-map-support
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11),
 nodejs (>= 6),
 mocha (>= 1.18.2) <!nocheck>,
 node-assert <!nocheck>,
 node-source-map (>= 0.6.0) <!nocheck>
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.