node-builtin-status-codes 3.0.0-2 source package in Ubuntu

Changelog

node-builtin-status-codes (3.0.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto test & install
  * Update metadata
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Add upstream/metadata

 -- Xavier Guimard <email address hidden>  Mon, 27 Apr 2020 15:01:21 +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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-builtin-status-codes_3.0.0-2.dsc 2.1 KiB ba3c49b02dd3a50a2f09306e3125a32549e5097c661464fb69d262eaeeca39ce
node-builtin-status-codes_3.0.0.orig.tar.gz 2.8 KiB 9401f6bb55eaf249e09a36a64305fc3ea863b156bf0304ca9462171f3551a95d
node-builtin-status-codes_3.0.0-2.debian.tar.xz 2.5 KiB 5f45e4755a716c4356020a78a6ac7f04eedecd539ad0e24206f68c9bcc933639

Available diffs

No changes file available.

Binary packages built by this source

node-builtin-status-codes: map of HTTP status codes from the builtin http module

 This library exposes the latest directly from `http` in Node, with a
 zero-dependencies version for the browser.
 .
 This library is a dependency for webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.