nitro-nightly 3.0.0-beta-28969273.f7aa9de6 → 4.0.0-20251010-091516-7cafddba
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/README.md +8 -39
- package/dist/_chunks/app.mjs +19797 -0
- package/dist/_chunks/build.mjs +84 -0
- package/dist/_chunks/build2.mjs +318 -0
- package/dist/_chunks/build3.mjs +6452 -0
- package/dist/_chunks/detect-acorn.mjs +503 -0
- package/dist/_chunks/index.mjs +22242 -0
- package/dist/_chunks/index2.mjs +297 -0
- package/dist/_chunks/index3.mjs +1058 -0
- package/dist/_chunks/index4.mjs +1206 -0
- package/dist/_chunks/info.mjs +11157 -0
- package/dist/_chunks/json5.mjs +68 -0
- package/dist/_chunks/jsonc.mjs +51 -0
- package/dist/_chunks/pathe.M-eThtNZ.mjs +204 -0
- package/dist/_chunks/plugin.mjs +960 -0
- package/dist/_chunks/server.mjs +254 -0
- package/dist/_chunks/snapshot.mjs +284 -0
- package/dist/_chunks/toml.mjs +259 -0
- package/dist/_chunks/yaml.mjs +86 -0
- package/dist/cli/build.mjs +10 -3
- package/dist/cli/dev.mjs +41 -9
- package/dist/cli/index.mjs +460 -1
- package/dist/cli/index2.mjs +4 -1
- package/dist/cli/list.mjs +10 -4
- package/dist/cli/prepare.mjs +6 -3
- package/dist/cli/run.mjs +7 -4
- package/dist/index.d.mts +52 -0
- package/dist/index.mjs +55 -0
- package/dist/node_modules/@poppinss/colors/build/index.js +169 -0
- package/dist/node_modules/@poppinss/colors/package.json +116 -0
- package/dist/node_modules/@poppinss/dumper/build/chunk-26HALFTP.js +602 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/console/main.js +441 -0
- package/dist/node_modules/@poppinss/dumper/build/formatters/html/main.js +717 -0
- package/dist/node_modules/@poppinss/dumper/package.json +122 -0
- package/dist/node_modules/@poppinss/exception/build/index.js +63 -0
- package/dist/node_modules/@poppinss/exception/package.json +106 -0
- package/dist/node_modules/@sindresorhus/is/distribution/index.js +1313 -0
- package/dist/node_modules/@sindresorhus/is/distribution/utilities.js +3 -0
- package/dist/node_modules/@sindresorhus/is/package.json +81 -0
- package/dist/node_modules/@speed-highlight/core/dist/index.js +4 -0
- package/dist/node_modules/@speed-highlight/core/dist/terminal.js +2 -0
- package/dist/node_modules/@speed-highlight/core/package.json +90 -0
- package/dist/node_modules/cookie/dist/index.js +239 -0
- package/dist/node_modules/cookie/package.json +42 -0
- package/dist/node_modules/croner/dist/croner.js +1 -0
- package/dist/node_modules/croner/package.json +63 -0
- package/dist/node_modules/defu/dist/defu.mjs +69 -0
- package/dist/node_modules/defu/package.json +43 -0
- package/dist/node_modules/destr/dist/index.mjs +72 -0
- package/dist/node_modules/destr/package.json +47 -0
- package/dist/node_modules/error-stack-parser-es/dist/index.mjs +38 -0
- package/dist/node_modules/error-stack-parser-es/dist/lite.mjs +167 -0
- package/dist/node_modules/error-stack-parser-es/package.json +83 -0
- package/dist/node_modules/get-port-please/dist/index.mjs +430 -0
- package/dist/node_modules/get-port-please/package.json +39 -0
- package/dist/node_modules/hookable/dist/index.mjs +290 -0
- package/dist/node_modules/hookable/package.json +49 -0
- package/dist/node_modules/kleur/index.js +110 -0
- package/dist/node_modules/kleur/index.mjs +110 -0
- package/dist/node_modules/kleur/package.json +51 -0
- package/dist/node_modules/klona/dist/index.mjs +81 -0
- package/dist/node_modules/klona/full/index.mjs +53 -0
- package/dist/node_modules/klona/package.json +74 -0
- package/dist/node_modules/scule/dist/index.mjs +80 -0
- package/dist/node_modules/scule/package.json +43 -0
- package/dist/node_modules/source-map/lib/array-set.js +100 -0
- package/dist/node_modules/source-map/lib/base64-vlq.js +94 -0
- package/dist/node_modules/source-map/lib/base64.js +19 -0
- package/dist/node_modules/source-map/lib/binary-search.js +113 -0
- package/dist/node_modules/source-map/lib/mapping-list.js +83 -0
- package/dist/node_modules/source-map/lib/mappings.wasm +0 -0
- package/dist/node_modules/source-map/lib/read-wasm.js +27 -0
- package/dist/node_modules/source-map/lib/source-map-consumer.js +1081 -0
- package/dist/node_modules/source-map/lib/source-map-generator.js +439 -0
- package/dist/node_modules/source-map/lib/source-node.js +430 -0
- package/dist/node_modules/source-map/lib/url.js +13 -0
- package/dist/node_modules/source-map/lib/util.js +444 -0
- package/dist/node_modules/source-map/lib/wasm.js +138 -0
- package/dist/node_modules/source-map/package.json +79 -0
- package/dist/node_modules/source-map/source-map.js +10 -0
- package/dist/node_modules/std-env/dist/index.mjs +1 -0
- package/dist/node_modules/std-env/package.json +46 -0
- package/dist/node_modules/supports-color/index.js +202 -0
- package/dist/node_modules/supports-color/package.json +64 -0
- package/dist/node_modules/ufo/dist/index.mjs +638 -0
- package/dist/node_modules/ufo/package.json +47 -0
- package/dist/node_modules/unctx/dist/index.mjs +131 -0
- package/dist/node_modules/unctx/package.json +67 -0
- package/dist/node_modules/youch/build/chunk-4L7RY2JA.js +42 -0
- package/dist/node_modules/youch/build/chunk-4XB2BYKC.js +85 -0
- package/dist/node_modules/youch/build/chunk-4YEN7HVQ.js +61 -0
- package/dist/node_modules/youch/build/chunk-EUJBVOYB.js +83 -0
- package/dist/node_modules/youch/build/chunk-HFSXRSKS.js +85 -0
- package/dist/node_modules/youch/build/chunk-JAN2TFI2.js +222 -0
- package/dist/node_modules/youch/build/chunk-OSUFJZHZ.js +6 -0
- package/dist/node_modules/youch/build/chunk-PINJDICN.js +72 -0
- package/dist/node_modules/youch/build/chunk-PUHGL6HA.js +41 -0
- package/dist/node_modules/youch/build/chunk-VE4LENUR.js +45 -0
- package/dist/node_modules/youch/build/index.js +352 -0
- package/dist/node_modules/youch/build/public/error_cause/style.css +5 -0
- package/dist/node_modules/youch/build/public/error_info/script.js +13 -0
- package/dist/node_modules/youch/build/public/error_info/style.css +144 -0
- package/dist/node_modules/youch/build/public/error_stack/script.js +74 -0
- package/dist/node_modules/youch/build/public/error_stack/style.css +220 -0
- package/dist/node_modules/youch/build/public/error_stack_source/style.css +123 -0
- package/dist/node_modules/youch/build/public/header/script.js +16 -0
- package/dist/node_modules/youch/build/public/header/style.css +56 -0
- package/dist/node_modules/youch/build/public/layout/script.js +20 -0
- package/dist/node_modules/youch/build/public/layout/style.css +431 -0
- package/dist/node_modules/youch/package.json +133 -0
- package/dist/node_modules/youch-core/build/index.js +316 -0
- package/dist/node_modules/youch-core/package.json +124 -0
- package/dist/presets/_nitro/runtime/nitro-dev.mjs +48 -73
- package/dist/presets/_nitro/runtime/{nitro-prerenderer.d.ts → nitro-prerenderer.d.mts} +1 -1
- package/dist/presets/_nitro/runtime/nitro-prerenderer.mjs +12 -1
- package/dist/presets/_nitro/runtime/service-worker.mjs +5 -15
- package/dist/presets/aws-amplify/runtime/aws-amplify.mjs +2 -2
- package/dist/presets/aws-lambda/runtime/_utils.d.mts +18 -0
- package/dist/presets/aws-lambda/runtime/_utils.mjs +102 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.mts +3 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.mjs +12 -32
- package/dist/presets/aws-lambda/runtime/aws-lambda.d.mts +3 -0
- package/dist/presets/aws-lambda/runtime/aws-lambda.mjs +6 -38
- package/dist/{runtime/internal/utils.azure.d.ts → presets/azure/runtime/_utils.d.mts} +1 -1
- package/dist/{runtime/internal/utils.azure.mjs → presets/azure/runtime/_utils.mjs} +3 -4
- package/dist/presets/azure/runtime/azure-swa.mjs +11 -13
- package/dist/presets/bun/runtime/bun.mjs +13 -18
- package/dist/presets/cloudflare/runtime/_module-handler.d.mts +13 -0
- package/dist/presets/cloudflare/runtime/_module-handler.mjs +93 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.d.mts +19 -0
- package/dist/presets/cloudflare/runtime/cloudflare-durable.mjs +74 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.d.mts +9 -0
- package/dist/presets/cloudflare/runtime/cloudflare-module.mjs +13 -97
- package/dist/presets/cloudflare/runtime/{cloudflare-pages.d.ts → cloudflare-pages.d.mts} +1 -1
- package/dist/presets/cloudflare/runtime/cloudflare-pages.mjs +19 -27
- package/dist/{runtime/internal/timing.d.ts → presets/cloudflare/runtime/plugin.dev.d.mts} +1 -0
- package/dist/presets/cloudflare/runtime/plugin.dev.mjs +89 -0
- package/dist/presets/deno/runtime/deno-deploy.mjs +11 -25
- package/dist/presets/deno/runtime/deno-server.d.mts +6 -0
- package/dist/presets/deno/runtime/deno-server.mjs +15 -21
- package/dist/presets/netlify/runtime/netlify-edge.d.mts +3 -0
- package/dist/presets/netlify/runtime/netlify-edge.mjs +8 -16
- package/dist/presets/netlify/runtime/netlify.mjs +16 -45
- package/dist/presets/node/runtime/{cluster.mjs → node-cluster.mjs} +1 -3
- package/dist/presets/node/runtime/node-middleware.d.mts +4 -0
- package/dist/presets/node/runtime/{node-listener.mjs → node-middleware.mjs} +3 -4
- package/dist/presets/node/runtime/node-server.mjs +3 -4
- package/dist/presets/standard/runtime/server.d.mts +5 -0
- package/dist/presets/standard/runtime/server.mjs +6 -0
- package/dist/presets/stormkit/runtime/stormkit.mjs +8 -12
- package/dist/presets/vercel/runtime/vercel.d.mts +8 -0
- package/dist/presets/vercel/runtime/vercel.mjs +11 -11
- package/dist/presets/winterjs/runtime/winterjs.mjs +22 -4
- package/dist/presets/{node/runtime/node-server.d.ts → zeabur/runtime/zeabur.d.mts} +1 -1
- package/dist/presets/zeabur/runtime/zeabur.mjs +2 -6
- package/dist/presets.mjs +2460 -0
- package/dist/runtime/index.d.mts +11 -0
- package/dist/runtime/index.mjs +8 -8
- package/dist/runtime/internal/app.d.mts +2 -0
- package/dist/runtime/internal/app.mjs +129 -128
- package/dist/runtime/internal/cache.d.mts +7 -0
- package/dist/runtime/internal/cache.mjs +82 -175
- package/dist/runtime/internal/{context.d.ts → context.d.mts} +3 -3
- package/dist/runtime/internal/context.mjs +6 -6
- package/dist/runtime/internal/error/dev.d.mts +9 -0
- package/dist/runtime/internal/error/dev.mjs +122 -0
- package/dist/runtime/internal/error/prod.d.mts +8 -0
- package/dist/runtime/internal/error/prod.mjs +62 -0
- package/dist/runtime/internal/error/utils.d.mts +8 -0
- package/dist/runtime/internal/error/utils.mjs +3 -0
- package/dist/runtime/internal/index.d.mts +3 -0
- package/dist/runtime/internal/index.mjs +1 -14
- package/dist/runtime/internal/renderer.d.mts +3 -0
- package/dist/runtime/internal/renderer.mjs +29 -33
- package/dist/runtime/internal/route-rules.d.mts +8 -0
- package/dist/runtime/internal/route-rules.mjs +58 -63
- package/dist/runtime/internal/routes/dev-tasks.d.mts +3 -0
- package/dist/runtime/internal/routes/dev-tasks.mjs +23 -0
- package/dist/runtime/internal/routes/openapi.d.mts +3 -0
- package/dist/runtime/internal/routes/openapi.mjs +24 -9
- package/dist/runtime/internal/routes/renderer-template.d.mts +2 -0
- package/dist/runtime/internal/routes/renderer-template.dev.d.mts +3 -0
- package/dist/runtime/internal/routes/renderer-template.dev.mjs +21 -0
- package/dist/runtime/internal/routes/renderer-template.mjs +4 -0
- package/dist/runtime/internal/routes/scalar.d.mts +3 -0
- package/dist/runtime/internal/routes/scalar.mjs +7 -4
- package/dist/runtime/internal/routes/swagger.d.mts +3 -0
- package/dist/runtime/internal/routes/swagger.mjs +5 -4
- package/dist/runtime/internal/{utils.env.d.ts → runtime-config.d.mts} +4 -2
- package/dist/runtime/internal/{utils.env.mjs → runtime-config.mjs} +16 -6
- package/dist/runtime/internal/static.d.mts +3 -0
- package/dist/runtime/internal/static.mjs +24 -36
- package/dist/runtime/internal/storage.mjs +2 -1
- package/dist/runtime/internal/task.mjs +6 -6
- package/dist/runtime/internal/utils.d.mts +1 -0
- package/dist/runtime/internal/utils.mjs +1 -116
- package/dist/runtime/internal/vite/dev-entry.d.mts +1 -0
- package/dist/runtime/internal/vite/dev-entry.mjs +6 -0
- package/dist/runtime/internal/vite/dev-worker.mjs +362 -0
- package/dist/runtime/internal/vite/prod-setup.d.mts +4 -0
- package/dist/runtime/internal/vite/prod-setup.mjs +55 -0
- package/dist/runtime/internal/vite/ssr-renderer.d.mts +4 -0
- package/dist/runtime/internal/vite/ssr-renderer.mjs +4 -0
- package/dist/types/index.d.mts +2688 -138
- package/dist/vite.d.mts +59 -0
- package/dist/vite.mjs +68 -0
- package/lib/config.d.mts +9 -0
- package/lib/deps/h3.d.mts +1 -0
- package/lib/deps/h3.mjs +1 -0
- package/lib/deps/ofetch.mjs +1 -0
- package/lib/deps/ofetch.mts +1 -0
- package/lib/meta.d.mts +5 -0
- package/lib/meta.mjs +21 -0
- package/{runtime-meta.d.ts → lib/runtime-meta.d.mts} +1 -0
- package/{runtime-meta.mjs → lib/runtime-meta.mjs} +12 -4
- package/package.json +142 -160
- package/cli.d.ts +0 -1
- package/config.d.ts +0 -1
- package/core.d.ts +0 -1
- package/dist/cli/index.d.ts +0 -1
- package/dist/config/index.d.mts +0 -6
- package/dist/config/index.d.ts +0 -6
- package/dist/core/index.d.mts +0 -30
- package/dist/core/index.d.ts +0 -30
- package/dist/core/index.mjs +0 -2456
- package/dist/kit/index.d.mts +0 -44
- package/dist/kit/index.d.ts +0 -44
- package/dist/kit/index.mjs +0 -71
- package/dist/meta/index.d.mts +0 -3
- package/dist/meta/index.d.ts +0 -3
- package/dist/meta/index.mjs +0 -3
- package/dist/presets/_all.gen.d.ts +0 -2
- package/dist/presets/_all.gen.mjs +0 -52
- package/dist/presets/_nitro/base-worker.d.ts +0 -2
- package/dist/presets/_nitro/base-worker.mjs +0 -25
- package/dist/presets/_nitro/nitro-dev.d.ts +0 -2
- package/dist/presets/_nitro/nitro-dev.mjs +0 -19
- package/dist/presets/_nitro/nitro-prerender.d.ts +0 -2
- package/dist/presets/_nitro/nitro-prerender.mjs +0 -17
- package/dist/presets/_nitro/preset.d.ts +0 -2
- package/dist/presets/_nitro/preset.mjs +0 -5
- package/dist/presets/_nitro/service-worker.d.ts +0 -2
- package/dist/presets/_nitro/service-worker.mjs +0 -110
- package/dist/presets/_resolve.d.ts +0 -8
- package/dist/presets/_resolve.mjs +0 -44
- package/dist/presets/_static/preset.d.ts +0 -2
- package/dist/presets/_static/preset.mjs +0 -69
- package/dist/presets/_types.gen.d.ts +0 -16
- package/dist/presets/alwaysdata/preset.d.ts +0 -2
- package/dist/presets/alwaysdata/preset.mjs +0 -14
- package/dist/presets/aws-amplify/preset.d.ts +0 -3
- package/dist/presets/aws-amplify/preset.mjs +0 -27
- package/dist/presets/aws-amplify/types.d.ts +0 -141
- package/dist/presets/aws-amplify/utils.d.ts +0 -2
- package/dist/presets/aws-amplify/utils.mjs +0 -82
- package/dist/presets/aws-lambda/preset.d.ts +0 -2
- package/dist/presets/aws-lambda/preset.mjs +0 -21
- package/dist/presets/aws-lambda/runtime/aws-lambda-streaming.d.ts +0 -14
- package/dist/presets/aws-lambda/runtime/aws-lambda.d.ts +0 -4
- package/dist/presets/azure/preset.d.ts +0 -3
- package/dist/presets/azure/preset.mjs +0 -44
- package/dist/presets/azure/runtime/azure-functions.mjs +0 -24
- package/dist/presets/azure/runtime/azure-swa.d.ts +0 -5
- package/dist/presets/azure/types.d.ts +0 -13
- package/dist/presets/azure/types.mjs +0 -0
- package/dist/presets/azure/utils.d.ts +0 -3
- package/dist/presets/azure/utils.mjs +0 -183
- package/dist/presets/bun/preset.d.ts +0 -2
- package/dist/presets/bun/preset.mjs +0 -17
- package/dist/presets/cleavr/preset.d.ts +0 -2
- package/dist/presets/cleavr/preset.mjs +0 -12
- package/dist/presets/cloudflare/preset.d.ts +0 -3
- package/dist/presets/cloudflare/preset.mjs +0 -145
- package/dist/presets/cloudflare/runtime/cloudflare-module.d.ts +0 -13
- package/dist/presets/cloudflare/runtime/cloudflare-worker.mjs +0 -64
- package/dist/presets/cloudflare/types.d.ts +0 -89
- package/dist/presets/cloudflare/types.mjs +0 -0
- package/dist/presets/cloudflare/types.wrangler.d.ts +0 -974
- package/dist/presets/cloudflare/types.wrangler.mjs +0 -0
- package/dist/presets/cloudflare/utils.d.ts +0 -3
- package/dist/presets/cloudflare/utils.mjs +0 -163
- package/dist/presets/deno/preset.d.ts +0 -2
- package/dist/presets/deno/preset.mjs +0 -148
- package/dist/presets/deno/runtime/_deno-env-polyfill.d.ts +0 -0
- package/dist/presets/deno/runtime/_deno-env-polyfill.mjs +0 -1
- package/dist/presets/digitalocean/preset.d.ts +0 -2
- package/dist/presets/digitalocean/preset.mjs +0 -11
- package/dist/presets/edgio/preset.d.ts +0 -2
- package/dist/presets/edgio/preset.mjs +0 -95
- package/dist/presets/firebase/preset.d.ts +0 -3
- package/dist/presets/firebase/preset.mjs +0 -50
- package/dist/presets/firebase/runtime/firebase-gen-1.d.ts +0 -2
- package/dist/presets/firebase/runtime/firebase-gen-1.mjs +0 -7
- package/dist/presets/firebase/runtime/firebase-gen-2.d.ts +0 -2
- package/dist/presets/firebase/runtime/firebase-gen-2.mjs +0 -14
- package/dist/presets/firebase/runtime/firebase-gen-default.d.ts +0 -1
- package/dist/presets/firebase/runtime/firebase-gen-default.mjs +0 -1
- package/dist/presets/firebase/types.d.ts +0 -38
- package/dist/presets/firebase/types.mjs +0 -0
- package/dist/presets/firebase/utils.d.ts +0 -3
- package/dist/presets/firebase/utils.mjs +0 -50
- package/dist/presets/flightcontrol/preset.d.ts +0 -2
- package/dist/presets/flightcontrol/preset.mjs +0 -11
- package/dist/presets/heroku/preset.d.ts +0 -2
- package/dist/presets/heroku/preset.mjs +0 -11
- package/dist/presets/iis/preset.d.ts +0 -2
- package/dist/presets/iis/preset.mjs +0 -32
- package/dist/presets/iis/utils.d.ts +0 -3
- package/dist/presets/iis/utils.mjs +0 -161
- package/dist/presets/index.d.mts +0 -1
- package/dist/presets/index.d.ts +0 -2
- package/dist/presets/index.mjs +0 -1
- package/dist/presets/koyeb/preset.d.ts +0 -2
- package/dist/presets/koyeb/preset.mjs +0 -11
- package/dist/presets/netlify/legacy/preset.d.ts +0 -2
- package/dist/presets/netlify/legacy/preset.mjs +0 -143
- package/dist/presets/netlify/legacy/runtime/_deno-env-polyfill.d.ts +0 -0
- package/dist/presets/netlify/legacy/runtime/_deno-env-polyfill.mjs +0 -1
- package/dist/presets/netlify/legacy/runtime/netlify-builder.d.ts +0 -3
- package/dist/presets/netlify/legacy/runtime/netlify-builder.mjs +0 -5
- package/dist/presets/netlify/legacy/runtime/netlify-edge.d.ts +0 -2
- package/dist/presets/netlify/legacy/runtime/netlify-edge.mjs +0 -25
- package/dist/presets/netlify/legacy/runtime/netlify-lambda.d.ts +0 -3
- package/dist/presets/netlify/legacy/runtime/netlify-lambda.mjs +0 -38
- package/dist/presets/netlify/legacy/runtime/netlify.d.ts +0 -4
- package/dist/presets/netlify/legacy/runtime/netlify.mjs +0 -22
- package/dist/presets/netlify/legacy/utils.d.ts +0 -4
- package/dist/presets/netlify/legacy/utils.mjs +0 -113
- package/dist/presets/netlify/preset.d.ts +0 -3
- package/dist/presets/netlify/preset.mjs +0 -128
- package/dist/presets/netlify/runtime/_deno-env-polyfill.d.ts +0 -0
- package/dist/presets/netlify/runtime/_deno-env-polyfill.mjs +0 -1
- package/dist/presets/netlify/runtime/netlify-edge.d.ts +0 -2
- package/dist/presets/netlify/types.d.ts +0 -12
- package/dist/presets/netlify/types.mjs +0 -0
- package/dist/presets/netlify/utils.d.ts +0 -5
- package/dist/presets/netlify/utils.mjs +0 -94
- package/dist/presets/node/preset.d.ts +0 -2
- package/dist/presets/node/preset.mjs +0 -49
- package/dist/presets/node/runtime/cli.d.ts +0 -1
- package/dist/presets/node/runtime/cli.mjs +0 -22
- package/dist/presets/node/runtime/node-listener.d.ts +0 -6
- package/dist/presets/platform.sh/preset.d.ts +0 -2
- package/dist/presets/platform.sh/preset.mjs +0 -11
- package/dist/presets/render.com/preset.d.ts +0 -2
- package/dist/presets/render.com/preset.mjs +0 -11
- package/dist/presets/stormkit/preset.d.ts +0 -2
- package/dist/presets/stormkit/preset.mjs +0 -15
- package/dist/presets/vercel/preset.d.ts +0 -3
- package/dist/presets/vercel/preset.mjs +0 -104
- package/dist/presets/vercel/runtime/vercel-edge.d.ts +0 -2
- package/dist/presets/vercel/runtime/vercel-edge.mjs +0 -22
- package/dist/presets/vercel/runtime/vercel.d.ts +0 -4
- package/dist/presets/vercel/types.d.ts +0 -78
- package/dist/presets/vercel/types.mjs +0 -0
- package/dist/presets/vercel/utils.d.ts +0 -5
- package/dist/presets/vercel/utils.mjs +0 -186
- package/dist/presets/winterjs/preset.d.ts +0 -2
- package/dist/presets/winterjs/preset.mjs +0 -20
- package/dist/presets/winterjs/runtime/winterjs.d.ts +0 -1
- package/dist/presets/zeabur/preset.d.ts +0 -2
- package/dist/presets/zeabur/preset.mjs +0 -70
- package/dist/presets/zeabur/runtime/zeabur.d.ts +0 -4
- package/dist/rollup/index.d.mts +0 -5
- package/dist/rollup/index.d.ts +0 -5
- package/dist/rollup/index.mjs +0 -1673
- package/dist/runtime/index.d.ts +0 -12
- package/dist/runtime/internal/app.d.ts +0 -3
- package/dist/runtime/internal/cache.d.ts +0 -8
- package/dist/runtime/internal/client.mjs +0 -4
- package/dist/runtime/internal/config.d.ts +0 -5
- package/dist/runtime/internal/config.mjs +0 -45
- package/dist/runtime/internal/error.d.ts +0 -4
- package/dist/runtime/internal/error.mjs +0 -73
- package/dist/runtime/internal/index.d.ts +0 -6
- package/dist/runtime/internal/renderer.d.ts +0 -2
- package/dist/runtime/internal/route-rules.d.ts +0 -14
- package/dist/runtime/internal/routes/openapi.d.ts +0 -3
- package/dist/runtime/internal/routes/scalar.d.ts +0 -2
- package/dist/runtime/internal/routes/swagger.d.ts +0 -2
- package/dist/runtime/internal/static.d.ts +0 -2
- package/dist/runtime/internal/timing.mjs +0 -29
- package/dist/runtime/internal/utils.d.ts +0 -21
- package/dist/runtime/internal/utils.lambda.d.ts +0 -10
- package/dist/runtime/internal/utils.lambda.mjs +0 -30
- package/dist/shared/nitro.bra5i6ER.d.mts +0 -620
- package/dist/shared/nitro.bra5i6ER.d.ts +0 -620
- package/dist/types/index.d.ts +0 -260
- package/kit.d.ts +0 -1
- package/meta.d.ts +0 -1
- package/presets.d.ts +0 -1
- package/rollup.d.ts +0 -1
- package/runtime.d.ts +0 -1
- package/types.d.ts +0 -1
- /package/dist/presets/_nitro/runtime/{nitro-dev.d.ts → nitro-dev.d.mts} +0 -0
- /package/dist/presets/_nitro/runtime/{service-worker.d.ts → service-worker.d.mts} +0 -0
- /package/dist/presets/aws-amplify/runtime/{aws-amplify.d.ts → aws-amplify.d.mts} +0 -0
- /package/dist/presets/azure/runtime/{azure-functions.d.ts → azure-swa.d.mts} +0 -0
- /package/dist/presets/bun/runtime/{bun.d.ts → bun.d.mts} +0 -0
- /package/dist/presets/{cloudflare/runtime/cloudflare-worker.d.ts → deno/runtime/deno-deploy.d.mts} +0 -0
- /package/dist/presets/netlify/runtime/{netlify.d.ts → netlify.d.mts} +0 -0
- /package/dist/presets/node/runtime/{cluster.d.ts → node-cluster.d.mts} +0 -0
- /package/dist/presets/{deno/runtime/deno-server.d.ts → node/runtime/node-server.d.mts} +0 -0
- /package/dist/presets/stormkit/runtime/{stormkit.d.ts → stormkit.d.mts} +0 -0
- /package/dist/presets/{deno/runtime/deno-deploy.d.ts → winterjs/runtime/winterjs.d.mts} +0 -0
- /package/dist/runtime/internal/{database.d.ts → database.d.mts} +0 -0
- /package/dist/runtime/internal/{debug.d.ts → debug.d.mts} +0 -0
- /package/dist/{presets/_types.gen.mjs → runtime/internal/empty.d.mts} +0 -0
- /package/dist/{presets/aws-amplify/types.mjs → runtime/internal/empty.mjs} +0 -0
- /package/dist/runtime/internal/lib/{http-graceful-shutdown.d.ts → http-graceful-shutdown.d.mts} +0 -0
- /package/dist/runtime/internal/{meta.d.ts → meta.d.mts} +0 -0
- /package/dist/runtime/internal/{plugin.d.ts → plugin.d.mts} +0 -0
- /package/dist/runtime/internal/{shutdown.d.ts → shutdown.d.mts} +0 -0
- /package/dist/runtime/internal/{storage.d.ts → storage.d.mts} +0 -0
- /package/dist/runtime/internal/{task.d.ts → task.d.mts} +0 -0
- /package/dist/runtime/internal/{client.d.ts → vite/dev-worker.d.mts} +0 -0
- /package/{dist/config/index.mjs → lib/config.mjs} +0 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
function flatHooks(configHooks, hooks = {}, parentName) {
|
|
2
|
+
for (const key in configHooks) {
|
|
3
|
+
const subHook = configHooks[key];
|
|
4
|
+
const name = parentName ? `${parentName}:${key}` : key;
|
|
5
|
+
if (typeof subHook === "object" && subHook !== null) {
|
|
6
|
+
flatHooks(subHook, hooks, name);
|
|
7
|
+
} else if (typeof subHook === "function") {
|
|
8
|
+
hooks[name] = subHook;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return hooks;
|
|
12
|
+
}
|
|
13
|
+
function mergeHooks(...hooks) {
|
|
14
|
+
const finalHooks = {};
|
|
15
|
+
for (const hook of hooks) {
|
|
16
|
+
const flatenHook = flatHooks(hook);
|
|
17
|
+
for (const key in flatenHook) {
|
|
18
|
+
if (finalHooks[key]) {
|
|
19
|
+
finalHooks[key].push(flatenHook[key]);
|
|
20
|
+
} else {
|
|
21
|
+
finalHooks[key] = [flatenHook[key]];
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
for (const key in finalHooks) {
|
|
26
|
+
if (finalHooks[key].length > 1) {
|
|
27
|
+
const array = finalHooks[key];
|
|
28
|
+
finalHooks[key] = (...arguments_) => serial(array, (function_) => function_(...arguments_));
|
|
29
|
+
} else {
|
|
30
|
+
finalHooks[key] = finalHooks[key][0];
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return finalHooks;
|
|
34
|
+
}
|
|
35
|
+
function serial(tasks, function_) {
|
|
36
|
+
return tasks.reduce(
|
|
37
|
+
(promise, task) => promise.then(() => function_(task)),
|
|
38
|
+
Promise.resolve()
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
const defaultTask = { run: (function_) => function_() };
|
|
42
|
+
const _createTask = () => defaultTask;
|
|
43
|
+
const createTask = typeof console.createTask !== "undefined" ? console.createTask : _createTask;
|
|
44
|
+
function serialTaskCaller(hooks, args) {
|
|
45
|
+
const name = args.shift();
|
|
46
|
+
const task = createTask(name);
|
|
47
|
+
return hooks.reduce(
|
|
48
|
+
(promise, hookFunction) => promise.then(() => task.run(() => hookFunction(...args))),
|
|
49
|
+
Promise.resolve()
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
function parallelTaskCaller(hooks, args) {
|
|
53
|
+
const name = args.shift();
|
|
54
|
+
const task = createTask(name);
|
|
55
|
+
return Promise.all(hooks.map((hook) => task.run(() => hook(...args))));
|
|
56
|
+
}
|
|
57
|
+
function serialCaller(hooks, arguments_) {
|
|
58
|
+
return hooks.reduce(
|
|
59
|
+
(promise, hookFunction) => promise.then(() => hookFunction(...arguments_ || [])),
|
|
60
|
+
Promise.resolve()
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
function parallelCaller(hooks, args) {
|
|
64
|
+
return Promise.all(hooks.map((hook) => hook(...args || [])));
|
|
65
|
+
}
|
|
66
|
+
function callEachWith(callbacks, arg0) {
|
|
67
|
+
for (const callback of [...callbacks]) {
|
|
68
|
+
callback(arg0);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
class Hookable {
|
|
73
|
+
constructor() {
|
|
74
|
+
this._hooks = {};
|
|
75
|
+
this._before = void 0;
|
|
76
|
+
this._after = void 0;
|
|
77
|
+
this._deprecatedMessages = void 0;
|
|
78
|
+
this._deprecatedHooks = {};
|
|
79
|
+
this.hook = this.hook.bind(this);
|
|
80
|
+
this.callHook = this.callHook.bind(this);
|
|
81
|
+
this.callHookWith = this.callHookWith.bind(this);
|
|
82
|
+
}
|
|
83
|
+
hook(name, function_, options = {}) {
|
|
84
|
+
if (!name || typeof function_ !== "function") {
|
|
85
|
+
return () => {
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
const originalName = name;
|
|
89
|
+
let dep;
|
|
90
|
+
while (this._deprecatedHooks[name]) {
|
|
91
|
+
dep = this._deprecatedHooks[name];
|
|
92
|
+
name = dep.to;
|
|
93
|
+
}
|
|
94
|
+
if (dep && !options.allowDeprecated) {
|
|
95
|
+
let message = dep.message;
|
|
96
|
+
if (!message) {
|
|
97
|
+
message = `${originalName} hook has been deprecated` + (dep.to ? `, please use ${dep.to}` : "");
|
|
98
|
+
}
|
|
99
|
+
if (!this._deprecatedMessages) {
|
|
100
|
+
this._deprecatedMessages = /* @__PURE__ */ new Set();
|
|
101
|
+
}
|
|
102
|
+
if (!this._deprecatedMessages.has(message)) {
|
|
103
|
+
console.warn(message);
|
|
104
|
+
this._deprecatedMessages.add(message);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
if (!function_.name) {
|
|
108
|
+
try {
|
|
109
|
+
Object.defineProperty(function_, "name", {
|
|
110
|
+
get: () => "_" + name.replace(/\W+/g, "_") + "_hook_cb",
|
|
111
|
+
configurable: true
|
|
112
|
+
});
|
|
113
|
+
} catch {
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
this._hooks[name] = this._hooks[name] || [];
|
|
117
|
+
this._hooks[name].push(function_);
|
|
118
|
+
return () => {
|
|
119
|
+
if (function_) {
|
|
120
|
+
this.removeHook(name, function_);
|
|
121
|
+
function_ = void 0;
|
|
122
|
+
}
|
|
123
|
+
};
|
|
124
|
+
}
|
|
125
|
+
hookOnce(name, function_) {
|
|
126
|
+
let _unreg;
|
|
127
|
+
let _function = (...arguments_) => {
|
|
128
|
+
if (typeof _unreg === "function") {
|
|
129
|
+
_unreg();
|
|
130
|
+
}
|
|
131
|
+
_unreg = void 0;
|
|
132
|
+
_function = void 0;
|
|
133
|
+
return function_(...arguments_);
|
|
134
|
+
};
|
|
135
|
+
_unreg = this.hook(name, _function);
|
|
136
|
+
return _unreg;
|
|
137
|
+
}
|
|
138
|
+
removeHook(name, function_) {
|
|
139
|
+
if (this._hooks[name]) {
|
|
140
|
+
const index = this._hooks[name].indexOf(function_);
|
|
141
|
+
if (index !== -1) {
|
|
142
|
+
this._hooks[name].splice(index, 1);
|
|
143
|
+
}
|
|
144
|
+
if (this._hooks[name].length === 0) {
|
|
145
|
+
delete this._hooks[name];
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
deprecateHook(name, deprecated) {
|
|
150
|
+
this._deprecatedHooks[name] = typeof deprecated === "string" ? { to: deprecated } : deprecated;
|
|
151
|
+
const _hooks = this._hooks[name] || [];
|
|
152
|
+
delete this._hooks[name];
|
|
153
|
+
for (const hook of _hooks) {
|
|
154
|
+
this.hook(name, hook);
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
deprecateHooks(deprecatedHooks) {
|
|
158
|
+
Object.assign(this._deprecatedHooks, deprecatedHooks);
|
|
159
|
+
for (const name in deprecatedHooks) {
|
|
160
|
+
this.deprecateHook(name, deprecatedHooks[name]);
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
addHooks(configHooks) {
|
|
164
|
+
const hooks = flatHooks(configHooks);
|
|
165
|
+
const removeFns = Object.keys(hooks).map(
|
|
166
|
+
(key) => this.hook(key, hooks[key])
|
|
167
|
+
);
|
|
168
|
+
return () => {
|
|
169
|
+
for (const unreg of removeFns.splice(0, removeFns.length)) {
|
|
170
|
+
unreg();
|
|
171
|
+
}
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
removeHooks(configHooks) {
|
|
175
|
+
const hooks = flatHooks(configHooks);
|
|
176
|
+
for (const key in hooks) {
|
|
177
|
+
this.removeHook(key, hooks[key]);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
removeAllHooks() {
|
|
181
|
+
for (const key in this._hooks) {
|
|
182
|
+
delete this._hooks[key];
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
callHook(name, ...arguments_) {
|
|
186
|
+
arguments_.unshift(name);
|
|
187
|
+
return this.callHookWith(serialTaskCaller, name, ...arguments_);
|
|
188
|
+
}
|
|
189
|
+
callHookParallel(name, ...arguments_) {
|
|
190
|
+
arguments_.unshift(name);
|
|
191
|
+
return this.callHookWith(parallelTaskCaller, name, ...arguments_);
|
|
192
|
+
}
|
|
193
|
+
callHookWith(caller, name, ...arguments_) {
|
|
194
|
+
const event = this._before || this._after ? { name, args: arguments_, context: {} } : void 0;
|
|
195
|
+
if (this._before) {
|
|
196
|
+
callEachWith(this._before, event);
|
|
197
|
+
}
|
|
198
|
+
const result = caller(
|
|
199
|
+
name in this._hooks ? [...this._hooks[name]] : [],
|
|
200
|
+
arguments_
|
|
201
|
+
);
|
|
202
|
+
if (result instanceof Promise) {
|
|
203
|
+
return result.finally(() => {
|
|
204
|
+
if (this._after && event) {
|
|
205
|
+
callEachWith(this._after, event);
|
|
206
|
+
}
|
|
207
|
+
});
|
|
208
|
+
}
|
|
209
|
+
if (this._after && event) {
|
|
210
|
+
callEachWith(this._after, event);
|
|
211
|
+
}
|
|
212
|
+
return result;
|
|
213
|
+
}
|
|
214
|
+
beforeEach(function_) {
|
|
215
|
+
this._before = this._before || [];
|
|
216
|
+
this._before.push(function_);
|
|
217
|
+
return () => {
|
|
218
|
+
if (this._before !== void 0) {
|
|
219
|
+
const index = this._before.indexOf(function_);
|
|
220
|
+
if (index !== -1) {
|
|
221
|
+
this._before.splice(index, 1);
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
}
|
|
226
|
+
afterEach(function_) {
|
|
227
|
+
this._after = this._after || [];
|
|
228
|
+
this._after.push(function_);
|
|
229
|
+
return () => {
|
|
230
|
+
if (this._after !== void 0) {
|
|
231
|
+
const index = this._after.indexOf(function_);
|
|
232
|
+
if (index !== -1) {
|
|
233
|
+
this._after.splice(index, 1);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
};
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
function createHooks() {
|
|
240
|
+
return new Hookable();
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
const isBrowser = typeof window !== "undefined";
|
|
244
|
+
function createDebugger(hooks, _options = {}) {
|
|
245
|
+
const options = {
|
|
246
|
+
inspect: isBrowser,
|
|
247
|
+
group: isBrowser,
|
|
248
|
+
filter: () => true,
|
|
249
|
+
..._options
|
|
250
|
+
};
|
|
251
|
+
const _filter = options.filter;
|
|
252
|
+
const filter = typeof _filter === "string" ? (name) => name.startsWith(_filter) : _filter;
|
|
253
|
+
const _tag = options.tag ? `[${options.tag}] ` : "";
|
|
254
|
+
const logPrefix = (event) => _tag + event.name + "".padEnd(event._id, "\0");
|
|
255
|
+
const _idCtr = {};
|
|
256
|
+
const unsubscribeBefore = hooks.beforeEach((event) => {
|
|
257
|
+
if (filter !== void 0 && !filter(event.name)) {
|
|
258
|
+
return;
|
|
259
|
+
}
|
|
260
|
+
_idCtr[event.name] = _idCtr[event.name] || 0;
|
|
261
|
+
event._id = _idCtr[event.name]++;
|
|
262
|
+
console.time(logPrefix(event));
|
|
263
|
+
});
|
|
264
|
+
const unsubscribeAfter = hooks.afterEach((event) => {
|
|
265
|
+
if (filter !== void 0 && !filter(event.name)) {
|
|
266
|
+
return;
|
|
267
|
+
}
|
|
268
|
+
if (options.group) {
|
|
269
|
+
console.groupCollapsed(event.name);
|
|
270
|
+
}
|
|
271
|
+
if (options.inspect) {
|
|
272
|
+
console.timeLog(logPrefix(event), event.args);
|
|
273
|
+
} else {
|
|
274
|
+
console.timeEnd(logPrefix(event));
|
|
275
|
+
}
|
|
276
|
+
if (options.group) {
|
|
277
|
+
console.groupEnd();
|
|
278
|
+
}
|
|
279
|
+
_idCtr[event.name]--;
|
|
280
|
+
});
|
|
281
|
+
return {
|
|
282
|
+
/** Stop debugging and remove listeners */
|
|
283
|
+
close: () => {
|
|
284
|
+
unsubscribeBefore();
|
|
285
|
+
unsubscribeAfter();
|
|
286
|
+
}
|
|
287
|
+
};
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export { Hookable, createDebugger, createHooks, flatHooks, mergeHooks, parallelCaller, serial, serialCaller };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hookable",
|
|
3
|
+
"version": "5.5.3",
|
|
4
|
+
"description": "Awaitable hook system",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"hook",
|
|
7
|
+
"hookable",
|
|
8
|
+
"plugin",
|
|
9
|
+
"tapable",
|
|
10
|
+
"tappable"
|
|
11
|
+
],
|
|
12
|
+
"repository": "unjs/hookable",
|
|
13
|
+
"license": "MIT",
|
|
14
|
+
"exports": {
|
|
15
|
+
"import": "./dist/index.mjs",
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"require": "./dist/index.cjs"
|
|
18
|
+
},
|
|
19
|
+
"main": "./dist/index.cjs",
|
|
20
|
+
"module": "./dist/index.mjs",
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"files": [
|
|
23
|
+
"dist"
|
|
24
|
+
],
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@types/node": "^18.15.11",
|
|
27
|
+
"@vitest/coverage-c8": "^0.29.8",
|
|
28
|
+
"changelogen": "^0.5.2",
|
|
29
|
+
"eslint": "^8.37.0",
|
|
30
|
+
"eslint-config-unjs": "^0.1.0",
|
|
31
|
+
"expect-type": "^0.15.0",
|
|
32
|
+
"prettier": "^2.8.7",
|
|
33
|
+
"typescript": "^5.0.2",
|
|
34
|
+
"unbuild": "^1.1.2",
|
|
35
|
+
"vite": "^4.2.1",
|
|
36
|
+
"vitest": "^0.29.8"
|
|
37
|
+
},
|
|
38
|
+
"packageManager": "pnpm@8.0.0",
|
|
39
|
+
"scripts": {
|
|
40
|
+
"build": "unbuild",
|
|
41
|
+
"dev": "vitest",
|
|
42
|
+
"lint": "eslint --cache --ext .ts,.js,.mjs,.cjs . && prettier -c src test",
|
|
43
|
+
"lint:fix": "eslint --cache --ext .ts,.js,.mjs,.cjs . --fix && prettier -c src test -w",
|
|
44
|
+
"prepublish": "pnpm build",
|
|
45
|
+
"release": "pnpm test && pnpm build && changelogen --release --push && pnpm publish",
|
|
46
|
+
"test": "pnpm lint && vitest run --coverage",
|
|
47
|
+
"test:types": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
let FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM, isTTY=true;
|
|
4
|
+
if (typeof process !== 'undefined') {
|
|
5
|
+
({ FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM } = process.env || {});
|
|
6
|
+
isTTY = process.stdout && process.stdout.isTTY;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
const $ = {
|
|
10
|
+
enabled: !NODE_DISABLE_COLORS && NO_COLOR == null && TERM !== 'dumb' && (
|
|
11
|
+
FORCE_COLOR != null && FORCE_COLOR !== '0' || isTTY
|
|
12
|
+
),
|
|
13
|
+
|
|
14
|
+
// modifiers
|
|
15
|
+
reset: init(0, 0),
|
|
16
|
+
bold: init(1, 22),
|
|
17
|
+
dim: init(2, 22),
|
|
18
|
+
italic: init(3, 23),
|
|
19
|
+
underline: init(4, 24),
|
|
20
|
+
inverse: init(7, 27),
|
|
21
|
+
hidden: init(8, 28),
|
|
22
|
+
strikethrough: init(9, 29),
|
|
23
|
+
|
|
24
|
+
// colors
|
|
25
|
+
black: init(30, 39),
|
|
26
|
+
red: init(31, 39),
|
|
27
|
+
green: init(32, 39),
|
|
28
|
+
yellow: init(33, 39),
|
|
29
|
+
blue: init(34, 39),
|
|
30
|
+
magenta: init(35, 39),
|
|
31
|
+
cyan: init(36, 39),
|
|
32
|
+
white: init(37, 39),
|
|
33
|
+
gray: init(90, 39),
|
|
34
|
+
grey: init(90, 39),
|
|
35
|
+
|
|
36
|
+
// background colors
|
|
37
|
+
bgBlack: init(40, 49),
|
|
38
|
+
bgRed: init(41, 49),
|
|
39
|
+
bgGreen: init(42, 49),
|
|
40
|
+
bgYellow: init(43, 49),
|
|
41
|
+
bgBlue: init(44, 49),
|
|
42
|
+
bgMagenta: init(45, 49),
|
|
43
|
+
bgCyan: init(46, 49),
|
|
44
|
+
bgWhite: init(47, 49)
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
function run(arr, str) {
|
|
48
|
+
let i=0, tmp, beg='', end='';
|
|
49
|
+
for (; i < arr.length; i++) {
|
|
50
|
+
tmp = arr[i];
|
|
51
|
+
beg += tmp.open;
|
|
52
|
+
end += tmp.close;
|
|
53
|
+
if (!!~str.indexOf(tmp.close)) {
|
|
54
|
+
str = str.replace(tmp.rgx, tmp.close + tmp.open);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
return beg + str + end;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function chain(has, keys) {
|
|
61
|
+
let ctx = { has, keys };
|
|
62
|
+
|
|
63
|
+
ctx.reset = $.reset.bind(ctx);
|
|
64
|
+
ctx.bold = $.bold.bind(ctx);
|
|
65
|
+
ctx.dim = $.dim.bind(ctx);
|
|
66
|
+
ctx.italic = $.italic.bind(ctx);
|
|
67
|
+
ctx.underline = $.underline.bind(ctx);
|
|
68
|
+
ctx.inverse = $.inverse.bind(ctx);
|
|
69
|
+
ctx.hidden = $.hidden.bind(ctx);
|
|
70
|
+
ctx.strikethrough = $.strikethrough.bind(ctx);
|
|
71
|
+
|
|
72
|
+
ctx.black = $.black.bind(ctx);
|
|
73
|
+
ctx.red = $.red.bind(ctx);
|
|
74
|
+
ctx.green = $.green.bind(ctx);
|
|
75
|
+
ctx.yellow = $.yellow.bind(ctx);
|
|
76
|
+
ctx.blue = $.blue.bind(ctx);
|
|
77
|
+
ctx.magenta = $.magenta.bind(ctx);
|
|
78
|
+
ctx.cyan = $.cyan.bind(ctx);
|
|
79
|
+
ctx.white = $.white.bind(ctx);
|
|
80
|
+
ctx.gray = $.gray.bind(ctx);
|
|
81
|
+
ctx.grey = $.grey.bind(ctx);
|
|
82
|
+
|
|
83
|
+
ctx.bgBlack = $.bgBlack.bind(ctx);
|
|
84
|
+
ctx.bgRed = $.bgRed.bind(ctx);
|
|
85
|
+
ctx.bgGreen = $.bgGreen.bind(ctx);
|
|
86
|
+
ctx.bgYellow = $.bgYellow.bind(ctx);
|
|
87
|
+
ctx.bgBlue = $.bgBlue.bind(ctx);
|
|
88
|
+
ctx.bgMagenta = $.bgMagenta.bind(ctx);
|
|
89
|
+
ctx.bgCyan = $.bgCyan.bind(ctx);
|
|
90
|
+
ctx.bgWhite = $.bgWhite.bind(ctx);
|
|
91
|
+
|
|
92
|
+
return ctx;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
function init(open, close) {
|
|
96
|
+
let blk = {
|
|
97
|
+
open: `\x1b[${open}m`,
|
|
98
|
+
close: `\x1b[${close}m`,
|
|
99
|
+
rgx: new RegExp(`\\x1b\\[${close}m`, 'g')
|
|
100
|
+
};
|
|
101
|
+
return function (txt) {
|
|
102
|
+
if (this !== void 0 && this.has !== void 0) {
|
|
103
|
+
!!~this.has.indexOf(open) || (this.has.push(open),this.keys.push(blk));
|
|
104
|
+
return txt === void 0 ? this : $.enabled ? run(this.keys, txt+'') : txt+'';
|
|
105
|
+
}
|
|
106
|
+
return txt === void 0 ? chain([open], [blk]) : $.enabled ? run([blk], txt+'') : txt+'';
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
module.exports = $;
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
let FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM, isTTY=true;
|
|
4
|
+
if (typeof process !== 'undefined') {
|
|
5
|
+
({ FORCE_COLOR, NODE_DISABLE_COLORS, NO_COLOR, TERM } = process.env || {});
|
|
6
|
+
isTTY = process.stdout && process.stdout.isTTY;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
const $ = {
|
|
10
|
+
enabled: !NODE_DISABLE_COLORS && NO_COLOR == null && TERM !== 'dumb' && (
|
|
11
|
+
FORCE_COLOR != null && FORCE_COLOR !== '0' || isTTY
|
|
12
|
+
),
|
|
13
|
+
|
|
14
|
+
// modifiers
|
|
15
|
+
reset: init(0, 0),
|
|
16
|
+
bold: init(1, 22),
|
|
17
|
+
dim: init(2, 22),
|
|
18
|
+
italic: init(3, 23),
|
|
19
|
+
underline: init(4, 24),
|
|
20
|
+
inverse: init(7, 27),
|
|
21
|
+
hidden: init(8, 28),
|
|
22
|
+
strikethrough: init(9, 29),
|
|
23
|
+
|
|
24
|
+
// colors
|
|
25
|
+
black: init(30, 39),
|
|
26
|
+
red: init(31, 39),
|
|
27
|
+
green: init(32, 39),
|
|
28
|
+
yellow: init(33, 39),
|
|
29
|
+
blue: init(34, 39),
|
|
30
|
+
magenta: init(35, 39),
|
|
31
|
+
cyan: init(36, 39),
|
|
32
|
+
white: init(37, 39),
|
|
33
|
+
gray: init(90, 39),
|
|
34
|
+
grey: init(90, 39),
|
|
35
|
+
|
|
36
|
+
// background colors
|
|
37
|
+
bgBlack: init(40, 49),
|
|
38
|
+
bgRed: init(41, 49),
|
|
39
|
+
bgGreen: init(42, 49),
|
|
40
|
+
bgYellow: init(43, 49),
|
|
41
|
+
bgBlue: init(44, 49),
|
|
42
|
+
bgMagenta: init(45, 49),
|
|
43
|
+
bgCyan: init(46, 49),
|
|
44
|
+
bgWhite: init(47, 49)
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
function run(arr, str) {
|
|
48
|
+
let i=0, tmp, beg='', end='';
|
|
49
|
+
for (; i < arr.length; i++) {
|
|
50
|
+
tmp = arr[i];
|
|
51
|
+
beg += tmp.open;
|
|
52
|
+
end += tmp.close;
|
|
53
|
+
if (!!~str.indexOf(tmp.close)) {
|
|
54
|
+
str = str.replace(tmp.rgx, tmp.close + tmp.open);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
return beg + str + end;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function chain(has, keys) {
|
|
61
|
+
let ctx = { has, keys };
|
|
62
|
+
|
|
63
|
+
ctx.reset = $.reset.bind(ctx);
|
|
64
|
+
ctx.bold = $.bold.bind(ctx);
|
|
65
|
+
ctx.dim = $.dim.bind(ctx);
|
|
66
|
+
ctx.italic = $.italic.bind(ctx);
|
|
67
|
+
ctx.underline = $.underline.bind(ctx);
|
|
68
|
+
ctx.inverse = $.inverse.bind(ctx);
|
|
69
|
+
ctx.hidden = $.hidden.bind(ctx);
|
|
70
|
+
ctx.strikethrough = $.strikethrough.bind(ctx);
|
|
71
|
+
|
|
72
|
+
ctx.black = $.black.bind(ctx);
|
|
73
|
+
ctx.red = $.red.bind(ctx);
|
|
74
|
+
ctx.green = $.green.bind(ctx);
|
|
75
|
+
ctx.yellow = $.yellow.bind(ctx);
|
|
76
|
+
ctx.blue = $.blue.bind(ctx);
|
|
77
|
+
ctx.magenta = $.magenta.bind(ctx);
|
|
78
|
+
ctx.cyan = $.cyan.bind(ctx);
|
|
79
|
+
ctx.white = $.white.bind(ctx);
|
|
80
|
+
ctx.gray = $.gray.bind(ctx);
|
|
81
|
+
ctx.grey = $.grey.bind(ctx);
|
|
82
|
+
|
|
83
|
+
ctx.bgBlack = $.bgBlack.bind(ctx);
|
|
84
|
+
ctx.bgRed = $.bgRed.bind(ctx);
|
|
85
|
+
ctx.bgGreen = $.bgGreen.bind(ctx);
|
|
86
|
+
ctx.bgYellow = $.bgYellow.bind(ctx);
|
|
87
|
+
ctx.bgBlue = $.bgBlue.bind(ctx);
|
|
88
|
+
ctx.bgMagenta = $.bgMagenta.bind(ctx);
|
|
89
|
+
ctx.bgCyan = $.bgCyan.bind(ctx);
|
|
90
|
+
ctx.bgWhite = $.bgWhite.bind(ctx);
|
|
91
|
+
|
|
92
|
+
return ctx;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
function init(open, close) {
|
|
96
|
+
let blk = {
|
|
97
|
+
open: `\x1b[${open}m`,
|
|
98
|
+
close: `\x1b[${close}m`,
|
|
99
|
+
rgx: new RegExp(`\\x1b\\[${close}m`, 'g')
|
|
100
|
+
};
|
|
101
|
+
return function (txt) {
|
|
102
|
+
if (this !== void 0 && this.has !== void 0) {
|
|
103
|
+
!!~this.has.indexOf(open) || (this.has.push(open),this.keys.push(blk));
|
|
104
|
+
return txt === void 0 ? this : $.enabled ? run(this.keys, txt+'') : txt+'';
|
|
105
|
+
}
|
|
106
|
+
return txt === void 0 ? chain([open], [blk]) : $.enabled ? run([blk], txt+'') : txt+'';
|
|
107
|
+
};
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
export default $;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "kleur",
|
|
3
|
+
"version": "4.1.5",
|
|
4
|
+
"repository": "lukeed/kleur",
|
|
5
|
+
"description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
|
|
6
|
+
"module": "index.mjs",
|
|
7
|
+
"types": "index.d.ts",
|
|
8
|
+
"main": "index.js",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"exports": {
|
|
11
|
+
".": {
|
|
12
|
+
"types": "./index.d.ts",
|
|
13
|
+
"import": "./index.mjs",
|
|
14
|
+
"require": "./index.js"
|
|
15
|
+
},
|
|
16
|
+
"./colors": {
|
|
17
|
+
"types": "./colors.d.ts",
|
|
18
|
+
"import": "./colors.mjs",
|
|
19
|
+
"require": "./colors.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"files": [
|
|
23
|
+
"*.d.ts",
|
|
24
|
+
"colors.*",
|
|
25
|
+
"index.*"
|
|
26
|
+
],
|
|
27
|
+
"author": {
|
|
28
|
+
"name": "Luke Edwards",
|
|
29
|
+
"email": "luke.edwards05@gmail.com",
|
|
30
|
+
"url": "https://lukeed.com"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "node build",
|
|
34
|
+
"test": "uvu -r esm -i utils -i xyz"
|
|
35
|
+
},
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">=6"
|
|
38
|
+
},
|
|
39
|
+
"keywords": [
|
|
40
|
+
"ansi",
|
|
41
|
+
"cli",
|
|
42
|
+
"color",
|
|
43
|
+
"colors",
|
|
44
|
+
"console",
|
|
45
|
+
"terminal"
|
|
46
|
+
],
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"esm": "3.2.25",
|
|
49
|
+
"uvu": "0.3.3"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
export function klona(x) {
|
|
2
|
+
if (typeof x !== 'object') return x;
|
|
3
|
+
|
|
4
|
+
var k, tmp, str=Object.prototype.toString.call(x);
|
|
5
|
+
|
|
6
|
+
if (str === '[object Object]') {
|
|
7
|
+
if (x.constructor !== Object && typeof x.constructor === 'function') {
|
|
8
|
+
tmp = new x.constructor();
|
|
9
|
+
for (k in x) {
|
|
10
|
+
if (x.hasOwnProperty(k) && tmp[k] !== x[k]) {
|
|
11
|
+
tmp[k] = klona(x[k]);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
} else {
|
|
15
|
+
tmp = {}; // null
|
|
16
|
+
for (k in x) {
|
|
17
|
+
if (k === '__proto__') {
|
|
18
|
+
Object.defineProperty(tmp, k, {
|
|
19
|
+
value: klona(x[k]),
|
|
20
|
+
configurable: true,
|
|
21
|
+
enumerable: true,
|
|
22
|
+
writable: true,
|
|
23
|
+
});
|
|
24
|
+
} else {
|
|
25
|
+
tmp[k] = klona(x[k]);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
return tmp;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
if (str === '[object Array]') {
|
|
33
|
+
k = x.length;
|
|
34
|
+
for (tmp=Array(k); k--;) {
|
|
35
|
+
tmp[k] = klona(x[k]);
|
|
36
|
+
}
|
|
37
|
+
return tmp;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
if (str === '[object Set]') {
|
|
41
|
+
tmp = new Set;
|
|
42
|
+
x.forEach(function (val) {
|
|
43
|
+
tmp.add(klona(val));
|
|
44
|
+
});
|
|
45
|
+
return tmp;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
if (str === '[object Map]') {
|
|
49
|
+
tmp = new Map;
|
|
50
|
+
x.forEach(function (val, key) {
|
|
51
|
+
tmp.set(klona(key), klona(val));
|
|
52
|
+
});
|
|
53
|
+
return tmp;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
if (str === '[object Date]') {
|
|
57
|
+
return new Date(+x);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
if (str === '[object RegExp]') {
|
|
61
|
+
tmp = new RegExp(x.source, x.flags);
|
|
62
|
+
tmp.lastIndex = x.lastIndex;
|
|
63
|
+
return tmp;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
if (str === '[object DataView]') {
|
|
67
|
+
return new x.constructor( klona(x.buffer) );
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
if (str === '[object ArrayBuffer]') {
|
|
71
|
+
return x.slice(0);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// ArrayBuffer.isView(x)
|
|
75
|
+
// ~> `new` bcuz `Buffer.slice` => ref
|
|
76
|
+
if (str.slice(-6) === 'Array]') {
|
|
77
|
+
return new x.constructor(x);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
return x;
|
|
81
|
+
}
|