Source: node-punycode Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper-compat (= 13) , dh-buildinfo , nodejs , mocha , node-assert Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://mths.be/punycode Vcs-Git: https://salsa.debian.org/js-team/node-punycode.git Vcs-Browser: https://salsa.debian.org/js-team/node-punycode Package: node-punycode Architecture: all Depends: ${misc:Depends} Provides: libjs-punycode (= ${source:Version}) Recommends: javascript-common Multi-Arch: foreign Breaks: ruby-rails-assets-punycode (<< 2.2.3~), libjs-punycode (<< 2.2.3~) Replaces: ruby-rails-assets-punycode (<< 2.2.3~), libjs-punycode (<< 2.2.3~) Description: Nodejs robust Punycode converter fully RFC compliant node-punycode is a punycode converter conforming to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. . Punycode is a way to represent Unicode with the limited character subset of ASCII supported by the Domain Name System. . Node.js is an event-based server-side JavaScript engine.