vercel 24.2.1-canary.2 → 24.2.1
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 +350 -225
- package/package.json +9 -9
package/dist/index.js
CHANGED
@@ -189392,6 +189392,70 @@ exports.frameworks = [
|
|
189392
189392
|
},
|
189393
189393
|
],
|
189394
189394
|
},
|
189395
|
+
{
|
189396
|
+
name: 'Astro',
|
189397
|
+
slug: 'astro',
|
189398
|
+
demo: 'https://astro-template.vercel.app',
|
189399
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro.svg',
|
189400
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro-dark.svg',
|
189401
|
+
tagline: 'Astro is a new kind of static site builder for the modern web. Powerful developer experience meets lightweight output.',
|
189402
|
+
description: 'An Astro site, using the basics starter kit.',
|
189403
|
+
website: 'https://astro.build',
|
189404
|
+
envPrefix: 'PUBLIC_',
|
189405
|
+
detectors: {
|
189406
|
+
every: [
|
189407
|
+
{
|
189408
|
+
path: 'package.json',
|
189409
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"astro":\\s*".+?"[^}]*}',
|
189410
|
+
},
|
189411
|
+
],
|
189412
|
+
},
|
189413
|
+
settings: {
|
189414
|
+
installCommand: {
|
189415
|
+
placeholder: '`yarn install` or `npm install`',
|
189416
|
+
},
|
189417
|
+
buildCommand: {
|
189418
|
+
value: 'astro build',
|
189419
|
+
placeholder: '`npm run build` or `astro build`',
|
189420
|
+
},
|
189421
|
+
devCommand: {
|
189422
|
+
value: 'astro dev --port $PORT',
|
189423
|
+
placeholder: 'astro dev',
|
189424
|
+
},
|
189425
|
+
outputDirectory: {
|
189426
|
+
value: 'dist',
|
189427
|
+
},
|
189428
|
+
},
|
189429
|
+
dependency: 'astro',
|
189430
|
+
getFsOutputDir: async () => 'dist',
|
189431
|
+
getOutputDirName: async () => 'dist',
|
189432
|
+
defaultRoutes: [
|
189433
|
+
{
|
189434
|
+
src: '^/dist/(.*)$',
|
189435
|
+
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
189436
|
+
continue: true,
|
189437
|
+
},
|
189438
|
+
{
|
189439
|
+
handle: 'filesystem',
|
189440
|
+
},
|
189441
|
+
{
|
189442
|
+
src: '/(.*)',
|
189443
|
+
dest: '/index.html',
|
189444
|
+
},
|
189445
|
+
],
|
189446
|
+
defaultHeaders: [
|
189447
|
+
{
|
189448
|
+
source: '^/dist/(.*)$',
|
189449
|
+
regex: '^/dist/(.*)$',
|
189450
|
+
headers: [
|
189451
|
+
{
|
189452
|
+
key: 'cache-control',
|
189453
|
+
value: 'public, max-age=31536000, immutable',
|
189454
|
+
},
|
189455
|
+
],
|
189456
|
+
},
|
189457
|
+
],
|
189458
|
+
},
|
189395
189459
|
{
|
189396
189460
|
name: 'Hexo',
|
189397
189461
|
slug: 'hexo',
|
@@ -191161,7 +191225,7 @@ exports.default = def;
|
|
191161
191225
|
/***/ }),
|
191162
191226
|
|
191163
191227
|
/***/ 3734:
|
191164
|
-
/***/ (function(__unused_webpack_module, exports,
|
191228
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_817453__) {
|
191165
191229
|
|
191166
191230
|
"use strict";
|
191167
191231
|
|
@@ -191170,9 +191234,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191170
191234
|
};
|
191171
191235
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
191172
191236
|
exports.readConfigFile = void 0;
|
191173
|
-
const js_yaml_1 = __importDefault(
|
191174
|
-
const toml_1 = __importDefault(
|
191175
|
-
const fs_1 =
|
191237
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_817453__(641));
|
191238
|
+
const toml_1 = __importDefault(__nested_webpack_require_817453__(9434));
|
191239
|
+
const fs_1 = __nested_webpack_require_817453__(5747);
|
191176
191240
|
const { readFile } = fs_1.promises;
|
191177
191241
|
async function readFileOrNull(file) {
|
191178
191242
|
try {
|
@@ -191221,13 +191285,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
191221
191285
|
/***/ }),
|
191222
191286
|
|
191223
191287
|
/***/ 641:
|
191224
|
-
/***/ ((module, __unused_webpack_exports,
|
191288
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_819059__) => {
|
191225
191289
|
|
191226
191290
|
"use strict";
|
191227
191291
|
|
191228
191292
|
|
191229
191293
|
|
191230
|
-
var yaml =
|
191294
|
+
var yaml = __nested_webpack_require_819059__(9633);
|
191231
191295
|
|
191232
191296
|
|
191233
191297
|
module.exports = yaml;
|
@@ -191236,14 +191300,14 @@ module.exports = yaml;
|
|
191236
191300
|
/***/ }),
|
191237
191301
|
|
191238
191302
|
/***/ 9633:
|
191239
|
-
/***/ ((module, __unused_webpack_exports,
|
191303
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_819233__) => {
|
191240
191304
|
|
191241
191305
|
"use strict";
|
191242
191306
|
|
191243
191307
|
|
191244
191308
|
|
191245
|
-
var loader =
|
191246
|
-
var dumper =
|
191309
|
+
var loader = __nested_webpack_require_819233__(4349);
|
191310
|
+
var dumper = __nested_webpack_require_819233__(8047);
|
191247
191311
|
|
191248
191312
|
|
191249
191313
|
function deprecated(name) {
|
@@ -191253,25 +191317,25 @@ function deprecated(name) {
|
|
191253
191317
|
}
|
191254
191318
|
|
191255
191319
|
|
191256
|
-
module.exports.Type =
|
191257
|
-
module.exports.Schema =
|
191258
|
-
module.exports.FAILSAFE_SCHEMA =
|
191259
|
-
module.exports.JSON_SCHEMA =
|
191260
|
-
module.exports.CORE_SCHEMA =
|
191261
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
191262
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
191320
|
+
module.exports.Type = __nested_webpack_require_819233__(6876);
|
191321
|
+
module.exports.Schema = __nested_webpack_require_819233__(6105);
|
191322
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_819233__(8441);
|
191323
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_819233__(1486);
|
191324
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_819233__(1112);
|
191325
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_819233__(596);
|
191326
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_819233__(9647);
|
191263
191327
|
module.exports.load = loader.load;
|
191264
191328
|
module.exports.loadAll = loader.loadAll;
|
191265
191329
|
module.exports.safeLoad = loader.safeLoad;
|
191266
191330
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
191267
191331
|
module.exports.dump = dumper.dump;
|
191268
191332
|
module.exports.safeDump = dumper.safeDump;
|
191269
|
-
module.exports.YAMLException =
|
191333
|
+
module.exports.YAMLException = __nested_webpack_require_819233__(3237);
|
191270
191334
|
|
191271
191335
|
// Deprecated schema names from JS-YAML 2.0.x
|
191272
|
-
module.exports.MINIMAL_SCHEMA =
|
191273
|
-
module.exports.SAFE_SCHEMA =
|
191274
|
-
module.exports.DEFAULT_SCHEMA =
|
191336
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_819233__(8441);
|
191337
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_819233__(596);
|
191338
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_819233__(9647);
|
191275
191339
|
|
191276
191340
|
// Deprecated functions from JS-YAML 1.x.x
|
191277
191341
|
module.exports.scan = deprecated('scan');
|
@@ -191350,17 +191414,17 @@ module.exports.extend = extend;
|
|
191350
191414
|
/***/ }),
|
191351
191415
|
|
191352
191416
|
/***/ 8047:
|
191353
|
-
/***/ ((module, __unused_webpack_exports,
|
191417
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_822051__) => {
|
191354
191418
|
|
191355
191419
|
"use strict";
|
191356
191420
|
|
191357
191421
|
|
191358
191422
|
/*eslint-disable no-use-before-define*/
|
191359
191423
|
|
191360
|
-
var common =
|
191361
|
-
var YAMLException =
|
191362
|
-
var DEFAULT_FULL_SCHEMA =
|
191363
|
-
var DEFAULT_SAFE_SCHEMA =
|
191424
|
+
var common = __nested_webpack_require_822051__(903);
|
191425
|
+
var YAMLException = __nested_webpack_require_822051__(3237);
|
191426
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_822051__(9647);
|
191427
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_822051__(596);
|
191364
191428
|
|
191365
191429
|
var _toString = Object.prototype.toString;
|
191366
191430
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -192236,18 +192300,18 @@ module.exports = YAMLException;
|
|
192236
192300
|
/***/ }),
|
192237
192301
|
|
192238
192302
|
/***/ 4349:
|
192239
|
-
/***/ ((module, __unused_webpack_exports,
|
192303
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_849755__) => {
|
192240
192304
|
|
192241
192305
|
"use strict";
|
192242
192306
|
|
192243
192307
|
|
192244
192308
|
/*eslint-disable max-len,no-use-before-define*/
|
192245
192309
|
|
192246
|
-
var common =
|
192247
|
-
var YAMLException =
|
192248
|
-
var Mark =
|
192249
|
-
var DEFAULT_SAFE_SCHEMA =
|
192250
|
-
var DEFAULT_FULL_SCHEMA =
|
192310
|
+
var common = __nested_webpack_require_849755__(903);
|
192311
|
+
var YAMLException = __nested_webpack_require_849755__(3237);
|
192312
|
+
var Mark = __nested_webpack_require_849755__(4926);
|
192313
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_849755__(596);
|
192314
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_849755__(9647);
|
192251
192315
|
|
192252
192316
|
|
192253
192317
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -193869,13 +193933,13 @@ module.exports.safeLoad = safeLoad;
|
|
193869
193933
|
/***/ }),
|
193870
193934
|
|
193871
193935
|
/***/ 4926:
|
193872
|
-
/***/ ((module, __unused_webpack_exports,
|
193936
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_893622__) => {
|
193873
193937
|
|
193874
193938
|
"use strict";
|
193875
193939
|
|
193876
193940
|
|
193877
193941
|
|
193878
|
-
var common =
|
193942
|
+
var common = __nested_webpack_require_893622__(903);
|
193879
193943
|
|
193880
193944
|
|
193881
193945
|
function Mark(name, buffer, position, line, column) {
|
@@ -193953,16 +194017,16 @@ module.exports = Mark;
|
|
193953
194017
|
/***/ }),
|
193954
194018
|
|
193955
194019
|
/***/ 6105:
|
193956
|
-
/***/ ((module, __unused_webpack_exports,
|
194020
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_895284__) => {
|
193957
194021
|
|
193958
194022
|
"use strict";
|
193959
194023
|
|
193960
194024
|
|
193961
194025
|
/*eslint-disable max-len*/
|
193962
194026
|
|
193963
|
-
var common =
|
193964
|
-
var YAMLException =
|
193965
|
-
var Type =
|
194027
|
+
var common = __nested_webpack_require_895284__(903);
|
194028
|
+
var YAMLException = __nested_webpack_require_895284__(3237);
|
194029
|
+
var Type = __nested_webpack_require_895284__(6876);
|
193966
194030
|
|
193967
194031
|
|
193968
194032
|
function compileList(schema, name, result) {
|
@@ -194069,7 +194133,7 @@ module.exports = Schema;
|
|
194069
194133
|
/***/ }),
|
194070
194134
|
|
194071
194135
|
/***/ 1112:
|
194072
|
-
/***/ ((module, __unused_webpack_exports,
|
194136
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898148__) => {
|
194073
194137
|
|
194074
194138
|
"use strict";
|
194075
194139
|
// Standard YAML's Core schema.
|
@@ -194082,12 +194146,12 @@ module.exports = Schema;
|
|
194082
194146
|
|
194083
194147
|
|
194084
194148
|
|
194085
|
-
var Schema =
|
194149
|
+
var Schema = __nested_webpack_require_898148__(6105);
|
194086
194150
|
|
194087
194151
|
|
194088
194152
|
module.exports = new Schema({
|
194089
194153
|
include: [
|
194090
|
-
|
194154
|
+
__nested_webpack_require_898148__(1486)
|
194091
194155
|
]
|
194092
194156
|
});
|
194093
194157
|
|
@@ -194095,7 +194159,7 @@ module.exports = new Schema({
|
|
194095
194159
|
/***/ }),
|
194096
194160
|
|
194097
194161
|
/***/ 9647:
|
194098
|
-
/***/ ((module, __unused_webpack_exports,
|
194162
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898618__) => {
|
194099
194163
|
|
194100
194164
|
"use strict";
|
194101
194165
|
// JS-YAML's default schema for `load` function.
|
@@ -194110,17 +194174,17 @@ module.exports = new Schema({
|
|
194110
194174
|
|
194111
194175
|
|
194112
194176
|
|
194113
|
-
var Schema =
|
194177
|
+
var Schema = __nested_webpack_require_898618__(6105);
|
194114
194178
|
|
194115
194179
|
|
194116
194180
|
module.exports = Schema.DEFAULT = new Schema({
|
194117
194181
|
include: [
|
194118
|
-
|
194182
|
+
__nested_webpack_require_898618__(596)
|
194119
194183
|
],
|
194120
194184
|
explicit: [
|
194121
|
-
|
194122
|
-
|
194123
|
-
|
194185
|
+
__nested_webpack_require_898618__(5836),
|
194186
|
+
__nested_webpack_require_898618__(6841),
|
194187
|
+
__nested_webpack_require_898618__(8750)
|
194124
194188
|
]
|
194125
194189
|
});
|
194126
194190
|
|
@@ -194128,7 +194192,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194128
194192
|
/***/ }),
|
194129
194193
|
|
194130
194194
|
/***/ 596:
|
194131
|
-
/***/ ((module, __unused_webpack_exports,
|
194195
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_899312__) => {
|
194132
194196
|
|
194133
194197
|
"use strict";
|
194134
194198
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -194141,22 +194205,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
194141
194205
|
|
194142
194206
|
|
194143
194207
|
|
194144
|
-
var Schema =
|
194208
|
+
var Schema = __nested_webpack_require_899312__(6105);
|
194145
194209
|
|
194146
194210
|
|
194147
194211
|
module.exports = new Schema({
|
194148
194212
|
include: [
|
194149
|
-
|
194213
|
+
__nested_webpack_require_899312__(1112)
|
194150
194214
|
],
|
194151
194215
|
implicit: [
|
194152
|
-
|
194153
|
-
|
194216
|
+
__nested_webpack_require_899312__(7028),
|
194217
|
+
__nested_webpack_require_899312__(7841)
|
194154
194218
|
],
|
194155
194219
|
explicit: [
|
194156
|
-
|
194157
|
-
|
194158
|
-
|
194159
|
-
|
194220
|
+
__nested_webpack_require_899312__(8675),
|
194221
|
+
__nested_webpack_require_899312__(3498),
|
194222
|
+
__nested_webpack_require_899312__(679),
|
194223
|
+
__nested_webpack_require_899312__(7205)
|
194160
194224
|
]
|
194161
194225
|
});
|
194162
194226
|
|
@@ -194164,7 +194228,7 @@ module.exports = new Schema({
|
|
194164
194228
|
/***/ }),
|
194165
194229
|
|
194166
194230
|
/***/ 8441:
|
194167
|
-
/***/ ((module, __unused_webpack_exports,
|
194231
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900024__) => {
|
194168
194232
|
|
194169
194233
|
"use strict";
|
194170
194234
|
// Standard YAML's Failsafe schema.
|
@@ -194174,14 +194238,14 @@ module.exports = new Schema({
|
|
194174
194238
|
|
194175
194239
|
|
194176
194240
|
|
194177
|
-
var Schema =
|
194241
|
+
var Schema = __nested_webpack_require_900024__(6105);
|
194178
194242
|
|
194179
194243
|
|
194180
194244
|
module.exports = new Schema({
|
194181
194245
|
explicit: [
|
194182
|
-
|
194183
|
-
|
194184
|
-
|
194246
|
+
__nested_webpack_require_900024__(5348),
|
194247
|
+
__nested_webpack_require_900024__(7330),
|
194248
|
+
__nested_webpack_require_900024__(293)
|
194185
194249
|
]
|
194186
194250
|
});
|
194187
194251
|
|
@@ -194189,7 +194253,7 @@ module.exports = new Schema({
|
|
194189
194253
|
/***/ }),
|
194190
194254
|
|
194191
194255
|
/***/ 1486:
|
194192
|
-
/***/ ((module, __unused_webpack_exports,
|
194256
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_900410__) => {
|
194193
194257
|
|
194194
194258
|
"use strict";
|
194195
194259
|
// Standard YAML's JSON schema.
|
@@ -194203,18 +194267,18 @@ module.exports = new Schema({
|
|
194203
194267
|
|
194204
194268
|
|
194205
194269
|
|
194206
|
-
var Schema =
|
194270
|
+
var Schema = __nested_webpack_require_900410__(6105);
|
194207
194271
|
|
194208
194272
|
|
194209
194273
|
module.exports = new Schema({
|
194210
194274
|
include: [
|
194211
|
-
|
194275
|
+
__nested_webpack_require_900410__(8441)
|
194212
194276
|
],
|
194213
194277
|
implicit: [
|
194214
|
-
|
194215
|
-
|
194216
|
-
|
194217
|
-
|
194278
|
+
__nested_webpack_require_900410__(9074),
|
194279
|
+
__nested_webpack_require_900410__(4308),
|
194280
|
+
__nested_webpack_require_900410__(1167),
|
194281
|
+
__nested_webpack_require_900410__(7862)
|
194218
194282
|
]
|
194219
194283
|
});
|
194220
194284
|
|
@@ -194222,12 +194286,12 @@ module.exports = new Schema({
|
|
194222
194286
|
/***/ }),
|
194223
194287
|
|
194224
194288
|
/***/ 6876:
|
194225
|
-
/***/ ((module, __unused_webpack_exports,
|
194289
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_901108__) => {
|
194226
194290
|
|
194227
194291
|
"use strict";
|
194228
194292
|
|
194229
194293
|
|
194230
|
-
var YAMLException =
|
194294
|
+
var YAMLException = __nested_webpack_require_901108__(3237);
|
194231
194295
|
|
194232
194296
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
194233
194297
|
'kind',
|
@@ -194291,7 +194355,7 @@ module.exports = Type;
|
|
194291
194355
|
/***/ }),
|
194292
194356
|
|
194293
194357
|
/***/ 8675:
|
194294
|
-
/***/ ((module, __unused_webpack_exports,
|
194358
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_902792__) => {
|
194295
194359
|
|
194296
194360
|
"use strict";
|
194297
194361
|
|
@@ -194306,7 +194370,7 @@ try {
|
|
194306
194370
|
NodeBuffer = _require('buffer').Buffer;
|
194307
194371
|
} catch (__) {}
|
194308
194372
|
|
194309
|
-
var Type =
|
194373
|
+
var Type = __nested_webpack_require_902792__(6876);
|
194310
194374
|
|
194311
194375
|
|
194312
194376
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -194437,12 +194501,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
194437
194501
|
/***/ }),
|
194438
194502
|
|
194439
194503
|
/***/ 4308:
|
194440
|
-
/***/ ((module, __unused_webpack_exports,
|
194504
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_906184__) => {
|
194441
194505
|
|
194442
194506
|
"use strict";
|
194443
194507
|
|
194444
194508
|
|
194445
|
-
var Type =
|
194509
|
+
var Type = __nested_webpack_require_906184__(6876);
|
194446
194510
|
|
194447
194511
|
function resolveYamlBoolean(data) {
|
194448
194512
|
if (data === null) return false;
|
@@ -194480,13 +194544,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
194480
194544
|
/***/ }),
|
194481
194545
|
|
194482
194546
|
/***/ 7862:
|
194483
|
-
/***/ ((module, __unused_webpack_exports,
|
194547
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907257__) => {
|
194484
194548
|
|
194485
194549
|
"use strict";
|
194486
194550
|
|
194487
194551
|
|
194488
|
-
var common =
|
194489
|
-
var Type =
|
194552
|
+
var common = __nested_webpack_require_907257__(903);
|
194553
|
+
var Type = __nested_webpack_require_907257__(6876);
|
194490
194554
|
|
194491
194555
|
var YAML_FLOAT_PATTERN = new RegExp(
|
194492
194556
|
// 2.5e4, 2.5 and integers
|
@@ -194604,13 +194668,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
194604
194668
|
/***/ }),
|
194605
194669
|
|
194606
194670
|
/***/ 1167:
|
194607
|
-
/***/ ((module, __unused_webpack_exports,
|
194671
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910203__) => {
|
194608
194672
|
|
194609
194673
|
"use strict";
|
194610
194674
|
|
194611
194675
|
|
194612
|
-
var common =
|
194613
|
-
var Type =
|
194676
|
+
var common = __nested_webpack_require_910203__(903);
|
194677
|
+
var Type = __nested_webpack_require_910203__(6876);
|
194614
194678
|
|
194615
194679
|
function isHexCode(c) {
|
194616
194680
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -194785,7 +194849,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
194785
194849
|
/***/ }),
|
194786
194850
|
|
194787
194851
|
/***/ 8750:
|
194788
|
-
/***/ ((module, __unused_webpack_exports,
|
194852
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_914375__) => {
|
194789
194853
|
|
194790
194854
|
"use strict";
|
194791
194855
|
|
@@ -194808,7 +194872,7 @@ try {
|
|
194808
194872
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
194809
194873
|
}
|
194810
194874
|
|
194811
|
-
var Type =
|
194875
|
+
var Type = __nested_webpack_require_914375__(6876);
|
194812
194876
|
|
194813
194877
|
function resolveJavascriptFunction(data) {
|
194814
194878
|
if (data === null) return false;
|
@@ -194885,12 +194949,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
194885
194949
|
/***/ }),
|
194886
194950
|
|
194887
194951
|
/***/ 6841:
|
194888
|
-
/***/ ((module, __unused_webpack_exports,
|
194952
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_917272__) => {
|
194889
194953
|
|
194890
194954
|
"use strict";
|
194891
194955
|
|
194892
194956
|
|
194893
|
-
var Type =
|
194957
|
+
var Type = __nested_webpack_require_917272__(6876);
|
194894
194958
|
|
194895
194959
|
function resolveJavascriptRegExp(data) {
|
194896
194960
|
if (data === null) return false;
|
@@ -194953,12 +195017,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
194953
195017
|
/***/ }),
|
194954
195018
|
|
194955
195019
|
/***/ 5836:
|
194956
|
-
/***/ ((module, __unused_webpack_exports,
|
195020
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_918943__) => {
|
194957
195021
|
|
194958
195022
|
"use strict";
|
194959
195023
|
|
194960
195024
|
|
194961
|
-
var Type =
|
195025
|
+
var Type = __nested_webpack_require_918943__(6876);
|
194962
195026
|
|
194963
195027
|
function resolveJavascriptUndefined() {
|
194964
195028
|
return true;
|
@@ -194989,12 +195053,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
194989
195053
|
/***/ }),
|
194990
195054
|
|
194991
195055
|
/***/ 293:
|
194992
|
-
/***/ ((module, __unused_webpack_exports,
|
195056
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_919614__) => {
|
194993
195057
|
|
194994
195058
|
"use strict";
|
194995
195059
|
|
194996
195060
|
|
194997
|
-
var Type =
|
195061
|
+
var Type = __nested_webpack_require_919614__(6876);
|
194998
195062
|
|
194999
195063
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
195000
195064
|
kind: 'mapping',
|
@@ -195005,12 +195069,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
195005
195069
|
/***/ }),
|
195006
195070
|
|
195007
195071
|
/***/ 7841:
|
195008
|
-
/***/ ((module, __unused_webpack_exports,
|
195072
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_919906__) => {
|
195009
195073
|
|
195010
195074
|
"use strict";
|
195011
195075
|
|
195012
195076
|
|
195013
|
-
var Type =
|
195077
|
+
var Type = __nested_webpack_require_919906__(6876);
|
195014
195078
|
|
195015
195079
|
function resolveYamlMerge(data) {
|
195016
195080
|
return data === '<<' || data === null;
|
@@ -195025,12 +195089,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
195025
195089
|
/***/ }),
|
195026
195090
|
|
195027
195091
|
/***/ 9074:
|
195028
|
-
/***/ ((module, __unused_webpack_exports,
|
195092
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_920238__) => {
|
195029
195093
|
|
195030
195094
|
"use strict";
|
195031
195095
|
|
195032
195096
|
|
195033
|
-
var Type =
|
195097
|
+
var Type = __nested_webpack_require_920238__(6876);
|
195034
195098
|
|
195035
195099
|
function resolveYamlNull(data) {
|
195036
195100
|
if (data === null) return true;
|
@@ -195067,12 +195131,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
195067
195131
|
/***/ }),
|
195068
195132
|
|
195069
195133
|
/***/ 3498:
|
195070
|
-
/***/ ((module, __unused_webpack_exports,
|
195134
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_921101__) => {
|
195071
195135
|
|
195072
195136
|
"use strict";
|
195073
195137
|
|
195074
195138
|
|
195075
|
-
var Type =
|
195139
|
+
var Type = __nested_webpack_require_921101__(6876);
|
195076
195140
|
|
195077
195141
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195078
195142
|
var _toString = Object.prototype.toString;
|
@@ -195119,12 +195183,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
195119
195183
|
/***/ }),
|
195120
195184
|
|
195121
195185
|
/***/ 679:
|
195122
|
-
/***/ ((module, __unused_webpack_exports,
|
195186
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_922225__) => {
|
195123
195187
|
|
195124
195188
|
"use strict";
|
195125
195189
|
|
195126
195190
|
|
195127
|
-
var Type =
|
195191
|
+
var Type = __nested_webpack_require_922225__(6876);
|
195128
195192
|
|
195129
195193
|
var _toString = Object.prototype.toString;
|
195130
195194
|
|
@@ -195180,12 +195244,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
195180
195244
|
/***/ }),
|
195181
195245
|
|
195182
195246
|
/***/ 7330:
|
195183
|
-
/***/ ((module, __unused_webpack_exports,
|
195247
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_923411__) => {
|
195184
195248
|
|
195185
195249
|
"use strict";
|
195186
195250
|
|
195187
195251
|
|
195188
|
-
var Type =
|
195252
|
+
var Type = __nested_webpack_require_923411__(6876);
|
195189
195253
|
|
195190
195254
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
195191
195255
|
kind: 'sequence',
|
@@ -195196,12 +195260,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
195196
195260
|
/***/ }),
|
195197
195261
|
|
195198
195262
|
/***/ 7205:
|
195199
|
-
/***/ ((module, __unused_webpack_exports,
|
195263
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_923704__) => {
|
195200
195264
|
|
195201
195265
|
"use strict";
|
195202
195266
|
|
195203
195267
|
|
195204
|
-
var Type =
|
195268
|
+
var Type = __nested_webpack_require_923704__(6876);
|
195205
195269
|
|
195206
195270
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
195207
195271
|
|
@@ -195233,12 +195297,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
195233
195297
|
/***/ }),
|
195234
195298
|
|
195235
195299
|
/***/ 5348:
|
195236
|
-
/***/ ((module, __unused_webpack_exports,
|
195300
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_924353__) => {
|
195237
195301
|
|
195238
195302
|
"use strict";
|
195239
195303
|
|
195240
195304
|
|
195241
|
-
var Type =
|
195305
|
+
var Type = __nested_webpack_require_924353__(6876);
|
195242
195306
|
|
195243
195307
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
195244
195308
|
kind: 'scalar',
|
@@ -195249,12 +195313,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
195249
195313
|
/***/ }),
|
195250
195314
|
|
195251
195315
|
/***/ 7028:
|
195252
|
-
/***/ ((module, __unused_webpack_exports,
|
195316
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_924644__) => {
|
195253
195317
|
|
195254
195318
|
"use strict";
|
195255
195319
|
|
195256
195320
|
|
195257
|
-
var Type =
|
195321
|
+
var Type = __nested_webpack_require_924644__(6876);
|
195258
195322
|
|
195259
195323
|
var YAML_DATE_REGEXP = new RegExp(
|
195260
195324
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -195345,12 +195409,12 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
195345
195409
|
/***/ }),
|
195346
195410
|
|
195347
195411
|
/***/ 1868:
|
195348
|
-
/***/ ((__unused_webpack_module, exports,
|
195412
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_927317__) => {
|
195349
195413
|
|
195350
195414
|
"use strict";
|
195351
195415
|
|
195352
195416
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195353
|
-
const get_platform_env_1 =
|
195417
|
+
const get_platform_env_1 = __nested_webpack_require_927317__(4678);
|
195354
195418
|
function debug(message, ...additional) {
|
195355
195419
|
if (get_platform_env_1.getPlatformEnv('BUILDER_DEBUG')) {
|
195356
195420
|
console.log(message, ...additional);
|
@@ -195362,7 +195426,7 @@ exports.default = debug;
|
|
195362
195426
|
/***/ }),
|
195363
195427
|
|
195364
195428
|
/***/ 4246:
|
195365
|
-
/***/ (function(__unused_webpack_module, exports,
|
195429
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_927734__) {
|
195366
195430
|
|
195367
195431
|
"use strict";
|
195368
195432
|
|
@@ -195371,11 +195435,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
195371
195435
|
};
|
195372
195436
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
195373
195437
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
195374
|
-
const minimatch_1 = __importDefault(
|
195375
|
-
const semver_1 =
|
195376
|
-
const path_1 =
|
195377
|
-
const frameworks_1 = __importDefault(
|
195378
|
-
const _1 =
|
195438
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_927734__(9566));
|
195439
|
+
const semver_1 = __nested_webpack_require_927734__(2879);
|
195440
|
+
const path_1 = __nested_webpack_require_927734__(5622);
|
195441
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_927734__(8438));
|
195442
|
+
const _1 = __nested_webpack_require_927734__(2855);
|
195379
195443
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
195380
195444
|
// We need to sort the file paths by alphabet to make
|
195381
195445
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -196204,7 +196268,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
196204
196268
|
/***/ }),
|
196205
196269
|
|
196206
196270
|
/***/ 1182:
|
196207
|
-
/***/ (function(__unused_webpack_module, exports,
|
196271
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_959699__) {
|
196208
196272
|
|
196209
196273
|
"use strict";
|
196210
196274
|
|
@@ -196213,8 +196277,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196213
196277
|
};
|
196214
196278
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196215
196279
|
exports.detectFileSystemAPI = void 0;
|
196216
|
-
const semver_1 = __importDefault(
|
196217
|
-
const _1 =
|
196280
|
+
const semver_1 = __importDefault(__nested_webpack_require_959699__(2879));
|
196281
|
+
const _1 = __nested_webpack_require_959699__(2855);
|
196218
196282
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
196219
196283
|
/**
|
196220
196284
|
* If the Deployment can be built with the new File System API,
|
@@ -196640,7 +196704,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
196640
196704
|
/***/ }),
|
196641
196705
|
|
196642
196706
|
/***/ 2397:
|
196643
|
-
/***/ (function(__unused_webpack_module, exports,
|
196707
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_975360__) {
|
196644
196708
|
|
196645
196709
|
"use strict";
|
196646
196710
|
|
@@ -196648,8 +196712,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196648
196712
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196649
196713
|
};
|
196650
196714
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196651
|
-
const assert_1 = __importDefault(
|
196652
|
-
const into_stream_1 = __importDefault(
|
196715
|
+
const assert_1 = __importDefault(__nested_webpack_require_975360__(2357));
|
196716
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_975360__(6130));
|
196653
196717
|
class FileBlob {
|
196654
196718
|
constructor({ mode = 0o100644, contentType, data }) {
|
196655
196719
|
assert_1.default(typeof mode === 'number');
|
@@ -196684,7 +196748,7 @@ exports.default = FileBlob;
|
|
196684
196748
|
/***/ }),
|
196685
196749
|
|
196686
196750
|
/***/ 9331:
|
196687
|
-
/***/ (function(__unused_webpack_module, exports,
|
196751
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_976878__) {
|
196688
196752
|
|
196689
196753
|
"use strict";
|
196690
196754
|
|
@@ -196692,11 +196756,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196692
196756
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196693
196757
|
};
|
196694
196758
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196695
|
-
const assert_1 = __importDefault(
|
196696
|
-
const fs_extra_1 = __importDefault(
|
196697
|
-
const multistream_1 = __importDefault(
|
196698
|
-
const path_1 = __importDefault(
|
196699
|
-
const async_sema_1 = __importDefault(
|
196759
|
+
const assert_1 = __importDefault(__nested_webpack_require_976878__(2357));
|
196760
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_976878__(5392));
|
196761
|
+
const multistream_1 = __importDefault(__nested_webpack_require_976878__(8179));
|
196762
|
+
const path_1 = __importDefault(__nested_webpack_require_976878__(5622));
|
196763
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_976878__(5758));
|
196700
196764
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
196701
196765
|
class FileFsRef {
|
196702
196766
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -196762,7 +196826,7 @@ exports.default = FileFsRef;
|
|
196762
196826
|
/***/ }),
|
196763
196827
|
|
196764
196828
|
/***/ 5187:
|
196765
|
-
/***/ (function(__unused_webpack_module, exports,
|
196829
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979682__) {
|
196766
196830
|
|
196767
196831
|
"use strict";
|
196768
196832
|
|
@@ -196770,11 +196834,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196770
196834
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196771
196835
|
};
|
196772
196836
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196773
|
-
const assert_1 = __importDefault(
|
196774
|
-
const node_fetch_1 = __importDefault(
|
196775
|
-
const multistream_1 = __importDefault(
|
196776
|
-
const async_retry_1 = __importDefault(
|
196777
|
-
const async_sema_1 = __importDefault(
|
196837
|
+
const assert_1 = __importDefault(__nested_webpack_require_979682__(2357));
|
196838
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_979682__(2197));
|
196839
|
+
const multistream_1 = __importDefault(__nested_webpack_require_979682__(8179));
|
196840
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_979682__(3691));
|
196841
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_979682__(5758));
|
196778
196842
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
196779
196843
|
class BailableError extends Error {
|
196780
196844
|
constructor(...args) {
|
@@ -196855,7 +196919,7 @@ exports.default = FileRef;
|
|
196855
196919
|
/***/ }),
|
196856
196920
|
|
196857
196921
|
/***/ 1611:
|
196858
|
-
/***/ (function(__unused_webpack_module, exports,
|
196922
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983083__) {
|
196859
196923
|
|
196860
196924
|
"use strict";
|
196861
196925
|
|
@@ -196864,11 +196928,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196864
196928
|
};
|
196865
196929
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196866
196930
|
exports.isSymbolicLink = void 0;
|
196867
|
-
const path_1 = __importDefault(
|
196868
|
-
const debug_1 = __importDefault(
|
196869
|
-
const file_fs_ref_1 = __importDefault(
|
196870
|
-
const fs_extra_1 =
|
196871
|
-
const stream_to_buffer_1 = __importDefault(
|
196931
|
+
const path_1 = __importDefault(__nested_webpack_require_983083__(5622));
|
196932
|
+
const debug_1 = __importDefault(__nested_webpack_require_983083__(1868));
|
196933
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_983083__(9331));
|
196934
|
+
const fs_extra_1 = __nested_webpack_require_983083__(5392);
|
196935
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_983083__(2560));
|
196872
196936
|
const S_IFMT = 61440; /* 0170000 type of file */
|
196873
196937
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
196874
196938
|
function isSymbolicLink(mode) {
|
@@ -196941,14 +197005,14 @@ exports.default = download;
|
|
196941
197005
|
/***/ }),
|
196942
197006
|
|
196943
197007
|
/***/ 3838:
|
196944
|
-
/***/ ((__unused_webpack_module, exports,
|
197008
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_986532__) => {
|
196945
197009
|
|
196946
197010
|
"use strict";
|
196947
197011
|
|
196948
197012
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196949
|
-
const path_1 =
|
196950
|
-
const os_1 =
|
196951
|
-
const fs_extra_1 =
|
197013
|
+
const path_1 = __nested_webpack_require_986532__(5622);
|
197014
|
+
const os_1 = __nested_webpack_require_986532__(2087);
|
197015
|
+
const fs_extra_1 = __nested_webpack_require_986532__(5392);
|
196952
197016
|
async function getWritableDirectory() {
|
196953
197017
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
196954
197018
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -196961,7 +197025,7 @@ exports.default = getWritableDirectory;
|
|
196961
197025
|
/***/ }),
|
196962
197026
|
|
196963
197027
|
/***/ 4240:
|
196964
|
-
/***/ (function(__unused_webpack_module, exports,
|
197028
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_987112__) {
|
196965
197029
|
|
196966
197030
|
"use strict";
|
196967
197031
|
|
@@ -196969,13 +197033,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
196969
197033
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
196970
197034
|
};
|
196971
197035
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
196972
|
-
const path_1 = __importDefault(
|
196973
|
-
const assert_1 = __importDefault(
|
196974
|
-
const glob_1 = __importDefault(
|
196975
|
-
const util_1 =
|
196976
|
-
const fs_extra_1 =
|
196977
|
-
const normalize_path_1 =
|
196978
|
-
const file_fs_ref_1 = __importDefault(
|
197036
|
+
const path_1 = __importDefault(__nested_webpack_require_987112__(5622));
|
197037
|
+
const assert_1 = __importDefault(__nested_webpack_require_987112__(2357));
|
197038
|
+
const glob_1 = __importDefault(__nested_webpack_require_987112__(1104));
|
197039
|
+
const util_1 = __nested_webpack_require_987112__(1669);
|
197040
|
+
const fs_extra_1 = __nested_webpack_require_987112__(5392);
|
197041
|
+
const normalize_path_1 = __nested_webpack_require_987112__(6261);
|
197042
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_987112__(9331));
|
196979
197043
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
196980
197044
|
async function glob(pattern, opts, mountpoint) {
|
196981
197045
|
let options;
|
@@ -197021,7 +197085,7 @@ exports.default = glob;
|
|
197021
197085
|
/***/ }),
|
197022
197086
|
|
197023
197087
|
/***/ 7903:
|
197024
|
-
/***/ (function(__unused_webpack_module, exports,
|
197088
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_989308__) {
|
197025
197089
|
|
197026
197090
|
"use strict";
|
197027
197091
|
|
@@ -197030,10 +197094,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197030
197094
|
};
|
197031
197095
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197032
197096
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
197033
|
-
const semver_1 =
|
197034
|
-
const errors_1 =
|
197035
|
-
const debug_1 = __importDefault(
|
197097
|
+
const semver_1 = __nested_webpack_require_989308__(2879);
|
197098
|
+
const errors_1 = __nested_webpack_require_989308__(3983);
|
197099
|
+
const debug_1 = __importDefault(__nested_webpack_require_989308__(1868));
|
197036
197100
|
const allOptions = [
|
197101
|
+
{ major: 16, range: '16.x', runtime: 'nodejs16.x' },
|
197037
197102
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
197038
197103
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
197039
197104
|
{
|
@@ -197126,7 +197191,7 @@ exports.normalizePath = normalizePath;
|
|
197126
197191
|
/***/ }),
|
197127
197192
|
|
197128
197193
|
/***/ 7792:
|
197129
|
-
/***/ (function(__unused_webpack_module, exports,
|
197194
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_993233__) {
|
197130
197195
|
|
197131
197196
|
"use strict";
|
197132
197197
|
|
@@ -197135,9 +197200,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197135
197200
|
};
|
197136
197201
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197137
197202
|
exports.readConfigFile = void 0;
|
197138
|
-
const js_yaml_1 = __importDefault(
|
197139
|
-
const toml_1 = __importDefault(
|
197140
|
-
const fs_extra_1 =
|
197203
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_993233__(6540));
|
197204
|
+
const toml_1 = __importDefault(__nested_webpack_require_993233__(9434));
|
197205
|
+
const fs_extra_1 = __nested_webpack_require_993233__(5392);
|
197141
197206
|
async function readFileOrNull(file) {
|
197142
197207
|
try {
|
197143
197208
|
const data = await fs_extra_1.readFile(file);
|
@@ -197192,7 +197257,7 @@ exports.default = rename;
|
|
197192
197257
|
/***/ }),
|
197193
197258
|
|
197194
197259
|
/***/ 1442:
|
197195
|
-
/***/ (function(__unused_webpack_module, exports,
|
197260
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_995026__) {
|
197196
197261
|
|
197197
197262
|
"use strict";
|
197198
197263
|
|
@@ -197201,16 +197266,16 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197201
197266
|
};
|
197202
197267
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197203
197268
|
exports.installDependencies = exports.getScriptName = exports.runPipInstall = exports.runBundleInstall = exports.runPackageJsonScript = exports.runCustomInstallCommand = exports.getEnvForPackageManager = exports.runNpmInstall = exports.walkParentDirs = exports.scanParentDirs = exports.getNodeVersion = exports.getSpawnOptions = exports.runShellScript = exports.getNodeBinPath = exports.execCommand = exports.spawnCommand = exports.execAsync = exports.spawnAsync = void 0;
|
197204
|
-
const assert_1 = __importDefault(
|
197205
|
-
const fs_extra_1 = __importDefault(
|
197206
|
-
const path_1 = __importDefault(
|
197207
|
-
const async_sema_1 = __importDefault(
|
197208
|
-
const cross_spawn_1 = __importDefault(
|
197209
|
-
const util_1 =
|
197210
|
-
const debug_1 = __importDefault(
|
197211
|
-
const errors_1 =
|
197212
|
-
const node_version_1 =
|
197213
|
-
const read_config_file_1 =
|
197269
|
+
const assert_1 = __importDefault(__nested_webpack_require_995026__(2357));
|
197270
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_995026__(5392));
|
197271
|
+
const path_1 = __importDefault(__nested_webpack_require_995026__(5622));
|
197272
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_995026__(5758));
|
197273
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_995026__(7618));
|
197274
|
+
const util_1 = __nested_webpack_require_995026__(1669);
|
197275
|
+
const debug_1 = __importDefault(__nested_webpack_require_995026__(1868));
|
197276
|
+
const errors_1 = __nested_webpack_require_995026__(3983);
|
197277
|
+
const node_version_1 = __nested_webpack_require_995026__(7903);
|
197278
|
+
const read_config_file_1 = __nested_webpack_require_995026__(7792);
|
197214
197279
|
// Only allow one `runNpmInstall()` invocation to run concurrently
|
197215
197280
|
const runNpmInstallSema = new async_sema_1.default(1);
|
197216
197281
|
function spawnAsync(command, args, opts = {}) {
|
@@ -197333,10 +197398,6 @@ async function getNodeVersion(destPath, _nodeVersion, config = {}, meta = {}) {
|
|
197333
197398
|
const latest = node_version_1.getLatestNodeVersion();
|
197334
197399
|
return { ...latest, runtime: 'nodejs' };
|
197335
197400
|
}
|
197336
|
-
if (process.env.ENABLE_EXPERIMENTAL_NODE16 === '1') {
|
197337
|
-
console.warn('Warning: Using experimental Node.js 16.x due to ENABLE_EXPERIMENTAL_NODE16=1');
|
197338
|
-
return { major: 16, range: '16.x', runtime: 'nodejs16.x' };
|
197339
|
-
}
|
197340
197401
|
const { packageJson } = await scanParentDirs(destPath, true);
|
197341
197402
|
let { nodeVersion } = config;
|
197342
197403
|
let isAuto = true;
|
@@ -197621,7 +197682,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
197621
197682
|
/***/ }),
|
197622
197683
|
|
197623
197684
|
/***/ 2560:
|
197624
|
-
/***/ (function(__unused_webpack_module, exports,
|
197685
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1012842__) {
|
197625
197686
|
|
197626
197687
|
"use strict";
|
197627
197688
|
|
@@ -197629,7 +197690,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197629
197690
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197630
197691
|
};
|
197631
197692
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197632
|
-
const end_of_stream_1 = __importDefault(
|
197693
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1012842__(687));
|
197633
197694
|
function streamToBuffer(stream) {
|
197634
197695
|
return new Promise((resolve, reject) => {
|
197635
197696
|
const buffers = [];
|
@@ -197658,7 +197719,7 @@ exports.default = streamToBuffer;
|
|
197658
197719
|
/***/ }),
|
197659
197720
|
|
197660
197721
|
/***/ 1148:
|
197661
|
-
/***/ (function(__unused_webpack_module, exports,
|
197722
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1013910__) {
|
197662
197723
|
|
197663
197724
|
"use strict";
|
197664
197725
|
|
@@ -197666,9 +197727,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197666
197727
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
197667
197728
|
};
|
197668
197729
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197669
|
-
const path_1 = __importDefault(
|
197670
|
-
const fs_extra_1 = __importDefault(
|
197671
|
-
const ignore_1 = __importDefault(
|
197730
|
+
const path_1 = __importDefault(__nested_webpack_require_1013910__(5622));
|
197731
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1013910__(5392));
|
197732
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1013910__(3556));
|
197672
197733
|
function isCodedError(error) {
|
197673
197734
|
return (error !== null &&
|
197674
197735
|
error !== undefined &&
|
@@ -197725,13 +197786,13 @@ exports.default = default_1;
|
|
197725
197786
|
/***/ }),
|
197726
197787
|
|
197727
197788
|
/***/ 4678:
|
197728
|
-
/***/ ((__unused_webpack_module, exports,
|
197789
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1016284__) => {
|
197729
197790
|
|
197730
197791
|
"use strict";
|
197731
197792
|
|
197732
197793
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197733
197794
|
exports.getPlatformEnv = void 0;
|
197734
|
-
const errors_1 =
|
197795
|
+
const errors_1 = __nested_webpack_require_1016284__(3983);
|
197735
197796
|
/**
|
197736
197797
|
* Helper function to support both `VERCEL_` and legacy `NOW_` env vars.
|
197737
197798
|
* Throws an error if *both* env vars are defined.
|
@@ -197759,7 +197820,7 @@ exports.getPlatformEnv = getPlatformEnv;
|
|
197759
197820
|
/***/ }),
|
197760
197821
|
|
197761
197822
|
/***/ 2855:
|
197762
|
-
/***/ (function(__unused_webpack_module, exports,
|
197823
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1017321__) {
|
197763
197824
|
|
197764
197825
|
"use strict";
|
197765
197826
|
|
@@ -197790,30 +197851,30 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197790
197851
|
};
|
197791
197852
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197792
197853
|
exports.workspaceManagers = exports.isStaticRuntime = exports.isOfficialRuntime = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.EdgeFunction = exports.getIgnoreFilter = exports.scanParentDirs = exports.getLambdaOptionsFromFunction = exports.isSymbolicLink = exports.debug = exports.streamToBuffer = exports.getPlatformEnv = exports.getSpawnOptions = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = exports.getNodeVersion = exports.getEnvForPackageManager = exports.runCustomInstallCommand = 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.NodejsLambda = exports.Lambda = exports.FileRef = exports.FileFsRef = exports.FileBlob = void 0;
|
197793
|
-
const file_blob_1 = __importDefault(
|
197854
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1017321__(2397));
|
197794
197855
|
exports.FileBlob = file_blob_1.default;
|
197795
|
-
const file_fs_ref_1 = __importDefault(
|
197856
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1017321__(9331));
|
197796
197857
|
exports.FileFsRef = file_fs_ref_1.default;
|
197797
|
-
const file_ref_1 = __importDefault(
|
197858
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1017321__(5187));
|
197798
197859
|
exports.FileRef = file_ref_1.default;
|
197799
|
-
const lambda_1 =
|
197860
|
+
const lambda_1 = __nested_webpack_require_1017321__(6721);
|
197800
197861
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
197801
197862
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
197802
197863
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
197803
|
-
const nodejs_lambda_1 =
|
197864
|
+
const nodejs_lambda_1 = __nested_webpack_require_1017321__(7049);
|
197804
197865
|
Object.defineProperty(exports, "NodejsLambda", ({ enumerable: true, get: function () { return nodejs_lambda_1.NodejsLambda; } }));
|
197805
|
-
const prerender_1 =
|
197866
|
+
const prerender_1 = __nested_webpack_require_1017321__(2850);
|
197806
197867
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
197807
|
-
const download_1 = __importStar(
|
197868
|
+
const download_1 = __importStar(__nested_webpack_require_1017321__(1611));
|
197808
197869
|
exports.download = download_1.default;
|
197809
197870
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
197810
|
-
const get_writable_directory_1 = __importDefault(
|
197871
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1017321__(3838));
|
197811
197872
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
197812
|
-
const glob_1 = __importDefault(
|
197873
|
+
const glob_1 = __importDefault(__nested_webpack_require_1017321__(4240));
|
197813
197874
|
exports.glob = glob_1.default;
|
197814
|
-
const rename_1 = __importDefault(
|
197875
|
+
const rename_1 = __importDefault(__nested_webpack_require_1017321__(6718));
|
197815
197876
|
exports.rename = rename_1.default;
|
197816
|
-
const run_user_scripts_1 =
|
197877
|
+
const run_user_scripts_1 = __nested_webpack_require_1017321__(1442);
|
197817
197878
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
197818
197879
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
197819
197880
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -197832,38 +197893,38 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
197832
197893
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
197833
197894
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
197834
197895
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
197835
|
-
const node_version_1 =
|
197896
|
+
const node_version_1 = __nested_webpack_require_1017321__(7903);
|
197836
197897
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
197837
197898
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
197838
|
-
const stream_to_buffer_1 = __importDefault(
|
197899
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1017321__(2560));
|
197839
197900
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
197840
|
-
const debug_1 = __importDefault(
|
197901
|
+
const debug_1 = __importDefault(__nested_webpack_require_1017321__(1868));
|
197841
197902
|
exports.debug = debug_1.default;
|
197842
|
-
const get_ignore_filter_1 = __importDefault(
|
197903
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1017321__(1148));
|
197843
197904
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
197844
|
-
const get_platform_env_1 =
|
197905
|
+
const get_platform_env_1 = __nested_webpack_require_1017321__(4678);
|
197845
197906
|
Object.defineProperty(exports, "getPlatformEnv", ({ enumerable: true, get: function () { return get_platform_env_1.getPlatformEnv; } }));
|
197846
|
-
var edge_function_1 =
|
197907
|
+
var edge_function_1 = __nested_webpack_require_1017321__(8038);
|
197847
197908
|
Object.defineProperty(exports, "EdgeFunction", ({ enumerable: true, get: function () { return edge_function_1.EdgeFunction; } }));
|
197848
|
-
var detect_builders_1 =
|
197909
|
+
var detect_builders_1 = __nested_webpack_require_1017321__(4246);
|
197849
197910
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
197850
197911
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
197851
197912
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
197852
197913
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
197853
|
-
var detect_file_system_api_1 =
|
197914
|
+
var detect_file_system_api_1 = __nested_webpack_require_1017321__(1182);
|
197854
197915
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
197855
|
-
var detect_framework_1 =
|
197916
|
+
var detect_framework_1 = __nested_webpack_require_1017321__(5224);
|
197856
197917
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
197857
|
-
var filesystem_1 =
|
197918
|
+
var filesystem_1 = __nested_webpack_require_1017321__(461);
|
197858
197919
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
197859
|
-
var read_config_file_1 =
|
197920
|
+
var read_config_file_1 = __nested_webpack_require_1017321__(7792);
|
197860
197921
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
197861
|
-
var normalize_path_1 =
|
197922
|
+
var normalize_path_1 = __nested_webpack_require_1017321__(6261);
|
197862
197923
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
197863
|
-
__exportStar(
|
197864
|
-
__exportStar(
|
197865
|
-
__exportStar(
|
197866
|
-
__exportStar(
|
197924
|
+
__exportStar(__nested_webpack_require_1017321__(2564), exports);
|
197925
|
+
__exportStar(__nested_webpack_require_1017321__(2416), exports);
|
197926
|
+
__exportStar(__nested_webpack_require_1017321__(5748), exports);
|
197927
|
+
__exportStar(__nested_webpack_require_1017321__(3983), exports);
|
197867
197928
|
/**
|
197868
197929
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
197869
197930
|
*/
|
@@ -197881,14 +197942,14 @@ const isStaticRuntime = (name) => {
|
|
197881
197942
|
return exports.isOfficialRuntime('static', name);
|
197882
197943
|
};
|
197883
197944
|
exports.isStaticRuntime = isStaticRuntime;
|
197884
|
-
var workspace_managers_1 =
|
197945
|
+
var workspace_managers_1 = __nested_webpack_require_1017321__(4896);
|
197885
197946
|
Object.defineProperty(exports, "workspaceManagers", ({ enumerable: true, get: function () { return workspace_managers_1.workspaceManagers; } }));
|
197886
197947
|
|
197887
197948
|
|
197888
197949
|
/***/ }),
|
197889
197950
|
|
197890
197951
|
/***/ 6721:
|
197891
|
-
/***/ (function(__unused_webpack_module, exports,
|
197952
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1027835__) {
|
197892
197953
|
|
197893
197954
|
"use strict";
|
197894
197955
|
|
@@ -197897,13 +197958,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
197897
197958
|
};
|
197898
197959
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
197899
197960
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = void 0;
|
197900
|
-
const assert_1 = __importDefault(
|
197901
|
-
const async_sema_1 = __importDefault(
|
197902
|
-
const yazl_1 =
|
197903
|
-
const minimatch_1 = __importDefault(
|
197904
|
-
const fs_extra_1 =
|
197905
|
-
const download_1 =
|
197906
|
-
const stream_to_buffer_1 = __importDefault(
|
197961
|
+
const assert_1 = __importDefault(__nested_webpack_require_1027835__(2357));
|
197962
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1027835__(5758));
|
197963
|
+
const yazl_1 = __nested_webpack_require_1027835__(1223);
|
197964
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1027835__(9566));
|
197965
|
+
const fs_extra_1 = __nested_webpack_require_1027835__(5392);
|
197966
|
+
const download_1 = __nested_webpack_require_1027835__(1611);
|
197967
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1027835__(2560));
|
197907
197968
|
class Lambda {
|
197908
197969
|
constructor(opts) {
|
197909
197970
|
const { handler, runtime, maxDuration, memory, environment = {}, allowQuery, regions, supportsMultiPayloads, } = opts;
|
@@ -198025,13 +198086,13 @@ exports.getLambdaOptionsFromFunction = getLambdaOptionsFromFunction;
|
|
198025
198086
|
/***/ }),
|
198026
198087
|
|
198027
198088
|
/***/ 7049:
|
198028
|
-
/***/ ((__unused_webpack_module, exports,
|
198089
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1033339__) => {
|
198029
198090
|
|
198030
198091
|
"use strict";
|
198031
198092
|
|
198032
198093
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198033
198094
|
exports.NodejsLambda = void 0;
|
198034
|
-
const lambda_1 =
|
198095
|
+
const lambda_1 = __nested_webpack_require_1033339__(6721);
|
198035
198096
|
class NodejsLambda extends lambda_1.Lambda {
|
198036
198097
|
constructor({ shouldAddHelpers, shouldAddSourcemapSupport, awsLambdaHandler, ...opts }) {
|
198037
198098
|
super(opts);
|
@@ -198168,13 +198229,13 @@ exports.buildsSchema = {
|
|
198168
198229
|
/***/ }),
|
198169
198230
|
|
198170
198231
|
/***/ 2564:
|
198171
|
-
/***/ ((__unused_webpack_module, exports,
|
198232
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1037684__) => {
|
198172
198233
|
|
198173
198234
|
"use strict";
|
198174
198235
|
|
198175
198236
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
198176
198237
|
exports.shouldServe = void 0;
|
198177
|
-
const path_1 =
|
198238
|
+
const path_1 = __nested_webpack_require_1037684__(5622);
|
198178
198239
|
const shouldServe = ({ entrypoint, files, requestPath, }) => {
|
198179
198240
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
198180
198241
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -198538,7 +198599,7 @@ module.exports = __webpack_require__(78761);
|
|
198538
198599
|
/******/ var __webpack_module_cache__ = {};
|
198539
198600
|
/******/
|
198540
198601
|
/******/ // The require function
|
198541
|
-
/******/ function
|
198602
|
+
/******/ function __nested_webpack_require_1140903__(moduleId) {
|
198542
198603
|
/******/ // Check if module is in cache
|
198543
198604
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
198544
198605
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -198553,7 +198614,7 @@ module.exports = __webpack_require__(78761);
|
|
198553
198614
|
/******/ // Execute the module function
|
198554
198615
|
/******/ var threw = true;
|
198555
198616
|
/******/ try {
|
198556
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
198617
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1140903__);
|
198557
198618
|
/******/ threw = false;
|
198558
198619
|
/******/ } finally {
|
198559
198620
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -198566,11 +198627,11 @@ module.exports = __webpack_require__(78761);
|
|
198566
198627
|
/************************************************************************/
|
198567
198628
|
/******/ /* webpack/runtime/compat */
|
198568
198629
|
/******/
|
198569
|
-
/******/
|
198630
|
+
/******/ __nested_webpack_require_1140903__.ab = __dirname + "/";/************************************************************************/
|
198570
198631
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
198571
198632
|
/******/ // startup
|
198572
198633
|
/******/ // Load entry module and return exports
|
198573
|
-
/******/ return
|
198634
|
+
/******/ return __nested_webpack_require_1140903__(2855);
|
198574
198635
|
/******/ })()
|
198575
198636
|
;
|
198576
198637
|
|
@@ -217303,6 +217364,70 @@ exports.frameworks = [
|
|
217303
217364
|
},
|
217304
217365
|
],
|
217305
217366
|
},
|
217367
|
+
{
|
217368
|
+
name: 'Astro',
|
217369
|
+
slug: 'astro',
|
217370
|
+
demo: 'https://astro-template.vercel.app',
|
217371
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro.svg',
|
217372
|
+
darkModeLogo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/astro-dark.svg',
|
217373
|
+
tagline: 'Astro is a new kind of static site builder for the modern web. Powerful developer experience meets lightweight output.',
|
217374
|
+
description: 'An Astro site, using the basics starter kit.',
|
217375
|
+
website: 'https://astro.build',
|
217376
|
+
envPrefix: 'PUBLIC_',
|
217377
|
+
detectors: {
|
217378
|
+
every: [
|
217379
|
+
{
|
217380
|
+
path: 'package.json',
|
217381
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"astro":\\s*".+?"[^}]*}',
|
217382
|
+
},
|
217383
|
+
],
|
217384
|
+
},
|
217385
|
+
settings: {
|
217386
|
+
installCommand: {
|
217387
|
+
placeholder: '`yarn install` or `npm install`',
|
217388
|
+
},
|
217389
|
+
buildCommand: {
|
217390
|
+
value: 'astro build',
|
217391
|
+
placeholder: '`npm run build` or `astro build`',
|
217392
|
+
},
|
217393
|
+
devCommand: {
|
217394
|
+
value: 'astro dev --port $PORT',
|
217395
|
+
placeholder: 'astro dev',
|
217396
|
+
},
|
217397
|
+
outputDirectory: {
|
217398
|
+
value: 'dist',
|
217399
|
+
},
|
217400
|
+
},
|
217401
|
+
dependency: 'astro',
|
217402
|
+
getFsOutputDir: async () => 'dist',
|
217403
|
+
getOutputDirName: async () => 'dist',
|
217404
|
+
defaultRoutes: [
|
217405
|
+
{
|
217406
|
+
src: '^/dist/(.*)$',
|
217407
|
+
headers: { 'cache-control': 'public, max-age=31536000, immutable' },
|
217408
|
+
continue: true,
|
217409
|
+
},
|
217410
|
+
{
|
217411
|
+
handle: 'filesystem',
|
217412
|
+
},
|
217413
|
+
{
|
217414
|
+
src: '/(.*)',
|
217415
|
+
dest: '/index.html',
|
217416
|
+
},
|
217417
|
+
],
|
217418
|
+
defaultHeaders: [
|
217419
|
+
{
|
217420
|
+
source: '^/dist/(.*)$',
|
217421
|
+
regex: '^/dist/(.*)$',
|
217422
|
+
headers: [
|
217423
|
+
{
|
217424
|
+
key: 'cache-control',
|
217425
|
+
value: 'public, max-age=31536000, immutable',
|
217426
|
+
},
|
217427
|
+
],
|
217428
|
+
},
|
217429
|
+
],
|
217430
|
+
},
|
217306
217431
|
{
|
217307
217432
|
name: 'Hexo',
|
217308
217433
|
slug: 'hexo',
|
@@ -245145,7 +245270,7 @@ module.exports = JSON.parse("{\"application/1d-interleaved-parityfec\":{\"source
|
|
245145
245270
|
/***/ ((module) => {
|
245146
245271
|
|
245147
245272
|
"use strict";
|
245148
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.1
|
245273
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"24.2.1\",\"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.17.0\",\"@vercel/go\":\"1.4.1\",\"@vercel/node\":\"1.15.1\",\"@vercel/python\":\"2.3.1\",\"@vercel/ruby\":\"1.3.4\",\"update-notifier\":\"4.1.0\"},\"devDependencies\":{\"@alex_neo/jest-expect-message\":\"1.0.5\",\"@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.4.1\",\"@types/jest-expect-message\":\"1.0.3\",\"@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/client\":\"11.0.1\",\"@vercel/frameworks\":\"0.9.0\",\"@vercel/ncc\":\"0.24.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.4.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-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}},\"setupFilesAfterEnv\":[\"@alex_neo/jest-expect-message\"],\"verbose\":false,\"testEnvironment\":\"node\",\"testMatch\":[\"<rootDir>/test/**/*.test.ts\"]},\"gitHead\":\"15c7ad241a44d037ceed0101b89e3a73f09fab2b\"}");
|
245149
245274
|
|
245150
245275
|
/***/ }),
|
245151
245276
|
|
@@ -245161,7 +245286,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
245161
245286
|
/***/ ((module) => {
|
245162
245287
|
|
245163
245288
|
"use strict";
|
245164
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.1
|
245289
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"11.0.1\",\"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.4.1\",\"@types/minimatch\":\"3.0.5\",\"@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.17.0\",\"@zeit/fetch\":\"5.2.0\",\"async-retry\":\"1.2.3\",\"async-sema\":\"3.0.0\",\"fs-extra\":\"8.0.1\",\"ignore\":\"4.0.6\",\"minimatch\":\"5.0.1\",\"ms\":\"2.1.2\",\"node-fetch\":\"2.6.1\",\"querystring\":\"^0.2.0\",\"sleep-promise\":\"8.0.1\"},\"gitHead\":\"15c7ad241a44d037ceed0101b89e3a73f09fab2b\"}");
|
245165
245290
|
|
245166
245291
|
/***/ }),
|
245167
245292
|
|