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.
|