jsbundle-web-interfaces 1.1.0+~2.0.1~ds+~4.0.2+~0~20180821-2 source package in Ubuntu

Changelog

jsbundle-web-interfaces (1.1.0+~2.0.1~ds+~4.0.2+~0~20180821-2) unstable; urgency=medium

  * Fix clean generated documentation files.

 -- Jonas Smedegaard <email address hidden>  Thu, 10 Oct 2019 15:20:36 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~4.0.2+~0~20180821-2.dsc 3.7 KiB 9cd855d0ca40b21ea1ebffecb26c7ee3d069d043b9c4e124ca532d67efb205f2
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~4.0.2+~0~20180821.orig-Xauth.tar.gz 67.9 KiB fe9bb974829d6c48fae6eca4e2d515f0c47a7941c4edbbda0be8298c376d3686
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~4.0.2+~0~20180821.orig-Xhttp.tar.gz 7.5 KiB e2c2457689f5be25e520d6d8a72f55ffa3bfac306eccf16c27e8b14fbc4ba2a5
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~4.0.2+~0~20180821.orig-Xwebidl.tar.gz 13.9 KiB 654e69bbefeda1a530ef1ffa260bcc8380360c3cc79606939c3c80028a74d37b
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~4.0.2+~0~20180821.orig.tar.gz 4.6 KiB caaf65481ab74f5e1b4d99ec2c4bedd05f0a53e7823c5f89ed77e8a13615bc49
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~4.0.2+~0~20180821-2.debian.tar.xz 16.2 KiB 44795ecdfc3128a3d2c52d460108621b7da20f9e80a041498a911cfd6c9ffc48

No changes file available.

Binary packages built by this source

node-auth-header: parse HTTP auth/authz headers - Node.js library

 auth-header deals
 with obscene HTTP "Authorization" and "WWW-Authenticate" headers.
 .
 The HTTP "Authorization" and "WWW-Authenticate" family of headers
 are both pretty nightmareish;
 there has been, up until recently, no wide consensus
 about how they should be formatted
 and so parsing them is lots of fun
 if fun is pulling your hair out.
 .
 This library provides an implementation of RFC7235
 which allows for the parsing
 of many known existing authorization headers
 (like Basic and Digest)
 as well as any future ones which follow the standard.
 Noteably, this library is less strict than it could be
 to parse some of these legacy formats.
 .
 In addition to the format of the header itself being in flux,
 WWW-Authenticate has its own nasty surprise:
 sometimes multiple authentication prompts can appear in one header,
 sometimes they can appear in multiple headers;
 we _ONLY_ support the latter case
 since trying to disambiguate
 between a second prompt and parameters for the first
 is just about impossible.
 .
 This package provides auth-header usable with Node.js -
 an event-based server-side JavaScript engine.

node-standard-error: subclassable standard errors - Node.js library

 StandardError.js is a tiny JavaScript library
 that simplifies creating subclasses of Error
 for custom error classes with the correct name and stack property.
 Saves you from writing a few lines of boilerplate.
 .
 This package provides StandardError.js usable with Node.js -
 an event-based server-side JavaScript engine.

node-standard-http-error: subclassable standard HTTP errors - Node.js library

 StandardHttpError.js is a very simple but useful error class
 for JavaScript that represents HTTP errors.
 You can then detect it with instanceof in error handling middleware
 and act accordingly.
 .
 This package provides StandardHttpError.js usable with Node.js -
 an event-based server-side JavaScript engine.

node-webidl-conversions: web IDL type conversions on JavaScript values - Node.js library

 Webidl-conversions implements, in JavaScript, the algorithms
 to convert a given JavaScript value according to a given Web IDL type.
 .
 Web IDL is an interface description language (IDL) format
 for describing application programming interfaces (APIs)
 that are intended to be implemented in web browsers.
 .
 This package provides webidl-conversions usable with Node.js -
 an event-based server-side JavaScript engine.