db-json-cli 2.0.1 → 2.0.3
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/.next/standalone/.next/BUILD_ID +1 -0
- package/.next/standalone/.next/app-path-routes-manifest.json +1 -0
- package/.next/standalone/.next/build-manifest.json +32 -0
- package/.next/standalone/.next/prerender-manifest.json +1 -0
- package/.next/standalone/.next/required-server-files.json +1 -0
- package/.next/standalone/.next/routes-manifest.json +1 -0
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -0
- package/.next/standalone/.next/server/app/_not-found.html +1 -0
- package/.next/standalone/.next/server/app/_not-found.rsc +9 -0
- package/.next/standalone/.next/server/app/api/[resource]/[id]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/[resource]/route.js +1 -0
- package/.next/standalone/.next/server/app/api/info/route.js +1 -0
- package/.next/standalone/.next/server/app/api/login/route.js +1 -0
- package/.next/standalone/.next/server/app/api/register/route.js +1 -0
- package/.next/standalone/.next/server/app/index.html +1 -0
- package/.next/standalone/.next/server/app/index.rsc +7 -0
- package/.next/standalone/.next/server/app/page.js +1 -0
- package/.next/standalone/.next/server/app-paths-manifest.json +9 -0
- package/.next/standalone/.next/server/pages/404.html +1 -0
- package/.next/standalone/.next/server/pages/500.html +1 -0
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -0
- package/.next/standalone/node_modules/@next/env/dist/index.js +1 -0
- package/.next/standalone/node_modules/@next/env/package.json +36 -0
- package/.next/standalone/node_modules/@swc/helpers/_/_interop_require_default/package.json +4 -0
- package/.next/standalone/node_modules/@swc/helpers/_/_interop_require_wildcard/package.json +4 -0
- package/.next/standalone/node_modules/@swc/helpers/_/_tagged_template_literal_loose/package.json +4 -0
- package/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_default.cjs +6 -0
- package/.next/standalone/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs +38 -0
- package/.next/standalone/node_modules/@swc/helpers/cjs/_tagged_template_literal_loose.cjs +10 -0
- package/.next/standalone/node_modules/@swc/helpers/package.json +452 -0
- package/.next/standalone/node_modules/busboy/lib/index.js +57 -0
- package/.next/standalone/node_modules/busboy/lib/types/multipart.js +653 -0
- package/.next/standalone/node_modules/busboy/lib/types/urlencoded.js +350 -0
- package/.next/standalone/node_modules/busboy/lib/utils.js +596 -0
- package/.next/standalone/node_modules/busboy/package.json +22 -0
- package/.next/standalone/node_modules/caniuse-lite/data/agents.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/browsers.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/aac.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/apng.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/audio.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/av1.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/avif.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/calc.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/colr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/const.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/cors.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-if.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/details.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/download.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/eme.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/eot.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es5.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/es6.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/flac.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/forms.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/heif.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/history.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/http2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/http3.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ime.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/imports.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/json.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/let.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/menu.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/meter.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/midi.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/opus.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/outline.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/picture.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ping.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/portals.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/progress.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/promises.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/rem.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/sni.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/stream.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/streams.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/svg.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/template.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/touch.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/url.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/video.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wav.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webm.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webp.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/woff.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/data/features.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- package/.next/standalone/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- package/.next/standalone/node_modules/caniuse-lite/package.json +34 -0
- package/.next/standalone/node_modules/client-only/index.js +0 -0
- package/.next/standalone/node_modules/client-only/package.json +19 -0
- package/.next/standalone/node_modules/graceful-fs/clone.js +23 -0
- package/.next/standalone/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/.next/standalone/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/.next/standalone/node_modules/graceful-fs/package.json +53 -0
- package/.next/standalone/node_modules/graceful-fs/polyfills.js +355 -0
- package/.next/standalone/node_modules/nanoid/non-secure/index.cjs +34 -0
- package/.next/standalone/node_modules/nanoid/non-secure/package.json +6 -0
- package/.next/standalone/node_modules/nanoid/package.json +89 -0
- package/.next/standalone/node_modules/next/dist/build/analysis/extract-const-value.js +200 -0
- package/.next/standalone/node_modules/next/dist/build/analysis/get-page-static-info.js +496 -0
- package/.next/standalone/node_modules/next/dist/build/analysis/parse-module.js +27 -0
- package/.next/standalone/node_modules/next/dist/build/babel/loader/get-config.js +335 -0
- package/.next/standalone/node_modules/next/dist/build/babel/loader/index.js +38 -0
- package/.next/standalone/node_modules/next/dist/build/babel/loader/transform.js +97 -0
- package/.next/standalone/node_modules/next/dist/build/babel/loader/util.js +20 -0
- package/.next/standalone/node_modules/next/dist/build/babel/plugins/commonjs.js +42 -0
- package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +32 -0
- package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-page-config.js +116 -0
- package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +25 -0
- package/.next/standalone/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +328 -0
- package/.next/standalone/node_modules/next/dist/build/build-context.js +58 -0
- package/.next/standalone/node_modules/next/dist/build/create-compiler-aliases.js +281 -0
- package/.next/standalone/node_modules/next/dist/build/deployment-id.js +18 -0
- package/.next/standalone/node_modules/next/dist/build/entries.js +624 -0
- package/.next/standalone/node_modules/next/dist/build/get-babel-config-file.js +35 -0
- package/.next/standalone/node_modules/next/dist/build/handle-externals.js +280 -0
- package/.next/standalone/node_modules/next/dist/build/load-entrypoint.js +128 -0
- package/.next/standalone/node_modules/next/dist/build/load-jsconfig.js +144 -0
- package/.next/standalone/node_modules/next/dist/build/normalize-catchall-routes.js +76 -0
- package/.next/standalone/node_modules/next/dist/build/output/index.js +295 -0
- package/.next/standalone/node_modules/next/dist/build/output/log.js +115 -0
- package/.next/standalone/node_modules/next/dist/build/output/store.js +214 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/fetch/index.js +6 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +7 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/object-assign.js +6 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/auto.js +4 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/implementation.js +4 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +6 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/object.assign/shim.js +6 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +1 -0
- package/.next/standalone/node_modules/next/dist/build/polyfills/process.js +5 -0
- package/.next/standalone/node_modules/next/dist/build/swc/index.js +975 -0
- package/.next/standalone/node_modules/next/dist/build/swc/options.js +357 -0
- package/.next/standalone/node_modules/next/dist/build/utils.js +1584 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/base.js +58 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/index.js +568 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +47 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +21 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +37 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +62 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +22 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +84 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +62 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +45 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +162 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/images/index.js +42 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +16 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/helpers.js +78 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/index.js +46 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/config/utils.js +13 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +32 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +89 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +269 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +36 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +107 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +207 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +327 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +91 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +26 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +463 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +15 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +156 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +27 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +17 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +410 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +90 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +58 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +52 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +120 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +59 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +129 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +40 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +35 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +117 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +89 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +100 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +70 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +186 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +90 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +99 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/loaders/utils.js +117 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +66 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +235 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +67 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +277 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +90 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/define-env-plugin.js +174 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +694 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +351 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/font-stylesheet-gathering-plugin.js +224 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +219 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +114 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +558 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +25 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +85 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +120 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +524 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +556 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +14 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +123 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +45 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +146 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +284 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +149 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +58 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/telemetry-plugin.js +173 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/terser-webpack-plugin/src/index.js +273 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +89 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +43 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +19 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +29 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +29 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +25 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +33 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +26 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +150 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseRSC.js +97 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +42 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +18 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +143 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/stringify-request.js +15 -0
- package/.next/standalone/node_modules/next/dist/build/webpack/utils.js +97 -0
- package/.next/standalone/node_modules/next/dist/build/webpack-config-rules/resolve.js +58 -0
- package/.next/standalone/node_modules/next/dist/build/webpack-config.js +2026 -0
- package/.next/standalone/node_modules/next/dist/client/add-base-path.js +24 -0
- package/.next/standalone/node_modules/next/dist/client/add-locale.js +28 -0
- package/.next/standalone/node_modules/next/dist/client/components/action-async-storage-instance.js +20 -0
- package/.next/standalone/node_modules/next/dist/client/components/action-async-storage.external.js +20 -0
- package/.next/standalone/node_modules/next/dist/client/components/app-router-headers.js +77 -0
- package/.next/standalone/node_modules/next/dist/client/components/async-local-storage.js +44 -0
- package/.next/standalone/node_modules/next/dist/client/components/bailout-to-client-rendering.js +25 -0
- package/.next/standalone/node_modules/next/dist/client/components/dev-root-not-found-boundary.js +50 -0
- package/.next/standalone/node_modules/next/dist/client/components/hooks-server-context.js +44 -0
- package/.next/standalone/node_modules/next/dist/client/components/match-segments.js +52 -0
- package/.next/standalone/node_modules/next/dist/client/components/navigation.js +268 -0
- package/.next/standalone/node_modules/next/dist/client/components/navigation.react-server.js +63 -0
- package/.next/standalone/node_modules/next/dist/client/components/noop-head.js +21 -0
- package/.next/standalone/node_modules/next/dist/client/components/not-found-boundary.js +107 -0
- package/.next/standalone/node_modules/next/dist/client/components/not-found-error.js +96 -0
- package/.next/standalone/node_modules/next/dist/client/components/not-found.js +43 -0
- package/.next/standalone/node_modules/next/dist/client/components/parallel-route-default.js +35 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/CodeFrame.js +120 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/index.js +19 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/CodeFrame/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/Dialog.js +86 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogBody.js +29 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogContent.js +29 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/DialogHeader.js +29 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/index.js +47 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Dialog/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/LeftRightDialogHeader.js +178 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/index.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/LeftRightDialogHeader/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/Overlay.js +62 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/body-locker.js +62 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/index.js +19 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/maintain--tab-focus.js +2716 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Overlay/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/ShadowPortal.js +42 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/EditorLink.js +67 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/Terminal.js +108 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/index.js +19 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Terminal/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/Toast.js +36 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/index.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/Toast/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/VersionStalenessInfo.js +104 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/index.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/VersionStalenessInfo/styles.js +30 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/components/hot-linked-text/index.js +74 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/BuildError.js +99 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/Errors.js +339 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/CallStackFrame.js +81 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/GroupedStackFrames.js +62 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/component-stack-pseudo-html.js +186 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/container/RuntimeError/index.js +126 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/format-webpack-messages.js +164 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getErrorByType.js +47 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js +44 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js +33 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/group-stack-frames-by-framework.js +36 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/hydration-error-info.js +77 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js +404 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js +75 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/noop-template.js +25 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parse-component-stack.js +98 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js +37 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/stack-frame.js +145 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/use-open-in-editor.js +37 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/hooks/use-on-click-outside.js +44 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CloseIcon.js +46 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/CollapseIcon.js +43 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/icons/FrameworkIcon.js +135 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/Base.js +37 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/ComponentStyles.js +55 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/internal/styles/CssReset.js +37 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/ErrorBoundary.js +56 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/ReactDevOverlay.js +82 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/bus.js +70 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/pages/client.js +172 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware-turbopack.js +124 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js +263 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/server/shared.js +103 -0
- package/.next/standalone/node_modules/next/dist/client/components/react-dev-overlay/shared.js +187 -0
- package/.next/standalone/node_modules/next/dist/client/components/redirect-status-code.js +24 -0
- package/.next/standalone/node_modules/next/dist/client/components/redirect.js +115 -0
- package/.next/standalone/node_modules/next/dist/client/components/request-async-storage-instance.js +20 -0
- package/.next/standalone/node_modules/next/dist/client/components/request-async-storage.external.js +37 -0
- package/.next/standalone/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +21 -0
- package/.next/standalone/node_modules/next/dist/client/components/static-generation-async-storage-instance.js +20 -0
- package/.next/standalone/node_modules/next/dist/client/components/static-generation-async-storage.external.js +20 -0
- package/.next/standalone/node_modules/next/dist/client/components/static-generation-bailout.js +43 -0
- package/.next/standalone/node_modules/next/dist/client/detect-domain-locale.js +26 -0
- package/.next/standalone/node_modules/next/dist/client/has-base-path.js +23 -0
- package/.next/standalone/node_modules/next/dist/client/head-manager.js +205 -0
- package/.next/standalone/node_modules/next/dist/client/normalize-trailing-slash.js +36 -0
- package/.next/standalone/node_modules/next/dist/client/remove-base-path.js +32 -0
- package/.next/standalone/node_modules/next/dist/client/remove-locale.js +28 -0
- package/.next/standalone/node_modules/next/dist/client/request-idle-callback.js +44 -0
- package/.next/standalone/node_modules/next/dist/client/resolve-href.js +79 -0
- package/.next/standalone/node_modules/next/dist/client/route-loader.js +319 -0
- package/.next/standalone/node_modules/next/dist/client/router.js +189 -0
- package/.next/standalone/node_modules/next/dist/client/script.js +357 -0
- package/.next/standalone/node_modules/next/dist/client/trusted-types.js +40 -0
- package/.next/standalone/node_modules/next/dist/client/with-router.js +37 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +336 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +46 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/blob.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/crypto.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/fetch.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +5 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +251 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/structured-clone.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@hapi/accept/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@napi-rs/triples/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/constants.js +10 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +9 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +65 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +39 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +35 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +14483 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +53 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +67 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +56 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +24 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +8 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +165 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +19 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +27 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +97 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +86 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +75 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +86 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +73 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +12 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/google/loader.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/local/loader.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/font/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +130 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +69 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +170 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +21 -0
- package/.next/standalone/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +27 -0
- package/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@opentelemetry/api/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/LICENSE +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/index.js +24 -0
- package/.next/standalone/node_modules/next/dist/compiled/@vercel/nft/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/acorn/acorn.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/acorn/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/amphtml-validator/index.js +17 -0
- package/.next/standalone/node_modules/next/dist/compiled/amphtml-validator/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/anser/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/anser/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/assert/assert.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/assert/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-retry/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-retry/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-sema/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/async-sema/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/bundle.js +1871 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/code-frame.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-config.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/core.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/generator.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/parser.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/plugin-transform-define.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/traverse.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel/types.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel-packages/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +399 -0
- package/.next/standalone/node_modules/next/dist/compiled/browserify-zlib/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/browserify-zlib/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/browserslist/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/browserslist/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/buffer/index.js +9 -0
- package/.next/standalone/node_modules/next/dist/compiled/buffer/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/bytes/index.js +8 -0
- package/.next/standalone/node_modules/next/dist/compiled/bytes/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ci-info/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ci-info/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/commander/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/commander/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/comment-json/index.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/comment-json/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/compression/index.js +51 -0
- package/.next/standalone/node_modules/next/dist/compiled/compression/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/conf/index.js +15 -0
- package/.next/standalone/node_modules/next/dist/compiled/conf/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/constants-browserify/constants.json +209 -0
- package/.next/standalone/node_modules/next/dist/compiled/constants-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/content-disposition/index.js +6 -0
- package/.next/standalone/node_modules/next/dist/compiled/content-disposition/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cookie/index.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/cookie/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cross-spawn/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cross-spawn/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/crypto-browserify/index.js +3 -0
- package/.next/standalone/node_modules/next/dist/compiled/crypto-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/css.escape/css.escape.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/css.escape/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/cssnano-simple/index.js +190 -0
- package/.next/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/debug/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/debug/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/devalue/devalue.umd.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/devalue/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/domain-browser/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/domain-browser/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/edge-runtime/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/edge-runtime/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/events/events.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/events/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/find-up/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/find-up/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/fresh/index.js +8 -0
- package/.next/standalone/node_modules/next/dist/compiled/fresh/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/get-orientation/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/get-orientation/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/glob/glob.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/glob/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/gzip-size/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/gzip-size/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/http-proxy/index.js +34 -0
- package/.next/standalone/node_modules/next/dist/compiled/http-proxy/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/http-proxy-agent/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/http-proxy-agent/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/https-browserify/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/https-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/https-proxy-agent/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/https-proxy-agent/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/icss-utils/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/icss-utils/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ignore-loader/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ignore-loader/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/image-size/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/image-size/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-animated/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-animated/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-docker/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-docker/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-wsl/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/is-wsl/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/jest-worker/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/jest-worker/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/jest-worker/processChild.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/jest-worker/threadChild.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/json5/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/json5/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/index.js +11 -0
- package/.next/standalone/node_modules/next/dist/compiled/jsonwebtoken/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/loader-utils2/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/loader-utils2/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/loader-utils3/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/loader-utils3/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/lodash.curry/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/lodash.curry/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/lru-cache/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/lru-cache/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/nanoid/index.cjs +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/nanoid/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/native-url/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/native-url/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/neo-async/async.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/neo-async/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +21 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +21 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +21 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +21 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +32 -0
- package/.next/standalone/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +32 -0
- package/.next/standalone/node_modules/next/dist/compiled/node-fetch/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/node-fetch/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/node-html-parser/index.js +2 -0
- package/.next/standalone/node_modules/next/dist/compiled/node-html-parser/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/os-browserify/browser.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/os-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/p-limit/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/p-limit/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-browserify/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/path-to-regexp/index.js +406 -0
- package/.next/standalone/node_modules/next/dist/compiled/picomatch/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/picomatch/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/platform/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/platform/platform.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +2 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-scope/index.js +2 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-scope/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-values/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-modules-values/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +94 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-preset-env/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-scss/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-value-parser/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/postcss-value-parser/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/process/browser.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/process/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/punycode/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/punycode/punycode.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/querystring-es3/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/querystring-es3/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +221 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js +14 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/index.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-is/package.json +26 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/babel.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +842 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +24 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +658 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +10 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/package.json +39 -0
- package/.next/standalone/node_modules/next/dist/compiled/react-refresh/runtime.js +7 -0
- package/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/package.json +19 -0
- package/.next/standalone/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +729 -0
- package/.next/standalone/node_modules/next/dist/compiled/sass-loader/cjs.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/sass-loader/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/schema-utils3/index.js +3 -0
- package/.next/standalone/node_modules/next/dist/compiled/schema-utils3/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/semver/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/semver/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/send/index.js +85 -0
- package/.next/standalone/node_modules/next/dist/compiled/send/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/setimmediate/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/setimmediate/setImmediate.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/shell-quote/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/shell-quote/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/source-map/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/source-map/source-map.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/source-map08/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/source-map08/source-map.js +3002 -0
- package/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stream-browserify/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stream-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stream-http/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/stream-http/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/string-hash/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/string-hash/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/string_decoder/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/string_decoder/string_decoder.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/strip-ansi/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/strip-ansi/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/superstruct/index.cjs +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/superstruct/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/tar/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/tar/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/text-table/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/text-table/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/timers-browserify/main.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/timers-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/tty-browserify/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/tty-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/unistore/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/unistore/unistore.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/util/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/util/util.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/vm-browserify/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/vm-browserify/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/watchpack/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/watchpack/watchpack.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/webpack/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/webpack/webpack.js +26 -0
- package/.next/standalone/node_modules/next/dist/compiled/webpack-sources3/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/webpack-sources3/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ws/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/ws/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/zod/index.js +1 -0
- package/.next/standalone/node_modules/next/dist/compiled/zod/package.json +1 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/context.js +57 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/fetch.js +133 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/httpget.js +26 -0
- package/.next/standalone/node_modules/next/dist/experimental/testmode/server.js +62 -0
- package/.next/standalone/node_modules/next/dist/export/helpers/is-dynamic-usage-error.js +16 -0
- package/.next/standalone/node_modules/next/dist/export/helpers/is-navigation-signal-error.js +15 -0
- package/.next/standalone/node_modules/next/dist/export/utils.js +24 -0
- package/.next/standalone/node_modules/next/dist/lib/batcher.js +59 -0
- package/.next/standalone/node_modules/next/dist/lib/build-custom-route.js +39 -0
- package/.next/standalone/node_modules/next/dist/lib/client-reference.js +16 -0
- package/.next/standalone/node_modules/next/dist/lib/coalesced-function.js +39 -0
- package/.next/standalone/node_modules/next/dist/lib/compile-error.js +14 -0
- package/.next/standalone/node_modules/next/dist/lib/constants.js +334 -0
- package/.next/standalone/node_modules/next/dist/lib/create-client-router-filter.js +67 -0
- package/.next/standalone/node_modules/next/dist/lib/detached-promise.js +32 -0
- package/.next/standalone/node_modules/next/dist/lib/detect-typo.js +51 -0
- package/.next/standalone/node_modules/next/dist/lib/download-swc.js +171 -0
- package/.next/standalone/node_modules/next/dist/lib/fatal-error.js +14 -0
- package/.next/standalone/node_modules/next/dist/lib/file-exists.js +53 -0
- package/.next/standalone/node_modules/next/dist/lib/find-config.js +102 -0
- package/.next/standalone/node_modules/next/dist/lib/find-pages-dir.js +50 -0
- package/.next/standalone/node_modules/next/dist/lib/find-root.js +45 -0
- package/.next/standalone/node_modules/next/dist/lib/format-dynamic-import-path.js +24 -0
- package/.next/standalone/node_modules/next/dist/lib/format-server-error.js +74 -0
- package/.next/standalone/node_modules/next/dist/lib/fs/rename.js +128 -0
- package/.next/standalone/node_modules/next/dist/lib/fs/write-atomic.js +28 -0
- package/.next/standalone/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +88 -0
- package/.next/standalone/node_modules/next/dist/lib/get-project-dir.js +51 -0
- package/.next/standalone/node_modules/next/dist/lib/has-necessary-dependencies.js +46 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-cache-directory.js +62 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-online.js +50 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-pkg-manager.js +63 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/get-registry.js +32 -0
- package/.next/standalone/node_modules/next/dist/lib/helpers/install.js +105 -0
- package/.next/standalone/node_modules/next/dist/lib/install-dependencies.js +40 -0
- package/.next/standalone/node_modules/next/dist/lib/interop-default.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-api-route.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-app-page-route.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-app-route-route.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/is-edge-runtime.js +16 -0
- package/.next/standalone/node_modules/next/dist/lib/is-error.js +44 -0
- package/.next/standalone/node_modules/next/dist/lib/is-internal-component.js +36 -0
- package/.next/standalone/node_modules/next/dist/lib/is-serializable-props.js +82 -0
- package/.next/standalone/node_modules/next/dist/lib/known-edge-safe-packages.json +1 -0
- package/.next/standalone/node_modules/next/dist/lib/load-custom-routes.js +504 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/clone-metadata.js +33 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/constants.js +40 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/default-metadata.js +77 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/alternate.js +55 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/basic.js +281 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/icons.js +66 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/meta.js +123 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/opengraph.js +474 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/generate/utils.js +38 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/get-metadata-route.js +85 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/is-metadata-route.js +115 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/metadata.js +163 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolve-metadata.js +629 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-basics.js +218 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-icons.js +56 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-opengraph.js +178 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-title.js +40 -0
- package/.next/standalone/node_modules/next/dist/lib/metadata/resolvers/resolve-url.js +136 -0
- package/.next/standalone/node_modules/next/dist/lib/needs-experimental-react.js +16 -0
- package/.next/standalone/node_modules/next/dist/lib/non-nullable.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/oxford-comma-list.js +15 -0
- package/.next/standalone/node_modules/next/dist/lib/page-types.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/patch-incorrect-lockfile.js +181 -0
- package/.next/standalone/node_modules/next/dist/lib/pick.js +19 -0
- package/.next/standalone/node_modules/next/dist/lib/picocolors.js +177 -0
- package/.next/standalone/node_modules/next/dist/lib/pretty-bytes.js +70 -0
- package/.next/standalone/node_modules/next/dist/lib/realpath.js +20 -0
- package/.next/standalone/node_modules/next/dist/lib/recursive-delete.js +75 -0
- package/.next/standalone/node_modules/next/dist/lib/recursive-readdir.js +124 -0
- package/.next/standalone/node_modules/next/dist/lib/redirect-status.js +46 -0
- package/.next/standalone/node_modules/next/dist/lib/resolve-from.js +55 -0
- package/.next/standalone/node_modules/next/dist/lib/scheduler.js +49 -0
- package/.next/standalone/node_modules/next/dist/lib/semver-noop.js +18 -0
- package/.next/standalone/node_modules/next/dist/lib/server-external-packages.json +53 -0
- package/.next/standalone/node_modules/next/dist/lib/try-to-parse-path.js +50 -0
- package/.next/standalone/node_modules/next/dist/lib/turbopack-warning.js +205 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +258 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +61 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +52 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/missingDependencyError.js +23 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/runTypeCheck.js +95 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +62 -0
- package/.next/standalone/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +296 -0
- package/.next/standalone/node_modules/next/dist/lib/url.js +45 -0
- package/.next/standalone/node_modules/next/dist/lib/verify-partytown-setup.js +110 -0
- package/.next/standalone/node_modules/next/dist/lib/verify-typescript-setup.js +165 -0
- package/.next/standalone/node_modules/next/dist/lib/wait.js +19 -0
- package/.next/standalone/node_modules/next/dist/lib/with-promise-cache.js +24 -0
- package/.next/standalone/node_modules/next/dist/pages/_app.js +42 -0
- package/.next/standalone/node_modules/next/dist/pages/_document.js +851 -0
- package/.next/standalone/node_modules/next/dist/server/accept-header.js +120 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/get-cookie-parser.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/index.js +198 -0
- package/.next/standalone/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +86 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/action-handler.js +730 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/action-utils.js +65 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/app-render.js +1034 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +53 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-component-tree.js +455 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-error-handler.js +99 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +50 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/csrf-protection.js +90 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/dynamic-rendering.js +195 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/encryption-utils.js +174 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/flight-render-result.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-asset-query-string.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +48 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-layer-assets.js +85 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +40 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-segment-param.js +42 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/interop-default.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +83 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +37 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/parse-loader-tree.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/react-server.node.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/required-scripts.js +71 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/server-inserted-html.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/static/static-renderer.js +165 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/strip-flight-headers.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/types.js +43 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/use-flight-response.js +126 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/validate-url.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +150 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/draft-mode-provider.js +53 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/request-async-storage-wrapper.js +109 -0
- package/.next/standalone/node_modules/next/dist/server/async-storage/static-generation-async-storage-wrapper.js +53 -0
- package/.next/standalone/node_modules/next/dist/server/base-http/index.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/base-http/node.js +119 -0
- package/.next/standalone/node_modules/next/dist/server/base-server.js +2253 -0
- package/.next/standalone/node_modules/next/dist/server/body-streams.js +90 -0
- package/.next/standalone/node_modules/next/dist/server/capsize-font-metrics.json +30312 -0
- package/.next/standalone/node_modules/next/dist/server/client-component-renderer-logger.js +69 -0
- package/.next/standalone/node_modules/next/dist/server/config-schema.js +483 -0
- package/.next/standalone/node_modules/next/dist/server/config-shared.js +165 -0
- package/.next/standalone/node_modules/next/dist/server/config-utils.js +189 -0
- package/.next/standalone/node_modules/next/dist/server/config.js +825 -0
- package/.next/standalone/node_modules/next/dist/server/crypto-utils.js +70 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-middleware.js +215 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +748 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-types.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1192 -0
- package/.next/standalone/node_modules/next/dist/server/dev/log-app-dir-error.js +80 -0
- package/.next/standalone/node_modules/next/dist/server/dev/messages.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/dev/next-dev-server.js +601 -0
- package/.next/standalone/node_modules/next/dist/server/dev/on-demand-entry-handler.js +663 -0
- package/.next/standalone/node_modules/next/dist/server/dev/parse-version-info.js +108 -0
- package/.next/standalone/node_modules/next/dist/server/dev/static-paths-worker.js +72 -0
- package/.next/standalone/node_modules/next/dist/server/dev/turbopack/entry-key.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/dev/turbopack/manifest-loader.js +327 -0
- package/.next/standalone/node_modules/next/dist/server/dev/turbopack-utils.js +713 -0
- package/.next/standalone/node_modules/next/dist/server/font-utils.js +205 -0
- package/.next/standalone/node_modules/next/dist/server/future/helpers/i18n-provider.js +146 -0
- package/.next/standalone/node_modules/next/dist/server/future/helpers/interception-routes.js +89 -0
- package/.next/standalone/node_modules/next/dist/server/future/helpers/module-loader/node-module-loader.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/future/helpers/module-loader/route-module-loader.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/absolute-filename-normalizer.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-bundle-path-normalizer.js +48 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-filename-normalizer.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-page-normalizer.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/app-pathname-normalizer.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/app/index.js +42 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/index.js +44 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-bundle-path-normalizer.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-filename-normalizer.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-page-normalizer.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/built/pages/pages-pathname-normalizer.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/locale-route-normalizer.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/normalizers.js +23 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/prefixing-normalizer.js +26 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/action.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/base-path.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/next-data.js +34 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/postponed.js +27 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/prefetch-rsc.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/prefix.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/rsc.js +19 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/request/suffix.js +27 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/underscore-normalizer.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/future/normalizers/wrap-normalizer-fn.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-definitions/app-page-route-definition.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-kind.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-managers/default-route-matcher-manager.js +227 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-managers/dev-route-matcher-manager.js +126 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/app-page-route-matcher-provider.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/app-route-route-matcher-provider.js +43 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +78 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +43 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +80 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +80 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/file-cache-route-matcher-provider.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +106 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +43 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/cached-route-matcher-provider.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +34 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/manifest-route-matcher-provider.js +21 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/pages-api-route-matcher-provider.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matcher-providers/pages-route-matcher-provider.js +65 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matchers/app-page-route-matcher.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matchers/app-route-route-matcher.js +15 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matchers/locale-route-matcher.js +68 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matchers/pages-api-route-matcher.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matchers/pages-route-matcher.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matchers/route-matcher.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-matches/pages-api-route-match.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js +24 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.js +94 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/module.render.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js +107 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/entrypoints.js +136 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/app-page/vendored/ssr/entrypoints.js +115 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/checks.js +45 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/helpers/response-handlers.js +67 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/builtin/_error.js +78 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js +14 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.js +92 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/module.render.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js +107 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js +4 -0
- package/.next/standalone/node_modules/next/dist/server/future/route-modules/route-module.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/get-app-route-from-entrypoint.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/get-route-from-entrypoint.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/htmlescape.js +37 -0
- package/.next/standalone/node_modules/next/dist/server/image-optimizer.js +914 -0
- package/.next/standalone/node_modules/next/dist/server/internal-utils.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/lib/app-dir-module.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/lib/app-info-log.js +113 -0
- package/.next/standalone/node_modules/next/dist/server/lib/builtin-request-context.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/lib/clone-response.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/lib/dedupe-fetch.js +157 -0
- package/.next/standalone/node_modules/next/dist/server/lib/dev-bundler-service.js +55 -0
- package/.next/standalone/node_modules/next/dist/server/lib/etag.js +56 -0
- package/.next/standalone/node_modules/next/dist/server/lib/find-page-file.js +111 -0
- package/.next/standalone/node_modules/next/dist/server/lib/format-hostname.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/fetch-cache.js +320 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +322 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/index.js +407 -0
- package/.next/standalone/node_modules/next/dist/server/lib/incremental-cache/shared-revalidate-timings.js +57 -0
- package/.next/standalone/node_modules/next/dist/server/lib/is-ipv6.js +41 -0
- package/.next/standalone/node_modules/next/dist/server/lib/match-next-data-pathname.js +18 -0
- package/.next/standalone/node_modules/next/dist/server/lib/mock-request.js +329 -0
- package/.next/standalone/node_modules/next/dist/server/lib/node-fs-methods.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/lib/patch-fetch.js +653 -0
- package/.next/standalone/node_modules/next/dist/server/lib/render-server.js +114 -0
- package/.next/standalone/node_modules/next/dist/server/lib/revalidate.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-server.js +502 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +76 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/build-data-route.js +44 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/filesystem.js +536 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/is-postpone.js +16 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/proxy-request.js +110 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +567 -0
- package/.next/standalone/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +830 -0
- package/.next/standalone/node_modules/next/dist/server/lib/server-action-request-meta.js +53 -0
- package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/invoke-request.js +33 -0
- package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/request-utils.js +60 -0
- package/.next/standalone/node_modules/next/dist/server/lib/server-ipc/utils.js +80 -0
- package/.next/standalone/node_modules/next/dist/server/lib/squoosh/main.js +136 -0
- package/.next/standalone/node_modules/next/dist/server/lib/start-server.js +325 -0
- package/.next/standalone/node_modules/next/dist/server/lib/to-route.js +37 -0
- package/.next/standalone/node_modules/next/dist/server/lib/trace/constants.js +202 -0
- package/.next/standalone/node_modules/next/dist/server/lib/trace/tracer.js +214 -0
- package/.next/standalone/node_modules/next/dist/server/lib/utils.js +87 -0
- package/.next/standalone/node_modules/next/dist/server/load-components.js +128 -0
- package/.next/standalone/node_modules/next/dist/server/load-default-error-components.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/load-manifest.js +70 -0
- package/.next/standalone/node_modules/next/dist/server/match-bundle.js +25 -0
- package/.next/standalone/node_modules/next/dist/server/next-server.js +1277 -0
- package/.next/standalone/node_modules/next/dist/server/next-typescript.js +13 -0
- package/.next/standalone/node_modules/next/dist/server/next.js +335 -0
- package/.next/standalone/node_modules/next/dist/server/node-environment.js +17 -0
- package/.next/standalone/node_modules/next/dist/server/node-polyfill-crypto.js +20 -0
- package/.next/standalone/node_modules/next/dist/server/optimize-amp.js +22 -0
- package/.next/standalone/node_modules/next/dist/server/pipe-readable.js +132 -0
- package/.next/standalone/node_modules/next/dist/server/post-process.js +175 -0
- package/.next/standalone/node_modules/next/dist/server/render-result.js +147 -0
- package/.next/standalone/node_modules/next/dist/server/render.js +1028 -0
- package/.next/standalone/node_modules/next/dist/server/request-meta.js +78 -0
- package/.next/standalone/node_modules/next/dist/server/require-hook.js +68 -0
- package/.next/standalone/node_modules/next/dist/server/require.js +121 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/index.js +149 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/types.js +6 -0
- package/.next/standalone/node_modules/next/dist/server/response-cache/utils.js +64 -0
- package/.next/standalone/node_modules/next/dist/server/send-payload.js +123 -0
- package/.next/standalone/node_modules/next/dist/server/send-response.js +51 -0
- package/.next/standalone/node_modules/next/dist/server/serve-static.js +62 -0
- package/.next/standalone/node_modules/next/dist/server/server-route-utils.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/server-utils.js +306 -0
- package/.next/standalone/node_modules/next/dist/server/setup-http-agent-env.js +27 -0
- package/.next/standalone/node_modules/next/dist/server/stream-utils/encodedTags.js +82 -0
- package/.next/standalone/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +484 -0
- package/.next/standalone/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +69 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/constant.js +96 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/index.js +204 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/client-boundary.js +68 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/config.js +388 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/entry.js +149 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/error.js +38 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/metadata.js +389 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/server-boundary.js +112 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/rules/server.js +79 -0
- package/.next/standalone/node_modules/next/dist/server/typescript/utils.js +194 -0
- package/.next/standalone/node_modules/next/dist/server/utils.js +87 -0
- package/.next/standalone/node_modules/next/dist/server/web/error.js +54 -0
- package/.next/standalone/node_modules/next/dist/server/web/http.js +39 -0
- package/.next/standalone/node_modules/next/dist/server/web/next-url.js +191 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/context.js +416 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +35 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/index.js +28 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/resource-managers.js +62 -0
- package/.next/standalone/node_modules/next/dist/server/web/sandbox/sandbox.js +115 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +192 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +134 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +30 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +150 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/cookies.js +29 -0
- package/.next/standalone/node_modules/next/dist/server/web/spec-extension/request.js +100 -0
- package/.next/standalone/node_modules/next/dist/server/web/utils.js +147 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/amp-mode.js +16 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +51 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/bloom-filter.js +86 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/constants.js +414 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/deep-freeze.js +30 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/encode-uri-path.js +15 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/error-source.js +36 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/escape-regexp.js +22 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/get-hostname.js +23 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/hash.js +42 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/head.js +189 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +39 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +36 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +63 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +30 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/image-blur-svg.js +23 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/image-config.js +69 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/is-plain-object.js +42 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/isomorphic/path.js +14 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +39 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +248 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/magic-identifier.js +99 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/match-local-pattern.js +47 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/match-remote-pattern.js +61 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/mitt.js +46 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/modern-browserslist-target.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +28 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +40 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/adapters.js +139 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/router.js +1728 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-locale.js +28 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/app-paths.js +51 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +17 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/compare-states.js +34 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +16 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +27 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/format-url.js +111 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +19 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +54 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js +35 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/index.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +53 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-bot.js +15 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +21 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +26 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +31 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/omit.js +21 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-path.js +33 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +29 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/parse-url.js +30 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +20 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/path-match.js +49 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +236 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/querystring.js +73 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +22 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +39 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +21 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +118 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +40 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/route-regex.js +192 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +170 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +18 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/runtime-config.external.js +31 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/segment.js +34 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +36 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/side-effect.js +66 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/utils/warn-once.js +22 -0
- package/.next/standalone/node_modules/next/dist/shared/lib/utils.js +203 -0
- package/.next/standalone/node_modules/next/dist/telemetry/anonymous-meta.js +89 -0
- package/.next/standalone/node_modules/next/dist/telemetry/ci-info.js +41 -0
- package/.next/standalone/node_modules/next/dist/telemetry/detached-flush.js +49 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/build.js +114 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/index.js +23 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/plugins.js +51 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/swc-load-failure.js +55 -0
- package/.next/standalone/node_modules/next/dist/telemetry/events/version.js +86 -0
- package/.next/standalone/node_modules/next/dist/telemetry/flush-and-exit.js +20 -0
- package/.next/standalone/node_modules/next/dist/telemetry/post-payload.js +44 -0
- package/.next/standalone/node_modules/next/dist/telemetry/project-id.js +48 -0
- package/.next/standalone/node_modules/next/dist/telemetry/storage.js +290 -0
- package/.next/standalone/node_modules/next/dist/trace/index.js +54 -0
- package/.next/standalone/node_modules/next/dist/trace/report/index.js +35 -0
- package/.next/standalone/node_modules/next/dist/trace/report/to-json.js +161 -0
- package/.next/standalone/node_modules/next/dist/trace/report/to-telemetry.js +36 -0
- package/.next/standalone/node_modules/next/dist/trace/shared.js +33 -0
- package/.next/standalone/node_modules/next/dist/trace/trace.js +194 -0
- package/.next/standalone/node_modules/next/font/google/target.css +1 -0
- package/.next/standalone/node_modules/next/package.json +337 -0
- package/.next/standalone/node_modules/picocolors/package.json +25 -0
- package/.next/standalone/node_modules/picocolors/picocolors.js +75 -0
- package/.next/standalone/node_modules/postcss/lib/at-rule.js +25 -0
- package/.next/standalone/node_modules/postcss/lib/comment.js +13 -0
- package/.next/standalone/node_modules/postcss/lib/container.js +439 -0
- package/.next/standalone/node_modules/postcss/lib/css-syntax-error.js +100 -0
- package/.next/standalone/node_modules/postcss/lib/declaration.js +24 -0
- package/.next/standalone/node_modules/postcss/lib/document.js +33 -0
- package/.next/standalone/node_modules/postcss/lib/fromJSON.js +54 -0
- package/.next/standalone/node_modules/postcss/lib/input.js +248 -0
- package/.next/standalone/node_modules/postcss/lib/lazy-result.js +550 -0
- package/.next/standalone/node_modules/postcss/lib/list.js +58 -0
- package/.next/standalone/node_modules/postcss/lib/map-generator.js +359 -0
- package/.next/standalone/node_modules/postcss/lib/no-work-result.js +135 -0
- package/.next/standalone/node_modules/postcss/lib/node.js +381 -0
- package/.next/standalone/node_modules/postcss/lib/parse.js +42 -0
- package/.next/standalone/node_modules/postcss/lib/parser.js +610 -0
- package/.next/standalone/node_modules/postcss/lib/postcss.js +101 -0
- package/.next/standalone/node_modules/postcss/lib/previous-map.js +142 -0
- package/.next/standalone/node_modules/postcss/lib/processor.js +67 -0
- package/.next/standalone/node_modules/postcss/lib/result.js +42 -0
- package/.next/standalone/node_modules/postcss/lib/root.js +61 -0
- package/.next/standalone/node_modules/postcss/lib/rule.js +27 -0
- package/.next/standalone/node_modules/postcss/lib/stringifier.js +353 -0
- package/.next/standalone/node_modules/postcss/lib/stringify.js +11 -0
- package/.next/standalone/node_modules/postcss/lib/symbols.js +5 -0
- package/.next/standalone/node_modules/postcss/lib/terminal-highlight.js +70 -0
- package/.next/standalone/node_modules/postcss/lib/tokenize.js +266 -0
- package/.next/standalone/node_modules/postcss/lib/warn-once.js +13 -0
- package/.next/standalone/node_modules/postcss/lib/warning.js +37 -0
- package/.next/standalone/node_modules/postcss/package.json +88 -0
- package/.next/standalone/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +10 -0
- package/.next/standalone/node_modules/react/cjs/react-jsx-runtime.development.js +1333 -0
- package/.next/standalone/node_modules/react/cjs/react-jsx-runtime.production.min.js +11 -0
- package/.next/standalone/node_modules/react/cjs/react.development.js +2740 -0
- package/.next/standalone/node_modules/react/cjs/react.production.min.js +26 -0
- package/.next/standalone/node_modules/react/index.js +7 -0
- package/.next/standalone/node_modules/react/jsx-dev-runtime.js +7 -0
- package/.next/standalone/node_modules/react/jsx-runtime.js +7 -0
- package/.next/standalone/node_modules/react/package.json +47 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +7029 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +93 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.development.js +7014 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +96 -0
- package/.next/standalone/node_modules/react-dom/cjs/react-dom.production.min.js +322 -0
- package/.next/standalone/node_modules/react-dom/index.js +38 -0
- package/.next/standalone/node_modules/react-dom/package.json +62 -0
- package/.next/standalone/node_modules/react-dom/server.browser.js +17 -0
- package/.next/standalone/node_modules/scheduler/cjs/scheduler.development.js +634 -0
- package/.next/standalone/node_modules/scheduler/cjs/scheduler.production.min.js +19 -0
- package/.next/standalone/node_modules/scheduler/index.js +7 -0
- package/.next/standalone/node_modules/scheduler/package.json +36 -0
- package/.next/standalone/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.next/standalone/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.next/standalone/node_modules/source-map-js/lib/base64.js +67 -0
- package/.next/standalone/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.next/standalone/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.next/standalone/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.next/standalone/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.next/standalone/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.next/standalone/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.next/standalone/node_modules/source-map-js/lib/util.js +594 -0
- package/.next/standalone/node_modules/source-map-js/package.json +71 -0
- package/.next/standalone/node_modules/source-map-js/source-map.js +8 -0
- package/.next/standalone/node_modules/streamsearch/lib/sbmh.js +267 -0
- package/.next/standalone/node_modules/streamsearch/package.json +34 -0
- package/.next/standalone/node_modules/styled-jsx/dist/index/index.js +499 -0
- package/.next/standalone/node_modules/styled-jsx/index.js +1 -0
- package/.next/standalone/node_modules/styled-jsx/package.json +129 -0
- package/.next/standalone/node_modules/styled-jsx/style.js +1 -0
- package/.next/standalone/package.json +47 -0
- package/.next/standalone/server.js +44 -0
- package/bin/cli.js +18 -14
- package/package.json +3 -7
- package/.next/BUILD_ID +0 -1
- package/.next/app-path-routes-manifest.json +0 -1
- package/.next/build-manifest.json +0 -32
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/3.pack +0 -0
- package/.next/cache/webpack/client-production/4.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/1.pack +0 -0
- package/.next/cache/webpack/server-production/2.pack +0 -0
- package/.next/cache/webpack/server-production/3.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/export-marker.json +0 -1
- package/.next/images-manifest.json +0 -1
- package/.next/next-minimal-server.js.nft.json +0 -1
- package/.next/next-server.js.nft.json +0 -1
- package/.next/prerender-manifest.json +0 -1
- package/.next/required-server-files.json +0 -1
- package/.next/routes-manifest.json +0 -1
- package/.next/server/app/_not-found/page.js +0 -1
- package/.next/server/app/_not-found.html +0 -1
- package/.next/server/app/_not-found.rsc +0 -9
- package/.next/server/app/api/[resource]/[id]/route.js +0 -1
- package/.next/server/app/api/[resource]/route.js +0 -1
- package/.next/server/app/api/info/route.js +0 -1
- package/.next/server/app/api/login/route.js +0 -1
- package/.next/server/app/api/register/route.js +0 -1
- package/.next/server/app/index.html +0 -1
- package/.next/server/app/index.rsc +0 -7
- package/.next/server/app/page.js +0 -1
- package/.next/server/app-paths-manifest.json +0 -9
- package/.next/server/font-manifest.json +0 -1
- package/.next/server/functions-config-manifest.json +0 -1
- package/.next/server/interception-route-rewrite-manifest.js +0 -1
- package/.next/server/pages/404.html +0 -1
- package/.next/server/pages/500.html +0 -1
- package/.next/server/server-reference-manifest.json +0 -1
- package/.next/trace +0 -2
- package/.next/types/app/api/[resource]/[id]/route.ts +0 -343
- package/.next/types/app/api/[resource]/route.ts +0 -343
- package/.next/types/app/api/info/route.ts +0 -343
- package/.next/types/app/api/login/route.ts +0 -343
- package/.next/types/app/api/register/route.ts +0 -343
- package/.next/types/app/layout.ts +0 -79
- package/.next/types/app/page.ts +0 -79
- package/.next/types/package.json +0 -1
- package/app/api/[resource]/[id]/route.js +0 -34
- package/app/api/[resource]/route.js +0 -74
- package/app/api/info/route.js +0 -26
- package/app/api/login/route.js +0 -27
- package/app/api/register/route.js +0 -32
- package/app/layout.jsx +0 -7
- package/app/page.jsx +0 -321
- package/db.json +0 -57
- package/jsconfig.json +0 -8
- package/lib/auth.js +0 -36
- package/lib/db.js +0 -47
- package/next.config.js +0 -21
- /package/.next/{app-build-manifest.json → standalone/.next/app-build-manifest.json} +0 -0
- /package/.next/{package.json → standalone/.next/package.json} +0 -0
- /package/.next/{react-loadable-manifest.json → standalone/.next/react-loadable-manifest.json} +0 -0
- /package/.next/{server → standalone/.next/server}/app/_not-found/page.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/_not-found/page_client-reference-manifest.js +0 -0
- /package/.next/{server → standalone/.next/server}/app/_not-found.meta +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/[resource]/[id]/route.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/[resource]/route.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/info/route.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/info.body +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/info.meta +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/login/route.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/api/register/route.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/index.meta +0 -0
- /package/.next/{server → standalone/.next/server}/app/page.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/app/page_client-reference-manifest.js +0 -0
- /package/.next/{server → standalone/.next/server}/chunks/276.js +0 -0
- /package/.next/{server → standalone/.next/server}/chunks/471.js +0 -0
- /package/.next/{server → standalone/.next/server}/chunks/610.js +0 -0
- /package/.next/{server → standalone/.next/server}/chunks/682.js +0 -0
- /package/.next/{server → standalone/.next/server}/chunks/944.js +0 -0
- /package/.next/{server/chunks → standalone/.next/server}/font-manifest.json +0 -0
- /package/.next/{server → standalone/.next/server}/middleware-build-manifest.js +0 -0
- /package/.next/{server → standalone/.next/server}/middleware-manifest.json +0 -0
- /package/.next/{server → standalone/.next/server}/middleware-react-loadable-manifest.js +0 -0
- /package/.next/{server → standalone/.next/server}/next-font-manifest.js +0 -0
- /package/.next/{server → standalone/.next/server}/next-font-manifest.json +0 -0
- /package/.next/{server → standalone/.next/server}/pages/_app.js +0 -0
- /package/.next/{server → standalone/.next/server}/pages/_app.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/pages/_document.js +0 -0
- /package/.next/{server → standalone/.next/server}/pages/_document.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/pages/_error.js +0 -0
- /package/.next/{server → standalone/.next/server}/pages/_error.js.nft.json +0 -0
- /package/.next/{server → standalone/.next/server}/pages-manifest.json +0 -0
- /package/.next/{server → standalone/.next/server}/server-reference-manifest.js +0 -0
- /package/.next/{server → standalone/.next/server}/webpack-runtime.js +0 -0
- /package/.next/static/{vSEQaRlm1A99jSM80ZjFU → FILmz7SXSZj16Eu_uBk6b}/_buildManifest.js +0 -0
- /package/.next/static/{vSEQaRlm1A99jSM80ZjFU → FILmz7SXSZj16Eu_uBk6b}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,3002 @@
|
|
|
1
|
+
/******/ (() => { // webpackBootstrap
|
|
2
|
+
/******/ var __webpack_modules__ = ({
|
|
3
|
+
|
|
4
|
+
/***/ 963:
|
|
5
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
6
|
+
|
|
7
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
8
|
+
/*
|
|
9
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
10
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
11
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* A data structure which is a combination of an array and a set. Adding a new
|
|
16
|
+
* member is O(1), testing for membership is O(1), and finding the index of an
|
|
17
|
+
* element is O(1). Removing elements from the set is not supported. Only
|
|
18
|
+
* strings are supported for membership.
|
|
19
|
+
*/
|
|
20
|
+
class ArraySet {
|
|
21
|
+
constructor() {
|
|
22
|
+
this._array = [];
|
|
23
|
+
this._set = new Map();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Static method for creating ArraySet instances from an existing array.
|
|
28
|
+
*/
|
|
29
|
+
static fromArray(aArray, aAllowDuplicates) {
|
|
30
|
+
const set = new ArraySet();
|
|
31
|
+
for (let i = 0, len = aArray.length; i < len; i++) {
|
|
32
|
+
set.add(aArray[i], aAllowDuplicates);
|
|
33
|
+
}
|
|
34
|
+
return set;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Return how many unique items are in this ArraySet. If duplicates have been
|
|
39
|
+
* added, than those do not count towards the size.
|
|
40
|
+
*
|
|
41
|
+
* @returns Number
|
|
42
|
+
*/
|
|
43
|
+
size() {
|
|
44
|
+
return this._set.size;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* Add the given string to this set.
|
|
49
|
+
*
|
|
50
|
+
* @param String aStr
|
|
51
|
+
*/
|
|
52
|
+
add(aStr, aAllowDuplicates) {
|
|
53
|
+
const isDuplicate = this.has(aStr);
|
|
54
|
+
const idx = this._array.length;
|
|
55
|
+
if (!isDuplicate || aAllowDuplicates) {
|
|
56
|
+
this._array.push(aStr);
|
|
57
|
+
}
|
|
58
|
+
if (!isDuplicate) {
|
|
59
|
+
this._set.set(aStr, idx);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Is the given string a member of this set?
|
|
65
|
+
*
|
|
66
|
+
* @param String aStr
|
|
67
|
+
*/
|
|
68
|
+
has(aStr) {
|
|
69
|
+
return this._set.has(aStr);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* What is the index of the given string in the array?
|
|
74
|
+
*
|
|
75
|
+
* @param String aStr
|
|
76
|
+
*/
|
|
77
|
+
indexOf(aStr) {
|
|
78
|
+
const idx = this._set.get(aStr);
|
|
79
|
+
if (idx >= 0) {
|
|
80
|
+
return idx;
|
|
81
|
+
}
|
|
82
|
+
throw new Error('"' + aStr + '" is not in the set.');
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* What is the element at the given index?
|
|
87
|
+
*
|
|
88
|
+
* @param Number aIdx
|
|
89
|
+
*/
|
|
90
|
+
at(aIdx) {
|
|
91
|
+
if (aIdx >= 0 && aIdx < this._array.length) {
|
|
92
|
+
return this._array[aIdx];
|
|
93
|
+
}
|
|
94
|
+
throw new Error("No element indexed by " + aIdx);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Returns the array representation of this set (which has the proper indices
|
|
99
|
+
* indicated by indexOf). Note that this is a copy of the internal array used
|
|
100
|
+
* for storing the members so that no one can mess with internal state.
|
|
101
|
+
*/
|
|
102
|
+
toArray() {
|
|
103
|
+
return this._array.slice();
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
exports.I = ArraySet;
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
/***/ }),
|
|
110
|
+
|
|
111
|
+
/***/ 344:
|
|
112
|
+
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
113
|
+
|
|
114
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
115
|
+
/*
|
|
116
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
117
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
118
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
119
|
+
*
|
|
120
|
+
* Based on the Base 64 VLQ implementation in Closure Compiler:
|
|
121
|
+
* https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java
|
|
122
|
+
*
|
|
123
|
+
* Copyright 2011 The Closure Compiler Authors. All rights reserved.
|
|
124
|
+
* Redistribution and use in source and binary forms, with or without
|
|
125
|
+
* modification, are permitted provided that the following conditions are
|
|
126
|
+
* met:
|
|
127
|
+
*
|
|
128
|
+
* * Redistributions of source code must retain the above copyright
|
|
129
|
+
* notice, this list of conditions and the following disclaimer.
|
|
130
|
+
* * Redistributions in binary form must reproduce the above
|
|
131
|
+
* copyright notice, this list of conditions and the following
|
|
132
|
+
* disclaimer in the documentation and/or other materials provided
|
|
133
|
+
* with the distribution.
|
|
134
|
+
* * Neither the name of Google Inc. nor the names of its
|
|
135
|
+
* contributors may be used to endorse or promote products derived
|
|
136
|
+
* from this software without specific prior written permission.
|
|
137
|
+
*
|
|
138
|
+
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
139
|
+
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
140
|
+
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
141
|
+
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
142
|
+
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
143
|
+
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
144
|
+
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
145
|
+
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
146
|
+
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
147
|
+
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
148
|
+
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
149
|
+
*/
|
|
150
|
+
|
|
151
|
+
const base64 = __nccwpck_require__(209);
|
|
152
|
+
|
|
153
|
+
// A single base 64 digit can contain 6 bits of data. For the base 64 variable
|
|
154
|
+
// length quantities we use in the source map spec, the first bit is the sign,
|
|
155
|
+
// the next four bits are the actual value, and the 6th bit is the
|
|
156
|
+
// continuation bit. The continuation bit tells us whether there are more
|
|
157
|
+
// digits in this value following this digit.
|
|
158
|
+
//
|
|
159
|
+
// Continuation
|
|
160
|
+
// | Sign
|
|
161
|
+
// | |
|
|
162
|
+
// V V
|
|
163
|
+
// 101011
|
|
164
|
+
|
|
165
|
+
const VLQ_BASE_SHIFT = 5;
|
|
166
|
+
|
|
167
|
+
// binary: 100000
|
|
168
|
+
const VLQ_BASE = 1 << VLQ_BASE_SHIFT;
|
|
169
|
+
|
|
170
|
+
// binary: 011111
|
|
171
|
+
const VLQ_BASE_MASK = VLQ_BASE - 1;
|
|
172
|
+
|
|
173
|
+
// binary: 100000
|
|
174
|
+
const VLQ_CONTINUATION_BIT = VLQ_BASE;
|
|
175
|
+
|
|
176
|
+
/**
|
|
177
|
+
* Converts from a two-complement value to a value where the sign bit is
|
|
178
|
+
* placed in the least significant bit. For example, as decimals:
|
|
179
|
+
* 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)
|
|
180
|
+
* 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)
|
|
181
|
+
*/
|
|
182
|
+
function toVLQSigned(aValue) {
|
|
183
|
+
return aValue < 0
|
|
184
|
+
? ((-aValue) << 1) + 1
|
|
185
|
+
: (aValue << 1) + 0;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Converts to a two-complement value from a value where the sign bit is
|
|
190
|
+
* placed in the least significant bit. For example, as decimals:
|
|
191
|
+
* 2 (10 binary) becomes 1, 3 (11 binary) becomes -1
|
|
192
|
+
* 4 (100 binary) becomes 2, 5 (101 binary) becomes -2
|
|
193
|
+
*/
|
|
194
|
+
// eslint-disable-next-line no-unused-vars
|
|
195
|
+
function fromVLQSigned(aValue) {
|
|
196
|
+
const isNegative = (aValue & 1) === 1;
|
|
197
|
+
const shifted = aValue >> 1;
|
|
198
|
+
return isNegative
|
|
199
|
+
? -shifted
|
|
200
|
+
: shifted;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Returns the base 64 VLQ encoded value.
|
|
205
|
+
*/
|
|
206
|
+
exports.encode = function base64VLQ_encode(aValue) {
|
|
207
|
+
let encoded = "";
|
|
208
|
+
let digit;
|
|
209
|
+
|
|
210
|
+
let vlq = toVLQSigned(aValue);
|
|
211
|
+
|
|
212
|
+
do {
|
|
213
|
+
digit = vlq & VLQ_BASE_MASK;
|
|
214
|
+
vlq >>>= VLQ_BASE_SHIFT;
|
|
215
|
+
if (vlq > 0) {
|
|
216
|
+
// There are still more digits in this value, so we must make sure the
|
|
217
|
+
// continuation bit is marked.
|
|
218
|
+
digit |= VLQ_CONTINUATION_BIT;
|
|
219
|
+
}
|
|
220
|
+
encoded += base64.encode(digit);
|
|
221
|
+
} while (vlq > 0);
|
|
222
|
+
|
|
223
|
+
return encoded;
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
/***/ }),
|
|
228
|
+
|
|
229
|
+
/***/ 209:
|
|
230
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
231
|
+
|
|
232
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
233
|
+
/*
|
|
234
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
235
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
236
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
237
|
+
*/
|
|
238
|
+
|
|
239
|
+
const intToCharMap = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");
|
|
240
|
+
|
|
241
|
+
/**
|
|
242
|
+
* Encode an integer in the range of 0 to 63 to a single base 64 digit.
|
|
243
|
+
*/
|
|
244
|
+
exports.encode = function(number) {
|
|
245
|
+
if (0 <= number && number < intToCharMap.length) {
|
|
246
|
+
return intToCharMap[number];
|
|
247
|
+
}
|
|
248
|
+
throw new TypeError("Must be between 0 and 63: " + number);
|
|
249
|
+
};
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
/***/ }),
|
|
253
|
+
|
|
254
|
+
/***/ 700:
|
|
255
|
+
/***/ ((__unused_webpack_module, exports) => {
|
|
256
|
+
|
|
257
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
258
|
+
/*
|
|
259
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
260
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
261
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
262
|
+
*/
|
|
263
|
+
|
|
264
|
+
exports.GREATEST_LOWER_BOUND = 1;
|
|
265
|
+
exports.LEAST_UPPER_BOUND = 2;
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Recursive implementation of binary search.
|
|
269
|
+
*
|
|
270
|
+
* @param aLow Indices here and lower do not contain the needle.
|
|
271
|
+
* @param aHigh Indices here and higher do not contain the needle.
|
|
272
|
+
* @param aNeedle The element being searched for.
|
|
273
|
+
* @param aHaystack The non-empty array being searched.
|
|
274
|
+
* @param aCompare Function which takes two elements and returns -1, 0, or 1.
|
|
275
|
+
* @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
|
|
276
|
+
* 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
|
|
277
|
+
* closest element that is smaller than or greater than the one we are
|
|
278
|
+
* searching for, respectively, if the exact element cannot be found.
|
|
279
|
+
*/
|
|
280
|
+
function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
|
|
281
|
+
// This function terminates when one of the following is true:
|
|
282
|
+
//
|
|
283
|
+
// 1. We find the exact element we are looking for.
|
|
284
|
+
//
|
|
285
|
+
// 2. We did not find the exact element, but we can return the index of
|
|
286
|
+
// the next-closest element.
|
|
287
|
+
//
|
|
288
|
+
// 3. We did not find the exact element, and there is no next-closest
|
|
289
|
+
// element than the one we are searching for, so we return -1.
|
|
290
|
+
const mid = Math.floor((aHigh - aLow) / 2) + aLow;
|
|
291
|
+
const cmp = aCompare(aNeedle, aHaystack[mid], true);
|
|
292
|
+
if (cmp === 0) {
|
|
293
|
+
// Found the element we are looking for.
|
|
294
|
+
return mid;
|
|
295
|
+
} else if (cmp > 0) {
|
|
296
|
+
// Our needle is greater than aHaystack[mid].
|
|
297
|
+
if (aHigh - mid > 1) {
|
|
298
|
+
// The element is in the upper half.
|
|
299
|
+
return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
// The exact needle element was not found in this haystack. Determine if
|
|
303
|
+
// we are in termination case (3) or (2) and return the appropriate thing.
|
|
304
|
+
if (aBias == exports.LEAST_UPPER_BOUND) {
|
|
305
|
+
return aHigh < aHaystack.length ? aHigh : -1;
|
|
306
|
+
}
|
|
307
|
+
return mid;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
// Our needle is less than aHaystack[mid].
|
|
311
|
+
if (mid - aLow > 1) {
|
|
312
|
+
// The element is in the lower half.
|
|
313
|
+
return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// we are in termination case (3) or (2) and return the appropriate thing.
|
|
317
|
+
if (aBias == exports.LEAST_UPPER_BOUND) {
|
|
318
|
+
return mid;
|
|
319
|
+
}
|
|
320
|
+
return aLow < 0 ? -1 : aLow;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/**
|
|
324
|
+
* This is an implementation of binary search which will always try and return
|
|
325
|
+
* the index of the closest element if there is no exact hit. This is because
|
|
326
|
+
* mappings between original and generated line/col pairs are single points,
|
|
327
|
+
* and there is an implicit region between each of them, so a miss just means
|
|
328
|
+
* that you aren't on the very start of a region.
|
|
329
|
+
*
|
|
330
|
+
* @param aNeedle The element you are looking for.
|
|
331
|
+
* @param aHaystack The array that is being searched.
|
|
332
|
+
* @param aCompare A function which takes the needle and an element in the
|
|
333
|
+
* array and returns -1, 0, or 1 depending on whether the needle is less
|
|
334
|
+
* than, equal to, or greater than the element, respectively.
|
|
335
|
+
* @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
|
|
336
|
+
* 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
|
|
337
|
+
* closest element that is smaller than or greater than the one we are
|
|
338
|
+
* searching for, respectively, if the exact element cannot be found.
|
|
339
|
+
* Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
|
|
340
|
+
*/
|
|
341
|
+
exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
|
|
342
|
+
if (aHaystack.length === 0) {
|
|
343
|
+
return -1;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
let index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
|
|
347
|
+
aCompare, aBias || exports.GREATEST_LOWER_BOUND);
|
|
348
|
+
if (index < 0) {
|
|
349
|
+
return -1;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
// We have found either the exact element, or the next-closest element than
|
|
353
|
+
// the one we are searching for. However, there may be more than one such
|
|
354
|
+
// element. Make sure we always return the smallest of these.
|
|
355
|
+
while (index - 1 >= 0) {
|
|
356
|
+
if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {
|
|
357
|
+
break;
|
|
358
|
+
}
|
|
359
|
+
--index;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
return index;
|
|
363
|
+
};
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
/***/ }),
|
|
367
|
+
|
|
368
|
+
/***/ 371:
|
|
369
|
+
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
370
|
+
|
|
371
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
372
|
+
/*
|
|
373
|
+
* Copyright 2014 Mozilla Foundation and contributors
|
|
374
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
375
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
376
|
+
*/
|
|
377
|
+
|
|
378
|
+
const util = __nccwpck_require__(354);
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* Determine whether mappingB is after mappingA with respect to generated
|
|
382
|
+
* position.
|
|
383
|
+
*/
|
|
384
|
+
function generatedPositionAfter(mappingA, mappingB) {
|
|
385
|
+
// Optimized for most common case
|
|
386
|
+
const lineA = mappingA.generatedLine;
|
|
387
|
+
const lineB = mappingB.generatedLine;
|
|
388
|
+
const columnA = mappingA.generatedColumn;
|
|
389
|
+
const columnB = mappingB.generatedColumn;
|
|
390
|
+
return lineB > lineA || lineB == lineA && columnB >= columnA ||
|
|
391
|
+
util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
/**
|
|
395
|
+
* A data structure to provide a sorted view of accumulated mappings in a
|
|
396
|
+
* performance conscious manner. It trades a negligible overhead in general
|
|
397
|
+
* case for a large speedup in case of mappings being added in order.
|
|
398
|
+
*/
|
|
399
|
+
class MappingList {
|
|
400
|
+
constructor() {
|
|
401
|
+
this._array = [];
|
|
402
|
+
this._sorted = true;
|
|
403
|
+
// Serves as infimum
|
|
404
|
+
this._last = {generatedLine: -1, generatedColumn: 0};
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
/**
|
|
408
|
+
* Iterate through internal items. This method takes the same arguments that
|
|
409
|
+
* `Array.prototype.forEach` takes.
|
|
410
|
+
*
|
|
411
|
+
* NOTE: The order of the mappings is NOT guaranteed.
|
|
412
|
+
*/
|
|
413
|
+
unsortedForEach(aCallback, aThisArg) {
|
|
414
|
+
this._array.forEach(aCallback, aThisArg);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/**
|
|
418
|
+
* Add the given source mapping.
|
|
419
|
+
*
|
|
420
|
+
* @param Object aMapping
|
|
421
|
+
*/
|
|
422
|
+
add(aMapping) {
|
|
423
|
+
if (generatedPositionAfter(this._last, aMapping)) {
|
|
424
|
+
this._last = aMapping;
|
|
425
|
+
this._array.push(aMapping);
|
|
426
|
+
} else {
|
|
427
|
+
this._sorted = false;
|
|
428
|
+
this._array.push(aMapping);
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
/**
|
|
433
|
+
* Returns the flat, sorted array of mappings. The mappings are sorted by
|
|
434
|
+
* generated position.
|
|
435
|
+
*
|
|
436
|
+
* WARNING: This method returns internal data without copying, for
|
|
437
|
+
* performance. The return value must NOT be mutated, and should be treated as
|
|
438
|
+
* an immutable borrow. If you want to take ownership, you must make your own
|
|
439
|
+
* copy.
|
|
440
|
+
*/
|
|
441
|
+
toArray() {
|
|
442
|
+
if (!this._sorted) {
|
|
443
|
+
this._array.sort(util.compareByGeneratedPositionsInflated);
|
|
444
|
+
this._sorted = true;
|
|
445
|
+
}
|
|
446
|
+
return this._array;
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
exports.H = MappingList;
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
/***/ }),
|
|
454
|
+
|
|
455
|
+
/***/ 799:
|
|
456
|
+
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
457
|
+
|
|
458
|
+
"use strict";
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
// Note: This file is replaced with "read-wasm-browser.js" when this module is
|
|
462
|
+
// bundled with a packager that takes package.json#browser fields into account.
|
|
463
|
+
|
|
464
|
+
const fs = __nccwpck_require__(147);
|
|
465
|
+
const path = __nccwpck_require__(17);
|
|
466
|
+
|
|
467
|
+
module.exports = function readWasm() {
|
|
468
|
+
return new Promise((resolve, reject) => {
|
|
469
|
+
const wasmPath = __nccwpck_require__.ab + "mappings.wasm";
|
|
470
|
+
fs.readFile(__nccwpck_require__.ab + "mappings.wasm", null, (error, data) => {
|
|
471
|
+
if (error) {
|
|
472
|
+
reject(error);
|
|
473
|
+
return;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
resolve(data.buffer);
|
|
477
|
+
});
|
|
478
|
+
});
|
|
479
|
+
};
|
|
480
|
+
|
|
481
|
+
module.exports.initialize = _ => {
|
|
482
|
+
console.debug("SourceMapConsumer.initialize is a no-op when running in node.js");
|
|
483
|
+
};
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
/***/ }),
|
|
487
|
+
|
|
488
|
+
/***/ 886:
|
|
489
|
+
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
490
|
+
|
|
491
|
+
var __webpack_unused_export__;
|
|
492
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
493
|
+
/*
|
|
494
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
495
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
496
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
497
|
+
*/
|
|
498
|
+
|
|
499
|
+
const util = __nccwpck_require__(354);
|
|
500
|
+
const binarySearch = __nccwpck_require__(700);
|
|
501
|
+
const ArraySet = (__nccwpck_require__(963)/* .ArraySet */ .I);
|
|
502
|
+
const base64VLQ = __nccwpck_require__(344); // eslint-disable-line no-unused-vars
|
|
503
|
+
const readWasm = __nccwpck_require__(799);
|
|
504
|
+
const wasm = __nccwpck_require__(776);
|
|
505
|
+
|
|
506
|
+
const INTERNAL = Symbol("smcInternal");
|
|
507
|
+
|
|
508
|
+
class SourceMapConsumer {
|
|
509
|
+
constructor(aSourceMap, aSourceMapURL) {
|
|
510
|
+
// If the constructor was called by super(), just return Promise<this>.
|
|
511
|
+
// Yes, this is a hack to retain the pre-existing API of the base-class
|
|
512
|
+
// constructor also being an async factory function.
|
|
513
|
+
if (aSourceMap == INTERNAL) {
|
|
514
|
+
return Promise.resolve(this);
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
return _factory(aSourceMap, aSourceMapURL);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
static initialize(opts) {
|
|
521
|
+
readWasm.initialize(opts["lib/mappings.wasm"]);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
static fromSourceMap(aSourceMap, aSourceMapURL) {
|
|
525
|
+
return _factoryBSM(aSourceMap, aSourceMapURL);
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/**
|
|
529
|
+
* Construct a new `SourceMapConsumer` from `rawSourceMap` and `sourceMapUrl`
|
|
530
|
+
* (see the `SourceMapConsumer` constructor for details. Then, invoke the `async
|
|
531
|
+
* function f(SourceMapConsumer) -> T` with the newly constructed consumer, wait
|
|
532
|
+
* for `f` to complete, call `destroy` on the consumer, and return `f`'s return
|
|
533
|
+
* value.
|
|
534
|
+
*
|
|
535
|
+
* You must not use the consumer after `f` completes!
|
|
536
|
+
*
|
|
537
|
+
* By using `with`, you do not have to remember to manually call `destroy` on
|
|
538
|
+
* the consumer, since it will be called automatically once `f` completes.
|
|
539
|
+
*
|
|
540
|
+
* ```js
|
|
541
|
+
* const xSquared = await SourceMapConsumer.with(
|
|
542
|
+
* myRawSourceMap,
|
|
543
|
+
* null,
|
|
544
|
+
* async function (consumer) {
|
|
545
|
+
* // Use `consumer` inside here and don't worry about remembering
|
|
546
|
+
* // to call `destroy`.
|
|
547
|
+
*
|
|
548
|
+
* const x = await whatever(consumer);
|
|
549
|
+
* return x * x;
|
|
550
|
+
* }
|
|
551
|
+
* );
|
|
552
|
+
*
|
|
553
|
+
* // You may not use that `consumer` anymore out here; it has
|
|
554
|
+
* // been destroyed. But you can use `xSquared`.
|
|
555
|
+
* console.log(xSquared);
|
|
556
|
+
* ```
|
|
557
|
+
*/
|
|
558
|
+
static async with(rawSourceMap, sourceMapUrl, f) {
|
|
559
|
+
const consumer = await new SourceMapConsumer(rawSourceMap, sourceMapUrl);
|
|
560
|
+
try {
|
|
561
|
+
return await f(consumer);
|
|
562
|
+
} finally {
|
|
563
|
+
consumer.destroy();
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* Iterate over each mapping between an original source/line/column and a
|
|
569
|
+
* generated line/column in this source map.
|
|
570
|
+
*
|
|
571
|
+
* @param Function aCallback
|
|
572
|
+
* The function that is called with each mapping.
|
|
573
|
+
* @param Object aContext
|
|
574
|
+
* Optional. If specified, this object will be the value of `this` every
|
|
575
|
+
* time that `aCallback` is called.
|
|
576
|
+
* @param aOrder
|
|
577
|
+
* Either `SourceMapConsumer.GENERATED_ORDER` or
|
|
578
|
+
* `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to
|
|
579
|
+
* iterate over the mappings sorted by the generated file's line/column
|
|
580
|
+
* order or the original's source/line/column order, respectively. Defaults to
|
|
581
|
+
* `SourceMapConsumer.GENERATED_ORDER`.
|
|
582
|
+
*/
|
|
583
|
+
eachMapping(aCallback, aContext, aOrder) {
|
|
584
|
+
throw new Error("Subclasses must implement eachMapping");
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* Returns all generated line and column information for the original source,
|
|
589
|
+
* line, and column provided. If no column is provided, returns all mappings
|
|
590
|
+
* corresponding to a either the line we are searching for or the next
|
|
591
|
+
* closest line that has any mappings. Otherwise, returns all mappings
|
|
592
|
+
* corresponding to the given line and either the column we are searching for
|
|
593
|
+
* or the next closest column that has any offsets.
|
|
594
|
+
*
|
|
595
|
+
* The only argument is an object with the following properties:
|
|
596
|
+
*
|
|
597
|
+
* - source: The filename of the original source.
|
|
598
|
+
* - line: The line number in the original source. The line number is 1-based.
|
|
599
|
+
* - column: Optional. the column number in the original source.
|
|
600
|
+
* The column number is 0-based.
|
|
601
|
+
*
|
|
602
|
+
* and an array of objects is returned, each with the following properties:
|
|
603
|
+
*
|
|
604
|
+
* - line: The line number in the generated source, or null. The
|
|
605
|
+
* line number is 1-based.
|
|
606
|
+
* - column: The column number in the generated source, or null.
|
|
607
|
+
* The column number is 0-based.
|
|
608
|
+
*/
|
|
609
|
+
allGeneratedPositionsFor(aArgs) {
|
|
610
|
+
throw new Error("Subclasses must implement allGeneratedPositionsFor");
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
destroy() {
|
|
614
|
+
throw new Error("Subclasses must implement destroy");
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* The version of the source mapping spec that we are consuming.
|
|
620
|
+
*/
|
|
621
|
+
SourceMapConsumer.prototype._version = 3;
|
|
622
|
+
SourceMapConsumer.GENERATED_ORDER = 1;
|
|
623
|
+
SourceMapConsumer.ORIGINAL_ORDER = 2;
|
|
624
|
+
|
|
625
|
+
SourceMapConsumer.GREATEST_LOWER_BOUND = 1;
|
|
626
|
+
SourceMapConsumer.LEAST_UPPER_BOUND = 2;
|
|
627
|
+
|
|
628
|
+
exports.SourceMapConsumer = SourceMapConsumer;
|
|
629
|
+
|
|
630
|
+
/**
|
|
631
|
+
* A BasicSourceMapConsumer instance represents a parsed source map which we can
|
|
632
|
+
* query for information about the original file positions by giving it a file
|
|
633
|
+
* position in the generated source.
|
|
634
|
+
*
|
|
635
|
+
* The first parameter is the raw source map (either as a JSON string, or
|
|
636
|
+
* already parsed to an object). According to the spec, source maps have the
|
|
637
|
+
* following attributes:
|
|
638
|
+
*
|
|
639
|
+
* - version: Which version of the source map spec this map is following.
|
|
640
|
+
* - sources: An array of URLs to the original source files.
|
|
641
|
+
* - names: An array of identifiers which can be referenced by individual mappings.
|
|
642
|
+
* - sourceRoot: Optional. The URL root from which all sources are relative.
|
|
643
|
+
* - sourcesContent: Optional. An array of contents of the original source files.
|
|
644
|
+
* - mappings: A string of base64 VLQs which contain the actual mappings.
|
|
645
|
+
* - file: Optional. The generated file this source map is associated with.
|
|
646
|
+
*
|
|
647
|
+
* Here is an example source map, taken from the source map spec[0]:
|
|
648
|
+
*
|
|
649
|
+
* {
|
|
650
|
+
* version : 3,
|
|
651
|
+
* file: "out.js",
|
|
652
|
+
* sourceRoot : "",
|
|
653
|
+
* sources: ["foo.js", "bar.js"],
|
|
654
|
+
* names: ["src", "maps", "are", "fun"],
|
|
655
|
+
* mappings: "AA,AB;;ABCDE;"
|
|
656
|
+
* }
|
|
657
|
+
*
|
|
658
|
+
* The second parameter, if given, is a string whose value is the URL
|
|
659
|
+
* at which the source map was found. This URL is used to compute the
|
|
660
|
+
* sources array.
|
|
661
|
+
*
|
|
662
|
+
* [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1#
|
|
663
|
+
*/
|
|
664
|
+
class BasicSourceMapConsumer extends SourceMapConsumer {
|
|
665
|
+
constructor(aSourceMap, aSourceMapURL) {
|
|
666
|
+
return super(INTERNAL).then(that => {
|
|
667
|
+
let sourceMap = aSourceMap;
|
|
668
|
+
if (typeof aSourceMap === "string") {
|
|
669
|
+
sourceMap = util.parseSourceMapInput(aSourceMap);
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
const version = util.getArg(sourceMap, "version");
|
|
673
|
+
const sources = util.getArg(sourceMap, "sources").map(String);
|
|
674
|
+
// Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which
|
|
675
|
+
// requires the array) to play nice here.
|
|
676
|
+
const names = util.getArg(sourceMap, "names", []);
|
|
677
|
+
const sourceRoot = util.getArg(sourceMap, "sourceRoot", null);
|
|
678
|
+
const sourcesContent = util.getArg(sourceMap, "sourcesContent", null);
|
|
679
|
+
const mappings = util.getArg(sourceMap, "mappings");
|
|
680
|
+
const file = util.getArg(sourceMap, "file", null);
|
|
681
|
+
|
|
682
|
+
// Once again, Sass deviates from the spec and supplies the version as a
|
|
683
|
+
// string rather than a number, so we use loose equality checking here.
|
|
684
|
+
if (version != that._version) {
|
|
685
|
+
throw new Error("Unsupported version: " + version);
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
that._sourceLookupCache = new Map();
|
|
689
|
+
|
|
690
|
+
// Pass `true` below to allow duplicate names and sources. While source maps
|
|
691
|
+
// are intended to be compressed and deduplicated, the TypeScript compiler
|
|
692
|
+
// sometimes generates source maps with duplicates in them. See Github issue
|
|
693
|
+
// #72 and bugzil.la/889492.
|
|
694
|
+
that._names = ArraySet.fromArray(names.map(String), true);
|
|
695
|
+
that._sources = ArraySet.fromArray(sources, true);
|
|
696
|
+
|
|
697
|
+
that._absoluteSources = ArraySet.fromArray(that._sources.toArray().map(function(s) {
|
|
698
|
+
return util.computeSourceURL(sourceRoot, s, aSourceMapURL);
|
|
699
|
+
}), true);
|
|
700
|
+
|
|
701
|
+
that.sourceRoot = sourceRoot;
|
|
702
|
+
that.sourcesContent = sourcesContent;
|
|
703
|
+
that._mappings = mappings;
|
|
704
|
+
that._sourceMapURL = aSourceMapURL;
|
|
705
|
+
that.file = file;
|
|
706
|
+
|
|
707
|
+
that._computedColumnSpans = false;
|
|
708
|
+
that._mappingsPtr = 0;
|
|
709
|
+
that._wasm = null;
|
|
710
|
+
|
|
711
|
+
return wasm().then(w => {
|
|
712
|
+
that._wasm = w;
|
|
713
|
+
return that;
|
|
714
|
+
});
|
|
715
|
+
});
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* Utility function to find the index of a source. Returns -1 if not
|
|
720
|
+
* found.
|
|
721
|
+
*/
|
|
722
|
+
_findSourceIndex(aSource) {
|
|
723
|
+
// In the most common usecases, we'll be constantly looking up the index for the same source
|
|
724
|
+
// files, so we cache the index lookup to avoid constantly recomputing the full URLs.
|
|
725
|
+
const cachedIndex = this._sourceLookupCache.get(aSource);
|
|
726
|
+
if (typeof cachedIndex === "number") {
|
|
727
|
+
return cachedIndex;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
// Treat the source as map-relative overall by default.
|
|
731
|
+
const sourceAsMapRelative = util.computeSourceURL(null, aSource, this._sourceMapURL);
|
|
732
|
+
if (this._absoluteSources.has(sourceAsMapRelative)) {
|
|
733
|
+
const index = this._absoluteSources.indexOf(sourceAsMapRelative);
|
|
734
|
+
this._sourceLookupCache.set(aSource, index);
|
|
735
|
+
return index;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// Fall back to treating the source as sourceRoot-relative.
|
|
739
|
+
const sourceAsSourceRootRelative = util.computeSourceURL(this.sourceRoot, aSource, this._sourceMapURL);
|
|
740
|
+
if (this._absoluteSources.has(sourceAsSourceRootRelative)) {
|
|
741
|
+
const index = this._absoluteSources.indexOf(sourceAsSourceRootRelative);
|
|
742
|
+
this._sourceLookupCache.set(aSource, index);
|
|
743
|
+
return index;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
// To avoid this cache growing forever, we do not cache lookup misses.
|
|
747
|
+
return -1;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* Create a BasicSourceMapConsumer from a SourceMapGenerator.
|
|
752
|
+
*
|
|
753
|
+
* @param SourceMapGenerator aSourceMap
|
|
754
|
+
* The source map that will be consumed.
|
|
755
|
+
* @param String aSourceMapURL
|
|
756
|
+
* The URL at which the source map can be found (optional)
|
|
757
|
+
* @returns BasicSourceMapConsumer
|
|
758
|
+
*/
|
|
759
|
+
static fromSourceMap(aSourceMap, aSourceMapURL) {
|
|
760
|
+
return new BasicSourceMapConsumer(aSourceMap.toString());
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
get sources() {
|
|
764
|
+
return this._absoluteSources.toArray();
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
_getMappingsPtr() {
|
|
768
|
+
if (this._mappingsPtr === 0) {
|
|
769
|
+
this._parseMappings();
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
return this._mappingsPtr;
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
/**
|
|
776
|
+
* Parse the mappings in a string in to a data structure which we can easily
|
|
777
|
+
* query (the ordered arrays in the `this.__generatedMappings` and
|
|
778
|
+
* `this.__originalMappings` properties).
|
|
779
|
+
*/
|
|
780
|
+
_parseMappings() {
|
|
781
|
+
const aStr = this._mappings;
|
|
782
|
+
const size = aStr.length;
|
|
783
|
+
|
|
784
|
+
const mappingsBufPtr = this._wasm.exports.allocate_mappings(size);
|
|
785
|
+
const mappingsBuf = new Uint8Array(this._wasm.exports.memory.buffer, mappingsBufPtr, size);
|
|
786
|
+
for (let i = 0; i < size; i++) {
|
|
787
|
+
mappingsBuf[i] = aStr.charCodeAt(i);
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
const mappingsPtr = this._wasm.exports.parse_mappings(mappingsBufPtr);
|
|
791
|
+
|
|
792
|
+
if (!mappingsPtr) {
|
|
793
|
+
const error = this._wasm.exports.get_last_error();
|
|
794
|
+
let msg = `Error parsing mappings (code ${error}): `;
|
|
795
|
+
|
|
796
|
+
// XXX: keep these error codes in sync with `fitzgen/source-map-mappings`.
|
|
797
|
+
switch (error) {
|
|
798
|
+
case 1:
|
|
799
|
+
msg += "the mappings contained a negative line, column, source index, or name index";
|
|
800
|
+
break;
|
|
801
|
+
case 2:
|
|
802
|
+
msg += "the mappings contained a number larger than 2**32";
|
|
803
|
+
break;
|
|
804
|
+
case 3:
|
|
805
|
+
msg += "reached EOF while in the middle of parsing a VLQ";
|
|
806
|
+
break;
|
|
807
|
+
case 4:
|
|
808
|
+
msg += "invalid base 64 character while parsing a VLQ";
|
|
809
|
+
break;
|
|
810
|
+
default:
|
|
811
|
+
msg += "unknown error code";
|
|
812
|
+
break;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
throw new Error(msg);
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
this._mappingsPtr = mappingsPtr;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
eachMapping(aCallback, aContext, aOrder) {
|
|
822
|
+
const context = aContext || null;
|
|
823
|
+
const order = aOrder || SourceMapConsumer.GENERATED_ORDER;
|
|
824
|
+
|
|
825
|
+
this._wasm.withMappingCallback(
|
|
826
|
+
mapping => {
|
|
827
|
+
if (mapping.source !== null) {
|
|
828
|
+
mapping.source = this._absoluteSources.at(mapping.source);
|
|
829
|
+
|
|
830
|
+
if (mapping.name !== null) {
|
|
831
|
+
mapping.name = this._names.at(mapping.name);
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
if (this._computedColumnSpans && mapping.lastGeneratedColumn === null) {
|
|
835
|
+
mapping.lastGeneratedColumn = Infinity;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
aCallback.call(context, mapping);
|
|
839
|
+
},
|
|
840
|
+
() => {
|
|
841
|
+
switch (order) {
|
|
842
|
+
case SourceMapConsumer.GENERATED_ORDER:
|
|
843
|
+
this._wasm.exports.by_generated_location(this._getMappingsPtr());
|
|
844
|
+
break;
|
|
845
|
+
case SourceMapConsumer.ORIGINAL_ORDER:
|
|
846
|
+
this._wasm.exports.by_original_location(this._getMappingsPtr());
|
|
847
|
+
break;
|
|
848
|
+
default:
|
|
849
|
+
throw new Error("Unknown order of iteration.");
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
);
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
allGeneratedPositionsFor(aArgs) {
|
|
856
|
+
let source = util.getArg(aArgs, "source");
|
|
857
|
+
const originalLine = util.getArg(aArgs, "line");
|
|
858
|
+
const originalColumn = aArgs.column || 0;
|
|
859
|
+
|
|
860
|
+
source = this._findSourceIndex(source);
|
|
861
|
+
if (source < 0) {
|
|
862
|
+
return [];
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
if (originalLine < 1) {
|
|
866
|
+
throw new Error("Line numbers must be >= 1");
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
if (originalColumn < 0) {
|
|
870
|
+
throw new Error("Column numbers must be >= 0");
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
const mappings = [];
|
|
874
|
+
|
|
875
|
+
this._wasm.withMappingCallback(
|
|
876
|
+
m => {
|
|
877
|
+
let lastColumn = m.lastGeneratedColumn;
|
|
878
|
+
if (this._computedColumnSpans && lastColumn === null) {
|
|
879
|
+
lastColumn = Infinity;
|
|
880
|
+
}
|
|
881
|
+
mappings.push({
|
|
882
|
+
line: m.generatedLine,
|
|
883
|
+
column: m.generatedColumn,
|
|
884
|
+
lastColumn,
|
|
885
|
+
});
|
|
886
|
+
}, () => {
|
|
887
|
+
this._wasm.exports.all_generated_locations_for(
|
|
888
|
+
this._getMappingsPtr(),
|
|
889
|
+
source,
|
|
890
|
+
originalLine - 1,
|
|
891
|
+
"column" in aArgs,
|
|
892
|
+
originalColumn
|
|
893
|
+
);
|
|
894
|
+
}
|
|
895
|
+
);
|
|
896
|
+
|
|
897
|
+
return mappings;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
destroy() {
|
|
901
|
+
if (this._mappingsPtr !== 0) {
|
|
902
|
+
this._wasm.exports.free_mappings(this._mappingsPtr);
|
|
903
|
+
this._mappingsPtr = 0;
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
/**
|
|
908
|
+
* Compute the last column for each generated mapping. The last column is
|
|
909
|
+
* inclusive.
|
|
910
|
+
*/
|
|
911
|
+
computeColumnSpans() {
|
|
912
|
+
if (this._computedColumnSpans) {
|
|
913
|
+
return;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
this._wasm.exports.compute_column_spans(this._getMappingsPtr());
|
|
917
|
+
this._computedColumnSpans = true;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
/**
|
|
921
|
+
* Returns the original source, line, and column information for the generated
|
|
922
|
+
* source's line and column positions provided. The only argument is an object
|
|
923
|
+
* with the following properties:
|
|
924
|
+
*
|
|
925
|
+
* - line: The line number in the generated source. The line number
|
|
926
|
+
* is 1-based.
|
|
927
|
+
* - column: The column number in the generated source. The column
|
|
928
|
+
* number is 0-based.
|
|
929
|
+
* - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
|
|
930
|
+
* 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
|
|
931
|
+
* closest element that is smaller than or greater than the one we are
|
|
932
|
+
* searching for, respectively, if the exact element cannot be found.
|
|
933
|
+
* Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
|
|
934
|
+
*
|
|
935
|
+
* and an object is returned with the following properties:
|
|
936
|
+
*
|
|
937
|
+
* - source: The original source file, or null.
|
|
938
|
+
* - line: The line number in the original source, or null. The
|
|
939
|
+
* line number is 1-based.
|
|
940
|
+
* - column: The column number in the original source, or null. The
|
|
941
|
+
* column number is 0-based.
|
|
942
|
+
* - name: The original identifier, or null.
|
|
943
|
+
*/
|
|
944
|
+
originalPositionFor(aArgs) {
|
|
945
|
+
const needle = {
|
|
946
|
+
generatedLine: util.getArg(aArgs, "line"),
|
|
947
|
+
generatedColumn: util.getArg(aArgs, "column")
|
|
948
|
+
};
|
|
949
|
+
|
|
950
|
+
if (needle.generatedLine < 1) {
|
|
951
|
+
throw new Error("Line numbers must be >= 1");
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
if (needle.generatedColumn < 0) {
|
|
955
|
+
throw new Error("Column numbers must be >= 0");
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
let bias = util.getArg(aArgs, "bias", SourceMapConsumer.GREATEST_LOWER_BOUND);
|
|
959
|
+
if (bias == null) {
|
|
960
|
+
bias = SourceMapConsumer.GREATEST_LOWER_BOUND;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
let mapping;
|
|
964
|
+
this._wasm.withMappingCallback(m => mapping = m, () => {
|
|
965
|
+
this._wasm.exports.original_location_for(
|
|
966
|
+
this._getMappingsPtr(),
|
|
967
|
+
needle.generatedLine - 1,
|
|
968
|
+
needle.generatedColumn,
|
|
969
|
+
bias
|
|
970
|
+
);
|
|
971
|
+
});
|
|
972
|
+
|
|
973
|
+
if (mapping) {
|
|
974
|
+
if (mapping.generatedLine === needle.generatedLine) {
|
|
975
|
+
let source = util.getArg(mapping, "source", null);
|
|
976
|
+
if (source !== null) {
|
|
977
|
+
source = this._absoluteSources.at(source);
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
let name = util.getArg(mapping, "name", null);
|
|
981
|
+
if (name !== null) {
|
|
982
|
+
name = this._names.at(name);
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
return {
|
|
986
|
+
source,
|
|
987
|
+
line: util.getArg(mapping, "originalLine", null),
|
|
988
|
+
column: util.getArg(mapping, "originalColumn", null),
|
|
989
|
+
name
|
|
990
|
+
};
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
return {
|
|
995
|
+
source: null,
|
|
996
|
+
line: null,
|
|
997
|
+
column: null,
|
|
998
|
+
name: null
|
|
999
|
+
};
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
/**
|
|
1003
|
+
* Return true if we have the source content for every source in the source
|
|
1004
|
+
* map, false otherwise.
|
|
1005
|
+
*/
|
|
1006
|
+
hasContentsOfAllSources() {
|
|
1007
|
+
if (!this.sourcesContent) {
|
|
1008
|
+
return false;
|
|
1009
|
+
}
|
|
1010
|
+
return this.sourcesContent.length >= this._sources.size() &&
|
|
1011
|
+
!this.sourcesContent.some(function(sc) { return sc == null; });
|
|
1012
|
+
}
|
|
1013
|
+
|
|
1014
|
+
/**
|
|
1015
|
+
* Returns the original source content. The only argument is the url of the
|
|
1016
|
+
* original source file. Returns null if no original source content is
|
|
1017
|
+
* available.
|
|
1018
|
+
*/
|
|
1019
|
+
sourceContentFor(aSource, nullOnMissing) {
|
|
1020
|
+
if (!this.sourcesContent) {
|
|
1021
|
+
return null;
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
const index = this._findSourceIndex(aSource);
|
|
1025
|
+
if (index >= 0) {
|
|
1026
|
+
return this.sourcesContent[index];
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
// This function is used recursively from
|
|
1030
|
+
// IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we
|
|
1031
|
+
// don't want to throw if we can't find the source - we just want to
|
|
1032
|
+
// return null, so we provide a flag to exit gracefully.
|
|
1033
|
+
if (nullOnMissing) {
|
|
1034
|
+
return null;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
throw new Error('"' + aSource + '" is not in the SourceMap.');
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
/**
|
|
1041
|
+
* Returns the generated line and column information for the original source,
|
|
1042
|
+
* line, and column positions provided. The only argument is an object with
|
|
1043
|
+
* the following properties:
|
|
1044
|
+
*
|
|
1045
|
+
* - source: The filename of the original source.
|
|
1046
|
+
* - line: The line number in the original source. The line number
|
|
1047
|
+
* is 1-based.
|
|
1048
|
+
* - column: The column number in the original source. The column
|
|
1049
|
+
* number is 0-based.
|
|
1050
|
+
* - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or
|
|
1051
|
+
* 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the
|
|
1052
|
+
* closest element that is smaller than or greater than the one we are
|
|
1053
|
+
* searching for, respectively, if the exact element cannot be found.
|
|
1054
|
+
* Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'.
|
|
1055
|
+
*
|
|
1056
|
+
* and an object is returned with the following properties:
|
|
1057
|
+
*
|
|
1058
|
+
* - line: The line number in the generated source, or null. The
|
|
1059
|
+
* line number is 1-based.
|
|
1060
|
+
* - column: The column number in the generated source, or null.
|
|
1061
|
+
* The column number is 0-based.
|
|
1062
|
+
*/
|
|
1063
|
+
generatedPositionFor(aArgs) {
|
|
1064
|
+
let source = util.getArg(aArgs, "source");
|
|
1065
|
+
source = this._findSourceIndex(source);
|
|
1066
|
+
if (source < 0) {
|
|
1067
|
+
return {
|
|
1068
|
+
line: null,
|
|
1069
|
+
column: null,
|
|
1070
|
+
lastColumn: null
|
|
1071
|
+
};
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
const needle = {
|
|
1075
|
+
source,
|
|
1076
|
+
originalLine: util.getArg(aArgs, "line"),
|
|
1077
|
+
originalColumn: util.getArg(aArgs, "column")
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
if (needle.originalLine < 1) {
|
|
1081
|
+
throw new Error("Line numbers must be >= 1");
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
if (needle.originalColumn < 0) {
|
|
1085
|
+
throw new Error("Column numbers must be >= 0");
|
|
1086
|
+
}
|
|
1087
|
+
|
|
1088
|
+
let bias = util.getArg(aArgs, "bias", SourceMapConsumer.GREATEST_LOWER_BOUND);
|
|
1089
|
+
if (bias == null) {
|
|
1090
|
+
bias = SourceMapConsumer.GREATEST_LOWER_BOUND;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
let mapping;
|
|
1094
|
+
this._wasm.withMappingCallback(m => mapping = m, () => {
|
|
1095
|
+
this._wasm.exports.generated_location_for(
|
|
1096
|
+
this._getMappingsPtr(),
|
|
1097
|
+
needle.source,
|
|
1098
|
+
needle.originalLine - 1,
|
|
1099
|
+
needle.originalColumn,
|
|
1100
|
+
bias
|
|
1101
|
+
);
|
|
1102
|
+
});
|
|
1103
|
+
|
|
1104
|
+
if (mapping) {
|
|
1105
|
+
if (mapping.source === needle.source) {
|
|
1106
|
+
let lastColumn = mapping.lastGeneratedColumn;
|
|
1107
|
+
if (this._computedColumnSpans && lastColumn === null) {
|
|
1108
|
+
lastColumn = Infinity;
|
|
1109
|
+
}
|
|
1110
|
+
return {
|
|
1111
|
+
line: util.getArg(mapping, "generatedLine", null),
|
|
1112
|
+
column: util.getArg(mapping, "generatedColumn", null),
|
|
1113
|
+
lastColumn,
|
|
1114
|
+
};
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
return {
|
|
1119
|
+
line: null,
|
|
1120
|
+
column: null,
|
|
1121
|
+
lastColumn: null
|
|
1122
|
+
};
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer;
|
|
1127
|
+
__webpack_unused_export__ = BasicSourceMapConsumer;
|
|
1128
|
+
|
|
1129
|
+
/**
|
|
1130
|
+
* An IndexedSourceMapConsumer instance represents a parsed source map which
|
|
1131
|
+
* we can query for information. It differs from BasicSourceMapConsumer in
|
|
1132
|
+
* that it takes "indexed" source maps (i.e. ones with a "sections" field) as
|
|
1133
|
+
* input.
|
|
1134
|
+
*
|
|
1135
|
+
* The first parameter is a raw source map (either as a JSON string, or already
|
|
1136
|
+
* parsed to an object). According to the spec for indexed source maps, they
|
|
1137
|
+
* have the following attributes:
|
|
1138
|
+
*
|
|
1139
|
+
* - version: Which version of the source map spec this map is following.
|
|
1140
|
+
* - file: Optional. The generated file this source map is associated with.
|
|
1141
|
+
* - sections: A list of section definitions.
|
|
1142
|
+
*
|
|
1143
|
+
* Each value under the "sections" field has two fields:
|
|
1144
|
+
* - offset: The offset into the original specified at which this section
|
|
1145
|
+
* begins to apply, defined as an object with a "line" and "column"
|
|
1146
|
+
* field.
|
|
1147
|
+
* - map: A source map definition. This source map could also be indexed,
|
|
1148
|
+
* but doesn't have to be.
|
|
1149
|
+
*
|
|
1150
|
+
* Instead of the "map" field, it's also possible to have a "url" field
|
|
1151
|
+
* specifying a URL to retrieve a source map from, but that's currently
|
|
1152
|
+
* unsupported.
|
|
1153
|
+
*
|
|
1154
|
+
* Here's an example source map, taken from the source map spec[0], but
|
|
1155
|
+
* modified to omit a section which uses the "url" field.
|
|
1156
|
+
*
|
|
1157
|
+
* {
|
|
1158
|
+
* version : 3,
|
|
1159
|
+
* file: "app.js",
|
|
1160
|
+
* sections: [{
|
|
1161
|
+
* offset: {line:100, column:10},
|
|
1162
|
+
* map: {
|
|
1163
|
+
* version : 3,
|
|
1164
|
+
* file: "section.js",
|
|
1165
|
+
* sources: ["foo.js", "bar.js"],
|
|
1166
|
+
* names: ["src", "maps", "are", "fun"],
|
|
1167
|
+
* mappings: "AAAA,E;;ABCDE;"
|
|
1168
|
+
* }
|
|
1169
|
+
* }],
|
|
1170
|
+
* }
|
|
1171
|
+
*
|
|
1172
|
+
* The second parameter, if given, is a string whose value is the URL
|
|
1173
|
+
* at which the source map was found. This URL is used to compute the
|
|
1174
|
+
* sources array.
|
|
1175
|
+
*
|
|
1176
|
+
* [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt
|
|
1177
|
+
*/
|
|
1178
|
+
class IndexedSourceMapConsumer extends SourceMapConsumer {
|
|
1179
|
+
constructor(aSourceMap, aSourceMapURL) {
|
|
1180
|
+
return super(INTERNAL).then(that => {
|
|
1181
|
+
let sourceMap = aSourceMap;
|
|
1182
|
+
if (typeof aSourceMap === "string") {
|
|
1183
|
+
sourceMap = util.parseSourceMapInput(aSourceMap);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
const version = util.getArg(sourceMap, "version");
|
|
1187
|
+
const sections = util.getArg(sourceMap, "sections");
|
|
1188
|
+
|
|
1189
|
+
if (version != that._version) {
|
|
1190
|
+
throw new Error("Unsupported version: " + version);
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1193
|
+
let lastOffset = {
|
|
1194
|
+
line: -1,
|
|
1195
|
+
column: 0
|
|
1196
|
+
};
|
|
1197
|
+
return Promise.all(sections.map(s => {
|
|
1198
|
+
if (s.url) {
|
|
1199
|
+
// The url field will require support for asynchronicity.
|
|
1200
|
+
// See https://github.com/mozilla/source-map/issues/16
|
|
1201
|
+
throw new Error("Support for url field in sections not implemented.");
|
|
1202
|
+
}
|
|
1203
|
+
const offset = util.getArg(s, "offset");
|
|
1204
|
+
const offsetLine = util.getArg(offset, "line");
|
|
1205
|
+
const offsetColumn = util.getArg(offset, "column");
|
|
1206
|
+
|
|
1207
|
+
if (offsetLine < lastOffset.line ||
|
|
1208
|
+
(offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) {
|
|
1209
|
+
throw new Error("Section offsets must be ordered and non-overlapping.");
|
|
1210
|
+
}
|
|
1211
|
+
lastOffset = offset;
|
|
1212
|
+
|
|
1213
|
+
const cons = new SourceMapConsumer(util.getArg(s, "map"), aSourceMapURL);
|
|
1214
|
+
return cons.then(consumer => {
|
|
1215
|
+
return {
|
|
1216
|
+
generatedOffset: {
|
|
1217
|
+
// The offset fields are 0-based, but we use 1-based indices when
|
|
1218
|
+
// encoding/decoding from VLQ.
|
|
1219
|
+
generatedLine: offsetLine + 1,
|
|
1220
|
+
generatedColumn: offsetColumn + 1
|
|
1221
|
+
},
|
|
1222
|
+
consumer
|
|
1223
|
+
};
|
|
1224
|
+
});
|
|
1225
|
+
})).then(s => {
|
|
1226
|
+
that._sections = s;
|
|
1227
|
+
return that;
|
|
1228
|
+
});
|
|
1229
|
+
});
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
/**
|
|
1233
|
+
* The list of original sources.
|
|
1234
|
+
*/
|
|
1235
|
+
get sources() {
|
|
1236
|
+
const sources = [];
|
|
1237
|
+
for (let i = 0; i < this._sections.length; i++) {
|
|
1238
|
+
for (let j = 0; j < this._sections[i].consumer.sources.length; j++) {
|
|
1239
|
+
sources.push(this._sections[i].consumer.sources[j]);
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
return sources;
|
|
1243
|
+
}
|
|
1244
|
+
|
|
1245
|
+
/**
|
|
1246
|
+
* Returns the original source, line, and column information for the generated
|
|
1247
|
+
* source's line and column positions provided. The only argument is an object
|
|
1248
|
+
* with the following properties:
|
|
1249
|
+
*
|
|
1250
|
+
* - line: The line number in the generated source. The line number
|
|
1251
|
+
* is 1-based.
|
|
1252
|
+
* - column: The column number in the generated source. The column
|
|
1253
|
+
* number is 0-based.
|
|
1254
|
+
*
|
|
1255
|
+
* and an object is returned with the following properties:
|
|
1256
|
+
*
|
|
1257
|
+
* - source: The original source file, or null.
|
|
1258
|
+
* - line: The line number in the original source, or null. The
|
|
1259
|
+
* line number is 1-based.
|
|
1260
|
+
* - column: The column number in the original source, or null. The
|
|
1261
|
+
* column number is 0-based.
|
|
1262
|
+
* - name: The original identifier, or null.
|
|
1263
|
+
*/
|
|
1264
|
+
originalPositionFor(aArgs) {
|
|
1265
|
+
const needle = {
|
|
1266
|
+
generatedLine: util.getArg(aArgs, "line"),
|
|
1267
|
+
generatedColumn: util.getArg(aArgs, "column")
|
|
1268
|
+
};
|
|
1269
|
+
|
|
1270
|
+
// Find the section containing the generated position we're trying to map
|
|
1271
|
+
// to an original position.
|
|
1272
|
+
const sectionIndex = binarySearch.search(needle, this._sections,
|
|
1273
|
+
function(aNeedle, section) {
|
|
1274
|
+
const cmp = aNeedle.generatedLine - section.generatedOffset.generatedLine;
|
|
1275
|
+
if (cmp) {
|
|
1276
|
+
return cmp;
|
|
1277
|
+
}
|
|
1278
|
+
|
|
1279
|
+
return (aNeedle.generatedColumn -
|
|
1280
|
+
section.generatedOffset.generatedColumn);
|
|
1281
|
+
});
|
|
1282
|
+
const section = this._sections[sectionIndex];
|
|
1283
|
+
|
|
1284
|
+
if (!section) {
|
|
1285
|
+
return {
|
|
1286
|
+
source: null,
|
|
1287
|
+
line: null,
|
|
1288
|
+
column: null,
|
|
1289
|
+
name: null
|
|
1290
|
+
};
|
|
1291
|
+
}
|
|
1292
|
+
|
|
1293
|
+
return section.consumer.originalPositionFor({
|
|
1294
|
+
line: needle.generatedLine -
|
|
1295
|
+
(section.generatedOffset.generatedLine - 1),
|
|
1296
|
+
column: needle.generatedColumn -
|
|
1297
|
+
(section.generatedOffset.generatedLine === needle.generatedLine
|
|
1298
|
+
? section.generatedOffset.generatedColumn - 1
|
|
1299
|
+
: 0),
|
|
1300
|
+
bias: aArgs.bias
|
|
1301
|
+
});
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
/**
|
|
1305
|
+
* Return true if we have the source content for every source in the source
|
|
1306
|
+
* map, false otherwise.
|
|
1307
|
+
*/
|
|
1308
|
+
hasContentsOfAllSources() {
|
|
1309
|
+
return this._sections.every(function(s) {
|
|
1310
|
+
return s.consumer.hasContentsOfAllSources();
|
|
1311
|
+
});
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
/**
|
|
1315
|
+
* Returns the original source content. The only argument is the url of the
|
|
1316
|
+
* original source file. Returns null if no original source content is
|
|
1317
|
+
* available.
|
|
1318
|
+
*/
|
|
1319
|
+
sourceContentFor(aSource, nullOnMissing) {
|
|
1320
|
+
for (let i = 0; i < this._sections.length; i++) {
|
|
1321
|
+
const section = this._sections[i];
|
|
1322
|
+
|
|
1323
|
+
const content = section.consumer.sourceContentFor(aSource, true);
|
|
1324
|
+
if (content) {
|
|
1325
|
+
return content;
|
|
1326
|
+
}
|
|
1327
|
+
}
|
|
1328
|
+
if (nullOnMissing) {
|
|
1329
|
+
return null;
|
|
1330
|
+
}
|
|
1331
|
+
throw new Error('"' + aSource + '" is not in the SourceMap.');
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
_findSectionIndex(source) {
|
|
1335
|
+
for (let i = 0; i < this._sections.length; i++) {
|
|
1336
|
+
const { consumer } = this._sections[i];
|
|
1337
|
+
if (consumer._findSourceIndex(source) !== -1) {
|
|
1338
|
+
return i;
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
return -1;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
/**
|
|
1345
|
+
* Returns the generated line and column information for the original source,
|
|
1346
|
+
* line, and column positions provided. The only argument is an object with
|
|
1347
|
+
* the following properties:
|
|
1348
|
+
*
|
|
1349
|
+
* - source: The filename of the original source.
|
|
1350
|
+
* - line: The line number in the original source. The line number
|
|
1351
|
+
* is 1-based.
|
|
1352
|
+
* - column: The column number in the original source. The column
|
|
1353
|
+
* number is 0-based.
|
|
1354
|
+
*
|
|
1355
|
+
* and an object is returned with the following properties:
|
|
1356
|
+
*
|
|
1357
|
+
* - line: The line number in the generated source, or null. The
|
|
1358
|
+
* line number is 1-based.
|
|
1359
|
+
* - column: The column number in the generated source, or null.
|
|
1360
|
+
* The column number is 0-based.
|
|
1361
|
+
*/
|
|
1362
|
+
generatedPositionFor(aArgs) {
|
|
1363
|
+
const index = this._findSectionIndex(util.getArg(aArgs, "source"));
|
|
1364
|
+
const section = index >= 0 ? this._sections[index] : null;
|
|
1365
|
+
const nextSection =
|
|
1366
|
+
index >= 0 && index + 1 < this._sections.length
|
|
1367
|
+
? this._sections[index + 1]
|
|
1368
|
+
: null;
|
|
1369
|
+
|
|
1370
|
+
const generatedPosition =
|
|
1371
|
+
section && section.consumer.generatedPositionFor(aArgs);
|
|
1372
|
+
if (generatedPosition && generatedPosition.line !== null) {
|
|
1373
|
+
const lineShift = section.generatedOffset.generatedLine - 1;
|
|
1374
|
+
const columnShift = section.generatedOffset.generatedColumn - 1;
|
|
1375
|
+
|
|
1376
|
+
if (generatedPosition.line === 1) {
|
|
1377
|
+
generatedPosition.column += columnShift;
|
|
1378
|
+
if (typeof generatedPosition.lastColumn === "number") {
|
|
1379
|
+
generatedPosition.lastColumn += columnShift;
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
if (
|
|
1384
|
+
generatedPosition.lastColumn === Infinity &&
|
|
1385
|
+
nextSection &&
|
|
1386
|
+
generatedPosition.line === nextSection.generatedOffset.generatedLine
|
|
1387
|
+
) {
|
|
1388
|
+
generatedPosition.lastColumn =
|
|
1389
|
+
nextSection.generatedOffset.generatedColumn - 2;
|
|
1390
|
+
}
|
|
1391
|
+
generatedPosition.line += lineShift;
|
|
1392
|
+
|
|
1393
|
+
return generatedPosition;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
return {
|
|
1397
|
+
line: null,
|
|
1398
|
+
column: null,
|
|
1399
|
+
lastColumn: null
|
|
1400
|
+
};
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1403
|
+
allGeneratedPositionsFor(aArgs) {
|
|
1404
|
+
const index = this._findSectionIndex(util.getArg(aArgs, "source"));
|
|
1405
|
+
const section = index >= 0 ? this._sections[index] : null;
|
|
1406
|
+
const nextSection =
|
|
1407
|
+
index >= 0 && index + 1 < this._sections.length
|
|
1408
|
+
? this._sections[index + 1]
|
|
1409
|
+
: null;
|
|
1410
|
+
|
|
1411
|
+
if (!section) return [];
|
|
1412
|
+
|
|
1413
|
+
return section.consumer.allGeneratedPositionsFor(aArgs).map(
|
|
1414
|
+
generatedPosition => {
|
|
1415
|
+
const lineShift = section.generatedOffset.generatedLine - 1;
|
|
1416
|
+
const columnShift = section.generatedOffset.generatedColumn - 1;
|
|
1417
|
+
|
|
1418
|
+
if (generatedPosition.line === 1) {
|
|
1419
|
+
generatedPosition.column += columnShift;
|
|
1420
|
+
if (typeof generatedPosition.lastColumn === "number") {
|
|
1421
|
+
generatedPosition.lastColumn += columnShift;
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
|
|
1425
|
+
if (
|
|
1426
|
+
generatedPosition.lastColumn === Infinity &&
|
|
1427
|
+
nextSection &&
|
|
1428
|
+
generatedPosition.line === nextSection.generatedOffset.generatedLine
|
|
1429
|
+
) {
|
|
1430
|
+
generatedPosition.lastColumn =
|
|
1431
|
+
nextSection.generatedOffset.generatedColumn - 2;
|
|
1432
|
+
}
|
|
1433
|
+
generatedPosition.line += lineShift;
|
|
1434
|
+
|
|
1435
|
+
return generatedPosition;
|
|
1436
|
+
}
|
|
1437
|
+
);
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
eachMapping(aCallback, aContext, aOrder) {
|
|
1441
|
+
this._sections.forEach((section, index) => {
|
|
1442
|
+
const nextSection =
|
|
1443
|
+
index + 1 < this._sections.length
|
|
1444
|
+
? this._sections[index + 1]
|
|
1445
|
+
: null;
|
|
1446
|
+
const { generatedOffset } = section;
|
|
1447
|
+
|
|
1448
|
+
const lineShift = generatedOffset.generatedLine - 1;
|
|
1449
|
+
const columnShift = generatedOffset.generatedColumn - 1;
|
|
1450
|
+
|
|
1451
|
+
section.consumer.eachMapping(function(mapping) {
|
|
1452
|
+
if (mapping.generatedLine === 1) {
|
|
1453
|
+
mapping.generatedColumn += columnShift;
|
|
1454
|
+
|
|
1455
|
+
if (typeof mapping.lastGeneratedColumn === "number") {
|
|
1456
|
+
mapping.lastGeneratedColumn += columnShift;
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
if (
|
|
1461
|
+
mapping.lastGeneratedColumn === Infinity &&
|
|
1462
|
+
nextSection &&
|
|
1463
|
+
mapping.generatedLine === nextSection.generatedOffset.generatedLine
|
|
1464
|
+
) {
|
|
1465
|
+
mapping.lastGeneratedColumn =
|
|
1466
|
+
nextSection.generatedOffset.generatedColumn - 2;
|
|
1467
|
+
}
|
|
1468
|
+
mapping.generatedLine += lineShift;
|
|
1469
|
+
|
|
1470
|
+
aCallback.call(this, mapping);
|
|
1471
|
+
}, aContext, aOrder);
|
|
1472
|
+
});
|
|
1473
|
+
}
|
|
1474
|
+
|
|
1475
|
+
computeColumnSpans() {
|
|
1476
|
+
for (let i = 0; i < this._sections.length; i++) {
|
|
1477
|
+
this._sections[i].consumer.computeColumnSpans();
|
|
1478
|
+
}
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
destroy() {
|
|
1482
|
+
for (let i = 0; i < this._sections.length; i++) {
|
|
1483
|
+
this._sections[i].consumer.destroy();
|
|
1484
|
+
}
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
__webpack_unused_export__ = IndexedSourceMapConsumer;
|
|
1488
|
+
|
|
1489
|
+
/*
|
|
1490
|
+
* Cheat to get around inter-twingled classes. `factory()` can be at the end
|
|
1491
|
+
* where it has access to non-hoisted classes, but it gets hoisted itself.
|
|
1492
|
+
*/
|
|
1493
|
+
function _factory(aSourceMap, aSourceMapURL) {
|
|
1494
|
+
let sourceMap = aSourceMap;
|
|
1495
|
+
if (typeof aSourceMap === "string") {
|
|
1496
|
+
sourceMap = util.parseSourceMapInput(aSourceMap);
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
const consumer = sourceMap.sections != null
|
|
1500
|
+
? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL)
|
|
1501
|
+
: new BasicSourceMapConsumer(sourceMap, aSourceMapURL);
|
|
1502
|
+
return Promise.resolve(consumer);
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
function _factoryBSM(aSourceMap, aSourceMapURL) {
|
|
1506
|
+
return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL);
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
/***/ }),
|
|
1511
|
+
|
|
1512
|
+
/***/ 87:
|
|
1513
|
+
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1514
|
+
|
|
1515
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
1516
|
+
/*
|
|
1517
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
1518
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
1519
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
1520
|
+
*/
|
|
1521
|
+
|
|
1522
|
+
const base64VLQ = __nccwpck_require__(344);
|
|
1523
|
+
const util = __nccwpck_require__(354);
|
|
1524
|
+
const ArraySet = (__nccwpck_require__(963)/* .ArraySet */ .I);
|
|
1525
|
+
const MappingList = (__nccwpck_require__(371)/* .MappingList */ .H);
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* An instance of the SourceMapGenerator represents a source map which is
|
|
1529
|
+
* being built incrementally. You may pass an object with the following
|
|
1530
|
+
* properties:
|
|
1531
|
+
*
|
|
1532
|
+
* - file: The filename of the generated source.
|
|
1533
|
+
* - sourceRoot: A root for all relative URLs in this source map.
|
|
1534
|
+
*/
|
|
1535
|
+
class SourceMapGenerator {
|
|
1536
|
+
constructor(aArgs) {
|
|
1537
|
+
if (!aArgs) {
|
|
1538
|
+
aArgs = {};
|
|
1539
|
+
}
|
|
1540
|
+
this._file = util.getArg(aArgs, "file", null);
|
|
1541
|
+
this._sourceRoot = util.getArg(aArgs, "sourceRoot", null);
|
|
1542
|
+
this._skipValidation = util.getArg(aArgs, "skipValidation", false);
|
|
1543
|
+
this._sources = new ArraySet();
|
|
1544
|
+
this._names = new ArraySet();
|
|
1545
|
+
this._mappings = new MappingList();
|
|
1546
|
+
this._sourcesContents = null;
|
|
1547
|
+
}
|
|
1548
|
+
|
|
1549
|
+
/**
|
|
1550
|
+
* Creates a new SourceMapGenerator based on a SourceMapConsumer
|
|
1551
|
+
*
|
|
1552
|
+
* @param aSourceMapConsumer The SourceMap.
|
|
1553
|
+
*/
|
|
1554
|
+
static fromSourceMap(aSourceMapConsumer) {
|
|
1555
|
+
const sourceRoot = aSourceMapConsumer.sourceRoot;
|
|
1556
|
+
const generator = new SourceMapGenerator({
|
|
1557
|
+
file: aSourceMapConsumer.file,
|
|
1558
|
+
sourceRoot
|
|
1559
|
+
});
|
|
1560
|
+
aSourceMapConsumer.eachMapping(function(mapping) {
|
|
1561
|
+
const newMapping = {
|
|
1562
|
+
generated: {
|
|
1563
|
+
line: mapping.generatedLine,
|
|
1564
|
+
column: mapping.generatedColumn
|
|
1565
|
+
}
|
|
1566
|
+
};
|
|
1567
|
+
|
|
1568
|
+
if (mapping.source != null) {
|
|
1569
|
+
newMapping.source = mapping.source;
|
|
1570
|
+
if (sourceRoot != null) {
|
|
1571
|
+
newMapping.source = util.relative(sourceRoot, newMapping.source);
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
newMapping.original = {
|
|
1575
|
+
line: mapping.originalLine,
|
|
1576
|
+
column: mapping.originalColumn
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1579
|
+
if (mapping.name != null) {
|
|
1580
|
+
newMapping.name = mapping.name;
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
generator.addMapping(newMapping);
|
|
1585
|
+
});
|
|
1586
|
+
aSourceMapConsumer.sources.forEach(function(sourceFile) {
|
|
1587
|
+
let sourceRelative = sourceFile;
|
|
1588
|
+
if (sourceRoot !== null) {
|
|
1589
|
+
sourceRelative = util.relative(sourceRoot, sourceFile);
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
if (!generator._sources.has(sourceRelative)) {
|
|
1593
|
+
generator._sources.add(sourceRelative);
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
const content = aSourceMapConsumer.sourceContentFor(sourceFile);
|
|
1597
|
+
if (content != null) {
|
|
1598
|
+
generator.setSourceContent(sourceFile, content);
|
|
1599
|
+
}
|
|
1600
|
+
});
|
|
1601
|
+
return generator;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
/**
|
|
1605
|
+
* Add a single mapping from original source line and column to the generated
|
|
1606
|
+
* source's line and column for this source map being created. The mapping
|
|
1607
|
+
* object should have the following properties:
|
|
1608
|
+
*
|
|
1609
|
+
* - generated: An object with the generated line and column positions.
|
|
1610
|
+
* - original: An object with the original line and column positions.
|
|
1611
|
+
* - source: The original source file (relative to the sourceRoot).
|
|
1612
|
+
* - name: An optional original token name for this mapping.
|
|
1613
|
+
*/
|
|
1614
|
+
addMapping(aArgs) {
|
|
1615
|
+
const generated = util.getArg(aArgs, "generated");
|
|
1616
|
+
const original = util.getArg(aArgs, "original", null);
|
|
1617
|
+
let source = util.getArg(aArgs, "source", null);
|
|
1618
|
+
let name = util.getArg(aArgs, "name", null);
|
|
1619
|
+
|
|
1620
|
+
if (!this._skipValidation) {
|
|
1621
|
+
this._validateMapping(generated, original, source, name);
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
if (source != null) {
|
|
1625
|
+
source = String(source);
|
|
1626
|
+
if (!this._sources.has(source)) {
|
|
1627
|
+
this._sources.add(source);
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
if (name != null) {
|
|
1632
|
+
name = String(name);
|
|
1633
|
+
if (!this._names.has(name)) {
|
|
1634
|
+
this._names.add(name);
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
this._mappings.add({
|
|
1639
|
+
generatedLine: generated.line,
|
|
1640
|
+
generatedColumn: generated.column,
|
|
1641
|
+
originalLine: original != null && original.line,
|
|
1642
|
+
originalColumn: original != null && original.column,
|
|
1643
|
+
source,
|
|
1644
|
+
name
|
|
1645
|
+
});
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
/**
|
|
1649
|
+
* Set the source content for a source file.
|
|
1650
|
+
*/
|
|
1651
|
+
setSourceContent(aSourceFile, aSourceContent) {
|
|
1652
|
+
let source = aSourceFile;
|
|
1653
|
+
if (this._sourceRoot != null) {
|
|
1654
|
+
source = util.relative(this._sourceRoot, source);
|
|
1655
|
+
}
|
|
1656
|
+
|
|
1657
|
+
if (aSourceContent != null) {
|
|
1658
|
+
// Add the source content to the _sourcesContents map.
|
|
1659
|
+
// Create a new _sourcesContents map if the property is null.
|
|
1660
|
+
if (!this._sourcesContents) {
|
|
1661
|
+
this._sourcesContents = Object.create(null);
|
|
1662
|
+
}
|
|
1663
|
+
this._sourcesContents[util.toSetString(source)] = aSourceContent;
|
|
1664
|
+
} else if (this._sourcesContents) {
|
|
1665
|
+
// Remove the source file from the _sourcesContents map.
|
|
1666
|
+
// If the _sourcesContents map is empty, set the property to null.
|
|
1667
|
+
delete this._sourcesContents[util.toSetString(source)];
|
|
1668
|
+
if (Object.keys(this._sourcesContents).length === 0) {
|
|
1669
|
+
this._sourcesContents = null;
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
/**
|
|
1675
|
+
* Applies the mappings of a sub-source-map for a specific source file to the
|
|
1676
|
+
* source map being generated. Each mapping to the supplied source file is
|
|
1677
|
+
* rewritten using the supplied source map. Note: The resolution for the
|
|
1678
|
+
* resulting mappings is the minimium of this map and the supplied map.
|
|
1679
|
+
*
|
|
1680
|
+
* @param aSourceMapConsumer The source map to be applied.
|
|
1681
|
+
* @param aSourceFile Optional. The filename of the source file.
|
|
1682
|
+
* If omitted, SourceMapConsumer's file property will be used.
|
|
1683
|
+
* @param aSourceMapPath Optional. The dirname of the path to the source map
|
|
1684
|
+
* to be applied. If relative, it is relative to the SourceMapConsumer.
|
|
1685
|
+
* This parameter is needed when the two source maps aren't in the same
|
|
1686
|
+
* directory, and the source map to be applied contains relative source
|
|
1687
|
+
* paths. If so, those relative source paths need to be rewritten
|
|
1688
|
+
* relative to the SourceMapGenerator.
|
|
1689
|
+
*/
|
|
1690
|
+
applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) {
|
|
1691
|
+
let sourceFile = aSourceFile;
|
|
1692
|
+
// If aSourceFile is omitted, we will use the file property of the SourceMap
|
|
1693
|
+
if (aSourceFile == null) {
|
|
1694
|
+
if (aSourceMapConsumer.file == null) {
|
|
1695
|
+
throw new Error(
|
|
1696
|
+
"SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, " +
|
|
1697
|
+
'or the source map\'s "file" property. Both were omitted.'
|
|
1698
|
+
);
|
|
1699
|
+
}
|
|
1700
|
+
sourceFile = aSourceMapConsumer.file;
|
|
1701
|
+
}
|
|
1702
|
+
const sourceRoot = this._sourceRoot;
|
|
1703
|
+
// Make "sourceFile" relative if an absolute Url is passed.
|
|
1704
|
+
if (sourceRoot != null) {
|
|
1705
|
+
sourceFile = util.relative(sourceRoot, sourceFile);
|
|
1706
|
+
}
|
|
1707
|
+
// Applying the SourceMap can add and remove items from the sources and
|
|
1708
|
+
// the names array.
|
|
1709
|
+
const newSources = this._mappings.toArray().length > 0
|
|
1710
|
+
? new ArraySet()
|
|
1711
|
+
: this._sources;
|
|
1712
|
+
const newNames = new ArraySet();
|
|
1713
|
+
|
|
1714
|
+
// Find mappings for the "sourceFile"
|
|
1715
|
+
this._mappings.unsortedForEach(function(mapping) {
|
|
1716
|
+
if (mapping.source === sourceFile && mapping.originalLine != null) {
|
|
1717
|
+
// Check if it can be mapped by the source map, then update the mapping.
|
|
1718
|
+
const original = aSourceMapConsumer.originalPositionFor({
|
|
1719
|
+
line: mapping.originalLine,
|
|
1720
|
+
column: mapping.originalColumn
|
|
1721
|
+
});
|
|
1722
|
+
if (original.source != null) {
|
|
1723
|
+
// Copy mapping
|
|
1724
|
+
mapping.source = original.source;
|
|
1725
|
+
if (aSourceMapPath != null) {
|
|
1726
|
+
mapping.source = util.join(aSourceMapPath, mapping.source);
|
|
1727
|
+
}
|
|
1728
|
+
if (sourceRoot != null) {
|
|
1729
|
+
mapping.source = util.relative(sourceRoot, mapping.source);
|
|
1730
|
+
}
|
|
1731
|
+
mapping.originalLine = original.line;
|
|
1732
|
+
mapping.originalColumn = original.column;
|
|
1733
|
+
if (original.name != null) {
|
|
1734
|
+
mapping.name = original.name;
|
|
1735
|
+
}
|
|
1736
|
+
}
|
|
1737
|
+
}
|
|
1738
|
+
|
|
1739
|
+
const source = mapping.source;
|
|
1740
|
+
if (source != null && !newSources.has(source)) {
|
|
1741
|
+
newSources.add(source);
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
const name = mapping.name;
|
|
1745
|
+
if (name != null && !newNames.has(name)) {
|
|
1746
|
+
newNames.add(name);
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
}, this);
|
|
1750
|
+
this._sources = newSources;
|
|
1751
|
+
this._names = newNames;
|
|
1752
|
+
|
|
1753
|
+
// Copy sourcesContents of applied map.
|
|
1754
|
+
aSourceMapConsumer.sources.forEach(function(srcFile) {
|
|
1755
|
+
const content = aSourceMapConsumer.sourceContentFor(srcFile);
|
|
1756
|
+
if (content != null) {
|
|
1757
|
+
if (aSourceMapPath != null) {
|
|
1758
|
+
srcFile = util.join(aSourceMapPath, srcFile);
|
|
1759
|
+
}
|
|
1760
|
+
if (sourceRoot != null) {
|
|
1761
|
+
srcFile = util.relative(sourceRoot, srcFile);
|
|
1762
|
+
}
|
|
1763
|
+
this.setSourceContent(srcFile, content);
|
|
1764
|
+
}
|
|
1765
|
+
}, this);
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
/**
|
|
1769
|
+
* A mapping can have one of the three levels of data:
|
|
1770
|
+
*
|
|
1771
|
+
* 1. Just the generated position.
|
|
1772
|
+
* 2. The Generated position, original position, and original source.
|
|
1773
|
+
* 3. Generated and original position, original source, as well as a name
|
|
1774
|
+
* token.
|
|
1775
|
+
*
|
|
1776
|
+
* To maintain consistency, we validate that any new mapping being added falls
|
|
1777
|
+
* in to one of these categories.
|
|
1778
|
+
*/
|
|
1779
|
+
_validateMapping(aGenerated, aOriginal, aSource, aName) {
|
|
1780
|
+
// When aOriginal is truthy but has empty values for .line and .column,
|
|
1781
|
+
// it is most likely a programmer error. In this case we throw a very
|
|
1782
|
+
// specific error message to try to guide them the right way.
|
|
1783
|
+
// For example: https://github.com/Polymer/polymer-bundler/pull/519
|
|
1784
|
+
if (aOriginal && typeof aOriginal.line !== "number" && typeof aOriginal.column !== "number") {
|
|
1785
|
+
throw new Error(
|
|
1786
|
+
"original.line and original.column are not numbers -- you probably meant to omit " +
|
|
1787
|
+
"the original mapping entirely and only map the generated position. If so, pass " +
|
|
1788
|
+
"null for the original mapping instead of an object with empty or null values."
|
|
1789
|
+
);
|
|
1790
|
+
}
|
|
1791
|
+
|
|
1792
|
+
if (aGenerated && "line" in aGenerated && "column" in aGenerated
|
|
1793
|
+
&& aGenerated.line > 0 && aGenerated.column >= 0
|
|
1794
|
+
&& !aOriginal && !aSource && !aName) {
|
|
1795
|
+
// Case 1.
|
|
1796
|
+
|
|
1797
|
+
} else if (aGenerated && "line" in aGenerated && "column" in aGenerated
|
|
1798
|
+
&& aOriginal && "line" in aOriginal && "column" in aOriginal
|
|
1799
|
+
&& aGenerated.line > 0 && aGenerated.column >= 0
|
|
1800
|
+
&& aOriginal.line > 0 && aOriginal.column >= 0
|
|
1801
|
+
&& aSource) {
|
|
1802
|
+
// Cases 2 and 3.
|
|
1803
|
+
|
|
1804
|
+
} else {
|
|
1805
|
+
throw new Error("Invalid mapping: " + JSON.stringify({
|
|
1806
|
+
generated: aGenerated,
|
|
1807
|
+
source: aSource,
|
|
1808
|
+
original: aOriginal,
|
|
1809
|
+
name: aName
|
|
1810
|
+
}));
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
|
|
1814
|
+
/**
|
|
1815
|
+
* Serialize the accumulated mappings in to the stream of base 64 VLQs
|
|
1816
|
+
* specified by the source map format.
|
|
1817
|
+
*/
|
|
1818
|
+
_serializeMappings() {
|
|
1819
|
+
let previousGeneratedColumn = 0;
|
|
1820
|
+
let previousGeneratedLine = 1;
|
|
1821
|
+
let previousOriginalColumn = 0;
|
|
1822
|
+
let previousOriginalLine = 0;
|
|
1823
|
+
let previousName = 0;
|
|
1824
|
+
let previousSource = 0;
|
|
1825
|
+
let result = "";
|
|
1826
|
+
let next;
|
|
1827
|
+
let mapping;
|
|
1828
|
+
let nameIdx;
|
|
1829
|
+
let sourceIdx;
|
|
1830
|
+
|
|
1831
|
+
const mappings = this._mappings.toArray();
|
|
1832
|
+
for (let i = 0, len = mappings.length; i < len; i++) {
|
|
1833
|
+
mapping = mappings[i];
|
|
1834
|
+
next = "";
|
|
1835
|
+
|
|
1836
|
+
if (mapping.generatedLine !== previousGeneratedLine) {
|
|
1837
|
+
previousGeneratedColumn = 0;
|
|
1838
|
+
while (mapping.generatedLine !== previousGeneratedLine) {
|
|
1839
|
+
next += ";";
|
|
1840
|
+
previousGeneratedLine++;
|
|
1841
|
+
}
|
|
1842
|
+
} else if (i > 0) {
|
|
1843
|
+
if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) {
|
|
1844
|
+
continue;
|
|
1845
|
+
}
|
|
1846
|
+
next += ",";
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
next += base64VLQ.encode(mapping.generatedColumn
|
|
1850
|
+
- previousGeneratedColumn);
|
|
1851
|
+
previousGeneratedColumn = mapping.generatedColumn;
|
|
1852
|
+
|
|
1853
|
+
if (mapping.source != null) {
|
|
1854
|
+
sourceIdx = this._sources.indexOf(mapping.source);
|
|
1855
|
+
next += base64VLQ.encode(sourceIdx - previousSource);
|
|
1856
|
+
previousSource = sourceIdx;
|
|
1857
|
+
|
|
1858
|
+
// lines are stored 0-based in SourceMap spec version 3
|
|
1859
|
+
next += base64VLQ.encode(mapping.originalLine - 1
|
|
1860
|
+
- previousOriginalLine);
|
|
1861
|
+
previousOriginalLine = mapping.originalLine - 1;
|
|
1862
|
+
|
|
1863
|
+
next += base64VLQ.encode(mapping.originalColumn
|
|
1864
|
+
- previousOriginalColumn);
|
|
1865
|
+
previousOriginalColumn = mapping.originalColumn;
|
|
1866
|
+
|
|
1867
|
+
if (mapping.name != null) {
|
|
1868
|
+
nameIdx = this._names.indexOf(mapping.name);
|
|
1869
|
+
next += base64VLQ.encode(nameIdx - previousName);
|
|
1870
|
+
previousName = nameIdx;
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
|
|
1874
|
+
result += next;
|
|
1875
|
+
}
|
|
1876
|
+
|
|
1877
|
+
return result;
|
|
1878
|
+
}
|
|
1879
|
+
|
|
1880
|
+
_generateSourcesContent(aSources, aSourceRoot) {
|
|
1881
|
+
return aSources.map(function(source) {
|
|
1882
|
+
if (!this._sourcesContents) {
|
|
1883
|
+
return null;
|
|
1884
|
+
}
|
|
1885
|
+
if (aSourceRoot != null) {
|
|
1886
|
+
source = util.relative(aSourceRoot, source);
|
|
1887
|
+
}
|
|
1888
|
+
const key = util.toSetString(source);
|
|
1889
|
+
return Object.prototype.hasOwnProperty.call(this._sourcesContents, key)
|
|
1890
|
+
? this._sourcesContents[key]
|
|
1891
|
+
: null;
|
|
1892
|
+
}, this);
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
/**
|
|
1896
|
+
* Externalize the source map.
|
|
1897
|
+
*/
|
|
1898
|
+
toJSON() {
|
|
1899
|
+
const map = {
|
|
1900
|
+
version: this._version,
|
|
1901
|
+
sources: this._sources.toArray(),
|
|
1902
|
+
names: this._names.toArray(),
|
|
1903
|
+
mappings: this._serializeMappings()
|
|
1904
|
+
};
|
|
1905
|
+
if (this._file != null) {
|
|
1906
|
+
map.file = this._file;
|
|
1907
|
+
}
|
|
1908
|
+
if (this._sourceRoot != null) {
|
|
1909
|
+
map.sourceRoot = this._sourceRoot;
|
|
1910
|
+
}
|
|
1911
|
+
if (this._sourcesContents) {
|
|
1912
|
+
map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot);
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
return map;
|
|
1916
|
+
}
|
|
1917
|
+
|
|
1918
|
+
/**
|
|
1919
|
+
* Render the source map being generated to a string.
|
|
1920
|
+
*/
|
|
1921
|
+
toString() {
|
|
1922
|
+
return JSON.stringify(this.toJSON());
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
SourceMapGenerator.prototype._version = 3;
|
|
1927
|
+
exports.SourceMapGenerator = SourceMapGenerator;
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
/***/ }),
|
|
1931
|
+
|
|
1932
|
+
/***/ 589:
|
|
1933
|
+
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
1934
|
+
|
|
1935
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
1936
|
+
/*
|
|
1937
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
1938
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
1939
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
1940
|
+
*/
|
|
1941
|
+
|
|
1942
|
+
const SourceMapGenerator = (__nccwpck_require__(87).SourceMapGenerator);
|
|
1943
|
+
const util = __nccwpck_require__(354);
|
|
1944
|
+
|
|
1945
|
+
// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other
|
|
1946
|
+
// operating systems these days (capturing the result).
|
|
1947
|
+
const REGEX_NEWLINE = /(\r?\n)/;
|
|
1948
|
+
|
|
1949
|
+
// Newline character code for charCodeAt() comparisons
|
|
1950
|
+
const NEWLINE_CODE = 10;
|
|
1951
|
+
|
|
1952
|
+
// Private symbol for identifying `SourceNode`s when multiple versions of
|
|
1953
|
+
// the source-map library are loaded. This MUST NOT CHANGE across
|
|
1954
|
+
// versions!
|
|
1955
|
+
const isSourceNode = "$$$isSourceNode$$$";
|
|
1956
|
+
|
|
1957
|
+
/**
|
|
1958
|
+
* SourceNodes provide a way to abstract over interpolating/concatenating
|
|
1959
|
+
* snippets of generated JavaScript source code while maintaining the line and
|
|
1960
|
+
* column information associated with the original source code.
|
|
1961
|
+
*
|
|
1962
|
+
* @param aLine The original line number.
|
|
1963
|
+
* @param aColumn The original column number.
|
|
1964
|
+
* @param aSource The original source's filename.
|
|
1965
|
+
* @param aChunks Optional. An array of strings which are snippets of
|
|
1966
|
+
* generated JS, or other SourceNodes.
|
|
1967
|
+
* @param aName The original identifier.
|
|
1968
|
+
*/
|
|
1969
|
+
class SourceNode {
|
|
1970
|
+
constructor(aLine, aColumn, aSource, aChunks, aName) {
|
|
1971
|
+
this.children = [];
|
|
1972
|
+
this.sourceContents = {};
|
|
1973
|
+
this.line = aLine == null ? null : aLine;
|
|
1974
|
+
this.column = aColumn == null ? null : aColumn;
|
|
1975
|
+
this.source = aSource == null ? null : aSource;
|
|
1976
|
+
this.name = aName == null ? null : aName;
|
|
1977
|
+
this[isSourceNode] = true;
|
|
1978
|
+
if (aChunks != null) this.add(aChunks);
|
|
1979
|
+
}
|
|
1980
|
+
|
|
1981
|
+
/**
|
|
1982
|
+
* Creates a SourceNode from generated code and a SourceMapConsumer.
|
|
1983
|
+
*
|
|
1984
|
+
* @param aGeneratedCode The generated code
|
|
1985
|
+
* @param aSourceMapConsumer The SourceMap for the generated code
|
|
1986
|
+
* @param aRelativePath Optional. The path that relative sources in the
|
|
1987
|
+
* SourceMapConsumer should be relative to.
|
|
1988
|
+
*/
|
|
1989
|
+
static fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) {
|
|
1990
|
+
// The SourceNode we want to fill with the generated code
|
|
1991
|
+
// and the SourceMap
|
|
1992
|
+
const node = new SourceNode();
|
|
1993
|
+
|
|
1994
|
+
// All even indices of this array are one line of the generated code,
|
|
1995
|
+
// while all odd indices are the newlines between two adjacent lines
|
|
1996
|
+
// (since `REGEX_NEWLINE` captures its match).
|
|
1997
|
+
// Processed fragments are accessed by calling `shiftNextLine`.
|
|
1998
|
+
const remainingLines = aGeneratedCode.split(REGEX_NEWLINE);
|
|
1999
|
+
let remainingLinesIndex = 0;
|
|
2000
|
+
const shiftNextLine = function() {
|
|
2001
|
+
const lineContents = getNextLine();
|
|
2002
|
+
// The last line of a file might not have a newline.
|
|
2003
|
+
const newLine = getNextLine() || "";
|
|
2004
|
+
return lineContents + newLine;
|
|
2005
|
+
|
|
2006
|
+
function getNextLine() {
|
|
2007
|
+
return remainingLinesIndex < remainingLines.length ?
|
|
2008
|
+
remainingLines[remainingLinesIndex++] : undefined;
|
|
2009
|
+
}
|
|
2010
|
+
};
|
|
2011
|
+
|
|
2012
|
+
// We need to remember the position of "remainingLines"
|
|
2013
|
+
let lastGeneratedLine = 1, lastGeneratedColumn = 0;
|
|
2014
|
+
|
|
2015
|
+
// The generate SourceNodes we need a code range.
|
|
2016
|
+
// To extract it current and last mapping is used.
|
|
2017
|
+
// Here we store the last mapping.
|
|
2018
|
+
let lastMapping = null;
|
|
2019
|
+
let nextLine;
|
|
2020
|
+
|
|
2021
|
+
aSourceMapConsumer.eachMapping(function(mapping) {
|
|
2022
|
+
if (lastMapping !== null) {
|
|
2023
|
+
// We add the code from "lastMapping" to "mapping":
|
|
2024
|
+
// First check if there is a new line in between.
|
|
2025
|
+
if (lastGeneratedLine < mapping.generatedLine) {
|
|
2026
|
+
// Associate first line with "lastMapping"
|
|
2027
|
+
addMappingWithCode(lastMapping, shiftNextLine());
|
|
2028
|
+
lastGeneratedLine++;
|
|
2029
|
+
lastGeneratedColumn = 0;
|
|
2030
|
+
// The remaining code is added without mapping
|
|
2031
|
+
} else {
|
|
2032
|
+
// There is no new line in between.
|
|
2033
|
+
// Associate the code between "lastGeneratedColumn" and
|
|
2034
|
+
// "mapping.generatedColumn" with "lastMapping"
|
|
2035
|
+
nextLine = remainingLines[remainingLinesIndex] || "";
|
|
2036
|
+
const code = nextLine.substr(0, mapping.generatedColumn -
|
|
2037
|
+
lastGeneratedColumn);
|
|
2038
|
+
remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn -
|
|
2039
|
+
lastGeneratedColumn);
|
|
2040
|
+
lastGeneratedColumn = mapping.generatedColumn;
|
|
2041
|
+
addMappingWithCode(lastMapping, code);
|
|
2042
|
+
// No more remaining code, continue
|
|
2043
|
+
lastMapping = mapping;
|
|
2044
|
+
return;
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
// We add the generated code until the first mapping
|
|
2048
|
+
// to the SourceNode without any mapping.
|
|
2049
|
+
// Each line is added as separate string.
|
|
2050
|
+
while (lastGeneratedLine < mapping.generatedLine) {
|
|
2051
|
+
node.add(shiftNextLine());
|
|
2052
|
+
lastGeneratedLine++;
|
|
2053
|
+
}
|
|
2054
|
+
if (lastGeneratedColumn < mapping.generatedColumn) {
|
|
2055
|
+
nextLine = remainingLines[remainingLinesIndex] || "";
|
|
2056
|
+
node.add(nextLine.substr(0, mapping.generatedColumn));
|
|
2057
|
+
remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn);
|
|
2058
|
+
lastGeneratedColumn = mapping.generatedColumn;
|
|
2059
|
+
}
|
|
2060
|
+
lastMapping = mapping;
|
|
2061
|
+
}, this);
|
|
2062
|
+
// We have processed all mappings.
|
|
2063
|
+
if (remainingLinesIndex < remainingLines.length) {
|
|
2064
|
+
if (lastMapping) {
|
|
2065
|
+
// Associate the remaining code in the current line with "lastMapping"
|
|
2066
|
+
addMappingWithCode(lastMapping, shiftNextLine());
|
|
2067
|
+
}
|
|
2068
|
+
// and add the remaining lines without any mapping
|
|
2069
|
+
node.add(remainingLines.splice(remainingLinesIndex).join(""));
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
// Copy sourcesContent into SourceNode
|
|
2073
|
+
aSourceMapConsumer.sources.forEach(function(sourceFile) {
|
|
2074
|
+
const content = aSourceMapConsumer.sourceContentFor(sourceFile);
|
|
2075
|
+
if (content != null) {
|
|
2076
|
+
if (aRelativePath != null) {
|
|
2077
|
+
sourceFile = util.join(aRelativePath, sourceFile);
|
|
2078
|
+
}
|
|
2079
|
+
node.setSourceContent(sourceFile, content);
|
|
2080
|
+
}
|
|
2081
|
+
});
|
|
2082
|
+
|
|
2083
|
+
return node;
|
|
2084
|
+
|
|
2085
|
+
function addMappingWithCode(mapping, code) {
|
|
2086
|
+
if (mapping === null || mapping.source === undefined) {
|
|
2087
|
+
node.add(code);
|
|
2088
|
+
} else {
|
|
2089
|
+
const source = aRelativePath
|
|
2090
|
+
? util.join(aRelativePath, mapping.source)
|
|
2091
|
+
: mapping.source;
|
|
2092
|
+
node.add(new SourceNode(mapping.originalLine,
|
|
2093
|
+
mapping.originalColumn,
|
|
2094
|
+
source,
|
|
2095
|
+
code,
|
|
2096
|
+
mapping.name));
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
/**
|
|
2102
|
+
* Add a chunk of generated JS to this source node.
|
|
2103
|
+
*
|
|
2104
|
+
* @param aChunk A string snippet of generated JS code, another instance of
|
|
2105
|
+
* SourceNode, or an array where each member is one of those things.
|
|
2106
|
+
*/
|
|
2107
|
+
add(aChunk) {
|
|
2108
|
+
if (Array.isArray(aChunk)) {
|
|
2109
|
+
aChunk.forEach(function(chunk) {
|
|
2110
|
+
this.add(chunk);
|
|
2111
|
+
}, this);
|
|
2112
|
+
} else if (aChunk[isSourceNode] || typeof aChunk === "string") {
|
|
2113
|
+
if (aChunk) {
|
|
2114
|
+
this.children.push(aChunk);
|
|
2115
|
+
}
|
|
2116
|
+
} else {
|
|
2117
|
+
throw new TypeError(
|
|
2118
|
+
"Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
|
|
2119
|
+
);
|
|
2120
|
+
}
|
|
2121
|
+
return this;
|
|
2122
|
+
}
|
|
2123
|
+
|
|
2124
|
+
/**
|
|
2125
|
+
* Add a chunk of generated JS to the beginning of this source node.
|
|
2126
|
+
*
|
|
2127
|
+
* @param aChunk A string snippet of generated JS code, another instance of
|
|
2128
|
+
* SourceNode, or an array where each member is one of those things.
|
|
2129
|
+
*/
|
|
2130
|
+
prepend(aChunk) {
|
|
2131
|
+
if (Array.isArray(aChunk)) {
|
|
2132
|
+
for (let i = aChunk.length - 1; i >= 0; i--) {
|
|
2133
|
+
this.prepend(aChunk[i]);
|
|
2134
|
+
}
|
|
2135
|
+
} else if (aChunk[isSourceNode] || typeof aChunk === "string") {
|
|
2136
|
+
this.children.unshift(aChunk);
|
|
2137
|
+
} else {
|
|
2138
|
+
throw new TypeError(
|
|
2139
|
+
"Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk
|
|
2140
|
+
);
|
|
2141
|
+
}
|
|
2142
|
+
return this;
|
|
2143
|
+
}
|
|
2144
|
+
|
|
2145
|
+
/**
|
|
2146
|
+
* Walk over the tree of JS snippets in this node and its children. The
|
|
2147
|
+
* walking function is called once for each snippet of JS and is passed that
|
|
2148
|
+
* snippet and the its original associated source's line/column location.
|
|
2149
|
+
*
|
|
2150
|
+
* @param aFn The traversal function.
|
|
2151
|
+
*/
|
|
2152
|
+
walk(aFn) {
|
|
2153
|
+
let chunk;
|
|
2154
|
+
for (let i = 0, len = this.children.length; i < len; i++) {
|
|
2155
|
+
chunk = this.children[i];
|
|
2156
|
+
if (chunk[isSourceNode]) {
|
|
2157
|
+
chunk.walk(aFn);
|
|
2158
|
+
} else if (chunk !== "") {
|
|
2159
|
+
aFn(chunk, { source: this.source,
|
|
2160
|
+
line: this.line,
|
|
2161
|
+
column: this.column,
|
|
2162
|
+
name: this.name });
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
|
|
2167
|
+
/**
|
|
2168
|
+
* Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between
|
|
2169
|
+
* each of `this.children`.
|
|
2170
|
+
*
|
|
2171
|
+
* @param aSep The separator.
|
|
2172
|
+
*/
|
|
2173
|
+
join(aSep) {
|
|
2174
|
+
let newChildren;
|
|
2175
|
+
let i;
|
|
2176
|
+
const len = this.children.length;
|
|
2177
|
+
if (len > 0) {
|
|
2178
|
+
newChildren = [];
|
|
2179
|
+
for (i = 0; i < len - 1; i++) {
|
|
2180
|
+
newChildren.push(this.children[i]);
|
|
2181
|
+
newChildren.push(aSep);
|
|
2182
|
+
}
|
|
2183
|
+
newChildren.push(this.children[i]);
|
|
2184
|
+
this.children = newChildren;
|
|
2185
|
+
}
|
|
2186
|
+
return this;
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
/**
|
|
2190
|
+
* Call String.prototype.replace on the very right-most source snippet. Useful
|
|
2191
|
+
* for trimming whitespace from the end of a source node, etc.
|
|
2192
|
+
*
|
|
2193
|
+
* @param aPattern The pattern to replace.
|
|
2194
|
+
* @param aReplacement The thing to replace the pattern with.
|
|
2195
|
+
*/
|
|
2196
|
+
replaceRight(aPattern, aReplacement) {
|
|
2197
|
+
const lastChild = this.children[this.children.length - 1];
|
|
2198
|
+
if (lastChild[isSourceNode]) {
|
|
2199
|
+
lastChild.replaceRight(aPattern, aReplacement);
|
|
2200
|
+
} else if (typeof lastChild === "string") {
|
|
2201
|
+
this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement);
|
|
2202
|
+
} else {
|
|
2203
|
+
this.children.push("".replace(aPattern, aReplacement));
|
|
2204
|
+
}
|
|
2205
|
+
return this;
|
|
2206
|
+
}
|
|
2207
|
+
|
|
2208
|
+
/**
|
|
2209
|
+
* Set the source content for a source file. This will be added to the SourceMapGenerator
|
|
2210
|
+
* in the sourcesContent field.
|
|
2211
|
+
*
|
|
2212
|
+
* @param aSourceFile The filename of the source file
|
|
2213
|
+
* @param aSourceContent The content of the source file
|
|
2214
|
+
*/
|
|
2215
|
+
setSourceContent(aSourceFile, aSourceContent) {
|
|
2216
|
+
this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent;
|
|
2217
|
+
}
|
|
2218
|
+
|
|
2219
|
+
/**
|
|
2220
|
+
* Walk over the tree of SourceNodes. The walking function is called for each
|
|
2221
|
+
* source file content and is passed the filename and source content.
|
|
2222
|
+
*
|
|
2223
|
+
* @param aFn The traversal function.
|
|
2224
|
+
*/
|
|
2225
|
+
walkSourceContents(aFn) {
|
|
2226
|
+
for (let i = 0, len = this.children.length; i < len; i++) {
|
|
2227
|
+
if (this.children[i][isSourceNode]) {
|
|
2228
|
+
this.children[i].walkSourceContents(aFn);
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
|
|
2232
|
+
const sources = Object.keys(this.sourceContents);
|
|
2233
|
+
for (let i = 0, len = sources.length; i < len; i++) {
|
|
2234
|
+
aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]);
|
|
2235
|
+
}
|
|
2236
|
+
}
|
|
2237
|
+
|
|
2238
|
+
/**
|
|
2239
|
+
* Return the string representation of this source node. Walks over the tree
|
|
2240
|
+
* and concatenates all the various snippets together to one string.
|
|
2241
|
+
*/
|
|
2242
|
+
toString() {
|
|
2243
|
+
let str = "";
|
|
2244
|
+
this.walk(function(chunk) {
|
|
2245
|
+
str += chunk;
|
|
2246
|
+
});
|
|
2247
|
+
return str;
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
/**
|
|
2251
|
+
* Returns the string representation of this source node along with a source
|
|
2252
|
+
* map.
|
|
2253
|
+
*/
|
|
2254
|
+
toStringWithSourceMap(aArgs) {
|
|
2255
|
+
const generated = {
|
|
2256
|
+
code: "",
|
|
2257
|
+
line: 1,
|
|
2258
|
+
column: 0
|
|
2259
|
+
};
|
|
2260
|
+
const map = new SourceMapGenerator(aArgs);
|
|
2261
|
+
let sourceMappingActive = false;
|
|
2262
|
+
let lastOriginalSource = null;
|
|
2263
|
+
let lastOriginalLine = null;
|
|
2264
|
+
let lastOriginalColumn = null;
|
|
2265
|
+
let lastOriginalName = null;
|
|
2266
|
+
this.walk(function(chunk, original) {
|
|
2267
|
+
generated.code += chunk;
|
|
2268
|
+
if (original.source !== null
|
|
2269
|
+
&& original.line !== null
|
|
2270
|
+
&& original.column !== null) {
|
|
2271
|
+
if (lastOriginalSource !== original.source
|
|
2272
|
+
|| lastOriginalLine !== original.line
|
|
2273
|
+
|| lastOriginalColumn !== original.column
|
|
2274
|
+
|| lastOriginalName !== original.name) {
|
|
2275
|
+
map.addMapping({
|
|
2276
|
+
source: original.source,
|
|
2277
|
+
original: {
|
|
2278
|
+
line: original.line,
|
|
2279
|
+
column: original.column
|
|
2280
|
+
},
|
|
2281
|
+
generated: {
|
|
2282
|
+
line: generated.line,
|
|
2283
|
+
column: generated.column
|
|
2284
|
+
},
|
|
2285
|
+
name: original.name
|
|
2286
|
+
});
|
|
2287
|
+
}
|
|
2288
|
+
lastOriginalSource = original.source;
|
|
2289
|
+
lastOriginalLine = original.line;
|
|
2290
|
+
lastOriginalColumn = original.column;
|
|
2291
|
+
lastOriginalName = original.name;
|
|
2292
|
+
sourceMappingActive = true;
|
|
2293
|
+
} else if (sourceMappingActive) {
|
|
2294
|
+
map.addMapping({
|
|
2295
|
+
generated: {
|
|
2296
|
+
line: generated.line,
|
|
2297
|
+
column: generated.column
|
|
2298
|
+
}
|
|
2299
|
+
});
|
|
2300
|
+
lastOriginalSource = null;
|
|
2301
|
+
sourceMappingActive = false;
|
|
2302
|
+
}
|
|
2303
|
+
for (let idx = 0, length = chunk.length; idx < length; idx++) {
|
|
2304
|
+
if (chunk.charCodeAt(idx) === NEWLINE_CODE) {
|
|
2305
|
+
generated.line++;
|
|
2306
|
+
generated.column = 0;
|
|
2307
|
+
// Mappings end at eol
|
|
2308
|
+
if (idx + 1 === length) {
|
|
2309
|
+
lastOriginalSource = null;
|
|
2310
|
+
sourceMappingActive = false;
|
|
2311
|
+
} else if (sourceMappingActive) {
|
|
2312
|
+
map.addMapping({
|
|
2313
|
+
source: original.source,
|
|
2314
|
+
original: {
|
|
2315
|
+
line: original.line,
|
|
2316
|
+
column: original.column
|
|
2317
|
+
},
|
|
2318
|
+
generated: {
|
|
2319
|
+
line: generated.line,
|
|
2320
|
+
column: generated.column
|
|
2321
|
+
},
|
|
2322
|
+
name: original.name
|
|
2323
|
+
});
|
|
2324
|
+
}
|
|
2325
|
+
} else {
|
|
2326
|
+
generated.column++;
|
|
2327
|
+
}
|
|
2328
|
+
}
|
|
2329
|
+
});
|
|
2330
|
+
this.walkSourceContents(function(sourceFile, sourceContent) {
|
|
2331
|
+
map.setSourceContent(sourceFile, sourceContent);
|
|
2332
|
+
});
|
|
2333
|
+
|
|
2334
|
+
return { code: generated.code, map };
|
|
2335
|
+
}
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2338
|
+
exports.SourceNode = SourceNode;
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
/***/ }),
|
|
2342
|
+
|
|
2343
|
+
/***/ 869:
|
|
2344
|
+
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2345
|
+
|
|
2346
|
+
"use strict";
|
|
2347
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
2348
|
+
/*
|
|
2349
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
2350
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
2351
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
2352
|
+
*/
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
// Note: This file is overridden in the 'package.json#browser' field to
|
|
2356
|
+
// substitute lib/url-browser.js instead.
|
|
2357
|
+
|
|
2358
|
+
// Use the URL global for Node 10, and the 'url' module for Node 8.
|
|
2359
|
+
module.exports = typeof URL === "function" ? URL : (__nccwpck_require__(310).URL);
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
/***/ }),
|
|
2363
|
+
|
|
2364
|
+
/***/ 354:
|
|
2365
|
+
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
|
|
2366
|
+
|
|
2367
|
+
/* -*- Mode: js; js-indent-level: 2; -*- */
|
|
2368
|
+
/*
|
|
2369
|
+
* Copyright 2011 Mozilla Foundation and contributors
|
|
2370
|
+
* Licensed under the New BSD license. See LICENSE or:
|
|
2371
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
2372
|
+
*/
|
|
2373
|
+
|
|
2374
|
+
const URL = __nccwpck_require__(869);
|
|
2375
|
+
|
|
2376
|
+
/**
|
|
2377
|
+
* This is a helper function for getting values from parameter/options
|
|
2378
|
+
* objects.
|
|
2379
|
+
*
|
|
2380
|
+
* @param args The object we are extracting values from
|
|
2381
|
+
* @param name The name of the property we are getting.
|
|
2382
|
+
* @param defaultValue An optional value to return if the property is missing
|
|
2383
|
+
* from the object. If this is not specified and the property is missing, an
|
|
2384
|
+
* error will be thrown.
|
|
2385
|
+
*/
|
|
2386
|
+
function getArg(aArgs, aName, aDefaultValue) {
|
|
2387
|
+
if (aName in aArgs) {
|
|
2388
|
+
return aArgs[aName];
|
|
2389
|
+
} else if (arguments.length === 3) {
|
|
2390
|
+
return aDefaultValue;
|
|
2391
|
+
}
|
|
2392
|
+
throw new Error('"' + aName + '" is a required argument.');
|
|
2393
|
+
|
|
2394
|
+
}
|
|
2395
|
+
exports.getArg = getArg;
|
|
2396
|
+
|
|
2397
|
+
const supportsNullProto = (function() {
|
|
2398
|
+
const obj = Object.create(null);
|
|
2399
|
+
return !("__proto__" in obj);
|
|
2400
|
+
}());
|
|
2401
|
+
|
|
2402
|
+
function identity(s) {
|
|
2403
|
+
return s;
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
/**
|
|
2407
|
+
* Because behavior goes wacky when you set `__proto__` on objects, we
|
|
2408
|
+
* have to prefix all the strings in our set with an arbitrary character.
|
|
2409
|
+
*
|
|
2410
|
+
* See https://github.com/mozilla/source-map/pull/31 and
|
|
2411
|
+
* https://github.com/mozilla/source-map/issues/30
|
|
2412
|
+
*
|
|
2413
|
+
* @param String aStr
|
|
2414
|
+
*/
|
|
2415
|
+
function toSetString(aStr) {
|
|
2416
|
+
if (isProtoString(aStr)) {
|
|
2417
|
+
return "$" + aStr;
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
return aStr;
|
|
2421
|
+
}
|
|
2422
|
+
exports.toSetString = supportsNullProto ? identity : toSetString;
|
|
2423
|
+
|
|
2424
|
+
function fromSetString(aStr) {
|
|
2425
|
+
if (isProtoString(aStr)) {
|
|
2426
|
+
return aStr.slice(1);
|
|
2427
|
+
}
|
|
2428
|
+
|
|
2429
|
+
return aStr;
|
|
2430
|
+
}
|
|
2431
|
+
exports.fromSetString = supportsNullProto ? identity : fromSetString;
|
|
2432
|
+
|
|
2433
|
+
function isProtoString(s) {
|
|
2434
|
+
if (!s) {
|
|
2435
|
+
return false;
|
|
2436
|
+
}
|
|
2437
|
+
|
|
2438
|
+
const length = s.length;
|
|
2439
|
+
|
|
2440
|
+
if (length < 9 /* "__proto__".length */) {
|
|
2441
|
+
return false;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
/* eslint-disable no-multi-spaces */
|
|
2445
|
+
if (s.charCodeAt(length - 1) !== 95 /* '_' */ ||
|
|
2446
|
+
s.charCodeAt(length - 2) !== 95 /* '_' */ ||
|
|
2447
|
+
s.charCodeAt(length - 3) !== 111 /* 'o' */ ||
|
|
2448
|
+
s.charCodeAt(length - 4) !== 116 /* 't' */ ||
|
|
2449
|
+
s.charCodeAt(length - 5) !== 111 /* 'o' */ ||
|
|
2450
|
+
s.charCodeAt(length - 6) !== 114 /* 'r' */ ||
|
|
2451
|
+
s.charCodeAt(length - 7) !== 112 /* 'p' */ ||
|
|
2452
|
+
s.charCodeAt(length - 8) !== 95 /* '_' */ ||
|
|
2453
|
+
s.charCodeAt(length - 9) !== 95 /* '_' */) {
|
|
2454
|
+
return false;
|
|
2455
|
+
}
|
|
2456
|
+
/* eslint-enable no-multi-spaces */
|
|
2457
|
+
|
|
2458
|
+
for (let i = length - 10; i >= 0; i--) {
|
|
2459
|
+
if (s.charCodeAt(i) !== 36 /* '$' */) {
|
|
2460
|
+
return false;
|
|
2461
|
+
}
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
return true;
|
|
2465
|
+
}
|
|
2466
|
+
|
|
2467
|
+
function strcmp(aStr1, aStr2) {
|
|
2468
|
+
if (aStr1 === aStr2) {
|
|
2469
|
+
return 0;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
if (aStr1 === null) {
|
|
2473
|
+
return 1; // aStr2 !== null
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
if (aStr2 === null) {
|
|
2477
|
+
return -1; // aStr1 !== null
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
if (aStr1 > aStr2) {
|
|
2481
|
+
return 1;
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2484
|
+
return -1;
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
/**
|
|
2488
|
+
* Comparator between two mappings with inflated source and name strings where
|
|
2489
|
+
* the generated positions are compared.
|
|
2490
|
+
*/
|
|
2491
|
+
function compareByGeneratedPositionsInflated(mappingA, mappingB) {
|
|
2492
|
+
let cmp = mappingA.generatedLine - mappingB.generatedLine;
|
|
2493
|
+
if (cmp !== 0) {
|
|
2494
|
+
return cmp;
|
|
2495
|
+
}
|
|
2496
|
+
|
|
2497
|
+
cmp = mappingA.generatedColumn - mappingB.generatedColumn;
|
|
2498
|
+
if (cmp !== 0) {
|
|
2499
|
+
return cmp;
|
|
2500
|
+
}
|
|
2501
|
+
|
|
2502
|
+
cmp = strcmp(mappingA.source, mappingB.source);
|
|
2503
|
+
if (cmp !== 0) {
|
|
2504
|
+
return cmp;
|
|
2505
|
+
}
|
|
2506
|
+
|
|
2507
|
+
cmp = mappingA.originalLine - mappingB.originalLine;
|
|
2508
|
+
if (cmp !== 0) {
|
|
2509
|
+
return cmp;
|
|
2510
|
+
}
|
|
2511
|
+
|
|
2512
|
+
cmp = mappingA.originalColumn - mappingB.originalColumn;
|
|
2513
|
+
if (cmp !== 0) {
|
|
2514
|
+
return cmp;
|
|
2515
|
+
}
|
|
2516
|
+
|
|
2517
|
+
return strcmp(mappingA.name, mappingB.name);
|
|
2518
|
+
}
|
|
2519
|
+
exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
|
|
2520
|
+
|
|
2521
|
+
/**
|
|
2522
|
+
* Strip any JSON XSSI avoidance prefix from the string (as documented
|
|
2523
|
+
* in the source maps specification), and then parse the string as
|
|
2524
|
+
* JSON.
|
|
2525
|
+
*/
|
|
2526
|
+
function parseSourceMapInput(str) {
|
|
2527
|
+
return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, ""));
|
|
2528
|
+
}
|
|
2529
|
+
exports.parseSourceMapInput = parseSourceMapInput;
|
|
2530
|
+
|
|
2531
|
+
// We use 'http' as the base here because we want URLs processed relative
|
|
2532
|
+
// to the safe base to be treated as "special" URLs during parsing using
|
|
2533
|
+
// the WHATWG URL parsing. This ensures that backslash normalization
|
|
2534
|
+
// applies to the path and such.
|
|
2535
|
+
const PROTOCOL = "http:";
|
|
2536
|
+
const PROTOCOL_AND_HOST = `${PROTOCOL}//host`;
|
|
2537
|
+
|
|
2538
|
+
/**
|
|
2539
|
+
* Make it easy to create small utilities that tweak a URL's path.
|
|
2540
|
+
*/
|
|
2541
|
+
function createSafeHandler(cb) {
|
|
2542
|
+
return input => {
|
|
2543
|
+
const type = getURLType(input);
|
|
2544
|
+
const base = buildSafeBase(input);
|
|
2545
|
+
const url = new URL(input, base);
|
|
2546
|
+
|
|
2547
|
+
cb(url);
|
|
2548
|
+
|
|
2549
|
+
const result = url.toString();
|
|
2550
|
+
|
|
2551
|
+
if (type === "absolute") {
|
|
2552
|
+
return result;
|
|
2553
|
+
} else if (type === "scheme-relative") {
|
|
2554
|
+
return result.slice(PROTOCOL.length);
|
|
2555
|
+
} else if (type === "path-absolute") {
|
|
2556
|
+
return result.slice(PROTOCOL_AND_HOST.length);
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
// This assumes that the callback will only change
|
|
2560
|
+
// the path, search and hash values.
|
|
2561
|
+
return computeRelativeURL(base, result);
|
|
2562
|
+
};
|
|
2563
|
+
}
|
|
2564
|
+
|
|
2565
|
+
function withBase(url, base) {
|
|
2566
|
+
return new URL(url, base).toString();
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
function buildUniqueSegment(prefix, str) {
|
|
2570
|
+
let id = 0;
|
|
2571
|
+
do {
|
|
2572
|
+
const ident = prefix + (id++);
|
|
2573
|
+
if (str.indexOf(ident) === -1) return ident;
|
|
2574
|
+
} while (true);
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
function buildSafeBase(str) {
|
|
2578
|
+
const maxDotParts = str.split("..").length - 1;
|
|
2579
|
+
|
|
2580
|
+
// If we used a segment that also existed in `str`, then we would be unable
|
|
2581
|
+
// to compute relative paths. For example, if `segment` were just "a":
|
|
2582
|
+
//
|
|
2583
|
+
// const url = "../../a/"
|
|
2584
|
+
// const base = buildSafeBase(url); // http://host/a/a/
|
|
2585
|
+
// const joined = "http://host/a/";
|
|
2586
|
+
// const result = relative(base, joined);
|
|
2587
|
+
//
|
|
2588
|
+
// Expected: "../../a/";
|
|
2589
|
+
// Actual: "a/"
|
|
2590
|
+
//
|
|
2591
|
+
const segment = buildUniqueSegment("p", str);
|
|
2592
|
+
|
|
2593
|
+
let base = `${PROTOCOL_AND_HOST}/`;
|
|
2594
|
+
for (let i = 0; i < maxDotParts; i++) {
|
|
2595
|
+
base += `${segment}/`;
|
|
2596
|
+
}
|
|
2597
|
+
return base;
|
|
2598
|
+
}
|
|
2599
|
+
|
|
2600
|
+
const ABSOLUTE_SCHEME = /^[A-Za-z0-9\+\-\.]+:/;
|
|
2601
|
+
function getURLType(url) {
|
|
2602
|
+
if (url[0] === "/") {
|
|
2603
|
+
if (url[1] === "/") return "scheme-relative";
|
|
2604
|
+
return "path-absolute";
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
return ABSOLUTE_SCHEME.test(url) ? "absolute" : "path-relative";
|
|
2608
|
+
}
|
|
2609
|
+
|
|
2610
|
+
/**
|
|
2611
|
+
* Given two URLs that are assumed to be on the same
|
|
2612
|
+
* protocol/host/user/password build a relative URL from the
|
|
2613
|
+
* path, params, and hash values.
|
|
2614
|
+
*
|
|
2615
|
+
* @param rootURL The root URL that the target will be relative to.
|
|
2616
|
+
* @param targetURL The target that the relative URL points to.
|
|
2617
|
+
* @return A rootURL-relative, normalized URL value.
|
|
2618
|
+
*/
|
|
2619
|
+
function computeRelativeURL(rootURL, targetURL) {
|
|
2620
|
+
if (typeof rootURL === "string") rootURL = new URL(rootURL);
|
|
2621
|
+
if (typeof targetURL === "string") targetURL = new URL(targetURL);
|
|
2622
|
+
|
|
2623
|
+
const targetParts = targetURL.pathname.split("/");
|
|
2624
|
+
const rootParts = rootURL.pathname.split("/");
|
|
2625
|
+
|
|
2626
|
+
// If we've got a URL path ending with a "/", we remove it since we'd
|
|
2627
|
+
// otherwise be relative to the wrong location.
|
|
2628
|
+
if (rootParts.length > 0 && !rootParts[rootParts.length - 1]) {
|
|
2629
|
+
rootParts.pop();
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
while (
|
|
2633
|
+
targetParts.length > 0 &&
|
|
2634
|
+
rootParts.length > 0 &&
|
|
2635
|
+
targetParts[0] === rootParts[0]
|
|
2636
|
+
) {
|
|
2637
|
+
targetParts.shift();
|
|
2638
|
+
rootParts.shift();
|
|
2639
|
+
}
|
|
2640
|
+
|
|
2641
|
+
const relativePath = rootParts
|
|
2642
|
+
.map(() => "..")
|
|
2643
|
+
.concat(targetParts)
|
|
2644
|
+
.join("/");
|
|
2645
|
+
|
|
2646
|
+
return relativePath + targetURL.search + targetURL.hash;
|
|
2647
|
+
}
|
|
2648
|
+
|
|
2649
|
+
/**
|
|
2650
|
+
* Given a URL, ensure that it is treated as a directory URL.
|
|
2651
|
+
*
|
|
2652
|
+
* @param url
|
|
2653
|
+
* @return A normalized URL value.
|
|
2654
|
+
*/
|
|
2655
|
+
const ensureDirectory = createSafeHandler(url => {
|
|
2656
|
+
url.pathname = url.pathname.replace(/\/?$/, "/");
|
|
2657
|
+
});
|
|
2658
|
+
|
|
2659
|
+
/**
|
|
2660
|
+
* Given a URL, strip off any filename if one is present.
|
|
2661
|
+
*
|
|
2662
|
+
* @param url
|
|
2663
|
+
* @return A normalized URL value.
|
|
2664
|
+
*/
|
|
2665
|
+
const trimFilename = createSafeHandler(url => {
|
|
2666
|
+
url.href = new URL(".", url.toString()).toString();
|
|
2667
|
+
});
|
|
2668
|
+
|
|
2669
|
+
/**
|
|
2670
|
+
* Normalize a given URL.
|
|
2671
|
+
* * Convert backslashes.
|
|
2672
|
+
* * Remove any ".." and "." segments.
|
|
2673
|
+
*
|
|
2674
|
+
* @param url
|
|
2675
|
+
* @return A normalized URL value.
|
|
2676
|
+
*/
|
|
2677
|
+
const normalize = createSafeHandler(url => {});
|
|
2678
|
+
exports.normalize = normalize;
|
|
2679
|
+
|
|
2680
|
+
/**
|
|
2681
|
+
* Joins two paths/URLs.
|
|
2682
|
+
*
|
|
2683
|
+
* All returned URLs will be normalized.
|
|
2684
|
+
*
|
|
2685
|
+
* @param aRoot The root path or URL. Assumed to reference a directory.
|
|
2686
|
+
* @param aPath The path or URL to be joined with the root.
|
|
2687
|
+
* @return A joined and normalized URL value.
|
|
2688
|
+
*/
|
|
2689
|
+
function join(aRoot, aPath) {
|
|
2690
|
+
const pathType = getURLType(aPath);
|
|
2691
|
+
const rootType = getURLType(aRoot);
|
|
2692
|
+
|
|
2693
|
+
aRoot = ensureDirectory(aRoot);
|
|
2694
|
+
|
|
2695
|
+
if (pathType === "absolute") {
|
|
2696
|
+
return withBase(aPath, undefined);
|
|
2697
|
+
}
|
|
2698
|
+
if (rootType === "absolute") {
|
|
2699
|
+
return withBase(aPath, aRoot);
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
if (pathType === "scheme-relative") {
|
|
2703
|
+
return normalize(aPath);
|
|
2704
|
+
}
|
|
2705
|
+
if (rootType === "scheme-relative") {
|
|
2706
|
+
return withBase(aPath, withBase(aRoot, PROTOCOL_AND_HOST)).slice(PROTOCOL.length);
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
if (pathType === "path-absolute") {
|
|
2710
|
+
return normalize(aPath);
|
|
2711
|
+
}
|
|
2712
|
+
if (rootType === "path-absolute") {
|
|
2713
|
+
return withBase(aPath, withBase(aRoot, PROTOCOL_AND_HOST)).slice(PROTOCOL_AND_HOST.length);
|
|
2714
|
+
}
|
|
2715
|
+
|
|
2716
|
+
const base = buildSafeBase(aPath + aRoot);
|
|
2717
|
+
const newPath = withBase(aPath, withBase(aRoot, base));
|
|
2718
|
+
return computeRelativeURL(base, newPath);
|
|
2719
|
+
}
|
|
2720
|
+
exports.join = join;
|
|
2721
|
+
|
|
2722
|
+
/**
|
|
2723
|
+
* Make a path relative to a URL or another path. If returning a
|
|
2724
|
+
* relative URL is not possible, the original target will be returned.
|
|
2725
|
+
* All returned URLs will be normalized.
|
|
2726
|
+
*
|
|
2727
|
+
* @param aRoot The root path or URL.
|
|
2728
|
+
* @param aPath The path or URL to be made relative to aRoot.
|
|
2729
|
+
* @return A rootURL-relative (if possible), normalized URL value.
|
|
2730
|
+
*/
|
|
2731
|
+
function relative(rootURL, targetURL) {
|
|
2732
|
+
const result = relativeIfPossible(rootURL, targetURL);
|
|
2733
|
+
|
|
2734
|
+
return typeof result === "string" ? result : normalize(targetURL);
|
|
2735
|
+
}
|
|
2736
|
+
exports.relative = relative;
|
|
2737
|
+
|
|
2738
|
+
function relativeIfPossible(rootURL, targetURL) {
|
|
2739
|
+
const urlType = getURLType(rootURL);
|
|
2740
|
+
if (urlType !== getURLType(targetURL)) {
|
|
2741
|
+
return null;
|
|
2742
|
+
}
|
|
2743
|
+
|
|
2744
|
+
const base = buildSafeBase(rootURL + targetURL);
|
|
2745
|
+
const root = new URL(rootURL, base);
|
|
2746
|
+
const target = new URL(targetURL, base);
|
|
2747
|
+
|
|
2748
|
+
try {
|
|
2749
|
+
new URL("", target.toString());
|
|
2750
|
+
} catch (err) {
|
|
2751
|
+
// Bail if the URL doesn't support things being relative to it,
|
|
2752
|
+
// For example, data: and blob: URLs.
|
|
2753
|
+
return null;
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
if (
|
|
2757
|
+
target.protocol !== root.protocol ||
|
|
2758
|
+
target.user !== root.user ||
|
|
2759
|
+
target.password !== root.password ||
|
|
2760
|
+
target.hostname !== root.hostname ||
|
|
2761
|
+
target.port !== root.port
|
|
2762
|
+
) {
|
|
2763
|
+
return null;
|
|
2764
|
+
}
|
|
2765
|
+
|
|
2766
|
+
return computeRelativeURL(root, target);
|
|
2767
|
+
}
|
|
2768
|
+
|
|
2769
|
+
/**
|
|
2770
|
+
* Compute the URL of a source given the the source root, the source's
|
|
2771
|
+
* URL, and the source map's URL.
|
|
2772
|
+
*/
|
|
2773
|
+
function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) {
|
|
2774
|
+
// The source map spec states that "sourceRoot" and "sources" entries are to be appended. While
|
|
2775
|
+
// that is a little vague, implementations have generally interpreted that as joining the
|
|
2776
|
+
// URLs with a `/` between then, assuming the "sourceRoot" doesn't already end with one.
|
|
2777
|
+
// For example,
|
|
2778
|
+
//
|
|
2779
|
+
// sourceRoot: "some-dir",
|
|
2780
|
+
// sources: ["/some-path.js"]
|
|
2781
|
+
//
|
|
2782
|
+
// and
|
|
2783
|
+
//
|
|
2784
|
+
// sourceRoot: "some-dir/",
|
|
2785
|
+
// sources: ["/some-path.js"]
|
|
2786
|
+
//
|
|
2787
|
+
// must behave as "some-dir/some-path.js".
|
|
2788
|
+
//
|
|
2789
|
+
// With this library's the transition to a more URL-focused implementation, that behavior is
|
|
2790
|
+
// preserved here. To acheive that, we trim the "/" from absolute-path when a sourceRoot value
|
|
2791
|
+
// is present in order to make the sources entries behave as if they are relative to the
|
|
2792
|
+
// "sourceRoot", as they would have if the two strings were simply concated.
|
|
2793
|
+
if (sourceRoot && getURLType(sourceURL) === "path-absolute") {
|
|
2794
|
+
sourceURL = sourceURL.replace(/^\//, "");
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
let url = normalize(sourceURL || "");
|
|
2798
|
+
|
|
2799
|
+
// Parsing URLs can be expensive, so we only perform these joins when needed.
|
|
2800
|
+
if (sourceRoot) url = join(sourceRoot, url);
|
|
2801
|
+
if (sourceMapURL) url = join(trimFilename(sourceMapURL), url);
|
|
2802
|
+
return url;
|
|
2803
|
+
}
|
|
2804
|
+
exports.computeSourceURL = computeSourceURL;
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
/***/ }),
|
|
2808
|
+
|
|
2809
|
+
/***/ 776:
|
|
2810
|
+
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
|
2811
|
+
|
|
2812
|
+
const readWasm = __nccwpck_require__(799);
|
|
2813
|
+
|
|
2814
|
+
/**
|
|
2815
|
+
* Provide the JIT with a nice shape / hidden class.
|
|
2816
|
+
*/
|
|
2817
|
+
function Mapping() {
|
|
2818
|
+
this.generatedLine = 0;
|
|
2819
|
+
this.generatedColumn = 0;
|
|
2820
|
+
this.lastGeneratedColumn = null;
|
|
2821
|
+
this.source = null;
|
|
2822
|
+
this.originalLine = null;
|
|
2823
|
+
this.originalColumn = null;
|
|
2824
|
+
this.name = null;
|
|
2825
|
+
}
|
|
2826
|
+
|
|
2827
|
+
let cachedWasm = null;
|
|
2828
|
+
|
|
2829
|
+
module.exports = function wasm() {
|
|
2830
|
+
if (cachedWasm) {
|
|
2831
|
+
return cachedWasm;
|
|
2832
|
+
}
|
|
2833
|
+
|
|
2834
|
+
const callbackStack = [];
|
|
2835
|
+
|
|
2836
|
+
cachedWasm = readWasm().then(buffer => {
|
|
2837
|
+
return WebAssembly.instantiate(buffer, {
|
|
2838
|
+
env: {
|
|
2839
|
+
mapping_callback(
|
|
2840
|
+
generatedLine,
|
|
2841
|
+
generatedColumn,
|
|
2842
|
+
|
|
2843
|
+
hasLastGeneratedColumn,
|
|
2844
|
+
lastGeneratedColumn,
|
|
2845
|
+
|
|
2846
|
+
hasOriginal,
|
|
2847
|
+
source,
|
|
2848
|
+
originalLine,
|
|
2849
|
+
originalColumn,
|
|
2850
|
+
|
|
2851
|
+
hasName,
|
|
2852
|
+
name
|
|
2853
|
+
) {
|
|
2854
|
+
const mapping = new Mapping();
|
|
2855
|
+
// JS uses 1-based line numbers, wasm uses 0-based.
|
|
2856
|
+
mapping.generatedLine = generatedLine + 1;
|
|
2857
|
+
mapping.generatedColumn = generatedColumn;
|
|
2858
|
+
|
|
2859
|
+
if (hasLastGeneratedColumn) {
|
|
2860
|
+
// JS uses inclusive last generated column, wasm uses exclusive.
|
|
2861
|
+
mapping.lastGeneratedColumn = lastGeneratedColumn - 1;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
if (hasOriginal) {
|
|
2865
|
+
mapping.source = source;
|
|
2866
|
+
// JS uses 1-based line numbers, wasm uses 0-based.
|
|
2867
|
+
mapping.originalLine = originalLine + 1;
|
|
2868
|
+
mapping.originalColumn = originalColumn;
|
|
2869
|
+
|
|
2870
|
+
if (hasName) {
|
|
2871
|
+
mapping.name = name;
|
|
2872
|
+
}
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
callbackStack[callbackStack.length - 1](mapping);
|
|
2876
|
+
},
|
|
2877
|
+
|
|
2878
|
+
start_all_generated_locations_for() { console.time("all_generated_locations_for"); },
|
|
2879
|
+
end_all_generated_locations_for() { console.timeEnd("all_generated_locations_for"); },
|
|
2880
|
+
|
|
2881
|
+
start_compute_column_spans() { console.time("compute_column_spans"); },
|
|
2882
|
+
end_compute_column_spans() { console.timeEnd("compute_column_spans"); },
|
|
2883
|
+
|
|
2884
|
+
start_generated_location_for() { console.time("generated_location_for"); },
|
|
2885
|
+
end_generated_location_for() { console.timeEnd("generated_location_for"); },
|
|
2886
|
+
|
|
2887
|
+
start_original_location_for() { console.time("original_location_for"); },
|
|
2888
|
+
end_original_location_for() { console.timeEnd("original_location_for"); },
|
|
2889
|
+
|
|
2890
|
+
start_parse_mappings() { console.time("parse_mappings"); },
|
|
2891
|
+
end_parse_mappings() { console.timeEnd("parse_mappings"); },
|
|
2892
|
+
|
|
2893
|
+
start_sort_by_generated_location() { console.time("sort_by_generated_location"); },
|
|
2894
|
+
end_sort_by_generated_location() { console.timeEnd("sort_by_generated_location"); },
|
|
2895
|
+
|
|
2896
|
+
start_sort_by_original_location() { console.time("sort_by_original_location"); },
|
|
2897
|
+
end_sort_by_original_location() { console.timeEnd("sort_by_original_location"); },
|
|
2898
|
+
}
|
|
2899
|
+
});
|
|
2900
|
+
}).then(Wasm => {
|
|
2901
|
+
return {
|
|
2902
|
+
exports: Wasm.instance.exports,
|
|
2903
|
+
withMappingCallback: (mappingCallback, f) => {
|
|
2904
|
+
callbackStack.push(mappingCallback);
|
|
2905
|
+
try {
|
|
2906
|
+
f();
|
|
2907
|
+
} finally {
|
|
2908
|
+
callbackStack.pop();
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
};
|
|
2912
|
+
}).then(null, e => {
|
|
2913
|
+
cachedWasm = null;
|
|
2914
|
+
throw e;
|
|
2915
|
+
});
|
|
2916
|
+
|
|
2917
|
+
return cachedWasm;
|
|
2918
|
+
};
|
|
2919
|
+
|
|
2920
|
+
|
|
2921
|
+
/***/ }),
|
|
2922
|
+
|
|
2923
|
+
/***/ 147:
|
|
2924
|
+
/***/ ((module) => {
|
|
2925
|
+
|
|
2926
|
+
"use strict";
|
|
2927
|
+
module.exports = require("fs");
|
|
2928
|
+
|
|
2929
|
+
/***/ }),
|
|
2930
|
+
|
|
2931
|
+
/***/ 17:
|
|
2932
|
+
/***/ ((module) => {
|
|
2933
|
+
|
|
2934
|
+
"use strict";
|
|
2935
|
+
module.exports = require("path");
|
|
2936
|
+
|
|
2937
|
+
/***/ }),
|
|
2938
|
+
|
|
2939
|
+
/***/ 310:
|
|
2940
|
+
/***/ ((module) => {
|
|
2941
|
+
|
|
2942
|
+
"use strict";
|
|
2943
|
+
module.exports = require("url");
|
|
2944
|
+
|
|
2945
|
+
/***/ })
|
|
2946
|
+
|
|
2947
|
+
/******/ });
|
|
2948
|
+
/************************************************************************/
|
|
2949
|
+
/******/ // The module cache
|
|
2950
|
+
/******/ var __webpack_module_cache__ = {};
|
|
2951
|
+
/******/
|
|
2952
|
+
/******/ // The require function
|
|
2953
|
+
/******/ function __nccwpck_require__(moduleId) {
|
|
2954
|
+
/******/ // Check if module is in cache
|
|
2955
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
2956
|
+
/******/ if (cachedModule !== undefined) {
|
|
2957
|
+
/******/ return cachedModule.exports;
|
|
2958
|
+
/******/ }
|
|
2959
|
+
/******/ // Create a new module (and put it into the cache)
|
|
2960
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
2961
|
+
/******/ // no module.id needed
|
|
2962
|
+
/******/ // no module.loaded needed
|
|
2963
|
+
/******/ exports: {}
|
|
2964
|
+
/******/ };
|
|
2965
|
+
/******/
|
|
2966
|
+
/******/ // Execute the module function
|
|
2967
|
+
/******/ var threw = true;
|
|
2968
|
+
/******/ try {
|
|
2969
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nccwpck_require__);
|
|
2970
|
+
/******/ threw = false;
|
|
2971
|
+
/******/ } finally {
|
|
2972
|
+
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
|
2973
|
+
/******/ }
|
|
2974
|
+
/******/
|
|
2975
|
+
/******/ // Return the exports of the module
|
|
2976
|
+
/******/ return module.exports;
|
|
2977
|
+
/******/ }
|
|
2978
|
+
/******/
|
|
2979
|
+
/************************************************************************/
|
|
2980
|
+
/******/ /* webpack/runtime/compat */
|
|
2981
|
+
/******/
|
|
2982
|
+
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = __dirname + "/";
|
|
2983
|
+
/******/
|
|
2984
|
+
/************************************************************************/
|
|
2985
|
+
var __webpack_exports__ = {};
|
|
2986
|
+
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
|
2987
|
+
(() => {
|
|
2988
|
+
var exports = __webpack_exports__;
|
|
2989
|
+
/*
|
|
2990
|
+
* Copyright 2009-2011 Mozilla Foundation and contributors
|
|
2991
|
+
* Licensed under the New BSD license. See LICENSE.txt or:
|
|
2992
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
2993
|
+
*/
|
|
2994
|
+
exports.SourceMapGenerator = __nccwpck_require__(87).SourceMapGenerator;
|
|
2995
|
+
exports.SourceMapConsumer = __nccwpck_require__(886).SourceMapConsumer;
|
|
2996
|
+
exports.SourceNode = __nccwpck_require__(589).SourceNode;
|
|
2997
|
+
|
|
2998
|
+
})();
|
|
2999
|
+
|
|
3000
|
+
module.exports = __webpack_exports__;
|
|
3001
|
+
/******/ })()
|
|
3002
|
+
;
|