node-regex-cache 0.4.4-1 source package in Ubuntu

Changelog

node-regex-cache (0.4.4-1) unstable; urgency=medium

  * Team upload

  [ Abhijith Sheheer ]
  * New upstream version 0.4.4
  * Bump Standards-Version to 4.4.1 (no changes needed)
  * Bump debhelper compatibility level to 12
  * Use salsa.debian.org in Vcs-* fields
  * Added upstream/metadata
  * Fixed Format URL in debian/copyright
  * Fixed spelling error in description
  * Changed section to Javascipt in debian/control
  * Switch to pkg-js-tools auto install and tests
  * Added Rules-Require-Root in debian/control

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Update standards version to 4.5.0, no changes needed.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Add debian/gbp.conf
  * Modernize debian/watch
    * Fix GitHub tags regex
    * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools and fix autopkgtest
  * Update standards version to 4.6.0, no changes needed.
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>

 -- Yadd <email address hidden>  Wed, 01 Dec 2021 17:25:09 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-regex-cache_0.4.4-1.dsc 2.1 KiB 320105ad1dfd515f959b651fb93cf5be1c08ca67025d4cb430729b4f58c516fc
node-regex-cache_0.4.4.orig.tar.gz 8.0 KiB 01e8e8b85598bb8b081f5e6e582ab86b39a482042fa6ff515b17a4071a1f6c3e
node-regex-cache_0.4.4-1.debian.tar.xz 2.6 KiB dedc4d1f8581375a5044729c9343f80d9314f17bf1e39fedc3f504a4ba728444

Available diffs

No changes file available.

Binary packages built by this source

node-regex-cache: Memorize the results of a call to the RegExp constructor

 Memorize the results of a call to the RegExp constructor, avoiding repetitious
 runtime compilation of the same string and options, resulting in surprising
 performance improvements.
 .
 Node.js is an event-based server-side JavaScript engine.