vercel 23.1.3-canary.33 → 23.1.3-canary.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +378 -406
- package/package.json +7 -7
package/dist/index.js
CHANGED
@@ -210779,6 +210779,7 @@ exports.frameworks = [
|
|
210779
210779
|
},
|
210780
210780
|
buildCommand: {
|
210781
210781
|
placeholder: '`npm run build` or `blitz build`',
|
210782
|
+
value: 'blitz build',
|
210782
210783
|
},
|
210783
210784
|
devCommand: {
|
210784
210785
|
value: 'blitz start',
|
@@ -210787,8 +210788,6 @@ exports.frameworks = [
|
|
210787
210788
|
placeholder: 'Next.js default',
|
210788
210789
|
},
|
210789
210790
|
},
|
210790
|
-
devCommand: 'blitz start',
|
210791
|
-
buildCommand: 'blitz build',
|
210792
210791
|
getFsOutputDir: async () => '.next',
|
210793
210792
|
getOutputDirName: async () => 'public',
|
210794
210793
|
},
|
@@ -210817,6 +210816,7 @@ exports.frameworks = [
|
|
210817
210816
|
},
|
210818
210817
|
buildCommand: {
|
210819
210818
|
placeholder: '`npm run build` or `next build`',
|
210819
|
+
value: 'next build',
|
210820
210820
|
},
|
210821
210821
|
devCommand: {
|
210822
210822
|
value: 'next dev --port $PORT',
|
@@ -210832,8 +210832,6 @@ exports.frameworks = [
|
|
210832
210832
|
dependencies: ['next-plugin-sentry', 'next-sentry-source-maps'],
|
210833
210833
|
},
|
210834
210834
|
],
|
210835
|
-
devCommand: 'next dev --port $PORT',
|
210836
|
-
buildCommand: 'next build',
|
210837
210835
|
getFsOutputDir: async () => '.next',
|
210838
210836
|
getOutputDirName: async () => 'public',
|
210839
210837
|
cachePattern: '.next/cache/**',
|
@@ -210862,6 +210860,7 @@ exports.frameworks = [
|
|
210862
210860
|
},
|
210863
210861
|
buildCommand: {
|
210864
210862
|
placeholder: '`npm run build` or `gatsby build`',
|
210863
|
+
value: 'gatsby build',
|
210865
210864
|
},
|
210866
210865
|
devCommand: {
|
210867
210866
|
value: 'gatsby develop --port $PORT',
|
@@ -210872,8 +210871,6 @@ exports.frameworks = [
|
|
210872
210871
|
},
|
210873
210872
|
},
|
210874
210873
|
dependency: 'gatsby',
|
210875
|
-
devCommand: 'gatsby develop --port $PORT',
|
210876
|
-
buildCommand: 'gatsby build',
|
210877
210874
|
getOutputDirName: async () => 'public',
|
210878
210875
|
getFsOutputDir: async () => 'public',
|
210879
210876
|
defaultRoutes: async (dirPrefix) => {
|
@@ -210945,6 +210942,7 @@ exports.frameworks = [
|
|
210945
210942
|
},
|
210946
210943
|
buildCommand: {
|
210947
210944
|
placeholder: '`npm run build` or `hexo generate`',
|
210945
|
+
value: 'hexo generate',
|
210948
210946
|
},
|
210949
210947
|
devCommand: {
|
210950
210948
|
value: 'hexo server --port $PORT',
|
@@ -210955,8 +210953,6 @@ exports.frameworks = [
|
|
210955
210953
|
},
|
210956
210954
|
},
|
210957
210955
|
dependency: 'hexo',
|
210958
|
-
devCommand: 'hexo server --port $PORT',
|
210959
|
-
buildCommand: 'hexo generate',
|
210960
210956
|
getFsOutputDir: async () => 'public',
|
210961
210957
|
getOutputDirName: async () => 'public',
|
210962
210958
|
},
|
@@ -210983,6 +210979,7 @@ exports.frameworks = [
|
|
210983
210979
|
},
|
210984
210980
|
buildCommand: {
|
210985
210981
|
placeholder: '`npm run build` or `npx @11ty/eleventy`',
|
210982
|
+
value: 'npx @11ty/eleventy',
|
210986
210983
|
},
|
210987
210984
|
devCommand: {
|
210988
210985
|
value: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
@@ -210993,8 +210990,6 @@ exports.frameworks = [
|
|
210993
210990
|
},
|
210994
210991
|
},
|
210995
210992
|
dependency: '@11ty/eleventy',
|
210996
|
-
devCommand: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
210997
|
-
buildCommand: 'npx @11ty/eleventy',
|
210998
210993
|
getFsOutputDir: async () => '_site',
|
210999
210994
|
getOutputDirName: async () => '_site',
|
211000
210995
|
cachePattern: '.cache/**',
|
@@ -211021,6 +211016,7 @@ exports.frameworks = [
|
|
211021
211016
|
},
|
211022
211017
|
buildCommand: {
|
211023
211018
|
placeholder: '`npm run build` or `docusaurus build`',
|
211019
|
+
value: 'docusaurus build',
|
211024
211020
|
},
|
211025
211021
|
devCommand: {
|
211026
211022
|
value: 'docusaurus start --port $PORT',
|
@@ -211031,8 +211027,6 @@ exports.frameworks = [
|
|
211031
211027
|
},
|
211032
211028
|
},
|
211033
211029
|
dependency: '@docusaurus/core',
|
211034
|
-
devCommand: 'docusaurus start --port $PORT',
|
211035
|
-
buildCommand: 'docusaurus build',
|
211036
211030
|
getFsOutputDir: async (dirPrefix) => {
|
211037
211031
|
const base = 'build';
|
211038
211032
|
try {
|
@@ -211166,6 +211160,7 @@ exports.frameworks = [
|
|
211166
211160
|
},
|
211167
211161
|
buildCommand: {
|
211168
211162
|
placeholder: '`npm run build` or `docusaurus-build`',
|
211163
|
+
value: 'docusaurus-build',
|
211169
211164
|
},
|
211170
211165
|
devCommand: {
|
211171
211166
|
value: 'docusaurus-start --port $PORT',
|
@@ -211176,8 +211171,6 @@ exports.frameworks = [
|
|
211176
211171
|
},
|
211177
211172
|
},
|
211178
211173
|
dependency: 'docusaurus',
|
211179
|
-
devCommand: 'docusaurus-start --port $PORT',
|
211180
|
-
buildCommand: 'docusaurus-build',
|
211181
211174
|
getFsOutputDir: async (dirPrefix) => {
|
211182
211175
|
const base = 'build';
|
211183
211176
|
try {
|
@@ -211231,6 +211224,7 @@ exports.frameworks = [
|
|
211231
211224
|
},
|
211232
211225
|
buildCommand: {
|
211233
211226
|
placeholder: '`npm run build` or `preact build`',
|
211227
|
+
value: 'preact build',
|
211234
211228
|
},
|
211235
211229
|
devCommand: {
|
211236
211230
|
value: 'preact watch --port $PORT',
|
@@ -211241,8 +211235,6 @@ exports.frameworks = [
|
|
211241
211235
|
},
|
211242
211236
|
},
|
211243
211237
|
dependency: 'preact-cli',
|
211244
|
-
devCommand: 'preact watch --port $PORT',
|
211245
|
-
buildCommand: 'preact build',
|
211246
211238
|
getFsOutputDir: async () => 'build',
|
211247
211239
|
getOutputDirName: async () => 'build',
|
211248
211240
|
defaultRoutes: [
|
@@ -211287,6 +211279,7 @@ exports.frameworks = [
|
|
211287
211279
|
},
|
211288
211280
|
buildCommand: {
|
211289
211281
|
placeholder: '`npm run build` or `dojo build`',
|
211282
|
+
value: 'dojo build',
|
211290
211283
|
},
|
211291
211284
|
devCommand: {
|
211292
211285
|
value: 'dojo build -m dev -w -s -p $PORT',
|
@@ -211297,8 +211290,6 @@ exports.frameworks = [
|
|
211297
211290
|
},
|
211298
211291
|
},
|
211299
211292
|
dependency: '@dojo/cli',
|
211300
|
-
devCommand: 'dojo build -m dev -w -s -p $PORT',
|
211301
|
-
buildCommand: 'dojo build',
|
211302
211293
|
getFsOutputDir: async () => 'output/dist',
|
211303
211294
|
getOutputDirName: async () => path_1.join('output', 'dist'),
|
211304
211295
|
defaultRoutes: [
|
@@ -211353,6 +211344,7 @@ exports.frameworks = [
|
|
211353
211344
|
},
|
211354
211345
|
buildCommand: {
|
211355
211346
|
placeholder: '`npm run build` or `ember build`',
|
211347
|
+
value: 'ember build',
|
211356
211348
|
},
|
211357
211349
|
devCommand: {
|
211358
211350
|
value: 'ember serve --port $PORT',
|
@@ -211363,8 +211355,6 @@ exports.frameworks = [
|
|
211363
211355
|
},
|
211364
211356
|
},
|
211365
211357
|
dependency: 'ember-cli',
|
211366
|
-
devCommand: 'ember serve --port $PORT',
|
211367
|
-
buildCommand: 'ember build',
|
211368
211358
|
getFsOutputDir: async () => 'dist',
|
211369
211359
|
getOutputDirName: async () => 'dist',
|
211370
211360
|
defaultRoutes: [
|
@@ -211407,6 +211397,7 @@ exports.frameworks = [
|
|
211407
211397
|
},
|
211408
211398
|
buildCommand: {
|
211409
211399
|
placeholder: '`npm run build` or `vue-cli-service build`',
|
211400
|
+
value: 'vue-cli-service build',
|
211410
211401
|
},
|
211411
211402
|
devCommand: {
|
211412
211403
|
value: 'vue-cli-service serve --port $PORT',
|
@@ -211417,8 +211408,6 @@ exports.frameworks = [
|
|
211417
211408
|
},
|
211418
211409
|
},
|
211419
211410
|
dependency: '@vue/cli-service',
|
211420
|
-
devCommand: 'vue-cli-service serve --port $PORT',
|
211421
|
-
buildCommand: 'vue-cli-service build',
|
211422
211411
|
getFsOutputDir: async () => 'dist',
|
211423
211412
|
getOutputDirName: async () => 'dist',
|
211424
211413
|
defaultRoutes: [
|
@@ -211484,6 +211473,7 @@ exports.frameworks = [
|
|
211484
211473
|
},
|
211485
211474
|
buildCommand: {
|
211486
211475
|
placeholder: '`npm run build` or `ng build && scully`',
|
211476
|
+
value: 'ng build && scully',
|
211487
211477
|
},
|
211488
211478
|
devCommand: {
|
211489
211479
|
value: 'ng serve --port $PORT',
|
@@ -211494,8 +211484,6 @@ exports.frameworks = [
|
|
211494
211484
|
},
|
211495
211485
|
},
|
211496
211486
|
dependency: '@scullyio/init',
|
211497
|
-
devCommand: 'ng serve --port $PORT',
|
211498
|
-
buildCommand: 'ng build && scully',
|
211499
211487
|
getFsOutputDir: async () => 'dist',
|
211500
211488
|
getOutputDirName: async () => 'dist/static',
|
211501
211489
|
},
|
@@ -211521,6 +211509,7 @@ exports.frameworks = [
|
|
211521
211509
|
},
|
211522
211510
|
buildCommand: {
|
211523
211511
|
placeholder: '`npm run build` or `ng build`',
|
211512
|
+
value: 'ng build',
|
211524
211513
|
},
|
211525
211514
|
devCommand: {
|
211526
211515
|
value: 'ng serve --port $PORT',
|
@@ -211530,8 +211519,6 @@ exports.frameworks = [
|
|
211530
211519
|
},
|
211531
211520
|
},
|
211532
211521
|
dependency: '@ionic/angular',
|
211533
|
-
devCommand: 'ng serve --port $PORT',
|
211534
|
-
buildCommand: 'ng build',
|
211535
211522
|
getFsOutputDir: async () => 'www',
|
211536
211523
|
getOutputDirName: async () => 'www',
|
211537
211524
|
defaultRoutes: [
|
@@ -211573,6 +211560,7 @@ exports.frameworks = [
|
|
211573
211560
|
},
|
211574
211561
|
buildCommand: {
|
211575
211562
|
placeholder: '`npm run build` or `ng build`',
|
211563
|
+
value: 'ng build',
|
211576
211564
|
},
|
211577
211565
|
devCommand: {
|
211578
211566
|
value: 'ng serve --port $PORT',
|
@@ -211583,8 +211571,6 @@ exports.frameworks = [
|
|
211583
211571
|
},
|
211584
211572
|
},
|
211585
211573
|
dependency: '@angular/cli',
|
211586
|
-
devCommand: 'ng serve --port $PORT',
|
211587
|
-
buildCommand: 'ng build',
|
211588
211574
|
getFsOutputDir: async () => 'dist',
|
211589
211575
|
getOutputDirName: async (dirPrefix) => {
|
211590
211576
|
const base = 'dist';
|
@@ -211640,6 +211626,7 @@ exports.frameworks = [
|
|
211640
211626
|
},
|
211641
211627
|
buildCommand: {
|
211642
211628
|
placeholder: '`npm run build` or `polymer build`',
|
211629
|
+
value: 'polymer build',
|
211643
211630
|
},
|
211644
211631
|
devCommand: {
|
211645
211632
|
value: 'polymer serve --port $PORT',
|
@@ -211650,8 +211637,6 @@ exports.frameworks = [
|
|
211650
211637
|
},
|
211651
211638
|
},
|
211652
211639
|
dependency: 'polymer-cli',
|
211653
|
-
devCommand: 'polymer serve --port $PORT',
|
211654
|
-
buildCommand: 'polymer build',
|
211655
211640
|
getFsOutputDir: async () => 'build',
|
211656
211641
|
getOutputDirName: async (dirPrefix) => {
|
211657
211642
|
const base = 'build';
|
@@ -211709,6 +211694,7 @@ exports.frameworks = [
|
|
211709
211694
|
},
|
211710
211695
|
buildCommand: {
|
211711
211696
|
placeholder: '`npm run build` or `rollup -c`',
|
211697
|
+
value: 'rollup -c',
|
211712
211698
|
},
|
211713
211699
|
devCommand: {
|
211714
211700
|
value: 'rollup -c -w',
|
@@ -211718,8 +211704,6 @@ exports.frameworks = [
|
|
211718
211704
|
},
|
211719
211705
|
},
|
211720
211706
|
dependency: 'sirv-cli',
|
211721
|
-
devCommand: 'rollup -c -w',
|
211722
|
-
buildCommand: 'rollup -c',
|
211723
211707
|
getFsOutputDir: async () => 'public',
|
211724
211708
|
getOutputDirName: async () => 'public',
|
211725
211709
|
defaultRoutes: [
|
@@ -211761,6 +211745,7 @@ exports.frameworks = [
|
|
211761
211745
|
},
|
211762
211746
|
buildCommand: {
|
211763
211747
|
placeholder: '`npm run build` or `svelte-kit build`',
|
211748
|
+
value: 'svelte-kit build',
|
211764
211749
|
},
|
211765
211750
|
devCommand: {
|
211766
211751
|
value: 'svelte-kit dev --port $PORT',
|
@@ -211770,8 +211755,6 @@ exports.frameworks = [
|
|
211770
211755
|
placeholder: 'public',
|
211771
211756
|
},
|
211772
211757
|
},
|
211773
|
-
devCommand: 'svelte-kit dev --port $PORT',
|
211774
|
-
buildCommand: 'svelte-kit build',
|
211775
211758
|
getFsOutputDir: async () => '.output',
|
211776
211759
|
getOutputDirName: async () => 'public',
|
211777
211760
|
},
|
@@ -211797,6 +211780,7 @@ exports.frameworks = [
|
|
211797
211780
|
},
|
211798
211781
|
buildCommand: {
|
211799
211782
|
placeholder: '`npm run build` or `react-scripts build`',
|
211783
|
+
value: 'react-scripts build',
|
211800
211784
|
},
|
211801
211785
|
devCommand: {
|
211802
211786
|
value: 'react-scripts start',
|
@@ -211806,8 +211790,6 @@ exports.frameworks = [
|
|
211806
211790
|
},
|
211807
211791
|
},
|
211808
211792
|
dependency: '@ionic/react',
|
211809
|
-
devCommand: 'react-scripts start',
|
211810
|
-
buildCommand: 'react-scripts build',
|
211811
211793
|
getFsOutputDir: async () => 'build',
|
211812
211794
|
getOutputDirName: async () => 'build',
|
211813
211795
|
defaultRoutes: [
|
@@ -211902,6 +211884,7 @@ exports.frameworks = [
|
|
211902
211884
|
},
|
211903
211885
|
buildCommand: {
|
211904
211886
|
placeholder: '`npm run build` or `react-scripts build`',
|
211887
|
+
value: 'react-scripts build',
|
211905
211888
|
},
|
211906
211889
|
devCommand: {
|
211907
211890
|
value: 'react-scripts start',
|
@@ -211911,8 +211894,6 @@ exports.frameworks = [
|
|
211911
211894
|
},
|
211912
211895
|
},
|
211913
211896
|
dependency: 'react-scripts',
|
211914
|
-
devCommand: 'react-scripts start',
|
211915
|
-
buildCommand: 'react-scripts build',
|
211916
211897
|
getFsOutputDir: async () => 'build',
|
211917
211898
|
getOutputDirName: async () => 'build',
|
211918
211899
|
defaultRoutes: [
|
@@ -212002,6 +211983,7 @@ exports.frameworks = [
|
|
212002
211983
|
},
|
212003
211984
|
buildCommand: {
|
212004
211985
|
placeholder: '`npm run build` or `gridsome build`',
|
211986
|
+
value: 'gridsome build',
|
212005
211987
|
},
|
212006
211988
|
devCommand: {
|
212007
211989
|
value: 'gridsome develop -p $PORT',
|
@@ -212012,8 +211994,6 @@ exports.frameworks = [
|
|
212012
211994
|
},
|
212013
211995
|
},
|
212014
211996
|
dependency: 'gridsome',
|
212015
|
-
devCommand: 'gridsome develop -p $PORT',
|
212016
|
-
buildCommand: 'gridsome build',
|
212017
211997
|
getFsOutputDir: async () => 'dist',
|
212018
211998
|
getOutputDirName: async () => 'dist',
|
212019
211999
|
},
|
@@ -212039,6 +212019,7 @@ exports.frameworks = [
|
|
212039
212019
|
},
|
212040
212020
|
buildCommand: {
|
212041
212021
|
placeholder: '`npm run build` or `umi build`',
|
212022
|
+
value: 'umi build',
|
212042
212023
|
},
|
212043
212024
|
devCommand: {
|
212044
212025
|
value: 'umi dev --port $PORT',
|
@@ -212049,8 +212030,6 @@ exports.frameworks = [
|
|
212049
212030
|
},
|
212050
212031
|
},
|
212051
212032
|
dependency: 'umi',
|
212052
|
-
devCommand: 'umi dev --port $PORT',
|
212053
|
-
buildCommand: 'umi build',
|
212054
212033
|
getFsOutputDir: async () => 'dist',
|
212055
212034
|
getOutputDirName: async () => 'dist',
|
212056
212035
|
defaultRoutes: [
|
@@ -212092,6 +212071,7 @@ exports.frameworks = [
|
|
212092
212071
|
},
|
212093
212072
|
buildCommand: {
|
212094
212073
|
placeholder: '`npm run build` or `sapper export`',
|
212074
|
+
value: 'sapper export',
|
212095
212075
|
},
|
212096
212076
|
devCommand: {
|
212097
212077
|
value: 'sapper dev --port $PORT',
|
@@ -212102,8 +212082,6 @@ exports.frameworks = [
|
|
212102
212082
|
},
|
212103
212083
|
},
|
212104
212084
|
dependency: 'sapper',
|
212105
|
-
devCommand: 'sapper dev --port $PORT',
|
212106
|
-
buildCommand: 'sapper export',
|
212107
212085
|
getFsOutputDir: async () => '__sapper__/export',
|
212108
212086
|
getOutputDirName: async () => '__sapper__/export',
|
212109
212087
|
},
|
@@ -212129,6 +212107,7 @@ exports.frameworks = [
|
|
212129
212107
|
},
|
212130
212108
|
buildCommand: {
|
212131
212109
|
placeholder: '`npm run build` or `saber build`',
|
212110
|
+
value: 'saber build',
|
212132
212111
|
},
|
212133
212112
|
devCommand: {
|
212134
212113
|
value: 'saber --port $PORT',
|
@@ -212139,8 +212118,6 @@ exports.frameworks = [
|
|
212139
212118
|
},
|
212140
212119
|
},
|
212141
212120
|
dependency: 'saber',
|
212142
|
-
devCommand: 'saber --port $PORT',
|
212143
|
-
buildCommand: 'saber build',
|
212144
212121
|
getFsOutputDir: async () => 'public',
|
212145
212122
|
getOutputDirName: async () => 'public',
|
212146
212123
|
defaultRoutes: [
|
@@ -212197,6 +212174,7 @@ exports.frameworks = [
|
|
212197
212174
|
},
|
212198
212175
|
buildCommand: {
|
212199
212176
|
placeholder: '`npm run build` or `stencil build`',
|
212177
|
+
value: 'stencil build',
|
212200
212178
|
},
|
212201
212179
|
devCommand: {
|
212202
212180
|
value: 'stencil build --dev --watch --serve --port $PORT',
|
@@ -212207,8 +212185,6 @@ exports.frameworks = [
|
|
212207
212185
|
},
|
212208
212186
|
},
|
212209
212187
|
dependency: '@stencil/core',
|
212210
|
-
devCommand: 'stencil build --dev --watch --serve --port $PORT',
|
212211
|
-
buildCommand: 'stencil build',
|
212212
212188
|
getFsOutputDir: async () => 'www',
|
212213
212189
|
getOutputDirName: async () => 'www',
|
212214
212190
|
defaultRoutes: [
|
@@ -212285,6 +212261,7 @@ exports.frameworks = [
|
|
212285
212261
|
},
|
212286
212262
|
buildCommand: {
|
212287
212263
|
placeholder: '`npm run build` or `nuxt generate`',
|
212264
|
+
value: 'nuxt generate',
|
212288
212265
|
},
|
212289
212266
|
devCommand: {
|
212290
212267
|
value: 'nuxt',
|
@@ -212294,8 +212271,6 @@ exports.frameworks = [
|
|
212294
212271
|
},
|
212295
212272
|
},
|
212296
212273
|
dependency: 'nuxt',
|
212297
|
-
devCommand: 'nuxt',
|
212298
|
-
buildCommand: 'nuxt generate',
|
212299
212274
|
getFsOutputDir: async () => '.output',
|
212300
212275
|
getOutputDirName: async () => 'dist',
|
212301
212276
|
cachePattern: '.nuxt/**',
|
@@ -212353,8 +212328,6 @@ exports.frameworks = [
|
|
212353
212328
|
placeholder: 'RedwoodJS default',
|
212354
212329
|
},
|
212355
212330
|
},
|
212356
|
-
devCommand: 'yarn rw dev --fwd="--port=$PORT --open=false',
|
212357
|
-
buildCommand: 'yarn rw deploy vercel',
|
212358
212331
|
getFsOutputDir: async () => 'public',
|
212359
212332
|
getOutputDirName: async () => 'public',
|
212360
212333
|
},
|
@@ -212389,6 +212362,7 @@ exports.frameworks = [
|
|
212389
212362
|
},
|
212390
212363
|
buildCommand: {
|
212391
212364
|
placeholder: '`npm run build` or `hugo -D --gc`',
|
212365
|
+
value: 'hugo -D --gc',
|
212392
212366
|
},
|
212393
212367
|
devCommand: {
|
212394
212368
|
value: 'hugo server -D -w -p $PORT',
|
@@ -212398,8 +212372,6 @@ exports.frameworks = [
|
|
212398
212372
|
placeholder: '`public` or `publishDir` from the `config` file',
|
212399
212373
|
},
|
212400
212374
|
},
|
212401
|
-
devCommand: 'hugo server -D -w -p $PORT',
|
212402
|
-
buildCommand: 'hugo -D --gc',
|
212403
212375
|
getFsOutputDir: async (dirPrefix) => {
|
212404
212376
|
const config = await read_config_file_1.readConfigFile(['config.json', 'config.yaml', 'config.toml'].map(fileName => {
|
212405
212377
|
return path_1.join(dirPrefix, fileName);
|
@@ -212435,6 +212407,7 @@ exports.frameworks = [
|
|
212435
212407
|
},
|
212436
212408
|
buildCommand: {
|
212437
212409
|
placeholder: '`npm run build` or `jekyll build`',
|
212410
|
+
value: 'jekyll build',
|
212438
212411
|
},
|
212439
212412
|
devCommand: {
|
212440
212413
|
value: 'bundle exec jekyll serve --watch --port $PORT',
|
@@ -212444,8 +212417,6 @@ exports.frameworks = [
|
|
212444
212417
|
placeholder: '`_site` or `destination` from `_config.yml`',
|
212445
212418
|
},
|
212446
212419
|
},
|
212447
|
-
devCommand: 'bundle exec jekyll serve --watch --port $PORT',
|
212448
|
-
buildCommand: 'jekyll build',
|
212449
212420
|
getFsOutputDir: async (dirPrefix) => {
|
212450
212421
|
const config = await read_config_file_1.readConfigFile(path_1.join(dirPrefix, '_config.yml'));
|
212451
212422
|
return (config && config.destination) || '_site';
|
@@ -212477,6 +212448,7 @@ exports.frameworks = [
|
|
212477
212448
|
},
|
212478
212449
|
buildCommand: {
|
212479
212450
|
placeholder: '`npm run build` or `brunch build --production`',
|
212451
|
+
value: 'brunch build --production',
|
212480
212452
|
},
|
212481
212453
|
devCommand: {
|
212482
212454
|
value: 'brunch watch --server --port $PORT',
|
@@ -212486,8 +212458,6 @@ exports.frameworks = [
|
|
212486
212458
|
value: 'public',
|
212487
212459
|
},
|
212488
212460
|
},
|
212489
|
-
devCommand: 'brunch watch --server --port $PORT',
|
212490
|
-
buildCommand: 'brunch build --production',
|
212491
212461
|
getFsOutputDir: async () => 'public',
|
212492
212462
|
getOutputDirName: async () => 'public',
|
212493
212463
|
},
|
@@ -212511,18 +212481,17 @@ exports.frameworks = [
|
|
212511
212481
|
value: 'bundle install',
|
212512
212482
|
},
|
212513
212483
|
buildCommand: {
|
212514
|
-
|
212484
|
+
placeholder: '`npm run build` or `bundle exec middleman build`',
|
212485
|
+
value: 'bundle exec middleman build',
|
212515
212486
|
},
|
212516
212487
|
devCommand: {
|
212517
|
-
value: 'bundle exec middleman server -p $PORT',
|
212518
212488
|
placeholder: 'bundle exec middleman server',
|
212489
|
+
value: 'bundle exec middleman server -p $PORT',
|
212519
212490
|
},
|
212520
212491
|
outputDirectory: {
|
212521
212492
|
value: 'build',
|
212522
212493
|
},
|
212523
212494
|
},
|
212524
|
-
devCommand: 'bundle exec middleman server -p $PORT',
|
212525
|
-
buildCommand: 'bundle exec middleman build',
|
212526
212495
|
getFsOutputDir: async () => 'build',
|
212527
212496
|
getOutputDirName: async () => 'build',
|
212528
212497
|
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**',
|
@@ -212551,15 +212520,13 @@ exports.frameworks = [
|
|
212551
212520
|
value: 'zola build',
|
212552
212521
|
},
|
212553
212522
|
devCommand: {
|
212554
|
-
value: 'zola serve --port $PORT',
|
212555
212523
|
placeholder: 'zola serve',
|
212524
|
+
value: 'zola serve --port $PORT',
|
212556
212525
|
},
|
212557
212526
|
outputDirectory: {
|
212558
212527
|
value: 'public',
|
212559
212528
|
},
|
212560
212529
|
},
|
212561
|
-
devCommand: 'zola serve --port $PORT',
|
212562
|
-
buildCommand: 'zola build',
|
212563
212530
|
getFsOutputDir: async () => 'public',
|
212564
212531
|
getOutputDirName: async () => 'public',
|
212565
212532
|
defaultVersion: '0.13.0',
|
@@ -212587,17 +212554,17 @@ exports.frameworks = [
|
|
212587
212554
|
},
|
212588
212555
|
buildCommand: {
|
212589
212556
|
placeholder: '`npm run build` or `vite build`',
|
212557
|
+
value: 'vite build',
|
212590
212558
|
},
|
212591
212559
|
devCommand: {
|
212592
212560
|
placeholder: 'vite',
|
212561
|
+
value: 'vite',
|
212593
212562
|
},
|
212594
212563
|
outputDirectory: {
|
212595
212564
|
value: 'dist',
|
212596
212565
|
},
|
212597
212566
|
},
|
212598
212567
|
dependency: 'vite',
|
212599
|
-
devCommand: 'vite',
|
212600
|
-
buildCommand: 'vite build',
|
212601
212568
|
getFsOutputDir: async () => 'dist',
|
212602
212569
|
getOutputDirName: async () => 'dist',
|
212603
212570
|
},
|
@@ -212623,17 +212590,17 @@ exports.frameworks = [
|
|
212623
212590
|
},
|
212624
212591
|
buildCommand: {
|
212625
212592
|
placeholder: '`npm run build` or `parcel build`',
|
212593
|
+
value: 'parcel build',
|
212626
212594
|
},
|
212627
212595
|
devCommand: {
|
212628
212596
|
placeholder: 'parcel',
|
212597
|
+
value: 'parcel',
|
212629
212598
|
},
|
212630
212599
|
outputDirectory: {
|
212631
|
-
|
212600
|
+
value: 'dist',
|
212632
212601
|
},
|
212633
212602
|
},
|
212634
212603
|
dependency: 'parcel',
|
212635
|
-
devCommand: 'parcel',
|
212636
|
-
buildCommand: 'parcel build',
|
212637
212604
|
getFsOutputDir: async () => 'dist',
|
212638
212605
|
getOutputDirName: async () => 'dist',
|
212639
212606
|
defaultRoutes: [
|
@@ -212667,16 +212634,16 @@ exports.frameworks = [
|
|
212667
212634
|
},
|
212668
212635
|
buildCommand: {
|
212669
212636
|
placeholder: '`npm run vercel-build` or `npm run build`',
|
212637
|
+
value: null,
|
212670
212638
|
},
|
212671
212639
|
devCommand: {
|
212672
212640
|
placeholder: 'None',
|
212641
|
+
value: null,
|
212673
212642
|
},
|
212674
212643
|
outputDirectory: {
|
212675
212644
|
placeholder: '`public` if it exists, or `.`',
|
212676
212645
|
},
|
212677
212646
|
},
|
212678
|
-
devCommand: null,
|
212679
|
-
buildCommand: null,
|
212680
212647
|
getFsOutputDir: async (dirPrefix) => {
|
212681
212648
|
// Public if it exists or `.`
|
212682
212649
|
let base = 'public';
|
@@ -212703,7 +212670,7 @@ exports.default = def;
|
|
212703
212670
|
/***/ }),
|
212704
212671
|
|
212705
212672
|
/***/ 3734:
|
212706
|
-
/***/ (function(__unused_webpack_module, exports,
|
212673
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_793853__) {
|
212707
212674
|
|
212708
212675
|
"use strict";
|
212709
212676
|
|
@@ -212712,9 +212679,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
212712
212679
|
};
|
212713
212680
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
212714
212681
|
exports.readConfigFile = void 0;
|
212715
|
-
const js_yaml_1 = __importDefault(
|
212716
|
-
const toml_1 = __importDefault(
|
212717
|
-
const fs_1 =
|
212682
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_793853__(641));
|
212683
|
+
const toml_1 = __importDefault(__nested_webpack_require_793853__(9434));
|
212684
|
+
const fs_1 = __nested_webpack_require_793853__(5747);
|
212718
212685
|
const { readFile } = fs_1.promises;
|
212719
212686
|
async function readFileOrNull(file) {
|
212720
212687
|
try {
|
@@ -212763,13 +212730,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
212763
212730
|
/***/ }),
|
212764
212731
|
|
212765
212732
|
/***/ 641:
|
212766
|
-
/***/ ((module, __unused_webpack_exports,
|
212733
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_795459__) => {
|
212767
212734
|
|
212768
212735
|
"use strict";
|
212769
212736
|
|
212770
212737
|
|
212771
212738
|
|
212772
|
-
var yaml =
|
212739
|
+
var yaml = __nested_webpack_require_795459__(9633);
|
212773
212740
|
|
212774
212741
|
|
212775
212742
|
module.exports = yaml;
|
@@ -212778,14 +212745,14 @@ module.exports = yaml;
|
|
212778
212745
|
/***/ }),
|
212779
212746
|
|
212780
212747
|
/***/ 9633:
|
212781
|
-
/***/ ((module, __unused_webpack_exports,
|
212748
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_795633__) => {
|
212782
212749
|
|
212783
212750
|
"use strict";
|
212784
212751
|
|
212785
212752
|
|
212786
212753
|
|
212787
|
-
var loader =
|
212788
|
-
var dumper =
|
212754
|
+
var loader = __nested_webpack_require_795633__(4349);
|
212755
|
+
var dumper = __nested_webpack_require_795633__(8047);
|
212789
212756
|
|
212790
212757
|
|
212791
212758
|
function deprecated(name) {
|
@@ -212795,25 +212762,25 @@ function deprecated(name) {
|
|
212795
212762
|
}
|
212796
212763
|
|
212797
212764
|
|
212798
|
-
module.exports.Type =
|
212799
|
-
module.exports.Schema =
|
212800
|
-
module.exports.FAILSAFE_SCHEMA =
|
212801
|
-
module.exports.JSON_SCHEMA =
|
212802
|
-
module.exports.CORE_SCHEMA =
|
212803
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
212804
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
212765
|
+
module.exports.Type = __nested_webpack_require_795633__(6876);
|
212766
|
+
module.exports.Schema = __nested_webpack_require_795633__(6105);
|
212767
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_795633__(8441);
|
212768
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_795633__(1486);
|
212769
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_795633__(1112);
|
212770
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_795633__(596);
|
212771
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_795633__(9647);
|
212805
212772
|
module.exports.load = loader.load;
|
212806
212773
|
module.exports.loadAll = loader.loadAll;
|
212807
212774
|
module.exports.safeLoad = loader.safeLoad;
|
212808
212775
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
212809
212776
|
module.exports.dump = dumper.dump;
|
212810
212777
|
module.exports.safeDump = dumper.safeDump;
|
212811
|
-
module.exports.YAMLException =
|
212778
|
+
module.exports.YAMLException = __nested_webpack_require_795633__(3237);
|
212812
212779
|
|
212813
212780
|
// Deprecated schema names from JS-YAML 2.0.x
|
212814
|
-
module.exports.MINIMAL_SCHEMA =
|
212815
|
-
module.exports.SAFE_SCHEMA =
|
212816
|
-
module.exports.DEFAULT_SCHEMA =
|
212781
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_795633__(8441);
|
212782
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_795633__(596);
|
212783
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_795633__(9647);
|
212817
212784
|
|
212818
212785
|
// Deprecated functions from JS-YAML 1.x.x
|
212819
212786
|
module.exports.scan = deprecated('scan');
|
@@ -212892,17 +212859,17 @@ module.exports.extend = extend;
|
|
212892
212859
|
/***/ }),
|
212893
212860
|
|
212894
212861
|
/***/ 8047:
|
212895
|
-
/***/ ((module, __unused_webpack_exports,
|
212862
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_798451__) => {
|
212896
212863
|
|
212897
212864
|
"use strict";
|
212898
212865
|
|
212899
212866
|
|
212900
212867
|
/*eslint-disable no-use-before-define*/
|
212901
212868
|
|
212902
|
-
var common =
|
212903
|
-
var YAMLException =
|
212904
|
-
var DEFAULT_FULL_SCHEMA =
|
212905
|
-
var DEFAULT_SAFE_SCHEMA =
|
212869
|
+
var common = __nested_webpack_require_798451__(903);
|
212870
|
+
var YAMLException = __nested_webpack_require_798451__(3237);
|
212871
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_798451__(9647);
|
212872
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_798451__(596);
|
212906
212873
|
|
212907
212874
|
var _toString = Object.prototype.toString;
|
212908
212875
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -213778,18 +213745,18 @@ module.exports = YAMLException;
|
|
213778
213745
|
/***/ }),
|
213779
213746
|
|
213780
213747
|
/***/ 4349:
|
213781
|
-
/***/ ((module, __unused_webpack_exports,
|
213748
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_826155__) => {
|
213782
213749
|
|
213783
213750
|
"use strict";
|
213784
213751
|
|
213785
213752
|
|
213786
213753
|
/*eslint-disable max-len,no-use-before-define*/
|
213787
213754
|
|
213788
|
-
var common =
|
213789
|
-
var YAMLException =
|
213790
|
-
var Mark =
|
213791
|
-
var DEFAULT_SAFE_SCHEMA =
|
213792
|
-
var DEFAULT_FULL_SCHEMA =
|
213755
|
+
var common = __nested_webpack_require_826155__(903);
|
213756
|
+
var YAMLException = __nested_webpack_require_826155__(3237);
|
213757
|
+
var Mark = __nested_webpack_require_826155__(4926);
|
213758
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_826155__(596);
|
213759
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_826155__(9647);
|
213793
213760
|
|
213794
213761
|
|
213795
213762
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -215411,13 +215378,13 @@ module.exports.safeLoad = safeLoad;
|
|
215411
215378
|
/***/ }),
|
215412
215379
|
|
215413
215380
|
/***/ 4926:
|
215414
|
-
/***/ ((module, __unused_webpack_exports,
|
215381
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_870022__) => {
|
215415
215382
|
|
215416
215383
|
"use strict";
|
215417
215384
|
|
215418
215385
|
|
215419
215386
|
|
215420
|
-
var common =
|
215387
|
+
var common = __nested_webpack_require_870022__(903);
|
215421
215388
|
|
215422
215389
|
|
215423
215390
|
function Mark(name, buffer, position, line, column) {
|
@@ -215495,16 +215462,16 @@ module.exports = Mark;
|
|
215495
215462
|
/***/ }),
|
215496
215463
|
|
215497
215464
|
/***/ 6105:
|
215498
|
-
/***/ ((module, __unused_webpack_exports,
|
215465
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_871684__) => {
|
215499
215466
|
|
215500
215467
|
"use strict";
|
215501
215468
|
|
215502
215469
|
|
215503
215470
|
/*eslint-disable max-len*/
|
215504
215471
|
|
215505
|
-
var common =
|
215506
|
-
var YAMLException =
|
215507
|
-
var Type =
|
215472
|
+
var common = __nested_webpack_require_871684__(903);
|
215473
|
+
var YAMLException = __nested_webpack_require_871684__(3237);
|
215474
|
+
var Type = __nested_webpack_require_871684__(6876);
|
215508
215475
|
|
215509
215476
|
|
215510
215477
|
function compileList(schema, name, result) {
|
@@ -215611,7 +215578,7 @@ module.exports = Schema;
|
|
215611
215578
|
/***/ }),
|
215612
215579
|
|
215613
215580
|
/***/ 1112:
|
215614
|
-
/***/ ((module, __unused_webpack_exports,
|
215581
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_874548__) => {
|
215615
215582
|
|
215616
215583
|
"use strict";
|
215617
215584
|
// Standard YAML's Core schema.
|
@@ -215624,12 +215591,12 @@ module.exports = Schema;
|
|
215624
215591
|
|
215625
215592
|
|
215626
215593
|
|
215627
|
-
var Schema =
|
215594
|
+
var Schema = __nested_webpack_require_874548__(6105);
|
215628
215595
|
|
215629
215596
|
|
215630
215597
|
module.exports = new Schema({
|
215631
215598
|
include: [
|
215632
|
-
|
215599
|
+
__nested_webpack_require_874548__(1486)
|
215633
215600
|
]
|
215634
215601
|
});
|
215635
215602
|
|
@@ -215637,7 +215604,7 @@ module.exports = new Schema({
|
|
215637
215604
|
/***/ }),
|
215638
215605
|
|
215639
215606
|
/***/ 9647:
|
215640
|
-
/***/ ((module, __unused_webpack_exports,
|
215607
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_875018__) => {
|
215641
215608
|
|
215642
215609
|
"use strict";
|
215643
215610
|
// JS-YAML's default schema for `load` function.
|
@@ -215652,17 +215619,17 @@ module.exports = new Schema({
|
|
215652
215619
|
|
215653
215620
|
|
215654
215621
|
|
215655
|
-
var Schema =
|
215622
|
+
var Schema = __nested_webpack_require_875018__(6105);
|
215656
215623
|
|
215657
215624
|
|
215658
215625
|
module.exports = Schema.DEFAULT = new Schema({
|
215659
215626
|
include: [
|
215660
|
-
|
215627
|
+
__nested_webpack_require_875018__(596)
|
215661
215628
|
],
|
215662
215629
|
explicit: [
|
215663
|
-
|
215664
|
-
|
215665
|
-
|
215630
|
+
__nested_webpack_require_875018__(5836),
|
215631
|
+
__nested_webpack_require_875018__(6841),
|
215632
|
+
__nested_webpack_require_875018__(8750)
|
215666
215633
|
]
|
215667
215634
|
});
|
215668
215635
|
|
@@ -215670,7 +215637,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
215670
215637
|
/***/ }),
|
215671
215638
|
|
215672
215639
|
/***/ 596:
|
215673
|
-
/***/ ((module, __unused_webpack_exports,
|
215640
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_875712__) => {
|
215674
215641
|
|
215675
215642
|
"use strict";
|
215676
215643
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -215683,22 +215650,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
215683
215650
|
|
215684
215651
|
|
215685
215652
|
|
215686
|
-
var Schema =
|
215653
|
+
var Schema = __nested_webpack_require_875712__(6105);
|
215687
215654
|
|
215688
215655
|
|
215689
215656
|
module.exports = new Schema({
|
215690
215657
|
include: [
|
215691
|
-
|
215658
|
+
__nested_webpack_require_875712__(1112)
|
215692
215659
|
],
|
215693
215660
|
implicit: [
|
215694
|
-
|
215695
|
-
|
215661
|
+
__nested_webpack_require_875712__(7028),
|
215662
|
+
__nested_webpack_require_875712__(7841)
|
215696
215663
|
],
|
215697
215664
|
explicit: [
|
215698
|
-
|
215699
|
-
|
215700
|
-
|
215701
|
-
|
215665
|
+
__nested_webpack_require_875712__(8675),
|
215666
|
+
__nested_webpack_require_875712__(3498),
|
215667
|
+
__nested_webpack_require_875712__(679),
|
215668
|
+
__nested_webpack_require_875712__(7205)
|
215702
215669
|
]
|
215703
215670
|
});
|
215704
215671
|
|
@@ -215706,7 +215673,7 @@ module.exports = new Schema({
|
|
215706
215673
|
/***/ }),
|
215707
215674
|
|
215708
215675
|
/***/ 8441:
|
215709
|
-
/***/ ((module, __unused_webpack_exports,
|
215676
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_876424__) => {
|
215710
215677
|
|
215711
215678
|
"use strict";
|
215712
215679
|
// Standard YAML's Failsafe schema.
|
@@ -215716,14 +215683,14 @@ module.exports = new Schema({
|
|
215716
215683
|
|
215717
215684
|
|
215718
215685
|
|
215719
|
-
var Schema =
|
215686
|
+
var Schema = __nested_webpack_require_876424__(6105);
|
215720
215687
|
|
215721
215688
|
|
215722
215689
|
module.exports = new Schema({
|
215723
215690
|
explicit: [
|
215724
|
-
|
215725
|
-
|
215726
|
-
|
215691
|
+
__nested_webpack_require_876424__(5348),
|
215692
|
+
__nested_webpack_require_876424__(7330),
|
215693
|
+
__nested_webpack_require_876424__(293)
|
215727
215694
|
]
|
215728
215695
|
});
|
215729
215696
|
|
@@ -215731,7 +215698,7 @@ module.exports = new Schema({
|
|
215731
215698
|
/***/ }),
|
215732
215699
|
|
215733
215700
|
/***/ 1486:
|
215734
|
-
/***/ ((module, __unused_webpack_exports,
|
215701
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_876810__) => {
|
215735
215702
|
|
215736
215703
|
"use strict";
|
215737
215704
|
// Standard YAML's JSON schema.
|
@@ -215745,18 +215712,18 @@ module.exports = new Schema({
|
|
215745
215712
|
|
215746
215713
|
|
215747
215714
|
|
215748
|
-
var Schema =
|
215715
|
+
var Schema = __nested_webpack_require_876810__(6105);
|
215749
215716
|
|
215750
215717
|
|
215751
215718
|
module.exports = new Schema({
|
215752
215719
|
include: [
|
215753
|
-
|
215720
|
+
__nested_webpack_require_876810__(8441)
|
215754
215721
|
],
|
215755
215722
|
implicit: [
|
215756
|
-
|
215757
|
-
|
215758
|
-
|
215759
|
-
|
215723
|
+
__nested_webpack_require_876810__(9074),
|
215724
|
+
__nested_webpack_require_876810__(4308),
|
215725
|
+
__nested_webpack_require_876810__(1167),
|
215726
|
+
__nested_webpack_require_876810__(7862)
|
215760
215727
|
]
|
215761
215728
|
});
|
215762
215729
|
|
@@ -215764,12 +215731,12 @@ module.exports = new Schema({
|
|
215764
215731
|
/***/ }),
|
215765
215732
|
|
215766
215733
|
/***/ 6876:
|
215767
|
-
/***/ ((module, __unused_webpack_exports,
|
215734
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_877508__) => {
|
215768
215735
|
|
215769
215736
|
"use strict";
|
215770
215737
|
|
215771
215738
|
|
215772
|
-
var YAMLException =
|
215739
|
+
var YAMLException = __nested_webpack_require_877508__(3237);
|
215773
215740
|
|
215774
215741
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
215775
215742
|
'kind',
|
@@ -215833,7 +215800,7 @@ module.exports = Type;
|
|
215833
215800
|
/***/ }),
|
215834
215801
|
|
215835
215802
|
/***/ 8675:
|
215836
|
-
/***/ ((module, __unused_webpack_exports,
|
215803
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_879192__) => {
|
215837
215804
|
|
215838
215805
|
"use strict";
|
215839
215806
|
|
@@ -215848,7 +215815,7 @@ try {
|
|
215848
215815
|
NodeBuffer = _require('buffer').Buffer;
|
215849
215816
|
} catch (__) {}
|
215850
215817
|
|
215851
|
-
var Type =
|
215818
|
+
var Type = __nested_webpack_require_879192__(6876);
|
215852
215819
|
|
215853
215820
|
|
215854
215821
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -215979,12 +215946,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
215979
215946
|
/***/ }),
|
215980
215947
|
|
215981
215948
|
/***/ 4308:
|
215982
|
-
/***/ ((module, __unused_webpack_exports,
|
215949
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_882584__) => {
|
215983
215950
|
|
215984
215951
|
"use strict";
|
215985
215952
|
|
215986
215953
|
|
215987
|
-
var Type =
|
215954
|
+
var Type = __nested_webpack_require_882584__(6876);
|
215988
215955
|
|
215989
215956
|
function resolveYamlBoolean(data) {
|
215990
215957
|
if (data === null) return false;
|
@@ -216022,13 +215989,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
216022
215989
|
/***/ }),
|
216023
215990
|
|
216024
215991
|
/***/ 7862:
|
216025
|
-
/***/ ((module, __unused_webpack_exports,
|
215992
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_883657__) => {
|
216026
215993
|
|
216027
215994
|
"use strict";
|
216028
215995
|
|
216029
215996
|
|
216030
|
-
var common =
|
216031
|
-
var Type =
|
215997
|
+
var common = __nested_webpack_require_883657__(903);
|
215998
|
+
var Type = __nested_webpack_require_883657__(6876);
|
216032
215999
|
|
216033
216000
|
var YAML_FLOAT_PATTERN = new RegExp(
|
216034
216001
|
// 2.5e4, 2.5 and integers
|
@@ -216146,13 +216113,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
216146
216113
|
/***/ }),
|
216147
216114
|
|
216148
216115
|
/***/ 1167:
|
216149
|
-
/***/ ((module, __unused_webpack_exports,
|
216116
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_886603__) => {
|
216150
216117
|
|
216151
216118
|
"use strict";
|
216152
216119
|
|
216153
216120
|
|
216154
|
-
var common =
|
216155
|
-
var Type =
|
216121
|
+
var common = __nested_webpack_require_886603__(903);
|
216122
|
+
var Type = __nested_webpack_require_886603__(6876);
|
216156
216123
|
|
216157
216124
|
function isHexCode(c) {
|
216158
216125
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -216327,7 +216294,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
216327
216294
|
/***/ }),
|
216328
216295
|
|
216329
216296
|
/***/ 8750:
|
216330
|
-
/***/ ((module, __unused_webpack_exports,
|
216297
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_890775__) => {
|
216331
216298
|
|
216332
216299
|
"use strict";
|
216333
216300
|
|
@@ -216350,7 +216317,7 @@ try {
|
|
216350
216317
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
216351
216318
|
}
|
216352
216319
|
|
216353
|
-
var Type =
|
216320
|
+
var Type = __nested_webpack_require_890775__(6876);
|
216354
216321
|
|
216355
216322
|
function resolveJavascriptFunction(data) {
|
216356
216323
|
if (data === null) return false;
|
@@ -216427,12 +216394,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
216427
216394
|
/***/ }),
|
216428
216395
|
|
216429
216396
|
/***/ 6841:
|
216430
|
-
/***/ ((module, __unused_webpack_exports,
|
216397
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_893672__) => {
|
216431
216398
|
|
216432
216399
|
"use strict";
|
216433
216400
|
|
216434
216401
|
|
216435
|
-
var Type =
|
216402
|
+
var Type = __nested_webpack_require_893672__(6876);
|
216436
216403
|
|
216437
216404
|
function resolveJavascriptRegExp(data) {
|
216438
216405
|
if (data === null) return false;
|
@@ -216495,12 +216462,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
216495
216462
|
/***/ }),
|
216496
216463
|
|
216497
216464
|
/***/ 5836:
|
216498
|
-
/***/ ((module, __unused_webpack_exports,
|
216465
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_895343__) => {
|
216499
216466
|
|
216500
216467
|
"use strict";
|
216501
216468
|
|
216502
216469
|
|
216503
|
-
var Type =
|
216470
|
+
var Type = __nested_webpack_require_895343__(6876);
|
216504
216471
|
|
216505
216472
|
function resolveJavascriptUndefined() {
|
216506
216473
|
return true;
|
@@ -216531,12 +216498,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
216531
216498
|
/***/ }),
|
216532
216499
|
|
216533
216500
|
/***/ 293:
|
216534
|
-
/***/ ((module, __unused_webpack_exports,
|
216501
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896014__) => {
|
216535
216502
|
|
216536
216503
|
"use strict";
|
216537
216504
|
|
216538
216505
|
|
216539
|
-
var Type =
|
216506
|
+
var Type = __nested_webpack_require_896014__(6876);
|
216540
216507
|
|
216541
216508
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
216542
216509
|
kind: 'mapping',
|
@@ -216547,12 +216514,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
216547
216514
|
/***/ }),
|
216548
216515
|
|
216549
216516
|
/***/ 7841:
|
216550
|
-
/***/ ((module, __unused_webpack_exports,
|
216517
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896306__) => {
|
216551
216518
|
|
216552
216519
|
"use strict";
|
216553
216520
|
|
216554
216521
|
|
216555
|
-
var Type =
|
216522
|
+
var Type = __nested_webpack_require_896306__(6876);
|
216556
216523
|
|
216557
216524
|
function resolveYamlMerge(data) {
|
216558
216525
|
return data === '<<' || data === null;
|
@@ -216567,12 +216534,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
216567
216534
|
/***/ }),
|
216568
216535
|
|
216569
216536
|
/***/ 9074:
|
216570
|
-
/***/ ((module, __unused_webpack_exports,
|
216537
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_896638__) => {
|
216571
216538
|
|
216572
216539
|
"use strict";
|
216573
216540
|
|
216574
216541
|
|
216575
|
-
var Type =
|
216542
|
+
var Type = __nested_webpack_require_896638__(6876);
|
216576
216543
|
|
216577
216544
|
function resolveYamlNull(data) {
|
216578
216545
|
if (data === null) return true;
|
@@ -216609,12 +216576,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
216609
216576
|
/***/ }),
|
216610
216577
|
|
216611
216578
|
/***/ 3498:
|
216612
|
-
/***/ ((module, __unused_webpack_exports,
|
216579
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_897501__) => {
|
216613
216580
|
|
216614
216581
|
"use strict";
|
216615
216582
|
|
216616
216583
|
|
216617
|
-
var Type =
|
216584
|
+
var Type = __nested_webpack_require_897501__(6876);
|
216618
216585
|
|
216619
216586
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
216620
216587
|
var _toString = Object.prototype.toString;
|
@@ -216661,12 +216628,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
216661
216628
|
/***/ }),
|
216662
216629
|
|
216663
216630
|
/***/ 679:
|
216664
|
-
/***/ ((module, __unused_webpack_exports,
|
216631
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898625__) => {
|
216665
216632
|
|
216666
216633
|
"use strict";
|
216667
216634
|
|
216668
216635
|
|
216669
|
-
var Type =
|
216636
|
+
var Type = __nested_webpack_require_898625__(6876);
|
216670
216637
|
|
216671
216638
|
var _toString = Object.prototype.toString;
|
216672
216639
|
|
@@ -216722,12 +216689,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
216722
216689
|
/***/ }),
|
216723
216690
|
|
216724
216691
|
/***/ 7330:
|
216725
|
-
/***/ ((module, __unused_webpack_exports,
|
216692
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_899811__) => {
|
216726
216693
|
|
216727
216694
|
"use strict";
|
216728
216695
|
|
216729
216696
|
|
216730
|
-
var Type =
|
216697
|
+
var Type = __nested_webpack_require_899811__(6876);
|
216731
216698
|
|
216732
216699
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
216733
216700
|
kind: 'sequence',
|
@@ -216738,12 +216705,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
216738
216705
|
/***/ }),
|
216739
216706
|
|
216740
216707
|
/***/ 7205:
|
216741
|
-
/***/ ((module, __unused_webpack_exports,
|
216708
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900104__) => {
|
216742
216709
|
|
216743
216710
|
"use strict";
|
216744
216711
|
|
216745
216712
|
|
216746
|
-
var Type =
|
216713
|
+
var Type = __nested_webpack_require_900104__(6876);
|
216747
216714
|
|
216748
216715
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
216749
216716
|
|
@@ -216775,12 +216742,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
216775
216742
|
/***/ }),
|
216776
216743
|
|
216777
216744
|
/***/ 5348:
|
216778
|
-
/***/ ((module, __unused_webpack_exports,
|
216745
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900753__) => {
|
216779
216746
|
|
216780
216747
|
"use strict";
|
216781
216748
|
|
216782
216749
|
|
216783
|
-
var Type =
|
216750
|
+
var Type = __nested_webpack_require_900753__(6876);
|
216784
216751
|
|
216785
216752
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
216786
216753
|
kind: 'scalar',
|
@@ -216791,12 +216758,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
216791
216758
|
/***/ }),
|
216792
216759
|
|
216793
216760
|
/***/ 7028:
|
216794
|
-
/***/ ((module, __unused_webpack_exports,
|
216761
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_901044__) => {
|
216795
216762
|
|
216796
216763
|
"use strict";
|
216797
216764
|
|
216798
216765
|
|
216799
|
-
var Type =
|
216766
|
+
var Type = __nested_webpack_require_901044__(6876);
|
216800
216767
|
|
216801
216768
|
var YAML_DATE_REGEXP = new RegExp(
|
216802
216769
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -216887,7 +216854,7 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
216887
216854
|
/***/ }),
|
216888
216855
|
|
216889
216856
|
/***/ 7276:
|
216890
|
-
/***/ (function(__unused_webpack_module, exports,
|
216857
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_903725__) {
|
216891
216858
|
|
216892
216859
|
"use strict";
|
216893
216860
|
|
@@ -216895,13 +216862,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
216895
216862
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
216896
216863
|
};
|
216897
216864
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
216898
|
-
exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = void 0;
|
216899
|
-
const fs_extra_1 = __importDefault(
|
216900
|
-
const path_1 =
|
216901
|
-
const glob_1 = __importDefault(
|
216902
|
-
const normalize_path_1 =
|
216903
|
-
const lambda_1 =
|
216904
|
-
const minimatch_1 = __importDefault(
|
216865
|
+
exports.updateRoutesManifest = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = void 0;
|
216866
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_903725__(5392));
|
216867
|
+
const path_1 = __nested_webpack_require_903725__(5622);
|
216868
|
+
const glob_1 = __importDefault(__nested_webpack_require_903725__(4240));
|
216869
|
+
const normalize_path_1 = __nested_webpack_require_903725__(6261);
|
216870
|
+
const lambda_1 = __nested_webpack_require_903725__(6721);
|
216871
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_903725__(9566));
|
216905
216872
|
/**
|
216906
216873
|
* Convert legacy Runtime to a Plugin.
|
216907
216874
|
* @param buildRuntime - a legacy build() function from a Runtime
|
@@ -217028,17 +216995,36 @@ async function updateFunctionsManifest({ workPath, pages, }) {
|
|
217028
216995
|
await fs_extra_1.default.writeFile(functionsManifestPath, JSON.stringify(functionsManifest));
|
217029
216996
|
}
|
217030
216997
|
exports.updateFunctionsManifest = updateFunctionsManifest;
|
216998
|
+
/**
|
216999
|
+
* Will append routes to the `routes-manifest.json` file.
|
217000
|
+
* If the file does not exist, it'll be created.
|
217001
|
+
*/
|
217002
|
+
async function updateRoutesManifest({ workPath, dynamicRoutes, }) {
|
217003
|
+
const routesManifestPath = path_1.join(workPath, '.output', 'routes-manifest.json');
|
217004
|
+
const routesManifest = await readJson(routesManifestPath);
|
217005
|
+
if (!routesManifest.version)
|
217006
|
+
routesManifest.version = 1;
|
217007
|
+
if (routesManifest.pages404 === undefined)
|
217008
|
+
routesManifest.pages404 = true;
|
217009
|
+
if (dynamicRoutes) {
|
217010
|
+
if (!routesManifest.dynamicRoutes)
|
217011
|
+
routesManifest.dynamicRoutes = [];
|
217012
|
+
routesManifest.dynamicRoutes.push(...dynamicRoutes);
|
217013
|
+
}
|
217014
|
+
await fs_extra_1.default.writeFile(routesManifestPath, JSON.stringify(routesManifest));
|
217015
|
+
}
|
217016
|
+
exports.updateRoutesManifest = updateRoutesManifest;
|
217031
217017
|
|
217032
217018
|
|
217033
217019
|
/***/ }),
|
217034
217020
|
|
217035
217021
|
/***/ 1868:
|
217036
|
-
/***/ ((__unused_webpack_module, exports,
|
217022
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_910700__) => {
|
217037
217023
|
|
217038
217024
|
"use strict";
|
217039
217025
|
|
217040
217026
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217041
|
-
const _1 =
|
217027
|
+
const _1 = __nested_webpack_require_910700__(2855);
|
217042
217028
|
function debug(message, ...additional) {
|
217043
217029
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217044
217030
|
console.log(message, ...additional);
|
@@ -217050,7 +217036,7 @@ exports.default = debug;
|
|
217050
217036
|
/***/ }),
|
217051
217037
|
|
217052
217038
|
/***/ 4246:
|
217053
|
-
/***/ (function(__unused_webpack_module, exports,
|
217039
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_911085__) {
|
217054
217040
|
|
217055
217041
|
"use strict";
|
217056
217042
|
|
@@ -217059,11 +217045,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217059
217045
|
};
|
217060
217046
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217061
217047
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217062
|
-
const minimatch_1 = __importDefault(
|
217063
|
-
const semver_1 =
|
217064
|
-
const path_1 =
|
217065
|
-
const frameworks_1 = __importDefault(
|
217066
|
-
const _1 =
|
217048
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_911085__(9566));
|
217049
|
+
const semver_1 = __nested_webpack_require_911085__(2879);
|
217050
|
+
const path_1 = __nested_webpack_require_911085__(5622);
|
217051
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_911085__(8438));
|
217052
|
+
const _1 = __nested_webpack_require_911085__(2855);
|
217067
217053
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217068
217054
|
// We need to sort the file paths by alphabet to make
|
217069
217055
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218069,7 +218055,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218069
218055
|
/***/ }),
|
218070
218056
|
|
218071
218057
|
/***/ 2397:
|
218072
|
-
/***/ (function(__unused_webpack_module, exports,
|
218058
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_947927__) {
|
218073
218059
|
|
218074
218060
|
"use strict";
|
218075
218061
|
|
@@ -218077,8 +218063,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218077
218063
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218078
218064
|
};
|
218079
218065
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218080
|
-
const assert_1 = __importDefault(
|
218081
|
-
const into_stream_1 = __importDefault(
|
218066
|
+
const assert_1 = __importDefault(__nested_webpack_require_947927__(2357));
|
218067
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_947927__(6130));
|
218082
218068
|
class FileBlob {
|
218083
218069
|
constructor({ mode = 0o100644, contentType, data }) {
|
218084
218070
|
assert_1.default(typeof mode === 'number');
|
@@ -218110,7 +218096,7 @@ exports.default = FileBlob;
|
|
218110
218096
|
/***/ }),
|
218111
218097
|
|
218112
218098
|
/***/ 9331:
|
218113
|
-
/***/ (function(__unused_webpack_module, exports,
|
218099
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_949379__) {
|
218114
218100
|
|
218115
218101
|
"use strict";
|
218116
218102
|
|
@@ -218118,11 +218104,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218118
218104
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218119
218105
|
};
|
218120
218106
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218121
|
-
const assert_1 = __importDefault(
|
218122
|
-
const fs_extra_1 = __importDefault(
|
218123
|
-
const multistream_1 = __importDefault(
|
218124
|
-
const path_1 = __importDefault(
|
218125
|
-
const async_sema_1 = __importDefault(
|
218107
|
+
const assert_1 = __importDefault(__nested_webpack_require_949379__(2357));
|
218108
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_949379__(5392));
|
218109
|
+
const multistream_1 = __importDefault(__nested_webpack_require_949379__(8179));
|
218110
|
+
const path_1 = __importDefault(__nested_webpack_require_949379__(5622));
|
218111
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_949379__(5758));
|
218126
218112
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218127
218113
|
class FileFsRef {
|
218128
218114
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -218188,7 +218174,7 @@ exports.default = FileFsRef;
|
|
218188
218174
|
/***/ }),
|
218189
218175
|
|
218190
218176
|
/***/ 5187:
|
218191
|
-
/***/ (function(__unused_webpack_module, exports,
|
218177
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_952183__) {
|
218192
218178
|
|
218193
218179
|
"use strict";
|
218194
218180
|
|
@@ -218196,11 +218182,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218196
218182
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218197
218183
|
};
|
218198
218184
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218199
|
-
const assert_1 = __importDefault(
|
218200
|
-
const node_fetch_1 = __importDefault(
|
218201
|
-
const multistream_1 = __importDefault(
|
218202
|
-
const async_retry_1 = __importDefault(
|
218203
|
-
const async_sema_1 = __importDefault(
|
218185
|
+
const assert_1 = __importDefault(__nested_webpack_require_952183__(2357));
|
218186
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_952183__(2197));
|
218187
|
+
const multistream_1 = __importDefault(__nested_webpack_require_952183__(8179));
|
218188
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_952183__(3691));
|
218189
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_952183__(5758));
|
218204
218190
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
218205
218191
|
class BailableError extends Error {
|
218206
218192
|
constructor(...args) {
|
@@ -218281,7 +218267,7 @@ exports.default = FileRef;
|
|
218281
218267
|
/***/ }),
|
218282
218268
|
|
218283
218269
|
/***/ 1611:
|
218284
|
-
/***/ (function(__unused_webpack_module, exports,
|
218270
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_955584__) {
|
218285
218271
|
|
218286
218272
|
"use strict";
|
218287
218273
|
|
@@ -218290,10 +218276,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218290
218276
|
};
|
218291
218277
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218292
218278
|
exports.isSymbolicLink = void 0;
|
218293
|
-
const path_1 = __importDefault(
|
218294
|
-
const debug_1 = __importDefault(
|
218295
|
-
const file_fs_ref_1 = __importDefault(
|
218296
|
-
const fs_extra_1 =
|
218279
|
+
const path_1 = __importDefault(__nested_webpack_require_955584__(5622));
|
218280
|
+
const debug_1 = __importDefault(__nested_webpack_require_955584__(1868));
|
218281
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_955584__(9331));
|
218282
|
+
const fs_extra_1 = __nested_webpack_require_955584__(5392);
|
218297
218283
|
const S_IFMT = 61440; /* 0170000 type of file */
|
218298
218284
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
218299
218285
|
function isSymbolicLink(mode) {
|
@@ -218355,14 +218341,14 @@ exports.default = download;
|
|
218355
218341
|
/***/ }),
|
218356
218342
|
|
218357
218343
|
/***/ 3838:
|
218358
|
-
/***/ ((__unused_webpack_module, exports,
|
218344
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_958409__) => {
|
218359
218345
|
|
218360
218346
|
"use strict";
|
218361
218347
|
|
218362
218348
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218363
|
-
const path_1 =
|
218364
|
-
const os_1 =
|
218365
|
-
const fs_extra_1 =
|
218349
|
+
const path_1 = __nested_webpack_require_958409__(5622);
|
218350
|
+
const os_1 = __nested_webpack_require_958409__(2087);
|
218351
|
+
const fs_extra_1 = __nested_webpack_require_958409__(5392);
|
218366
218352
|
async function getWritableDirectory() {
|
218367
218353
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
218368
218354
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -218375,7 +218361,7 @@ exports.default = getWritableDirectory;
|
|
218375
218361
|
/***/ }),
|
218376
218362
|
|
218377
218363
|
/***/ 4240:
|
218378
|
-
/***/ (function(__unused_webpack_module, exports,
|
218364
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_958989__) {
|
218379
218365
|
|
218380
218366
|
"use strict";
|
218381
218367
|
|
@@ -218383,13 +218369,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218383
218369
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218384
218370
|
};
|
218385
218371
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218386
|
-
const path_1 = __importDefault(
|
218387
|
-
const assert_1 = __importDefault(
|
218388
|
-
const glob_1 = __importDefault(
|
218389
|
-
const util_1 =
|
218390
|
-
const fs_extra_1 =
|
218391
|
-
const normalize_path_1 =
|
218392
|
-
const file_fs_ref_1 = __importDefault(
|
218372
|
+
const path_1 = __importDefault(__nested_webpack_require_958989__(5622));
|
218373
|
+
const assert_1 = __importDefault(__nested_webpack_require_958989__(2357));
|
218374
|
+
const glob_1 = __importDefault(__nested_webpack_require_958989__(1104));
|
218375
|
+
const util_1 = __nested_webpack_require_958989__(1669);
|
218376
|
+
const fs_extra_1 = __nested_webpack_require_958989__(5392);
|
218377
|
+
const normalize_path_1 = __nested_webpack_require_958989__(6261);
|
218378
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_958989__(9331));
|
218393
218379
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
218394
218380
|
async function glob(pattern, opts, mountpoint) {
|
218395
218381
|
let options;
|
@@ -218435,7 +218421,7 @@ exports.default = glob;
|
|
218435
218421
|
/***/ }),
|
218436
218422
|
|
218437
218423
|
/***/ 7903:
|
218438
|
-
/***/ (function(__unused_webpack_module, exports,
|
218424
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_961185__) {
|
218439
218425
|
|
218440
218426
|
"use strict";
|
218441
218427
|
|
@@ -218444,9 +218430,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218444
218430
|
};
|
218445
218431
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218446
218432
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
218447
|
-
const semver_1 =
|
218448
|
-
const errors_1 =
|
218449
|
-
const debug_1 = __importDefault(
|
218433
|
+
const semver_1 = __nested_webpack_require_961185__(2879);
|
218434
|
+
const errors_1 = __nested_webpack_require_961185__(3983);
|
218435
|
+
const debug_1 = __importDefault(__nested_webpack_require_961185__(1868));
|
218450
218436
|
const allOptions = [
|
218451
218437
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
218452
218438
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -218540,7 +218526,7 @@ exports.normalizePath = normalizePath;
|
|
218540
218526
|
/***/ }),
|
218541
218527
|
|
218542
218528
|
/***/ 7792:
|
218543
|
-
/***/ (function(__unused_webpack_module, exports,
|
218529
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_965053__) {
|
218544
218530
|
|
218545
218531
|
"use strict";
|
218546
218532
|
|
@@ -218549,9 +218535,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218549
218535
|
};
|
218550
218536
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218551
218537
|
exports.readConfigFile = void 0;
|
218552
|
-
const js_yaml_1 = __importDefault(
|
218553
|
-
const toml_1 = __importDefault(
|
218554
|
-
const fs_extra_1 =
|
218538
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_965053__(6540));
|
218539
|
+
const toml_1 = __importDefault(__nested_webpack_require_965053__(9434));
|
218540
|
+
const fs_extra_1 = __nested_webpack_require_965053__(5392);
|
218555
218541
|
async function readFileOrNull(file) {
|
218556
218542
|
try {
|
218557
218543
|
const data = await fs_extra_1.readFile(file);
|
@@ -218606,7 +218592,7 @@ exports.default = rename;
|
|
218606
218592
|
/***/ }),
|
218607
218593
|
|
218608
218594
|
/***/ 1442:
|
218609
|
-
/***/ (function(__unused_webpack_module, exports,
|
218595
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_966846__) {
|
218610
218596
|
|
218611
218597
|
"use strict";
|
218612
218598
|
|
@@ -218615,14 +218601,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218615
218601
|
};
|
218616
218602
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218617
218603
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
218618
|
-
const assert_1 = __importDefault(
|
218619
|
-
const fs_extra_1 = __importDefault(
|
218620
|
-
const path_1 = __importDefault(
|
218621
|
-
const debug_1 = __importDefault(
|
218622
|
-
const cross_spawn_1 = __importDefault(
|
218623
|
-
const util_1 =
|
218624
|
-
const errors_1 =
|
218625
|
-
const node_version_1 =
|
218604
|
+
const assert_1 = __importDefault(__nested_webpack_require_966846__(2357));
|
218605
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_966846__(5392));
|
218606
|
+
const path_1 = __importDefault(__nested_webpack_require_966846__(5622));
|
218607
|
+
const debug_1 = __importDefault(__nested_webpack_require_966846__(1868));
|
218608
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_966846__(7618));
|
218609
|
+
const util_1 = __nested_webpack_require_966846__(1669);
|
218610
|
+
const errors_1 = __nested_webpack_require_966846__(3983);
|
218611
|
+
const node_version_1 = __nested_webpack_require_966846__(7903);
|
218626
218612
|
function spawnAsync(command, args, opts = {}) {
|
218627
218613
|
return new Promise((resolve, reject) => {
|
218628
218614
|
const stderrLogs = [];
|
@@ -218933,7 +218919,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
218933
218919
|
/***/ }),
|
218934
218920
|
|
218935
218921
|
/***/ 2560:
|
218936
|
-
/***/ (function(__unused_webpack_module, exports,
|
218922
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_980836__) {
|
218937
218923
|
|
218938
218924
|
"use strict";
|
218939
218925
|
|
@@ -218941,7 +218927,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218941
218927
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218942
218928
|
};
|
218943
218929
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218944
|
-
const end_of_stream_1 = __importDefault(
|
218930
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_980836__(687));
|
218945
218931
|
function streamToBuffer(stream) {
|
218946
218932
|
return new Promise((resolve, reject) => {
|
218947
218933
|
const buffers = [];
|
@@ -218970,7 +218956,7 @@ exports.default = streamToBuffer;
|
|
218970
218956
|
/***/ }),
|
218971
218957
|
|
218972
218958
|
/***/ 2855:
|
218973
|
-
/***/ (function(__unused_webpack_module, exports,
|
218959
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_981904__) {
|
218974
218960
|
|
218975
218961
|
"use strict";
|
218976
218962
|
|
@@ -219000,29 +218986,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219000
218986
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219001
218987
|
};
|
219002
218988
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219003
|
-
exports.getPlatformEnv = exports.isStaticRuntime = exports.isOfficialRuntime = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
219004
|
-
const file_blob_1 = __importDefault(
|
218989
|
+
exports.getPlatformEnv = exports.isStaticRuntime = exports.isOfficialRuntime = exports.updateRoutesManifest = exports.updateFunctionsManifest = exports.convertRuntimeToPlugin = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.shouldServe = exports.streamToBuffer = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.runShellScript = exports.runPipInstall = exports.runBundleInstall = exports.runNpmInstall = exports.getNodeBinPath = exports.walkParentDirs = exports.spawnCommand = exports.execCommand = exports.runPackageJsonScript = exports.installDependencies = exports.getScriptName = exports.spawnAsync = exports.execAsync = exports.rename = exports.glob = exports.getWriteableDirectory = exports.download = exports.Prerender = exports.createLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
218990
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_981904__(2397));
|
219005
218991
|
exports.FileBlob = file_blob_1.default;
|
219006
|
-
const file_fs_ref_1 = __importDefault(
|
218992
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_981904__(9331));
|
219007
218993
|
exports.FileFsRef = file_fs_ref_1.default;
|
219008
|
-
const file_ref_1 = __importDefault(
|
218994
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_981904__(5187));
|
219009
218995
|
exports.FileRef = file_ref_1.default;
|
219010
|
-
const lambda_1 =
|
218996
|
+
const lambda_1 = __nested_webpack_require_981904__(6721);
|
219011
218997
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219012
218998
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219013
218999
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219014
|
-
const prerender_1 =
|
219000
|
+
const prerender_1 = __nested_webpack_require_981904__(2850);
|
219015
219001
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219016
|
-
const download_1 = __importStar(
|
219002
|
+
const download_1 = __importStar(__nested_webpack_require_981904__(1611));
|
219017
219003
|
exports.download = download_1.default;
|
219018
219004
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219019
|
-
const get_writable_directory_1 = __importDefault(
|
219005
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_981904__(3838));
|
219020
219006
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219021
|
-
const glob_1 = __importDefault(
|
219007
|
+
const glob_1 = __importDefault(__nested_webpack_require_981904__(4240));
|
219022
219008
|
exports.glob = glob_1.default;
|
219023
|
-
const rename_1 = __importDefault(
|
219009
|
+
const rename_1 = __importDefault(__nested_webpack_require_981904__(6718));
|
219024
219010
|
exports.rename = rename_1.default;
|
219025
|
-
const run_user_scripts_1 =
|
219011
|
+
const run_user_scripts_1 = __nested_webpack_require_981904__(1442);
|
219026
219012
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219027
219013
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219028
219014
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219039,35 +219025,36 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219039
219025
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219040
219026
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219041
219027
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219042
|
-
const node_version_1 =
|
219028
|
+
const node_version_1 = __nested_webpack_require_981904__(7903);
|
219043
219029
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219044
219030
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219045
|
-
const errors_1 =
|
219046
|
-
const stream_to_buffer_1 = __importDefault(
|
219031
|
+
const errors_1 = __nested_webpack_require_981904__(3983);
|
219032
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_981904__(2560));
|
219047
219033
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219048
|
-
const should_serve_1 = __importDefault(
|
219034
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_981904__(2564));
|
219049
219035
|
exports.shouldServe = should_serve_1.default;
|
219050
|
-
const debug_1 = __importDefault(
|
219036
|
+
const debug_1 = __importDefault(__nested_webpack_require_981904__(1868));
|
219051
219037
|
exports.debug = debug_1.default;
|
219052
|
-
var detect_builders_1 =
|
219038
|
+
var detect_builders_1 = __nested_webpack_require_981904__(4246);
|
219053
219039
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219054
219040
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219055
219041
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219056
219042
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219057
|
-
var detect_framework_1 =
|
219043
|
+
var detect_framework_1 = __nested_webpack_require_981904__(5224);
|
219058
219044
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219059
|
-
var filesystem_1 =
|
219045
|
+
var filesystem_1 = __nested_webpack_require_981904__(461);
|
219060
219046
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219061
|
-
var read_config_file_1 =
|
219047
|
+
var read_config_file_1 = __nested_webpack_require_981904__(7792);
|
219062
219048
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219063
|
-
var normalize_path_1 =
|
219049
|
+
var normalize_path_1 = __nested_webpack_require_981904__(6261);
|
219064
219050
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219065
|
-
var convert_runtime_to_plugin_1 =
|
219051
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_981904__(7276);
|
219066
219052
|
Object.defineProperty(exports, "convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.convertRuntimeToPlugin; } }));
|
219067
219053
|
Object.defineProperty(exports, "updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateFunctionsManifest; } }));
|
219068
|
-
|
219069
|
-
__exportStar(
|
219070
|
-
__exportStar(
|
219054
|
+
Object.defineProperty(exports, "updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1.updateRoutesManifest; } }));
|
219055
|
+
__exportStar(__nested_webpack_require_981904__(2416), exports);
|
219056
|
+
__exportStar(__nested_webpack_require_981904__(5748), exports);
|
219057
|
+
__exportStar(__nested_webpack_require_981904__(3983), exports);
|
219071
219058
|
/**
|
219072
219059
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219073
219060
|
*/
|
@@ -219112,7 +219099,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
219112
219099
|
/***/ }),
|
219113
219100
|
|
219114
219101
|
/***/ 6721:
|
219115
|
-
/***/ (function(__unused_webpack_module, exports,
|
219102
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_992368__) {
|
219116
219103
|
|
219117
219104
|
"use strict";
|
219118
219105
|
|
@@ -219121,13 +219108,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219121
219108
|
};
|
219122
219109
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219123
219110
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
219124
|
-
const assert_1 = __importDefault(
|
219125
|
-
const async_sema_1 = __importDefault(
|
219126
|
-
const yazl_1 =
|
219127
|
-
const minimatch_1 = __importDefault(
|
219128
|
-
const fs_extra_1 =
|
219129
|
-
const download_1 =
|
219130
|
-
const stream_to_buffer_1 = __importDefault(
|
219111
|
+
const assert_1 = __importDefault(__nested_webpack_require_992368__(2357));
|
219112
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_992368__(5758));
|
219113
|
+
const yazl_1 = __nested_webpack_require_992368__(1223);
|
219114
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_992368__(9566));
|
219115
|
+
const fs_extra_1 = __nested_webpack_require_992368__(5392);
|
219116
|
+
const download_1 = __nested_webpack_require_992368__(1611);
|
219117
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_992368__(2560));
|
219131
219118
|
exports.FILES_SYMBOL = Symbol('files');
|
219132
219119
|
class Lambda {
|
219133
219120
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -219356,12 +219343,12 @@ exports.buildsSchema = {
|
|
219356
219343
|
/***/ }),
|
219357
219344
|
|
219358
219345
|
/***/ 2564:
|
219359
|
-
/***/ ((__unused_webpack_module, exports,
|
219346
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1000878__) => {
|
219360
219347
|
|
219361
219348
|
"use strict";
|
219362
219349
|
|
219363
219350
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219364
|
-
const path_1 =
|
219351
|
+
const path_1 = __nested_webpack_require_1000878__(5622);
|
219365
219352
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
219366
219353
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
219367
219354
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -219590,7 +219577,7 @@ module.exports = __webpack_require__(78761);
|
|
219590
219577
|
/******/ var __webpack_module_cache__ = {};
|
219591
219578
|
/******/
|
219592
219579
|
/******/ // The require function
|
219593
|
-
/******/ function
|
219580
|
+
/******/ function __nested_webpack_require_1100517__(moduleId) {
|
219594
219581
|
/******/ // Check if module is in cache
|
219595
219582
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
219596
219583
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -219605,7 +219592,7 @@ module.exports = __webpack_require__(78761);
|
|
219605
219592
|
/******/ // Execute the module function
|
219606
219593
|
/******/ var threw = true;
|
219607
219594
|
/******/ try {
|
219608
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
219595
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1100517__);
|
219609
219596
|
/******/ threw = false;
|
219610
219597
|
/******/ } finally {
|
219611
219598
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -219618,11 +219605,11 @@ module.exports = __webpack_require__(78761);
|
|
219618
219605
|
/************************************************************************/
|
219619
219606
|
/******/ /* webpack/runtime/compat */
|
219620
219607
|
/******/
|
219621
|
-
/******/
|
219608
|
+
/******/ __nested_webpack_require_1100517__.ab = __dirname + "/";/************************************************************************/
|
219622
219609
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
219623
219610
|
/******/ // startup
|
219624
219611
|
/******/ // Load entry module and return exports
|
219625
|
-
/******/ return
|
219612
|
+
/******/ return __nested_webpack_require_1100517__(2855);
|
219626
219613
|
/******/ })()
|
219627
219614
|
;
|
219628
219615
|
|
@@ -241829,6 +241816,7 @@ exports.frameworks = [
|
|
241829
241816
|
},
|
241830
241817
|
buildCommand: {
|
241831
241818
|
placeholder: '`npm run build` or `blitz build`',
|
241819
|
+
value: 'blitz build',
|
241832
241820
|
},
|
241833
241821
|
devCommand: {
|
241834
241822
|
value: 'blitz start',
|
@@ -241837,8 +241825,6 @@ exports.frameworks = [
|
|
241837
241825
|
placeholder: 'Next.js default',
|
241838
241826
|
},
|
241839
241827
|
},
|
241840
|
-
devCommand: 'blitz start',
|
241841
|
-
buildCommand: 'blitz build',
|
241842
241828
|
getFsOutputDir: async () => '.next',
|
241843
241829
|
getOutputDirName: async () => 'public',
|
241844
241830
|
},
|
@@ -241867,6 +241853,7 @@ exports.frameworks = [
|
|
241867
241853
|
},
|
241868
241854
|
buildCommand: {
|
241869
241855
|
placeholder: '`npm run build` or `next build`',
|
241856
|
+
value: 'next build',
|
241870
241857
|
},
|
241871
241858
|
devCommand: {
|
241872
241859
|
value: 'next dev --port $PORT',
|
@@ -241882,8 +241869,6 @@ exports.frameworks = [
|
|
241882
241869
|
dependencies: ['next-plugin-sentry', 'next-sentry-source-maps'],
|
241883
241870
|
},
|
241884
241871
|
],
|
241885
|
-
devCommand: 'next dev --port $PORT',
|
241886
|
-
buildCommand: 'next build',
|
241887
241872
|
getFsOutputDir: async () => '.next',
|
241888
241873
|
getOutputDirName: async () => 'public',
|
241889
241874
|
cachePattern: '.next/cache/**',
|
@@ -241912,6 +241897,7 @@ exports.frameworks = [
|
|
241912
241897
|
},
|
241913
241898
|
buildCommand: {
|
241914
241899
|
placeholder: '`npm run build` or `gatsby build`',
|
241900
|
+
value: 'gatsby build',
|
241915
241901
|
},
|
241916
241902
|
devCommand: {
|
241917
241903
|
value: 'gatsby develop --port $PORT',
|
@@ -241922,8 +241908,6 @@ exports.frameworks = [
|
|
241922
241908
|
},
|
241923
241909
|
},
|
241924
241910
|
dependency: 'gatsby',
|
241925
|
-
devCommand: 'gatsby develop --port $PORT',
|
241926
|
-
buildCommand: 'gatsby build',
|
241927
241911
|
getOutputDirName: async () => 'public',
|
241928
241912
|
getFsOutputDir: async () => 'public',
|
241929
241913
|
defaultRoutes: async (dirPrefix) => {
|
@@ -241995,6 +241979,7 @@ exports.frameworks = [
|
|
241995
241979
|
},
|
241996
241980
|
buildCommand: {
|
241997
241981
|
placeholder: '`npm run build` or `hexo generate`',
|
241982
|
+
value: 'hexo generate',
|
241998
241983
|
},
|
241999
241984
|
devCommand: {
|
242000
241985
|
value: 'hexo server --port $PORT',
|
@@ -242005,8 +241990,6 @@ exports.frameworks = [
|
|
242005
241990
|
},
|
242006
241991
|
},
|
242007
241992
|
dependency: 'hexo',
|
242008
|
-
devCommand: 'hexo server --port $PORT',
|
242009
|
-
buildCommand: 'hexo generate',
|
242010
241993
|
getFsOutputDir: async () => 'public',
|
242011
241994
|
getOutputDirName: async () => 'public',
|
242012
241995
|
},
|
@@ -242033,6 +242016,7 @@ exports.frameworks = [
|
|
242033
242016
|
},
|
242034
242017
|
buildCommand: {
|
242035
242018
|
placeholder: '`npm run build` or `npx @11ty/eleventy`',
|
242019
|
+
value: 'npx @11ty/eleventy',
|
242036
242020
|
},
|
242037
242021
|
devCommand: {
|
242038
242022
|
value: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
@@ -242043,8 +242027,6 @@ exports.frameworks = [
|
|
242043
242027
|
},
|
242044
242028
|
},
|
242045
242029
|
dependency: '@11ty/eleventy',
|
242046
|
-
devCommand: 'npx @11ty/eleventy --serve --watch --port $PORT',
|
242047
|
-
buildCommand: 'npx @11ty/eleventy',
|
242048
242030
|
getFsOutputDir: async () => '_site',
|
242049
242031
|
getOutputDirName: async () => '_site',
|
242050
242032
|
cachePattern: '.cache/**',
|
@@ -242071,6 +242053,7 @@ exports.frameworks = [
|
|
242071
242053
|
},
|
242072
242054
|
buildCommand: {
|
242073
242055
|
placeholder: '`npm run build` or `docusaurus build`',
|
242056
|
+
value: 'docusaurus build',
|
242074
242057
|
},
|
242075
242058
|
devCommand: {
|
242076
242059
|
value: 'docusaurus start --port $PORT',
|
@@ -242081,8 +242064,6 @@ exports.frameworks = [
|
|
242081
242064
|
},
|
242082
242065
|
},
|
242083
242066
|
dependency: '@docusaurus/core',
|
242084
|
-
devCommand: 'docusaurus start --port $PORT',
|
242085
|
-
buildCommand: 'docusaurus build',
|
242086
242067
|
getFsOutputDir: async (dirPrefix) => {
|
242087
242068
|
const base = 'build';
|
242088
242069
|
try {
|
@@ -242216,6 +242197,7 @@ exports.frameworks = [
|
|
242216
242197
|
},
|
242217
242198
|
buildCommand: {
|
242218
242199
|
placeholder: '`npm run build` or `docusaurus-build`',
|
242200
|
+
value: 'docusaurus-build',
|
242219
242201
|
},
|
242220
242202
|
devCommand: {
|
242221
242203
|
value: 'docusaurus-start --port $PORT',
|
@@ -242226,8 +242208,6 @@ exports.frameworks = [
|
|
242226
242208
|
},
|
242227
242209
|
},
|
242228
242210
|
dependency: 'docusaurus',
|
242229
|
-
devCommand: 'docusaurus-start --port $PORT',
|
242230
|
-
buildCommand: 'docusaurus-build',
|
242231
242211
|
getFsOutputDir: async (dirPrefix) => {
|
242232
242212
|
const base = 'build';
|
242233
242213
|
try {
|
@@ -242281,6 +242261,7 @@ exports.frameworks = [
|
|
242281
242261
|
},
|
242282
242262
|
buildCommand: {
|
242283
242263
|
placeholder: '`npm run build` or `preact build`',
|
242264
|
+
value: 'preact build',
|
242284
242265
|
},
|
242285
242266
|
devCommand: {
|
242286
242267
|
value: 'preact watch --port $PORT',
|
@@ -242291,8 +242272,6 @@ exports.frameworks = [
|
|
242291
242272
|
},
|
242292
242273
|
},
|
242293
242274
|
dependency: 'preact-cli',
|
242294
|
-
devCommand: 'preact watch --port $PORT',
|
242295
|
-
buildCommand: 'preact build',
|
242296
242275
|
getFsOutputDir: async () => 'build',
|
242297
242276
|
getOutputDirName: async () => 'build',
|
242298
242277
|
defaultRoutes: [
|
@@ -242337,6 +242316,7 @@ exports.frameworks = [
|
|
242337
242316
|
},
|
242338
242317
|
buildCommand: {
|
242339
242318
|
placeholder: '`npm run build` or `dojo build`',
|
242319
|
+
value: 'dojo build',
|
242340
242320
|
},
|
242341
242321
|
devCommand: {
|
242342
242322
|
value: 'dojo build -m dev -w -s -p $PORT',
|
@@ -242347,8 +242327,6 @@ exports.frameworks = [
|
|
242347
242327
|
},
|
242348
242328
|
},
|
242349
242329
|
dependency: '@dojo/cli',
|
242350
|
-
devCommand: 'dojo build -m dev -w -s -p $PORT',
|
242351
|
-
buildCommand: 'dojo build',
|
242352
242330
|
getFsOutputDir: async () => 'output/dist',
|
242353
242331
|
getOutputDirName: async () => path_1.join('output', 'dist'),
|
242354
242332
|
defaultRoutes: [
|
@@ -242403,6 +242381,7 @@ exports.frameworks = [
|
|
242403
242381
|
},
|
242404
242382
|
buildCommand: {
|
242405
242383
|
placeholder: '`npm run build` or `ember build`',
|
242384
|
+
value: 'ember build',
|
242406
242385
|
},
|
242407
242386
|
devCommand: {
|
242408
242387
|
value: 'ember serve --port $PORT',
|
@@ -242413,8 +242392,6 @@ exports.frameworks = [
|
|
242413
242392
|
},
|
242414
242393
|
},
|
242415
242394
|
dependency: 'ember-cli',
|
242416
|
-
devCommand: 'ember serve --port $PORT',
|
242417
|
-
buildCommand: 'ember build',
|
242418
242395
|
getFsOutputDir: async () => 'dist',
|
242419
242396
|
getOutputDirName: async () => 'dist',
|
242420
242397
|
defaultRoutes: [
|
@@ -242457,6 +242434,7 @@ exports.frameworks = [
|
|
242457
242434
|
},
|
242458
242435
|
buildCommand: {
|
242459
242436
|
placeholder: '`npm run build` or `vue-cli-service build`',
|
242437
|
+
value: 'vue-cli-service build',
|
242460
242438
|
},
|
242461
242439
|
devCommand: {
|
242462
242440
|
value: 'vue-cli-service serve --port $PORT',
|
@@ -242467,8 +242445,6 @@ exports.frameworks = [
|
|
242467
242445
|
},
|
242468
242446
|
},
|
242469
242447
|
dependency: '@vue/cli-service',
|
242470
|
-
devCommand: 'vue-cli-service serve --port $PORT',
|
242471
|
-
buildCommand: 'vue-cli-service build',
|
242472
242448
|
getFsOutputDir: async () => 'dist',
|
242473
242449
|
getOutputDirName: async () => 'dist',
|
242474
242450
|
defaultRoutes: [
|
@@ -242534,6 +242510,7 @@ exports.frameworks = [
|
|
242534
242510
|
},
|
242535
242511
|
buildCommand: {
|
242536
242512
|
placeholder: '`npm run build` or `ng build && scully`',
|
242513
|
+
value: 'ng build && scully',
|
242537
242514
|
},
|
242538
242515
|
devCommand: {
|
242539
242516
|
value: 'ng serve --port $PORT',
|
@@ -242544,8 +242521,6 @@ exports.frameworks = [
|
|
242544
242521
|
},
|
242545
242522
|
},
|
242546
242523
|
dependency: '@scullyio/init',
|
242547
|
-
devCommand: 'ng serve --port $PORT',
|
242548
|
-
buildCommand: 'ng build && scully',
|
242549
242524
|
getFsOutputDir: async () => 'dist',
|
242550
242525
|
getOutputDirName: async () => 'dist/static',
|
242551
242526
|
},
|
@@ -242571,6 +242546,7 @@ exports.frameworks = [
|
|
242571
242546
|
},
|
242572
242547
|
buildCommand: {
|
242573
242548
|
placeholder: '`npm run build` or `ng build`',
|
242549
|
+
value: 'ng build',
|
242574
242550
|
},
|
242575
242551
|
devCommand: {
|
242576
242552
|
value: 'ng serve --port $PORT',
|
@@ -242580,8 +242556,6 @@ exports.frameworks = [
|
|
242580
242556
|
},
|
242581
242557
|
},
|
242582
242558
|
dependency: '@ionic/angular',
|
242583
|
-
devCommand: 'ng serve --port $PORT',
|
242584
|
-
buildCommand: 'ng build',
|
242585
242559
|
getFsOutputDir: async () => 'www',
|
242586
242560
|
getOutputDirName: async () => 'www',
|
242587
242561
|
defaultRoutes: [
|
@@ -242623,6 +242597,7 @@ exports.frameworks = [
|
|
242623
242597
|
},
|
242624
242598
|
buildCommand: {
|
242625
242599
|
placeholder: '`npm run build` or `ng build`',
|
242600
|
+
value: 'ng build',
|
242626
242601
|
},
|
242627
242602
|
devCommand: {
|
242628
242603
|
value: 'ng serve --port $PORT',
|
@@ -242633,8 +242608,6 @@ exports.frameworks = [
|
|
242633
242608
|
},
|
242634
242609
|
},
|
242635
242610
|
dependency: '@angular/cli',
|
242636
|
-
devCommand: 'ng serve --port $PORT',
|
242637
|
-
buildCommand: 'ng build',
|
242638
242611
|
getFsOutputDir: async () => 'dist',
|
242639
242612
|
getOutputDirName: async (dirPrefix) => {
|
242640
242613
|
const base = 'dist';
|
@@ -242690,6 +242663,7 @@ exports.frameworks = [
|
|
242690
242663
|
},
|
242691
242664
|
buildCommand: {
|
242692
242665
|
placeholder: '`npm run build` or `polymer build`',
|
242666
|
+
value: 'polymer build',
|
242693
242667
|
},
|
242694
242668
|
devCommand: {
|
242695
242669
|
value: 'polymer serve --port $PORT',
|
@@ -242700,8 +242674,6 @@ exports.frameworks = [
|
|
242700
242674
|
},
|
242701
242675
|
},
|
242702
242676
|
dependency: 'polymer-cli',
|
242703
|
-
devCommand: 'polymer serve --port $PORT',
|
242704
|
-
buildCommand: 'polymer build',
|
242705
242677
|
getFsOutputDir: async () => 'build',
|
242706
242678
|
getOutputDirName: async (dirPrefix) => {
|
242707
242679
|
const base = 'build';
|
@@ -242759,6 +242731,7 @@ exports.frameworks = [
|
|
242759
242731
|
},
|
242760
242732
|
buildCommand: {
|
242761
242733
|
placeholder: '`npm run build` or `rollup -c`',
|
242734
|
+
value: 'rollup -c',
|
242762
242735
|
},
|
242763
242736
|
devCommand: {
|
242764
242737
|
value: 'rollup -c -w',
|
@@ -242768,8 +242741,6 @@ exports.frameworks = [
|
|
242768
242741
|
},
|
242769
242742
|
},
|
242770
242743
|
dependency: 'sirv-cli',
|
242771
|
-
devCommand: 'rollup -c -w',
|
242772
|
-
buildCommand: 'rollup -c',
|
242773
242744
|
getFsOutputDir: async () => 'public',
|
242774
242745
|
getOutputDirName: async () => 'public',
|
242775
242746
|
defaultRoutes: [
|
@@ -242811,6 +242782,7 @@ exports.frameworks = [
|
|
242811
242782
|
},
|
242812
242783
|
buildCommand: {
|
242813
242784
|
placeholder: '`npm run build` or `svelte-kit build`',
|
242785
|
+
value: 'svelte-kit build',
|
242814
242786
|
},
|
242815
242787
|
devCommand: {
|
242816
242788
|
value: 'svelte-kit dev --port $PORT',
|
@@ -242820,8 +242792,6 @@ exports.frameworks = [
|
|
242820
242792
|
placeholder: 'public',
|
242821
242793
|
},
|
242822
242794
|
},
|
242823
|
-
devCommand: 'svelte-kit dev --port $PORT',
|
242824
|
-
buildCommand: 'svelte-kit build',
|
242825
242795
|
getFsOutputDir: async () => '.output',
|
242826
242796
|
getOutputDirName: async () => 'public',
|
242827
242797
|
},
|
@@ -242847,6 +242817,7 @@ exports.frameworks = [
|
|
242847
242817
|
},
|
242848
242818
|
buildCommand: {
|
242849
242819
|
placeholder: '`npm run build` or `react-scripts build`',
|
242820
|
+
value: 'react-scripts build',
|
242850
242821
|
},
|
242851
242822
|
devCommand: {
|
242852
242823
|
value: 'react-scripts start',
|
@@ -242856,8 +242827,6 @@ exports.frameworks = [
|
|
242856
242827
|
},
|
242857
242828
|
},
|
242858
242829
|
dependency: '@ionic/react',
|
242859
|
-
devCommand: 'react-scripts start',
|
242860
|
-
buildCommand: 'react-scripts build',
|
242861
242830
|
getFsOutputDir: async () => 'build',
|
242862
242831
|
getOutputDirName: async () => 'build',
|
242863
242832
|
defaultRoutes: [
|
@@ -242952,6 +242921,7 @@ exports.frameworks = [
|
|
242952
242921
|
},
|
242953
242922
|
buildCommand: {
|
242954
242923
|
placeholder: '`npm run build` or `react-scripts build`',
|
242924
|
+
value: 'react-scripts build',
|
242955
242925
|
},
|
242956
242926
|
devCommand: {
|
242957
242927
|
value: 'react-scripts start',
|
@@ -242961,8 +242931,6 @@ exports.frameworks = [
|
|
242961
242931
|
},
|
242962
242932
|
},
|
242963
242933
|
dependency: 'react-scripts',
|
242964
|
-
devCommand: 'react-scripts start',
|
242965
|
-
buildCommand: 'react-scripts build',
|
242966
242934
|
getFsOutputDir: async () => 'build',
|
242967
242935
|
getOutputDirName: async () => 'build',
|
242968
242936
|
defaultRoutes: [
|
@@ -243052,6 +243020,7 @@ exports.frameworks = [
|
|
243052
243020
|
},
|
243053
243021
|
buildCommand: {
|
243054
243022
|
placeholder: '`npm run build` or `gridsome build`',
|
243023
|
+
value: 'gridsome build',
|
243055
243024
|
},
|
243056
243025
|
devCommand: {
|
243057
243026
|
value: 'gridsome develop -p $PORT',
|
@@ -243062,8 +243031,6 @@ exports.frameworks = [
|
|
243062
243031
|
},
|
243063
243032
|
},
|
243064
243033
|
dependency: 'gridsome',
|
243065
|
-
devCommand: 'gridsome develop -p $PORT',
|
243066
|
-
buildCommand: 'gridsome build',
|
243067
243034
|
getFsOutputDir: async () => 'dist',
|
243068
243035
|
getOutputDirName: async () => 'dist',
|
243069
243036
|
},
|
@@ -243089,6 +243056,7 @@ exports.frameworks = [
|
|
243089
243056
|
},
|
243090
243057
|
buildCommand: {
|
243091
243058
|
placeholder: '`npm run build` or `umi build`',
|
243059
|
+
value: 'umi build',
|
243092
243060
|
},
|
243093
243061
|
devCommand: {
|
243094
243062
|
value: 'umi dev --port $PORT',
|
@@ -243099,8 +243067,6 @@ exports.frameworks = [
|
|
243099
243067
|
},
|
243100
243068
|
},
|
243101
243069
|
dependency: 'umi',
|
243102
|
-
devCommand: 'umi dev --port $PORT',
|
243103
|
-
buildCommand: 'umi build',
|
243104
243070
|
getFsOutputDir: async () => 'dist',
|
243105
243071
|
getOutputDirName: async () => 'dist',
|
243106
243072
|
defaultRoutes: [
|
@@ -243142,6 +243108,7 @@ exports.frameworks = [
|
|
243142
243108
|
},
|
243143
243109
|
buildCommand: {
|
243144
243110
|
placeholder: '`npm run build` or `sapper export`',
|
243111
|
+
value: 'sapper export',
|
243145
243112
|
},
|
243146
243113
|
devCommand: {
|
243147
243114
|
value: 'sapper dev --port $PORT',
|
@@ -243152,8 +243119,6 @@ exports.frameworks = [
|
|
243152
243119
|
},
|
243153
243120
|
},
|
243154
243121
|
dependency: 'sapper',
|
243155
|
-
devCommand: 'sapper dev --port $PORT',
|
243156
|
-
buildCommand: 'sapper export',
|
243157
243122
|
getFsOutputDir: async () => '__sapper__/export',
|
243158
243123
|
getOutputDirName: async () => '__sapper__/export',
|
243159
243124
|
},
|
@@ -243179,6 +243144,7 @@ exports.frameworks = [
|
|
243179
243144
|
},
|
243180
243145
|
buildCommand: {
|
243181
243146
|
placeholder: '`npm run build` or `saber build`',
|
243147
|
+
value: 'saber build',
|
243182
243148
|
},
|
243183
243149
|
devCommand: {
|
243184
243150
|
value: 'saber --port $PORT',
|
@@ -243189,8 +243155,6 @@ exports.frameworks = [
|
|
243189
243155
|
},
|
243190
243156
|
},
|
243191
243157
|
dependency: 'saber',
|
243192
|
-
devCommand: 'saber --port $PORT',
|
243193
|
-
buildCommand: 'saber build',
|
243194
243158
|
getFsOutputDir: async () => 'public',
|
243195
243159
|
getOutputDirName: async () => 'public',
|
243196
243160
|
defaultRoutes: [
|
@@ -243247,6 +243211,7 @@ exports.frameworks = [
|
|
243247
243211
|
},
|
243248
243212
|
buildCommand: {
|
243249
243213
|
placeholder: '`npm run build` or `stencil build`',
|
243214
|
+
value: 'stencil build',
|
243250
243215
|
},
|
243251
243216
|
devCommand: {
|
243252
243217
|
value: 'stencil build --dev --watch --serve --port $PORT',
|
@@ -243257,8 +243222,6 @@ exports.frameworks = [
|
|
243257
243222
|
},
|
243258
243223
|
},
|
243259
243224
|
dependency: '@stencil/core',
|
243260
|
-
devCommand: 'stencil build --dev --watch --serve --port $PORT',
|
243261
|
-
buildCommand: 'stencil build',
|
243262
243225
|
getFsOutputDir: async () => 'www',
|
243263
243226
|
getOutputDirName: async () => 'www',
|
243264
243227
|
defaultRoutes: [
|
@@ -243335,6 +243298,7 @@ exports.frameworks = [
|
|
243335
243298
|
},
|
243336
243299
|
buildCommand: {
|
243337
243300
|
placeholder: '`npm run build` or `nuxt generate`',
|
243301
|
+
value: 'nuxt generate',
|
243338
243302
|
},
|
243339
243303
|
devCommand: {
|
243340
243304
|
value: 'nuxt',
|
@@ -243344,8 +243308,6 @@ exports.frameworks = [
|
|
243344
243308
|
},
|
243345
243309
|
},
|
243346
243310
|
dependency: 'nuxt',
|
243347
|
-
devCommand: 'nuxt',
|
243348
|
-
buildCommand: 'nuxt generate',
|
243349
243311
|
getFsOutputDir: async () => '.output',
|
243350
243312
|
getOutputDirName: async () => 'dist',
|
243351
243313
|
cachePattern: '.nuxt/**',
|
@@ -243403,8 +243365,6 @@ exports.frameworks = [
|
|
243403
243365
|
placeholder: 'RedwoodJS default',
|
243404
243366
|
},
|
243405
243367
|
},
|
243406
|
-
devCommand: 'yarn rw dev --fwd="--port=$PORT --open=false',
|
243407
|
-
buildCommand: 'yarn rw deploy vercel',
|
243408
243368
|
getFsOutputDir: async () => 'public',
|
243409
243369
|
getOutputDirName: async () => 'public',
|
243410
243370
|
},
|
@@ -243439,6 +243399,7 @@ exports.frameworks = [
|
|
243439
243399
|
},
|
243440
243400
|
buildCommand: {
|
243441
243401
|
placeholder: '`npm run build` or `hugo -D --gc`',
|
243402
|
+
value: 'hugo -D --gc',
|
243442
243403
|
},
|
243443
243404
|
devCommand: {
|
243444
243405
|
value: 'hugo server -D -w -p $PORT',
|
@@ -243448,8 +243409,6 @@ exports.frameworks = [
|
|
243448
243409
|
placeholder: '`public` or `publishDir` from the `config` file',
|
243449
243410
|
},
|
243450
243411
|
},
|
243451
|
-
devCommand: 'hugo server -D -w -p $PORT',
|
243452
|
-
buildCommand: 'hugo -D --gc',
|
243453
243412
|
getFsOutputDir: async (dirPrefix) => {
|
243454
243413
|
const config = await read_config_file_1.readConfigFile(['config.json', 'config.yaml', 'config.toml'].map(fileName => {
|
243455
243414
|
return path_1.join(dirPrefix, fileName);
|
@@ -243485,6 +243444,7 @@ exports.frameworks = [
|
|
243485
243444
|
},
|
243486
243445
|
buildCommand: {
|
243487
243446
|
placeholder: '`npm run build` or `jekyll build`',
|
243447
|
+
value: 'jekyll build',
|
243488
243448
|
},
|
243489
243449
|
devCommand: {
|
243490
243450
|
value: 'bundle exec jekyll serve --watch --port $PORT',
|
@@ -243494,8 +243454,6 @@ exports.frameworks = [
|
|
243494
243454
|
placeholder: '`_site` or `destination` from `_config.yml`',
|
243495
243455
|
},
|
243496
243456
|
},
|
243497
|
-
devCommand: 'bundle exec jekyll serve --watch --port $PORT',
|
243498
|
-
buildCommand: 'jekyll build',
|
243499
243457
|
getFsOutputDir: async (dirPrefix) => {
|
243500
243458
|
const config = await read_config_file_1.readConfigFile(path_1.join(dirPrefix, '_config.yml'));
|
243501
243459
|
return (config && config.destination) || '_site';
|
@@ -243527,6 +243485,7 @@ exports.frameworks = [
|
|
243527
243485
|
},
|
243528
243486
|
buildCommand: {
|
243529
243487
|
placeholder: '`npm run build` or `brunch build --production`',
|
243488
|
+
value: 'brunch build --production',
|
243530
243489
|
},
|
243531
243490
|
devCommand: {
|
243532
243491
|
value: 'brunch watch --server --port $PORT',
|
@@ -243536,8 +243495,6 @@ exports.frameworks = [
|
|
243536
243495
|
value: 'public',
|
243537
243496
|
},
|
243538
243497
|
},
|
243539
|
-
devCommand: 'brunch watch --server --port $PORT',
|
243540
|
-
buildCommand: 'brunch build --production',
|
243541
243498
|
getFsOutputDir: async () => 'public',
|
243542
243499
|
getOutputDirName: async () => 'public',
|
243543
243500
|
},
|
@@ -243561,18 +243518,17 @@ exports.frameworks = [
|
|
243561
243518
|
value: 'bundle install',
|
243562
243519
|
},
|
243563
243520
|
buildCommand: {
|
243564
|
-
|
243521
|
+
placeholder: '`npm run build` or `bundle exec middleman build`',
|
243522
|
+
value: 'bundle exec middleman build',
|
243565
243523
|
},
|
243566
243524
|
devCommand: {
|
243567
|
-
value: 'bundle exec middleman server -p $PORT',
|
243568
243525
|
placeholder: 'bundle exec middleman server',
|
243526
|
+
value: 'bundle exec middleman server -p $PORT',
|
243569
243527
|
},
|
243570
243528
|
outputDirectory: {
|
243571
243529
|
value: 'build',
|
243572
243530
|
},
|
243573
243531
|
},
|
243574
|
-
devCommand: 'bundle exec middleman server -p $PORT',
|
243575
|
-
buildCommand: 'bundle exec middleman build',
|
243576
243532
|
getFsOutputDir: async () => 'build',
|
243577
243533
|
getOutputDirName: async () => 'build',
|
243578
243534
|
cachePattern: '{vendor/bin,vendor/cache,vendor/bundle}/**',
|
@@ -243601,15 +243557,13 @@ exports.frameworks = [
|
|
243601
243557
|
value: 'zola build',
|
243602
243558
|
},
|
243603
243559
|
devCommand: {
|
243604
|
-
value: 'zola serve --port $PORT',
|
243605
243560
|
placeholder: 'zola serve',
|
243561
|
+
value: 'zola serve --port $PORT',
|
243606
243562
|
},
|
243607
243563
|
outputDirectory: {
|
243608
243564
|
value: 'public',
|
243609
243565
|
},
|
243610
243566
|
},
|
243611
|
-
devCommand: 'zola serve --port $PORT',
|
243612
|
-
buildCommand: 'zola build',
|
243613
243567
|
getFsOutputDir: async () => 'public',
|
243614
243568
|
getOutputDirName: async () => 'public',
|
243615
243569
|
defaultVersion: '0.13.0',
|
@@ -243637,17 +243591,17 @@ exports.frameworks = [
|
|
243637
243591
|
},
|
243638
243592
|
buildCommand: {
|
243639
243593
|
placeholder: '`npm run build` or `vite build`',
|
243594
|
+
value: 'vite build',
|
243640
243595
|
},
|
243641
243596
|
devCommand: {
|
243642
243597
|
placeholder: 'vite',
|
243598
|
+
value: 'vite',
|
243643
243599
|
},
|
243644
243600
|
outputDirectory: {
|
243645
243601
|
value: 'dist',
|
243646
243602
|
},
|
243647
243603
|
},
|
243648
243604
|
dependency: 'vite',
|
243649
|
-
devCommand: 'vite',
|
243650
|
-
buildCommand: 'vite build',
|
243651
243605
|
getFsOutputDir: async () => 'dist',
|
243652
243606
|
getOutputDirName: async () => 'dist',
|
243653
243607
|
},
|
@@ -243673,17 +243627,17 @@ exports.frameworks = [
|
|
243673
243627
|
},
|
243674
243628
|
buildCommand: {
|
243675
243629
|
placeholder: '`npm run build` or `parcel build`',
|
243630
|
+
value: 'parcel build',
|
243676
243631
|
},
|
243677
243632
|
devCommand: {
|
243678
243633
|
placeholder: 'parcel',
|
243634
|
+
value: 'parcel',
|
243679
243635
|
},
|
243680
243636
|
outputDirectory: {
|
243681
|
-
|
243637
|
+
value: 'dist',
|
243682
243638
|
},
|
243683
243639
|
},
|
243684
243640
|
dependency: 'parcel',
|
243685
|
-
devCommand: 'parcel',
|
243686
|
-
buildCommand: 'parcel build',
|
243687
243641
|
getFsOutputDir: async () => 'dist',
|
243688
243642
|
getOutputDirName: async () => 'dist',
|
243689
243643
|
defaultRoutes: [
|
@@ -243717,16 +243671,16 @@ exports.frameworks = [
|
|
243717
243671
|
},
|
243718
243672
|
buildCommand: {
|
243719
243673
|
placeholder: '`npm run vercel-build` or `npm run build`',
|
243674
|
+
value: null,
|
243720
243675
|
},
|
243721
243676
|
devCommand: {
|
243722
243677
|
placeholder: 'None',
|
243678
|
+
value: null,
|
243723
243679
|
},
|
243724
243680
|
outputDirectory: {
|
243725
243681
|
placeholder: '`public` if it exists, or `.`',
|
243726
243682
|
},
|
243727
243683
|
},
|
243728
|
-
devCommand: null,
|
243729
|
-
buildCommand: null,
|
243730
243684
|
getFsOutputDir: async (dirPrefix) => {
|
243731
243685
|
// Public if it exists or `.`
|
243732
243686
|
let base = 'public';
|
@@ -249610,11 +249564,6 @@ const help = () => {
|
|
249610
249564
|
`);
|
249611
249565
|
};
|
249612
249566
|
const OUTPUT_DIR = '.output';
|
249613
|
-
const fields = [
|
249614
|
-
{ name: 'Build Command', value: 'buildCommand' },
|
249615
|
-
{ name: 'Output Directory', value: 'outputDirectory' },
|
249616
|
-
{ name: 'Root Directory', value: 'rootDirectory' },
|
249617
|
-
];
|
249618
249567
|
async function main(client) {
|
249619
249568
|
var _a, _b, _c;
|
249620
249569
|
if (process.env.__VERCEL_BUILD_RUNNING) {
|
@@ -249680,27 +249629,21 @@ async function main(client) {
|
|
249680
249629
|
return 1;
|
249681
249630
|
}
|
249682
249631
|
const buildState = { ...project.settings };
|
249632
|
+
const formatSetting = (name, override, defaults) => ` - ${chalk_1.default.bold(`${name}:`)} ${`${override
|
249633
|
+
? override + ` (override)`
|
249634
|
+
: 'placeholder' in defaults
|
249635
|
+
? chalk_1.default.italic(`${defaults.placeholder}`)
|
249636
|
+
: defaults.value}`}`;
|
249683
249637
|
console.log(`Retrieved Project Settings:`);
|
249684
249638
|
console.log(chalk_1.default.dim(` - ${chalk_1.default.bold(`Framework Preset:`)} ${framework.name}`));
|
249685
|
-
|
249686
|
-
|
249687
|
-
|
249688
|
-
|
249689
|
-
|
249690
|
-
|
249691
|
-
|
249692
|
-
|
249693
|
-
}
|
249694
|
-
if (field.value != 'buildCommand') {
|
249695
|
-
buildState[field.value] = project.settings[field.value]
|
249696
|
-
? project.settings[field.value]
|
249697
|
-
: defaults
|
249698
|
-
? is_setting_value_1.isSettingValue(defaults)
|
249699
|
-
? defaults.value
|
249700
|
-
: null
|
249701
|
-
: null;
|
249702
|
-
}
|
249703
|
-
}
|
249639
|
+
console.log(chalk_1.default.dim(formatSetting('Build Command', project.settings.buildCommand, framework.settings.buildCommand)));
|
249640
|
+
console.log(chalk_1.default.dim(formatSetting('Output Directory', project.settings.outputDirectory, framework.settings.outputDirectory)));
|
249641
|
+
buildState.outputDirectory =
|
249642
|
+
project.settings.outputDirectory ||
|
249643
|
+
(is_setting_value_1.isSettingValue(framework.settings.outputDirectory)
|
249644
|
+
? framework.settings.outputDirectory.value
|
249645
|
+
: null);
|
249646
|
+
buildState.rootDirectory = project.settings.rootDirectory;
|
249704
249647
|
if (loadedEnvFiles.length > 0) {
|
249705
249648
|
console.log(`Loaded Environment Variables from ${loadedEnvFiles.length} ${pluralize_1.default('file', loadedEnvFiles.length)}:`);
|
249706
249649
|
for (let envFile of loadedEnvFiles) {
|
@@ -249762,22 +249705,31 @@ async function main(client) {
|
|
249762
249705
|
}
|
249763
249706
|
// Clean the output directory
|
249764
249707
|
fs_extra_1.default.removeSync(path_1.join(cwd, OUTPUT_DIR));
|
249708
|
+
// Yarn v2 PnP mode may be activated, so force
|
249709
|
+
// "node-modules" linker style
|
249710
|
+
const env = {
|
249711
|
+
YARN_NODE_LINKER: 'node-modules',
|
249712
|
+
...spawnOpts.env,
|
249713
|
+
};
|
249765
249714
|
if (typeof buildState.buildCommand === 'string') {
|
249766
249715
|
console.log(`Running Build Command: ${cmd_1.default(buildState.buildCommand)}`);
|
249767
249716
|
await build_utils_1.execCommand(buildState.buildCommand, {
|
249768
249717
|
...spawnOpts,
|
249769
|
-
|
249770
|
-
|
249771
|
-
env: {
|
249772
|
-
YARN_NODE_LINKER: 'node-modules',
|
249773
|
-
...spawnOpts.env,
|
249774
|
-
},
|
249775
|
-
cwd: cwd,
|
249718
|
+
env,
|
249719
|
+
cwd,
|
249776
249720
|
});
|
249777
249721
|
}
|
249778
249722
|
else if (fs_extra_1.default.existsSync(path_1.join(cwd, 'package.json'))) {
|
249779
249723
|
await runPackageJsonScript(client, cwd, ['vercel-build', 'now-build', 'build'], spawnOpts);
|
249780
249724
|
}
|
249725
|
+
else if (typeof framework.settings.buildCommand.value === 'string') {
|
249726
|
+
console.log(`Running Build Command: ${cmd_1.default(framework.settings.buildCommand.value)}`);
|
249727
|
+
await build_utils_1.execCommand(framework.settings.buildCommand.value, {
|
249728
|
+
...spawnOpts,
|
249729
|
+
env,
|
249730
|
+
cwd,
|
249731
|
+
});
|
249732
|
+
}
|
249781
249733
|
if (!fs_extra_1.default.existsSync(path_1.join(cwd, OUTPUT_DIR))) {
|
249782
249734
|
let outputDir = path_1.join(OUTPUT_DIR, 'static');
|
249783
249735
|
let distDir = await framework.getFsOutputDir(cwd);
|
@@ -250037,18 +249989,29 @@ async function runPackageJsonScript(client, destPath, scriptNames, spawnOpts) {
|
|
250037
249989
|
exports.runPackageJsonScript = runPackageJsonScript;
|
250038
249990
|
async function linkOrCopy(existingPath, newPath) {
|
250039
249991
|
try {
|
250040
|
-
|
249992
|
+
if (newPath.endsWith('.nft.json') ||
|
249993
|
+
newPath.endsWith('middleware-manifest.json') ||
|
249994
|
+
newPath.endsWith('required-server-files.json')) {
|
249995
|
+
await fs_extra_1.default.copy(existingPath, newPath, {
|
249996
|
+
overwrite: true,
|
249997
|
+
});
|
249998
|
+
}
|
249999
|
+
else {
|
250000
|
+
await fs_extra_1.default.createLink(existingPath, newPath);
|
250001
|
+
}
|
250041
250002
|
}
|
250042
250003
|
catch (err) {
|
250043
250004
|
// eslint-disable-line
|
250044
|
-
// If a
|
250005
|
+
// If a symlink to the same file already exists
|
250045
250006
|
// then trying to copy it will make an empty file from it.
|
250046
250007
|
if (err['code'] === 'EEXIST')
|
250047
250008
|
return;
|
250048
|
-
// In some VERY rare cases (1 in a thousand),
|
250009
|
+
// In some VERY rare cases (1 in a thousand), symlink creation fails on Windows.
|
250049
250010
|
// In that case, we just fall back to copying.
|
250050
250011
|
// This issue is reproducible with "pnpm add @material-ui/icons@4.9.1"
|
250051
|
-
await fs_extra_1.default.
|
250012
|
+
await fs_extra_1.default.copy(existingPath, newPath, {
|
250013
|
+
overwrite: true,
|
250014
|
+
});
|
250052
250015
|
}
|
250053
250016
|
}
|
250054
250017
|
async function smartCopy(client, from, to) {
|
@@ -251398,7 +251361,6 @@ const server_1 = __importDefault(__webpack_require__(18433));
|
|
251398
251361
|
const parse_listen_1 = __importDefault(__webpack_require__(1919));
|
251399
251362
|
const link_1 = __webpack_require__(67630);
|
251400
251363
|
const get_frameworks_1 = __webpack_require__(87569);
|
251401
|
-
const is_setting_value_1 = __webpack_require__(41005);
|
251402
251364
|
const get_decrypted_env_records_1 = __importDefault(__webpack_require__(30861));
|
251403
251365
|
const setup_and_link_1 = __importDefault(__webpack_require__(69532));
|
251404
251366
|
const get_system_env_values_1 = __importDefault(__webpack_require__(60272));
|
@@ -251444,9 +251406,9 @@ async function dev(client, opts, args) {
|
|
251444
251406
|
if (framework.slug) {
|
251445
251407
|
frameworkSlug = framework.slug;
|
251446
251408
|
}
|
251447
|
-
const defaults = framework.settings.devCommand;
|
251448
|
-
if (
|
251449
|
-
devCommand = defaults
|
251409
|
+
const defaults = framework.settings.devCommand.value;
|
251410
|
+
if (defaults) {
|
251411
|
+
devCommand = defaults;
|
251450
251412
|
}
|
251451
251413
|
}
|
251452
251414
|
}
|
@@ -265252,8 +265214,6 @@ const path_1 = __webpack_require__(85622);
|
|
265252
265214
|
const fs_extra_1 = __webpack_require__(45392);
|
265253
265215
|
const is_canary_1 = __webpack_require__(79864);
|
265254
265216
|
const pkg_name_1 = __webpack_require__(98106);
|
265255
|
-
// `npm` tacks a bunch of extra properties on the `package.json` file,
|
265256
|
-
// so check for one of them to determine yarn vs. npm.
|
265257
265217
|
async function isYarn() {
|
265258
265218
|
let s;
|
265259
265219
|
let binPath = process.argv[1];
|
@@ -265268,8 +265228,12 @@ async function isYarn() {
|
|
265268
265228
|
}
|
265269
265229
|
}
|
265270
265230
|
const pkgPath = path_1.join(path_1.dirname(binPath), '..', 'package.json');
|
265271
|
-
|
265272
|
-
|
265231
|
+
/*
|
265232
|
+
* Generally, pkgPath looks like:
|
265233
|
+
* "/Users/username/.config/yarn/global/node_modules/vercel/package.json"
|
265234
|
+
* "/usr/local/share/.config/yarn/global/node_modules/vercel/package.json"
|
265235
|
+
*/
|
265236
|
+
return pkgPath.includes(path_1.join('yarn', 'global'));
|
265273
265237
|
}
|
265274
265238
|
async function getConfigPrefix() {
|
265275
265239
|
const paths = [
|
@@ -267656,7 +267620,6 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
267656
267620
|
exports.metrics = exports.shouldCollectMetrics = void 0;
|
267657
267621
|
const crypto_1 = __importDefault(__webpack_require__(76417));
|
267658
267622
|
const universal_analytics_1 = __importDefault(__webpack_require__(54836));
|
267659
|
-
const os_1 = __webpack_require__(12087);
|
267660
267623
|
const build_utils_1 = __webpack_require__(3131);
|
267661
267624
|
const ua_browser_1 = __importDefault(__webpack_require__(17985));
|
267662
267625
|
const constants_1 = __webpack_require__(8764);
|
@@ -267666,10 +267629,14 @@ exports.shouldCollectMetrics = (config.collectMetrics === undefined || config.co
|
|
267666
267629
|
build_utils_1.getPlatformEnv('CLI_COLLECT_METRICS') !== '0' &&
|
267667
267630
|
constants_1.GA_TRACKING_ID;
|
267668
267631
|
const metrics = () => {
|
267669
|
-
const token = typeof config.token === 'string'
|
267670
|
-
|
267632
|
+
const token = typeof config.token === 'string'
|
267633
|
+
? config.token
|
267634
|
+
: process.platform + process.arch;
|
267635
|
+
const salt = (process.env.USER || '') +
|
267636
|
+
(process.env.LANG || '') +
|
267637
|
+
(process.env.SHELL || '');
|
267671
267638
|
const hash = crypto_1.default
|
267672
|
-
.pbkdf2Sync(token, salt,
|
267639
|
+
.pbkdf2Sync(token, salt, 100, 64, 'sha512')
|
267673
267640
|
.toString('hex')
|
267674
267641
|
.substring(0, 24);
|
267675
267642
|
return universal_analytics_1.default(constants_1.GA_TRACKING_ID || '', {
|
@@ -268131,11 +268098,16 @@ class Output {
|
|
268131
268098
|
this.debug(`Spinner invoked (${message}) with a ${delay}ms delay`);
|
268132
268099
|
return;
|
268133
268100
|
}
|
268134
|
-
if (this.
|
268135
|
-
this._spinner
|
268101
|
+
if (this.isTTY) {
|
268102
|
+
if (this._spinner) {
|
268103
|
+
this._spinner.text = message;
|
268104
|
+
}
|
268105
|
+
else {
|
268106
|
+
this._spinner = wait_1.default(message, delay);
|
268107
|
+
}
|
268136
268108
|
}
|
268137
268109
|
else {
|
268138
|
-
this.
|
268110
|
+
this.print(`${message}\n`);
|
268139
268111
|
}
|
268140
268112
|
};
|
268141
268113
|
this.stopSpinner = () => {
|
@@ -270272,7 +270244,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
270272
270244
|
/***/ ((module) => {
|
270273
270245
|
|
270274
270246
|
"use strict";
|
270275
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
270247
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.37\",\"preferGlobal\":true,\"license\":\"Apache-2.0\",\"description\":\"The command-line interface for Vercel\",\"homepage\":\"https://vercel.com\",\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/cli\"},\"scripts\":{\"preinstall\":\"node ./scripts/preinstall.js\",\"test\":\"jest\",\"test-unit\":\"jest --coverage --verbose\",\"test-integration-cli\":\"rimraf test/fixtures/integration && ava test/integration.js --serial --fail-fast --verbose\",\"test-integration-dev\":\"ava test/dev/integration.js --serial --fail-fast --verbose\",\"prepublishOnly\":\"yarn build\",\"coverage\":\"codecov\",\"build\":\"node -r ts-eager/register ./scripts/build.ts\",\"build-dev\":\"node -r ts-eager/register ./scripts/build.ts --dev\"},\"bin\":{\"vc\":\"./dist/index.js\",\"vercel\":\"./dist/index.js\"},\"files\":[\"dist\",\"scripts/preinstall.js\"],\"ava\":{\"compileEnhancements\":false,\"extensions\":[\"ts\"],\"require\":[\"ts-node/register/transpile-only\",\"esm\"]},\"engines\":{\"node\":\">= 12\"},\"dependencies\":{\"@vercel/build-utils\":\"2.12.3-canary.20\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.7\",\"@vercel/python\":\"2.0.6-canary.6\",\"@vercel/ruby\":\"1.2.8-canary.4\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.7\",\"vercel-plugin-node\":\"1.12.2-canary.11\"},\"devDependencies\":{\"@next/env\":\"11.1.2\",\"@sentry/node\":\"5.5.0\",\"@sindresorhus/slugify\":\"0.11.0\",\"@tootallnate/once\":\"1.1.2\",\"@types/ansi-escapes\":\"3.0.0\",\"@types/ansi-regex\":\"4.0.0\",\"@types/async-retry\":\"1.2.1\",\"@types/bytes\":\"3.0.0\",\"@types/chance\":\"1.1.3\",\"@types/debug\":\"0.0.31\",\"@types/dotenv\":\"6.1.1\",\"@types/escape-html\":\"0.0.20\",\"@types/express\":\"4.17.13\",\"@types/fs-extra\":\"9.0.13\",\"@types/glob\":\"7.1.1\",\"@types/http-proxy\":\"1.16.2\",\"@types/inquirer\":\"7.3.1\",\"@types/jest\":\"27.0.1\",\"@types/load-json-file\":\"2.0.7\",\"@types/mime-types\":\"2.1.0\",\"@types/minimatch\":\"3.0.3\",\"@types/mri\":\"1.1.0\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"11.11.0\",\"@types/node-fetch\":\"2.5.10\",\"@types/npm-package-arg\":\"6.1.0\",\"@types/pluralize\":\"0.0.29\",\"@types/progress\":\"2.0.3\",\"@types/psl\":\"1.1.0\",\"@types/semver\":\"6.0.1\",\"@types/tar-fs\":\"1.16.1\",\"@types/text-table\":\"0.2.0\",\"@types/title\":\"3.4.1\",\"@types/universal-analytics\":\"0.4.2\",\"@types/update-notifier\":\"5.1.0\",\"@types/which\":\"1.3.2\",\"@types/write-json-file\":\"2.2.1\",\"@vercel/frameworks\":\"0.5.1-canary.12\",\"@vercel/ncc\":\"0.24.0\",\"@vercel/nft\":\"0.17.0\",\"@zeit/fun\":\"0.11.2\",\"@zeit/source-map-support\":\"0.6.2\",\"ajv\":\"6.12.2\",\"alpha-sort\":\"2.0.1\",\"ansi-escapes\":\"3.0.0\",\"ansi-regex\":\"3.0.0\",\"arg\":\"5.0.0\",\"async-listen\":\"1.2.0\",\"async-retry\":\"1.1.3\",\"async-sema\":\"2.1.4\",\"ava\":\"2.2.0\",\"bytes\":\"3.0.0\",\"chalk\":\"4.1.0\",\"chance\":\"1.1.7\",\"chokidar\":\"3.3.1\",\"clipboardy\":\"2.1.0\",\"codecov\":\"3.8.2\",\"cpy\":\"7.2.0\",\"credit-card\":\"3.0.1\",\"date-fns\":\"1.29.0\",\"debug\":\"3.1.0\",\"dot\":\"1.1.3\",\"dotenv\":\"4.0.0\",\"email-prompt\":\"0.3.2\",\"email-validator\":\"1.1.1\",\"epipebomb\":\"1.0.0\",\"escape-html\":\"1.0.3\",\"esm\":\"3.1.4\",\"execa\":\"3.2.0\",\"express\":\"4.17.1\",\"fast-deep-equal\":\"3.1.3\",\"fs-extra\":\"10.0.0\",\"get-port\":\"5.1.1\",\"glob\":\"7.1.2\",\"http-proxy\":\"1.18.1\",\"inquirer\":\"7.0.4\",\"is-docker\":\"2.2.1\",\"is-port-reachable\":\"3.0.0\",\"is-url\":\"1.2.2\",\"jaro-winkler\":\"0.2.8\",\"jsonlines\":\"0.1.1\",\"load-json-file\":\"3.0.0\",\"mime-types\":\"2.1.24\",\"minimatch\":\"3.0.4\",\"mri\":\"1.1.5\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"npm-package-arg\":\"6.1.0\",\"open\":\"8.2.0\",\"ora\":\"3.4.0\",\"pcre-to-regexp\":\"1.0.0\",\"pluralize\":\"7.0.0\",\"progress\":\"2.0.3\",\"promisepipe\":\"3.0.0\",\"psl\":\"1.1.31\",\"qr-image\":\"3.2.0\",\"raw-body\":\"2.4.1\",\"rimraf\":\"3.0.2\",\"semver\":\"5.5.0\",\"serve-handler\":\"6.1.1\",\"strip-ansi\":\"5.2.0\",\"stripe\":\"5.1.0\",\"tar-fs\":\"1.16.3\",\"test-listen\":\"1.1.0\",\"text-table\":\"0.2.0\",\"title\":\"3.4.1\",\"tmp-promise\":\"1.0.3\",\"tree-kill\":\"1.2.2\",\"ts-eager\":\"2.0.2\",\"ts-node\":\"8.3.0\",\"typescript\":\"4.3.4\",\"universal-analytics\":\"0.4.20\",\"utility-types\":\"2.1.0\",\"which\":\"2.0.2\",\"write-json-file\":\"2.2.0\",\"xdg-app-paths\":\"5.1.0\"},\"jest\":{\"preset\":\"ts-jest\",\"globals\":{\"ts-jest\":{\"diagnostics\":false,\"isolatedModules\":true}},\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"f194d54b0c7a0f4ef7166a8f4668752b0204160e\"}");
|
270276
270248
|
|
270277
270249
|
/***/ }),
|
270278
270250
|
|
@@ -270288,7 +270260,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
270288
270260
|
/***/ ((module) => {
|
270289
270261
|
|
270290
270262
|
"use strict";
|
270291
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
270263
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.21\",\"main\":\"dist/index.js\",\"typings\":\"dist/index.d.ts\",\"homepage\":\"https://vercel.com\",\"license\":\"MIT\",\"files\":[\"dist\"],\"repository\":{\"type\":\"git\",\"url\":\"https://github.com/vercel/vercel.git\",\"directory\":\"packages/client\"},\"scripts\":{\"build\":\"tsc\",\"test-integration-once\":\"jest --verbose --runInBand --bail tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts\",\"test-unit\":\"jest --verbose --runInBand --bail tests/unit.*test.*\"},\"engines\":{\"node\":\">= 12\"},\"devDependencies\":{\"@types/async-retry\":\"1.4.1\",\"@types/fs-extra\":\"7.0.0\",\"@types/jest\":\"27.0.1\",\"@types/ms\":\"0.7.30\",\"@types/node\":\"12.0.4\",\"@types/node-fetch\":\"2.5.4\",\"@types/recursive-readdir\":\"2.2.0\",\"typescript\":\"4.3.4\"},\"jest\":{\"preset\":\"ts-jest\",\"testEnvironment\":\"node\",\"verbose\":false,\"setupFilesAfterEnv\":[\"<rootDir>/tests/setup/index.ts\"]},\"dependencies\":{\"@vercel/build-utils\":\"2.12.3-canary.20\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"recursive-readdir\":\"2.2.2\",\"sleep-promise\":\"8.0.1\"}}");
|
270292
270264
|
|
270293
270265
|
/***/ }),
|
270294
270266
|
|