node-accepts 1.3.8-2 source package in Ubuntu

Changelog

node-accepts (1.3.8-2) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Tue, 22 Nov 2022 11:02:54 +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-accepts_1.3.8-2.dsc 2.1 KiB 0e7ebc74eddacfdb794c4846e4593f0ff4441488602e56ff7ec1f45138665c42
node-accepts_1.3.8.orig.tar.gz 8.2 KiB dd4f775c129df29fff121e3c62c8742b98ab43204b0d7f2e2b45ce28f220874f
node-accepts_1.3.8-2.debian.tar.xz 3.2 KiB e94ab14fe5c1a6e1631184ecadaba23833c152f0e73807cc2bb5f0e4206da36f

Available diffs

No changes file available.

Binary packages built by this source

node-accepts: higher-level content negotiation for Node.js

 Higher level content negotiation based on negotiator.
 .
 In addition to negotiator, it allows:
  - Allows types as an array or arguments list, ie
    `(['text/html', 'application/json'])`
    as well as `('text/html', 'application/json')`.
  - Allows type shorthands such as `json`.
  - Returns `false` when no types match
  - Treats non-existent headers as `*`
 .
 Node.js is an event-based server-side JavaScript engine.