1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: node-iconv
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
Matthew Pideil <matthewp_debian@teledetection.fr>
Build-Depends: debhelper (>= 10),
libnode-dev, node-gyp (>= 3.8.0-2), node-nan (>= 1.8)
Standards-Version: 4.3.0
Homepage: https://github.com/bnoordhuis/node-iconv
Vcs-Git: https://salsa.debian.org/js-team/node-iconv.git
Vcs-Browser: https://salsa.debian.org/js-team/node-iconv
Package: node-iconv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, nodejs
Description: text recoding module for Node.js
node-iconv provides a simple interface for converting text from one
character encoding to another.
.
Node.js is an event-based server-side javascript engine.
|