node-sprintf-js 1.1.2+ds1+~1.1.2-1 source package in Ubuntu

Changelog

node-sprintf-js (1.1.2+ds1+~1.1.2-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed.
  * Embed typescript definitions and repack

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 14:04:20 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sprintf-js_1.1.2+ds1+~1.1.2-1.dsc 2.5 KiB 02f176ea1c136de7ceaba2ec76c49cbdcab8e0fba342b2404c768fdec21988bf
node-sprintf-js_1.1.2+ds1+~1.1.2.orig-types-sprintf-js.tar.xz 3.1 KiB d0a606961bfb9e84a26e91e269c54d0b9c7ea52de1096829e11abbca116401df
node-sprintf-js_1.1.2+ds1+~1.1.2.orig.tar.xz 34.7 KiB 813fd29ee3644fddb5aedebad6279cc051f0be4c9d2858e7ab4093716246d221
node-sprintf-js_1.1.2+ds1+~1.1.2-1.debian.tar.xz 5.0 KiB abcde08b4252b425254aeff84c7b519cb8964c3262a5181cc646aed698d04e45

No changes file available.

Binary packages built by this source

libjs-sprintf-js: JavaScript sprintf implementation

 This package is a javascript implementation of C sprintf (3).
 This function composes a string with the same text that would be printed if
 format was used on printf, but instead of being printed, the content is
 stored as a string in the buffer pointed by a str argument.
 .
 This package include the minified javascript files that could be used in
 browser context.

node-sprintf-js: Node.js Pure JavaScript sprintf implementation

 node-sprintf-js is a javascript implementation of C sprintf (3).
 This function composes a string with the same text that would be printed if
 format was used on printf, but instead of being printed, the content is
 stored as a string in the buffer pointed by a str argument.
 .
 Node.js is an event-based server-side JavaScript engine.