11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "pkg-exports",
31cb0ef41Sopenharmony_ci  "exports": {
41cb0ef41Sopenharmony_ci    "./hole": "./lib/hole.js",
51cb0ef41Sopenharmony_ci    "./space": "./sp%20ce.js",
61cb0ef41Sopenharmony_ci    "./valid-cjs": "./asdf.js",
71cb0ef41Sopenharmony_ci    "./sub/*": "./*",
81cb0ef41Sopenharmony_ci    "./sub/internal/*": null,
91cb0ef41Sopenharmony_ci    "./belowdir/*": "../belowdir/*",
101cb0ef41Sopenharmony_ci    "./belowfile": "../belowfile",
111cb0ef41Sopenharmony_ci    "./null": null,
121cb0ef41Sopenharmony_ci    "./null/": null,
131cb0ef41Sopenharmony_ci    "./invalid1": {},
141cb0ef41Sopenharmony_ci    "./invalid2": 1234,
151cb0ef41Sopenharmony_ci    "./invalid3": "",
161cb0ef41Sopenharmony_ci    "./invalid4": {},
171cb0ef41Sopenharmony_ci    "./invalid5": "invalid5.js",
181cb0ef41Sopenharmony_ci    "./fallbackdir/*": [[], null, {}, "builtin:x/*", "./*"],
191cb0ef41Sopenharmony_ci    "./fallbackfile": [[], null, {}, "builtin:x", "./asdf.js"],
201cb0ef41Sopenharmony_ci    "./nofallback1": [],
211cb0ef41Sopenharmony_ci    "./nofallback2": [null, {}, "builtin:x"],
221cb0ef41Sopenharmony_ci    "./nodemodules": "./node_modules/internalpkg/x.js",
231cb0ef41Sopenharmony_ci    "./doubleslash": ".//asdf.js",
241cb0ef41Sopenharmony_ci    "./no-addons": {
251cb0ef41Sopenharmony_ci      "node-addons": "./addons-entry.js",
261cb0ef41Sopenharmony_ci      "default": "./no-addons-entry.js"
271cb0ef41Sopenharmony_ci    },
281cb0ef41Sopenharmony_ci    "./condition": [{
291cb0ef41Sopenharmony_ci      "custom-condition": {
301cb0ef41Sopenharmony_ci        "import": "./custom-condition.mjs",
311cb0ef41Sopenharmony_ci        "require": "./custom-condition.js"
321cb0ef41Sopenharmony_ci      },
331cb0ef41Sopenharmony_ci      "import": "///overridden",
341cb0ef41Sopenharmony_ci      "require": {
351cb0ef41Sopenharmony_ci        "require": {
361cb0ef41Sopenharmony_ci          "nomatch": "./nothing.js"
371cb0ef41Sopenharmony_ci        },
381cb0ef41Sopenharmony_ci        "default": "./sp ce.js"
391cb0ef41Sopenharmony_ci      },
401cb0ef41Sopenharmony_ci      "default": "./asdf.js",
411cb0ef41Sopenharmony_ci      "node": "./lib/hole.js",
421cb0ef41Sopenharmony_ci      "import": {
431cb0ef41Sopenharmony_ci        "nomatch": "./nothing.js"
441cb0ef41Sopenharmony_ci      }
451cb0ef41Sopenharmony_ci    }],
461cb0ef41Sopenharmony_ci    "./no-ext": "./asdf",
471cb0ef41Sopenharmony_ci    "./resolve-self": {
481cb0ef41Sopenharmony_ci      "require": "./resolve-self.js",
491cb0ef41Sopenharmony_ci      "import": "./resolve-self.mjs"
501cb0ef41Sopenharmony_ci    },
511cb0ef41Sopenharmony_ci    "./resolve-self-invalid": {
521cb0ef41Sopenharmony_ci      "require": "./resolve-self-invalid.js",
531cb0ef41Sopenharmony_ci      "import": "./resolve-self-invalid.mjs"
541cb0ef41Sopenharmony_ci    },
551cb0ef41Sopenharmony_ci    "./*/trailer": "./subpath/*.js",
561cb0ef41Sopenharmony_ci    "./*/*railer": "never",
571cb0ef41Sopenharmony_ci    "./*trailer": "never",
581cb0ef41Sopenharmony_ci    "./*/dir2/trailer": "./subpath/*/index.js",
591cb0ef41Sopenharmony_ci    "./a/*": "./subpath/*.js",
601cb0ef41Sopenharmony_ci    "./a/b/": "./nomatch/",
611cb0ef41Sopenharmony_ci    "./a/b*": "./subpath*.js",
621cb0ef41Sopenharmony_ci    "./subpath/*": "./subpath/*",
631cb0ef41Sopenharmony_ci    "./subpath/sub-*": "./subpath/dir1/*.js",
641cb0ef41Sopenharmony_ci    "./subpath/sub-*.js": "./subpath/dir1/*.js",
651cb0ef41Sopenharmony_ci    "./features/*": "./subpath/*/*.js",
661cb0ef41Sopenharmony_ci    "./trailing-pattern-slash*": "./trailing-pattern-slash*index.js"
671cb0ef41Sopenharmony_ci  }
681cb0ef41Sopenharmony_ci}
69