node-convert-source-map 1.9.0+~1.5.2-ok1 source package in openKylin

Changelog

node-convert-source-map (1.9.0+~1.5.2-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 10 Aug 2026 10:58:12 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main javascript

Downloads

File Size SHA-256 Checksum
node-convert-source-map_1.9.0+~1.5.2.orig-types-convert-source-map.tar.gz 2.5 KiB c07fa9bb5992bc2dceaa169788633e4fc03c90d60393211c64d1b330447bfe7f
node-convert-source-map_1.9.0+~1.5.2.orig.tar.gz 8.3 KiB 240b2f9160153ff9a24b36e28830191dc86451a39f79ce877c02719168054458
node-convert-source-map_1.9.0+~1.5.2-ok1.debian.tar.xz 3.2 KiB 9ce9825460a2bef6d7b40ac5f207d345c0f7d9ceaf795211238a61523f8d4ad7
node-convert-source-map_1.9.0+~1.5.2-ok1.dsc 2.4 KiB 6ae5bb81109b8e5deb0eeef26602f1c848a4e875d433c994d09253de4ffc75ed

View changes file

Binary packages built by this source

node-convert-source-map: Converts a source-map from/to between formats

 Converts a source-map from/to different formats and allows adding/changing
 the properties.
 .
 Source maps allow tools to display unminified code from minified code
 with an optimized mapping between them. It is a kind of debug symbols
 for minified javascript.
 .
 Node.js is an event-based server-side JavaScript engine.