File: control

package info (click to toggle)
node-static-module 2.2.5%2B~cs4.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 672 kB
  • sloc: javascript: 2,617; makefile: 13
file content (69 lines) | stat: -rw-r--r-- 2,077 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: node-static-module
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
 , jdupes
 , node-acorn <!nocheck>
 , node-array-from <!nocheck>
 , node-buffer-equal <!nocheck>
 , node-concat-stream <!nocheck>
 , node-convert-source-map <!nocheck>
 , node-debbundle-insert-module-globals <!nocheck>
 , node-duplexer2 <!nocheck>
 , node-es6-map <!nocheck>
 , node-es6-set <!nocheck>
 , node-es6-symbol <!nocheck>
 , node-escodegen <!nocheck>
 , node-falafel <!nocheck>
 , node-from2 <!nocheck>
 , node-has <!nocheck>
 , node-magic-string <!nocheck>
 , node-object-inspect <!nocheck>
 , node-quote-stream <!nocheck>
 , node-readable-stream <!nocheck>
 , node-resolve <!nocheck>
 , node-source-map <!nocheck>
 , node-static-eval <!nocheck>
 , node-uglify-js <!nocheck>
 , node-tape <!nocheck>
 , node-through2 <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-static-module
Vcs-Git: https://salsa.debian.org/js-team/node-static-module.git
Homepage: https://github.com/substack/static-module
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-static-module
Architecture: all
Depends: ${misc:Depends}
 , node-acorn
 , node-array-from
 , node-concat-stream
 , node-convert-source-map
 , node-debbundle-insert-module-globals
 , node-duplexer2
 , node-es6-map
 , node-es6-set
 , node-es6-symbol
 , node-escodegen
 , node-falafel
 , node-has
 , node-magic-string
 , node-object-inspect
 , node-readable-stream
 , node-source-map
 , node-static-eval
 , node-through2
Provides: ${nodejs:Provides}
Description: convert module usage to inline expressions
 This module outputs a transform stream that transforms javascript
 source input to javascript source output with each property in
 the modules object expanded inline form.
 .
 This transform is used in javascript tool like brfs.
 .
 Node.js is an event-based server-side JavaScript engine.