File: control

package info (click to toggle)
node-source-map 0.5.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,704 kB
  • ctags: 205
  • sloc: makefile: 5; sh: 2
file content (41 lines) | stat: -rw-r--r-- 1,416 bytes parent folder | download | duplicates (2)
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
Source: node-source-map
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>, Julien Puydt <julien.puydt@laposte.net>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , node-amdefine
Standards-Version: 3.9.8
Homepage: https://github.com/mozilla/source-map
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-source-map.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-source-map.git
Testsuite: autopkgtest

Package: node-source-map
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-amdefine
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
Depends:
 ${misc:Depends}
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.