File: control

package info (click to toggle)
node-debbundle-insert-module-globals 7.2.1%2Bds%2B~cs4.3.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 476 kB
  • sloc: javascript: 1,493; makefile: 70
file content (69 lines) | stat: -rw-r--r-- 2,309 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-debbundle-insert-module-globals
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , node-acorn <!nocheck>
 , node-acorn-node <!nocheck>
 , node-browser-pack <!nocheck>
 , node-buffer <!nocheck>
 , node-combine-source-map <!nocheck>
 , node-concat-stream <!nocheck>
 , node-convert-source-map <!nocheck>
 , node-is-buffer <!nocheck>
 , node-jsonstream <!nocheck>
 , node-module-deps <!nocheck>
 , node-path-is-absolute <!nocheck>
 , node-process <!nocheck>
 , node-tap <!nocheck>
 , node-tape <!nocheck>
 , node-through2 <!nocheck>
 , node-timers-browserify <!nocheck>
 , node-xtend <!nocheck>
 , nodejs
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-insert-module-globals
Vcs-Git: https://salsa.debian.org/js-team/node-insert-module-globals.git
Homepage: https://github.com/browserify/insert-module-globals
Rules-Requires-Root: no

Package: node-debbundle-insert-module-globals
Architecture: all
Depends:
 ${misc:Depends}
 , node-acorn
 , node-acorn-node
 , node-combine-source-map
 , node-concat-stream
 , node-is-buffer
 , node-jsonstream
 , node-path-is-absolute
 , node-process
 , node-through2
 , node-xtend
 , nodejs
Provides:
 ${nodejs:Provides}
 , node-insert-module-globals (=${source:Version})
Description: browserify transform for inserting global list of modules
 This package is part of the browserify tools, and allows one to
 pack the list of module in a JavaScript file. This tools
 analyses the syntax of the JavaScript file and replace the require
 function by a closure, thus allowing direct embedding of the
 required files.
 .
 This modules is part of Browserify a JavaScript tool that allows developers
 to write Node.js-style modules that compile for use in the browser.
 .
 This package also includes a few small packages:
  - node-dash-ast: a small and fast abstract tree (AST) walker.
  - node-get-assigned-identifiers: get a list of initialised
  javascript identifiers from an AST.
  - node-undeclared-identifier: get a list of undeclared
  identifiers.
 .
 Node.js is an event-based server-side JavaScript engine.