node-resolve-from 5.0.0+~3.1.0+~3.3.0+~2.0.0-1 source package in Ubuntu

Changelog

node-resolve-from (5.0.0+~3.1.0+~3.3.0+~2.0.0-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Debian Janitor ]
  * use secure copyright file specification URI
  * build-depend on debhelper-compat (not debhelper)
  * set upstream metadata fields:
    Bug-Database Bug-Submit Repository Repository-Browse
  * update Vcs-* headers from URL redirect
  * use canonical URL in Vcs-Git
  * set Multi-Arch: foreign

  [ Jonas Smedegaard ]
  * add myself as uploader
  * add git-buildpackage settings:
    + use pristine-tar
    + use signed tags
    + filter-out any .git* files
    + use DEP-14 git branch names
    + add usage comment
  * update watch file:
    + use file format 4 (not 3)
    + use Github pattern
    + set dversionmangle=auto
    + simplify regular expressions
    + use substitution strings
    + add usage comment
  * stop build-depend on dh-buildinfo
  * embed and install Node.js modules
    callsites import-fresh parent-module;
    provide virtual packages
    node-callsites node-import-fresh node-parent-module;
    build-depend on jq;
    break older node-cosmiconfig (where previously embedded)
  * add patch cherry-picked upstream
    to compensate a test for expanded error message since Node.js 12
  * add patch 2001
    to use Node.js modules mocha chai (not ava)
  * check tests during build and as autopkgtest;
    annotate simple autopkgtest as superficial;
    build-depend on node-execa node-tape
  * stop (build-)depend on nodejs;
    fix have autopkgtest depend on nodejs
  * declare compliance with Debian Policy 4.5.1
  * use debhelper compatibility level 13 (not 9)
  * set Rules-Requires-Root: no

 -- Jonas Smedegaard <email address hidden>  Fri, 01 Jan 2021 15:59:42 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.dsc 3.3 KiB ae19102c58cd9630443b24b33cb782bbc278900c7eaf592869afe889832849df
node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xcall.tar.gz 3.0 KiB 1885d6a24977d854177b87568690f053831707c5fb07bb4cedfd6120c888bd5e
node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xfresh.tar.gz 3.9 KiB 0777e30d8a575249e8a96f387074b7b48e7fb4b9746629df4dba23221580795f
node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig-Xparent.tar.gz 3.1 KiB 1208e7b33c3467d439f32b2ba987d629679f3197b1e5e7168b2f445f52aea49d
node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0.orig.tar.gz 3.4 KiB 7863a3fcfc14e5187f3111aa0d2ebbb420241955dd9ac456f74bd37300c1cbfa
node-resolve-from_5.0.0+~3.1.0+~3.3.0+~2.0.0-1.debian.tar.xz 5.0 KiB b5ce042d947b5242906961d113dfd0d8faf3bd375e0e490b810e93bbe5040a95

No changes file available.

Binary packages built by this source

node-resolve-from: Resolve the path of a module from a given path

 Resolve the path of a module like `require.resolve()`but from a given path.
 Unlike `require.resolve()` it returns `null` instead of throwing when the
 module can't be found.
 .
 Node.js is an event-based server-side JavaScript engine.