Source: node-abbrev Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 11~), nodejs, node-tap , node-util Standards-Version: 4.1.4 Homepage: https://github.com/isaacs/abbrev-js Vcs-Git: https://salsa.debian.org/js-team/node-abbrev.git Vcs-Browser: https://salsa.debian.org/js-team/node-abbrev Package: node-abbrev Architecture: all Depends: ${misc:Depends}, nodejs Description: Get unique abbreviations for a set of strings - Node.js module Given a set of strings, this module computes a list of distinct abbreviations. This is handy for command-line scripts, or other cases where one wants to be able to accept shorthands. . Node.js is an event-based server-side JavaScript engine.