File: control

package info (click to toggle)
node-sinclair-typebox 0.24.44-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,408 kB
  • sloc: makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,463 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
32
33
Source: node-sinclair-typebox
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
 , node-typescript
 , ts-node <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/sinclairzx81/typebox
Vcs-Git: https://salsa.debian.org/js-team/node-sinclair-typebox.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sinclair-typebox
Rules-Requires-Root: no

Package: node-sinclair-typebox
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: JSON Schema Type Builder with Static Type Resolution for TypeScript
 @sinclair/typeBox is a library that creates in-memory JSON Schema objects
 that can be statically inferred as TypeScript types. The schemas produced by
 this library are designed to match the static type checking rules of the
 TypeScript compiler. TypeBox allows one to create a unified type that can be
 both statically asserted by the TypeScript compiler and runtime asserted
 using standard JSON Schema validation.
 .
 @sinclair/typeBox can be used as a simple tool to build up complex schemas or
 integrated into RPC or REST services to help validate JSON data received over
 the wire. TypeBox does not provide any JSON schema validation. Please use
 libraries such as AJV to validate schemas built with this library.