This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/stackframe/component.json

17 lines
345 B
JSON

{
"name": "stackframe",
"repository": "stacktracejs/stackframe",
"description": "JS Object representation of a stack frame",
"version": "1.0.2",
"keywords": [
"stacktrace",
"error",
"debugger",
"stack frame"
],
"main": "stackframe.js",
"scripts": [
"stackframe.js"
]
}