{"library":"error-stack-parser","type":"library","category":null,"description":"Error Stack Parser is a lightweight, cross-browser JavaScript library designed to extract structured information from JavaScript `Error` objects' `stack` property. It parses raw stack traces into an array of `StackFrame` objects, each containing details like function name, file URL, line number, and column number. This provides a programmatically accessible representation of the call stack, which is crucial for error reporting and debugging tools. The current stable version is 2.1.4. While a strict release cadence isn't explicitly stated, the project maintains regular updates for bug fixes and dependency management. Its key differentiator is its focus on providing a standardized, structured output (`StackFrame` objects) across various browser and Node.js environments, abstracting away the inconsistencies in native `Error.stack` formats.","language":"javascript","status":"active","version":"2.1.4","tags":["javascript","stacktrace","error","stack","parser","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install error-stack-parser","imports":["import ErrorStackParser from 'error-stack-parser';","const ErrorStackParser = require('error-stack-parser');","import type { StackFrame } from 'error-stack-parser';"]},{"cmd":"yarn add error-stack-parser","imports":[]},{"cmd":"pnpm add error-stack-parser","imports":[]}],"homepage":"https://www.stacktracejs.com","github":"https://github.com/stacktracejs/error-stack-parser","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/error-stack-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/error-stack-parser/compatibility"}}