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
|
Source: node-typanion
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sunday Nkwuda <scletus40@yahoo.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, rollup
, node-rollup-plugin-typescript (>= 6.0~)
, mocha <!nocheck>
, chai <!nocheck>
, node-tslib
, node-typescript
, node-types-chai
, node-types-mocha
, ts-node
, node-fs-extra
Standards-Version: 4.7.3
Homepage: https://github.com/arcanis/typanion
Vcs-Git: https://salsa.debian.org/js-team/node-typanion.git
Vcs-Browser: https://salsa.debian.org/js-team/node-typanion
Package: node-typanion
Architecture: all
Depends:
${misc:Depends}
Multi-Arch: foreign
Description: Static and runtime type assertion library with no dependencies
Compared to yup, Typanion has a better inference support for TypeScript.
.
Its functional API makes it very easy to tree shake, which is another bonus
(although the library isn't very large in itself).
.
Node.js is an event-based server-side JavaScript engine.
|