File: control

package info (click to toggle)
node-parse-base64vlq-mappings 0.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 120 kB
  • sloc: makefile: 20; sh: 13
file content (31 lines) | stat: -rw-r--r-- 1,126 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
30
31
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 (>= 11)
 , dh-buildinfo
 , nodejs (>= 6)
 , dpkg-dev (>= 1.17.14)
 , node-source-map (>= 0.1.9) <!nocheck>
 , node-tap (>= 0.4.3) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/thlorenz/parse-base64vlq-mappings
Vcs-Git: https://salsa.debian.org/js-team/node-parse-base64vlq-mappings.git
Vcs-Browser: https://salsa.debian.org/js-team/node-parse-base64vlq-mappings

Package: node-parse-base64vlq-mappings
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>=6)
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.