Source: node-leven Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ying-Chun Liu (PaulLiu) Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12) , nodejs , node-tape , pkg-js-tools (>= 0.8.11) Standards-Version: 4.5.0 Homepage: https://github.com/sindresorhus/leven#readme Vcs-Git: https://salsa.debian.org/js-team/node-leven.git Vcs-Browser: https://salsa.debian.org/js-team/node-leven Rules-Requires-Root: no Package: node-leven Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , nodejs Provides: ${nodejs:Provides} Description: library to measure the difference between two strings leven is a fast JS implementation of the Levenshtein distance algorithm to measure the difference of two strings. . Node.js is an event-based server-side JavaScript engine.