/opt/canhelp/node_modules/next/dist/esm/server
NameSizeModeActions
after/-0755rm
api-utils/-0755rm
app-render/-0755rm
async-storage/-0755rm
base-http/-0755rm
dev/-0755rm
instrumentation/-0755rm
lib/-0755rm
node-environment-extensions/-0755rm
normalizers/-0755rm
og/-0755rm
request/-0755rm
response-cache/-0755rm
resume-data-cache/-0755rm
route-definitions/-0755rm
route-matcher-managers/-0755rm
route-matcher-providers/-0755rm
route-matchers/-0755rm
route-matches/-0755rm
route-modules/-0755rm
stream-utils/-0755rm
typescript/-0755rm
use-cache/-0755rm
web/-0755rm
accept-header.js38520644editdlrm
accept-header.js.map64540644editdlrm
base-server.js965210644editdlrm
base-server.js.map1621330644editdlrm
body-streams.js29790644editdlrm
body-streams.js.map54080644editdlrm
cache-dir.js3240644editdlrm
cache-dir.js.map6980644editdlrm
ci-info.js6560644editdlrm
ci-info.js.map13170644editdlrm
client-component-renderer-logger.js17390644editdlrm
client-component-renderer-logger.js.map29840644editdlrm
config-schema.js273500644editdlrm
config-schema.js.map541600644editdlrm
config-shared.js66020644editdlrm
config-shared.js.map580730644editdlrm
config-utils.js56760644editdlrm
config-utils.js.map65820644editdlrm
config.js714880644editdlrm
config.js.map996810644editdlrm
create-deduped-by-callsite-server-error-logger.js23300644editdlrm
create-deduped-by-callsite-server-error-logger.js.map36410644editdlrm
crypto-utils.js23300644editdlrm
crypto-utils.js.map42990644editdlrm
dynamic-rendering-utils.js29840644editdlrm
dynamic-rendering-utils.js.map48830644editdlrm
font-utils.js15540644editdlrm
font-utils.js.map30730644editdlrm
get-app-route-from-entrypoint.js4520644editdlrm
get-app-route-from-entrypoint.js.map8520644editdlrm
get-page-files.js5470644editdlrm
get-page-files.js.map16990644editdlrm
get-route-from-entrypoint.js7940644editdlrm
get-route-from-entrypoint.js.map13980644editdlrm
htmlescape.js5100644editdlrm
htmlescape.js.map9610644editdlrm
image-optimizer.js334240644editdlrm
image-optimizer.js.map553920644editdlrm
internal-utils.js5780644editdlrm
internal-utils.js.map13080644editdlrm
load-components.js62050644editdlrm
load-components.js.map131850644editdlrm
load-default-error-components.js15560644editdlrm
load-default-error-components.js.map38870644editdlrm
load-manifest.external.js23080644editdlrm
load-manifest.external.js.map57630644editdlrm
match-bundle.js3200644editdlrm
match-bundle.js.map7050644editdlrm
next-server.js654510644editdlrm
next-server.js.map1101450644editdlrm
next-typescript.js910644editdlrm
next-typescript.js.map2150644editdlrm
next.js135400644editdlrm
next.js.map269300644editdlrm
node-environment-baseline.js8760644editdlrm
node-environment-baseline.js.map15540644editdlrm
node-environment.js7570644editdlrm
node-environment.js.map11650644editdlrm
node-polyfill-crypto.js5440644editdlrm
node-polyfill-crypto.js.map10130644editdlrm
optimize-amp.js3600644editdlrm
optimize-amp.js.map8230644editdlrm
patch-error-inspect.js175330644editdlrm
patch-error-inspect.js.map285930644editdlrm
pipe-readable.js50210644editdlrm
pipe-readable.js.map77020644editdlrm
post-process.js18000644editdlrm
post-process.js.map39970644editdlrm
ReactDOMServerPages.d.ts380644editdlrm
ReactDOMServerPages.js5840644editdlrm
ReactDOMServerPages.js.map9560644editdlrm
render-result.js72040644editdlrm
render-result.js.map142390644editdlrm
render.js534870644editdlrm
render.js.map854420644editdlrm
request-meta.js13410644editdlrm
request-meta.js.map94330644editdlrm
require-hook.js22770644editdlrm
require-hook.js.map43970644editdlrm
require.js30420644editdlrm
require.js.map61070644editdlrm
revalidation-utils.js29170644editdlrm
revalidation-utils.js.map57080644editdlrm
route-kind.js8290644editdlrm
route-kind.js.map9270644editdlrm
send-payload.js21740644editdlrm
send-payload.js.map42120644editdlrm
send-response.js30400644editdlrm
send-response.js.map45980644editdlrm
serve-static.js13340644editdlrm
serve-static.js.map26030644editdlrm
server-route-utils.js10610644editdlrm
server-route-utils.js.map19990644editdlrm
server-utils.js153150644editdlrm
server-utils.js.map261390644editdlrm
setup-http-agent-env.js8320644editdlrm
setup-http-agent-env.js.map14390644editdlrm
utils.js26720644editdlrm
utils.js.map41390644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/esm/server/config-utils.js.map (6582B)
{"version":3,"sources":["../../src/server/config-utils.ts"],"sourcesContent":["let installed: boolean = false\n\nexport function loadWebpackHook() {\n const { init: initWebpack } =\n require('next/dist/compiled/webpack/webpack') as typeof import('next/dist/compiled/webpack/webpack')\n if (installed) {\n return\n }\n installed = true\n initWebpack()\n\n // hook the Node.js require so that webpack requires are\n // routed to the bundled and now initialized webpack version\n ;(\n require('../server/require-hook') as typeof import('../server/require-hook')\n ).addHookAliases(\n [\n ['webpack', 'next/dist/compiled/webpack/webpack-lib'],\n ['webpack/package', 'next/dist/compiled/webpack/package'],\n ['webpack/package.json', 'next/dist/compiled/webpack/package'],\n ['webpack/lib/webpack', 'next/dist/compiled/webpack/webpack-lib'],\n ['webpack/lib/webpack.js', 'next/dist/compiled/webpack/webpack-lib'],\n [\n 'webpack/lib/node/NodeEnvironmentPlugin',\n 'next/dist/compiled/webpack/NodeEnvironmentPlugin',\n ],\n [\n 'webpack/lib/node/NodeEnvironmentPlugin.js',\n 'next/dist/compiled/webpack/NodeEnvironmentPlugin',\n ],\n [\n 'webpack/lib/BasicEvaluatedExpression',\n 'next/dist/compiled/webpack/BasicEvaluatedExpression',\n ],\n [\n 'webpack/lib/BasicEvaluatedExpression.js',\n 'next/dist/compiled/webpack/BasicEvaluatedExpression',\n ],\n [\n 'webpack/lib/node/NodeTargetPlugin',\n 'next/dist/compiled/webpack/NodeTargetPlugin',\n ],\n [\n 'webpack/lib/node/NodeTargetPlugin.js',\n 'next/dist/compiled/webpack/NodeTargetPlugin',\n ],\n [\n 'webpack/lib/node/NodeTemplatePlugin',\n 'next/dist/compiled/webpack/NodeTemplatePlugin',\n ],\n [\n 'webpack/lib/node/NodeTemplatePlugin.js',\n 'next/dist/compiled/webpack/NodeTemplatePlugin',\n ],\n [\n 'webpack/lib/LibraryTemplatePlugin',\n 'next/dist/compiled/webpack/LibraryTemplatePlugin',\n ],\n [\n 'webpack/lib/LibraryTemplatePlugin.js',\n 'next/dist/compiled/webpack/LibraryTemplatePlugin',\n ],\n [\n 'webpack/lib/SingleEntryPlugin',\n 'next/dist/compiled/webpack/SingleEntryPlugin',\n ],\n [\n 'webpack/lib/SingleEntryPlugin.js',\n 'next/dist/compiled/webpack/SingleEntryPlugin',\n ],\n [\n 'webpack/lib/optimize/LimitChunkCountPlugin',\n 'next/dist/compiled/webpack/LimitChunkCountPlugin',\n ],\n [\n 'webpack/lib/optimize/LimitChunkCountPlugin.js',\n 'next/dist/compiled/webpack/LimitChunkCountPlugin',\n ],\n [\n 'webpack/lib/webworker/WebWorkerTemplatePlugin',\n 'next/dist/compiled/webpack/WebWorkerTemplatePlugin',\n ],\n [\n 'webpack/lib/webworker/WebWorkerTemplatePlugin.js',\n 'next/dist/compiled/webpack/WebWorkerTemplatePlugin',\n ],\n [\n 'webpack/lib/ExternalsPlugin',\n 'next/dist/compiled/webpack/ExternalsPlugin',\n ],\n [\n 'webpack/lib/ExternalsPlugin.js',\n 'next/dist/compiled/webpack/ExternalsPlugin',\n ],\n [\n 'webpack/lib/web/FetchCompileWasmTemplatePlugin',\n 'next/dist/compiled/webpack/FetchCompileWasmTemplatePlugin',\n ],\n [\n 'webpack/lib/web/FetchCompileWasmTemplatePlugin.js',\n 'next/dist/compiled/webpack/FetchCompileWasmTemplatePlugin',\n ],\n [\n 'webpack/lib/web/FetchCompileWasmPlugin',\n 'next/dist/compiled/webpack/FetchCompileWasmPlugin',\n ],\n [\n 'webpack/lib/web/FetchCompileWasmPlugin.js',\n 'next/dist/compiled/webpack/FetchCompileWasmPlugin',\n ],\n [\n 'webpack/lib/web/FetchCompileAsyncWasmPlugin',\n 'next/dist/compiled/webpack/FetchCompileAsyncWasmPlugin',\n ],\n [\n 'webpack/lib/web/FetchCompileAsyncWasmPlugin.js',\n 'next/dist/compiled/webpack/FetchCompileAsyncWasmPlugin',\n ],\n [\n 'webpack/lib/ModuleFilenameHelpers',\n 'next/dist/compiled/webpack/ModuleFilenameHelpers',\n ],\n [\n 'webpack/lib/ModuleFilenameHelpers.js',\n 'next/dist/compiled/webpack/ModuleFilenameHelpers',\n ],\n ['webpack/lib/GraphHelpers', 'next/dist/compiled/webpack/GraphHelpers'],\n [\n 'webpack/lib/GraphHelpers.js',\n 'next/dist/compiled/webpack/GraphHelpers',\n ],\n ['webpack/lib/NormalModule', 'next/dist/compiled/webpack/NormalModule'],\n ['webpack-sources', 'next/dist/compiled/webpack/sources'],\n ['webpack-sources/lib', 'next/dist/compiled/webpack/sources'],\n ['webpack-sources/lib/index', 'next/dist/compiled/webpack/sources'],\n ['webpack-sources/lib/index.js', 'next/dist/compiled/webpack/sources'],\n ['@babel/runtime', 'next/dist/compiled/@babel/runtime/package.json'],\n [\n '@babel/runtime/package.json',\n 'next/dist/compiled/@babel/runtime/package.json',\n ],\n ].map(\n // Use dynamic require.resolve to avoid statically analyzable since they're only for build time\n ([request, replacement]) => [request, require.resolve(replacement)]\n )\n )\n}\n"],"names":["installed","loadWebpackHook","init","initWebpack","require","addHookAliases","map","request","replacement","resolve"],"mappings":"AAAA,IAAIA,YAAqB;AAEzB,OAAO,SAASC;IACd,MAAM,EAAEC,MAAMC,WAAW,EAAE,GACzBC,QAAQ;IACV,IAAIJ,WAAW;QACb;IACF;IACAA,YAAY;IACZG;IAKEC,QAAQ,0BACRC,cAAc,CACd;QACE;YAAC;YAAW;SAAyC;QACrD;YAAC;YAAmB;SAAqC;QACzD;YAAC;YAAwB;SAAqC;QAC9D;YAAC;YAAuB;SAAyC;QACjE;YAAC;YAA0B;SAAyC;QACpE;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YACE;YACA;SACD;QACD;YAAC;YAA4B;SAA0C;QACvE;YACE;YACA;SACD;QACD;YAAC;YAA4B;SAA0C;QACvE;YAAC;YAAmB;SAAqC;QACzD;YAAC;YAAuB;SAAqC;QAC7D;YAAC;YAA6B;SAAqC;QACnE;YAAC;YAAgC;SAAqC;QACtE;YAAC;YAAkB;SAAiD;QACpE;YACE;YACA;SACD;KACF,CAACC,GAAG,CACH,+FAA+F;IAC/F,CAAC,CAACC,SAASC,YAAY,GAAK;YAACD;YAASH,QAAQK,OAAO,CAACD;SAAa;AAGzE","ignoreList":[0]}