File: control

package info (click to toggle)
node-dts-bundle-generator 9.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,928 kB
  • sloc: javascript: 33; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,321 bytes parent folder | download | duplicates (2)
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
Source: node-dts-bundle-generator
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-typescript
 , node-yargs
 , ts-node
 , mocha
Standards-Version: 4.7.3
Homepage: https://github.com/timocov/dts-bundle-generator
Vcs-Git: https://salsa.debian.org/js-team/node-dts-bundle-generator.git
Vcs-Browser: https://salsa.debian.org/js-team/node-dts-bundle-generator
Rules-Requires-Root: no

Package: node-dts-bundle-generator
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , node-typescript
 , node-yargs
Description: Tool generating a .d.ts bundles from typescript code
 This typeScript utility produces clean, consolidated .d.ts declaration
 bundles from complex project structures, enabling library authors
 to distribute a single, well‑organized type definition file.
 .
 This tool takes one or more TypeScript entry files,
 gathers and merges all the types they depend on, and
 produces a single, simplified declaration file that remains fully accurate
 and compatible with modern TypeScript tooling.
 .
 Node.js is an event-based server-side JavaScript engine.