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-vlq
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-typescript
, rollup
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/Rich-Harris/vlq
Vcs-Git: https://salsa.debian.org/js-team/node-vlq.git
Vcs-Browser: https://salsa.debian.org/js-team/node-vlq
Testsuite: autopkgtest-pkg-nodejs
Package: node-vlq
Architecture: all
Multi-Arch: foreign
Depends: nodejs:any, ${misc:Depends}
Description: Variable-length quantity mapper for Node.js
Generate and decode base64 variable-length quantity mappings for
source maps and other uses.
.
Node.js is an event-based server-side JavaScript engine.
|