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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-cached-path-relative: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 01:28:27 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-cached-path-relative_1.1.0+~1.0.0-3.dsc 2.6 KiB f052792d54e867ceccfdea747419de4de173778bd95bb678cccef59ba2004fa9
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-3.debian.tar.xz 3.3 KiB ec36258887fdfcfac377e26bcda76739b6f310ca229f5fa1b00117bbf20165f0

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.