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 57 58 59 60 61 62 63
|
Source: ts-node
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, chai
, mocha <!nocheck>
, node-ampproject-remapping
, node-acorn
, node-arg
, node-axios
, node-browserify
, node-builtin-modules
, node-call-bind <!nocheck>
, node-create-require
, node-diff
, node-get-stream
, node-es-abstract <!nocheck>
, node-get-intrinsic <!nocheck>
, node-is-regex <!nocheck>
, node-json-stable-stringify
, node-make-error
, node-object.getownpropertydescriptors <!nocheck>
, node-proxyquire <!nocheck>
, node-react <!nocheck>
, node-rimraf <!nocheck>
, node-semver
, node-typescript
, node-types-react
, node-util.promisify <!nocheck>
, node-yargs
, node-yn
, terser
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/ts-node
Vcs-Git: https://salsa.debian.org/js-team/ts-node.git
Homepage: https://github.com/TypeStrong/ts-node
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: ts-node
Architecture: all
Depends:
${misc:Depends}
, node-acorn
, node-ampproject-remapping
, node-arg
, node-builtin-modules
, node-create-require
, node-diff
, node-make-error
, node-typescript
, node-yn
, nodejs:any
Provides:
${nodejs:Provides}
Multi-Arch: foreign
Description: TypeScript execution and language shell
Provides a command-line interface to execute TypeScript code
as a shell and an interactive read-eval-print-loop (REPL).
|