node-accepts 1.3.8-1 source package in Ubuntu

Changelog

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

  * Team upload

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

  [ Israel Galadima ]
  * New upstream version 1.3.8

  [ Yadd ]
  * Drop dependency to nodejs

 -- Israel Galadima <email address hidden>  Fri, 08 Apr 2022 08:40:01 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-accepts_1.3.8-1.dsc 2.1 KiB f4d96db60d3de2744dd65a5e3c54356325ef77e560b845b2ae70eb21a3cc584c
node-accepts_1.3.8.orig.tar.gz 8.2 KiB dd4f775c129df29fff121e3c62c8742b98ab43204b0d7f2e2b45ce28f220874f
node-accepts_1.3.8-1.debian.tar.xz 3.1 KiB 24c0599c84cb31e86b79e27aa81b60f7258b64ab43d1edf1ccc5a69e95931864

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.