15 lines
543 B
JSON
15 lines
543 B
JSON
{
|
|
"schema_version": "1.0",
|
|
"roots": [
|
|
{ "id": "sym://js:src/index.js#main", "phase": "runtime", "source": "static" }
|
|
],
|
|
"nodes": [
|
|
{ "id": "sym://js:src/index.js#main", "name": "main", "kind": "function", "file": "src/index.js", "line": 1, "language": "nodejs" },
|
|
{ "id": "sym://js:node_modules/js-yaml#load", "name": "load", "kind": "function", "namespace": "js-yaml", "language": "nodejs" }
|
|
],
|
|
"edges": [
|
|
{ "from": "sym://js:src/index.js#main", "to": "sym://js:node_modules/js-yaml#load", "kind": "call" }
|
|
]
|
|
}
|
|
|