File: control

package info (click to toggle)
node-source-map 0.7.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 960 kB
  • sloc: javascript: 7,200; python: 252; sh: 21; makefile: 14
file content (44 lines) | stat: -rw-r--r-- 1,580 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
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: node-source-map
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>, Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , binaryen
 , cargo
 , libstd-rust-dev-wasm32
 , rust-llvm
 , wabt
Standards-Version: 4.7.3
Homepage: https://github.com/mozilla/source-map
Vcs-Git: https://salsa.debian.org/js-team/node-source-map.git
Vcs-Browser: https://salsa.debian.org/js-team/node-source-map
Testsuite: autopkgtest-pkg-nodejs

Package: node-source-map
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
 , libjs-source-map (= ${binary:Version})
Provides: node-types-source-map (= ${source:Version})
Description: Mozilla source map generator and consumer - Node.js module
 Mozilla implementation of source map generator and consumer, for source
 maps written in the Asynchronous Module Definition format.
 .
 Source maps provide a language-agnostic way to compile back production
 code to the original source code.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-source-map
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Description: Mozilla source map generator and consumer - JavaScript library
 Mozilla implementation of source map generator and consumer, for source
 maps written in the Asynchronous Module Definition format.
 .
 Source maps provide a language-agnostic way to compile back production
 code to the original source code.