node-accepts 1.3.7-1 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add debian/gbp.conf
  * Fix description
  * Use pkg-js-tools auto test & install
  * New upstream version 1.3.7
  * Add build dependency to node-deep-equal

 -- Xavier Guimard <email address hidden>  Tue, 18 Feb 2020 16:23:53 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-accepts_1.3.7-1.dsc 2.1 KiB 42b6bfc4f792735a30a8cbd1f4faed8a0dc3a074321fcdb45de565bc9fbe5db7
node-accepts_1.3.7.orig.tar.gz 7.7 KiB 88895bf1f79cc658ba3ee8536a3d06d4b237cf16675a3ea18c4bc008dab9f150
node-accepts_1.3.7-1.debian.tar.xz 2.8 KiB b312319de7c04c3b43d98dd49184ec62434e9843314b42983a6f85b7a49d6288

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.