File: control

package info (click to toggle)
node-tslib 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: javascript: 579; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,018 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
Source: node-tslib
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sweta <swetalogu16@gmail.com>,Abarna <abarna662000@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , nodejs (>= 6)
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Homepage: https://typescriptlang.org/
Vcs-Git: https://salsa.debian.org/js-team/node-tslib.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tslib
Rules-Requires-Root: no

Package: node-tslib
Architecture: all
Depends:
 ${misc:Depends}
Multi-Arch: foreign
Description: Implementation of tslib for javascript
 This is a runtime library for typescript that contains all of the TypeScript
 helper functions.
 .
 This library is primarily used by the --importHelpers flag in TypeScript.
 .
 For an optimized bundles with TypeScript, you should absolutely consider
 using tslib and --importHelpers.
 .
 Node.js is an event-based server-side JavaScript engine.