mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"imports": {
|
|
"fixtures/": "./",
|
|
"fixturesbase/": "../",
|
|
"a": "/b",
|
|
"a/": "./a/",
|
|
"f": "a:",
|
|
"b/": "/d/",
|
|
"b.js": "http://jquery.com/jquery.js",
|
|
"b.js/": "http://jquery.com/",
|
|
"g/": "https://site.com/",
|
|
"named-register-single-execute": "./named-register-single-execute.js"
|
|
},
|
|
"scopes": {
|
|
"scope-test/": {
|
|
"maptest": "./contextual-map-dep.js",
|
|
"maptest/": "./contextual-map-dep/"
|
|
},
|
|
"wasm/": {
|
|
"example": "./wasm/example.js"
|
|
}
|
|
}
|
|
} |