File: control

package info (click to toggle)
node-rollup-plugin-commonjs 17.0.0%2Brepack-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,664 kB
  • sloc: javascript: 4,171; makefile: 18
file content (48 lines) | stat: -rw-r--r-- 1,693 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
Source: node-rollup-plugin-commonjs
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , mocha <!nocheck>
 , node-acorn (>= 6~)
 , node-babel7 <!pkg.node-rollup-plugin-commonjs.transpilebuble>
 , node-graceful-fs
 , node-magic-string
 , node-resolve
 , node-rollup-plugin-babel (>= 4.4~) <!pkg.node-rollup-plugin-commonjs.transpilebuble>
 , node-rollup-plugin-buble <pkg.node-rollup-plugin-commonjs.transpilebuble>
 , node-rollup-plugin-json
 , node-rollup-plugin-node-resolve (>= 9) <!nocheck>
 , node-rollup-pluginutils (>= 2.3.3-5)
 , node-source-map <!nocheck>
 , node-source-map-support <!nocheck>
 , node-tape <!nocheck>
 , nodejs (>= 10)
 , dh-sequence-nodejs
 , rollup (>= 1~)
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-commonjs
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-commonjs.git
Homepage: https://github.com/rollup/plugins
Rules-Requires-Root: no

Package: node-rollup-plugin-commonjs
Architecture: all
Depends: ${misc:Depends}
 , node-commondir
 , node-estree-walker
 , node-glob
 , node-is-reference
 , node-magic-string (>= 0.22.4)
 , node-resolve (>= 1.5.0)
 , node-rollup-pluginutils (>= 3.1.0)
Recommends: rollup
Enhances: rollup
Breaks: rollup (<< 0.68.2+ds~)
Description: Node.js plugin for rollup to convert CommonJS modules to ES6
 This plugin for rollup will convert modules written in CommonJS to ES6 so they
 can be included in a Rollup bundle.
 .
 Node.js is an event-based server-side JavaScript engine.