File: control

package info (click to toggle)
node-parse-base64vlq-mappings 0.1.4-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: javascript: 192; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,134 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
28
29
Source: node-parse-base64vlq-mappings
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-source-map <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-parse-base64vlq-mappings
Vcs-Git: https://salsa.debian.org/js-team/node-parse-base64vlq-mappings.git
Homepage: https://github.com/thlorenz/parse-base64vlq-mappings
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-parse-base64vlq-mappings
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Parses out base64 VLQ encoded source map
 This modules allows one to parse and decode VLQ
 (Variable Length Quantities) base64 encoded source map.
 .
 Source maps are JSON files that contain information on how to map
 transpiled source code back to their original source.
 Source maps are JavaScript’s version of debug symbols.
 .
 Node.js is an event-based server-side JavaScript engine.