1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/tests/registry/jsr/@denotest/module-graph/1.4.0_meta.json

18 lines
307 B
JSON
Raw Normal View History

{
"exports": {
".": "./mod.ts",
"./other": "./other.ts"
},
"moduleGraph1": {
"/mod.ts": {
"dependencies": [{
"kind": "import",
"type": "static",
"specifier": "./other.ts",
"specifierRange": [[0, 22], [0, 34]]
}]
},
"/other.ts": {}
}
}