11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "imports": {
31cb0ef41Sopenharmony_ci    "#branch": {
41cb0ef41Sopenharmony_ci      "import": "./importbranch.js",
51cb0ef41Sopenharmony_ci      "require": "./requirebranch.js"
61cb0ef41Sopenharmony_ci    },
71cb0ef41Sopenharmony_ci    "#subpath/*": "./sub/*",
81cb0ef41Sopenharmony_ci    "#subpath/internal/*": null,
91cb0ef41Sopenharmony_ci    "#subpath/null": null,
101cb0ef41Sopenharmony_ci    "#subpath/*.asdf": "./test.js",
111cb0ef41Sopenharmony_ci    "#external": "pkgexports/valid-cjs",
121cb0ef41Sopenharmony_ci    "#external/subpath/*": "pkgexports/sub/*",
131cb0ef41Sopenharmony_ci    "#external/invalidsubpath/": "pkgexports/sub",
141cb0ef41Sopenharmony_ci    "#belowbase": "../belowbase",
151cb0ef41Sopenharmony_ci    "#url": "some:url",
161cb0ef41Sopenharmony_ci    "#null": null,
171cb0ef41Sopenharmony_ci    "#nullcondition": {
181cb0ef41Sopenharmony_ci      "import": {
191cb0ef41Sopenharmony_ci        "default": null
201cb0ef41Sopenharmony_ci      },
211cb0ef41Sopenharmony_ci      "require": {
221cb0ef41Sopenharmony_ci        "default": null
231cb0ef41Sopenharmony_ci      },
241cb0ef41Sopenharmony_ci      "default": "./test.js"
251cb0ef41Sopenharmony_ci    },
261cb0ef41Sopenharmony_ci    "#subpath/nullshadow/*": [null],
271cb0ef41Sopenharmony_ci    "#": "./test.js",
281cb0ef41Sopenharmony_ci    "#*est": "./*est.js",
291cb0ef41Sopenharmony_ci    "#/initialslash": "./test.js",
301cb0ef41Sopenharmony_ci    "#notfound": "./notfound.js",
311cb0ef41Sopenharmony_ci    "#encodedslash": "./..%2F/x.js",
321cb0ef41Sopenharmony_ci    "#encodedbackslash": "./..%5C/x.js"
331cb0ef41Sopenharmony_ci  }
341cb0ef41Sopenharmony_ci}
35