node-encodeurl 1.0.2+~1.0.0-1 source package in Ubuntu

Changelog

node-encodeurl (1.0.2+~1.0.0-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs
  * Update standards version to 4.6.0, no changes needed.
  * Drop nodejs dependency
  * Mark test dependencies with <!nocheck>
  * Embed ttypescript definitions and repack

 -- Yadd <email address hidden>  Sun, 28 Nov 2021 17:05:33 +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-encodeurl_1.0.2+~1.0.0-1.dsc 2.4 KiB 9fa3b9071ed6fb4caa238f4cca167f573998fee61b816a68f66cf1f1b2e70b57
node-encodeurl_1.0.2+~1.0.0.orig-types-encodeurl.tar.gz 1.4 KiB 6a70d049aa3a4a9ba6126a0db5f247707b545913bb292eb3efa24b3dc0dbd4e1
node-encodeurl_1.0.2+~1.0.0.orig.tar.gz 5.6 KiB 8a51a600369e933f681bbb5f08ab583a57846f5bf750064e68b39efa086d2fa7
node-encodeurl_1.0.2+~1.0.0-1.debian.tar.xz 3.0 KiB 35f301a3772e0d41f458604790aa656d84547247046fd4a7813ef580d32bd110

Available diffs

No changes file available.

Binary packages built by this source

node-encodeurl: Encode URL to a percent-encoded form

 Encode a URL to a percent-encoded form, excluding already-encoded
 sequences
 .
 Encodeurl will take an already-encoded URL and
 encode all the non-URL code points (as UTF-8 byte sequences).
 .
 This encode is meant to be "safe" and does not throw errors.
 It will try as hard as it can to properly encode the given URL,
 including replacing any raw, unpaired surrogate pairs with the
 Unicode replacement character prior to encoding.
 .
 Node.js is an event-based server-side JavaScript engine.