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

Changelog

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

  * Team upload

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Pirate Praveen ]
  * Bump Standards-Version to 4.1.4 (no changes needed)
  * Bump debhelper compatibility level to 11

 -- Pirate Praveen <email address hidden>  Mon, 18 Jun 2018 14:46:44 +0530

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
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-resolve-cwd_2.0.0-2.dsc 2.0 KiB 420c77eb03d1c7f502fbec96fc1686f33ce3f93064f3f55e3928c3183aa1d972
node-resolve-cwd_2.0.0.orig.tar.gz 2.3 KiB 0cbfe9690cc9a7e5cedf435a50018f85a89f9bab16ab996ac003582efbe45647
node-resolve-cwd_2.0.0-2.debian.tar.xz 2.2 KiB 725b97d0aaa0a7370912d043827d508653ecae4e6f041d04b0f75c8dafb1539b

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.