node-stack-utils 2.0.5+~2.0.1-2 source package in Ubuntu

Changelog

node-stack-utils (2.0.5+~2.0.1-2) unstable; urgency=medium

  * Team upload
  * Drop dependency to nodejs
  * Fix test for tap >= 15 (Closes: #1009569)

 -- Yadd <email address hidden>  Thu, 14 Apr 2022 20:21:44 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stack-utils_2.0.5+~2.0.1-2.dsc 2.6 KiB e9bec0f12b8f0747f58ac54507f59fd9bd76f6dd73e71eb9a78981919f9ff2ec
node-stack-utils_2.0.5+~2.0.1.orig-types-stack-utils.tar.gz 2.0 KiB cc5c7a4c784d611eed341665573a72b8d1881750936d04db2b4eedca31966beb
node-stack-utils_2.0.5+~2.0.1.orig.tar.gz 71.9 KiB 7388f6ef13a1eca766a47366b1b8eb9ab0ded34edd62021ff7849b0666f76c0c
node-stack-utils_2.0.5+~2.0.1-2.debian.tar.xz 5.2 KiB 725aac7342eab66740a7dd1262018ebac46190b73c700322c6f6e819f1e03aa5

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.