File: control

package info (click to toggle)
node-rollup-plugin-inject 5.0.5~ds1%2B~3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 520 kB
  • sloc: javascript: 1,215; makefile: 7
file content (35 lines) | stat: -rw-r--r-- 1,271 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
Source: node-rollup-plugin-inject
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , mocha <!nocheck>
 , node-estree-walker (>= 1.0.1)
 , node-magic-string (>= 0.25.5)
 , node-rollup-pluginutils (>= 3.0.4)
 , node-rollup-plugin-buble (>= 0.21.0)
 , node-rollup-plugin-typescript
 , node-source-map
 , node-typescript
 , rollup (>= 1.17~)
Standards-Version: 4.6.2
Homepage: https://github.com/rollup/plugins#readme
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-inject.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-inject
Rules-Requires-Root: no

Package: node-rollup-plugin-inject
Architecture: all
Depends: ${misc:Depends}
 , node-estree-walker (>= 1.0.1)
 , node-magic-string (>= 0.25.5)
 , node-rollup-pluginutils (>= 3.0.4)
Description: Scan modules for global variables and inject import statements
 This is a plugin for rollup module bundler to scan modules for global
 variables and inject import statements where necessary.
 .
 Node.js is an event-based server-side JavaScript engine.