node-addressparser 1.0.1+repack-3 source package in Ubuntu

Changelog

node-addressparser (1.0.1+repack-3) unstable; urgency=medium

  * Team upload
  * Fix filenamemangle
  * Drop dependency to nodejs
  * Disable auto build (Closes: #1007848)

 -- Yadd <email address hidden>  Fri, 18 Mar 2022 06:57:12 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-addressparser_1.0.1+repack-3.dsc 2.1 KiB d06bd3e5e2377304a0af7345892f7ff103bfc59a741284873ce2fadeaea2be5b
node-addressparser_1.0.1+repack.orig.tar.gz 6.1 KiB c77e5f33b687f0a19c6c360a11887f019e37d89200fc8417febac72da78c6695
node-addressparser_1.0.1+repack-3.debian.tar.xz 2.7 KiB b53054556fb225efa66930b4503be493104497dc22e94b605e4255e55cf92ffa

Available diffs

No changes file available.

Binary packages built by this source

node-addressparser: Node.js library to parse e-mail addresses

 Parse e-mail address fields.
 Input can be a single address ("andris@kreata.ee"),
 a formatted address ("Andris Reinman <andris@kreata.ee>"),
 a comma separated list of addresses
 ("andris@kreata.ee, andris.reinman@kreata.ee"),
 an address group ("disclosed-recipients:andris@kreata.ee;")
 or a mix of all the formats.
 .
 In addition to comma the semicolon is treated as the list delimiter as
 well (except when used in the group syntax), so a value
 "andris@kreata.ee; andris.reinman@kreata.ee" is identical to
 "andris@kreata.ee, andris.reinman@kreata.ee".
 .
 Node.js is an event-based server-side JavaScript engine.