File: control

package info (click to toggle)
node-rollup-plugin-typescript 10.0.1~ds%2B~1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,232 kB
  • sloc: javascript: 1,742; makefile: 21
file content (41 lines) | stat: -rw-r--r-- 1,344 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
Source: node-rollup-plugin-typescript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.9.87~)
 , mocha <!nocheck>
 , node-magic-string
 , node-resolve
 , node-rollup-plugin-buble
 , node-rollup-plugin-commonjs <!nocheck>
 , node-rollup-pluginutils (>= 4.0.0+~2.8.2-3~)
 , node-tape <!nocheck>
 , node-tslib
 , node-typescript (>= 4.0~)
 , node-types-estree
 , node-types-resolve
 , rollup (>= 2)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-typescript
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-typescript.git
Homepage: https://github.com/rollup/plugins
Rules-Requires-Root: no

Package: node-rollup-plugin-typescript
Architecture: all
Depends: ${misc:Depends}
 , node-resolve
 , node-rollup-pluginutils (>= 4.0.0+~2.8.2-3~)
 , node-tslib
 , node-typescript
Breaks: rollup (<< 0.68.2+ds~)
Enhances: rollup
Recommends: rollup
Description: Seamless integration between Rollup and TypeScript
 Rollup is a smaller, more efficient alternative to webpack and Browserify to
 bundle JavaScript files.
 .
 Node.js is an event-based server-side JavaScript engine.