node-ampproject-remapping 2.2.0+~cs5.14.42-1 source package in Ubuntu

Changelog

node-ampproject-remapping (2.2.0+~cs5.14.42-1) unstable; urgency=medium

  * New upstream version 2.2.0+~cs5.14.42

 -- Yadd <email address hidden>  Thu, 30 Jun 2022 06:50:43 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ampproject-remapping_2.2.0+~cs5.14.42-1.dsc 4.6 KiB c96ea54768c8fba7f9d90de0c9265e515ecd055aab4fcf0bc9a413ac90133c14
node-ampproject-remapping_2.2.0+~cs5.14.42.orig-jridgewell-gen-mapping.tar.gz 65.1 KiB d57d83cd1a0220b4616f2b7363767867d7fdb70c26ecba2f2cb763846c6b8d6f
node-ampproject-remapping_2.2.0+~cs5.14.42.orig-jridgewell-resolve-uri.tar.gz 82.1 KiB 2d338701b5baad07065ffb2f77e56f70071dbcd4c597dd59f1e647a87acec4ca
node-ampproject-remapping_2.2.0+~cs5.14.42.orig-jridgewell-set-array.tar.gz 57.7 KiB 71a3b7a0f292cfdeecee83f41e926c8d6483daa52dea7b32c8032ff5cc32a049
node-ampproject-remapping_2.2.0+~cs5.14.42.orig-jridgewell-source-map.tar.gz 61.6 KiB 2b0e402450cb4b2d4ac29da6df61768332e33751b172a20d60a9bad6da53688a
node-ampproject-remapping_2.2.0+~cs5.14.42.orig-jridgewell-sourcemap-codec.tar.gz 9.0 KiB 51de7e67b4f863d72f03829ad8e830cc5f143a4f0ed7fda81ae540c6c8c600a1
node-ampproject-remapping_2.2.0+~cs5.14.42.orig-jridgewell-trace-mapping.tar.gz 94.2 KiB ebe4e4854d7c55626e4273e7515de2f1283dec3761e7d74d9bfdd3e3c8530b17
node-ampproject-remapping_2.2.0+~cs5.14.42.orig.tar.gz 123.3 KiB 145cbbd34669ae70e6109d7a32cf4ed3975acd91f59ed38c4a8459183a6e8f61
node-ampproject-remapping_2.2.0+~cs5.14.42-1.debian.tar.xz 4.5 KiB e806249be380af47af9334f6ac7ebd1d349afe9761c142e821dc99f565bdac44

No changes file available.

Binary packages built by this source

node-ampproject-remapping: Nodejs module to remap sequential sourcemaps through transformations

 Remapping allows one to take the sourcemaps generated through transforming
 code and "remap" them to the original source locations. Think "minified code,
 transformed with babel and bundled with webpack", all pointing to the correct
 location in your original source code.
 .
 With remapping, none of source code transformations need to be aware of the
 input's sourcemap, they only need to generate an output sourcemap. This
 greatly simplifies building custom transformations.