node-accepts 1.3.5-1 source package in Ubuntu

Changelog

node-accepts (1.3.5-1) unstable; urgency=medium

  * Team upload
  * Move to salsa
  * Bump policy and compat
  * Move to section javascript
  * Run testsuite in CI

 -- Bastien Roucariès <email address hidden>  Wed, 31 Oct 2018 14:30:02 +0100

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

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-accepts_1.3.5-1.dsc 2.1 KiB 37c6a4ddf3099357240b128fa34f2a2b5628a671da60307a9c2e8c21908ca825
node-accepts_1.3.5.orig.tar.gz 7.2 KiB 6026d687ee28cc62097e15bfaa968e09b8cb35370c015268af6c19cf2324c7ad
node-accepts_1.3.5-1.debian.tar.xz 2.7 KiB fee873cd21fe97d3ba16fd7746e274f0f5793ceb0550a02ac51ba41a7590f92f

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.