File: control

package info (click to toggle)
node-rollup-plugin-typescript2 0.34.1%2Bds%2B~cs6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,032 kB
  • sloc: javascript: 1,211; sh: 4; makefile: 2
file content (56 lines) | stat: -rw-r--r-- 1,732 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
Source: node-rollup-plugin-typescript2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Doug Torrance <dtorrance@debian.org>
 , Roland Mas <lolando@debian.org>
 , Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest <!nocheck>
 , node-colors
 , node-find-cache-dir
 , node-fs-extra
 , node-graphlib
 , node-lodash
 , node-rollup-pluginutils
 , node-rollup-plugin-commonjs
 , node-rollup-plugin-node-resolve
 , node-rollup-plugin-replace
 , node-rollup-plugin-typescript
 , node-semver
 , node-tslib
 , node-typescript
 , node-types-graphlib
 , node-yarn-tool-resolve-package
 , rollup
 , ts-jest <!nocheck>
Testsuite: autopkgtest-pkg-nodejs
Standards-Version: 4.6.1
Homepage: https://github.com/ezolenko/rollup-plugin-typescript2
Vcs-Git: https://salsa.debian.org/js-team/node-rollup-plugin-typescript2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-rollup-plugin-typescript2
Rules-Requires-Root: no

Package: node-rollup-plugin-typescript2
Architecture: all
Depends: ${misc:Depends}
 , node-find-cache-dir
 , node-fs-extra
 , node-graphlib
 , node-lodash
 , node-rollup-pluginutils
 , node-tslib
 , node-typescript
 , node-yarn-tool-resolve-package
 , rollup
Provides: ${nodejs:Provides}
Description: Seamless integration between Rollup and TypeScript
 This is a rewrite of original rollup-plugin-typescript, starting and
 borrowing from alexlur's fork.
 .
 This version is somewhat slower than original, but it will print out
 typescript syntactic and semantic diagnostic messages (the main
 reason for using typescript after all).
 .
 Node.js is an event-based server-side JavaScript engine.