node-resolve-cwd 3.0.0-2 source package in Ubuntu

Changelog

node-resolve-cwd (3.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-resolve-cwd: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 15:05:25 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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-resolve-cwd_3.0.0-2.dsc 2.1 KiB ce09a5e2023074ba0c04694a6d46a4701f4c8d0e674c7a6687fa8b9388c1e719
node-resolve-cwd_3.0.0.orig.tar.gz 2.6 KiB ff4b7abdb411d053d3f0c2ab2baebf8210721bbb5529fdbc369a0c0076525b55
node-resolve-cwd_3.0.0-2.debian.tar.xz 3.2 KiB 002e4a0c11ff258c7eb3ced4b163451c94b2cb6b7e46338336bf19f928551d6a

Available diffs

No changes file available.

Binary packages built by this source

node-resolve-cwd: Resolve the path of a module from current directory

 This module can be used to determine the path of a module starting from the
 current working directory.
 .
 For an input of moduleId to resolveCwd(moduleId), it gives an error when the
 module can't be found, which is similar to how require() works.
 .
 If moduleId is called as resolveCwd.silent(moduleId) then it returns null
 instead of giving an error when the module can't be found.
 .
 Node.js is an event-based server-side JavaScript engine.