node-stack-utils 2.0.3-1 source package in Ubuntu

Changelog

node-stack-utils (2.0.3-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.5.1
  * New upstream version 2.0.3

 -- Xavier Guimard <email address hidden>  Sat, 21 Nov 2020 19:01:25 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stack-utils_2.0.3-1.dsc 2.5 KiB 2ce49c698da3e7262401ad9a931e2e1df6f21f978f704b295939beb46aa2097d
node-stack-utils_2.0.3.orig-types-stack-utils.tar.gz 1.9 KiB ed32f8d3ca8900e42d7ea571dd992acd5e3e0647a531daf08f93b3bcedf4edc8
node-stack-utils_2.0.3.orig.tar.gz 88.1 KiB cac320e400c173341bd8bd1425d194654028348e496f6de06abb7df9f0d15752
node-stack-utils_2.0.3-1.debian.tar.xz 3.8 KiB 732602a95e3aee33ccf7662dbfe53bdb9d55b08a65c8d3a9bf9c2a94cde90443

Available diffs

No changes file available.

Binary packages built by this source

node-stack-utils: Captures and cleans stack traces

 This modules provides API for working with nodejs stack traces.
 Ones could create new stack traces instance simulating for instance
 deep call of function, or clean existing stack trace. This API
 includes function to call up and down on stack trace.
 .
 In computing, a stack trace (also called stack backtrace or
 stack traceback) is a report of the active stack frames
 at a certain point in time during the execution of a program.
 Programmers commonly use stack tracing during interactive
 and post-mortem debugging. A stack trace allows tracking
 the sequence of nested functions called - up to the point
 where the stack trace is generated.
 In a post-mortem scenario this extends up to the function
 where the failure occurred
 .
 Node.js is an event-based server-side JavaScript engine.