node-sinclair-typebox 0.23.4-2 source package in Ubuntu

Changelog

node-sinclair-typebox (0.23.4-2) unstable; urgency=medium

  * Source-only upload to allow migration

 -- Yadd <email address hidden>  Mon, 09 May 2022 09:00:39 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sinclair-typebox_0.23.4-2.dsc 2.1 KiB 1a6d927ac6b9eb0381f7bae54a7d847c02b11fca6b98d1fb2adbcaba894f2649
node-sinclair-typebox_0.23.4.orig.tar.gz 405.4 KiB c1cf124a77d7195ccdfba879e278dd5d41a253162af384889d234ad3e37a9a7c
node-sinclair-typebox_0.23.4-2.debian.tar.xz 3.0 KiB 37ce1bd35c82c708b8fb7a35732bccb2a9eeaa0e65f73eece5827a4f602d2ef0

Available diffs

No changes file available.

Binary packages built by this source

node-sinclair-typebox: 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.