node-accepts 1.3.7-2 source package in Ubuntu

Changelog

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

  [ lintian-brush ]
  * Set upstream metadata fields: Bug-Submit.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-mime-types and
      node-negotiator.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.6.0
  * Modernize debian/watch and fix GitHub tags regex
  * Uploaders: replace Leo Iannacone by myself, thanks for your work!

 -- Yadd <email address hidden>  Thu, 19 Aug 2021 08:58:03 +0200

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-accepts_1.3.7-2.dsc 2.1 KiB 923bb0f067c1df5f456c084f1a827dcc677fbd419d797bef4972664956563e07
node-accepts_1.3.7.orig.tar.gz 7.7 KiB 88895bf1f79cc658ba3ee8536a3d06d4b237cf16675a3ea18c4bc008dab9f150
node-accepts_1.3.7-2.debian.tar.xz 3.1 KiB b892fa01019cb27b1a32ea90588384f45d320fcbbc0e3f6e0d3defb49659917d

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.