mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 06:49:15 +01:00
17 lines
345 B
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"
|
|
]
|
|
}
|