node-strip-eof 1.0.0-2 source package in Ubuntu

Changelog

node-strip-eof (1.0.0-2) unstable; urgency=medium

  * Fix description (Thanks to Lars Wirzenius) 

 -- Pirate Praveen <email address hidden>  Fri, 25 Nov 2016 21:54:12 +0530

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
Focal release universe misc
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-strip-eof_1.0.0-2.dsc 2.0 KiB 3b3d218a2b53a0c96a57cf4de433c8489968bc0ebeacd590525497acbfc85eae
node-strip-eof_1.0.0.orig.tar.gz 2.1 KiB 7d598f42e6bb510895a71355e81bb6fd2d5e9b47c034aad5662ab3870b02e957
node-strip-eof_1.0.0-2.debian.tar.xz 2.1 KiB b7b254a0b67830c0d929901ccc6ce55938af7e15c7f184c42e964684de6a1a18

Available diffs

No changes file available.

Binary packages built by this source

node-strip-eof: strip CR and LF characters from a string/buffer

 Strips CR and LF characters (i.e., it strips them away, if the string ends
 with LR, CR, or CRLR, but not more if there's more of those characters).
 .
 Node.js is an event-based server-side JavaScript engine.