node-cached-path-relative 1.1.0+~1.0.0-2 source package in Ubuntu

Changelog

node-cached-path-relative (1.1.0+~1.0.0-2) unstable; urgency=medium

  * Team upload
  * Replace tap+tape by tape in test (Closes: #1009510)

 -- Yadd <email address hidden>  Sun, 17 Apr 2022 07:35:43 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cached-path-relative_1.1.0+~1.0.0-2.dsc 2.6 KiB 1cf3738773ab448c113072ead2dd8e9fe65b41f0426f7e7419ba444dbf756c80
node-cached-path-relative_1.1.0+~1.0.0.orig-types-cached-path-relative.tar.gz 1.6 KiB c1bff990389d021d2e6cd12d58f223cfa30eaf3ee3c4c803d1bf6a7395fcac92
node-cached-path-relative_1.1.0+~1.0.0.orig.tar.gz 1.9 KiB e7d2caf69d25de104a9fdacf527c5c4ce9f642e38822c111809589c8b216c365
node-cached-path-relative_1.1.0+~1.0.0-2.debian.tar.xz 3.2 KiB d382968cee0405cce8cdc8d06eda7a0c05989b668c9f20c2eee155ccfe77e2c9

Available diffs

No changes file available.

Binary packages built by this source

node-cached-path-relative: Memoize the results of the path.relative function

 path.relative function can be an expensive operation
 if it happens a lot, and its results have a low probability to
 change for the same arguments.
 .
 This module thus cache (memoize) the result of path.relative,
 in order to speed of browserify.
 .
 Node.js is an event-based server-side JavaScript engine.