File: control

package info (click to toggle)
node-punycode 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 128 kB
  • ctags: 11
  • sloc: makefile: 2; sh: 2
file content (27 lines) | stat: -rw-r--r-- 928 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: node-punycode
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <roucaries.bastien+debian@gmail.com>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://mths.be/punycode
Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-punycode.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/node-punycode.git

Package: node-punycode
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
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.