node-regex-cache 0.4.3-1.1 source package in Ubuntu

Changelog

node-regex-cache (0.4.3-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 02 Jan 2021 01:40:39 +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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-regex-cache_0.4.3-1.1.dsc 2.1 KiB d03903a7f3ff2a53ce0030b08b74e597a513664287bd187c9b3ae046590eac63
node-regex-cache_0.4.3.orig.tar.gz 7.5 KiB 066ef5566f40554fcac1ef60f84faa73766cb7f6719cfbd341ce445fbd11af36
node-regex-cache_0.4.3-1.1.debian.tar.xz 2.2 KiB 8fccd0f6d7fa565e95a142a54f66f942891672ece05d5d6235dffb8d64babfa0

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.