File: control

package info (click to toggle)
node-vlq 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 316 kB
  • sloc: makefile: 8; sh: 6
file content (19 lines) | stat: -rw-r--r-- 710 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 (>= 11), nodejs, node-typescript
Standards-Version: 4.2.0
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

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