Source: node-tslib Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sweta ,Abarna 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.