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

Changelog

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

  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:44:36 +0200

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
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-yajsml_1.1.5+ds-2.dsc 2.0 KiB cba2a1a3c318d53d642f4a1c6fcfd9cb84f1bf745e4cbc1b176ce053b0aed7a5
node-yajsml_1.1.5+ds.orig.tar.xz 9.7 KiB 76643264d5d2bd6869e40f8e19905a51ec63f8c22f52fd7e0997107cf53f4ba6
node-yajsml_1.1.5+ds-2.debian.tar.xz 3.0 KiB 93177b8c1308b5fc0cc4c37f5c1a44cb75b9695a6d3d742d38f4f6268ae15f4c

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.