Skip to content

Commit ee278f2

Browse files
Add component(1) support
1 parent fdde0cb commit ee278f2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

component.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "error-stack-parser",
3+
"repository": "stacktracejs/error-stack-parser",
4+
"description": "Extract meaning from JS Errors",
5+
"version": "1.2.2",
6+
"keywords": [
7+
"stacktrace",
8+
"error",
9+
"stack"
10+
],
11+
"main": "error-stack-parser.js",
12+
"scripts": [
13+
"error-stack-parser.js"
14+
],
15+
"dependencies": {
16+
"stackframe": "^0.3.0"
17+
}
18+
}

0 commit comments

Comments
 (0)