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 64 65 66 67 68 69
|
Source: node-ts-jest
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.9.61)
, help2man
, jest (>= 29)
, node-ansi-regex
, node-ansi-styles
, node-babel7
, node-base
, node-braces
, node-chalk
, node-color-convert
, node-color-name
, node-convert-source-map
, node-debug
, node-esbuild <!nocheck>
, node-escape-string-regexp
, node-esutils
, node-fast-json-stable-stringify
, node-fill-range
, node-fs-extra
, node-has-flag
, node-is-number
, node-istanbul <!nocheck>
, node-js-yaml <!nocheck>
, node-json-stable-stringify <!nocheck>
, node-json5
, node-lodash
, node-make-error
, node-mkdirp (>= 1.0)
, node-react <!nocheck>
, node-semver (>= 7.0)
, node-types-babel-core
, node-types-lodash
, node-types-react
, node-typescript
, node-yargs
, node-yargs-parser
Standards-Version: 4.6.1
Homepage: https://kulshekhar.github.io/ts-jest
Vcs-Git: https://salsa.debian.org/js-team/node-ts-jest.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ts-jest
Rules-Requires-Root: no
Package: ts-jest
Architecture: all
Depends: ${misc:Depends}
, jest (>= 29)
, node-fast-json-stable-stringify
, node-json5
, node-lodash-packages
, node-make-error
, node-mkdirp (>= 1.0)
, node-semver (>= 7.0)
, node-typescript
, node-yargs-parser
, nodejs:any (>= 14)
Recommends: node-esbuild
Provides: ${nodejs:Provides}
Description: TypeScript preprocessor with source map support for Jest
Jest is a popular test framework for JavaScript projects. ts-jest
extends jest to test projects written in Typescript.
.
It supports all features of TypeScript including type-checking.
|