Source: node-stacktrace-js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-browserify
 , node-source-map
 , node-typescript
 , terser
Standards-Version: 4.7.4
Homepage: https://www.stacktracejs.com
Vcs-Git: https://salsa.debian.org/js-team/node-stacktrace-js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-stacktrace-js

Package: node-stacktrace-js
Architecture: all
Depends:
 ${misc:Depends}
 , node-source-map
Provides:
 ${nodejs:Provides},
Description: generate and parse JavaScript stack traces
 stacktrace.js is a framework-agnostic JavaScript library for generating,
 parsing and enhancing stack traces in web browsers. It can produce stack
 traces from the current execution point, from Error objects, or by wrapping
 functions so that stack traces are captured when they are invoked.
 .
 The library can use source maps to improve stack frame information, supports
 integration with window.onerror, and returns asynchronous results using
 Promises. It is useful for browser-side debugging, profiling and error
 reporting.
