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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-stack-utils: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 12:13:25 +0000

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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-stack-utils_2.0.5+~2.0.1-3.dsc 2.6 KiB 480c3c33e46125f6322b6b11f571be9df85c3df01270e7a028165628e87c7801
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-3.debian.tar.xz 5.3 KiB 4009b7cb59ba8af4f3d7a28cbba82357b4715d596469a2b8b3e7f2d785382072

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.