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
|
Source: node-jschardet
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper (>= 9),
dh-buildinfo,
nodejs,
pkg-js-tools,
webpack
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-jschardet
Vcs-Git: https://salsa.debian.org/js-team/node-jschardet.git
Homepage: https://github.com/aadsm/jschardet#readme
Package: node-jschardet
Architecture: all
Depends: ${misc:Depends},
nodejs
Description: Character encoding auto-detection in JavaScript
This library takes a sequence of bytes in an unknown character encoding, and
attempts to determine the encoding. This module is a port of python's chardet.
.
Node.js is an event-based server-side JavaScript engine.
|