node-get-caller-file 2.0.5+~cs1.1.1-4 source package in Ubuntu

Changelog

node-get-caller-file (2.0.5+~cs1.1.1-4) unstable; urgency=medium

  * Team upload
  * Fix autopkgtest

 -- Yadd <email address hidden>  Thu, 02 Jun 2022 12:16:52 +0200

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-get-caller-file_2.0.5+~cs1.1.1-4.dsc 2.5 KiB 3a26747768ec14d50083e95dca469056d4c59f7b90c816e6bf26f2f40cb7cd58
node-get-caller-file_2.0.5+~cs1.1.1.orig-ensure-posix-path.tar.gz 4.8 KiB ebad7065a4762f5b89e84e4d68b957d244227b93901ec5f1ff58005c4ac80766
node-get-caller-file_2.0.5+~cs1.1.1.orig.tar.gz 7.5 KiB 2a9c2921af14d6d45e71d5c151dfca99500a1b95193204fb184962e27fed76bf
node-get-caller-file_2.0.5+~cs1.1.1-4.debian.tar.xz 3.6 KiB 5c0157d755cf4297080bc6725afb9db15fee9201262c87dc651234d1efcb2459

No changes file available.

Binary packages built by this source

node-get-caller-file: inspects the v8 stack trace

 Call this function in a another function to find out the file from which that
 function was called from.
 .
 Inspired by http://stackoverflow.com/questions/13227489
 .
 Node.js is an event-based server-side JavaScript engine.