vercel 23.1.3-canary.69 → 23.1.3-canary.72
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 +328 -312
- package/package.json +7 -7
package/dist/index.js
CHANGED
@@ -211757,6 +211757,44 @@ exports.frameworks = [
|
|
211757
211757
|
},
|
211758
211758
|
],
|
211759
211759
|
},
|
211760
|
+
{
|
211761
|
+
name: 'SolidStart',
|
211762
|
+
slug: 'solidstart',
|
211763
|
+
demo: 'https://solidstart.examples.vercel.com',
|
211764
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/solid.svg',
|
211765
|
+
tagline: 'Simple and performant reactivity for building user interfaces.',
|
211766
|
+
description: 'A Solid app, created with SolidStart.',
|
211767
|
+
website: 'https://solidjs.com',
|
211768
|
+
envPrefix: 'VITE_',
|
211769
|
+
detectors: {
|
211770
|
+
every: [
|
211771
|
+
{
|
211772
|
+
path: 'package.json',
|
211773
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-js":\\s*".+?"[^}]*}',
|
211774
|
+
},
|
211775
|
+
{
|
211776
|
+
path: 'package.json',
|
211777
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-start":\\s*".+?"[^}]*}',
|
211778
|
+
},
|
211779
|
+
],
|
211780
|
+
},
|
211781
|
+
settings: {
|
211782
|
+
installCommand: {
|
211783
|
+
placeholder: '`yarn install` or `npm install`',
|
211784
|
+
},
|
211785
|
+
buildCommand: {
|
211786
|
+
placeholder: '`npm run build` or `solid-start build`',
|
211787
|
+
value: 'solid-start build',
|
211788
|
+
},
|
211789
|
+
devCommand: {
|
211790
|
+
value: 'solid-start dev',
|
211791
|
+
},
|
211792
|
+
outputDirectory: {
|
211793
|
+
value: '.output',
|
211794
|
+
},
|
211795
|
+
},
|
211796
|
+
getOutputDirName: async () => '.output',
|
211797
|
+
},
|
211760
211798
|
{
|
211761
211799
|
name: 'Dojo',
|
211762
211800
|
slug: 'dojo',
|
@@ -212227,6 +212265,7 @@ exports.frameworks = [
|
|
212227
212265
|
tagline: 'SvelteKit is a framework for building web applications of all sizes.',
|
212228
212266
|
description: 'A SvelteKit app optimized to work for serverless.',
|
212229
212267
|
website: 'https://kit.svelte.dev',
|
212268
|
+
envPrefix: 'VITE_',
|
212230
212269
|
detectors: {
|
212231
212270
|
every: [
|
212232
212271
|
{
|
@@ -213142,7 +213181,7 @@ exports.default = def;
|
|
213142
213181
|
/***/ }),
|
213143
213182
|
|
213144
213183
|
/***/ 3734:
|
213145
|
-
/***/ (function(__unused_webpack_module, exports,
|
213184
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_805867__) {
|
213146
213185
|
|
213147
213186
|
"use strict";
|
213148
213187
|
|
@@ -213151,9 +213190,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
213151
213190
|
};
|
213152
213191
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
213153
213192
|
exports.readConfigFile = void 0;
|
213154
|
-
const js_yaml_1 = __importDefault(
|
213155
|
-
const toml_1 = __importDefault(
|
213156
|
-
const fs_1 =
|
213193
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_805867__(641));
|
213194
|
+
const toml_1 = __importDefault(__nested_webpack_require_805867__(9434));
|
213195
|
+
const fs_1 = __nested_webpack_require_805867__(5747);
|
213157
213196
|
const { readFile } = fs_1.promises;
|
213158
213197
|
async function readFileOrNull(file) {
|
213159
213198
|
try {
|
@@ -213202,13 +213241,13 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
213202
213241
|
/***/ }),
|
213203
213242
|
|
213204
213243
|
/***/ 641:
|
213205
|
-
/***/ ((module, __unused_webpack_exports,
|
213244
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_807473__) => {
|
213206
213245
|
|
213207
213246
|
"use strict";
|
213208
213247
|
|
213209
213248
|
|
213210
213249
|
|
213211
|
-
var yaml =
|
213250
|
+
var yaml = __nested_webpack_require_807473__(9633);
|
213212
213251
|
|
213213
213252
|
|
213214
213253
|
module.exports = yaml;
|
@@ -213217,14 +213256,14 @@ module.exports = yaml;
|
|
213217
213256
|
/***/ }),
|
213218
213257
|
|
213219
213258
|
/***/ 9633:
|
213220
|
-
/***/ ((module, __unused_webpack_exports,
|
213259
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_807647__) => {
|
213221
213260
|
|
213222
213261
|
"use strict";
|
213223
213262
|
|
213224
213263
|
|
213225
213264
|
|
213226
|
-
var loader =
|
213227
|
-
var dumper =
|
213265
|
+
var loader = __nested_webpack_require_807647__(4349);
|
213266
|
+
var dumper = __nested_webpack_require_807647__(8047);
|
213228
213267
|
|
213229
213268
|
|
213230
213269
|
function deprecated(name) {
|
@@ -213234,25 +213273,25 @@ function deprecated(name) {
|
|
213234
213273
|
}
|
213235
213274
|
|
213236
213275
|
|
213237
|
-
module.exports.Type =
|
213238
|
-
module.exports.Schema =
|
213239
|
-
module.exports.FAILSAFE_SCHEMA =
|
213240
|
-
module.exports.JSON_SCHEMA =
|
213241
|
-
module.exports.CORE_SCHEMA =
|
213242
|
-
module.exports.DEFAULT_SAFE_SCHEMA =
|
213243
|
-
module.exports.DEFAULT_FULL_SCHEMA =
|
213276
|
+
module.exports.Type = __nested_webpack_require_807647__(6876);
|
213277
|
+
module.exports.Schema = __nested_webpack_require_807647__(6105);
|
213278
|
+
module.exports.FAILSAFE_SCHEMA = __nested_webpack_require_807647__(8441);
|
213279
|
+
module.exports.JSON_SCHEMA = __nested_webpack_require_807647__(1486);
|
213280
|
+
module.exports.CORE_SCHEMA = __nested_webpack_require_807647__(1112);
|
213281
|
+
module.exports.DEFAULT_SAFE_SCHEMA = __nested_webpack_require_807647__(596);
|
213282
|
+
module.exports.DEFAULT_FULL_SCHEMA = __nested_webpack_require_807647__(9647);
|
213244
213283
|
module.exports.load = loader.load;
|
213245
213284
|
module.exports.loadAll = loader.loadAll;
|
213246
213285
|
module.exports.safeLoad = loader.safeLoad;
|
213247
213286
|
module.exports.safeLoadAll = loader.safeLoadAll;
|
213248
213287
|
module.exports.dump = dumper.dump;
|
213249
213288
|
module.exports.safeDump = dumper.safeDump;
|
213250
|
-
module.exports.YAMLException =
|
213289
|
+
module.exports.YAMLException = __nested_webpack_require_807647__(3237);
|
213251
213290
|
|
213252
213291
|
// Deprecated schema names from JS-YAML 2.0.x
|
213253
|
-
module.exports.MINIMAL_SCHEMA =
|
213254
|
-
module.exports.SAFE_SCHEMA =
|
213255
|
-
module.exports.DEFAULT_SCHEMA =
|
213292
|
+
module.exports.MINIMAL_SCHEMA = __nested_webpack_require_807647__(8441);
|
213293
|
+
module.exports.SAFE_SCHEMA = __nested_webpack_require_807647__(596);
|
213294
|
+
module.exports.DEFAULT_SCHEMA = __nested_webpack_require_807647__(9647);
|
213256
213295
|
|
213257
213296
|
// Deprecated functions from JS-YAML 1.x.x
|
213258
213297
|
module.exports.scan = deprecated('scan');
|
@@ -213331,17 +213370,17 @@ module.exports.extend = extend;
|
|
213331
213370
|
/***/ }),
|
213332
213371
|
|
213333
213372
|
/***/ 8047:
|
213334
|
-
/***/ ((module, __unused_webpack_exports,
|
213373
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_810465__) => {
|
213335
213374
|
|
213336
213375
|
"use strict";
|
213337
213376
|
|
213338
213377
|
|
213339
213378
|
/*eslint-disable no-use-before-define*/
|
213340
213379
|
|
213341
|
-
var common =
|
213342
|
-
var YAMLException =
|
213343
|
-
var DEFAULT_FULL_SCHEMA =
|
213344
|
-
var DEFAULT_SAFE_SCHEMA =
|
213380
|
+
var common = __nested_webpack_require_810465__(903);
|
213381
|
+
var YAMLException = __nested_webpack_require_810465__(3237);
|
213382
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_810465__(9647);
|
213383
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_810465__(596);
|
213345
213384
|
|
213346
213385
|
var _toString = Object.prototype.toString;
|
213347
213386
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -214217,18 +214256,18 @@ module.exports = YAMLException;
|
|
214217
214256
|
/***/ }),
|
214218
214257
|
|
214219
214258
|
/***/ 4349:
|
214220
|
-
/***/ ((module, __unused_webpack_exports,
|
214259
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_838169__) => {
|
214221
214260
|
|
214222
214261
|
"use strict";
|
214223
214262
|
|
214224
214263
|
|
214225
214264
|
/*eslint-disable max-len,no-use-before-define*/
|
214226
214265
|
|
214227
|
-
var common =
|
214228
|
-
var YAMLException =
|
214229
|
-
var Mark =
|
214230
|
-
var DEFAULT_SAFE_SCHEMA =
|
214231
|
-
var DEFAULT_FULL_SCHEMA =
|
214266
|
+
var common = __nested_webpack_require_838169__(903);
|
214267
|
+
var YAMLException = __nested_webpack_require_838169__(3237);
|
214268
|
+
var Mark = __nested_webpack_require_838169__(4926);
|
214269
|
+
var DEFAULT_SAFE_SCHEMA = __nested_webpack_require_838169__(596);
|
214270
|
+
var DEFAULT_FULL_SCHEMA = __nested_webpack_require_838169__(9647);
|
214232
214271
|
|
214233
214272
|
|
214234
214273
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
@@ -215850,13 +215889,13 @@ module.exports.safeLoad = safeLoad;
|
|
215850
215889
|
/***/ }),
|
215851
215890
|
|
215852
215891
|
/***/ 4926:
|
215853
|
-
/***/ ((module, __unused_webpack_exports,
|
215892
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_882036__) => {
|
215854
215893
|
|
215855
215894
|
"use strict";
|
215856
215895
|
|
215857
215896
|
|
215858
215897
|
|
215859
|
-
var common =
|
215898
|
+
var common = __nested_webpack_require_882036__(903);
|
215860
215899
|
|
215861
215900
|
|
215862
215901
|
function Mark(name, buffer, position, line, column) {
|
@@ -215934,16 +215973,16 @@ module.exports = Mark;
|
|
215934
215973
|
/***/ }),
|
215935
215974
|
|
215936
215975
|
/***/ 6105:
|
215937
|
-
/***/ ((module, __unused_webpack_exports,
|
215976
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_883698__) => {
|
215938
215977
|
|
215939
215978
|
"use strict";
|
215940
215979
|
|
215941
215980
|
|
215942
215981
|
/*eslint-disable max-len*/
|
215943
215982
|
|
215944
|
-
var common =
|
215945
|
-
var YAMLException =
|
215946
|
-
var Type =
|
215983
|
+
var common = __nested_webpack_require_883698__(903);
|
215984
|
+
var YAMLException = __nested_webpack_require_883698__(3237);
|
215985
|
+
var Type = __nested_webpack_require_883698__(6876);
|
215947
215986
|
|
215948
215987
|
|
215949
215988
|
function compileList(schema, name, result) {
|
@@ -216050,7 +216089,7 @@ module.exports = Schema;
|
|
216050
216089
|
/***/ }),
|
216051
216090
|
|
216052
216091
|
/***/ 1112:
|
216053
|
-
/***/ ((module, __unused_webpack_exports,
|
216092
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_886562__) => {
|
216054
216093
|
|
216055
216094
|
"use strict";
|
216056
216095
|
// Standard YAML's Core schema.
|
@@ -216063,12 +216102,12 @@ module.exports = Schema;
|
|
216063
216102
|
|
216064
216103
|
|
216065
216104
|
|
216066
|
-
var Schema =
|
216105
|
+
var Schema = __nested_webpack_require_886562__(6105);
|
216067
216106
|
|
216068
216107
|
|
216069
216108
|
module.exports = new Schema({
|
216070
216109
|
include: [
|
216071
|
-
|
216110
|
+
__nested_webpack_require_886562__(1486)
|
216072
216111
|
]
|
216073
216112
|
});
|
216074
216113
|
|
@@ -216076,7 +216115,7 @@ module.exports = new Schema({
|
|
216076
216115
|
/***/ }),
|
216077
216116
|
|
216078
216117
|
/***/ 9647:
|
216079
|
-
/***/ ((module, __unused_webpack_exports,
|
216118
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_887032__) => {
|
216080
216119
|
|
216081
216120
|
"use strict";
|
216082
216121
|
// JS-YAML's default schema for `load` function.
|
@@ -216091,17 +216130,17 @@ module.exports = new Schema({
|
|
216091
216130
|
|
216092
216131
|
|
216093
216132
|
|
216094
|
-
var Schema =
|
216133
|
+
var Schema = __nested_webpack_require_887032__(6105);
|
216095
216134
|
|
216096
216135
|
|
216097
216136
|
module.exports = Schema.DEFAULT = new Schema({
|
216098
216137
|
include: [
|
216099
|
-
|
216138
|
+
__nested_webpack_require_887032__(596)
|
216100
216139
|
],
|
216101
216140
|
explicit: [
|
216102
|
-
|
216103
|
-
|
216104
|
-
|
216141
|
+
__nested_webpack_require_887032__(5836),
|
216142
|
+
__nested_webpack_require_887032__(6841),
|
216143
|
+
__nested_webpack_require_887032__(8750)
|
216105
216144
|
]
|
216106
216145
|
});
|
216107
216146
|
|
@@ -216109,7 +216148,7 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
216109
216148
|
/***/ }),
|
216110
216149
|
|
216111
216150
|
/***/ 596:
|
216112
|
-
/***/ ((module, __unused_webpack_exports,
|
216151
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_887726__) => {
|
216113
216152
|
|
216114
216153
|
"use strict";
|
216115
216154
|
// JS-YAML's default schema for `safeLoad` function.
|
@@ -216122,22 +216161,22 @@ module.exports = Schema.DEFAULT = new Schema({
|
|
216122
216161
|
|
216123
216162
|
|
216124
216163
|
|
216125
|
-
var Schema =
|
216164
|
+
var Schema = __nested_webpack_require_887726__(6105);
|
216126
216165
|
|
216127
216166
|
|
216128
216167
|
module.exports = new Schema({
|
216129
216168
|
include: [
|
216130
|
-
|
216169
|
+
__nested_webpack_require_887726__(1112)
|
216131
216170
|
],
|
216132
216171
|
implicit: [
|
216133
|
-
|
216134
|
-
|
216172
|
+
__nested_webpack_require_887726__(7028),
|
216173
|
+
__nested_webpack_require_887726__(7841)
|
216135
216174
|
],
|
216136
216175
|
explicit: [
|
216137
|
-
|
216138
|
-
|
216139
|
-
|
216140
|
-
|
216176
|
+
__nested_webpack_require_887726__(8675),
|
216177
|
+
__nested_webpack_require_887726__(3498),
|
216178
|
+
__nested_webpack_require_887726__(679),
|
216179
|
+
__nested_webpack_require_887726__(7205)
|
216141
216180
|
]
|
216142
216181
|
});
|
216143
216182
|
|
@@ -216145,7 +216184,7 @@ module.exports = new Schema({
|
|
216145
216184
|
/***/ }),
|
216146
216185
|
|
216147
216186
|
/***/ 8441:
|
216148
|
-
/***/ ((module, __unused_webpack_exports,
|
216187
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888438__) => {
|
216149
216188
|
|
216150
216189
|
"use strict";
|
216151
216190
|
// Standard YAML's Failsafe schema.
|
@@ -216155,14 +216194,14 @@ module.exports = new Schema({
|
|
216155
216194
|
|
216156
216195
|
|
216157
216196
|
|
216158
|
-
var Schema =
|
216197
|
+
var Schema = __nested_webpack_require_888438__(6105);
|
216159
216198
|
|
216160
216199
|
|
216161
216200
|
module.exports = new Schema({
|
216162
216201
|
explicit: [
|
216163
|
-
|
216164
|
-
|
216165
|
-
|
216202
|
+
__nested_webpack_require_888438__(5348),
|
216203
|
+
__nested_webpack_require_888438__(7330),
|
216204
|
+
__nested_webpack_require_888438__(293)
|
216166
216205
|
]
|
216167
216206
|
});
|
216168
216207
|
|
@@ -216170,7 +216209,7 @@ module.exports = new Schema({
|
|
216170
216209
|
/***/ }),
|
216171
216210
|
|
216172
216211
|
/***/ 1486:
|
216173
|
-
/***/ ((module, __unused_webpack_exports,
|
216212
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_888824__) => {
|
216174
216213
|
|
216175
216214
|
"use strict";
|
216176
216215
|
// Standard YAML's JSON schema.
|
@@ -216184,18 +216223,18 @@ module.exports = new Schema({
|
|
216184
216223
|
|
216185
216224
|
|
216186
216225
|
|
216187
|
-
var Schema =
|
216226
|
+
var Schema = __nested_webpack_require_888824__(6105);
|
216188
216227
|
|
216189
216228
|
|
216190
216229
|
module.exports = new Schema({
|
216191
216230
|
include: [
|
216192
|
-
|
216231
|
+
__nested_webpack_require_888824__(8441)
|
216193
216232
|
],
|
216194
216233
|
implicit: [
|
216195
|
-
|
216196
|
-
|
216197
|
-
|
216198
|
-
|
216234
|
+
__nested_webpack_require_888824__(9074),
|
216235
|
+
__nested_webpack_require_888824__(4308),
|
216236
|
+
__nested_webpack_require_888824__(1167),
|
216237
|
+
__nested_webpack_require_888824__(7862)
|
216199
216238
|
]
|
216200
216239
|
});
|
216201
216240
|
|
@@ -216203,12 +216242,12 @@ module.exports = new Schema({
|
|
216203
216242
|
/***/ }),
|
216204
216243
|
|
216205
216244
|
/***/ 6876:
|
216206
|
-
/***/ ((module, __unused_webpack_exports,
|
216245
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_889522__) => {
|
216207
216246
|
|
216208
216247
|
"use strict";
|
216209
216248
|
|
216210
216249
|
|
216211
|
-
var YAMLException =
|
216250
|
+
var YAMLException = __nested_webpack_require_889522__(3237);
|
216212
216251
|
|
216213
216252
|
var TYPE_CONSTRUCTOR_OPTIONS = [
|
216214
216253
|
'kind',
|
@@ -216272,7 +216311,7 @@ module.exports = Type;
|
|
216272
216311
|
/***/ }),
|
216273
216312
|
|
216274
216313
|
/***/ 8675:
|
216275
|
-
/***/ ((module, __unused_webpack_exports,
|
216314
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_891206__) => {
|
216276
216315
|
|
216277
216316
|
"use strict";
|
216278
216317
|
|
@@ -216287,7 +216326,7 @@ try {
|
|
216287
216326
|
NodeBuffer = _require('buffer').Buffer;
|
216288
216327
|
} catch (__) {}
|
216289
216328
|
|
216290
|
-
var Type =
|
216329
|
+
var Type = __nested_webpack_require_891206__(6876);
|
216291
216330
|
|
216292
216331
|
|
216293
216332
|
// [ 64, 65, 66 ] -> [ padding, CR, LF ]
|
@@ -216418,12 +216457,12 @@ module.exports = new Type('tag:yaml.org,2002:binary', {
|
|
216418
216457
|
/***/ }),
|
216419
216458
|
|
216420
216459
|
/***/ 4308:
|
216421
|
-
/***/ ((module, __unused_webpack_exports,
|
216460
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_894598__) => {
|
216422
216461
|
|
216423
216462
|
"use strict";
|
216424
216463
|
|
216425
216464
|
|
216426
|
-
var Type =
|
216465
|
+
var Type = __nested_webpack_require_894598__(6876);
|
216427
216466
|
|
216428
216467
|
function resolveYamlBoolean(data) {
|
216429
216468
|
if (data === null) return false;
|
@@ -216461,13 +216500,13 @@ module.exports = new Type('tag:yaml.org,2002:bool', {
|
|
216461
216500
|
/***/ }),
|
216462
216501
|
|
216463
216502
|
/***/ 7862:
|
216464
|
-
/***/ ((module, __unused_webpack_exports,
|
216503
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_895671__) => {
|
216465
216504
|
|
216466
216505
|
"use strict";
|
216467
216506
|
|
216468
216507
|
|
216469
|
-
var common =
|
216470
|
-
var Type =
|
216508
|
+
var common = __nested_webpack_require_895671__(903);
|
216509
|
+
var Type = __nested_webpack_require_895671__(6876);
|
216471
216510
|
|
216472
216511
|
var YAML_FLOAT_PATTERN = new RegExp(
|
216473
216512
|
// 2.5e4, 2.5 and integers
|
@@ -216585,13 +216624,13 @@ module.exports = new Type('tag:yaml.org,2002:float', {
|
|
216585
216624
|
/***/ }),
|
216586
216625
|
|
216587
216626
|
/***/ 1167:
|
216588
|
-
/***/ ((module, __unused_webpack_exports,
|
216627
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_898617__) => {
|
216589
216628
|
|
216590
216629
|
"use strict";
|
216591
216630
|
|
216592
216631
|
|
216593
|
-
var common =
|
216594
|
-
var Type =
|
216632
|
+
var common = __nested_webpack_require_898617__(903);
|
216633
|
+
var Type = __nested_webpack_require_898617__(6876);
|
216595
216634
|
|
216596
216635
|
function isHexCode(c) {
|
216597
216636
|
return ((0x30/* 0 */ <= c) && (c <= 0x39/* 9 */)) ||
|
@@ -216766,7 +216805,7 @@ module.exports = new Type('tag:yaml.org,2002:int', {
|
|
216766
216805
|
/***/ }),
|
216767
216806
|
|
216768
216807
|
/***/ 8750:
|
216769
|
-
/***/ ((module, __unused_webpack_exports,
|
216808
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_902789__) => {
|
216770
216809
|
|
216771
216810
|
"use strict";
|
216772
216811
|
|
@@ -216789,7 +216828,7 @@ try {
|
|
216789
216828
|
if (typeof window !== 'undefined') esprima = window.esprima;
|
216790
216829
|
}
|
216791
216830
|
|
216792
|
-
var Type =
|
216831
|
+
var Type = __nested_webpack_require_902789__(6876);
|
216793
216832
|
|
216794
216833
|
function resolveJavascriptFunction(data) {
|
216795
216834
|
if (data === null) return false;
|
@@ -216866,12 +216905,12 @@ module.exports = new Type('tag:yaml.org,2002:js/function', {
|
|
216866
216905
|
/***/ }),
|
216867
216906
|
|
216868
216907
|
/***/ 6841:
|
216869
|
-
/***/ ((module, __unused_webpack_exports,
|
216908
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_905686__) => {
|
216870
216909
|
|
216871
216910
|
"use strict";
|
216872
216911
|
|
216873
216912
|
|
216874
|
-
var Type =
|
216913
|
+
var Type = __nested_webpack_require_905686__(6876);
|
216875
216914
|
|
216876
216915
|
function resolveJavascriptRegExp(data) {
|
216877
216916
|
if (data === null) return false;
|
@@ -216934,12 +216973,12 @@ module.exports = new Type('tag:yaml.org,2002:js/regexp', {
|
|
216934
216973
|
/***/ }),
|
216935
216974
|
|
216936
216975
|
/***/ 5836:
|
216937
|
-
/***/ ((module, __unused_webpack_exports,
|
216976
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_907357__) => {
|
216938
216977
|
|
216939
216978
|
"use strict";
|
216940
216979
|
|
216941
216980
|
|
216942
|
-
var Type =
|
216981
|
+
var Type = __nested_webpack_require_907357__(6876);
|
216943
216982
|
|
216944
216983
|
function resolveJavascriptUndefined() {
|
216945
216984
|
return true;
|
@@ -216970,12 +217009,12 @@ module.exports = new Type('tag:yaml.org,2002:js/undefined', {
|
|
216970
217009
|
/***/ }),
|
216971
217010
|
|
216972
217011
|
/***/ 293:
|
216973
|
-
/***/ ((module, __unused_webpack_exports,
|
217012
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908028__) => {
|
216974
217013
|
|
216975
217014
|
"use strict";
|
216976
217015
|
|
216977
217016
|
|
216978
|
-
var Type =
|
217017
|
+
var Type = __nested_webpack_require_908028__(6876);
|
216979
217018
|
|
216980
217019
|
module.exports = new Type('tag:yaml.org,2002:map', {
|
216981
217020
|
kind: 'mapping',
|
@@ -216986,12 +217025,12 @@ module.exports = new Type('tag:yaml.org,2002:map', {
|
|
216986
217025
|
/***/ }),
|
216987
217026
|
|
216988
217027
|
/***/ 7841:
|
216989
|
-
/***/ ((module, __unused_webpack_exports,
|
217028
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908320__) => {
|
216990
217029
|
|
216991
217030
|
"use strict";
|
216992
217031
|
|
216993
217032
|
|
216994
|
-
var Type =
|
217033
|
+
var Type = __nested_webpack_require_908320__(6876);
|
216995
217034
|
|
216996
217035
|
function resolveYamlMerge(data) {
|
216997
217036
|
return data === '<<' || data === null;
|
@@ -217006,12 +217045,12 @@ module.exports = new Type('tag:yaml.org,2002:merge', {
|
|
217006
217045
|
/***/ }),
|
217007
217046
|
|
217008
217047
|
/***/ 9074:
|
217009
|
-
/***/ ((module, __unused_webpack_exports,
|
217048
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_908652__) => {
|
217010
217049
|
|
217011
217050
|
"use strict";
|
217012
217051
|
|
217013
217052
|
|
217014
|
-
var Type =
|
217053
|
+
var Type = __nested_webpack_require_908652__(6876);
|
217015
217054
|
|
217016
217055
|
function resolveYamlNull(data) {
|
217017
217056
|
if (data === null) return true;
|
@@ -217048,12 +217087,12 @@ module.exports = new Type('tag:yaml.org,2002:null', {
|
|
217048
217087
|
/***/ }),
|
217049
217088
|
|
217050
217089
|
/***/ 3498:
|
217051
|
-
/***/ ((module, __unused_webpack_exports,
|
217090
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_909515__) => {
|
217052
217091
|
|
217053
217092
|
"use strict";
|
217054
217093
|
|
217055
217094
|
|
217056
|
-
var Type =
|
217095
|
+
var Type = __nested_webpack_require_909515__(6876);
|
217057
217096
|
|
217058
217097
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
217059
217098
|
var _toString = Object.prototype.toString;
|
@@ -217100,12 +217139,12 @@ module.exports = new Type('tag:yaml.org,2002:omap', {
|
|
217100
217139
|
/***/ }),
|
217101
217140
|
|
217102
217141
|
/***/ 679:
|
217103
|
-
/***/ ((module, __unused_webpack_exports,
|
217142
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_910639__) => {
|
217104
217143
|
|
217105
217144
|
"use strict";
|
217106
217145
|
|
217107
217146
|
|
217108
|
-
var Type =
|
217147
|
+
var Type = __nested_webpack_require_910639__(6876);
|
217109
217148
|
|
217110
217149
|
var _toString = Object.prototype.toString;
|
217111
217150
|
|
@@ -217161,12 +217200,12 @@ module.exports = new Type('tag:yaml.org,2002:pairs', {
|
|
217161
217200
|
/***/ }),
|
217162
217201
|
|
217163
217202
|
/***/ 7330:
|
217164
|
-
/***/ ((module, __unused_webpack_exports,
|
217203
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_911825__) => {
|
217165
217204
|
|
217166
217205
|
"use strict";
|
217167
217206
|
|
217168
217207
|
|
217169
|
-
var Type =
|
217208
|
+
var Type = __nested_webpack_require_911825__(6876);
|
217170
217209
|
|
217171
217210
|
module.exports = new Type('tag:yaml.org,2002:seq', {
|
217172
217211
|
kind: 'sequence',
|
@@ -217177,12 +217216,12 @@ module.exports = new Type('tag:yaml.org,2002:seq', {
|
|
217177
217216
|
/***/ }),
|
217178
217217
|
|
217179
217218
|
/***/ 7205:
|
217180
|
-
/***/ ((module, __unused_webpack_exports,
|
217219
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912118__) => {
|
217181
217220
|
|
217182
217221
|
"use strict";
|
217183
217222
|
|
217184
217223
|
|
217185
|
-
var Type =
|
217224
|
+
var Type = __nested_webpack_require_912118__(6876);
|
217186
217225
|
|
217187
217226
|
var _hasOwnProperty = Object.prototype.hasOwnProperty;
|
217188
217227
|
|
@@ -217214,12 +217253,12 @@ module.exports = new Type('tag:yaml.org,2002:set', {
|
|
217214
217253
|
/***/ }),
|
217215
217254
|
|
217216
217255
|
/***/ 5348:
|
217217
|
-
/***/ ((module, __unused_webpack_exports,
|
217256
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_912767__) => {
|
217218
217257
|
|
217219
217258
|
"use strict";
|
217220
217259
|
|
217221
217260
|
|
217222
|
-
var Type =
|
217261
|
+
var Type = __nested_webpack_require_912767__(6876);
|
217223
217262
|
|
217224
217263
|
module.exports = new Type('tag:yaml.org,2002:str', {
|
217225
217264
|
kind: 'scalar',
|
@@ -217230,12 +217269,12 @@ module.exports = new Type('tag:yaml.org,2002:str', {
|
|
217230
217269
|
/***/ }),
|
217231
217270
|
|
217232
217271
|
/***/ 7028:
|
217233
|
-
/***/ ((module, __unused_webpack_exports,
|
217272
|
+
/***/ ((module, __unused_webpack_exports, __nested_webpack_require_913058__) => {
|
217234
217273
|
|
217235
217274
|
"use strict";
|
217236
217275
|
|
217237
217276
|
|
217238
|
-
var Type =
|
217277
|
+
var Type = __nested_webpack_require_913058__(6876);
|
217239
217278
|
|
217240
217279
|
var YAML_DATE_REGEXP = new RegExp(
|
217241
217280
|
'^([0-9][0-9][0-9][0-9])' + // [1] year
|
@@ -217326,7 +217365,7 @@ module.exports = new Type('tag:yaml.org,2002:timestamp', {
|
|
217326
217365
|
/***/ }),
|
217327
217366
|
|
217328
217367
|
/***/ 7276:
|
217329
|
-
/***/ (function(__unused_webpack_module, exports,
|
217368
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_915739__) {
|
217330
217369
|
|
217331
217370
|
"use strict";
|
217332
217371
|
|
@@ -217334,13 +217373,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217334
217373
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
217335
217374
|
};
|
217336
217375
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217337
|
-
exports.
|
217338
|
-
const fs_extra_1 = __importDefault(
|
217339
|
-
const path_1 =
|
217340
|
-
const glob_1 = __importDefault(
|
217341
|
-
const normalize_path_1 =
|
217342
|
-
const lambda_1 =
|
217343
|
-
const _1 =
|
217376
|
+
exports._experimental_updateRoutesManifest = exports._experimental_updateFunctionsManifest = exports._experimental_convertRuntimeToPlugin = void 0;
|
217377
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_915739__(5392));
|
217378
|
+
const path_1 = __nested_webpack_require_915739__(5622);
|
217379
|
+
const glob_1 = __importDefault(__nested_webpack_require_915739__(4240));
|
217380
|
+
const normalize_path_1 = __nested_webpack_require_915739__(6261);
|
217381
|
+
const lambda_1 = __nested_webpack_require_915739__(6721);
|
217382
|
+
const _1 = __nested_webpack_require_915739__(2855);
|
217344
217383
|
// `.output` was already created by the Build Command, so we have
|
217345
217384
|
// to ensure its contents don't get bundled into the Lambda. Similarily,
|
217346
217385
|
// we don't want to bundle anything from `.vercel` either. Lastly,
|
@@ -217377,7 +217416,7 @@ const getSourceFiles = async (workPath, ignoreFilter) => {
|
|
217377
217416
|
* @param packageName - the name of the package, for example `vercel-plugin-python`
|
217378
217417
|
* @param ext - the file extension, for example `.py`
|
217379
217418
|
*/
|
217380
|
-
function
|
217419
|
+
function _experimental_convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
217381
217420
|
// This `build()` signature should match `plugin.build()` signature in `vercel build`.
|
217382
217421
|
return async function build({ workPath }) {
|
217383
217422
|
// We also don't want to provide any files to Runtimes that were ignored
|
@@ -217555,10 +217594,10 @@ function convertRuntimeToPlugin(buildRuntime, packageName, ext) {
|
|
217555
217594
|
}
|
217556
217595
|
// Add any Serverless Functions that were exposed by the Legacy Runtime
|
217557
217596
|
// to the `functions-manifest.json` file provided in `.output`.
|
217558
|
-
await
|
217597
|
+
await _experimental_updateFunctionsManifest({ workPath, pages });
|
217559
217598
|
};
|
217560
217599
|
}
|
217561
|
-
exports.
|
217600
|
+
exports._experimental_convertRuntimeToPlugin = _experimental_convertRuntimeToPlugin;
|
217562
217601
|
async function readJson(filePath) {
|
217563
217602
|
try {
|
217564
217603
|
const str = await fs_extra_1.default.readFile(filePath, 'utf8');
|
@@ -217575,7 +217614,7 @@ async function readJson(filePath) {
|
|
217575
217614
|
* If `.output/functions-manifest.json` exists, append to the pages
|
217576
217615
|
* property. Otherwise write a new file.
|
217577
217616
|
*/
|
217578
|
-
async function
|
217617
|
+
async function _experimental_updateFunctionsManifest({ workPath, pages, }) {
|
217579
217618
|
const functionsManifestPath = path_1.join(workPath, '.output', 'functions-manifest.json');
|
217580
217619
|
const functionsManifest = await readJson(functionsManifestPath);
|
217581
217620
|
if (!functionsManifest.version)
|
@@ -217587,12 +217626,12 @@ async function updateFunctionsManifest({ workPath, pages, }) {
|
|
217587
217626
|
}
|
217588
217627
|
await fs_extra_1.default.writeFile(functionsManifestPath, JSON.stringify(functionsManifest));
|
217589
217628
|
}
|
217590
|
-
exports.
|
217629
|
+
exports._experimental_updateFunctionsManifest = _experimental_updateFunctionsManifest;
|
217591
217630
|
/**
|
217592
217631
|
* Append routes to the `routes-manifest.json` file.
|
217593
217632
|
* If the file does not exist, it will be created.
|
217594
217633
|
*/
|
217595
|
-
async function
|
217634
|
+
async function _experimental_updateRoutesManifest({ workPath, redirects, rewrites, headers, dynamicRoutes, staticRoutes, }) {
|
217596
217635
|
const routesManifestPath = path_1.join(workPath, '.output', 'routes-manifest.json');
|
217597
217636
|
const routesManifest = await readJson(routesManifestPath);
|
217598
217637
|
if (!routesManifest.version)
|
@@ -217626,18 +217665,18 @@ async function updateRoutesManifest({ workPath, redirects, rewrites, headers, dy
|
|
217626
217665
|
}
|
217627
217666
|
await fs_extra_1.default.writeFile(routesManifestPath, JSON.stringify(routesManifest));
|
217628
217667
|
}
|
217629
|
-
exports.
|
217668
|
+
exports._experimental_updateRoutesManifest = _experimental_updateRoutesManifest;
|
217630
217669
|
|
217631
217670
|
|
217632
217671
|
/***/ }),
|
217633
217672
|
|
217634
217673
|
/***/ 1868:
|
217635
|
-
/***/ ((__unused_webpack_module, exports,
|
217674
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_931762__) => {
|
217636
217675
|
|
217637
217676
|
"use strict";
|
217638
217677
|
|
217639
217678
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217640
|
-
const _1 =
|
217679
|
+
const _1 = __nested_webpack_require_931762__(2855);
|
217641
217680
|
function debug(message, ...additional) {
|
217642
217681
|
if (_1.getPlatformEnv('BUILDER_DEBUG')) {
|
217643
217682
|
console.log(message, ...additional);
|
@@ -217649,7 +217688,7 @@ exports.default = debug;
|
|
217649
217688
|
/***/ }),
|
217650
217689
|
|
217651
217690
|
/***/ 4246:
|
217652
|
-
/***/ (function(__unused_webpack_module, exports,
|
217691
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_932147__) {
|
217653
217692
|
|
217654
217693
|
"use strict";
|
217655
217694
|
|
@@ -217658,11 +217697,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
217658
217697
|
};
|
217659
217698
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
217660
217699
|
exports.detectBuilders = exports.detectOutputDirectory = exports.detectApiDirectory = exports.detectApiExtensions = exports.sortFiles = void 0;
|
217661
|
-
const minimatch_1 = __importDefault(
|
217662
|
-
const semver_1 =
|
217663
|
-
const path_1 =
|
217664
|
-
const frameworks_1 = __importDefault(
|
217665
|
-
const _1 =
|
217700
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_932147__(9566));
|
217701
|
+
const semver_1 = __nested_webpack_require_932147__(2879);
|
217702
|
+
const path_1 = __nested_webpack_require_932147__(5622);
|
217703
|
+
const frameworks_1 = __importDefault(__nested_webpack_require_932147__(8438));
|
217704
|
+
const _1 = __nested_webpack_require_932147__(2855);
|
217666
217705
|
const slugToFramework = new Map(frameworks_1.default.map(f => [f.slug, f]));
|
217667
217706
|
// We need to sort the file paths by alphabet to make
|
217668
217707
|
// sure the routes stay in the same order e.g. for deduping
|
@@ -218491,7 +218530,7 @@ function sortFilesBySegmentCount(fileA, fileB) {
|
|
218491
218530
|
/***/ }),
|
218492
218531
|
|
218493
218532
|
/***/ 1182:
|
218494
|
-
/***/ (function(__unused_webpack_module, exports,
|
218533
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_964124__) {
|
218495
218534
|
|
218496
218535
|
"use strict";
|
218497
218536
|
|
@@ -218500,8 +218539,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218500
218539
|
};
|
218501
218540
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218502
218541
|
exports.detectFileSystemAPI = void 0;
|
218503
|
-
const semver_1 = __importDefault(
|
218504
|
-
const _1 =
|
218542
|
+
const semver_1 = __importDefault(__nested_webpack_require_964124__(2879));
|
218543
|
+
const _1 = __nested_webpack_require_964124__(2855);
|
218505
218544
|
const enableFileSystemApiFrameworks = new Set(['solidstart']);
|
218506
218545
|
/**
|
218507
218546
|
* If the Deployment can be built with the new File System API,
|
@@ -218902,7 +218941,7 @@ function getSuggestion(topLevelProp, additionalProperty) {
|
|
218902
218941
|
/***/ }),
|
218903
218942
|
|
218904
218943
|
/***/ 2397:
|
218905
|
-
/***/ (function(__unused_webpack_module, exports,
|
218944
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_979218__) {
|
218906
218945
|
|
218907
218946
|
"use strict";
|
218908
218947
|
|
@@ -218910,8 +218949,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218910
218949
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218911
218950
|
};
|
218912
218951
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218913
|
-
const assert_1 = __importDefault(
|
218914
|
-
const into_stream_1 = __importDefault(
|
218952
|
+
const assert_1 = __importDefault(__nested_webpack_require_979218__(2357));
|
218953
|
+
const into_stream_1 = __importDefault(__nested_webpack_require_979218__(6130));
|
218915
218954
|
class FileBlob {
|
218916
218955
|
constructor({ mode = 0o100644, contentType, data }) {
|
218917
218956
|
assert_1.default(typeof mode === 'number');
|
@@ -218943,7 +218982,7 @@ exports.default = FileBlob;
|
|
218943
218982
|
/***/ }),
|
218944
218983
|
|
218945
218984
|
/***/ 9331:
|
218946
|
-
/***/ (function(__unused_webpack_module, exports,
|
218985
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_980670__) {
|
218947
218986
|
|
218948
218987
|
"use strict";
|
218949
218988
|
|
@@ -218951,11 +218990,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
218951
218990
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
218952
218991
|
};
|
218953
218992
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
218954
|
-
const assert_1 = __importDefault(
|
218955
|
-
const fs_extra_1 = __importDefault(
|
218956
|
-
const multistream_1 = __importDefault(
|
218957
|
-
const path_1 = __importDefault(
|
218958
|
-
const async_sema_1 = __importDefault(
|
218993
|
+
const assert_1 = __importDefault(__nested_webpack_require_980670__(2357));
|
218994
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_980670__(5392));
|
218995
|
+
const multistream_1 = __importDefault(__nested_webpack_require_980670__(8179));
|
218996
|
+
const path_1 = __importDefault(__nested_webpack_require_980670__(5622));
|
218997
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_980670__(5758));
|
218959
218998
|
const semaToPreventEMFILE = new async_sema_1.default(20);
|
218960
218999
|
class FileFsRef {
|
218961
219000
|
constructor({ mode = 0o100644, contentType, fsPath }) {
|
@@ -219021,7 +219060,7 @@ exports.default = FileFsRef;
|
|
219021
219060
|
/***/ }),
|
219022
219061
|
|
219023
219062
|
/***/ 5187:
|
219024
|
-
/***/ (function(__unused_webpack_module, exports,
|
219063
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_983474__) {
|
219025
219064
|
|
219026
219065
|
"use strict";
|
219027
219066
|
|
@@ -219029,11 +219068,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219029
219068
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219030
219069
|
};
|
219031
219070
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219032
|
-
const assert_1 = __importDefault(
|
219033
|
-
const node_fetch_1 = __importDefault(
|
219034
|
-
const multistream_1 = __importDefault(
|
219035
|
-
const async_retry_1 = __importDefault(
|
219036
|
-
const async_sema_1 = __importDefault(
|
219071
|
+
const assert_1 = __importDefault(__nested_webpack_require_983474__(2357));
|
219072
|
+
const node_fetch_1 = __importDefault(__nested_webpack_require_983474__(2197));
|
219073
|
+
const multistream_1 = __importDefault(__nested_webpack_require_983474__(8179));
|
219074
|
+
const async_retry_1 = __importDefault(__nested_webpack_require_983474__(3691));
|
219075
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_983474__(5758));
|
219037
219076
|
const semaToDownloadFromS3 = new async_sema_1.default(5);
|
219038
219077
|
class BailableError extends Error {
|
219039
219078
|
constructor(...args) {
|
@@ -219114,7 +219153,7 @@ exports.default = FileRef;
|
|
219114
219153
|
/***/ }),
|
219115
219154
|
|
219116
219155
|
/***/ 1611:
|
219117
|
-
/***/ (function(__unused_webpack_module, exports,
|
219156
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_986875__) {
|
219118
219157
|
|
219119
219158
|
"use strict";
|
219120
219159
|
|
@@ -219123,10 +219162,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219123
219162
|
};
|
219124
219163
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219125
219164
|
exports.isSymbolicLink = void 0;
|
219126
|
-
const path_1 = __importDefault(
|
219127
|
-
const debug_1 = __importDefault(
|
219128
|
-
const file_fs_ref_1 = __importDefault(
|
219129
|
-
const fs_extra_1 =
|
219165
|
+
const path_1 = __importDefault(__nested_webpack_require_986875__(5622));
|
219166
|
+
const debug_1 = __importDefault(__nested_webpack_require_986875__(1868));
|
219167
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_986875__(9331));
|
219168
|
+
const fs_extra_1 = __nested_webpack_require_986875__(5392);
|
219130
219169
|
const S_IFMT = 61440; /* 0170000 type of file */
|
219131
219170
|
const S_IFLNK = 40960; /* 0120000 symbolic link */
|
219132
219171
|
function isSymbolicLink(mode) {
|
@@ -219188,14 +219227,14 @@ exports.default = download;
|
|
219188
219227
|
/***/ }),
|
219189
219228
|
|
219190
219229
|
/***/ 3838:
|
219191
|
-
/***/ ((__unused_webpack_module, exports,
|
219230
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_989700__) => {
|
219192
219231
|
|
219193
219232
|
"use strict";
|
219194
219233
|
|
219195
219234
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219196
|
-
const path_1 =
|
219197
|
-
const os_1 =
|
219198
|
-
const fs_extra_1 =
|
219235
|
+
const path_1 = __nested_webpack_require_989700__(5622);
|
219236
|
+
const os_1 = __nested_webpack_require_989700__(2087);
|
219237
|
+
const fs_extra_1 = __nested_webpack_require_989700__(5392);
|
219199
219238
|
async function getWritableDirectory() {
|
219200
219239
|
const name = Math.floor(Math.random() * 0x7fffffff).toString(16);
|
219201
219240
|
const directory = path_1.join(os_1.tmpdir(), name);
|
@@ -219208,7 +219247,7 @@ exports.default = getWritableDirectory;
|
|
219208
219247
|
/***/ }),
|
219209
219248
|
|
219210
219249
|
/***/ 4240:
|
219211
|
-
/***/ (function(__unused_webpack_module, exports,
|
219250
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_990280__) {
|
219212
219251
|
|
219213
219252
|
"use strict";
|
219214
219253
|
|
@@ -219216,13 +219255,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219216
219255
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219217
219256
|
};
|
219218
219257
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219219
|
-
const path_1 = __importDefault(
|
219220
|
-
const assert_1 = __importDefault(
|
219221
|
-
const glob_1 = __importDefault(
|
219222
|
-
const util_1 =
|
219223
|
-
const fs_extra_1 =
|
219224
|
-
const normalize_path_1 =
|
219225
|
-
const file_fs_ref_1 = __importDefault(
|
219258
|
+
const path_1 = __importDefault(__nested_webpack_require_990280__(5622));
|
219259
|
+
const assert_1 = __importDefault(__nested_webpack_require_990280__(2357));
|
219260
|
+
const glob_1 = __importDefault(__nested_webpack_require_990280__(1104));
|
219261
|
+
const util_1 = __nested_webpack_require_990280__(1669);
|
219262
|
+
const fs_extra_1 = __nested_webpack_require_990280__(5392);
|
219263
|
+
const normalize_path_1 = __nested_webpack_require_990280__(6261);
|
219264
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_990280__(9331));
|
219226
219265
|
const vanillaGlob = util_1.promisify(glob_1.default);
|
219227
219266
|
async function glob(pattern, opts, mountpoint) {
|
219228
219267
|
let options;
|
@@ -219268,7 +219307,7 @@ exports.default = glob;
|
|
219268
219307
|
/***/ }),
|
219269
219308
|
|
219270
219309
|
/***/ 7903:
|
219271
|
-
/***/ (function(__unused_webpack_module, exports,
|
219310
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_992476__) {
|
219272
219311
|
|
219273
219312
|
"use strict";
|
219274
219313
|
|
@@ -219277,9 +219316,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219277
219316
|
};
|
219278
219317
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219279
219318
|
exports.getSupportedNodeVersion = exports.getDiscontinuedNodeVersions = exports.getLatestNodeVersion = void 0;
|
219280
|
-
const semver_1 =
|
219281
|
-
const errors_1 =
|
219282
|
-
const debug_1 = __importDefault(
|
219319
|
+
const semver_1 = __nested_webpack_require_992476__(2879);
|
219320
|
+
const errors_1 = __nested_webpack_require_992476__(3983);
|
219321
|
+
const debug_1 = __importDefault(__nested_webpack_require_992476__(1868));
|
219283
219322
|
const allOptions = [
|
219284
219323
|
{ major: 14, range: '14.x', runtime: 'nodejs14.x' },
|
219285
219324
|
{ major: 12, range: '12.x', runtime: 'nodejs12.x' },
|
@@ -219373,7 +219412,7 @@ exports.normalizePath = normalizePath;
|
|
219373
219412
|
/***/ }),
|
219374
219413
|
|
219375
219414
|
/***/ 7792:
|
219376
|
-
/***/ (function(__unused_webpack_module, exports,
|
219415
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_996344__) {
|
219377
219416
|
|
219378
219417
|
"use strict";
|
219379
219418
|
|
@@ -219382,9 +219421,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219382
219421
|
};
|
219383
219422
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219384
219423
|
exports.readConfigFile = void 0;
|
219385
|
-
const js_yaml_1 = __importDefault(
|
219386
|
-
const toml_1 = __importDefault(
|
219387
|
-
const fs_extra_1 =
|
219424
|
+
const js_yaml_1 = __importDefault(__nested_webpack_require_996344__(6540));
|
219425
|
+
const toml_1 = __importDefault(__nested_webpack_require_996344__(9434));
|
219426
|
+
const fs_extra_1 = __nested_webpack_require_996344__(5392);
|
219388
219427
|
async function readFileOrNull(file) {
|
219389
219428
|
try {
|
219390
219429
|
const data = await fs_extra_1.readFile(file);
|
@@ -219439,7 +219478,7 @@ exports.default = rename;
|
|
219439
219478
|
/***/ }),
|
219440
219479
|
|
219441
219480
|
/***/ 1442:
|
219442
|
-
/***/ (function(__unused_webpack_module, exports,
|
219481
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_998137__) {
|
219443
219482
|
|
219444
219483
|
"use strict";
|
219445
219484
|
|
@@ -219448,14 +219487,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219448
219487
|
};
|
219449
219488
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219450
219489
|
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;
|
219451
|
-
const assert_1 = __importDefault(
|
219452
|
-
const fs_extra_1 = __importDefault(
|
219453
|
-
const path_1 = __importDefault(
|
219454
|
-
const debug_1 = __importDefault(
|
219455
|
-
const cross_spawn_1 = __importDefault(
|
219456
|
-
const util_1 =
|
219457
|
-
const errors_1 =
|
219458
|
-
const node_version_1 =
|
219490
|
+
const assert_1 = __importDefault(__nested_webpack_require_998137__(2357));
|
219491
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_998137__(5392));
|
219492
|
+
const path_1 = __importDefault(__nested_webpack_require_998137__(5622));
|
219493
|
+
const debug_1 = __importDefault(__nested_webpack_require_998137__(1868));
|
219494
|
+
const cross_spawn_1 = __importDefault(__nested_webpack_require_998137__(7618));
|
219495
|
+
const util_1 = __nested_webpack_require_998137__(1669);
|
219496
|
+
const errors_1 = __nested_webpack_require_998137__(3983);
|
219497
|
+
const node_version_1 = __nested_webpack_require_998137__(7903);
|
219459
219498
|
function spawnAsync(command, args, opts = {}) {
|
219460
219499
|
return new Promise((resolve, reject) => {
|
219461
219500
|
const stderrLogs = [];
|
@@ -219766,7 +219805,7 @@ exports.installDependencies = util_1.deprecate(runNpmInstall, 'installDependenci
|
|
219766
219805
|
/***/ }),
|
219767
219806
|
|
219768
219807
|
/***/ 2560:
|
219769
|
-
/***/ (function(__unused_webpack_module, exports,
|
219808
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1012127__) {
|
219770
219809
|
|
219771
219810
|
"use strict";
|
219772
219811
|
|
@@ -219774,7 +219813,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219774
219813
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219775
219814
|
};
|
219776
219815
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219777
|
-
const end_of_stream_1 = __importDefault(
|
219816
|
+
const end_of_stream_1 = __importDefault(__nested_webpack_require_1012127__(687));
|
219778
219817
|
function streamToBuffer(stream) {
|
219779
219818
|
return new Promise((resolve, reject) => {
|
219780
219819
|
const buffers = [];
|
@@ -219803,7 +219842,7 @@ exports.default = streamToBuffer;
|
|
219803
219842
|
/***/ }),
|
219804
219843
|
|
219805
219844
|
/***/ 1148:
|
219806
|
-
/***/ (function(__unused_webpack_module, exports,
|
219845
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1013195__) {
|
219807
219846
|
|
219808
219847
|
"use strict";
|
219809
219848
|
|
@@ -219811,9 +219850,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219811
219850
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219812
219851
|
};
|
219813
219852
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219814
|
-
const path_1 = __importDefault(
|
219815
|
-
const fs_extra_1 = __importDefault(
|
219816
|
-
const ignore_1 = __importDefault(
|
219853
|
+
const path_1 = __importDefault(__nested_webpack_require_1013195__(5622));
|
219854
|
+
const fs_extra_1 = __importDefault(__nested_webpack_require_1013195__(5392));
|
219855
|
+
const ignore_1 = __importDefault(__nested_webpack_require_1013195__(3556));
|
219817
219856
|
function isCodedError(error) {
|
219818
219857
|
return (error !== null &&
|
219819
219858
|
error !== undefined &&
|
@@ -219870,7 +219909,7 @@ exports.default = default_1;
|
|
219870
219909
|
/***/ }),
|
219871
219910
|
|
219872
219911
|
/***/ 2855:
|
219873
|
-
/***/ (function(__unused_webpack_module, exports,
|
219912
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1015577__) {
|
219874
219913
|
|
219875
219914
|
"use strict";
|
219876
219915
|
|
@@ -219900,30 +219939,29 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
219900
219939
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
219901
219940
|
};
|
219902
219941
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
219903
|
-
exports.
|
219904
|
-
const
|
219905
|
-
const file_blob_1 = __importDefault(__nested_webpack_require_1013986__(2397));
|
219942
|
+
exports.getPlatformEnv = exports.isStaticRuntime = exports.isOfficialRuntime = exports._experimental_updateRoutesManifest = exports._experimental_updateFunctionsManifest = exports._experimental_convertRuntimeToPlugin = exports.normalizePath = exports.readConfigFile = exports.DetectorFilesystem = exports.detectFramework = exports.detectFileSystemAPI = exports.detectApiExtensions = exports.detectApiDirectory = exports.detectOutputDirectory = exports.detectBuilders = exports.getIgnoreFilter = 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;
|
219943
|
+
const file_blob_1 = __importDefault(__nested_webpack_require_1015577__(2397));
|
219906
219944
|
exports.FileBlob = file_blob_1.default;
|
219907
|
-
const file_fs_ref_1 = __importDefault(
|
219945
|
+
const file_fs_ref_1 = __importDefault(__nested_webpack_require_1015577__(9331));
|
219908
219946
|
exports.FileFsRef = file_fs_ref_1.default;
|
219909
|
-
const file_ref_1 = __importDefault(
|
219947
|
+
const file_ref_1 = __importDefault(__nested_webpack_require_1015577__(5187));
|
219910
219948
|
exports.FileRef = file_ref_1.default;
|
219911
|
-
const lambda_1 =
|
219949
|
+
const lambda_1 = __nested_webpack_require_1015577__(6721);
|
219912
219950
|
Object.defineProperty(exports, "Lambda", ({ enumerable: true, get: function () { return lambda_1.Lambda; } }));
|
219913
219951
|
Object.defineProperty(exports, "createLambda", ({ enumerable: true, get: function () { return lambda_1.createLambda; } }));
|
219914
219952
|
Object.defineProperty(exports, "getLambdaOptionsFromFunction", ({ enumerable: true, get: function () { return lambda_1.getLambdaOptionsFromFunction; } }));
|
219915
|
-
const prerender_1 =
|
219953
|
+
const prerender_1 = __nested_webpack_require_1015577__(2850);
|
219916
219954
|
Object.defineProperty(exports, "Prerender", ({ enumerable: true, get: function () { return prerender_1.Prerender; } }));
|
219917
|
-
const download_1 = __importStar(
|
219955
|
+
const download_1 = __importStar(__nested_webpack_require_1015577__(1611));
|
219918
219956
|
exports.download = download_1.default;
|
219919
219957
|
Object.defineProperty(exports, "isSymbolicLink", ({ enumerable: true, get: function () { return download_1.isSymbolicLink; } }));
|
219920
|
-
const get_writable_directory_1 = __importDefault(
|
219958
|
+
const get_writable_directory_1 = __importDefault(__nested_webpack_require_1015577__(3838));
|
219921
219959
|
exports.getWriteableDirectory = get_writable_directory_1.default;
|
219922
|
-
const glob_1 = __importDefault(
|
219960
|
+
const glob_1 = __importDefault(__nested_webpack_require_1015577__(4240));
|
219923
219961
|
exports.glob = glob_1.default;
|
219924
|
-
const rename_1 = __importDefault(
|
219962
|
+
const rename_1 = __importDefault(__nested_webpack_require_1015577__(6718));
|
219925
219963
|
exports.rename = rename_1.default;
|
219926
|
-
const run_user_scripts_1 =
|
219964
|
+
const run_user_scripts_1 = __nested_webpack_require_1015577__(1442);
|
219927
219965
|
Object.defineProperty(exports, "execAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.execAsync; } }));
|
219928
219966
|
Object.defineProperty(exports, "spawnAsync", ({ enumerable: true, get: function () { return run_user_scripts_1.spawnAsync; } }));
|
219929
219967
|
Object.defineProperty(exports, "execCommand", ({ enumerable: true, get: function () { return run_user_scripts_1.execCommand; } }));
|
@@ -219940,40 +219978,40 @@ Object.defineProperty(exports, "getNodeVersion", ({ enumerable: true, get: funct
|
|
219940
219978
|
Object.defineProperty(exports, "getSpawnOptions", ({ enumerable: true, get: function () { return run_user_scripts_1.getSpawnOptions; } }));
|
219941
219979
|
Object.defineProperty(exports, "getNodeBinPath", ({ enumerable: true, get: function () { return run_user_scripts_1.getNodeBinPath; } }));
|
219942
219980
|
Object.defineProperty(exports, "scanParentDirs", ({ enumerable: true, get: function () { return run_user_scripts_1.scanParentDirs; } }));
|
219943
|
-
const node_version_1 =
|
219981
|
+
const node_version_1 = __nested_webpack_require_1015577__(7903);
|
219944
219982
|
Object.defineProperty(exports, "getLatestNodeVersion", ({ enumerable: true, get: function () { return node_version_1.getLatestNodeVersion; } }));
|
219945
219983
|
Object.defineProperty(exports, "getDiscontinuedNodeVersions", ({ enumerable: true, get: function () { return node_version_1.getDiscontinuedNodeVersions; } }));
|
219946
|
-
const errors_1 =
|
219947
|
-
const stream_to_buffer_1 = __importDefault(
|
219984
|
+
const errors_1 = __nested_webpack_require_1015577__(3983);
|
219985
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1015577__(2560));
|
219948
219986
|
exports.streamToBuffer = stream_to_buffer_1.default;
|
219949
|
-
const should_serve_1 = __importDefault(
|
219987
|
+
const should_serve_1 = __importDefault(__nested_webpack_require_1015577__(2564));
|
219950
219988
|
exports.shouldServe = should_serve_1.default;
|
219951
|
-
const debug_1 = __importDefault(
|
219989
|
+
const debug_1 = __importDefault(__nested_webpack_require_1015577__(1868));
|
219952
219990
|
exports.debug = debug_1.default;
|
219953
|
-
const get_ignore_filter_1 = __importDefault(
|
219991
|
+
const get_ignore_filter_1 = __importDefault(__nested_webpack_require_1015577__(1148));
|
219954
219992
|
exports.getIgnoreFilter = get_ignore_filter_1.default;
|
219955
|
-
var detect_builders_1 =
|
219993
|
+
var detect_builders_1 = __nested_webpack_require_1015577__(4246);
|
219956
219994
|
Object.defineProperty(exports, "detectBuilders", ({ enumerable: true, get: function () { return detect_builders_1.detectBuilders; } }));
|
219957
219995
|
Object.defineProperty(exports, "detectOutputDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectOutputDirectory; } }));
|
219958
219996
|
Object.defineProperty(exports, "detectApiDirectory", ({ enumerable: true, get: function () { return detect_builders_1.detectApiDirectory; } }));
|
219959
219997
|
Object.defineProperty(exports, "detectApiExtensions", ({ enumerable: true, get: function () { return detect_builders_1.detectApiExtensions; } }));
|
219960
|
-
var detect_file_system_api_1 =
|
219998
|
+
var detect_file_system_api_1 = __nested_webpack_require_1015577__(1182);
|
219961
219999
|
Object.defineProperty(exports, "detectFileSystemAPI", ({ enumerable: true, get: function () { return detect_file_system_api_1.detectFileSystemAPI; } }));
|
219962
|
-
var detect_framework_1 =
|
220000
|
+
var detect_framework_1 = __nested_webpack_require_1015577__(5224);
|
219963
220001
|
Object.defineProperty(exports, "detectFramework", ({ enumerable: true, get: function () { return detect_framework_1.detectFramework; } }));
|
219964
|
-
var filesystem_1 =
|
220002
|
+
var filesystem_1 = __nested_webpack_require_1015577__(461);
|
219965
220003
|
Object.defineProperty(exports, "DetectorFilesystem", ({ enumerable: true, get: function () { return filesystem_1.DetectorFilesystem; } }));
|
219966
|
-
var read_config_file_1 =
|
220004
|
+
var read_config_file_1 = __nested_webpack_require_1015577__(7792);
|
219967
220005
|
Object.defineProperty(exports, "readConfigFile", ({ enumerable: true, get: function () { return read_config_file_1.readConfigFile; } }));
|
219968
|
-
var normalize_path_1 =
|
220006
|
+
var normalize_path_1 = __nested_webpack_require_1015577__(6261);
|
219969
220007
|
Object.defineProperty(exports, "normalizePath", ({ enumerable: true, get: function () { return normalize_path_1.normalizePath; } }));
|
219970
|
-
var convert_runtime_to_plugin_1 =
|
219971
|
-
Object.defineProperty(exports, "
|
219972
|
-
Object.defineProperty(exports, "
|
219973
|
-
Object.defineProperty(exports, "
|
219974
|
-
__exportStar(
|
219975
|
-
__exportStar(
|
219976
|
-
__exportStar(
|
220008
|
+
var convert_runtime_to_plugin_1 = __nested_webpack_require_1015577__(7276);
|
220009
|
+
Object.defineProperty(exports, "_experimental_convertRuntimeToPlugin", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1._experimental_convertRuntimeToPlugin; } }));
|
220010
|
+
Object.defineProperty(exports, "_experimental_updateFunctionsManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1._experimental_updateFunctionsManifest; } }));
|
220011
|
+
Object.defineProperty(exports, "_experimental_updateRoutesManifest", ({ enumerable: true, get: function () { return convert_runtime_to_plugin_1._experimental_updateRoutesManifest; } }));
|
220012
|
+
__exportStar(__nested_webpack_require_1015577__(2416), exports);
|
220013
|
+
__exportStar(__nested_webpack_require_1015577__(5748), exports);
|
220014
|
+
__exportStar(__nested_webpack_require_1015577__(3983), exports);
|
219977
220015
|
/**
|
219978
220016
|
* Helper function to support both `@vercel` and legacy `@now` official Runtimes.
|
219979
220017
|
*/
|
@@ -220013,20 +220051,12 @@ const getPlatformEnv = (name) => {
|
|
220013
220051
|
return n;
|
220014
220052
|
};
|
220015
220053
|
exports.getPlatformEnv = getPlatformEnv;
|
220016
|
-
/**
|
220017
|
-
* Helper function for generating file or directories names in `.output/inputs`
|
220018
|
-
* for dependencies of files provided to the File System API.
|
220019
|
-
*/
|
220020
|
-
const getInputHash = (source) => {
|
220021
|
-
return crypto_1.createHash('sha1').update(source).digest('hex');
|
220022
|
-
};
|
220023
|
-
exports.getInputHash = getInputHash;
|
220024
220054
|
|
220025
220055
|
|
220026
220056
|
/***/ }),
|
220027
220057
|
|
220028
220058
|
/***/ 6721:
|
220029
|
-
/***/ (function(__unused_webpack_module, exports,
|
220059
|
+
/***/ (function(__unused_webpack_module, exports, __nested_webpack_require_1026562__) {
|
220030
220060
|
|
220031
220061
|
"use strict";
|
220032
220062
|
|
@@ -220035,13 +220065,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
220035
220065
|
};
|
220036
220066
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220037
220067
|
exports.getLambdaOptionsFromFunction = exports.createZip = exports.createLambda = exports.Lambda = exports.FILES_SYMBOL = void 0;
|
220038
|
-
const assert_1 = __importDefault(
|
220039
|
-
const async_sema_1 = __importDefault(
|
220040
|
-
const yazl_1 =
|
220041
|
-
const minimatch_1 = __importDefault(
|
220042
|
-
const fs_extra_1 =
|
220043
|
-
const download_1 =
|
220044
|
-
const stream_to_buffer_1 = __importDefault(
|
220068
|
+
const assert_1 = __importDefault(__nested_webpack_require_1026562__(2357));
|
220069
|
+
const async_sema_1 = __importDefault(__nested_webpack_require_1026562__(5758));
|
220070
|
+
const yazl_1 = __nested_webpack_require_1026562__(1223);
|
220071
|
+
const minimatch_1 = __importDefault(__nested_webpack_require_1026562__(9566));
|
220072
|
+
const fs_extra_1 = __nested_webpack_require_1026562__(5392);
|
220073
|
+
const download_1 = __nested_webpack_require_1026562__(1611);
|
220074
|
+
const stream_to_buffer_1 = __importDefault(__nested_webpack_require_1026562__(2560));
|
220045
220075
|
exports.FILES_SYMBOL = Symbol('files');
|
220046
220076
|
class Lambda {
|
220047
220077
|
constructor({ zipBuffer, handler, runtime, maxDuration, memory, environment, allowQuery, regions, }) {
|
@@ -220270,12 +220300,12 @@ exports.buildsSchema = {
|
|
220270
220300
|
/***/ }),
|
220271
220301
|
|
220272
220302
|
/***/ 2564:
|
220273
|
-
/***/ ((__unused_webpack_module, exports,
|
220303
|
+
/***/ ((__unused_webpack_module, exports, __nested_webpack_require_1035072__) => {
|
220274
220304
|
|
220275
220305
|
"use strict";
|
220276
220306
|
|
220277
220307
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
220278
|
-
const path_1 =
|
220308
|
+
const path_1 = __nested_webpack_require_1035072__(5622);
|
220279
220309
|
function shouldServe({ entrypoint, files, requestPath, }) {
|
220280
220310
|
requestPath = requestPath.replace(/\/$/, ''); // sanitize trailing '/'
|
220281
220311
|
entrypoint = entrypoint.replace(/\\/, '/'); // windows compatibility
|
@@ -220410,14 +220440,6 @@ module.exports = __webpack_require__(27619);
|
|
220410
220440
|
|
220411
220441
|
/***/ }),
|
220412
220442
|
|
220413
|
-
/***/ 6417:
|
220414
|
-
/***/ ((module) => {
|
220415
|
-
|
220416
|
-
"use strict";
|
220417
|
-
module.exports = __webpack_require__(76417);
|
220418
|
-
|
220419
|
-
/***/ }),
|
220420
|
-
|
220421
220443
|
/***/ 8614:
|
220422
220444
|
/***/ ((module) => {
|
220423
220445
|
|
@@ -220512,7 +220534,7 @@ module.exports = __webpack_require__(78761);
|
|
220512
220534
|
/******/ var __webpack_module_cache__ = {};
|
220513
220535
|
/******/
|
220514
220536
|
/******/ // The require function
|
220515
|
-
/******/ function
|
220537
|
+
/******/ function __nested_webpack_require_1134711__(moduleId) {
|
220516
220538
|
/******/ // Check if module is in cache
|
220517
220539
|
/******/ if(__webpack_module_cache__[moduleId]) {
|
220518
220540
|
/******/ return __webpack_module_cache__[moduleId].exports;
|
@@ -220527,7 +220549,7 @@ module.exports = __webpack_require__(78761);
|
|
220527
220549
|
/******/ // Execute the module function
|
220528
220550
|
/******/ var threw = true;
|
220529
220551
|
/******/ try {
|
220530
|
-
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports,
|
220552
|
+
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __nested_webpack_require_1134711__);
|
220531
220553
|
/******/ threw = false;
|
220532
220554
|
/******/ } finally {
|
220533
220555
|
/******/ if(threw) delete __webpack_module_cache__[moduleId];
|
@@ -220540,11 +220562,11 @@ module.exports = __webpack_require__(78761);
|
|
220540
220562
|
/************************************************************************/
|
220541
220563
|
/******/ /* webpack/runtime/compat */
|
220542
220564
|
/******/
|
220543
|
-
/******/
|
220565
|
+
/******/ __nested_webpack_require_1134711__.ab = __dirname + "/";/************************************************************************/
|
220544
220566
|
/******/ // module exports must be returned from runtime so entry inlining is disabled
|
220545
220567
|
/******/ // startup
|
220546
220568
|
/******/ // Load entry module and return exports
|
220547
|
-
/******/ return
|
220569
|
+
/******/ return __nested_webpack_require_1134711__(2855);
|
220548
220570
|
/******/ })()
|
220549
220571
|
;
|
220550
220572
|
|
@@ -243279,6 +243301,44 @@ exports.frameworks = [
|
|
243279
243301
|
},
|
243280
243302
|
],
|
243281
243303
|
},
|
243304
|
+
{
|
243305
|
+
name: 'SolidStart',
|
243306
|
+
slug: 'solidstart',
|
243307
|
+
demo: 'https://solidstart.examples.vercel.com',
|
243308
|
+
logo: 'https://raw.githubusercontent.com/vercel/vercel/main/packages/frameworks/logos/solid.svg',
|
243309
|
+
tagline: 'Simple and performant reactivity for building user interfaces.',
|
243310
|
+
description: 'A Solid app, created with SolidStart.',
|
243311
|
+
website: 'https://solidjs.com',
|
243312
|
+
envPrefix: 'VITE_',
|
243313
|
+
detectors: {
|
243314
|
+
every: [
|
243315
|
+
{
|
243316
|
+
path: 'package.json',
|
243317
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-js":\\s*".+?"[^}]*}',
|
243318
|
+
},
|
243319
|
+
{
|
243320
|
+
path: 'package.json',
|
243321
|
+
matchContent: '"(dev)?(d|D)ependencies":\\s*{[^}]*"solid-start":\\s*".+?"[^}]*}',
|
243322
|
+
},
|
243323
|
+
],
|
243324
|
+
},
|
243325
|
+
settings: {
|
243326
|
+
installCommand: {
|
243327
|
+
placeholder: '`yarn install` or `npm install`',
|
243328
|
+
},
|
243329
|
+
buildCommand: {
|
243330
|
+
placeholder: '`npm run build` or `solid-start build`',
|
243331
|
+
value: 'solid-start build',
|
243332
|
+
},
|
243333
|
+
devCommand: {
|
243334
|
+
value: 'solid-start dev',
|
243335
|
+
},
|
243336
|
+
outputDirectory: {
|
243337
|
+
value: '.output',
|
243338
|
+
},
|
243339
|
+
},
|
243340
|
+
getOutputDirName: async () => '.output',
|
243341
|
+
},
|
243282
243342
|
{
|
243283
243343
|
name: 'Dojo',
|
243284
243344
|
slug: 'dojo',
|
@@ -243749,6 +243809,7 @@ exports.frameworks = [
|
|
243749
243809
|
tagline: 'SvelteKit is a framework for building web applications of all sizes.',
|
243750
243810
|
description: 'A SvelteKit app optimized to work for serverless.',
|
243751
243811
|
website: 'https://kit.svelte.dev',
|
243812
|
+
envPrefix: 'VITE_',
|
243752
243813
|
detectors: {
|
243753
243814
|
every: [
|
243754
243815
|
{
|
@@ -252490,9 +252551,10 @@ const logo_1 = __importDefault(__webpack_require__(9829));
|
|
252490
252551
|
const cmd_1 = __importDefault(__webpack_require__(87350));
|
252491
252552
|
const highlight_1 = __importDefault(__webpack_require__(8199));
|
252492
252553
|
const dev_1 = __importDefault(__webpack_require__(27447));
|
252493
|
-
const read_package_1 = __importDefault(__webpack_require__(79181));
|
252494
252554
|
const read_config_1 = __importDefault(__webpack_require__(89735));
|
252555
|
+
const read_json_file_1 = __importDefault(__webpack_require__(16898));
|
252495
252556
|
const pkg_name_1 = __webpack_require__(98106);
|
252557
|
+
const errors_ts_1 = __webpack_require__(60156);
|
252496
252558
|
const COMMAND_CONFIG = {
|
252497
252559
|
dev: ['dev'],
|
252498
252560
|
};
|
@@ -252522,6 +252584,7 @@ const help = () => {
|
|
252522
252584
|
`);
|
252523
252585
|
};
|
252524
252586
|
async function main(client) {
|
252587
|
+
var _a;
|
252525
252588
|
if (process.env.__VERCEL_DEV_RUNNING) {
|
252526
252589
|
client.output.error(`${cmd_1.default(`${pkg_name_1.getPkgName()} dev`)} must not recursively invoke itself. Check the Development Command in the Project Settings or the ${cmd_1.default('dev')} script in ${cmd_1.default('package.json')}`);
|
252527
252590
|
client.output.error(`Learn More: https://vercel.link/recursive-invocation-of-commands`);
|
@@ -252557,20 +252620,21 @@ async function main(client) {
|
|
252557
252620
|
return 2;
|
252558
252621
|
}
|
252559
252622
|
const [dir = '.'] = args;
|
252560
|
-
const
|
252561
|
-
|
252562
|
-
|
252563
|
-
|
252564
|
-
|
252565
|
-
|
252566
|
-
|
252567
|
-
|
252568
|
-
|
252569
|
-
|
252570
|
-
|
252571
|
-
|
252572
|
-
|
252573
|
-
|
252623
|
+
const vercelConfig = await read_config_1.default(dir);
|
252624
|
+
const hasBuilds = vercelConfig &&
|
252625
|
+
'builds' in vercelConfig &&
|
252626
|
+
vercelConfig.builds &&
|
252627
|
+
vercelConfig.builds.length > 0;
|
252628
|
+
if (!vercelConfig || !hasBuilds) {
|
252629
|
+
const pkg = await read_json_file_1.default(path_1.default.join(dir, 'package.json'));
|
252630
|
+
if (pkg instanceof errors_ts_1.CantParseJSONFile) {
|
252631
|
+
client.output.error('Could not parse package.json');
|
252632
|
+
return 1;
|
252633
|
+
}
|
252634
|
+
if (/\b(now|vercel)\b\W+\bdev\b/.test(((_a = pkg === null || pkg === void 0 ? void 0 : pkg.scripts) === null || _a === void 0 ? void 0 : _a.dev) || '')) {
|
252635
|
+
client.output.error(`${cmd_1.default(`${pkg_name_1.getPkgName()} dev`)} must not recursively invoke itself. Check the Development Command in the Project Settings or the ${cmd_1.default('dev')} script in ${cmd_1.default('package.json')}`);
|
252636
|
+
client.output.error(`Learn More: https://vercel.link/recursive-invocation-of-commands`);
|
252637
|
+
return 1;
|
252574
252638
|
}
|
252575
252639
|
}
|
252576
252640
|
if (argv._.length > 2) {
|
@@ -265773,7 +265837,6 @@ const client_1 = __webpack_require__(20192);
|
|
265773
265837
|
const errors_ts_1 = __webpack_require__(60156);
|
265774
265838
|
const humanize_path_1 = __importDefault(__webpack_require__(45090));
|
265775
265839
|
const read_json_file_1 = __importDefault(__webpack_require__(16898));
|
265776
|
-
const read_package_1 = __importDefault(__webpack_require__(79181));
|
265777
265840
|
let config;
|
265778
265841
|
async function getConfig(output, configFile) {
|
265779
265842
|
// If config was already read, just return it
|
@@ -265832,29 +265895,10 @@ async function getConfig(output, configFile) {
|
|
265832
265895
|
config[client_1.fileNameSymbol] = 'now.json';
|
265833
265896
|
return config;
|
265834
265897
|
}
|
265835
|
-
// Finally try with the package
|
265836
|
-
const pkgFilePath = path_1.default.resolve(localPath, 'package.json');
|
265837
|
-
const pkgConfig = await readConfigFromPackage(pkgFilePath);
|
265838
|
-
if (pkgConfig instanceof errors_ts_1.CantParseJSONFile) {
|
265839
|
-
return pkgConfig;
|
265840
|
-
}
|
265841
|
-
if (pkgConfig) {
|
265842
|
-
output.debug(`Found config in package ${pkgFilePath}`);
|
265843
|
-
config = pkgConfig;
|
265844
|
-
config[client_1.fileNameSymbol] = 'package.json';
|
265845
|
-
return config;
|
265846
|
-
}
|
265847
265898
|
// If we couldn't find the config anywhere return error
|
265848
|
-
return new errors_ts_1.CantFindConfig([vercelFilePath, nowFilePath
|
265899
|
+
return new errors_ts_1.CantFindConfig([vercelFilePath, nowFilePath].map(humanize_path_1.default));
|
265849
265900
|
}
|
265850
265901
|
exports.default = getConfig;
|
265851
|
-
async function readConfigFromPackage(file) {
|
265852
|
-
const result = await read_package_1.default(file);
|
265853
|
-
if (result instanceof errors_ts_1.CantParseJSONFile) {
|
265854
|
-
return result;
|
265855
|
-
}
|
265856
|
-
return result !== null ? result.now : null;
|
265857
|
-
}
|
265858
265902
|
|
265859
265903
|
|
265860
265904
|
/***/ }),
|
@@ -270421,34 +270465,6 @@ async function readFileSafe(file) {
|
|
270421
270465
|
}
|
270422
270466
|
|
270423
270467
|
|
270424
|
-
/***/ }),
|
270425
|
-
|
270426
|
-
/***/ 79181:
|
270427
|
-
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
270428
|
-
|
270429
|
-
"use strict";
|
270430
|
-
|
270431
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
270432
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
270433
|
-
};
|
270434
|
-
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
270435
|
-
const path_1 = __importDefault(__webpack_require__(85622));
|
270436
|
-
const errors_ts_1 = __webpack_require__(60156);
|
270437
|
-
const read_json_file_1 = __importDefault(__webpack_require__(16898));
|
270438
|
-
async function readPackage(file) {
|
270439
|
-
const pkgFilePath = file || path_1.default.resolve(process.cwd(), 'package.json');
|
270440
|
-
const result = await read_json_file_1.default(pkgFilePath);
|
270441
|
-
if (result instanceof errors_ts_1.CantParseJSONFile) {
|
270442
|
-
return result;
|
270443
|
-
}
|
270444
|
-
if (result) {
|
270445
|
-
return result;
|
270446
|
-
}
|
270447
|
-
return null;
|
270448
|
-
}
|
270449
|
-
exports.default = readPackage;
|
270450
|
-
|
270451
|
-
|
270452
270468
|
/***/ }),
|
270453
270469
|
|
270454
270470
|
/***/ 71494:
|
@@ -271301,7 +271317,7 @@ module.exports = JSON.parse("[\"ac\",\"com.ac\",\"edu.ac\",\"gov.ac\",\"net.ac\"
|
|
271301
271317
|
/***/ ((module) => {
|
271302
271318
|
|
271303
271319
|
"use strict";
|
271304
|
-
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.
|
271320
|
+
module.exports = JSON.parse("{\"name\":\"vercel\",\"version\":\"23.1.3-canary.72\",\"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.47\",\"@vercel/go\":\"1.2.4-canary.4\",\"@vercel/node\":\"1.12.2-canary.7\",\"@vercel/python\":\"2.1.2-canary.2\",\"@vercel/ruby\":\"1.2.10-canary.0\",\"update-notifier\":\"4.1.0\",\"vercel-plugin-middleware\":\"0.0.0-canary.24\",\"vercel-plugin-node\":\"1.12.2-canary.39\"},\"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/client\":\"10.2.3-canary.50\",\"@vercel/frameworks\":\"0.5.1-canary.19\",\"@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\":\"38d643a8e68ad0c71433788f3b770e4b4c1378ee\"}");
|
271305
271321
|
|
271306
271322
|
/***/ }),
|
271307
271323
|
|
@@ -271317,7 +271333,7 @@ module.exports = JSON.parse("{\"VISA\":\"Visa\",\"MASTERCARD\":\"MasterCard\",\"
|
|
271317
271333
|
/***/ ((module) => {
|
271318
271334
|
|
271319
271335
|
"use strict";
|
271320
|
-
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.
|
271336
|
+
module.exports = JSON.parse("{\"name\":\"@vercel/client\",\"version\":\"10.2.3-canary.50\",\"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.47\",\"@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\"},\"gitHead\":\"38d643a8e68ad0c71433788f3b770e4b4c1378ee\"}");
|
271321
271337
|
|
271322
271338
|
/***/ }),
|
271323
271339
|
|