Source: node-unidecode
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-mocha <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://blog.fgribreau.com/2012/05/unidecode-for-javascript-nodejs.html
Vcs-Git: https://salsa.debian.org/js-team/node-unidecode.git
Vcs-Browser: https://salsa.debian.org/js-team/node-unidecode

Package: node-unidecode
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: ASCII transliterations of Unicode text
 Unidecode is JavaScript port of the perl module Text::Unidecode. It takes
 UTF-8 data and tries to represent it in US-ASCII characters (i.e., the
 universally displayable characters between 0x00 and 0x7F). The
 representation is almost always an attempt at transliteration -- i.e.,
 conveying, in Roman letters, the pronunciation expressed by the text in
 some other writing system.
 .
 Node.js is an event-based server-side JavaScript engine.
