node-sprintf-js 1.0.3-1 source package in Ubuntu

Changelog

node-sprintf-js (1.0.3-1) unstable; urgency=low

  * Initial release (Closes: #780586)

 -- Bastien Roucariès <email address hidden>  Thu, 03 Sep 2015 15:27:22 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sprintf-js_1.0.3-1.dsc 2.1 KiB ea38590351f3f940441cbf8405ca0c18a7f5e83eadc81752f3afc5ac1576275c
node-sprintf-js_1.0.3.orig.tar.gz 10.2 KiB a66c88709f8d3d543055eaccc15649ee2a7f0f892f4ac0087b73f9f8f12cacdd
node-sprintf-js_1.0.3-1.debian.tar.xz 3.4 KiB 3d31743b59791c3aa6a701995f08aa281e5b741b01dfd372d8cac80244c84670

No changes file available.

Binary packages built by this source

node-sprintf-js: 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.