node-combine-source-map 0.8.0+ds-7 source package in Ubuntu

Changelog

node-combine-source-map (0.8.0+ds-7) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Bump debhelper from old 12 to 13
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse
  * Update standards version to 4.6.0, no changes needed

  [ Yadd ]
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs auto test & install
  * Drop dependency to nodejs
  * Drop unneeded dependency version constraints

 -- Yadd <email address hidden>  Thu, 04 Nov 2021 11:08:42 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-combine-source-map_0.8.0+ds-7.dsc 2.3 KiB 45b5cb9896220379787658d7d158aa1f3b344092da15857a7fb675c7a7af6713
node-combine-source-map_0.8.0+ds.orig.tar.xz 5.9 KiB 018386b858cbbf0489f86e486ecb886fc18bf8124222a402295439be000ca1d9
node-combine-source-map_0.8.0+ds-7.debian.tar.xz 3.7 KiB 644a803755491eb29c19f5417dd6f1e9d50f5f9147c8e5b5ea96e177cc2d29e0

Available diffs

No changes file available.

Binary packages built by this source

node-combine-source-map: Add source maps of multiple files and combine

 Add source maps of multiple files, offset them and then combine
 them into one source map.
 .
 Source map provides way of mapping code within a compressed file back to
 it’s original position in a source file, hence improving debugging.
 .
 Node.js is an event-based server-side JavaScript engine.