@powerlines/plugin-env 0.15.161 → 0.15.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-CNVrAnJR.cjs → _virtual/rolldown_runtime.cjs} +3 -18
- package/dist/{chunk-CsF2CmBJ.mjs → _virtual/rolldown_runtime.mjs} +1 -1
- package/dist/babel/index.cjs +2 -5
- package/dist/babel/index.d.cts +1 -14
- package/dist/babel/index.d.mts +1 -14
- package/dist/babel/index.mjs +1 -4
- package/dist/babel/plugin.cjs +140 -4
- package/dist/babel/plugin.d.cts +9 -15
- package/dist/babel/plugin.d.cts.map +1 -0
- package/dist/babel/plugin.d.mts +9 -15
- package/dist/babel/plugin.d.mts.map +1 -0
- package/dist/babel/plugin.mjs +140 -4
- package/dist/babel/plugin.mjs.map +1 -0
- package/dist/components/docs.cjs +66 -6
- package/dist/components/docs.d.cts +25 -2
- package/dist/components/docs.d.cts.map +1 -0
- package/dist/components/docs.d.mts +25 -2
- package/dist/components/docs.d.mts.map +1 -0
- package/dist/components/docs.mjs +66 -6
- package/dist/components/docs.mjs.map +1 -0
- package/dist/components/env.cjs +582 -11
- package/dist/components/env.d.cts +23 -2
- package/dist/components/env.d.cts.map +1 -0
- package/dist/components/env.d.mts +23 -2
- package/dist/components/env.d.mts.map +1 -0
- package/dist/components/env.mjs +581 -10
- package/dist/components/env.mjs.map +1 -0
- package/dist/components/index.cjs +5 -15
- package/dist/components/index.d.cts +2 -3
- package/dist/components/index.d.mts +2 -3
- package/dist/components/index.mjs +2 -12
- package/dist/helpers/automd-generator.cjs +31 -3
- package/dist/helpers/automd-generator.mjs +31 -3
- package/dist/helpers/automd-generator.mjs.map +1 -0
- package/dist/helpers/create-reflection-resource.cjs +21 -4
- package/dist/helpers/create-reflection-resource.d.cts +14 -4
- package/dist/helpers/create-reflection-resource.d.cts.map +1 -0
- package/dist/helpers/create-reflection-resource.d.mts +14 -4
- package/dist/helpers/create-reflection-resource.d.mts.map +1 -0
- package/dist/helpers/create-reflection-resource.mjs +22 -4
- package/dist/helpers/create-reflection-resource.mjs.map +1 -0
- package/dist/helpers/docs-helper.cjs +22 -5
- package/dist/helpers/docs-helper.d.cts +1 -2
- package/dist/helpers/docs-helper.d.cts.map +1 -1
- package/dist/helpers/docs-helper.d.mts +1 -2
- package/dist/helpers/docs-helper.d.mts.map +1 -1
- package/dist/helpers/docs-helper.mjs +23 -5
- package/dist/helpers/docs-helper.mjs.map +1 -0
- package/dist/helpers/index.cjs +32 -38
- package/dist/helpers/index.d.cts +6 -9
- package/dist/helpers/index.d.mts +6 -9
- package/dist/helpers/index.mjs +6 -12
- package/dist/helpers/load.cjs +133 -10
- package/dist/helpers/load.d.cts +36 -4
- package/dist/helpers/load.d.cts.map +1 -0
- package/dist/helpers/load.d.mts +36 -4
- package/dist/helpers/load.d.mts.map +1 -0
- package/dist/helpers/load.mjs +132 -9
- package/dist/helpers/load.mjs.map +1 -0
- package/dist/helpers/persistence.cjs +321 -15
- package/dist/helpers/persistence.d.cts +85 -4
- package/dist/helpers/persistence.d.cts.map +1 -0
- package/dist/helpers/persistence.d.mts +85 -4
- package/dist/helpers/persistence.d.mts.map +1 -0
- package/dist/helpers/persistence.mjs +310 -5
- package/dist/helpers/persistence.mjs.map +1 -0
- package/dist/helpers/reflect.cjs +262 -13
- package/dist/helpers/reflect.d.cts +47 -4
- package/dist/helpers/reflect.d.cts.map +1 -0
- package/dist/helpers/reflect.d.mts +47 -4
- package/dist/helpers/reflect.d.mts.map +1 -0
- package/dist/helpers/reflect.mjs +254 -5
- package/dist/helpers/reflect.mjs.map +1 -0
- package/dist/helpers/source-file-env.cjs +57 -3
- package/dist/helpers/source-file-env.d.cts +9 -2
- package/dist/helpers/source-file-env.d.cts.map +1 -0
- package/dist/helpers/source-file-env.d.mts +9 -2
- package/dist/helpers/source-file-env.d.mts.map +1 -0
- package/dist/helpers/source-file-env.mjs +56 -2
- package/dist/helpers/source-file-env.mjs.map +1 -0
- package/dist/helpers/template-helpers.cjs +69 -6
- package/dist/helpers/template-helpers.d.cts +16 -4
- package/dist/helpers/template-helpers.d.cts.map +1 -0
- package/dist/helpers/template-helpers.d.mts +16 -4
- package/dist/helpers/template-helpers.d.mts.map +1 -0
- package/dist/helpers/template-helpers.mjs +69 -6
- package/dist/helpers/template-helpers.mjs.map +1 -0
- package/dist/index.cjs +98 -258
- package/dist/index.d.cts +25 -15
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +25 -15
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +22 -182
- package/dist/index.mjs.map +1 -1
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.cjs +37 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.mjs +38 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/parse-type-definition.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.cjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.mjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/to-array.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.cjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/get-object-tag.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/index.cjs +3 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/index.mjs +5 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.cjs +6 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs +7 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-buffer.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-collection.cjs +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-collection.mjs +3 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.cjs +19 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs +20 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-object.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.cjs +63 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs +64 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-plain-object.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.cjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/is-string.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.cjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs +17 -0
- package/dist/node_modules/.pnpm/@stryke_convert@0.6.38/node_modules/@stryke/convert/dist/type-checks/src/type-detect.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.cjs +32 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.mjs +33 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-parent-path.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.cjs +28 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.mjs +29 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/is-type.mjs.map +1 -0
- package/dist/{join-paths-B0RBTuuw.cjs → node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.cjs} +13 -65
- package/dist/{join-paths-Dd9KxuyL.mjs → node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.mjs} +5 -45
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/join-paths.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.cjs +12 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.mjs +9 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/regex.mjs.map +1 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.cjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.mjs +15 -0
- package/dist/node_modules/.pnpm/@stryke_path@0.26.4/node_modules/@stryke/path/dist/slash.mjs.map +1 -0
- package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.cjs +346 -0
- package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs +347 -0
- package/dist/node_modules/.pnpm/c12@3.3.3_magicast@0.5.1/node_modules/c12/dist/index.mjs.map +1 -0
- package/dist/{json5-DEV_07Nb.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.cjs} +1 -1
- package/dist/{json5-jq90mF9X.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs} +2 -2
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/json5.mjs.map +1 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.cjs +3 -0
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/jsonc.mjs +3 -0
- package/dist/{confbox.DA7CpUDY-DShUZ_rW.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.cjs} +2 -2
- package/dist/{confbox.DA7CpUDY-r6FXRsI6.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs} +2 -7
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DA7CpUDY.mjs.map +1 -0
- package/dist/{confbox.DnMsyigM-C13n3X-S.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.cjs} +3 -13
- package/dist/{confbox.DnMsyigM-V6Wj0LPC.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs} +3 -3
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/shared/confbox.DnMsyigM.mjs.map +1 -0
- package/dist/{toml-DvrxV201.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.cjs} +1 -1
- package/dist/{toml-uuOYvEAO.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs} +2 -2
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/toml.mjs.map +1 -0
- package/dist/{yaml-CQSFMRMS.cjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.cjs} +1 -1
- package/dist/{yaml-CIn2Gddw.mjs → node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs} +2 -2
- package/dist/node_modules/.pnpm/confbox@0.2.2/node_modules/confbox/dist/yaml.mjs.map +1 -0
- package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.cjs +43 -0
- package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs +43 -0
- package/dist/node_modules/.pnpm/defu@6.1.4/node_modules/defu/dist/defu.mjs.map +1 -0
- package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.cjs +46 -0
- package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs +46 -0
- package/dist/node_modules/.pnpm/destr@2.0.5/node_modules/destr/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.cjs +288 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs +286 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/lib/main.mjs.map +1 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.cjs +71 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs +69 -0
- package/dist/node_modules/.pnpm/dotenv@17.2.3/node_modules/dotenv/package.mjs.map +1 -0
- package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.cjs +1013 -0
- package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs +1008 -0
- package/dist/node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.cjs +23 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs +14 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.cjs +2698 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs +2686 -0
- package/dist/node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/shared/giget.OCaTp9b-.mjs.map +1 -0
- package/dist/{load-CC_Pu2Om.cjs → node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.cjs} +195 -2332
- package/dist/{load-EM4edkA2.mjs → node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs} +195 -2319
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/dist/jiti.mjs.map +1 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.cjs +29 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs +30 -0
- package/dist/node_modules/.pnpm/jiti@2.6.1/node_modules/jiti/lib/jiti.mjs.map +1 -0
- package/dist/{multipart-parser-aEF5a4Xf.cjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.cjs} +8 -5
- package/dist/{multipart-parser-D65rtMfY.mjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs} +4 -3
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/chunks/multipart-parser.mjs.map +1 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.cjs +22 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs +18 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/index.mjs.map +1 -0
- package/dist/{node-Co8KdzkZ.cjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.cjs} +796 -814
- package/dist/{node-D9MigVDD.mjs → node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs} +795 -807
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/node.mjs.map +1 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs +11768 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs +11764 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs.map +1 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.cjs +25 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs +21 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/shared/node-fetch-native.DhEqb06g.mjs.map +1 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.cjs +20 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs +18 -0
- package/dist/node_modules/.pnpm/node-fetch-native@1.6.7/node_modules/node-fetch-native/lib/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.cjs +194 -0
- package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.mjs +192 -0
- package/dist/node_modules/.pnpm/nypm@0.6.4/node_modules/nypm/dist/index.mjs.map +1 -0
- package/dist/{dist-BQc8ZRwl.cjs → node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.cjs} +1 -1
- package/dist/{dist-mV5Swt78.mjs → node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs} +1 -1
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/crypto/node/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.cjs +3 -0
- package/dist/node_modules/.pnpm/ohash@2.0.11/node_modules/ohash/dist/index.mjs +3 -0
- package/dist/{defu-DV5Grr85.mjs → node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs} +8 -43
- package/dist/{defu-CrqNIh1A.cjs → node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs} +2 -90
- package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs.map +1 -0
- package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.cjs +127 -0
- package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs +126 -0
- package/dist/node_modules/.pnpm/pkg-types@2.3.0/node_modules/pkg-types/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.cjs +138 -0
- package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs +137 -0
- package/dist/node_modules/.pnpm/rc9@2.1.2/node_modules/rc9/dist/index.mjs.map +1 -0
- package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.cjs +629 -0
- package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs +628 -0
- package/dist/node_modules/.pnpm/tinyexec@1.0.2/node_modules/tinyexec/dist/main.mjs.map +1 -0
- package/dist/types/index.cjs +9 -10
- package/dist/types/index.d.cts +2 -3
- package/dist/types/index.d.mts +2 -3
- package/dist/types/index.mjs +2 -3
- package/dist/types/plugin.cjs +133 -7
- package/dist/types/plugin.d.cts +155 -3
- package/dist/types/plugin.d.cts.map +1 -0
- package/dist/types/plugin.d.mts +155 -3
- package/dist/types/plugin.d.mts.map +1 -0
- package/dist/types/plugin.mjs +129 -3
- package/dist/types/plugin.mjs.map +1 -0
- package/dist/types/runtime.cjs +242 -3
- package/dist/types/runtime.d.cts +792 -2
- package/dist/{runtime-BDzzR4wH.d.cts.map → types/runtime.d.cts.map} +1 -1
- package/dist/types/runtime.d.mts +792 -2
- package/dist/{runtime-lYSIZdMn.d.mts.map → types/runtime.d.mts.map} +1 -1
- package/dist/types/runtime.mjs +241 -2
- package/dist/types/runtime.mjs.map +1 -0
- package/package.json +9 -9
- package/dist/automd-generator-BpvZRK0k.mjs +0 -32
- package/dist/automd-generator-BpvZRK0k.mjs.map +0 -1
- package/dist/automd-generator-CxG1owAE.cjs +0 -37
- package/dist/babel-BZqmdVF4.cjs +0 -0
- package/dist/babel-DgietUY3.mjs +0 -1
- package/dist/components-BUo6Koax.cjs +0 -0
- package/dist/components-DDFmImcI.mjs +0 -1
- package/dist/confbox.DA7CpUDY-DShUZ_rW.mjs.map +0 -1
- package/dist/confbox.DnMsyigM-V6Wj0LPC.mjs.map +0 -1
- package/dist/create-reflection-resource-3svZm2rY.d.cts +0 -14
- package/dist/create-reflection-resource-3svZm2rY.d.cts.map +0 -1
- package/dist/create-reflection-resource-CCpA76Yq.d.mts +0 -14
- package/dist/create-reflection-resource-CCpA76Yq.d.mts.map +0 -1
- package/dist/create-reflection-resource-D0QrD1Td.mjs +0 -23
- package/dist/create-reflection-resource-D0QrD1Td.mjs.map +0 -1
- package/dist/create-reflection-resource-d2zdTyOE.cjs +0 -27
- package/dist/defu-DV5Grr85.mjs.map +0 -1
- package/dist/dist-C_a6goTt.cjs +0 -15282
- package/dist/dist-CjWvISyq.mjs +0 -15271
- package/dist/dist-CjWvISyq.mjs.map +0 -1
- package/dist/dist-mV5Swt78.mjs.map +0 -1
- package/dist/docs-BAKwE4PJ.d.cts +0 -25
- package/dist/docs-BAKwE4PJ.d.cts.map +0 -1
- package/dist/docs-CVf-w8oz.d.mts +0 -25
- package/dist/docs-CVf-w8oz.d.mts.map +0 -1
- package/dist/docs-E0aCTO7H.cjs +0 -72
- package/dist/docs-WdCIcQmw.mjs +0 -67
- package/dist/docs-WdCIcQmw.mjs.map +0 -1
- package/dist/docs-helper-BSYSI2cH.mjs +0 -24
- package/dist/docs-helper-BSYSI2cH.mjs.map +0 -1
- package/dist/docs-helper-BWe1dt1m.cjs +0 -28
- package/dist/env-BSCEigpj.cjs +0 -593
- package/dist/env-D0KBPuAd.d.mts +0 -23
- package/dist/env-D0KBPuAd.d.mts.map +0 -1
- package/dist/env-DqI7dwC-.mjs +0 -582
- package/dist/env-DqI7dwC-.mjs.map +0 -1
- package/dist/env-DwM7pJm7.d.cts +0 -23
- package/dist/env-DwM7pJm7.d.cts.map +0 -1
- package/dist/helpers-45e1bvAO.mjs +0 -1
- package/dist/helpers-DgYP3uej.cjs +0 -0
- package/dist/index-BNRXMhlr.d.mts +0 -1
- package/dist/index-Bdi8CvaN.d.cts +0 -16
- package/dist/index-Bdi8CvaN.d.cts.map +0 -1
- package/dist/index-CEDY7cmG.d.cts +0 -1
- package/dist/index-CREkvfw9.d.mts +0 -1
- package/dist/index-DSiHnMH2.d.cts +0 -1
- package/dist/index-Drhzdkqe.d.mts +0 -16
- package/dist/index-Drhzdkqe.d.mts.map +0 -1
- package/dist/index-dhjtMp5F.d.mts +0 -1
- package/dist/index-uTS5iDq_.d.cts +0 -1
- package/dist/join-paths-Dd9KxuyL.mjs.map +0 -1
- package/dist/json5-jq90mF9X.mjs.map +0 -1
- package/dist/jsonc-CBh70baJ.cjs +0 -4
- package/dist/jsonc-CDLU6bgi.mjs +0 -4
- package/dist/load-EM4edkA2.mjs.map +0 -1
- package/dist/load-GpP6cojj.d.mts +0 -36
- package/dist/load-GpP6cojj.d.mts.map +0 -1
- package/dist/load-PHGmxX_X.d.cts +0 -36
- package/dist/load-PHGmxX_X.d.cts.map +0 -1
- package/dist/multipart-parser-D65rtMfY.mjs.map +0 -1
- package/dist/node-D9MigVDD.mjs.map +0 -1
- package/dist/persistence-5S3EirDm.mjs +0 -586
- package/dist/persistence-5S3EirDm.mjs.map +0 -1
- package/dist/persistence-BR4cUaN6.d.cts +0 -85
- package/dist/persistence-BR4cUaN6.d.cts.map +0 -1
- package/dist/persistence-DrKQZNCv.d.mts +0 -85
- package/dist/persistence-DrKQZNCv.d.mts.map +0 -1
- package/dist/persistence-DzS7SzMj.cjs +0 -712
- package/dist/plugin-CM1TSv1B.cjs +0 -159
- package/dist/plugin-CSVnrdpE.cjs +0 -146
- package/dist/plugin-CSe5f2cD.d.cts +0 -155
- package/dist/plugin-CSe5f2cD.d.cts.map +0 -1
- package/dist/plugin-DMbVjdcQ.d.mts +0 -155
- package/dist/plugin-DMbVjdcQ.d.mts.map +0 -1
- package/dist/plugin-Vyvy9w9Z.mjs +0 -141
- package/dist/plugin-Vyvy9w9Z.mjs.map +0 -1
- package/dist/plugin-eBjQJP6x.mjs +0 -130
- package/dist/plugin-eBjQJP6x.mjs.map +0 -1
- package/dist/reflect-Dm8a3c29.d.cts +0 -47
- package/dist/reflect-Dm8a3c29.d.cts.map +0 -1
- package/dist/reflect-Dpz8ifa0.d.mts +0 -47
- package/dist/reflect-Dpz8ifa0.d.mts.map +0 -1
- package/dist/runtime-BDzzR4wH.d.cts +0 -792
- package/dist/runtime-C5ukCv3P.mjs +0 -242
- package/dist/runtime-C5ukCv3P.mjs.map +0 -1
- package/dist/runtime-g0TEIoZK.cjs +0 -253
- package/dist/runtime-lYSIZdMn.d.mts +0 -792
- package/dist/source-file-env-4Vdtzc5-.cjs +0 -68
- package/dist/source-file-env-Brfopjyr.d.cts +0 -9
- package/dist/source-file-env-Brfopjyr.d.cts.map +0 -1
- package/dist/source-file-env-DWejSP2U.d.mts +0 -9
- package/dist/source-file-env-DWejSP2U.d.mts.map +0 -1
- package/dist/source-file-env-Tj-6qobx.mjs +0 -57
- package/dist/source-file-env-Tj-6qobx.mjs.map +0 -1
- package/dist/template-helpers-1SKodHKt.d.mts +0 -16
- package/dist/template-helpers-1SKodHKt.d.mts.map +0 -1
- package/dist/template-helpers-Cw8aba1r.mjs +0 -70
- package/dist/template-helpers-Cw8aba1r.mjs.map +0 -1
- package/dist/template-helpers-DoFoTIAC.cjs +0 -75
- package/dist/template-helpers-zyitPfMz.d.cts +0 -16
- package/dist/template-helpers-zyitPfMz.d.cts.map +0 -1
- package/dist/toml-uuOYvEAO.mjs.map +0 -1
- package/dist/types-DyPQho_C.mjs +0 -1
- package/dist/types-o3zWarRp.cjs +0 -0
- package/dist/yaml-CIn2Gddw.mjs.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/exsolve@1.0.8/node_modules/exsolve/dist/index.mjs"],"sourcesContent":["import fs, { lstatSync, realpathSync, statSync } from \"node:fs\";\nimport { URL as URL$1, fileURLToPath, pathToFileURL } from \"node:url\";\nimport path, { isAbsolute } from \"node:path\";\nimport assert from \"node:assert\";\nimport process$1 from \"node:process\";\nimport v8 from \"node:v8\";\nimport { format, inspect } from \"node:util\";\n\n//#region src/internal/builtins.ts\nconst nodeBuiltins = [\n\t\"_http_agent\",\n\t\"_http_client\",\n\t\"_http_common\",\n\t\"_http_incoming\",\n\t\"_http_outgoing\",\n\t\"_http_server\",\n\t\"_stream_duplex\",\n\t\"_stream_passthrough\",\n\t\"_stream_readable\",\n\t\"_stream_transform\",\n\t\"_stream_wrap\",\n\t\"_stream_writable\",\n\t\"_tls_common\",\n\t\"_tls_wrap\",\n\t\"assert\",\n\t\"assert/strict\",\n\t\"async_hooks\",\n\t\"buffer\",\n\t\"child_process\",\n\t\"cluster\",\n\t\"console\",\n\t\"constants\",\n\t\"crypto\",\n\t\"dgram\",\n\t\"diagnostics_channel\",\n\t\"dns\",\n\t\"dns/promises\",\n\t\"domain\",\n\t\"events\",\n\t\"fs\",\n\t\"fs/promises\",\n\t\"http\",\n\t\"http2\",\n\t\"https\",\n\t\"inspector\",\n\t\"inspector/promises\",\n\t\"module\",\n\t\"net\",\n\t\"os\",\n\t\"path\",\n\t\"path/posix\",\n\t\"path/win32\",\n\t\"perf_hooks\",\n\t\"process\",\n\t\"punycode\",\n\t\"querystring\",\n\t\"readline\",\n\t\"readline/promises\",\n\t\"repl\",\n\t\"stream\",\n\t\"stream/consumers\",\n\t\"stream/promises\",\n\t\"stream/web\",\n\t\"string_decoder\",\n\t\"sys\",\n\t\"timers\",\n\t\"timers/promises\",\n\t\"tls\",\n\t\"trace_events\",\n\t\"tty\",\n\t\"url\",\n\t\"util\",\n\t\"util/types\",\n\t\"v8\",\n\t\"vm\",\n\t\"wasi\",\n\t\"worker_threads\",\n\t\"zlib\"\n];\n\n//#endregion\n//#region src/internal/errors.ts\nconst own$1 = {}.hasOwnProperty;\nconst classRegExp = /^([A-Z][a-z\\d]*)+$/;\nconst kTypes = new Set([\n\t\"string\",\n\t\"function\",\n\t\"number\",\n\t\"object\",\n\t\"Function\",\n\t\"Object\",\n\t\"boolean\",\n\t\"bigint\",\n\t\"symbol\"\n]);\nconst messages = /* @__PURE__ */ new Map();\nconst nodeInternalPrefix = \"__node_internal_\";\nlet userStackTraceLimit;\n/**\n* Create a list string in the form like 'A and B' or 'A, B, ..., and Z'.\n* We cannot use Intl.ListFormat because it's not available in\n* --without-intl builds.\n*\n* @param {Array<string>} array\n* An array of strings.\n* @param {string} [type]\n* The list type to be inserted before the last element.\n* @returns {string}\n*/\nfunction formatList(array, type = \"and\") {\n\treturn array.length < 3 ? array.join(` ${type} `) : `${array.slice(0, -1).join(\", \")}, ${type} ${array.at(-1)}`;\n}\n/**\n* Utility function for registering the error codes.\n*/\nfunction createError(sym, value, constructor) {\n\tmessages.set(sym, value);\n\treturn makeNodeErrorWithCode(constructor, sym);\n}\nfunction makeNodeErrorWithCode(Base, key) {\n\treturn function NodeError(...parameters) {\n\t\tconst limit = Error.stackTraceLimit;\n\t\tif (isErrorStackTraceLimitWritable()) Error.stackTraceLimit = 0;\n\t\tconst error = new Base();\n\t\tif (isErrorStackTraceLimitWritable()) Error.stackTraceLimit = limit;\n\t\tconst message = getMessage(key, parameters, error);\n\t\tObject.defineProperties(error, {\n\t\t\tmessage: {\n\t\t\t\tvalue: message,\n\t\t\t\tenumerable: false,\n\t\t\t\twritable: true,\n\t\t\t\tconfigurable: true\n\t\t\t},\n\t\t\ttoString: {\n\t\t\t\tvalue() {\n\t\t\t\t\treturn `${this.name} [${key}]: ${this.message}`;\n\t\t\t\t},\n\t\t\t\tenumerable: false,\n\t\t\t\twritable: true,\n\t\t\t\tconfigurable: true\n\t\t\t}\n\t\t});\n\t\tcaptureLargerStackTrace(error);\n\t\terror.code = key;\n\t\treturn error;\n\t};\n}\nfunction isErrorStackTraceLimitWritable() {\n\ttry {\n\t\tif (v8.startupSnapshot.isBuildingSnapshot()) return false;\n\t} catch {}\n\tconst desc = Object.getOwnPropertyDescriptor(Error, \"stackTraceLimit\");\n\tif (desc === void 0) return Object.isExtensible(Error);\n\treturn own$1.call(desc, \"writable\") && desc.writable !== void 0 ? desc.writable : desc.set !== void 0;\n}\n/**\n* This function removes unnecessary frames from Node.js core errors.\n*/\nfunction hideStackFrames(wrappedFunction) {\n\tconst hidden = nodeInternalPrefix + wrappedFunction.name;\n\tObject.defineProperty(wrappedFunction, \"name\", { value: hidden });\n\treturn wrappedFunction;\n}\nconst captureLargerStackTrace = hideStackFrames(function(error) {\n\tconst stackTraceLimitIsWritable = isErrorStackTraceLimitWritable();\n\tif (stackTraceLimitIsWritable) {\n\t\tuserStackTraceLimit = Error.stackTraceLimit;\n\t\tError.stackTraceLimit = Number.POSITIVE_INFINITY;\n\t}\n\tError.captureStackTrace(error);\n\tif (stackTraceLimitIsWritable) Error.stackTraceLimit = userStackTraceLimit;\n\treturn error;\n});\nfunction getMessage(key, parameters, self) {\n\tconst message = messages.get(key);\n\tassert.ok(message !== void 0, \"expected `message` to be found\");\n\tif (typeof message === \"function\") {\n\t\tassert.ok(message.length <= parameters.length, `Code: ${key}; The provided arguments length (${parameters.length}) does not match the required ones (${message.length}).`);\n\t\treturn Reflect.apply(message, self, parameters);\n\t}\n\tconst regex = /%[dfijoOs]/g;\n\tlet expectedLength = 0;\n\twhile (regex.exec(message) !== null) expectedLength++;\n\tassert.ok(expectedLength === parameters.length, `Code: ${key}; The provided arguments length (${parameters.length}) does not match the required ones (${expectedLength}).`);\n\tif (parameters.length === 0) return message;\n\tparameters.unshift(message);\n\treturn Reflect.apply(format, null, parameters);\n}\n/**\n* Determine the specific type of a value for type-mismatch errors.\n*/\nfunction determineSpecificType(value) {\n\tif (value === null || value === void 0) return String(value);\n\tif (typeof value === \"function\" && value.name) return `function ${value.name}`;\n\tif (typeof value === \"object\") {\n\t\tif (value.constructor && value.constructor.name) return `an instance of ${value.constructor.name}`;\n\t\treturn `${inspect(value, { depth: -1 })}`;\n\t}\n\tlet inspected = inspect(value, { colors: false });\n\tif (inspected.length > 28) inspected = `${inspected.slice(0, 25)}...`;\n\treturn `type ${typeof value} (${inspected})`;\n}\nconst ERR_INVALID_ARG_TYPE = createError(\"ERR_INVALID_ARG_TYPE\", (name, expected, actual) => {\n\tassert.ok(typeof name === \"string\", \"'name' must be a string\");\n\tif (!Array.isArray(expected)) expected = [expected];\n\tlet message = \"The \";\n\tif (name.endsWith(\" argument\")) message += `${name} `;\n\telse {\n\t\tconst type = name.includes(\".\") ? \"property\" : \"argument\";\n\t\tmessage += `\"${name}\" ${type} `;\n\t}\n\tmessage += \"must be \";\n\tconst types = [];\n\tconst instances = [];\n\tconst other = [];\n\tfor (const value of expected) {\n\t\tassert.ok(typeof value === \"string\", \"All expected entries have to be of type string\");\n\t\tif (kTypes.has(value)) types.push(value.toLowerCase());\n\t\telse if (classRegExp.exec(value) === null) {\n\t\t\tassert.ok(value !== \"object\", \"The value \\\"object\\\" should be written as \\\"Object\\\"\");\n\t\t\tother.push(value);\n\t\t} else instances.push(value);\n\t}\n\tif (instances.length > 0) {\n\t\tconst pos = types.indexOf(\"object\");\n\t\tif (pos !== -1) {\n\t\t\ttypes.slice(pos, 1);\n\t\t\tinstances.push(\"Object\");\n\t\t}\n\t}\n\tif (types.length > 0) {\n\t\tmessage += `${types.length > 1 ? \"one of type\" : \"of type\"} ${formatList(types, \"or\")}`;\n\t\tif (instances.length > 0 || other.length > 0) message += \" or \";\n\t}\n\tif (instances.length > 0) {\n\t\tmessage += `an instance of ${formatList(instances, \"or\")}`;\n\t\tif (other.length > 0) message += \" or \";\n\t}\n\tif (other.length > 0) if (other.length > 1) message += `one of ${formatList(other, \"or\")}`;\n\telse {\n\t\tif (other[0]?.toLowerCase() !== other[0]) message += \"an \";\n\t\tmessage += `${other[0]}`;\n\t}\n\tmessage += `. Received ${determineSpecificType(actual)}`;\n\treturn message;\n}, TypeError);\nconst ERR_INVALID_MODULE_SPECIFIER = createError(\n\t\"ERR_INVALID_MODULE_SPECIFIER\",\n\t/**\n\t* @param {string} request\n\t* @param {string} reason\n\t* @param {string} [base]\n\t*/\n\t(request, reason, base) => {\n\t\treturn `Invalid module \"${request}\" ${reason}${base ? ` imported from ${base}` : \"\"}`;\n\t},\n\tTypeError\n);\nconst ERR_INVALID_PACKAGE_CONFIG = createError(\"ERR_INVALID_PACKAGE_CONFIG\", (path$1, base, message) => {\n\treturn `Invalid package config ${path$1}${base ? ` while importing ${base}` : \"\"}${message ? `. ${message}` : \"\"}`;\n}, Error);\nconst ERR_INVALID_PACKAGE_TARGET = createError(\"ERR_INVALID_PACKAGE_TARGET\", (packagePath, key, target, isImport = false, base) => {\n\tconst relatedError = typeof target === \"string\" && !isImport && target.length > 0 && !target.startsWith(\"./\");\n\tif (key === \".\") {\n\t\tassert.ok(isImport === false);\n\t\treturn `Invalid \"exports\" main target ${JSON.stringify(target)} defined in the package config ${packagePath}package.json${base ? ` imported from ${base}` : \"\"}${relatedError ? \"; targets must start with \\\"./\\\"\" : \"\"}`;\n\t}\n\treturn `Invalid \"${isImport ? \"imports\" : \"exports\"}\" target ${JSON.stringify(target)} defined for '${key}' in the package config ${packagePath}package.json${base ? ` imported from ${base}` : \"\"}${relatedError ? \"; targets must start with \\\"./\\\"\" : \"\"}`;\n}, Error);\nconst ERR_MODULE_NOT_FOUND = createError(\"ERR_MODULE_NOT_FOUND\", (path$1, base, exactUrl = false) => {\n\treturn `Cannot find ${exactUrl ? \"module\" : \"package\"} '${path$1}' imported from ${base}`;\n}, Error);\nconst ERR_NETWORK_IMPORT_DISALLOWED = createError(\"ERR_NETWORK_IMPORT_DISALLOWED\", \"import of '%s' by %s is not supported: %s\", Error);\nconst ERR_PACKAGE_IMPORT_NOT_DEFINED = createError(\"ERR_PACKAGE_IMPORT_NOT_DEFINED\", (specifier, packagePath, base) => {\n\treturn `Package import specifier \"${specifier}\" is not defined${packagePath ? ` in package ${packagePath || \"\"}package.json` : \"\"} imported from ${base}`;\n}, TypeError);\nconst ERR_PACKAGE_PATH_NOT_EXPORTED = createError(\n\t\"ERR_PACKAGE_PATH_NOT_EXPORTED\",\n\t/**\n\t* @param {string} packagePath\n\t* @param {string} subpath\n\t* @param {string} [base]\n\t*/\n\t(packagePath, subpath, base) => {\n\t\tif (subpath === \".\") return `No \"exports\" main defined in ${packagePath}package.json${base ? ` imported from ${base}` : \"\"}`;\n\t\treturn `Package subpath '${subpath}' is not defined by \"exports\" in ${packagePath}package.json${base ? ` imported from ${base}` : \"\"}`;\n\t},\n\tError\n);\nconst ERR_UNSUPPORTED_DIR_IMPORT = createError(\"ERR_UNSUPPORTED_DIR_IMPORT\", \"Directory import '%s' is not supported resolving ES modules imported from %s\", Error);\nconst ERR_UNSUPPORTED_RESOLVE_REQUEST = createError(\"ERR_UNSUPPORTED_RESOLVE_REQUEST\", \"Failed to resolve module specifier \\\"%s\\\" from \\\"%s\\\": Invalid relative URL or base scheme is not hierarchical.\", TypeError);\nconst ERR_UNKNOWN_FILE_EXTENSION = createError(\"ERR_UNKNOWN_FILE_EXTENSION\", (extension, path$1) => {\n\treturn `Unknown file extension \"${extension}\" for ${path$1}`;\n}, TypeError);\nconst ERR_INVALID_ARG_VALUE = createError(\"ERR_INVALID_ARG_VALUE\", (name, value, reason = \"is invalid\") => {\n\tlet inspected = inspect(value);\n\tif (inspected.length > 128) inspected = `${inspected.slice(0, 128)}...`;\n\treturn `The ${name.includes(\".\") ? \"property\" : \"argument\"} '${name}' ${reason}. Received ${inspected}`;\n}, TypeError);\n\n//#endregion\n//#region src/internal/package-json-reader.ts\nconst hasOwnProperty$1 = {}.hasOwnProperty;\nconst cache = /* @__PURE__ */ new Map();\nfunction read(jsonPath, { base, specifier }) {\n\tconst existing = cache.get(jsonPath);\n\tif (existing) return existing;\n\tlet string;\n\ttry {\n\t\tstring = fs.readFileSync(path.toNamespacedPath(jsonPath), \"utf8\");\n\t} catch (error) {\n\t\tconst exception = error;\n\t\tif (exception.code !== \"ENOENT\") throw exception;\n\t}\n\tconst result = {\n\t\texists: false,\n\t\tpjsonPath: jsonPath,\n\t\tmain: void 0,\n\t\tname: void 0,\n\t\ttype: \"none\",\n\t\texports: void 0,\n\t\timports: void 0\n\t};\n\tif (string !== void 0) {\n\t\tlet parsed;\n\t\ttry {\n\t\t\tparsed = JSON.parse(string);\n\t\t} catch (error_) {\n\t\t\tconst error = new ERR_INVALID_PACKAGE_CONFIG(jsonPath, (base ? `\"${specifier}\" from ` : \"\") + fileURLToPath(base || specifier), error_.message);\n\t\t\terror.cause = error_;\n\t\t\tthrow error;\n\t\t}\n\t\tresult.exists = true;\n\t\tif (hasOwnProperty$1.call(parsed, \"name\") && typeof parsed.name === \"string\") result.name = parsed.name;\n\t\tif (hasOwnProperty$1.call(parsed, \"main\") && typeof parsed.main === \"string\") result.main = parsed.main;\n\t\tif (hasOwnProperty$1.call(parsed, \"exports\")) result.exports = parsed.exports;\n\t\tif (hasOwnProperty$1.call(parsed, \"imports\")) result.imports = parsed.imports;\n\t\tif (hasOwnProperty$1.call(parsed, \"type\") && (parsed.type === \"commonjs\" || parsed.type === \"module\")) result.type = parsed.type;\n\t}\n\tcache.set(jsonPath, result);\n\treturn result;\n}\nfunction getPackageScopeConfig(resolved) {\n\tlet packageJSONUrl = new URL(\"package.json\", resolved);\n\twhile (true) {\n\t\tif (packageJSONUrl.pathname.endsWith(\"node_modules/package.json\")) break;\n\t\tconst packageConfig = read(fileURLToPath(packageJSONUrl), { specifier: resolved });\n\t\tif (packageConfig.exists) return packageConfig;\n\t\tconst lastPackageJSONUrl = packageJSONUrl;\n\t\tpackageJSONUrl = new URL(\"../package.json\", packageJSONUrl);\n\t\tif (packageJSONUrl.pathname === lastPackageJSONUrl.pathname) break;\n\t}\n\treturn {\n\t\tpjsonPath: fileURLToPath(packageJSONUrl),\n\t\texists: false,\n\t\ttype: \"none\"\n\t};\n}\n\n//#endregion\n//#region src/internal/get-format.ts\nconst hasOwnProperty = {}.hasOwnProperty;\nconst extensionFormatMap = {\n\t__proto__: null,\n\t\".json\": \"json\",\n\t\".cjs\": \"commonjs\",\n\t\".cts\": \"commonjs\",\n\t\".js\": \"module\",\n\t\".ts\": \"module\",\n\t\".mts\": \"module\",\n\t\".mjs\": \"module\"\n};\nconst protocolHandlers = {\n\t__proto__: null,\n\t\"data:\": getDataProtocolModuleFormat,\n\t\"file:\": getFileProtocolModuleFormat,\n\t\"node:\": () => \"builtin\"\n};\nfunction mimeToFormat(mime) {\n\tif (mime && /\\s*(text|application)\\/javascript\\s*(;\\s*charset=utf-?8\\s*)?/i.test(mime)) return \"module\";\n\tif (mime === \"application/json\") return \"json\";\n\treturn null;\n}\nfunction getDataProtocolModuleFormat(parsed) {\n\tconst { 1: mime } = /^([^/]+\\/[^;,]+)[^,]*?(;base64)?,/.exec(parsed.pathname) || [\n\t\tnull,\n\t\tnull,\n\t\tnull\n\t];\n\treturn mimeToFormat(mime);\n}\n/**\n* Returns the file extension from a URL.\n*\n* Should give similar result to\n* `require('node:path').extname(require('node:url').fileURLToPath(url))`\n* when used with a `file:` URL.\n*\n*/\nfunction extname(url) {\n\tconst pathname = url.pathname;\n\tlet index = pathname.length;\n\twhile (index--) {\n\t\tconst code = pathname.codePointAt(index);\n\t\tif (code === 47) return \"\";\n\t\tif (code === 46) return pathname.codePointAt(index - 1) === 47 ? \"\" : pathname.slice(index);\n\t}\n\treturn \"\";\n}\nfunction getFileProtocolModuleFormat(url, _context, ignoreErrors) {\n\tconst ext = extname(url);\n\tif (ext === \".js\") {\n\t\tconst { type: packageType } = getPackageScopeConfig(url);\n\t\tif (packageType !== \"none\") return packageType;\n\t\treturn \"commonjs\";\n\t}\n\tif (ext === \"\") {\n\t\tconst { type: packageType } = getPackageScopeConfig(url);\n\t\tif (packageType === \"none\" || packageType === \"commonjs\") return \"commonjs\";\n\t\treturn \"module\";\n\t}\n\tconst format$1 = extensionFormatMap[ext];\n\tif (format$1) return format$1;\n\tif (ignoreErrors) return;\n\tthrow new ERR_UNKNOWN_FILE_EXTENSION(ext, fileURLToPath(url));\n}\nfunction defaultGetFormatWithoutErrors(url, context) {\n\tconst protocol = url.protocol;\n\tif (!hasOwnProperty.call(protocolHandlers, protocol)) return null;\n\treturn protocolHandlers[protocol](url, context, true) || null;\n}\n\n//#endregion\n//#region src/internal/resolve.ts\nconst RegExpPrototypeSymbolReplace = RegExp.prototype[Symbol.replace];\nconst own = {}.hasOwnProperty;\nconst invalidSegmentRegEx = /(^|\\\\|\\/)((\\.|%2e)(\\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))?(\\\\|\\/|$)/i;\nconst deprecatedInvalidSegmentRegEx = /(^|\\\\|\\/)((\\.|%2e)(\\.|%2e)?|(n|%6e|%4e)(o|%6f|%4f)(d|%64|%44)(e|%65|%45)(_|%5f)(m|%6d|%4d)(o|%6f|%4f)(d|%64|%44)(u|%75|%55)(l|%6c|%4c)(e|%65|%45)(s|%73|%53))(\\\\|\\/|$)/i;\nconst invalidPackageNameRegEx = /^\\.|%|\\\\/;\nconst patternRegEx = /\\*/g;\nconst encodedSeparatorRegEx = /%2f|%5c/i;\nconst emittedPackageWarnings = /* @__PURE__ */ new Set();\nconst doubleSlashRegEx = /[/\\\\]{2}/;\nfunction emitInvalidSegmentDeprecation(target, request, match, packageJsonUrl, internal, base, isTarget) {\n\tif (process$1.noDeprecation) return;\n\tconst pjsonPath = fileURLToPath(packageJsonUrl);\n\tconst double = doubleSlashRegEx.exec(isTarget ? target : request) !== null;\n\tprocess$1.emitWarning(`Use of deprecated ${double ? \"double slash\" : \"leading or trailing slash matching\"} resolving \"${target}\" for module request \"${request}\" ${request === match ? \"\" : `matched to \"${match}\" `}in the \"${internal ? \"imports\" : \"exports\"}\" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : \"\"}.`, \"DeprecationWarning\", \"DEP0166\");\n}\nfunction emitLegacyIndexDeprecation(url, packageJsonUrl, base, main) {\n\tif (process$1.noDeprecation) return;\n\tif (defaultGetFormatWithoutErrors(url, { parentURL: base.href }) !== \"module\") return;\n\tconst urlPath = fileURLToPath(url.href);\n\tconst packagePath = fileURLToPath(new URL$1(\".\", packageJsonUrl));\n\tconst basePath = fileURLToPath(base);\n\tif (!main) process$1.emitWarning(`No \"main\" or \"exports\" field defined in the package.json for ${packagePath} resolving the main entry point \"${urlPath.slice(packagePath.length)}\", imported from ${basePath}.\\nDefault \"index\" lookups for the main are deprecated for ES modules.`, \"DeprecationWarning\", \"DEP0151\");\n\telse if (path.resolve(packagePath, main) !== urlPath) process$1.emitWarning(`Package ${packagePath} has a \"main\" field set to \"${main}\", excluding the full filename and extension to the resolved file at \"${urlPath.slice(packagePath.length)}\", imported from ${basePath}.\\n Automatic extension resolution of the \"main\" field is deprecated for ES modules.`, \"DeprecationWarning\", \"DEP0151\");\n}\nfunction tryStatSync(path$1) {\n\ttry {\n\t\treturn statSync(path$1);\n\t} catch {}\n}\n/**\n* Legacy CommonJS main resolution:\n* 1. let M = pkg_url + (json main field)\n* 2. TRY(M, M.js, M.json, M.node)\n* 3. TRY(M/index.js, M/index.json, M/index.node)\n* 4. TRY(pkg_url/index.js, pkg_url/index.json, pkg_url/index.node)\n* 5. NOT_FOUND\n*/\nfunction fileExists(url) {\n\tconst stats = statSync(url, { throwIfNoEntry: false });\n\tconst isFile = stats ? stats.isFile() : void 0;\n\treturn isFile === null || isFile === void 0 ? false : isFile;\n}\nfunction legacyMainResolve(packageJsonUrl, packageConfig, base) {\n\tlet guess;\n\tif (packageConfig.main !== void 0) {\n\t\tguess = new URL$1(packageConfig.main, packageJsonUrl);\n\t\tif (fileExists(guess)) return guess;\n\t\tconst tries$1 = [\n\t\t\t`./${packageConfig.main}.js`,\n\t\t\t`./${packageConfig.main}.json`,\n\t\t\t`./${packageConfig.main}.node`,\n\t\t\t`./${packageConfig.main}/index.js`,\n\t\t\t`./${packageConfig.main}/index.json`,\n\t\t\t`./${packageConfig.main}/index.node`\n\t\t];\n\t\tlet i$1 = -1;\n\t\twhile (++i$1 < tries$1.length) {\n\t\t\tguess = new URL$1(tries$1[i$1], packageJsonUrl);\n\t\t\tif (fileExists(guess)) break;\n\t\t\tguess = void 0;\n\t\t}\n\t\tif (guess) {\n\t\t\temitLegacyIndexDeprecation(guess, packageJsonUrl, base, packageConfig.main);\n\t\t\treturn guess;\n\t\t}\n\t}\n\tconst tries = [\n\t\t\"./index.js\",\n\t\t\"./index.json\",\n\t\t\"./index.node\"\n\t];\n\tlet i = -1;\n\twhile (++i < tries.length) {\n\t\tguess = new URL$1(tries[i], packageJsonUrl);\n\t\tif (fileExists(guess)) break;\n\t\tguess = void 0;\n\t}\n\tif (guess) {\n\t\temitLegacyIndexDeprecation(guess, packageJsonUrl, base, packageConfig.main);\n\t\treturn guess;\n\t}\n\tthrow new ERR_MODULE_NOT_FOUND(fileURLToPath(new URL$1(\".\", packageJsonUrl)), fileURLToPath(base));\n}\nfunction finalizeResolution(resolved, base, preserveSymlinks) {\n\tif (encodedSeparatorRegEx.exec(resolved.pathname) !== null) throw new ERR_INVALID_MODULE_SPECIFIER(resolved.pathname, String.raw`must not include encoded \"/\" or \"\\\" characters`, fileURLToPath(base));\n\tlet filePath;\n\ttry {\n\t\tfilePath = fileURLToPath(resolved);\n\t} catch (error) {\n\t\tObject.defineProperty(error, \"input\", { value: String(resolved) });\n\t\tObject.defineProperty(error, \"module\", { value: String(base) });\n\t\tthrow error;\n\t}\n\tconst stats = tryStatSync(filePath.endsWith(\"/\") ? filePath.slice(-1) : filePath);\n\tif (stats && stats.isDirectory()) {\n\t\tconst error = new ERR_UNSUPPORTED_DIR_IMPORT(filePath, fileURLToPath(base));\n\t\terror.url = String(resolved);\n\t\tthrow error;\n\t}\n\tif (!stats || !stats.isFile()) {\n\t\tconst error = new ERR_MODULE_NOT_FOUND(filePath || resolved.pathname, base && fileURLToPath(base), true);\n\t\terror.url = String(resolved);\n\t\tthrow error;\n\t}\n\tif (!preserveSymlinks) {\n\t\tconst real = realpathSync(filePath);\n\t\tconst { search, hash } = resolved;\n\t\tresolved = pathToFileURL(real + (filePath.endsWith(path.sep) ? \"/\" : \"\"));\n\t\tresolved.search = search;\n\t\tresolved.hash = hash;\n\t}\n\treturn resolved;\n}\nfunction importNotDefined(specifier, packageJsonUrl, base) {\n\treturn new ERR_PACKAGE_IMPORT_NOT_DEFINED(specifier, packageJsonUrl && fileURLToPath(new URL$1(\".\", packageJsonUrl)), fileURLToPath(base));\n}\nfunction exportsNotFound(subpath, packageJsonUrl, base) {\n\treturn new ERR_PACKAGE_PATH_NOT_EXPORTED(fileURLToPath(new URL$1(\".\", packageJsonUrl)), subpath, base && fileURLToPath(base));\n}\nfunction throwInvalidSubpath(request, match, packageJsonUrl, internal, base) {\n\tthrow new ERR_INVALID_MODULE_SPECIFIER(request, `request is not a valid match in pattern \"${match}\" for the \"${internal ? \"imports\" : \"exports\"}\" resolution of ${fileURLToPath(packageJsonUrl)}`, base && fileURLToPath(base));\n}\nfunction invalidPackageTarget(subpath, target, packageJsonUrl, internal, base) {\n\ttarget = typeof target === \"object\" && target !== null ? JSON.stringify(target, null, \"\") : `${target}`;\n\treturn new ERR_INVALID_PACKAGE_TARGET(fileURLToPath(new URL$1(\".\", packageJsonUrl)), subpath, target, internal, base && fileURLToPath(base));\n}\nfunction resolvePackageTargetString(target, subpath, match, packageJsonUrl, base, pattern, internal, isPathMap, conditions) {\n\tif (subpath !== \"\" && !pattern && target.at(-1) !== \"/\") throw invalidPackageTarget(match, target, packageJsonUrl, internal, base);\n\tif (!target.startsWith(\"./\")) {\n\t\tif (internal && !target.startsWith(\"../\") && !target.startsWith(\"/\")) {\n\t\t\tlet isURL = false;\n\t\t\ttry {\n\t\t\t\tnew URL$1(target);\n\t\t\t\tisURL = true;\n\t\t\t} catch {}\n\t\t\tif (!isURL) return packageResolve(pattern ? RegExpPrototypeSymbolReplace.call(patternRegEx, target, () => subpath) : target + subpath, packageJsonUrl, conditions);\n\t\t}\n\t\tthrow invalidPackageTarget(match, target, packageJsonUrl, internal, base);\n\t}\n\tif (invalidSegmentRegEx.exec(target.slice(2)) !== null) if (deprecatedInvalidSegmentRegEx.exec(target.slice(2)) === null) {\n\t\tif (!isPathMap) {\n\t\t\tconst request = pattern ? match.replace(\"*\", () => subpath) : match + subpath;\n\t\t\temitInvalidSegmentDeprecation(pattern ? RegExpPrototypeSymbolReplace.call(patternRegEx, target, () => subpath) : target, request, match, packageJsonUrl, internal, base, true);\n\t\t}\n\t} else throw invalidPackageTarget(match, target, packageJsonUrl, internal, base);\n\tconst resolved = new URL$1(target, packageJsonUrl);\n\tconst resolvedPath = resolved.pathname;\n\tconst packagePath = new URL$1(\".\", packageJsonUrl).pathname;\n\tif (!resolvedPath.startsWith(packagePath)) throw invalidPackageTarget(match, target, packageJsonUrl, internal, base);\n\tif (subpath === \"\") return resolved;\n\tif (invalidSegmentRegEx.exec(subpath) !== null) {\n\t\tconst request = pattern ? match.replace(\"*\", () => subpath) : match + subpath;\n\t\tif (deprecatedInvalidSegmentRegEx.exec(subpath) === null) {\n\t\t\tif (!isPathMap) emitInvalidSegmentDeprecation(pattern ? RegExpPrototypeSymbolReplace.call(patternRegEx, target, () => subpath) : target, request, match, packageJsonUrl, internal, base, false);\n\t\t} else throwInvalidSubpath(request, match, packageJsonUrl, internal, base);\n\t}\n\tif (pattern) return new URL$1(RegExpPrototypeSymbolReplace.call(patternRegEx, resolved.href, () => subpath));\n\treturn new URL$1(subpath, resolved);\n}\nfunction isArrayIndex(key) {\n\tconst keyNumber = Number(key);\n\tif (`${keyNumber}` !== key) return false;\n\treturn keyNumber >= 0 && keyNumber < 4294967295;\n}\nfunction resolvePackageTarget(packageJsonUrl, target, subpath, packageSubpath, base, pattern, internal, isPathMap, conditions) {\n\tif (typeof target === \"string\") return resolvePackageTargetString(target, subpath, packageSubpath, packageJsonUrl, base, pattern, internal, isPathMap, conditions);\n\tif (Array.isArray(target)) {\n\t\tconst targetList = target;\n\t\tif (targetList.length === 0) return null;\n\t\tlet lastException;\n\t\tlet i = -1;\n\t\twhile (++i < targetList.length) {\n\t\t\tconst targetItem = targetList[i];\n\t\t\tlet resolveResult;\n\t\t\ttry {\n\t\t\t\tresolveResult = resolvePackageTarget(packageJsonUrl, targetItem, subpath, packageSubpath, base, pattern, internal, isPathMap, conditions);\n\t\t\t} catch (error) {\n\t\t\t\tconst exception = error;\n\t\t\t\tlastException = exception;\n\t\t\t\tif (exception.code === \"ERR_INVALID_PACKAGE_TARGET\") continue;\n\t\t\t\tthrow error;\n\t\t\t}\n\t\t\tif (resolveResult === void 0) continue;\n\t\t\tif (resolveResult === null) {\n\t\t\t\tlastException = null;\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\treturn resolveResult;\n\t\t}\n\t\tif (lastException === void 0 || lastException === null) return null;\n\t\tthrow lastException;\n\t}\n\tif (typeof target === \"object\" && target !== null) {\n\t\tconst keys = Object.getOwnPropertyNames(target);\n\t\tlet i = -1;\n\t\twhile (++i < keys.length) {\n\t\t\tconst key = keys[i];\n\t\t\tif (isArrayIndex(key)) throw new ERR_INVALID_PACKAGE_CONFIG(fileURLToPath(packageJsonUrl), fileURLToPath(base), \"\\\"exports\\\" cannot contain numeric property keys.\");\n\t\t}\n\t\ti = -1;\n\t\twhile (++i < keys.length) {\n\t\t\tconst key = keys[i];\n\t\t\tif (key === \"default\" || conditions && conditions.has(key)) {\n\t\t\t\tconst conditionalTarget = target[key];\n\t\t\t\tconst resolveResult = resolvePackageTarget(packageJsonUrl, conditionalTarget, subpath, packageSubpath, base, pattern, internal, isPathMap, conditions);\n\t\t\t\tif (resolveResult === void 0) continue;\n\t\t\t\treturn resolveResult;\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\tif (target === null) return null;\n\tthrow invalidPackageTarget(packageSubpath, target, packageJsonUrl, internal, base);\n}\nfunction isConditionalExportsMainSugar(exports, packageJsonUrl, base) {\n\tif (typeof exports === \"string\" || Array.isArray(exports)) return true;\n\tif (typeof exports !== \"object\" || exports === null) return false;\n\tconst keys = Object.getOwnPropertyNames(exports);\n\tlet isConditionalSugar = false;\n\tlet i = 0;\n\tlet keyIndex = -1;\n\twhile (++keyIndex < keys.length) {\n\t\tconst key = keys[keyIndex];\n\t\tconst currentIsConditionalSugar = key === \"\" || key[0] !== \".\";\n\t\tif (i++ === 0) isConditionalSugar = currentIsConditionalSugar;\n\t\telse if (isConditionalSugar !== currentIsConditionalSugar) throw new ERR_INVALID_PACKAGE_CONFIG(fileURLToPath(packageJsonUrl), fileURLToPath(base), \"\\\"exports\\\" cannot contain some keys starting with '.' and some not. The exports object must either be an object of package subpath keys or an object of main entry condition name keys only.\");\n\t}\n\treturn isConditionalSugar;\n}\nfunction emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) {\n\tif (process$1.noDeprecation) return;\n\tconst pjsonPath = fileURLToPath(pjsonUrl);\n\tif (emittedPackageWarnings.has(pjsonPath + \"|\" + match)) return;\n\temittedPackageWarnings.add(pjsonPath + \"|\" + match);\n\tprocess$1.emitWarning(`Use of deprecated trailing slash pattern mapping \"${match}\" in the \"exports\" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : \"\"}. Mapping specifiers ending in \"/\" is no longer supported.`, \"DeprecationWarning\", \"DEP0155\");\n}\nfunction packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions) {\n\tlet exports = packageConfig.exports;\n\tif (isConditionalExportsMainSugar(exports, packageJsonUrl, base)) exports = { \".\": exports };\n\tif (own.call(exports, packageSubpath) && !packageSubpath.includes(\"*\") && !packageSubpath.endsWith(\"/\")) {\n\t\tconst target = exports[packageSubpath];\n\t\tconst resolveResult = resolvePackageTarget(packageJsonUrl, target, \"\", packageSubpath, base, false, false, false, conditions);\n\t\tif (resolveResult === null || resolveResult === void 0) throw exportsNotFound(packageSubpath, packageJsonUrl, base);\n\t\treturn resolveResult;\n\t}\n\tlet bestMatch = \"\";\n\tlet bestMatchSubpath = \"\";\n\tconst keys = Object.getOwnPropertyNames(exports);\n\tlet i = -1;\n\twhile (++i < keys.length) {\n\t\tconst key = keys[i];\n\t\tconst patternIndex = key.indexOf(\"*\");\n\t\tif (patternIndex !== -1 && packageSubpath.startsWith(key.slice(0, patternIndex))) {\n\t\t\tif (packageSubpath.endsWith(\"/\")) emitTrailingSlashPatternDeprecation(packageSubpath, packageJsonUrl, base);\n\t\t\tconst patternTrailer = key.slice(patternIndex + 1);\n\t\t\tif (packageSubpath.length >= key.length && packageSubpath.endsWith(patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && key.lastIndexOf(\"*\") === patternIndex) {\n\t\t\t\tbestMatch = key;\n\t\t\t\tbestMatchSubpath = packageSubpath.slice(patternIndex, packageSubpath.length - patternTrailer.length);\n\t\t\t}\n\t\t}\n\t}\n\tif (bestMatch) {\n\t\tconst target = exports[bestMatch];\n\t\tconst resolveResult = resolvePackageTarget(packageJsonUrl, target, bestMatchSubpath, bestMatch, base, true, false, packageSubpath.endsWith(\"/\"), conditions);\n\t\tif (resolveResult === null || resolveResult === void 0) throw exportsNotFound(packageSubpath, packageJsonUrl, base);\n\t\treturn resolveResult;\n\t}\n\tthrow exportsNotFound(packageSubpath, packageJsonUrl, base);\n}\nfunction patternKeyCompare(a, b) {\n\tconst aPatternIndex = a.indexOf(\"*\");\n\tconst bPatternIndex = b.indexOf(\"*\");\n\tconst baseLengthA = aPatternIndex === -1 ? a.length : aPatternIndex + 1;\n\tconst baseLengthB = bPatternIndex === -1 ? b.length : bPatternIndex + 1;\n\tif (baseLengthA > baseLengthB) return -1;\n\tif (baseLengthB > baseLengthA) return 1;\n\tif (aPatternIndex === -1) return 1;\n\tif (bPatternIndex === -1) return -1;\n\tif (a.length > b.length) return -1;\n\tif (b.length > a.length) return 1;\n\treturn 0;\n}\nfunction packageImportsResolve(name, base, conditions) {\n\tif (name === \"#\" || name.startsWith(\"#/\") || name.endsWith(\"/\")) throw new ERR_INVALID_MODULE_SPECIFIER(name, \"is not a valid internal imports specifier name\", fileURLToPath(base));\n\tlet packageJsonUrl;\n\tconst packageConfig = getPackageScopeConfig(base);\n\tif (packageConfig.exists) {\n\t\tpackageJsonUrl = pathToFileURL(packageConfig.pjsonPath);\n\t\tconst imports = packageConfig.imports;\n\t\tif (imports) if (own.call(imports, name) && !name.includes(\"*\")) {\n\t\t\tconst resolveResult = resolvePackageTarget(packageJsonUrl, imports[name], \"\", name, base, false, true, false, conditions);\n\t\t\tif (resolveResult !== null && resolveResult !== void 0) return resolveResult;\n\t\t} else {\n\t\t\tlet bestMatch = \"\";\n\t\t\tlet bestMatchSubpath = \"\";\n\t\t\tconst keys = Object.getOwnPropertyNames(imports);\n\t\t\tlet i = -1;\n\t\t\twhile (++i < keys.length) {\n\t\t\t\tconst key = keys[i];\n\t\t\t\tconst patternIndex = key.indexOf(\"*\");\n\t\t\t\tif (patternIndex !== -1 && name.startsWith(key.slice(0, -1))) {\n\t\t\t\t\tconst patternTrailer = key.slice(patternIndex + 1);\n\t\t\t\t\tif (name.length >= key.length && name.endsWith(patternTrailer) && patternKeyCompare(bestMatch, key) === 1 && key.lastIndexOf(\"*\") === patternIndex) {\n\t\t\t\t\t\tbestMatch = key;\n\t\t\t\t\t\tbestMatchSubpath = name.slice(patternIndex, name.length - patternTrailer.length);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (bestMatch) {\n\t\t\t\tconst target = imports[bestMatch];\n\t\t\t\tconst resolveResult = resolvePackageTarget(packageJsonUrl, target, bestMatchSubpath, bestMatch, base, true, true, false, conditions);\n\t\t\t\tif (resolveResult !== null && resolveResult !== void 0) return resolveResult;\n\t\t\t}\n\t\t}\n\t}\n\tthrow importNotDefined(name, packageJsonUrl, base);\n}\n/**\n* @param {string} specifier\n* @param {URL} base\n*/\nfunction parsePackageName(specifier, base) {\n\tlet separatorIndex = specifier.indexOf(\"/\");\n\tlet validPackageName = true;\n\tlet isScoped = false;\n\tif (specifier[0] === \"@\") {\n\t\tisScoped = true;\n\t\tif (separatorIndex === -1 || specifier.length === 0) validPackageName = false;\n\t\telse separatorIndex = specifier.indexOf(\"/\", separatorIndex + 1);\n\t}\n\tconst packageName = separatorIndex === -1 ? specifier : specifier.slice(0, separatorIndex);\n\tif (invalidPackageNameRegEx.exec(packageName) !== null) validPackageName = false;\n\tif (!validPackageName) throw new ERR_INVALID_MODULE_SPECIFIER(specifier, \"is not a valid package name\", fileURLToPath(base));\n\treturn {\n\t\tpackageName,\n\t\tpackageSubpath: \".\" + (separatorIndex === -1 ? \"\" : specifier.slice(separatorIndex)),\n\t\tisScoped\n\t};\n}\nfunction packageResolve(specifier, base, conditions) {\n\tif (nodeBuiltins.includes(specifier)) return new URL$1(\"node:\" + specifier);\n\tconst { packageName, packageSubpath, isScoped } = parsePackageName(specifier, base);\n\tconst packageConfig = getPackageScopeConfig(base);\n\tif (packageConfig.exists && packageConfig.name === packageName && packageConfig.exports !== void 0 && packageConfig.exports !== null) return packageExportsResolve(pathToFileURL(packageConfig.pjsonPath), packageSubpath, packageConfig, base, conditions);\n\tlet packageJsonUrl = new URL$1(\"./node_modules/\" + packageName + \"/package.json\", base);\n\tlet packageJsonPath = fileURLToPath(packageJsonUrl);\n\tlet lastPath;\n\tdo {\n\t\tconst stat = tryStatSync(packageJsonPath.slice(0, -13));\n\t\tif (!stat || !stat.isDirectory()) {\n\t\t\tlastPath = packageJsonPath;\n\t\t\tpackageJsonUrl = new URL$1((isScoped ? \"../../../../node_modules/\" : \"../../../node_modules/\") + packageName + \"/package.json\", packageJsonUrl);\n\t\t\tpackageJsonPath = fileURLToPath(packageJsonUrl);\n\t\t\tcontinue;\n\t\t}\n\t\tconst packageConfig$1 = read(packageJsonPath, {\n\t\t\tbase,\n\t\t\tspecifier\n\t\t});\n\t\tif (packageConfig$1.exports !== void 0 && packageConfig$1.exports !== null) return packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig$1, base, conditions);\n\t\tif (packageSubpath === \".\") return legacyMainResolve(packageJsonUrl, packageConfig$1, base);\n\t\treturn new URL$1(packageSubpath, packageJsonUrl);\n\t} while (packageJsonPath.length !== lastPath.length);\n\tthrow new ERR_MODULE_NOT_FOUND(packageName, fileURLToPath(base), false);\n}\nfunction isRelativeSpecifier(specifier) {\n\tif (specifier[0] === \".\") {\n\t\tif (specifier.length === 1 || specifier[1] === \"/\") return true;\n\t\tif (specifier[1] === \".\" && (specifier.length === 2 || specifier[2] === \"/\")) return true;\n\t}\n\treturn false;\n}\nfunction shouldBeTreatedAsRelativeOrAbsolutePath(specifier) {\n\tif (specifier === \"\") return false;\n\tif (specifier[0] === \"/\") return true;\n\treturn isRelativeSpecifier(specifier);\n}\n/**\n* The “Resolver Algorithm Specification” as detailed in the Node docs (which is\n* sync and slightly lower-level than `resolve`).\n*\n* @param {string} specifier\n* `/example.js`, `./example.js`, `../example.js`, `some-package`, `fs`, etc.\n* @param {URL} base\n* Full URL (to a file) that `specifier` is resolved relative from.\n* @param {Set<string>} [conditions]\n* Conditions.\n* @param {boolean} [preserveSymlinks]\n* Keep symlinks instead of resolving them.\n* @returns {URL}\n* A URL object to the found thing.\n*/\nfunction moduleResolve(specifier, base, conditions, preserveSymlinks) {\n\tconst protocol = base.protocol;\n\tconst isData = protocol === \"data:\";\n\tlet resolved;\n\tif (shouldBeTreatedAsRelativeOrAbsolutePath(specifier)) try {\n\t\tresolved = new URL$1(specifier, base);\n\t} catch (error_) {\n\t\tconst error = new ERR_UNSUPPORTED_RESOLVE_REQUEST(specifier, base);\n\t\terror.cause = error_;\n\t\tthrow error;\n\t}\n\telse if (protocol === \"file:\" && specifier[0] === \"#\") resolved = packageImportsResolve(specifier, base, conditions);\n\telse try {\n\t\tresolved = new URL$1(specifier);\n\t} catch (error_) {\n\t\tif (isData && !nodeBuiltins.includes(specifier)) {\n\t\t\tconst error = new ERR_UNSUPPORTED_RESOLVE_REQUEST(specifier, base);\n\t\t\terror.cause = error_;\n\t\t\tthrow error;\n\t\t}\n\t\tresolved = packageResolve(specifier, base, conditions);\n\t}\n\tassert.ok(resolved !== void 0, \"expected to be defined\");\n\tif (resolved.protocol !== \"file:\") return resolved;\n\treturn finalizeResolution(resolved, base, preserveSymlinks);\n}\n\n//#endregion\n//#region src/resolve.ts\nconst DEFAULT_CONDITIONS_SET = /* @__PURE__ */ new Set([\"node\", \"import\"]);\nconst isWindows = /* @__PURE__ */ (() => process.platform === \"win32\")();\nconst globalCache = /* @__PURE__ */ (() => globalThis[\"__EXSOLVE_CACHE__\"] ||= /* @__PURE__ */ new Map())();\n/**\n* Synchronously resolves a module url based on the options provided.\n*\n* @param {string} input - The identifier or path of the module to resolve.\n* @param {ResolveOptions} [options] - Options to resolve the module. See {@link ResolveOptions}.\n* @returns {string} The resolved URL as a string.\n*/\nfunction resolveModuleURL(input, options) {\n\tconst parsedInput = _parseInput(input);\n\tif (\"external\" in parsedInput) return parsedInput.external;\n\tconst specifier = parsedInput.specifier;\n\tlet url = parsedInput.url;\n\tlet absolutePath = parsedInput.absolutePath;\n\tlet cacheKey;\n\tlet cacheObj;\n\tif (options?.cache !== false) {\n\t\tcacheKey = _cacheKey(absolutePath || specifier, options);\n\t\tcacheObj = options?.cache && typeof options?.cache === \"object\" ? options.cache : globalCache;\n\t}\n\tif (cacheObj) {\n\t\tconst cached = cacheObj.get(cacheKey);\n\t\tif (typeof cached === \"string\") return cached;\n\t\tif (cached instanceof Error) {\n\t\t\tif (options?.try) return;\n\t\t\tthrow cached;\n\t\t}\n\t}\n\tif (absolutePath) try {\n\t\tconst stat = lstatSync(absolutePath);\n\t\tif (stat.isSymbolicLink()) {\n\t\t\tabsolutePath = realpathSync(absolutePath);\n\t\t\turl = pathToFileURL(absolutePath);\n\t\t}\n\t\tif (stat.isFile()) {\n\t\t\tif (cacheObj) cacheObj.set(cacheKey, url.href);\n\t\t\treturn url.href;\n\t\t}\n\t} catch (error) {\n\t\tif (error?.code !== \"ENOENT\") {\n\t\t\tif (cacheObj) cacheObj.set(cacheKey, error);\n\t\t\tthrow error;\n\t\t}\n\t}\n\tconst conditionsSet = options?.conditions ? new Set(options.conditions) : DEFAULT_CONDITIONS_SET;\n\tconst target = specifier || url.href;\n\tconst bases = _normalizeBases(options?.from);\n\tconst suffixes = options?.suffixes || [\"\"];\n\tconst extensions = options?.extensions ? [\"\", ...options.extensions] : [\"\"];\n\tlet resolved;\n\tfor (const base of bases) {\n\t\tfor (const suffix of suffixes) {\n\t\t\tlet name = _join(target, suffix);\n\t\t\tif (name === \".\") name += \"/.\";\n\t\t\tfor (const extension of extensions) {\n\t\t\t\tresolved = _tryModuleResolve(name + extension, base, conditionsSet);\n\t\t\t\tif (resolved) break;\n\t\t\t}\n\t\t\tif (resolved) break;\n\t\t}\n\t\tif (resolved) break;\n\t}\n\tif (!resolved) {\n\t\tconst error = /* @__PURE__ */ new Error(`Cannot resolve module \"${input}\" (from: ${bases.map((u) => _fmtPath(u)).join(\", \")})`);\n\t\terror.code = \"ERR_MODULE_NOT_FOUND\";\n\t\tif (cacheObj) cacheObj.set(cacheKey, error);\n\t\tif (options?.try) return;\n\t\tthrow error;\n\t}\n\tif (cacheObj) cacheObj.set(cacheKey, resolved.href);\n\treturn resolved.href;\n}\n/**\n* Synchronously resolves a module then converts it to a file path\n*\n* (throws error if reolved path is not file:// scheme)\n*\n* @param {string} id - The identifier or path of the module to resolve.\n* @param {ResolveOptions} [options] - Options to resolve the module. See {@link ResolveOptions}.\n* @returns {string} The resolved URL as a string.\n*/\nfunction resolveModulePath(id, options) {\n\tconst resolved = resolveModuleURL(id, options);\n\tif (!resolved) return;\n\tif (!resolved.startsWith(\"file://\") && options?.try) return;\n\tconst absolutePath = fileURLToPath(resolved);\n\treturn isWindows ? _normalizeWinPath(absolutePath) : absolutePath;\n}\nfunction createResolver(defaults) {\n\tif (defaults?.from) defaults = {\n\t\t...defaults,\n\t\tfrom: _normalizeBases(defaults?.from)\n\t};\n\treturn {\n\t\tresolveModuleURL: (id, opts) => resolveModuleURL(id, {\n\t\t\t...defaults,\n\t\t\t...opts\n\t\t}),\n\t\tresolveModulePath: (id, opts) => resolveModulePath(id, {\n\t\t\t...defaults,\n\t\t\t...opts\n\t\t}),\n\t\tclearResolveCache: () => {\n\t\t\tif (defaults?.cache !== false) if (defaults?.cache && typeof defaults?.cache === \"object\") defaults.cache.clear();\n\t\t\telse globalCache.clear();\n\t\t}\n\t};\n}\nfunction clearResolveCache() {\n\tglobalCache.clear();\n}\nfunction _tryModuleResolve(specifier, base, conditions) {\n\ttry {\n\t\treturn moduleResolve(specifier, base, conditions);\n\t} catch {}\n}\nfunction _normalizeBases(inputs) {\n\tconst urls = (Array.isArray(inputs) ? inputs : [inputs]).flatMap((input) => _normalizeBase(input));\n\tif (urls.length === 0) return [pathToFileURL(\"./\")];\n\treturn urls;\n}\nfunction _normalizeBase(input) {\n\tif (!input) return [];\n\tif (_isURL(input)) return [input];\n\tif (typeof input !== \"string\") return [];\n\tif (/^(?:node|data|http|https|file):/.test(input)) return new URL(input);\n\ttry {\n\t\tif (input.endsWith(\"/\") || statSync(input).isDirectory()) return pathToFileURL(input + \"/\");\n\t\treturn pathToFileURL(input);\n\t} catch {\n\t\treturn [pathToFileURL(input + \"/\"), pathToFileURL(input)];\n\t}\n}\nfunction _fmtPath(input) {\n\ttry {\n\t\treturn fileURLToPath(input);\n\t} catch {\n\t\treturn input;\n\t}\n}\nfunction _cacheKey(id, opts) {\n\treturn JSON.stringify([\n\t\tid,\n\t\t(opts?.conditions || [\"node\", \"import\"]).sort(),\n\t\topts?.extensions,\n\t\topts?.from,\n\t\topts?.suffixes\n\t]);\n}\nfunction _join(a, b) {\n\tif (!a || !b || b === \"/\") return a;\n\treturn (a.endsWith(\"/\") ? a : a + \"/\") + (b.startsWith(\"/\") ? b.slice(1) : b);\n}\nfunction _normalizeWinPath(path$1) {\n\treturn path$1.replace(/\\\\/g, \"/\").replace(/^[a-z]:\\//, (r) => r.toUpperCase());\n}\nfunction _isURL(input) {\n\treturn input instanceof URL || input?.constructor?.name === \"URL\";\n}\nfunction _parseInput(input) {\n\tif (typeof input === \"string\") {\n\t\tif (input.startsWith(\"file:\")) {\n\t\t\tconst url = new URL(input);\n\t\t\treturn {\n\t\t\t\turl,\n\t\t\t\tabsolutePath: fileURLToPath(url)\n\t\t\t};\n\t\t}\n\t\tif (isAbsolute(input)) return {\n\t\t\turl: pathToFileURL(input),\n\t\t\tabsolutePath: input\n\t\t};\n\t\tif (/^(?:node|data|http|https):/.test(input)) return { external: input };\n\t\tif (nodeBuiltins.includes(input) && !input.includes(\":\")) return { external: `node:${input}` };\n\t\treturn { specifier: input };\n\t}\n\tif (_isURL(input)) {\n\t\tif (input.protocol === \"file:\") return {\n\t\t\turl: input,\n\t\t\tabsolutePath: fileURLToPath(input)\n\t\t};\n\t\treturn { external: input.href };\n\t}\n\tthrow new TypeError(\"id must be a `string` or `URL`\");\n}\n\n//#endregion\nexport { clearResolveCache, createResolver, resolveModulePath, resolveModuleURL };"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
require('../../../../defu@6.1.4/node_modules/defu/dist/defu.cjs');
|
|
2
|
+
const require_proxy$1 = require('../../../../node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.cjs');
|
|
3
|
+
const require_giget_OCaTp9b_ = require('./shared/giget.OCaTp9b-.cjs');
|
|
4
|
+
let node_fs = require("node:fs");
|
|
5
|
+
let node_path = require("node:path");
|
|
6
|
+
let node_os = require("node:os");
|
|
7
|
+
let node_crypto = require("node:crypto");
|
|
8
|
+
let node_fs_promises = require("node:fs/promises");
|
|
9
|
+
let node_assert = require("node:assert");
|
|
10
|
+
let node_process = require("node:process");
|
|
11
|
+
let node_util = require("node:util");
|
|
12
|
+
let node_events = require("node:events");
|
|
13
|
+
let node_stream = require("node:stream");
|
|
14
|
+
let node_string_decoder = require("node:string_decoder");
|
|
15
|
+
let node_buffer = require("node:buffer");
|
|
16
|
+
let node_zlib = require("node:zlib");
|
|
17
|
+
let node_child_process = require("node:child_process");
|
|
18
|
+
|
|
19
|
+
//#region ../../node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs
|
|
20
|
+
var import_proxy = require_proxy$1.default;
|
|
21
|
+
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.downloadTemplate = require_giget_OCaTp9b_.downloadTemplate;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import "../../../../defu@6.1.4/node_modules/defu/dist/defu.mjs";
|
|
2
|
+
import { require_proxy } from "../../../../node-fetch-native@1.6.7/node_modules/node-fetch-native/dist/proxy.mjs";
|
|
3
|
+
import { downloadTemplate, registryProvider } from "./shared/giget.OCaTp9b-.mjs";
|
|
4
|
+
import "node:fs";
|
|
5
|
+
import "node:os";
|
|
6
|
+
import "node:fs/promises";
|
|
7
|
+
import "node:child_process";
|
|
8
|
+
|
|
9
|
+
//#region ../../node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs
|
|
10
|
+
var import_proxy = require_proxy();
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { downloadTemplate };
|
|
14
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../../../../../../node_modules/.pnpm/giget@2.0.0/node_modules/giget/dist/index.mjs"],"sourcesContent":["export { d as downloadTemplate, r as registryProvider, s as startShell } from './shared/giget.OCaTp9b-.mjs';\nimport 'node:fs/promises';\nimport 'node:fs';\nimport 'assert';\nimport 'path';\nimport 'events';\nimport 'stream';\nimport 'string_decoder';\nimport 'buffer';\nimport 'zlib';\nimport 'process';\nimport 'fs';\nimport 'util';\nimport 'crypto';\nimport 'pathe';\nimport 'defu';\nimport 'nypm';\nimport 'node:stream';\nimport 'node:child_process';\nimport 'node:os';\nimport 'node:util';\nimport 'node-fetch-native/proxy';\n"],"x_google_ignoreList":[0],"mappings":""}
|