node-fast-levenshtein 2.0.6+ds-3 source package in Ubuntu

Changelog

node-fast-levenshtein (2.0.6+ds-3) unstable; urgency=medium

  * Team upload
  * Include min.js files
  * Improve description
  * MA: foreign

 -- Bastien Roucariès <email address hidden>  Sun, 03 Oct 2021 12:09:41 +0000

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-fast-levenshtein_2.0.6+ds-3.dsc 2.2 KiB be60ffa1542131df70743bf0922c85448cc87eeb8fd6bc0f2462d180592d33c3
node-fast-levenshtein_2.0.6+ds.orig.tar.xz 7.9 KiB a5ce07f4831e7bb7cb2bf7403b1ae1156a95c7a2d8cd49806ed9c1d5220a2101
node-fast-levenshtein_2.0.6+ds-3.debian.tar.xz 3.1 KiB ce01c75278bfad319e1a058a3c645fadd7e8fd8713dadf651e7b5c25f1cd6725

Available diffs

No changes file available.

Binary packages built by this source

node-fast-levenshtein: efficient implementation of Levenshtein algorithm

 In information theory, linguistics, and computer science, the
 Levenshtein distance is a string metric for measuring the difference
 between two sequences.
 Informally, the Levenshtein distance between two words is the
 minimum number of single-character edits (insertions,
 deletions or substitutions) required to change one word into the other.
 .
 This is pure JavaScript implementation for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.