node-proxyquire 2.1.3+~1.0.1+~1.0.2-12 source package in Ubuntu

Changelog

node-proxyquire (2.1.3+~1.0.1+~1.0.2-12) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Bump debhelper from old 12 to 13
  * Update renamed lintian tag names in lintian overrides
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse
  * Update standards version to 4.6.0, no changes needed

  [ Yadd ]
  * Add ctype=nodejs to component(s)
  * Add fix for test (error message changed (Closes: #997700)
  * Update lintian overrides

 -- Yadd <email address hidden>  Mon, 25 Oct 2021 12:24:46 +0200

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-proxyquire_2.1.3+~1.0.1+~1.0.2-12.dsc 2.9 KiB c4f774ac3dacdc9afebd80cfce9075047cb51e4160fa821783dbe6896a2028da
node-proxyquire_2.1.3+~1.0.1+~1.0.2.orig-Xerror.tar.gz 2.0 KiB 11b2632fe6729f25432c5df2f93afccac36edc94c5422fce2fdadd434f46e017
node-proxyquire_2.1.3+~1.0.1+~1.0.2.orig-Xkeys.tar.gz 2.7 KiB 2c633591e2e964ea720f7700e29012f3dd28496e37ae9d487af84b5c5ba9ea48
node-proxyquire_2.1.3+~1.0.1+~1.0.2.orig.tar.gz 18.2 KiB 5a17e613a22a463aa0fb0e1d1d325a276b38e268534816b20856d912372abc06
node-proxyquire_2.1.3+~1.0.1+~1.0.2-12.debian.tar.xz 7.4 KiB e61463567091957a3cfe24601a31d19a90c50dc523bff82df6afb2b23c12d3b7

No changes file available.

Binary packages built by this source

node-proxyquire: mocking tool to stub dependencies in Node.js

 Proxyquire proxies nodejs's require
 in order to make overriding dependencies during testing easy
 while staying totally unobtrusive.
 .
  * No changes to your code are necessary.
  * Non overridden methods of a module behave like the original.
  * Mocking framework agnostic,
    if it can stub a function then it works with proxyquire.
  * "use strict" compliant.