node-sinclair-typebox 0.24.44-3 source package in Ubuntu

Changelog

node-sinclair-typebox (0.24.44-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-sinclair-typebox: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 11:48:36 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sinclair-typebox_0.24.44-3.dsc 2.1 KiB b6249e4a3300331d23dba535583736feb8231af5c66e02aaefb25ef36197aac5
node-sinclair-typebox_0.24.44.orig.tar.gz 799.9 KiB 5a1e1eca4ecd8caf0199d9c1980ab45227335638869d1f8dd6cfa86dca3b380f
node-sinclair-typebox_0.24.44-3.debian.tar.xz 3.2 KiB cfb6ec44b407250966b958bcb7cb3f15333f507b47410034036b366a07734d72

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.