{
  "inputs": {
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js": {
      "bytes": 1170,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js": {
      "bytes": 3208,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js",
          "kind": "require-call",
          "original": "./error.js"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/help.js": {
      "bytes": 21130,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js",
          "kind": "require-call",
          "original": "./argument.js"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/option.js": {
      "bytes": 10289,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js",
          "kind": "require-call",
          "original": "./error.js"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js": {
      "bytes": 2774,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/command.js": {
      "bytes": 87209,
      "imports": [
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js",
          "kind": "require-call",
          "original": "./argument.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js",
          "kind": "require-call",
          "original": "./error.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/help.js",
          "kind": "require-call",
          "original": "./help.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/option.js",
          "kind": "require-call",
          "original": "./option.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js",
          "kind": "require-call",
          "original": "./suggestSimilar"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/index.js": {
      "bytes": 812,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js",
          "kind": "require-call",
          "original": "./lib/argument.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/command.js",
          "kind": "require-call",
          "original": "./lib/command.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js",
          "kind": "require-call",
          "original": "./lib/error.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/help.js",
          "kind": "require-call",
          "original": "./lib/help.js"
        },
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/option.js",
          "kind": "require-call",
          "original": "./lib/option.js"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/esm.mjs": {
      "bytes": 310,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/index.js",
          "kind": "import-statement",
          "original": "./index.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js": {
      "bytes": 5256,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js": {
      "bytes": 3965,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:os",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:tty",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/utilities.js": {
      "bytes": 997,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js": {
      "bytes": 5902,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js",
          "kind": "import-statement",
          "original": "#ansi-styles"
        },
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js",
          "kind": "import-statement",
          "original": "#supports-color"
        },
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/utilities.js",
          "kind": "import-statement",
          "original": "./utilities.js"
        },
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js",
          "kind": "import-statement",
          "original": "./vendor/ansi-styles/index.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js": {
      "bytes": 706,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js": {
      "bytes": 10141,
      "imports": [
        {
          "path": "constants",
          "kind": "require-call",
          "external": true
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js": {
      "bytes": 2655,
      "imports": [
        {
          "path": "stream",
          "kind": "require-call",
          "external": true
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js": {
      "bytes": 496,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js": {
      "bytes": 12680,
      "imports": [
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js",
          "kind": "require-call",
          "original": "./polyfills.js"
        },
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js",
          "kind": "require-call",
          "original": "./legacy-streams.js"
        },
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js",
          "kind": "require-call",
          "original": "./clone.js"
        },
        {
          "path": "util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "assert",
          "kind": "require-call",
          "external": true
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js": {
      "bytes": 3835,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js",
          "kind": "require-call",
          "original": "graceful-fs"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/utils.js": {
      "bytes": 1655,
      "imports": [
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/make-dir.js": {
      "bytes": 545,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/utils.js",
          "kind": "require-call",
          "original": "./utils"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js": {
      "bytes": 328,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/make-dir.js",
          "kind": "require-call",
          "original": "./make-dir"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js": {
      "bytes": 263,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/utimes.js": {
      "bytes": 882,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js": {
      "bytes": 5225,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/async.js": {
      "bytes": 806,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/copy.js": {
      "bytes": 5988,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "../path-exists"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/utimes.js",
          "kind": "require-call",
          "original": "../util/utimes"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js",
          "kind": "require-call",
          "original": "../util/stat"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/async.js",
          "kind": "require-call",
          "original": "../util/async"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/copy-sync.js": {
      "bytes": 5929,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js",
          "kind": "require-call",
          "original": "graceful-fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/utimes.js",
          "kind": "require-call",
          "original": "../util/utimes"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js",
          "kind": "require-call",
          "original": "../util/stat"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/index.js": {
      "bytes": 146,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/copy.js",
          "kind": "require-call",
          "original": "./copy"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/copy-sync.js",
          "kind": "require-call",
          "original": "./copy-sync"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/remove/index.js": {
      "bytes": 331,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js",
          "kind": "require-call",
          "original": "graceful-fs"
        },
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/empty/index.js": {
      "bytes": 747,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/remove/index.js",
          "kind": "require-call",
          "original": "../remove"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/file.js": {
      "bytes": 1459,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/link.js": {
      "bytes": 1438,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "../path-exists"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js",
          "kind": "require-call",
          "original": "../util/stat"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink-paths.js": {
      "bytes": 3103,
      "imports": [
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "../path-exists"
        },
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink-type.js": {
      "bytes": 596,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink.js": {
      "bytes": 2730,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink-paths.js",
          "kind": "require-call",
          "original": "./symlink-paths"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink-type.js",
          "kind": "require-call",
          "original": "./symlink-type"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "../path-exists"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js",
          "kind": "require-call",
          "original": "../util/stat"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/index.js": {
      "bytes": 542,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/file.js",
          "kind": "require-call",
          "original": "./file"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/link.js",
          "kind": "require-call",
          "original": "./link"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink.js",
          "kind": "require-call",
          "original": "./symlink"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/utils.js": {
      "bytes": 613,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/index.js": {
      "bytes": 2014,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js",
          "kind": "require-call",
          "original": "graceful-fs"
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/utils.js",
          "kind": "require-call",
          "original": "./utils"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/jsonfile.js": {
      "bytes": 238,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/index.js",
          "kind": "require-call",
          "original": "jsonfile"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/output-file/index.js": {
      "bytes": 657,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "../path-exists"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/output-json.js": {
      "bytes": 277,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/utils.js",
          "kind": "require-call",
          "original": "jsonfile/utils"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/output-file/index.js",
          "kind": "require-call",
          "original": "../output-file"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/output-json-sync.js": {
      "bytes": 276,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/utils.js",
          "kind": "require-call",
          "original": "jsonfile/utils"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/output-file/index.js",
          "kind": "require-call",
          "original": "../output-file"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/index.js": {
      "bytes": 508,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/jsonfile.js",
          "kind": "require-call",
          "original": "./jsonfile"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/output-json.js",
          "kind": "require-call",
          "original": "./output-json"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/output-json-sync.js",
          "kind": "require-call",
          "original": "./output-json-sync"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/move.js": {
      "bytes": 1523,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "../fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/index.js",
          "kind": "require-call",
          "original": "../copy"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/remove/index.js",
          "kind": "require-call",
          "original": "../remove"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "../path-exists"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js",
          "kind": "require-call",
          "original": "../util/stat"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/move-sync.js": {
      "bytes": 1515,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js",
          "kind": "require-call",
          "original": "graceful-fs"
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/index.js",
          "kind": "require-call",
          "original": "../copy"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/remove/index.js",
          "kind": "require-call",
          "original": "../remove"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "../mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js",
          "kind": "require-call",
          "original": "../util/stat"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/index.js": {
      "bytes": 146,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js",
          "kind": "require-call",
          "original": "universalify"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/move.js",
          "kind": "require-call",
          "original": "./move"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/move-sync.js",
          "kind": "require-call",
          "original": "./move-sync"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js": {
      "bytes": 358,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js",
          "kind": "require-call",
          "original": "./fs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/index.js",
          "kind": "require-call",
          "original": "./copy"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/empty/index.js",
          "kind": "require-call",
          "original": "./empty"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/index.js",
          "kind": "require-call",
          "original": "./ensure"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/index.js",
          "kind": "require-call",
          "original": "./json"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js",
          "kind": "require-call",
          "original": "./mkdirs"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/index.js",
          "kind": "require-call",
          "original": "./move"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/output-file/index.js",
          "kind": "require-call",
          "original": "./output-file"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js",
          "kind": "require-call",
          "original": "./path-exists"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/remove/index.js",
          "kind": "require-call",
          "original": "./remove"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js": {
      "bytes": 2514,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.js": {
      "bytes": 1250,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js": {
      "bytes": 362,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js": {
      "bytes": 1361,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.js": {
      "bytes": 2359,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js",
          "kind": "require-call",
          "original": "./strip"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.js": {
      "bytes": 607,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.js": {
      "bytes": 1146,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.js",
          "kind": "require-call",
          "original": "./figures"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.js": {
      "bytes": 326,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js",
          "kind": "require-call",
          "original": "./strip"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.js": {
      "bytes": 717,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.js": {
      "bytes": 727,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js": {
      "bytes": 293,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.js",
          "kind": "require-call",
          "original": "./action"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.js",
          "kind": "require-call",
          "original": "./clear"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.js",
          "kind": "require-call",
          "original": "./style"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js",
          "kind": "require-call",
          "original": "./strip"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.js",
          "kind": "require-call",
          "original": "./figures"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.js",
          "kind": "require-call",
          "original": "./lines"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.js",
          "kind": "require-call",
          "original": "./wrap"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.js",
          "kind": "require-call",
          "original": "./entriesToDisplay"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js": {
      "bytes": 1937,
      "imports": [
        {
          "path": "readline",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.js": {
      "bytes": 6385,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.js": {
      "bytes": 5114,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.js": {
      "bytes": 2677,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js": {
      "bytes": 699,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.js": {
      "bytes": 421,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.js": {
      "bytes": 799,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.js": {
      "bytes": 551,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.js": {
      "bytes": 541,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.js": {
      "bytes": 499,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.js": {
      "bytes": 648,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.js": {
      "bytes": 499,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.js": {
      "bytes": 511,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.js": {
      "bytes": 324,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.js",
          "kind": "require-call",
          "original": "./meridiem"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.js",
          "kind": "require-call",
          "original": "./day"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.js",
          "kind": "require-call",
          "original": "./hours"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.js",
          "kind": "require-call",
          "original": "./milliseconds"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.js",
          "kind": "require-call",
          "original": "./minutes"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.js",
          "kind": "require-call",
          "original": "./month"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.js",
          "kind": "require-call",
          "original": "./seconds"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.js",
          "kind": "require-call",
          "original": "./year"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.js": {
      "bytes": 6866,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.js",
          "kind": "require-call",
          "original": "../dateparts"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.js": {
      "bytes": 6675,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.js": {
      "bytes": 7447,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.js": {
      "bytes": 8747,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.js": {
      "bytes": 5335,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.js",
          "kind": "require-call",
          "original": "./multiselect"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.js": {
      "bytes": 2425,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.js": {
      "bytes": 418,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.js",
          "kind": "require-call",
          "original": "./text"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.js",
          "kind": "require-call",
          "original": "./select"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.js",
          "kind": "require-call",
          "original": "./toggle"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.js",
          "kind": "require-call",
          "original": "./date"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.js",
          "kind": "require-call",
          "original": "./number"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.js",
          "kind": "require-call",
          "original": "./multiselect"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.js",
          "kind": "require-call",
          "original": "./autocomplete"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.js",
          "kind": "require-call",
          "original": "./autocompleteMultiselect"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.js",
          "kind": "require-call",
          "original": "./confirm"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.js": {
      "bytes": 8816,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.js",
          "kind": "require-call",
          "original": "./elements"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.js": {
      "bytes": 7309,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.js",
          "kind": "require-call",
          "original": "./prompts"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.js": {
      "bytes": 1258,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js": {
      "bytes": 376,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.js": {
      "bytes": 489,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js",
          "kind": "require-call",
          "original": "./strip"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.js": {
      "bytes": 628,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.js": {
      "bytes": 1110,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.js",
          "kind": "require-call",
          "original": "./figures"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.js": {
      "bytes": 334,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js",
          "kind": "require-call",
          "original": "./strip"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.js": {
      "bytes": 794,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.js": {
      "bytes": 721,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js": {
      "bytes": 294,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.js",
          "kind": "require-call",
          "original": "./action"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.js",
          "kind": "require-call",
          "original": "./clear"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.js",
          "kind": "require-call",
          "original": "./style"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js",
          "kind": "require-call",
          "original": "./strip"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.js",
          "kind": "require-call",
          "original": "./figures"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.js",
          "kind": "require-call",
          "original": "./lines"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.js",
          "kind": "require-call",
          "original": "./wrap"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.js",
          "kind": "require-call",
          "original": "./entriesToDisplay"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js": {
      "bytes": 1827,
      "imports": [
        {
          "path": "readline",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.js": {
      "bytes": 5341,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.js": {
      "bytes": 4831,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.js": {
      "bytes": 2592,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js": {
      "bytes": 681,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.js": {
      "bytes": 419,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.js": {
      "bytes": 862,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.js": {
      "bytes": 557,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.js": {
      "bytes": 588,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.js": {
      "bytes": 497,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.js": {
      "bytes": 685,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.js": {
      "bytes": 497,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.js": {
      "bytes": 509,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.js": {
      "bytes": 325,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js",
          "kind": "require-call",
          "original": "./datepart"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.js",
          "kind": "require-call",
          "original": "./meridiem"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.js",
          "kind": "require-call",
          "original": "./day"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.js",
          "kind": "require-call",
          "original": "./hours"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.js",
          "kind": "require-call",
          "original": "./milliseconds"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.js",
          "kind": "require-call",
          "original": "./minutes"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.js",
          "kind": "require-call",
          "original": "./month"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.js",
          "kind": "require-call",
          "original": "./seconds"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.js",
          "kind": "require-call",
          "original": "./year"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.js": {
      "bytes": 5676,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.js",
          "kind": "require-call",
          "original": "../dateparts"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.js": {
      "bytes": 5662,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.js": {
      "bytes": 7221,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.js": {
      "bytes": 7756,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.js": {
      "bytes": 5310,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.js",
          "kind": "require-call",
          "original": "./multiselect"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.js": {
      "bytes": 2343,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js",
          "kind": "require-call",
          "original": "kleur"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js",
          "kind": "require-call",
          "original": "./prompt"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js",
          "kind": "require-call",
          "original": "../util"
        },
        {
          "path": "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js",
          "kind": "require-call",
          "original": "sisteransi"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.js": {
      "bytes": 419,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.js",
          "kind": "require-call",
          "original": "./text"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.js",
          "kind": "require-call",
          "original": "./select"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.js",
          "kind": "require-call",
          "original": "./toggle"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.js",
          "kind": "require-call",
          "original": "./date"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.js",
          "kind": "require-call",
          "original": "./number"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.js",
          "kind": "require-call",
          "original": "./multiselect"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.js",
          "kind": "require-call",
          "original": "./autocomplete"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.js",
          "kind": "require-call",
          "original": "./autocompleteMultiselect"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.js",
          "kind": "require-call",
          "original": "./confirm"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.js": {
      "bytes": 8801,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.js",
          "kind": "require-call",
          "original": "./elements"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.js": {
      "bytes": 3054,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.js",
          "kind": "require-call",
          "original": "./prompts"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.js": {
      "bytes": 386,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.js",
          "kind": "require-call",
          "original": "./dist/index.js"
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.js",
          "kind": "require-call",
          "original": "./lib/index.js"
        }
      ],
      "format": "cjs"
    },
    "src/lib/constants.ts": {
      "bytes": 3745,
      "imports": [],
      "format": "esm"
    },
    "src/lib/utils/package-root.ts": {
      "bytes": 2486,
      "imports": [
        {
          "path": "fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        },
        {
          "path": "stackkit/package.json",
          "kind": "require-resolve",
          "external": true
        }
      ],
      "format": "esm"
    },
    "src/lib/discovery/shared.ts": {
      "bytes": 1611,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/lib/discovery/module-discovery.ts": {
      "bytes": 8434,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        },
        {
          "path": "src/lib/discovery/shared.ts",
          "kind": "import-statement",
          "original": "./shared"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/mimic-function@5.0.1/node_modules/mimic-function/index.js": {
      "bytes": 3038,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/onetime@7.0.0/node_modules/onetime/index.js": {
      "bytes": 1033,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/mimic-function@5.0.1/node_modules/mimic-function/index.js",
          "kind": "import-statement",
          "original": "mimic-function"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js": {
      "bytes": 1438,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js": {
      "bytes": 9090,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js",
          "kind": "import-statement",
          "original": "./signals.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/restore-cursor@5.1.0/node_modules/restore-cursor/index.js": {
      "bytes": 386,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/onetime@7.0.0/node_modules/onetime/index.js",
          "kind": "import-statement",
          "original": "onetime"
        },
        {
          "path": "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js",
          "kind": "import-statement",
          "original": "signal-exit"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/cli-cursor@5.0.0/node_modules/cli-cursor/index.js": {
      "bytes": 694,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/restore-cursor@5.1.0/node_modules/restore-cursor/index.js",
          "kind": "import-statement",
          "original": "restore-cursor"
        }
      ],
      "format": "esm"
    },
    "empty-spinners:cli-spinners": {
      "bytes": 70,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/base.js": {
      "bytes": 3169,
      "imports": [
        {
          "path": "node:tty",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/index.js": {
      "bytes": 65,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/base.js",
          "kind": "import-statement",
          "original": "./base.js"
        },
        {
          "path": "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/base.js",
          "kind": "import-statement",
          "original": "./base.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js": {
      "bytes": 657,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/log-symbols@7.0.1/node_modules/log-symbols/symbols.js": {
      "bytes": 426,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/index.js",
          "kind": "import-statement",
          "original": "yoctocolors"
        },
        {
          "path": "../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js",
          "kind": "import-statement",
          "original": "is-unicode-supported"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/log-symbols@7.0.1/node_modules/log-symbols/index.js": {
      "bytes": 41,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/log-symbols@7.0.1/node_modules/log-symbols/symbols.js",
          "kind": "import-statement",
          "original": "./symbols.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js": {
      "bytes": 590,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.js": {
      "bytes": 626,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js",
          "kind": "import-statement",
          "original": "ansi-regex"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup-data.js": {
      "bytes": 4734,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/utilities.js": {
      "bytes": 650,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js": {
      "bytes": 2671,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup-data.js",
          "kind": "import-statement",
          "original": "./lookup-data.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/utilities.js",
          "kind": "import-statement",
          "original": "./utilities.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/index.js": {
      "bytes": 730,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js",
          "kind": "import-statement",
          "original": "./lookup.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js",
          "kind": "import-statement",
          "original": "./lookup.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/string-width@8.2.1/node_modules/string-width/index.js": {
      "bytes": 6006,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.js",
          "kind": "import-statement",
          "original": "strip-ansi"
        },
        {
          "path": "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/index.js",
          "kind": "import-statement",
          "original": "get-east-asian-width"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/is-interactive@2.0.0/node_modules/is-interactive/index.js": {
      "bytes": 181,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/stdin-discarder@0.3.2/node_modules/stdin-discarder/index.js": {
      "bytes": 1642,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/ora@9.4.0/node_modules/ora/index.js": {
      "bytes": 17854,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js",
          "kind": "import-statement",
          "original": "chalk"
        },
        {
          "path": "../../node_modules/.pnpm/cli-cursor@5.0.0/node_modules/cli-cursor/index.js",
          "kind": "import-statement",
          "original": "cli-cursor"
        },
        {
          "path": "empty-spinners:cli-spinners",
          "kind": "import-statement",
          "original": "cli-spinners"
        },
        {
          "path": "../../node_modules/.pnpm/log-symbols@7.0.1/node_modules/log-symbols/index.js",
          "kind": "import-statement",
          "original": "log-symbols"
        },
        {
          "path": "../../node_modules/.pnpm/string-width@8.2.1/node_modules/string-width/index.js",
          "kind": "import-statement",
          "original": "string-width"
        },
        {
          "path": "../../node_modules/.pnpm/is-interactive@2.0.0/node_modules/is-interactive/index.js",
          "kind": "import-statement",
          "original": "is-interactive"
        },
        {
          "path": "../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js",
          "kind": "import-statement",
          "original": "is-unicode-supported"
        },
        {
          "path": "../../node_modules/.pnpm/stdin-discarder@0.3.2/node_modules/stdin-discarder/index.js",
          "kind": "import-statement",
          "original": "stdin-discarder"
        },
        {
          "path": "empty-spinners:cli-spinners",
          "kind": "import-statement",
          "original": "cli-spinners"
        }
      ],
      "format": "esm"
    },
    "src/lib/ui/logger.ts": {
      "bytes": 3148,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js",
          "kind": "import-statement",
          "original": "chalk"
        },
        {
          "path": "../../node_modules/.pnpm/ora@9.4.0/node_modules/ora/index.js",
          "kind": "import-statement",
          "original": "ora"
        }
      ],
      "format": "esm"
    },
    "src/lib/env/env-editor.ts": {
      "bytes": 3465,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../ui/logger"
        }
      ],
      "format": "esm"
    },
    "src/lib/framework/framework-utils.ts": {
      "bytes": 2557,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "src/lib/fs/files.ts": {
      "bytes": 2235,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../ui/logger"
        }
      ],
      "format": "esm"
    },
    "src/lib/generation/generator-utils.ts": {
      "bytes": 3884,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/lib/generation/code-generator.ts": {
      "bytes": 42938,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/discovery/shared.ts",
          "kind": "import-statement",
          "original": "../discovery/shared"
        },
        {
          "path": "../framework/framework-utils",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        },
        {
          "path": "src/lib/generation/generator-utils.ts",
          "kind": "import-statement",
          "original": "./generator-utils"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js": {
      "bytes": 344,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js": {
      "bytes": 960,
      "imports": [
        {
          "path": "node:url",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/parameters.js": {
      "bytes": 1352,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js",
          "kind": "import-statement",
          "original": "../arguments/file-url.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js": {
      "bytes": 2308,
      "imports": [
        {
          "path": "node:string_decoder",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/template.js": {
      "bytes": 4951,
      "imports": [
        {
          "path": "node:child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js": {
      "bytes": 367,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js": {
      "bytes": 3751,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js": {
      "bytes": 1649,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "../arguments/specific.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/escape.js": {
      "bytes": 3655,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js": {
      "bytes": 7366,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js",
          "kind": "import-statement",
          "original": "is-unicode-supported"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/default.js": {
      "bytes": 1406,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js",
          "kind": "import-statement",
          "original": "figures"
        },
        {
          "path": "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/index.js",
          "kind": "import-statement",
          "original": "yoctocolors"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/custom.js": {
      "bytes": 869,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "./values.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js": {
      "bytes": 2033,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/escape.js",
          "kind": "import-statement",
          "original": "../arguments/escape.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/default.js",
          "kind": "import-statement",
          "original": "./default.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/custom.js",
          "kind": "import-statement",
          "original": "./custom.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/start.js": {
      "bytes": 335,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "./values.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js",
          "kind": "import-statement",
          "original": "./log.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/info.js": {
      "bytes": 1511,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "./values.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/duration.js": {
      "bytes": 313,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/command.js": {
      "bytes": 777,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/start.js",
          "kind": "import-statement",
          "original": "../verbose/start.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/info.js",
          "kind": "import-statement",
          "original": "../verbose/info.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/duration.js",
          "kind": "import-statement",
          "original": "../return/duration.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/escape.js",
          "kind": "import-statement",
          "original": "./escape.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "./specific.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js": {
      "bytes": 890,
      "imports": [
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js": {
      "bytes": 909,
      "imports": [
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js": {
      "bytes": 1192,
      "imports": [
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js",
          "kind": "require-call",
          "original": "./windows.js"
        },
        {
          "path": "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js",
          "kind": "require-call",
          "original": "./mode.js"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js": {
      "bytes": 3163,
      "imports": [
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js",
          "kind": "require-call",
          "original": "isexe"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js": {
      "bytes": 415,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js": {
      "bytes": 1557,
      "imports": [
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js",
          "kind": "require-call",
          "original": "which"
        },
        {
          "path": "../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js",
          "kind": "require-call",
          "original": "path-key"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js": {
      "bytes": 1383,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js": {
      "bytes": 42,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js": {
      "bytes": 387,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js",
          "kind": "require-call",
          "original": "shebang-regex"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js": {
      "bytes": 549,
      "imports": [
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js",
          "kind": "require-call",
          "original": "shebang-command"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js": {
      "bytes": 3065,
      "imports": [
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js",
          "kind": "require-call",
          "original": "./util/resolveCommand"
        },
        {
          "path": "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js",
          "kind": "require-call",
          "original": "./util/escape"
        },
        {
          "path": "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js",
          "kind": "require-call",
          "original": "./util/readShebang"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js": {
      "bytes": 1471,
      "imports": [],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js": {
      "bytes": 1192,
      "imports": [
        {
          "path": "child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js",
          "kind": "require-call",
          "original": "./lib/parse"
        },
        {
          "path": "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js",
          "kind": "require-call",
          "original": "./lib/enoent"
        }
      ],
      "format": "cjs"
    },
    "../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js": {
      "bytes": 263,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/default.js": {
      "bytes": 388,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js": {
      "bytes": 1251,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:url",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/default.js",
          "kind": "import-statement",
          "original": "./default.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js": {
      "bytes": 1470,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js",
          "kind": "import-statement",
          "original": "path-key"
        },
        {
          "path": "../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js",
          "kind": "import-statement",
          "original": "unicorn-magic"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js": {
      "bytes": 1538,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js": {
      "bytes": 352,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js": {
      "bytes": 4126,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js": {
      "bytes": 601,
      "imports": [
        {
          "path": "node:os",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js",
          "kind": "import-statement",
          "original": "./core.js"
        },
        {
          "path": "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js",
          "kind": "import-statement",
          "original": "./realtime.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js": {
      "bytes": 1208,
      "imports": [
        {
          "path": "node:os",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js",
          "kind": "import-statement",
          "original": "./realtime.js"
        },
        {
          "path": "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js",
          "kind": "import-statement",
          "original": "./signals.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js": {
      "bytes": 2507,
      "imports": [
        {
          "path": "node:os",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js",
          "kind": "import-statement",
          "original": "human-signals"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/kill.js": {
      "bytes": 2922,
      "imports": [
        {
          "path": "node:timers/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "../return/final-error.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js",
          "kind": "import-statement",
          "original": "./signal.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/abort-signal.js": {
      "bytes": 303,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cancel.js": {
      "bytes": 912,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/abort-signal.js",
          "kind": "import-statement",
          "original": "../utils/abort-signal.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js": {
      "bytes": 5710,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js": {
      "bytes": 205,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js": {
      "bytes": 3971,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "./specific.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/max-listeners.js": {
      "bytes": 549,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js": {
      "bytes": 1777,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/incoming.js": {
      "bytes": 3544,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:timers/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/outgoing.js",
          "kind": "import-statement",
          "original": "./outgoing.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js",
          "kind": "import-statement",
          "original": "./reference.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/strict.js",
          "kind": "import-statement",
          "original": "./strict.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/graceful.js",
          "kind": "import-statement",
          "original": "./graceful.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js": {
      "bytes": 1927,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/incoming.js",
          "kind": "import-statement",
          "original": "./incoming.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js",
          "kind": "import-statement",
          "original": "./reference.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/strict.js": {
      "bytes": 3318,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js",
          "kind": "import-statement",
          "original": "../utils/deferred.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/max-listeners.js",
          "kind": "import-statement",
          "original": "../utils/max-listeners.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/send.js",
          "kind": "import-statement",
          "original": "./send.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js",
          "kind": "import-statement",
          "original": "./validation.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js",
          "kind": "import-statement",
          "original": "./forward.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/outgoing.js",
          "kind": "import-statement",
          "original": "./outgoing.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/outgoing.js": {
      "bytes": 2299,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js",
          "kind": "import-statement",
          "original": "../utils/deferred.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "../arguments/specific.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/strict.js",
          "kind": "import-statement",
          "original": "./strict.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/send.js": {
      "bytes": 2379,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js",
          "kind": "import-statement",
          "original": "./validation.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/outgoing.js",
          "kind": "import-statement",
          "original": "./outgoing.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/strict.js",
          "kind": "import-statement",
          "original": "./strict.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/graceful.js": {
      "bytes": 1932,
      "imports": [
        {
          "path": "node:timers/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/send.js",
          "kind": "import-statement",
          "original": "./send.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js",
          "kind": "import-statement",
          "original": "./forward.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js",
          "kind": "import-statement",
          "original": "./validation.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/graceful.js": {
      "bytes": 1941,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/abort-signal.js",
          "kind": "import-statement",
          "original": "../utils/abort-signal.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/graceful.js",
          "kind": "import-statement",
          "original": "../ipc/graceful.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/kill.js",
          "kind": "import-statement",
          "original": "./kill.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/timeout.js": {
      "bytes": 848,
      "imports": [
        {
          "path": "node:timers/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "../return/final-error.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/node.js": {
      "bytes": 1648,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js",
          "kind": "import-statement",
          "original": "../arguments/file-url.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/ipc-input.js": {
      "bytes": 1081,
      "imports": [
        {
          "path": "node:v8",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js": {
      "bytes": 1492,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/cwd.js": {
      "bytes": 1012,
      "imports": [
        {
          "path": "node:fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js",
          "kind": "import-statement",
          "original": "./file-url.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/options.js": {
      "bytes": 3062,
      "imports": [
        {
          "path": "node:path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js",
          "kind": "import-statement",
          "original": "cross-spawn"
        },
        {
          "path": "../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js",
          "kind": "import-statement",
          "original": "npm-run-path"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/kill.js",
          "kind": "import-statement",
          "original": "../terminate/kill.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js",
          "kind": "import-statement",
          "original": "../terminate/signal.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cancel.js",
          "kind": "import-statement",
          "original": "../terminate/cancel.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/graceful.js",
          "kind": "import-statement",
          "original": "../terminate/graceful.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/timeout.js",
          "kind": "import-statement",
          "original": "../terminate/timeout.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/node.js",
          "kind": "import-statement",
          "original": "../methods/node.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/ipc-input.js",
          "kind": "import-statement",
          "original": "../ipc/ipc-input.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js",
          "kind": "import-statement",
          "original": "./encoding-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/cwd.js",
          "kind": "import-statement",
          "original": "./cwd.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js",
          "kind": "import-statement",
          "original": "./file-url.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "./specific.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/shell.js": {
      "bytes": 926,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js": {
      "bytes": 681,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js": {
      "bytes": 1328,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js": {
      "bytes": 1725,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js": {
      "bytes": 749,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js": {
      "bytes": 175,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js",
          "kind": "import-statement",
          "original": "./asyncIterator.js"
        },
        {
          "path": "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/fromAnyIterable.js",
          "kind": "import-statement",
          "original": "./fromAnyIterable.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js": {
      "bytes": 1945,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js",
          "kind": "import-statement",
          "original": "is-stream"
        },
        {
          "path": "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/index.js",
          "kind": "import-statement",
          "original": "@sec-ant/readable-stream/ponyfill"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js": {
      "bytes": 2764,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js",
          "kind": "import-statement",
          "original": "./stream.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js": {
      "bytes": 343,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js": {
      "bytes": 733,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js",
          "kind": "import-statement",
          "original": "./contents.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js",
          "kind": "import-statement",
          "original": "./utils.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js": {
      "bytes": 3333,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js",
          "kind": "import-statement",
          "original": "./contents.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js",
          "kind": "import-statement",
          "original": "./utils.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/buffer.js": {
      "bytes": 555,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js",
          "kind": "import-statement",
          "original": "./array-buffer.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js": {
      "bytes": 1162,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js",
          "kind": "import-statement",
          "original": "./contents.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js",
          "kind": "import-statement",
          "original": "./utils.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js": {
      "bytes": 254,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js",
          "kind": "import-statement",
          "original": "./array.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js",
          "kind": "import-statement",
          "original": "./array-buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/buffer.js",
          "kind": "import-statement",
          "original": "./buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js",
          "kind": "import-statement",
          "original": "./string.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js",
          "kind": "import-statement",
          "original": "./contents.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js": {
      "bytes": 289,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js",
          "kind": "import-statement",
          "original": "./stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js",
          "kind": "import-statement",
          "original": "./exports.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js": {
      "bytes": 2894,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js",
          "kind": "import-statement",
          "original": "get-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "../arguments/specific.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/message.js": {
      "bytes": 4238,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js",
          "kind": "import-statement",
          "original": "strip-final-newline"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/cwd.js",
          "kind": "import-statement",
          "original": "../arguments/cwd.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/escape.js",
          "kind": "import-statement",
          "original": "../arguments/escape.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js",
          "kind": "import-statement",
          "original": "../io/max-buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js",
          "kind": "import-statement",
          "original": "../terminate/signal.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "./final-error.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js": {
      "bytes": 3690,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js",
          "kind": "import-statement",
          "original": "../terminate/signal.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/duration.js",
          "kind": "import-statement",
          "original": "./duration.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "./final-error.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/message.js",
          "kind": "import-statement",
          "original": "./message.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js": {
      "bytes": 1159,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/pretty-ms@9.3.0/node_modules/pretty-ms/index.js": {
      "bytes": 4471,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js",
          "kind": "import-statement",
          "original": "parse-ms"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/error.js": {
      "bytes": 306,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js",
          "kind": "import-statement",
          "original": "./log.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/complete.js": {
      "bytes": 611,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/pretty-ms@9.3.0/node_modules/pretty-ms/index.js",
          "kind": "import-statement",
          "original": "pretty-ms"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "./values.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js",
          "kind": "import-statement",
          "original": "./log.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/error.js",
          "kind": "import-statement",
          "original": "./error.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/reject.js": {
      "bytes": 302,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/complete.js",
          "kind": "import-statement",
          "original": "../verbose/complete.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js": {
      "bytes": 6271,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js",
          "kind": "import-statement",
          "original": "is-stream"
        },
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/object-mode.js": {
      "bytes": 1881,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/normalize.js": {
      "bytes": 3261,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js",
          "kind": "import-statement",
          "original": "../arguments/encoding-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/object-mode.js",
          "kind": "import-statement",
          "original": "./object-mode.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/direction.js": {
      "bytes": 2862,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js",
          "kind": "import-statement",
          "original": "is-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "./type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/array.js": {
      "bytes": 196,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/stdio-option.js": {
      "bytes": 2297,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/array.js",
          "kind": "import-statement",
          "original": "../ipc/array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "../verbose/values.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/native.js": {
      "bytes": 3771,
      "imports": [
        {
          "path": "node:fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:tty",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js",
          "kind": "import-statement",
          "original": "is-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/input-option.js": {
      "bytes": 1291,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js",
          "kind": "import-statement",
          "original": "is-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "./type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/duplicate.js": {
      "bytes": 3975,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "./type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle.js": {
      "bytes": 7405,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/normalize.js",
          "kind": "import-statement",
          "original": "../transform/normalize.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/object-mode.js",
          "kind": "import-statement",
          "original": "../transform/object-mode.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "./type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/direction.js",
          "kind": "import-statement",
          "original": "./direction.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/stdio-option.js",
          "kind": "import-statement",
          "original": "./stdio-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/native.js",
          "kind": "import-statement",
          "original": "./native.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/input-option.js",
          "kind": "import-statement",
          "original": "./input-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/duplicate.js",
          "kind": "import-statement",
          "original": "./duplicate.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-sync.js": {
      "bytes": 2015,
      "imports": [
        {
          "path": "node:fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle.js",
          "kind": "import-statement",
          "original": "./handle.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "./type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js": {
      "bytes": 708,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js",
          "kind": "import-statement",
          "original": "strip-final-newline"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/split.js": {
      "bytes": 3318,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/validate.js": {
      "bytes": 1711,
      "imports": [
        {
          "path": "node:buffer",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/encoding-transform.js": {
      "bytes": 1624,
      "imports": [
        {
          "path": "node:buffer",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:string_decoder",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-async.js": {
      "bytes": 1739,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-sync.js": {
      "bytes": 1355,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/generator.js": {
      "bytes": 3752,
      "imports": [
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/split.js",
          "kind": "import-statement",
          "original": "./split.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/validate.js",
          "kind": "import-statement",
          "original": "./validate.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/encoding-transform.js",
          "kind": "import-statement",
          "original": "./encoding-transform.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-async.js",
          "kind": "import-statement",
          "original": "./run-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-sync.js",
          "kind": "import-statement",
          "original": "./run-sync.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/input-sync.js": {
      "bytes": 1948,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/generator.js",
          "kind": "import-statement",
          "original": "../transform/generator.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/output.js": {
      "bytes": 2724,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js",
          "kind": "import-statement",
          "original": "../arguments/encoding-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js",
          "kind": "import-statement",
          "original": "./log.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "./values.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-sync.js": {
      "bytes": 3902,
      "imports": [
        {
          "path": "node:fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/output.js",
          "kind": "import-statement",
          "original": "../verbose/output.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/generator.js",
          "kind": "import-statement",
          "original": "../transform/generator.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/split.js",
          "kind": "import-statement",
          "original": "../transform/split.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js",
          "kind": "import-statement",
          "original": "./max-buffer.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-sync.js": {
      "bytes": 751,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js",
          "kind": "import-statement",
          "original": "../io/strip-newline.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-async.js": {
      "bytes": 1867,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "../return/final-error.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-sync.js": {
      "bytes": 782,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "../return/final-error.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js",
          "kind": "import-statement",
          "original": "../io/max-buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-async.js",
          "kind": "import-statement",
          "original": "./exit-async.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-sync.js": {
      "bytes": 4703,
      "imports": [
        {
          "path": "node:child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/command.js",
          "kind": "import-statement",
          "original": "../arguments/command.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/options.js",
          "kind": "import-statement",
          "original": "../arguments/options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/shell.js",
          "kind": "import-statement",
          "original": "../arguments/shell.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js",
          "kind": "import-statement",
          "original": "../return/result.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/reject.js",
          "kind": "import-statement",
          "original": "../return/reject.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-sync.js",
          "kind": "import-statement",
          "original": "../stdio/handle-sync.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js",
          "kind": "import-statement",
          "original": "../io/strip-newline.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/input-sync.js",
          "kind": "import-statement",
          "original": "../io/input-sync.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-sync.js",
          "kind": "import-statement",
          "original": "../io/output-sync.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js",
          "kind": "import-statement",
          "original": "../io/max-buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-sync.js",
          "kind": "import-statement",
          "original": "../resolve/all-sync.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-sync.js",
          "kind": "import-statement",
          "original": "../resolve/exit-sync.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-one.js": {
      "bytes": 1926,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js",
          "kind": "import-statement",
          "original": "./validation.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js",
          "kind": "import-statement",
          "original": "./forward.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js",
          "kind": "import-statement",
          "original": "./reference.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-each.js": {
      "bytes": 2258,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js",
          "kind": "import-statement",
          "original": "./validation.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js",
          "kind": "import-statement",
          "original": "./forward.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js",
          "kind": "import-statement",
          "original": "./reference.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/methods.js": {
      "bytes": 1272,
      "imports": [
        {
          "path": "node:process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/send.js",
          "kind": "import-statement",
          "original": "./send.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-one.js",
          "kind": "import-statement",
          "original": "./get-one.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-each.js",
          "kind": "import-statement",
          "original": "./get-each.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/graceful.js",
          "kind": "import-statement",
          "original": "./graceful.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/early-error.js": {
      "bytes": 1747,
      "imports": [
        {
          "path": "node:child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle.js",
          "kind": "import-statement",
          "original": "../stdio/handle.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js",
          "kind": "import-statement",
          "original": "./result.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/reject.js",
          "kind": "import-statement",
          "original": "./reject.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-async.js": {
      "bytes": 2228,
      "imports": [
        {
          "path": "node:fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:buffer",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/generator.js",
          "kind": "import-statement",
          "original": "../transform/generator.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle.js",
          "kind": "import-statement",
          "original": "./handle.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "./type.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js": {
      "bytes": 6685,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/pipeline.js": {
      "bytes": 1319,
      "imports": [
        {
          "path": "node:stream/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-async.js": {
      "bytes": 3027,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js",
          "kind": "import-statement",
          "original": "@sindresorhus/merge-streams"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/max-listeners.js",
          "kind": "import-statement",
          "original": "../utils/max-listeners.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/pipeline.js",
          "kind": "import-statement",
          "original": "./pipeline.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cleanup.js": {
      "bytes": 428,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js",
          "kind": "import-statement",
          "original": "signal-exit"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/pipe-arguments.js": {
      "bytes": 3317,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/parameters.js",
          "kind": "import-statement",
          "original": "../methods/parameters.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/duration.js",
          "kind": "import-statement",
          "original": "../return/duration.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js",
          "kind": "import-statement",
          "original": "../arguments/file-url.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/throw.js": {
      "bytes": 1504,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js",
          "kind": "import-statement",
          "original": "../return/result.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/pipeline.js",
          "kind": "import-statement",
          "original": "../io/pipeline.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/sequence.js": {
      "bytes": 950,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/streaming.js": {
      "bytes": 2410,
      "imports": [
        {
          "path": "node:stream/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js",
          "kind": "import-statement",
          "original": "@sindresorhus/merge-streams"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/max-listeners.js",
          "kind": "import-statement",
          "original": "../utils/max-listeners.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/pipeline.js",
          "kind": "import-statement",
          "original": "../io/pipeline.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/abort.js": {
      "bytes": 746,
      "imports": [
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/throw.js",
          "kind": "import-statement",
          "original": "./throw.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/setup.js": {
      "bytes": 2203,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/pipe-arguments.js",
          "kind": "import-statement",
          "original": "./pipe-arguments.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/throw.js",
          "kind": "import-statement",
          "original": "./throw.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/sequence.js",
          "kind": "import-statement",
          "original": "./sequence.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/streaming.js",
          "kind": "import-statement",
          "original": "./streaming.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/abort.js",
          "kind": "import-statement",
          "original": "./abort.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/iterate.js": {
      "bytes": 3692,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/encoding-transform.js",
          "kind": "import-statement",
          "original": "../transform/encoding-transform.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/split.js",
          "kind": "import-statement",
          "original": "../transform/split.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-sync.js",
          "kind": "import-statement",
          "original": "../transform/run-sync.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/contents.js": {
      "bytes": 3244,
      "imports": [
        {
          "path": "node:timers/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js",
          "kind": "import-statement",
          "original": "get-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js",
          "kind": "import-statement",
          "original": "../utils/uint-array.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/output.js",
          "kind": "import-statement",
          "original": "../verbose/output.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/iterate.js",
          "kind": "import-statement",
          "original": "./iterate.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js",
          "kind": "import-statement",
          "original": "./max-buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js",
          "kind": "import-statement",
          "original": "./strip-newline.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-stream.js": {
      "bytes": 5084,
      "imports": [
        {
          "path": "node:stream/promises",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/stdio.js": {
      "bytes": 1279,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/contents.js",
          "kind": "import-statement",
          "original": "../io/contents.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-stream.js",
          "kind": "import-statement",
          "original": "./wait-stream.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-async.js": {
      "bytes": 1713,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js",
          "kind": "import-statement",
          "original": "@sindresorhus/merge-streams"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/stdio.js",
          "kind": "import-statement",
          "original": "./stdio.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/ipc.js": {
      "bytes": 458,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js",
          "kind": "import-statement",
          "original": "./log.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js",
          "kind": "import-statement",
          "original": "./values.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/buffer-messages.js": {
      "bytes": 1147,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js",
          "kind": "import-statement",
          "original": "../io/max-buffer.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/ipc.js",
          "kind": "import-statement",
          "original": "../verbose/ipc.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "../arguments/specific.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-each.js",
          "kind": "import-statement",
          "original": "./get-each.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-subprocess.js": {
      "bytes": 4294,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js",
          "kind": "import-statement",
          "original": "is-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/timeout.js",
          "kind": "import-statement",
          "original": "../terminate/timeout.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cancel.js",
          "kind": "import-statement",
          "original": "../terminate/cancel.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/graceful.js",
          "kind": "import-statement",
          "original": "../terminate/graceful.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js",
          "kind": "import-statement",
          "original": "../utils/standard-stream.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js",
          "kind": "import-statement",
          "original": "../stdio/type.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/contents.js",
          "kind": "import-statement",
          "original": "../io/contents.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/buffer-messages.js",
          "kind": "import-statement",
          "original": "../ipc/buffer-messages.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/ipc-input.js",
          "kind": "import-statement",
          "original": "../ipc/ipc-input.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-async.js",
          "kind": "import-statement",
          "original": "./all-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/stdio.js",
          "kind": "import-statement",
          "original": "./stdio.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-async.js",
          "kind": "import-statement",
          "original": "./exit-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-stream.js",
          "kind": "import-statement",
          "original": "./wait-stream.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/concurrent.js": {
      "bytes": 1155,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js",
          "kind": "import-statement",
          "original": "../utils/deferred.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/shared.js": {
      "bytes": 1201,
      "imports": [
        {
          "path": "node:stream/promises",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-stream.js",
          "kind": "import-statement",
          "original": "../resolve/wait-stream.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/readable.js": {
      "bytes": 3946,
      "imports": [
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js",
          "kind": "import-statement",
          "original": "../arguments/encoding-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/iterate.js",
          "kind": "import-statement",
          "original": "../io/iterate.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js",
          "kind": "import-statement",
          "original": "../utils/deferred.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/concurrent.js",
          "kind": "import-statement",
          "original": "./concurrent.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/shared.js",
          "kind": "import-statement",
          "original": "./shared.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/writable.js": {
      "bytes": 3572,
      "imports": [
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/concurrent.js",
          "kind": "import-statement",
          "original": "./concurrent.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/shared.js",
          "kind": "import-statement",
          "original": "./shared.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/duplex.js": {
      "bytes": 2262,
      "imports": [
        {
          "path": "node:stream",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js",
          "kind": "import-statement",
          "original": "../arguments/encoding-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/readable.js",
          "kind": "import-statement",
          "original": "./readable.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/writable.js",
          "kind": "import-statement",
          "original": "./writable.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/iterable.js": {
      "bytes": 951,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js",
          "kind": "import-statement",
          "original": "../arguments/encoding-option.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/iterate.js",
          "kind": "import-statement",
          "original": "../io/iterate.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/add.js": {
      "bytes": 884,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/concurrent.js",
          "kind": "import-statement",
          "original": "./concurrent.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/readable.js",
          "kind": "import-statement",
          "original": "./readable.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/writable.js",
          "kind": "import-statement",
          "original": "./writable.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/duplex.js",
          "kind": "import-statement",
          "original": "./duplex.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/iterable.js",
          "kind": "import-statement",
          "original": "./iterable.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/promise.js": {
      "bytes": 580,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-async.js": {
      "bytes": 5950,
      "imports": [
        {
          "path": "node:events",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js",
          "kind": "import-statement",
          "original": "get-stream"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/command.js",
          "kind": "import-statement",
          "original": "../arguments/command.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/options.js",
          "kind": "import-statement",
          "original": "../arguments/options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js",
          "kind": "import-statement",
          "original": "../arguments/fd-options.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/shell.js",
          "kind": "import-statement",
          "original": "../arguments/shell.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/methods.js",
          "kind": "import-statement",
          "original": "../ipc/methods.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js",
          "kind": "import-statement",
          "original": "../return/result.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/reject.js",
          "kind": "import-statement",
          "original": "../return/reject.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/early-error.js",
          "kind": "import-statement",
          "original": "../return/early-error.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-async.js",
          "kind": "import-statement",
          "original": "../stdio/handle-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js",
          "kind": "import-statement",
          "original": "../io/strip-newline.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-async.js",
          "kind": "import-statement",
          "original": "../io/output-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/kill.js",
          "kind": "import-statement",
          "original": "../terminate/kill.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cleanup.js",
          "kind": "import-statement",
          "original": "../terminate/cleanup.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/setup.js",
          "kind": "import-statement",
          "original": "../pipe/setup.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-async.js",
          "kind": "import-statement",
          "original": "../resolve/all-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-subprocess.js",
          "kind": "import-statement",
          "original": "../resolve/wait-subprocess.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/add.js",
          "kind": "import-statement",
          "original": "../convert/add.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js",
          "kind": "import-statement",
          "original": "../utils/deferred.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/promise.js",
          "kind": "import-statement",
          "original": "./promise.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/bind.js": {
      "bytes": 787,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js",
          "kind": "import-statement",
          "original": "../arguments/specific.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/create.js": {
      "bytes": 2456,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js",
          "kind": "import-statement",
          "original": "is-plain-obj"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/parameters.js",
          "kind": "import-statement",
          "original": "./parameters.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/template.js",
          "kind": "import-statement",
          "original": "./template.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-sync.js",
          "kind": "import-statement",
          "original": "./main-sync.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-async.js",
          "kind": "import-statement",
          "original": "./main-async.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/bind.js",
          "kind": "import-statement",
          "original": "./bind.js"
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/command.js": {
      "bytes": 1500,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/script.js": {
      "bytes": 1015,
      "imports": [],
      "format": "esm"
    },
    "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/index.js": {
      "bytes": 979,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/create.js",
          "kind": "import-statement",
          "original": "./lib/methods/create.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/command.js",
          "kind": "import-statement",
          "original": "./lib/methods/command.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/node.js",
          "kind": "import-statement",
          "original": "./lib/methods/node.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/script.js",
          "kind": "import-statement",
          "original": "./lib/methods/script.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/methods.js",
          "kind": "import-statement",
          "original": "./lib/ipc/methods.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/command.js",
          "kind": "import-statement",
          "original": "./lib/methods/command.js"
        },
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js",
          "kind": "import-statement",
          "original": "./lib/return/final-error.js"
        }
      ],
      "format": "esm"
    },
    "src/lib/pm/package-manager.ts": {
      "bytes": 7673,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/index.js",
          "kind": "import-statement",
          "original": "execa"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../ui/logger"
        }
      ],
      "format": "esm"
    },
    "src/lib/discovery/installed-detection.ts": {
      "bytes": 4127,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/lib/project/detect.ts": {
      "bytes": 4909,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../types",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        },
        {
          "path": "src/lib/discovery/installed-detection.ts",
          "kind": "import-statement",
          "original": "../discovery/installed-detection"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/lib/utils/deep-merge.ts": {
      "bytes": 1117,
      "imports": [],
      "format": "esm"
    },
    "src/cli/add.ts": {
      "bytes": 28865,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js",
          "kind": "import-statement",
          "original": "chalk"
        },
        {
          "path": "child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.js",
          "kind": "import-statement",
          "original": "prompts"
        },
        {
          "path": "src/lib/discovery/module-discovery.ts",
          "kind": "import-statement",
          "original": "../lib/discovery/module-discovery"
        },
        {
          "path": "src/lib/discovery/shared.ts",
          "kind": "import-statement",
          "original": "../lib/discovery/shared"
        },
        {
          "path": "src/lib/env/env-editor.ts",
          "kind": "import-statement",
          "original": "../lib/env/env-editor"
        },
        {
          "path": "src/lib/framework/framework-utils.ts",
          "kind": "import-statement",
          "original": "../lib/framework/framework-utils"
        },
        {
          "path": "src/lib/fs/files.ts",
          "kind": "import-statement",
          "original": "../lib/fs/files"
        },
        {
          "path": "src/lib/generation/code-generator.ts",
          "kind": "import-statement",
          "original": "../lib/generation/code-generator"
        },
        {
          "path": "src/lib/pm/package-manager.ts",
          "kind": "import-statement",
          "original": "../lib/pm/package-manager"
        },
        {
          "path": "src/lib/project/detect.ts",
          "kind": "import-statement",
          "original": "../lib/project/detect"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../lib/ui/logger"
        },
        {
          "path": "src/lib/utils/deep-merge.ts",
          "kind": "import-statement",
          "original": "../lib/utils/deep-merge"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../lib/utils/package-root"
        },
        {
          "path": "../types",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/builtin-modules.json": {
      "bytes": 883,
      "imports": []
    },
    "../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/index.js": {
      "bytes": 2778,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/builtin-modules.json",
          "kind": "require-call",
          "original": "./builtin-modules.json"
        }
      ],
      "format": "cjs"
    },
    "src/lib/conversion/js-conversion.ts": {
      "bytes": 10379,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "module",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../ui/logger"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/cli/create.ts": {
      "bytes": 25777,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js",
          "kind": "import-statement",
          "original": "chalk"
        },
        {
          "path": "child_process",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.js",
          "kind": "import-statement",
          "original": "prompts"
        },
        {
          "path": "../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/index.js",
          "kind": "import-statement",
          "original": "validate-npm-package-name"
        },
        {
          "path": "src/lib/conversion/js-conversion.ts",
          "kind": "import-statement",
          "original": "../lib/conversion/js-conversion"
        },
        {
          "path": "src/lib/discovery/module-discovery.ts",
          "kind": "import-statement",
          "original": "../lib/discovery/module-discovery"
        },
        {
          "path": "src/lib/discovery/shared.ts",
          "kind": "import-statement",
          "original": "../lib/discovery/shared"
        },
        {
          "path": "src/lib/env/env-editor.ts",
          "kind": "import-statement",
          "original": "../lib/env/env-editor"
        },
        {
          "path": "src/lib/framework/framework-utils.ts",
          "kind": "import-statement",
          "original": "../lib/framework/framework-utils"
        },
        {
          "path": "src/lib/generation/code-generator.ts",
          "kind": "import-statement",
          "original": "../lib/generation/code-generator"
        },
        {
          "path": "src/lib/pm/package-manager.ts",
          "kind": "import-statement",
          "original": "../lib/pm/package-manager"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../lib/ui/logger"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../lib/utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/cli/doctor.ts": {
      "bytes": 22305,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js",
          "kind": "import-statement",
          "original": "chalk"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/discovery/installed-detection.ts",
          "kind": "import-statement",
          "original": "../lib/discovery/installed-detection"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../lib/ui/logger"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../lib/utils/package-root"
        }
      ],
      "format": "esm"
    },
    "src/lib/utils/fs-helpers.ts": {
      "bytes": 1628,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        }
      ],
      "format": "esm"
    },
    "src/lib/utils/json-loader.ts": {
      "bytes": 772,
      "imports": [
        {
          "path": "fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        }
      ],
      "format": "esm"
    },
    "src/lib/utils/path-resolver.ts": {
      "bytes": 1603,
      "imports": [
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "../constants"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "./package-root"
        }
      ],
      "format": "esm"
    },
    "src/lib/utils/module-loader.ts": {
      "bytes": 3392,
      "imports": [
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/utils/fs-helpers.ts",
          "kind": "import-statement",
          "original": "./fs-helpers"
        },
        {
          "path": "src/lib/utils/json-loader.ts",
          "kind": "import-statement",
          "original": "./json-loader"
        },
        {
          "path": "src/lib/utils/path-resolver.ts",
          "kind": "import-statement",
          "original": "./path-resolver"
        }
      ],
      "format": "esm"
    },
    "src/cli/list.ts": {
      "bytes": 4951,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js",
          "kind": "import-statement",
          "original": "chalk"
        },
        {
          "path": "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js",
          "kind": "import-statement",
          "original": "fs-extra"
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/lib/discovery/shared.ts",
          "kind": "import-statement",
          "original": "../lib/discovery/shared"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "../lib/ui/logger"
        },
        {
          "path": "src/lib/utils/module-loader.ts",
          "kind": "import-statement",
          "original": "../lib/utils/module-loader"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "../lib/utils/package-root"
        },
        {
          "path": "../types",
          "kind": "import-statement",
          "external": true
        }
      ],
      "format": "esm"
    },
    "src/index.ts": {
      "bytes": 7507,
      "imports": [
        {
          "path": "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/esm.mjs",
          "kind": "import-statement",
          "original": "commander"
        },
        {
          "path": "fs",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "path",
          "kind": "import-statement",
          "external": true
        },
        {
          "path": "src/cli/add.ts",
          "kind": "import-statement",
          "original": "./cli/add"
        },
        {
          "path": "src/cli/create.ts",
          "kind": "import-statement",
          "original": "./cli/create"
        },
        {
          "path": "src/cli/doctor.ts",
          "kind": "import-statement",
          "original": "./cli/doctor"
        },
        {
          "path": "src/cli/list.ts",
          "kind": "import-statement",
          "original": "./cli/list"
        },
        {
          "path": "src/lib/constants.ts",
          "kind": "import-statement",
          "original": "./lib/constants"
        },
        {
          "path": "src/lib/discovery/shared.ts",
          "kind": "import-statement",
          "original": "./lib/discovery/shared"
        },
        {
          "path": "src/lib/ui/logger.ts",
          "kind": "import-statement",
          "original": "./lib/ui/logger"
        },
        {
          "path": "src/lib/utils/json-loader.ts",
          "kind": "import-statement",
          "original": "./lib/utils/json-loader"
        },
        {
          "path": "src/lib/utils/package-root.ts",
          "kind": "import-statement",
          "original": "./lib/utils/package-root"
        },
        {
          "path": "src/lib/utils/path-resolver.ts",
          "kind": "import-statement",
          "original": "./lib/utils/path-resolver"
        }
      ],
      "format": "cjs"
    }
  },
  "outputs": {
    "dist/index.js": {
      "imports": [
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "constants",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "assert",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "readline",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "readline",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:os",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:tty",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "stackkit/package.json",
          "kind": "require-resolve",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:tty",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:url",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:string_decoder",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:url",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:timers/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:os",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:os",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:os",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:timers/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:timers/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:timers/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:v8",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:tty",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:buffer",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:buffer",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:string_decoder",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:buffer",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:timers/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:events",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream/promises",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:stream",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "node:util",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "child_process",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "module",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "fs",
          "kind": "require-call",
          "external": true
        },
        {
          "path": "path",
          "kind": "require-call",
          "external": true
        }
      ],
      "exports": [],
      "entryPoint": "src/index.ts",
      "inputs": {
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/error.js": {
          "bytesInOutput": 407
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/argument.js": {
          "bytesInOutput": 1141
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/help.js": {
          "bytesInOutput": 6607
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/option.js": {
          "bytesInOutput": 3130
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/suggestSimilar.js": {
          "bytesInOutput": 912
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/lib/command.js": {
          "bytesInOutput": 27293
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/index.js": {
          "bytesInOutput": 391
        },
        "../../node_modules/.pnpm/universalify@2.0.1/node_modules/universalify/index.js": {
          "bytesInOutput": 469
        },
        "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js": {
          "bytesInOutput": 3842
        },
        "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js": {
          "bytesInOutput": 1514
        },
        "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js": {
          "bytesInOutput": 370
        },
        "../../node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js": {
          "bytesInOutput": 5135
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/fs/index.js": {
          "bytesInOutput": 1537
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/utils.js": {
          "bytesInOutput": 255
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/make-dir.js": {
          "bytesInOutput": 293
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/mkdirs/index.js": {
          "bytesInOutput": 192
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/path-exists/index.js": {
          "bytesInOutput": 188
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/utimes.js": {
          "bytesInOutput": 433
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/stat.js": {
          "bytesInOutput": 2692
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/util/async.js": {
          "bytesInOutput": 257
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/copy.js": {
          "bytesInOutput": 2408
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/copy-sync.js": {
          "bytesInOutput": 2562
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/copy/index.js": {
          "bytesInOutput": 99
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/remove/index.js": {
          "bytesInOutput": 212
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/empty/index.js": {
          "bytesInOutput": 431
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/file.js": {
          "bytesInOutput": 660
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/link.js": {
          "bytesInOutput": 728
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink-paths.js": {
          "bytesInOutput": 848
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink-type.js": {
          "bytesInOutput": 359
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/symlink.js": {
          "bytesInOutput": 1140
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/ensure/index.js": {
          "bytesInOutput": 377
        },
        "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/utils.js": {
          "bytesInOutput": 373
        },
        "../../node_modules/.pnpm/jsonfile@6.2.1/node_modules/jsonfile/index.js": {
          "bytesInOutput": 907
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/jsonfile.js": {
          "bytesInOutput": 163
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/output-file/index.js": {
          "bytesInOutput": 373
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/output-json.js": {
          "bytesInOutput": 150
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/output-json-sync.js": {
          "bytesInOutput": 139
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/json/index.js": {
          "bytesInOutput": 306
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/move.js": {
          "bytesInOutput": 691
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/move-sync.js": {
          "bytesInOutput": 748
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/move/index.js": {
          "bytesInOutput": 99
        },
        "../../node_modules/.pnpm/fs-extra@11.3.5/node_modules/fs-extra/lib/index.js": {
          "bytesInOutput": 127
        },
        "../../node_modules/.pnpm/kleur@3.0.3/node_modules/kleur/index.js": {
          "bytesInOutput": 1750
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/action.js": {
          "bytesInOutput": 679
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/strip.js": {
          "bytesInOutput": 316
        },
        "../../node_modules/.pnpm/sisteransi@1.0.5/node_modules/sisteransi/src/index.js": {
          "bytesInOutput": 817
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/clear.js": {
          "bytesInOutput": 1373
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/figures.js": {
          "bytesInOutput": 515
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/style.js": {
          "bytesInOutput": 616
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/lines.js": {
          "bytesInOutput": 180
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/wrap.js": {
          "bytesInOutput": 371
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/entriesToDisplay.js": {
          "bytesInOutput": 166
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/util/index.js": {
          "bytesInOutput": 148
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/prompt.js": {
          "bytesInOutput": 1070
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/text.js": {
          "bytesInOutput": 3785
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/select.js": {
          "bytesInOutput": 2703
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/toggle.js": {
          "bytesInOutput": 1487
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/datepart.js": {
          "bytesInOutput": 442
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/meridiem.js": {
          "bytesInOutput": 277
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/day.js": {
          "bytesInOutput": 559
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/hours.js": {
          "bytesInOutput": 386
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/milliseconds.js": {
          "bytesInOutput": 408
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/minutes.js": {
          "bytesInOutput": 364
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/month.js": {
          "bytesInOutput": 445
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/seconds.js": {
          "bytesInOutput": 364
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/year.js": {
          "bytesInOutput": 373
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/dateparts/index.js": {
          "bytesInOutput": 160
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/date.js": {
          "bytesInOutput": 3747
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/number.js": {
          "bytesInOutput": 3623
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/multiselect.js": {
          "bytesInOutput": 4122
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocomplete.js": {
          "bytesInOutput": 4979
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/autocompleteMultiselect.js": {
          "bytesInOutput": 3141
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/confirm.js": {
          "bytesInOutput": 1198
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/elements/index.js": {
          "bytesInOutput": 234
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/prompts.js": {
          "bytesInOutput": 1227
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/dist/index.js": {
          "bytesInOutput": 3502
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/action.js": {
          "bytesInOutput": 679
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/strip.js": {
          "bytesInOutput": 316
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/clear.js": {
          "bytesInOutput": 252
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/figures.js": {
          "bytesInOutput": 515
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/style.js": {
          "bytesInOutput": 616
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/lines.js": {
          "bytesInOutput": 180
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/wrap.js": {
          "bytesInOutput": 371
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/entriesToDisplay.js": {
          "bytesInOutput": 166
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/util/index.js": {
          "bytesInOutput": 148
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/prompt.js": {
          "bytesInOutput": 1059
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/text.js": {
          "bytesInOutput": 3440
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/select.js": {
          "bytesInOutput": 2678
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/toggle.js": {
          "bytesInOutput": 1460
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/datepart.js": {
          "bytesInOutput": 442
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/meridiem.js": {
          "bytesInOutput": 277
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/day.js": {
          "bytesInOutput": 559
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/hours.js": {
          "bytesInOutput": 386
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/milliseconds.js": {
          "bytesInOutput": 408
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/minutes.js": {
          "bytesInOutput": 364
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/month.js": {
          "bytesInOutput": 445
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/seconds.js": {
          "bytesInOutput": 364
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/year.js": {
          "bytesInOutput": 373
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/dateparts/index.js": {
          "bytesInOutput": 160
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/date.js": {
          "bytesInOutput": 3372
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/number.js": {
          "bytesInOutput": 3272
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/multiselect.js": {
          "bytesInOutput": 4097
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocomplete.js": {
          "bytesInOutput": 4634
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/autocompleteMultiselect.js": {
          "bytesInOutput": 3127
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/confirm.js": {
          "bytesInOutput": 1171
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/elements/index.js": {
          "bytesInOutput": 234
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/prompts.js": {
          "bytesInOutput": 1227
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/lib/index.js": {
          "bytesInOutput": 1184
        },
        "../../node_modules/.pnpm/prompts@2.4.2/node_modules/prompts/index.js": {
          "bytesInOutput": 246
        },
        "empty-spinners:cli-spinners": {
          "bytesInOutput": 77
        },
        "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js": {
          "bytesInOutput": 488
        },
        "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js": {
          "bytesInOutput": 495
        },
        "../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js": {
          "bytesInOutput": 549
        },
        "../../node_modules/.pnpm/which@2.0.2/node_modules/which/which.js": {
          "bytesInOutput": 1463
        },
        "../../node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js": {
          "bytesInOutput": 233
        },
        "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js": {
          "bytesInOutput": 478
        },
        "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js": {
          "bytesInOutput": 332
        },
        "../../node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js": {
          "bytesInOutput": 55
        },
        "../../node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js": {
          "bytesInOutput": 203
        },
        "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js": {
          "bytesInOutput": 215
        },
        "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js": {
          "bytesInOutput": 867
        },
        "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js": {
          "bytesInOutput": 623
        },
        "../../node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js": {
          "bytesInOutput": 422
        },
        "../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/builtin-modules.json": {
          "bytesInOutput": 915
        },
        "../../node_modules/.pnpm/validate-npm-package-name@7.0.2/node_modules/validate-npm-package-name/lib/index.js": {
          "bytesInOutput": 1568
        },
        "../../node_modules/.pnpm/commander@14.0.3/node_modules/commander/esm.mjs": {
          "bytesInOutput": 205
        },
        "src/index.ts": {
          "bytesInOutput": 3615
        },
        "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/ansi-styles/index.js": {
          "bytesInOutput": 2488
        },
        "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/vendor/supports-color/index.js": {
          "bytesInOutput": 2025
        },
        "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/utilities.js": {
          "bytesInOutput": 323
        },
        "../../node_modules/.pnpm/chalk@5.6.2/node_modules/chalk/source/index.js": {
          "bytesInOutput": 2083
        },
        "src/cli/add.ts": {
          "bytesInOutput": 12539
        },
        "src/lib/discovery/module-discovery.ts": {
          "bytesInOutput": 3423
        },
        "src/lib/utils/package-root.ts": {
          "bytesInOutput": 871
        },
        "src/lib/constants.ts": {
          "bytesInOutput": 1857
        },
        "src/lib/discovery/shared.ts": {
          "bytesInOutput": 612
        },
        "src/lib/env/env-editor.ts": {
          "bytesInOutput": 1381
        },
        "../../node_modules/.pnpm/ora@9.4.0/node_modules/ora/index.js": {
          "bytesInOutput": 7362
        },
        "../../node_modules/.pnpm/cli-cursor@5.0.0/node_modules/cli-cursor/index.js": {
          "bytesInOutput": 272
        },
        "../../node_modules/.pnpm/restore-cursor@5.1.0/node_modules/restore-cursor/index.js": {
          "bytesInOutput": 211
        },
        "../../node_modules/.pnpm/mimic-function@5.0.1/node_modules/mimic-function/index.js": {
          "bytesInOutput": 1043
        },
        "../../node_modules/.pnpm/onetime@7.0.0/node_modules/onetime/index.js": {
          "bytesInOutput": 491
        },
        "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/signals.js": {
          "bytesInOutput": 260
        },
        "../../node_modules/.pnpm/signal-exit@4.1.0/node_modules/signal-exit/dist/mjs/index.js": {
          "bytesInOutput": 2615
        },
        "../../node_modules/.pnpm/log-symbols@7.0.1/node_modules/log-symbols/symbols.js": {
          "bytesInOutput": 191
        },
        "../../node_modules/.pnpm/yoctocolors@2.1.2/node_modules/yoctocolors/base.js": {
          "bytesInOutput": 821
        },
        "../../node_modules/.pnpm/is-unicode-supported@2.1.0/node_modules/is-unicode-supported/index.js": {
          "bytesInOutput": 385
        },
        "../../node_modules/.pnpm/log-symbols@7.0.1/node_modules/log-symbols/index.js": {
          "bytesInOutput": 0
        },
        "../../node_modules/.pnpm/ansi-regex@6.2.2/node_modules/ansi-regex/index.js": {
          "bytesInOutput": 217
        },
        "../../node_modules/.pnpm/strip-ansi@7.2.0/node_modules/strip-ansi/index.js": {
          "bytesInOutput": 181
        },
        "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup-data.js": {
          "bytesInOutput": 3357
        },
        "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/utilities.js": {
          "bytesInOutput": 157
        },
        "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js": {
          "bytesInOutput": 286
        },
        "../../node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/index.js": {
          "bytesInOutput": 191
        },
        "../../node_modules/.pnpm/string-width@8.2.1/node_modules/string-width/index.js": {
          "bytesInOutput": 1692
        },
        "../../node_modules/.pnpm/is-interactive@2.0.0/node_modules/is-interactive/index.js": {
          "bytesInOutput": 113
        },
        "../../node_modules/.pnpm/stdin-discarder@0.3.2/node_modules/stdin-discarder/index.js": {
          "bytesInOutput": 706
        },
        "src/lib/ui/logger.ts": {
          "bytesInOutput": 1567
        },
        "src/lib/framework/framework-utils.ts": {
          "bytesInOutput": 897
        },
        "src/lib/fs/files.ts": {
          "bytesInOutput": 323
        },
        "src/lib/generation/code-generator.ts": {
          "bytesInOutput": 15094
        },
        "src/lib/generation/generator-utils.ts": {
          "bytesInOutput": 814
        },
        "../../node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js": {
          "bytesInOutput": 212
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/file-url.js": {
          "bytesInOutput": 301
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/parameters.js": {
          "bytesInOutput": 548
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/template.js": {
          "bytesInOutput": 1904
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/uint-array.js": {
          "bytesInOutput": 728
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-sync.js": {
          "bytesInOutput": 2210
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/specific.js": {
          "bytesInOutput": 1270
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/standard-stream.js": {
          "bytesInOutput": 173
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/values.js": {
          "bytesInOutput": 298
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/log.js": {
          "bytesInOutput": 585
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/escape.js": {
          "bytesInOutput": 725
        },
        "../../node_modules/.pnpm/figures@6.1.0/node_modules/figures/index.js": {
          "bytesInOutput": 6619
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/default.js": {
          "bytesInOutput": 616
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/custom.js": {
          "bytesInOutput": 249
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/start.js": {
          "bytesInOutput": 75
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/info.js": {
          "bytesInOutput": 519
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/duration.js": {
          "bytesInOutput": 96
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/command.js": {
          "bytesInOutput": 171
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/options.js": {
          "bytesInOutput": 1173
        },
        "../../node_modules/.pnpm/npm-run-path@6.0.0/node_modules/npm-run-path/index.js": {
          "bytesInOutput": 692
        },
        "../../node_modules/.pnpm/path-key@4.0.0/node_modules/path-key/index.js": {
          "bytesInOutput": 164
        },
        "../../node_modules/.pnpm/unicorn-magic@0.3.0/node_modules/unicorn-magic/node.js": {
          "bytesInOutput": 363
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/kill.js": {
          "bytesInOutput": 1286
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/final-error.js": {
          "bytesInOutput": 493
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/signal.js": {
          "bytesInOutput": 1113
        },
        "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/main.js": {
          "bytesInOutput": 667
        },
        "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/realtime.js": {
          "bytesInOutput": 206
        },
        "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/signals.js": {
          "bytesInOutput": 279
        },
        "../../node_modules/.pnpm/human-signals@8.0.1/node_modules/human-signals/build/src/core.js": {
          "bytesInOutput": 3832
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/abort-signal.js": {
          "bytesInOutput": 97
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cancel.js": {
          "bytesInOutput": 393
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/graceful.js": {
          "bytesInOutput": 599
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/send.js": {
          "bytesInOutput": 920
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/validation.js": {
          "bytesInOutput": 2034
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/deferred.js": {
          "bytesInOutput": 110
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/fd-options.js": {
          "bytesInOutput": 1802
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/strict.js": {
          "bytesInOutput": 1071
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/utils/max-listeners.js": {
          "bytesInOutput": 206
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/forward.js": {
          "bytesInOutput": 552
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/incoming.js": {
          "bytesInOutput": 677
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/reference.js": {
          "bytesInOutput": 152
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/outgoing.js": {
          "bytesInOutput": 499
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/graceful.js": {
          "bytesInOutput": 1042
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/timeout.js": {
          "bytesInOutput": 394
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/node.js": {
          "bytesInOutput": 765
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/ipc-input.js": {
          "bytesInOutput": 527
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/encoding-option.js": {
          "bytesInOutput": 688
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/cwd.js": {
          "bytesInOutput": 493
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/arguments/shell.js": {
          "bytesInOutput": 70
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/message.js": {
          "bytesInOutput": 1819
        },
        "../../node_modules/.pnpm/strip-final-newline@4.0.0/node_modules/strip-final-newline/index.js": {
          "bytesInOutput": 344
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/index.js": {
          "bytesInOutput": 115
        },
        "../../node_modules/.pnpm/is-stream@4.0.1/node_modules/is-stream/index.js": {
          "bytesInOutput": 714
        },
        "../../node_modules/.pnpm/@sec-ant+readable-stream@0.4.1/node_modules/@sec-ant/readable-stream/dist/ponyfill/asyncIterator.js": {
          "bytesInOutput": 1156
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/stream.js": {
          "bytesInOutput": 671
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/contents.js": {
          "bytesInOutput": 1423
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/utils.js": {
          "bytesInOutput": 140
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array.js": {
          "bytesInOutput": 280
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/exports.js": {
          "bytesInOutput": 0
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/array-buffer.js": {
          "bytesInOutput": 905
        },
        "../../node_modules/.pnpm/get-stream@9.0.1/node_modules/get-stream/source/string.js": {
          "bytesInOutput": 424
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/max-buffer.js": {
          "bytesInOutput": 921
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/result.js": {
          "bytesInOutput": 2347
        },
        "../../node_modules/.pnpm/parse-ms@4.0.0/node_modules/parse-ms/index.js": {
          "bytesInOutput": 600
        },
        "../../node_modules/.pnpm/pretty-ms@9.3.0/node_modules/pretty-ms/index.js": {
          "bytesInOutput": 1937
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/error.js": {
          "bytesInOutput": 98
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/complete.js": {
          "bytesInOutput": 153
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/reject.js": {
          "bytesInOutput": 67
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-sync.js": {
          "bytesInOutput": 852
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/type.js": {
          "bytesInOutput": 2871
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/object-mode.js": {
          "bytesInOutput": 442
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/normalize.js": {
          "bytesInOutput": 1722
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/direction.js": {
          "bytesInOutput": 837
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/array.js": {
          "bytesInOutput": 51
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/stdio-option.js": {
          "bytesInOutput": 758
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/native.js": {
          "bytesInOutput": 1402
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/input-option.js": {
          "bytesInOutput": 576
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/duplicate.js": {
          "bytesInOutput": 1262
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle.js": {
          "bytesInOutput": 2475
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/strip-newline.js": {
          "bytesInOutput": 119
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/generator.js": {
          "bytesInOutput": 999
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/split.js": {
          "bytesInOutput": 1200
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/validate.js": {
          "bytesInOutput": 762
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/encoding-transform.js": {
          "bytesInOutput": 430
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-async.js": {
          "bytesInOutput": 622
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/transform/run-sync.js": {
          "bytesInOutput": 418
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/input-sync.js": {
          "bytesInOutput": 729
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-sync.js": {
          "bytesInOutput": 1606
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/output.js": {
          "bytesInOutput": 463
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-sync.js": {
          "bytesInOutput": 202
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-async.js": {
          "bytesInOutput": 487
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/exit-sync.js": {
          "bytesInOutput": 229
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/main-async.js": {
          "bytesInOutput": 2769
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/methods.js": {
          "bytesInOutput": 521
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-one.js": {
          "bytesInOutput": 829
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/get-each.js": {
          "bytesInOutput": 1105
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/return/early-error.js": {
          "bytesInOutput": 746
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/stdio/handle-async.js": {
          "bytesInOutput": 1197
        },
        "../../node_modules/.pnpm/@sindresorhus+merge-streams@4.0.0/node_modules/@sindresorhus/merge-streams/index.js": {
          "bytesInOutput": 2791
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/pipeline.js": {
          "bytesInOutput": 373
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/output-async.js": {
          "bytesInOutput": 731
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/terminate/cleanup.js": {
          "bytesInOutput": 156
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/pipe-arguments.js": {
          "bytesInOutput": 1456
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/throw.js": {
          "bytesInOutput": 644
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/sequence.js": {
          "bytesInOutput": 197
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/streaming.js": {
          "bytesInOutput": 365
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/abort.js": {
          "bytesInOutput": 327
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/pipe/setup.js": {
          "bytesInOutput": 775
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/contents.js": {
          "bytesInOutput": 1337
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/io/iterate.js": {
          "bytesInOutput": 1480
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-stream.js": {
          "bytesInOutput": 802
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/stdio.js": {
          "bytesInOutput": 632
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/all-async.js": {
          "bytesInOutput": 561
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/resolve/wait-subprocess.js": {
          "bytesInOutput": 1521
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/verbose/ipc.js": {
          "bytesInOutput": 109
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/ipc/buffer-messages.js": {
          "bytesInOutput": 340
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/concurrent.js": {
          "bytesInOutput": 352
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/readable.js": {
          "bytesInOutput": 1629
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/shared.js": {
          "bytesInOutput": 387
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/writable.js": {
          "bytesInOutput": 1038
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/duplex.js": {
          "bytesInOutput": 1227
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/iterable.js": {
          "bytesInOutput": 283
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/convert/add.js": {
          "bytesInOutput": 322
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/promise.js": {
          "bytesInOutput": 223
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/bind.js": {
          "bytesInOutput": 185
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/create.js": {
          "bytesInOutput": 763
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/command.js": {
          "bytesInOutput": 549
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/lib/methods/script.js": {
          "bytesInOutput": 255
        },
        "../../node_modules/.pnpm/execa@9.6.1/node_modules/execa/index.js": {
          "bytesInOutput": 170
        },
        "src/lib/pm/package-manager.ts": {
          "bytesInOutput": 3956
        },
        "src/lib/project/detect.ts": {
          "bytesInOutput": 2298
        },
        "src/lib/discovery/installed-detection.ts": {
          "bytesInOutput": 1733
        },
        "src/lib/utils/deep-merge.ts": {
          "bytesInOutput": 352
        },
        "src/cli/create.ts": {
          "bytesInOutput": 11422
        },
        "src/lib/conversion/js-conversion.ts": {
          "bytesInOutput": 4821
        },
        "src/cli/doctor.ts": {
          "bytesInOutput": 11567
        },
        "src/cli/list.ts": {
          "bytesInOutput": 2052
        },
        "src/lib/utils/module-loader.ts": {
          "bytesInOutput": 306
        },
        "src/lib/utils/fs-helpers.ts": {
          "bytesInOutput": 206
        },
        "src/lib/utils/json-loader.ts": {
          "bytesInOutput": 200
        },
        "src/lib/utils/path-resolver.ts": {
          "bytesInOutput": 299
        }
      },
      "bytes": 379662
    }
  }
}