@nuxt/bridge-schema-edge 0.0.0 → 3.0.0-27833237.ddd8ecc

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.
@@ -0,0 +1,345 @@
1
+ {
2
+ "dev": false,
3
+ "ssr": true,
4
+ "buildAssetsDir": "_nuxt",
5
+ "srcDir": "",
6
+ "buildDir": ".nuxt",
7
+ "dir": {
8
+ "store": "store",
9
+ "assets": "assets",
10
+ "app": "app",
11
+ "globalName": "nuxt",
12
+ "modern": {},
13
+ "mode": "universal",
14
+ "env": {},
15
+ "target": "server",
16
+ "globals": {}
17
+ },
18
+ "loading": {
19
+ "color": "black",
20
+ "failedColor": "red",
21
+ "height": "2px",
22
+ "throttle": 200,
23
+ "duration": 5000,
24
+ "continuous": false,
25
+ "rtl": false,
26
+ "css": true
27
+ },
28
+ "sourcemap": {},
29
+ "vue": {
30
+ "config": {
31
+ "silent": true,
32
+ "performance": {}
33
+ }
34
+ },
35
+ "manifest": {},
36
+ "messages": {
37
+ "loading": "Loading...",
38
+ "error_404": "This page could not be found",
39
+ "server_error": "Server error",
40
+ "nuxtjs": "Nuxt",
41
+ "back_to_home": "Back to the home page",
42
+ "server_error_details": "An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.",
43
+ "client_error": "Error",
44
+ "client_error_details": "An error occurred while rendering the page. Check developer tools console for details."
45
+ },
46
+ "postcss": {},
47
+ "build": {
48
+ "quiet": true,
49
+ "analyze": false,
50
+ "profile": false,
51
+ "extractCSS": false,
52
+ "cssSourceMap": {},
53
+ "ssr": {},
54
+ "parallel": false,
55
+ "cache": false,
56
+ "standalone": false,
57
+ "publicPath": {},
58
+ "serverURLPolyfill": "url",
59
+ "filenames": {},
60
+ "loaders": {
61
+ "file": {
62
+ "esModule": false
63
+ },
64
+ "fontUrl": {
65
+ "esModule": false,
66
+ "limit": 1000
67
+ },
68
+ "imgUrl": {
69
+ "esModule": false,
70
+ "limit": 1000
71
+ },
72
+ "pugPlain": {},
73
+ "vue": {
74
+ "productionMode": true,
75
+ "transformAssetUrls": {
76
+ "video": "src",
77
+ "source": "src",
78
+ "object": "src",
79
+ "embed": "src"
80
+ },
81
+ "compilerOptions": {}
82
+ },
83
+ "css": {
84
+ "importLoaders": 0,
85
+ "esModule": false,
86
+ "sourcemap": true
87
+ },
88
+ "cssModules": {
89
+ "importLoaders": 0,
90
+ "esModule": false,
91
+ "modules": {
92
+ "localIdentName": "[local]_[hash:base64:5]"
93
+ },
94
+ "sourcemap": true
95
+ },
96
+ "less": {
97
+ "sourcemap": true
98
+ },
99
+ "sass": {
100
+ "sassOptions": {
101
+ "indentedSyntax": true
102
+ },
103
+ "sourcemap": true
104
+ },
105
+ "scss": {
106
+ "sourcemap": true
107
+ },
108
+ "stylus": {
109
+ "sourcemap": true
110
+ },
111
+ "vueStyle": {
112
+ "sourcemap": true
113
+ }
114
+ },
115
+ "styleResources": {},
116
+ "plugins": [],
117
+ "terser": {},
118
+ "hardSource": false,
119
+ "aggressiveCodeRemoval": false,
120
+ "optimizeCSS": false,
121
+ "optimization": {
122
+ "runtimeChunk": "single",
123
+ "minimize": true,
124
+ "minimizer": {},
125
+ "splitChunks": {
126
+ "chunks": "all",
127
+ "automaticNameDelimiter": "/",
128
+ "cacheGroups": {}
129
+ }
130
+ },
131
+ "splitChunks": {
132
+ "layouts": false,
133
+ "pages": true,
134
+ "commons": true
135
+ },
136
+ "corejs": "auto",
137
+ "babel": {
138
+ "configFile": false,
139
+ "babelrc": false,
140
+ "plugins": [],
141
+ "presets": {},
142
+ "cacheDirectory": {}
143
+ },
144
+ "postcss": {
145
+ "postcssOptions": {},
146
+ "order": ""
147
+ },
148
+ "html": {
149
+ "minify": {
150
+ "collapseBooleanAttributes": true,
151
+ "decodeEntities": true,
152
+ "minifyCSS": true,
153
+ "minifyJS": true,
154
+ "processConditionalComments": true,
155
+ "removeEmptyAttributes": true,
156
+ "removeRedundantAttributes": true,
157
+ "trimCustomFragments": true,
158
+ "useShortDoctype": true
159
+ }
160
+ },
161
+ "template": {},
162
+ "watch": [],
163
+ "devMiddleware": {
164
+ "stats": "none"
165
+ },
166
+ "hotMiddleware": {},
167
+ "vendor": {
168
+ "$meta": {
169
+ "deprecated": "vendor has been deprecated since nuxt 2"
170
+ }
171
+ },
172
+ "stats": false,
173
+ "friendlyErrors": true,
174
+ "additionalExtensions": [],
175
+ "warningIgnoreFilters": [],
176
+ "followSymlinks": false
177
+ },
178
+ "generate": {
179
+ "dir": "/home/runner/work/bridge/bridge/packages/bridge-schema/dist",
180
+ "concurrency": 500,
181
+ "interval": 0,
182
+ "subFolders": true,
183
+ "fallback": "200.html",
184
+ "crawler": true,
185
+ "manifest": true,
186
+ "nojekyll": true,
187
+ "cache": {
188
+ "ignore": [],
189
+ "globbyOptions": {
190
+ "gitignore": true
191
+ }
192
+ },
193
+ "staticAssets": {
194
+ "dir": "static",
195
+ "base": "/home/runner/work/bridge/bridge/packages/bridge-schema/dist",
196
+ "versionBase": "",
197
+ "version": "1669994245"
198
+ }
199
+ },
200
+ "app": {
201
+ "assetsPath": {}
202
+ },
203
+ "_nuxtConfigFiles": [],
204
+ "rootDir": "/<rootDir>/",
205
+ "vite": {
206
+ "base": "/"
207
+ },
208
+ "appTemplatePath": "/home/runner/work/bridge/bridge/packages/bridge-schema/views/app.template.html",
209
+ "store": false,
210
+ "vueMeta": null,
211
+ "head": {
212
+ "meta": [],
213
+ "link": [],
214
+ "style": [],
215
+ "script": []
216
+ },
217
+ "meta": {
218
+ "meta": [],
219
+ "link": [],
220
+ "style": [],
221
+ "script": []
222
+ },
223
+ "fetch": {
224
+ "server": true,
225
+ "client": true
226
+ },
227
+ "extendPlugins": null,
228
+ "layouts": {},
229
+ "ErrorPage": null,
230
+ "loadingIndicator": {
231
+ "name": "default",
232
+ "color": "black",
233
+ "color2": "#F5F5F5",
234
+ "background": "white",
235
+ "loading": "Loading..."
236
+ },
237
+ "render": {
238
+ "ssr": {},
239
+ "bundleRenderer": {
240
+ "runInNewContext": {}
241
+ },
242
+ "crossorigin": {},
243
+ "resourceHints": true,
244
+ "ssrLog": false,
245
+ "http2": {
246
+ "push": false,
247
+ "shouldPush": null,
248
+ "pushAssets": null
249
+ },
250
+ "static": {
251
+ "prefix": true
252
+ },
253
+ "compressor": {
254
+ "threshold": 0
255
+ },
256
+ "etag": {
257
+ "hash": false,
258
+ "weak": false
259
+ },
260
+ "csp": false,
261
+ "dist": {
262
+ "index": false,
263
+ "maxAge": "1y"
264
+ },
265
+ "fallback": {
266
+ "dist": {},
267
+ "static": {
268
+ "skipUnknown": true,
269
+ "handlers": {
270
+ "": {
271
+ "htm": false,
272
+ "html": false
273
+ }
274
+ }
275
+ }
276
+ }
277
+ },
278
+ "pageTransition": {
279
+ "name": "page",
280
+ "mode": "out-in",
281
+ "appear": false,
282
+ "appearClass": "appear",
283
+ "appearActiveClass": "appear-active",
284
+ "appearToClass": "appear-to"
285
+ },
286
+ "layoutTransition": {
287
+ "name": "layout",
288
+ "mode": "out-in"
289
+ },
290
+ "features": {
291
+ "store": true,
292
+ "layouts": true,
293
+ "meta": true,
294
+ "middleware": true,
295
+ "transitions": true,
296
+ "deprecations": true,
297
+ "validate": true,
298
+ "useAsyncData": true,
299
+ "fetch": true,
300
+ "clientOnline": true,
301
+ "clientPrefetch": true,
302
+ "componentAliases": true,
303
+ "componentClientOnly": true
304
+ },
305
+ "cli": {
306
+ "badgeMessages": [],
307
+ "bannerColor": "green"
308
+ },
309
+ "watch": [],
310
+ "styleExtensions": [
311
+ ".css",
312
+ ".pcss",
313
+ ".postcss",
314
+ ".styl",
315
+ ".stylus",
316
+ ".scss",
317
+ ".sass",
318
+ ".less"
319
+ ],
320
+ "serverMiddleware": [],
321
+ "router": {
322
+ "mode": "history",
323
+ "base": {},
324
+ "_routerBaseSpecified": false,
325
+ "routes": [],
326
+ "routeNameSplitter": "-",
327
+ "middleware": [],
328
+ "linkActiveClass": "nuxt-link-active",
329
+ "linkExactActiveClass": "nuxt-link-exact-active",
330
+ "linkPrefetchedClass": false,
331
+ "extendRoutes": null,
332
+ "scrollBehavior": {},
333
+ "parseQuery": false,
334
+ "stringifyQuery": false,
335
+ "fallback": false,
336
+ "prefetchLinks": true,
337
+ "prefetchPayloads": true,
338
+ "trailingSlash": {}
339
+ },
340
+ "server": {
341
+ "https": false,
342
+ "port": 3000,
343
+ "host": "localhost"
344
+ }
345
+ }