node-jschardet 2.2.1+dfsg+~1.3.0-2 source package in Ubuntu

Changelog

node-jschardet (2.2.1+dfsg+~1.3.0-2) unstable; urgency=medium

  * Team upload
  * Fix chardet version hook
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed
  * Fix filenamemangle

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 09:34:23 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-jschardet_2.2.1+dfsg+~1.3.0-2.dsc 2.6 KiB 6e9a15c74a3f331d6c3d53532fbbdcfe9a0ad3ed9cc6e30de4d3bda09401fc82
node-jschardet_2.2.1+dfsg+~1.3.0.orig-chardet.tar.xz 1.4 MiB 9465e1b402ea70ee4b49a8b2b9c2044336b2da197cff6a0214207c05e2e0515a
node-jschardet_2.2.1+dfsg+~1.3.0.orig.tar.xz 122.8 KiB aeb89f8a97a0b3db35345f82cd6140c94fd1217f8cb08deac7948e7df11dcd25
node-jschardet_2.2.1+dfsg+~1.3.0-2.debian.tar.xz 5.5 KiB a5dd0a6aece8a32ec1f10fd1a107f62b13d259b08ee13f4923372ec032762ecb

No changes file available.

Binary packages built by this source

node-jschardet: Character encoding auto-detection in JavaScript

 This library takes a sequence of bytes in an unknown character encoding, and
 attempts to determine the encoding. This module is a port of python's chardet.
 .
 Node.js is an event-based server-side JavaScript engine.