node-yajsml 1.1.5+ds-5 source package in Ubuntu

Changelog

node-yajsml (1.1.5+ds-5) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 14:48:50 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yajsml_1.1.5+ds-5.dsc 2.0 KiB 12fb55696c39ab22c9b975660ff646e1dd8f749903499bebfd921a685169cab5
node-yajsml_1.1.5+ds.orig.tar.xz 9.7 KiB 76643264d5d2bd6869e40f8e19905a51ec63f8c22f52fd7e0997107cf53f4ba6
node-yajsml_1.1.5+ds-5.debian.tar.xz 3.3 KiB 47d6a68a0842615164c2194b5c3c35551842add11be11eea266b4931f7960355

Available diffs

No changes file available.

Binary packages built by this source

node-yajsml: Yet another (Common)JS module loader

 Yajsml is a server-side component that allows JavaScript code to be
 distributed in a reliable and performant way. Its three features are:
 .
   - Proxy pass through for individual resource requests.
   - Bulk responses for requests of closely associated resources
     (e.g. dependencies) when a request specifies a JSONP-style callback.
   - Canonical packaged resources where requests for disparate resources
     may be fulfilled through a redirect to one canonical packaged resource
     (which exploits warmed caches).
 .
 The tool’s interface is simple enough that there is no need for a prescribed
 implementation on the client-side. That said, the require-kernel is a terse
 implementation of a CommonJS module manager that can use all the features in
 yajsml.