jsbundle-web-interfaces 1.1.0+~2.0.1~ds+~5.0.0+~0~20180821-1 source package in Ubuntu

Changelog

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

  [ upstream of webidl-conversions ]
  * new release

 -- Jonas Smedegaard <email address hidden>  Sat, 14 Dec 2019 20:30:48 +0100

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+~5.0.0+~0~20180821-1.dsc 3.7 KiB 456d64356459bb5e7038b2daaa11feafbc1efc24f487d9634e6dd6324de48b35
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~5.0.0+~0~20180821.orig-Xauth.tar.gz 67.9 KiB fe9bb974829d6c48fae6eca4e2d515f0c47a7941c4edbbda0be8298c376d3686
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~5.0.0+~0~20180821.orig-Xhttp.tar.gz 7.5 KiB e2c2457689f5be25e520d6d8a72f55ffa3bfac306eccf16c27e8b14fbc4ba2a5
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~5.0.0+~0~20180821.orig-Xwebidl.tar.gz 37.4 KiB 19ba9a9b4f329f9d81e3154d4529efbb38a7426a94a7a0e9b9b09b2ef21cec9e
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~5.0.0+~0~20180821.orig.tar.gz 4.6 KiB caaf65481ab74f5e1b4d99ec2c4bedd05f0a53e7823c5f89ed77e8a13615bc49
jsbundle-web-interfaces_1.1.0+~2.0.1~ds+~5.0.0+~0~20180821-1.debian.tar.xz 16.3 KiB eb01299d1a6ccfe7638c3256e091a2799988f40445dfbd08a5e3983530336b0c

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.