@cocreate/cli 1.51.2 → 1.53.0

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.
@@ -1,501 +1,563 @@
1
1
  module.exports = {
2
- organization_id: "",
3
- key: "",
4
- host: "",
5
- sources: [
6
- {
7
- array: "files",
8
- object: {
9
- _id: "637ca36250234ef1671ce30f",
10
- name: "index.html",
11
- path: "/docs/cli",
12
- pathname: "/docs/cli/index.html",
13
- src: "{{./docs/index.html}}",
14
- host: ["*"],
15
- directory: "cli",
16
- "content-type": "{{content-type}}",
17
- public: "true"
18
- }
19
- }
20
- ],
21
- repositories: [
22
- {
23
- path: "../../CoCreateJS",
24
- repo: "github.com/CoCreate-app/CoCreateJS.git",
25
- exclude: ["fs/webpack"]
26
- },
27
- {
28
- path: "../../CoCreateCSS",
29
- repo: "github.com/CoCreate-app/CoCreateCSS.git"
30
- },
31
- {
32
- path: "../../CoCreate-admin",
33
- repo: "github.com/CoCreate-app/CoCreate-admin.git",
34
- exclude: ["fs/webpack"]
35
- },
36
- {
37
- path: "../../CoCreate-website",
38
- repo: "github.com/CoCreate-app/CoCreate-website.git",
39
- exclude: ["fs/webpack"]
40
- },
41
- {
42
- path: "../CoCreate-actions",
43
- repo: "github.com/CoCreate-app/CoCreate-actions.git"
44
- },
45
- {
46
- path: "../CoCreate-api",
47
- repo: "github.com/CoCreate-app/CoCreate-api.git"
48
- },
49
- {
50
- path: "../CoCreate-attributes",
51
- repo: "github.com/CoCreate-app/CoCreate-attributes.git"
52
- },
53
- {
54
- path: "../CoCreate-cache",
55
- repo: "github.com/CoCreate-app/CoCreate-cache.git"
56
- },
57
- {
58
- path: "../CoCreate-calculate",
59
- repo: "github.com/CoCreate-app/CoCreate-calculation.git"
60
- },
61
- {
62
- path: "../CoCreate-cli",
63
- repo: "github.com/CoCreate-app/CoCreate-cli.git",
64
- exclude: ["fs/webpack"]
65
- },
66
- {
67
- path: "../CoCreate-clipboard",
68
- repo: "github.com/CoCreate-app/CoCreate-clipboard.git"
69
- },
70
- {
71
- path: "../CoCreate-clone",
72
- repo: "github.com/CoCreate-app/CoCreate-clone.git"
73
- },
74
- {
75
- path: "../CoCreate-codearea",
76
- repo: "github.com/CoCreate-app/CoCreate-codearea.git"
77
- },
78
- {
79
- path: "../CoCreate-conditional-logic",
80
- repo: "github.com/CoCreate-app/CoCreate-conditional-logic.git"
81
- },
82
- {
83
- path: "../CoCreate-config",
84
- repo: "github.com/CoCreate-app/CoCreate-config.git"
85
- },
86
- {
87
- path: "../CoCreate-crdt",
88
- repo: "github.com/CoCreate-app/CoCreate-crdt.git"
89
- },
90
- {
91
- path: "../CoCreate-crud-client",
92
- repo: "github.com/CoCreate-app/CoCreate-crud-client.git"
93
- },
94
- {
95
- path: "../CoCreate-css-parser",
96
- repo: "github.com/CoCreate-app/CoCreate-css-parser.git"
97
- },
98
- {
99
- path: "../CoCreate-cursors",
100
- repo: "github.com/CoCreate-app/CoCreate-cursors.git"
101
- },
102
- {
103
- path: "../CoCreate-dnd",
104
- repo: "github.com/CoCreate-app/CoCreate-dnd.git"
105
- },
106
- {
107
- path: "../CoCreate-docs",
108
- repo: "github.com/CoCreate-app/CoCreate-docs.git",
109
- exclude: ["fs/webpack"]
110
- },
111
- {
112
- path: "../CoCreate-element-config",
113
- repo: "github.com/CoCreate-app/CoCreate-element-config.git"
114
- },
115
- {
116
- path: "../CoCreate-element-prototype",
117
- repo: "github.com/CoCreate-app/CoCreate-element-prototype.git"
118
- },
119
- {
120
- path: "../CoCreate-elements",
121
- repo: "github.com/CoCreate-app/CoCreate-elements.git"
122
- },
123
- {
124
- path: "../CoCreate-events",
125
- repo: "github.com/CoCreate-app/CoCreate-events.git"
126
- },
127
- {
128
- path: "../CoCreate-file",
129
- repo: "github.com/CoCreate-app/CoCreate-file.git"
130
- },
131
- {
132
- path: "../CoCreate-filter",
133
- repo: "github.com/CoCreate-app/CoCreate-filter.git"
134
- },
135
- {
136
- path: "../CoCreate-floating-label",
137
- repo: "github.com/CoCreate-app/CoCreate-floating-label.git"
138
- },
139
- {
140
- path: "../CoCreate-fullscreen",
141
- repo: "github.com/CoCreate-app/CoCreate-fullscreen.git"
142
- },
143
- {
144
- path: "../CoCreate-indexeddb",
145
- repo: "github.com/CoCreate-app/CoCreate-indexeddb.git"
146
- },
147
- {
148
- path: "../CoCreate-industry",
149
- repo: "github.com/CoCreate-app/CoCreate-industry.git"
150
- },
151
- {
152
- path: "../CoCreate-lazy-loader",
153
- repo: "github.com/CoCreate-app/CoCreate-lazy-loader.git"
154
- },
155
- {
156
- path: "../CoCreate-local-storage",
157
- repo: "github.com/CoCreate-app/CoCreate-local-storage.git"
158
- },
159
- {
160
- path: "../CoCreate-link",
161
- repo: "github.com/CoCreate-app/CoCreate-link.git"
162
- },
163
- {
164
- path: "../CoCreate-modal",
165
- repo: "github.com/CoCreate-app/CoCreate-modal.git"
166
- },
167
- {
168
- path: "../CoCreate-notification",
169
- repo: "github.com/CoCreate-app/CoCreate-notification.git"
170
- },
171
- {
172
- path: "../CoCreate-observer",
173
- repo: "github.com/CoCreate-app/CoCreate-observer.git"
174
- },
175
- {
176
- path: "../CoCreate-organizations",
177
- repo: "github.com/CoCreate-app/CoCreate-organizations.git"
178
- },
179
- {
180
- path: "../CoCreate-overlay-scroll",
181
- repo: "github.com/CoCreate-app/CoCreate-overlay-scroll.git"
182
- },
183
- {
184
- path: "../CoCreate-parallax",
185
- repo: "github.com/CoCreate-app/CoCreate-parallax.git"
186
- },
187
- {
188
- path: "../CoCreate-state",
189
- repo: "github.com/CoCreate-app/CoCreate-state.git"
190
- },
191
- {
192
- path: "../CoCreate-position",
193
- repo: "github.com/CoCreate-app/CoCreate-position.git"
194
- },
195
- {
196
- path: "../CoCreate-print",
197
- repo: "github.com/CoCreate-app/CoCreate-print.git"
198
- },
199
- {
200
- path: "../CoCreate-progress",
201
- repo: "github.com/CoCreate-app/CoCreate-progress.git"
202
- },
203
- {
204
- path: "../CoCreate-pwa",
205
- repo: "github.com/CoCreate-app/CoCreate-pwa.git"
206
- },
207
- {
208
- path: "../CoCreate-random-color",
209
- repo: "github.com/CoCreate-app/CoCreate-random-color.git"
210
- },
211
- {
212
- path: "../CoCreate-remove",
213
- repo: "github.com/CoCreate-app/CoCreate-remove.git"
214
- },
215
- {
216
- path: "../CoCreate-render",
217
- repo: "github.com/CoCreate-app/CoCreate-render.git"
218
- },
219
- {
220
- path: "../CoCreate-resize",
221
- repo: "github.com/CoCreate-app/CoCreate-resize.git"
222
- },
223
- {
224
- path: "../CoCreate-rich-text",
225
- repo: "github.com/CoCreate-app/CoCreate-rich-text.git"
226
- },
227
- {
228
- path: "../CoCreate-scroll",
229
- repo: "github.com/CoCreate-app/CoCreate-scroll.git"
230
- },
231
- {
232
- path: "../CoCreate-search",
233
- repo: "github.com/CoCreate-app/CoCreate-search.git"
234
- },
235
- {
236
- path: "../CoCreate-select",
237
- repo: "github.com/CoCreate-app/CoCreate-select.git"
238
- },
239
- {
240
- path: "../CoCreate-selection",
241
- repo: "github.com/CoCreate-app/CoCreate-selection.git"
242
- },
243
- {
244
- path: "../CoCreate-socket-client",
245
- repo: "github.com/CoCreate-app/CoCreate-socket-client.git"
246
- },
247
- {
248
- path: "../CoCreate-social-share",
249
- repo: "github.com/CoCreate-app/CoCreate-social-share.git"
250
- },
251
- {
252
- path: "../CoCreate-text",
253
- repo: "github.com/CoCreate-app/CoCreate-text.git"
254
- },
255
- {
256
- path: "../CoCreate-toolbar",
257
- repo: "github.com/CoCreate-app/CoCreate-toolbar.git"
258
- },
259
- {
260
- path: "../CoCreate-unique",
261
- repo: "github.com/CoCreate-app/CoCreate-unique.git"
262
- },
263
- {
264
- path: "../CoCreate-users",
265
- repo: "github.com/CoCreate-app/CoCreate-users.git"
266
- },
267
- {
268
- path: "../CoCreate-utils",
269
- repo: "github.com/CoCreate-app/CoCreate-utils.git"
270
- },
271
- {
272
- path: "../CoCreate-uuid",
273
- repo: "github.com/CoCreate-app/CoCreate-uuid.git"
274
- },
275
- {
276
- path: "../CoCreate-validation",
277
- repo: "github.com/CoCreate-app/CoCreate-validation.git"
278
- },
279
- {
280
- path: "../CoCreate-vdom",
281
- repo: "github.com/CoCreate-app/CoCreate-vdom.git"
282
- },
283
- {
284
- path: "../../CoCreate-apps/CoCreate-builder",
285
- repo: "github.com/CoCreate-app/CoCreate-builder.git",
286
- exclude: ["fs/webpack"]
287
- },
288
- {
289
- path: "../../CoCreate-apps/CoCreate-dashboard",
290
- repo: "github.com/CoCreate-app/CoCreate-dashboard.git",
291
- exclude: ["fs/webpack"]
292
- },
293
- {
294
- path: "../../CoCreate-apps/CoCreate-datatable",
295
- repo: "github.com/CoCreate-app/CoCreate-datatable.git",
296
- exclude: ["fs/webpack"]
297
- },
298
- {
299
- path: "../../CoCreate-apps/CoCreate-kanban",
300
- repo: "github.com/CoCreate-app/CoCreate-kanban.git",
301
- exclude: ["fs/webpack"]
302
- },
303
- {
304
- path: "../../CoCreate-apps/CoCreate-sandbox",
305
- repo: "github.com/CoCreate-app/CoCreate-sandbox.git",
306
- exclude: ["fs/webpack"]
307
- },
308
-
309
- {
310
- path: "../../CoCreate-plugins/CoCreate-charts",
311
- repo: "github.com/CoCreate-app/CoCreate-charts.git"
312
- },
313
- {
314
- path: "../../CoCreate-plugins/CoCreate-alpha-vantage",
315
- repo: "github.com/CoCreate-app/CoCreate-alpha-vantage.git"
316
- },
317
- {
318
- path: "../../CoCreate-plugins/CoCreate-aos",
319
- repo: "github.com/CoCreate-app/CoCreate-aos.git"
320
- },
321
- {
322
- path: "../../CoCreate-plugins/CoCreate-croppie",
323
- repo: "github.com/CoCreate-app/CoCreate-croppie.git"
324
- },
325
- {
326
- path: "../../CoCreate-plugins/CoCreate-domain",
327
- repo: "github.com/CoCreate-app/CoCreate-domain.git"
328
- },
329
- {
330
- path: "../../CoCreate-plugins/CoCreate-fabric",
331
- repo: "github.com/CoCreate-app/CoCreate-fabric.git"
332
- },
333
- {
334
- path: "../../CoCreate-plugins/CoCreate-facebook",
335
- repo: "github.com/CoCreate-app/CoCreate-facebook.git"
336
- },
337
- {
338
- path: "../../CoCreate-plugins/CoCreate-fullcalendar",
339
- repo: "github.com/CoCreate-app/CoCreate-fullcalendar.git"
340
- },
341
- {
342
- path: "../../CoCreate-plugins/CoCreate-ffmpeg",
343
- repo: "github.com/CoCreate-app/CoCreate-ffmpeg.git",
344
- exclude: ["fs/webpack"]
345
- },
346
- {
347
- path: "../../CoCreate-plugins/CoCreate-google-maps",
348
- repo: "github.com/CoCreate-app/CoCreate-google-maps.git"
349
- },
350
- {
351
- path: "../../CoCreate-plugins/CoCreate-google-auth",
352
- repo: "github.com/CoCreate-app/CoCreate-google-auth.git"
353
- },
354
- {
355
- path: "../../CoCreate-plugins/CoCreate-instagram",
356
- repo: "github.com/CoCreate-app/CoCreate-instagram.git"
357
- },
358
- {
359
- path: "../../CoCreate-plugins/CoCreate-lighthouse",
360
- repo: "github.com/CoCreate-app/CoCreate-lighthouse.git"
361
- },
362
- {
363
- path: "../../CoCreate-plugins/CoCreate-linkedin",
364
- repo: "github.com/CoCreate-app/CoCreate-linkedin.git"
365
- },
366
- {
367
- path: "../../CoCreate-plugins/CoCreate-marked",
368
- repo: "github.com/CoCreate-app/CoCreate-marked.git"
369
- },
370
- {
371
- path: "../../CoCreate-plugins/CoCreate-mongodb",
372
- repo: "github.com/CoCreate-app/CoCreate-mongodb.git",
373
- exclude: ["fs/webpack"]
374
- },
375
- {
376
- path: "../../CoCreate-plugins/CoCreate-openai",
377
- repo: "github.com/CoCreate-app/CoCreate-openai.git"
378
- },
379
- {
380
- path: "../../CoCreate-plugins/CoCreate-pickr",
381
- repo: "github.com/CoCreate-app/CoCreate-pickr.git"
382
- },
383
- {
384
- path: "../../CoCreate-plugins/CoCreate-pinterest",
385
- repo: "github.com/CoCreate-app/CoCreate-pinterest.git"
386
- },
387
- {
388
- path: "../../CoCreate-plugins/CoCreate-plaid",
389
- repo: "github.com/CoCreate-app/CoCreate-plaid.git"
390
- },
391
- {
392
- path: "../../CoCreate-plugins/CoCreate-prism",
393
- repo: "github.com/CoCreate-app/CoCreate-prism.git"
394
- },
395
- {
396
- path: "../../CoCreate-plugins/CoCreate-sendgrid",
397
- repo: "github.com/CoCreate-app/CoCreate-sendgrid.git"
398
- },
399
- {
400
- path: "../../CoCreate-plugins/CoCreate-shipengine",
401
- repo: "github.com/CoCreate-app/CoCreate-shipengine.git"
402
- },
403
- {
404
- path: "../../CoCreate-plugins/CoCreate-stripe",
405
- repo: "github.com/CoCreate-app/CoCreate-stripe.git"
406
- },
407
- {
408
- path: "../../CoCreate-plugins/CoCreate-twilio",
409
- repo: "github.com/CoCreate-app/CoCreate-twilio.git"
410
- },
411
- {
412
- path: "../../CoCreate-plugins/CoCreate-twitter",
413
- repo: "github.com/CoCreate-app/CoCreate-twitter.git"
414
- },
415
- {
416
- path: "../../CoCreateWS",
417
- repo: "github.com/CoCreate-app/CoCreateWS.git",
418
- exclude: ["fs/webpack"]
419
- },
420
- {
421
- path: "../CoCreate-acme",
422
- repo: "github.com/CoCreate-app/CoCreate-acme.git",
423
- exclude: ["fs/webpack"]
424
- },
425
- {
426
- path: "../CoCreate-authenticate",
427
- repo: "github.com/CoCreate-app/CoCreate-authenticate.git",
428
- exclude: ["fs/webpack"]
429
- },
430
- {
431
- path: "../CoCreate-authorize",
432
- repo: "github.com/CoCreate-app/CoCreate-authorize.git",
433
- exclude: ["fs/webpack"]
434
- },
435
- {
436
- path: "../CoCreate-cron-jobs",
437
- repo: "github.com/CoCreate-app/CoCreate-cron-jobs.git",
438
- exclude: ["fs/webpack"]
439
- },
440
- {
441
- path: "../CoCreate-crud-server",
442
- repo: "github.com/CoCreate-app/CoCreate-crud-server.git",
443
- exclude: ["fs/webpack"]
444
- },
445
- {
446
- path: "../CoCreate-file-server",
447
- repo: "github.com/CoCreate-app/CoCreate-file-server.git",
448
- exclude: ["fs/webpack"]
449
- },
450
- {
451
- path: "../CoCreate-metrics",
452
- repo: "github.com/CoCreate-app/CoCreate-metrics.git",
453
- exclude: ["fs/webpack"]
454
- },
455
- {
456
- path: "../CoCreate-node-autoscaler",
457
- repo: "github.com/CoCreate-app/CoCreate-node-autoscaler.git",
458
- exclude: ["fs/webpack"]
459
- },
460
- {
461
- path: "../../CoCreate-plugins/CoCreate-nginx",
462
- repo: "github.com/CoCreate-app/CoCreate-nginx.git",
463
- exclude: ["fs/webpack"]
464
- },
465
- {
466
- path: "../CoCreate-server",
467
- repo: "github.com/CoCreate-app/CoCreate-server.git",
468
- exclude: ["fs/webpack"]
469
- },
470
- {
471
- path: "../CoCreate-server-side-render",
472
- repo: "github.com/CoCreate-app/CoCreate-server-side-render.git",
473
- exclude: ["fs/webpack"]
474
- },
475
- {
476
- path: "../CoCreate-socket-server",
477
- repo: "github.com/CoCreate-app/CoCreate-socket-server.git",
478
- exclude: ["fs/webpack"]
479
- },
480
- {
481
- path: "../CoCreate-sitemap",
482
- repo: "github.com/CoCreate-app/CoCreate-sitemap.git",
483
- exclude: ["fs/webpack"]
484
- },
485
- {
486
- path: "../CoCreate-url-uploader",
487
- repo: "github.com/CoCreate-app/CoCreate-url-uploader.git",
488
- exclude: ["fs/webpack"]
489
- },
490
- {
491
- path: "../CoCreate-usage",
492
- repo: "github.com/CoCreate-app/CoCreate-usage.git",
493
- exclude: ["fs/webpack"]
494
- },
495
- {
496
- path: "../../CoCreate-plugins/CoCreate-webpack",
497
- repo: "github.com/CoCreate-app/CoCreate-webpack.git",
498
- exclude: ["fs/webpack"]
499
- }
500
- ]
501
- };
2
+ "organization_id": "",
3
+ "key": "",
4
+ "host": "",
5
+ "sources": [
6
+ {
7
+ "array": "files",
8
+ "object": {
9
+ "_id": "637ca36250234ef1671ce30f",
10
+ "name": "index.html",
11
+ "path": "/docs/cli",
12
+ "pathname": "/docs/cli/index.html",
13
+ "src": "{{./docs/index.html}}",
14
+ "host": [
15
+ "*"
16
+ ],
17
+ "directory": "cli",
18
+ "content-type": "{{content-type}}",
19
+ "public": "true"
20
+ }
21
+ }
22
+ ],
23
+ "repositories": [
24
+ {
25
+ "path": "../../CoCreateJS",
26
+ "repo": "github.com/CoCreate-app/CoCreateJS.git",
27
+ "exclude": [
28
+ "fs/webpack"
29
+ ]
30
+ },
31
+ {
32
+ "path": "../../CoCreateCSS",
33
+ "repo": "github.com/CoCreate-app/CoCreateCSS.git"
34
+ },
35
+ {
36
+ "path": "../../CoCreate-admin",
37
+ "repo": "github.com/CoCreate-app/CoCreate-admin.git",
38
+ "exclude": [
39
+ "fs/webpack"
40
+ ]
41
+ },
42
+ {
43
+ "path": "../../CoCreate-website",
44
+ "repo": "github.com/CoCreate-app/CoCreate-website.git",
45
+ "exclude": [
46
+ "fs/webpack"
47
+ ]
48
+ },
49
+ {
50
+ "path": "../CoCreate-actions",
51
+ "repo": "github.com/CoCreate-app/CoCreate-actions.git"
52
+ },
53
+ {
54
+ "path": "../CoCreate-api",
55
+ "repo": "github.com/CoCreate-app/CoCreate-api.git"
56
+ },
57
+ {
58
+ "path": "../CoCreate-attributes",
59
+ "repo": "github.com/CoCreate-app/CoCreate-attributes.git"
60
+ },
61
+ {
62
+ "path": "../CoCreate-cache",
63
+ "repo": "github.com/CoCreate-app/CoCreate-cache.git"
64
+ },
65
+ {
66
+ "path": "../CoCreate-calculate",
67
+ "repo": "github.com/CoCreate-app/CoCreate-calculation.git"
68
+ },
69
+ {
70
+ "path": "../CoCreate-cli",
71
+ "repo": "github.com/CoCreate-app/CoCreate-cli.git",
72
+ "exclude": [
73
+ "fs/webpack"
74
+ ]
75
+ },
76
+ {
77
+ "path": "../CoCreate-clipboard",
78
+ "repo": "github.com/CoCreate-app/CoCreate-clipboard.git"
79
+ },
80
+ {
81
+ "path": "../CoCreate-clone",
82
+ "repo": "github.com/CoCreate-app/CoCreate-clone.git"
83
+ },
84
+ {
85
+ "path": "../CoCreate-codearea",
86
+ "repo": "github.com/CoCreate-app/CoCreate-codearea.git"
87
+ },
88
+ {
89
+ "path": "../CoCreate-conditional-logic",
90
+ "repo": "github.com/CoCreate-app/CoCreate-conditional-logic.git"
91
+ },
92
+ {
93
+ "path": "../CoCreate-config",
94
+ "repo": "github.com/CoCreate-app/CoCreate-config.git"
95
+ },
96
+ {
97
+ "path": "../CoCreate-crdt",
98
+ "repo": "github.com/CoCreate-app/CoCreate-crdt.git"
99
+ },
100
+ {
101
+ "path": "../CoCreate-crud-client",
102
+ "repo": "github.com/CoCreate-app/CoCreate-crud-client.git"
103
+ },
104
+ {
105
+ "path": "../CoCreate-css-parser",
106
+ "repo": "github.com/CoCreate-app/CoCreate-css-parser.git"
107
+ },
108
+ {
109
+ "path": "../CoCreate-cursors",
110
+ "repo": "github.com/CoCreate-app/CoCreate-cursors.git"
111
+ },
112
+ {
113
+ "path": "../CoCreate-dnd",
114
+ "repo": "github.com/CoCreate-app/CoCreate-dnd.git"
115
+ },
116
+ {
117
+ "path": "../CoCreate-docs",
118
+ "repo": "github.com/CoCreate-app/CoCreate-docs.git",
119
+ "exclude": [
120
+ "fs/webpack"
121
+ ]
122
+ },
123
+ {
124
+ "path": "../CoCreate-element-config",
125
+ "repo": "github.com/CoCreate-app/CoCreate-element-config.git"
126
+ },
127
+ {
128
+ "path": "../CoCreate-element-prototype",
129
+ "repo": "github.com/CoCreate-app/CoCreate-element-prototype.git"
130
+ },
131
+ {
132
+ "path": "../CoCreate-elements",
133
+ "repo": "github.com/CoCreate-app/CoCreate-elements.git"
134
+ },
135
+ {
136
+ "path": "../CoCreate-events",
137
+ "repo": "github.com/CoCreate-app/CoCreate-events.git"
138
+ },
139
+ {
140
+ "path": "../CoCreate-file",
141
+ "repo": "github.com/CoCreate-app/CoCreate-file.git"
142
+ },
143
+ {
144
+ "path": "../CoCreate-filter",
145
+ "repo": "github.com/CoCreate-app/CoCreate-filter.git"
146
+ },
147
+ {
148
+ "path": "../CoCreate-floating-label",
149
+ "repo": "github.com/CoCreate-app/CoCreate-floating-label.git"
150
+ },
151
+ {
152
+ "path": "../CoCreate-fullscreen",
153
+ "repo": "github.com/CoCreate-app/CoCreate-fullscreen.git"
154
+ },
155
+ {
156
+ "path": "../CoCreate-indexeddb",
157
+ "repo": "github.com/CoCreate-app/CoCreate-indexeddb.git"
158
+ },
159
+ {
160
+ "path": "../CoCreate-industry",
161
+ "repo": "github.com/CoCreate-app/CoCreate-industry.git"
162
+ },
163
+ {
164
+ "path": "../CoCreate-lazy-loader",
165
+ "repo": "github.com/CoCreate-app/CoCreate-lazy-loader.git"
166
+ },
167
+ {
168
+ "path": "../CoCreate-local-storage",
169
+ "repo": "github.com/CoCreate-app/CoCreate-local-storage.git"
170
+ },
171
+ {
172
+ "path": "../CoCreate-link",
173
+ "repo": "github.com/CoCreate-app/CoCreate-link.git"
174
+ },
175
+ {
176
+ "path": "../CoCreate-modal",
177
+ "repo": "github.com/CoCreate-app/CoCreate-modal.git"
178
+ },
179
+ {
180
+ "path": "../CoCreate-notification",
181
+ "repo": "github.com/CoCreate-app/CoCreate-notification.git"
182
+ },
183
+ {
184
+ "path": "../CoCreate-observer",
185
+ "repo": "github.com/CoCreate-app/CoCreate-observer.git"
186
+ },
187
+ {
188
+ "path": "../CoCreate-organizations",
189
+ "repo": "github.com/CoCreate-app/CoCreate-organizations.git"
190
+ },
191
+ {
192
+ "path": "../CoCreate-overlay-scroll",
193
+ "repo": "github.com/CoCreate-app/CoCreate-overlay-scroll.git"
194
+ },
195
+ {
196
+ "path": "../CoCreate-parallax",
197
+ "repo": "github.com/CoCreate-app/CoCreate-parallax.git"
198
+ },
199
+ {
200
+ "path": "../CoCreate-state",
201
+ "repo": "github.com/CoCreate-app/CoCreate-state.git"
202
+ },
203
+ {
204
+ "path": "../CoCreate-position",
205
+ "repo": "github.com/CoCreate-app/CoCreate-position.git"
206
+ },
207
+ {
208
+ "path": "../CoCreate-print",
209
+ "repo": "github.com/CoCreate-app/CoCreate-print.git"
210
+ },
211
+ {
212
+ "path": "../CoCreate-progress",
213
+ "repo": "github.com/CoCreate-app/CoCreate-progress.git"
214
+ },
215
+ {
216
+ "path": "../CoCreate-pwa",
217
+ "repo": "github.com/CoCreate-app/CoCreate-pwa.git"
218
+ },
219
+ {
220
+ "path": "../CoCreate-random-color",
221
+ "repo": "github.com/CoCreate-app/CoCreate-random-color.git"
222
+ },
223
+ {
224
+ "path": "../CoCreate-remove",
225
+ "repo": "github.com/CoCreate-app/CoCreate-remove.git"
226
+ },
227
+ {
228
+ "path": "../CoCreate-render",
229
+ "repo": "github.com/CoCreate-app/CoCreate-render.git"
230
+ },
231
+ {
232
+ "path": "../CoCreate-resize",
233
+ "repo": "github.com/CoCreate-app/CoCreate-resize.git"
234
+ },
235
+ {
236
+ "path": "../CoCreate-rich-text",
237
+ "repo": "github.com/CoCreate-app/CoCreate-rich-text.git"
238
+ },
239
+ {
240
+ "path": "../CoCreate-scroll",
241
+ "repo": "github.com/CoCreate-app/CoCreate-scroll.git"
242
+ },
243
+ {
244
+ "path": "../CoCreate-search",
245
+ "repo": "github.com/CoCreate-app/CoCreate-search.git"
246
+ },
247
+ {
248
+ "path": "../CoCreate-select",
249
+ "repo": "github.com/CoCreate-app/CoCreate-select.git"
250
+ },
251
+ {
252
+ "path": "../CoCreate-selection",
253
+ "repo": "github.com/CoCreate-app/CoCreate-selection.git"
254
+ },
255
+ {
256
+ "path": "../CoCreate-socket-client",
257
+ "repo": "github.com/CoCreate-app/CoCreate-socket-client.git"
258
+ },
259
+ {
260
+ "path": "../CoCreate-social-share",
261
+ "repo": "github.com/CoCreate-app/CoCreate-social-share.git"
262
+ },
263
+ {
264
+ "path": "../CoCreate-text",
265
+ "repo": "github.com/CoCreate-app/CoCreate-text.git"
266
+ },
267
+ {
268
+ "path": "../CoCreate-toolbar",
269
+ "repo": "github.com/CoCreate-app/CoCreate-toolbar.git"
270
+ },
271
+ {
272
+ "path": "../CoCreate-unique",
273
+ "repo": "github.com/CoCreate-app/CoCreate-unique.git"
274
+ },
275
+ {
276
+ "path": "../CoCreate-users",
277
+ "repo": "github.com/CoCreate-app/CoCreate-users.git"
278
+ },
279
+ {
280
+ "path": "../CoCreate-utils",
281
+ "repo": "github.com/CoCreate-app/CoCreate-utils.git"
282
+ },
283
+ {
284
+ "path": "../CoCreate-uuid",
285
+ "repo": "github.com/CoCreate-app/CoCreate-uuid.git"
286
+ },
287
+ {
288
+ "path": "../CoCreate-validation",
289
+ "repo": "github.com/CoCreate-app/CoCreate-validation.git"
290
+ },
291
+ {
292
+ "path": "../CoCreate-vdom",
293
+ "repo": "github.com/CoCreate-app/CoCreate-vdom.git"
294
+ },
295
+ {
296
+ "path": "../../CoCreate-apps/CoCreate-builder",
297
+ "repo": "github.com/CoCreate-app/CoCreate-builder.git",
298
+ "exclude": [
299
+ "fs/webpack"
300
+ ]
301
+ },
302
+ {
303
+ "path": "../../CoCreate-apps/CoCreate-dashboard",
304
+ "repo": "github.com/CoCreate-app/CoCreate-dashboard.git",
305
+ "exclude": [
306
+ "fs/webpack"
307
+ ]
308
+ },
309
+ {
310
+ "path": "../../CoCreate-apps/CoCreate-datatable",
311
+ "repo": "github.com/CoCreate-app/CoCreate-datatable.git",
312
+ "exclude": [
313
+ "fs/webpack"
314
+ ]
315
+ },
316
+ {
317
+ "path": "../../CoCreate-apps/CoCreate-kanban",
318
+ "repo": "github.com/CoCreate-app/CoCreate-kanban.git",
319
+ "exclude": [
320
+ "fs/webpack"
321
+ ]
322
+ },
323
+ {
324
+ "path": "../../CoCreate-apps/CoCreate-sandbox",
325
+ "repo": "github.com/CoCreate-app/CoCreate-sandbox.git",
326
+ "exclude": [
327
+ "fs/webpack"
328
+ ]
329
+ },
330
+ {
331
+ "path": "../../CoCreate-plugins/CoCreate-charts",
332
+ "repo": "github.com/CoCreate-app/CoCreate-charts.git"
333
+ },
334
+ {
335
+ "path": "../../CoCreate-plugins/CoCreate-alpha-vantage",
336
+ "repo": "github.com/CoCreate-app/CoCreate-alpha-vantage.git"
337
+ },
338
+ {
339
+ "path": "../../CoCreate-plugins/CoCreate-aos",
340
+ "repo": "github.com/CoCreate-app/CoCreate-aos.git"
341
+ },
342
+ {
343
+ "path": "../../CoCreate-plugins/CoCreate-croppie",
344
+ "repo": "github.com/CoCreate-app/CoCreate-croppie.git"
345
+ },
346
+ {
347
+ "path": "../../CoCreate-plugins/CoCreate-domain",
348
+ "repo": "github.com/CoCreate-app/CoCreate-domain.git"
349
+ },
350
+ {
351
+ "path": "../../CoCreate-plugins/CoCreate-fabric",
352
+ "repo": "github.com/CoCreate-app/CoCreate-fabric.git"
353
+ },
354
+ {
355
+ "path": "../../CoCreate-plugins/CoCreate-facebook",
356
+ "repo": "github.com/CoCreate-app/CoCreate-facebook.git"
357
+ },
358
+ {
359
+ "path": "../../CoCreate-plugins/CoCreate-fullcalendar",
360
+ "repo": "github.com/CoCreate-app/CoCreate-fullcalendar.git"
361
+ },
362
+ {
363
+ "path": "../../CoCreate-plugins/CoCreate-ffmpeg",
364
+ "repo": "github.com/CoCreate-app/CoCreate-ffmpeg.git",
365
+ "exclude": [
366
+ "fs/webpack"
367
+ ]
368
+ },
369
+ {
370
+ "path": "../../CoCreate-plugins/CoCreate-google-maps",
371
+ "repo": "github.com/CoCreate-app/CoCreate-google-maps.git"
372
+ },
373
+ {
374
+ "path": "../../CoCreate-plugins/CoCreate-google-auth",
375
+ "repo": "github.com/CoCreate-app/CoCreate-google-auth.git"
376
+ },
377
+ {
378
+ "path": "../../CoCreate-plugins/CoCreate-instagram",
379
+ "repo": "github.com/CoCreate-app/CoCreate-instagram.git"
380
+ },
381
+ {
382
+ "path": "../../CoCreate-plugins/CoCreate-lighthouse",
383
+ "repo": "github.com/CoCreate-app/CoCreate-lighthouse.git"
384
+ },
385
+ {
386
+ "path": "../../CoCreate-plugins/CoCreate-linkedin",
387
+ "repo": "github.com/CoCreate-app/CoCreate-linkedin.git"
388
+ },
389
+ {
390
+ "path": "../../CoCreate-plugins/CoCreate-marked",
391
+ "repo": "github.com/CoCreate-app/CoCreate-marked.git"
392
+ },
393
+ {
394
+ "path": "../../CoCreate-plugins/CoCreate-mongodb",
395
+ "repo": "github.com/CoCreate-app/CoCreate-mongodb.git",
396
+ "exclude": [
397
+ "fs/webpack"
398
+ ]
399
+ },
400
+ {
401
+ "path": "../../CoCreate-plugins/CoCreate-openai",
402
+ "repo": "github.com/CoCreate-app/CoCreate-openai.git"
403
+ },
404
+ {
405
+ "path": "../../CoCreate-plugins/CoCreate-pickr",
406
+ "repo": "github.com/CoCreate-app/CoCreate-pickr.git"
407
+ },
408
+ {
409
+ "path": "../../CoCreate-plugins/CoCreate-pinterest",
410
+ "repo": "github.com/CoCreate-app/CoCreate-pinterest.git"
411
+ },
412
+ {
413
+ "path": "../../CoCreate-plugins/CoCreate-plaid",
414
+ "repo": "github.com/CoCreate-app/CoCreate-plaid.git"
415
+ },
416
+ {
417
+ "path": "../../CoCreate-plugins/CoCreate-prism",
418
+ "repo": "github.com/CoCreate-app/CoCreate-prism.git"
419
+ },
420
+ {
421
+ "path": "../../CoCreate-plugins/CoCreate-sendgrid",
422
+ "repo": "github.com/CoCreate-app/CoCreate-sendgrid.git"
423
+ },
424
+ {
425
+ "path": "../../CoCreate-plugins/CoCreate-shipengine",
426
+ "repo": "github.com/CoCreate-app/CoCreate-shipengine.git"
427
+ },
428
+ {
429
+ "path": "../../CoCreate-plugins/CoCreate-stripe",
430
+ "repo": "github.com/CoCreate-app/CoCreate-stripe.git"
431
+ },
432
+ {
433
+ "path": "../../CoCreate-plugins/CoCreate-twilio",
434
+ "repo": "github.com/CoCreate-app/CoCreate-twilio.git"
435
+ },
436
+ {
437
+ "path": "../../CoCreate-plugins/CoCreate-twitter",
438
+ "repo": "github.com/CoCreate-app/CoCreate-twitter.git"
439
+ },
440
+ {
441
+ "path": "../../CoCreateWS",
442
+ "repo": "github.com/CoCreate-app/CoCreateWS.git",
443
+ "exclude": [
444
+ "fs/webpack"
445
+ ]
446
+ },
447
+ {
448
+ "path": "../CoCreate-acme",
449
+ "repo": "github.com/CoCreate-app/CoCreate-acme.git",
450
+ "exclude": [
451
+ "fs/webpack"
452
+ ]
453
+ },
454
+ {
455
+ "path": "../CoCreate-authenticate",
456
+ "repo": "github.com/CoCreate-app/CoCreate-authenticate.git",
457
+ "exclude": [
458
+ "fs/webpack"
459
+ ]
460
+ },
461
+ {
462
+ "path": "../CoCreate-authorize",
463
+ "repo": "github.com/CoCreate-app/CoCreate-authorize.git",
464
+ "exclude": [
465
+ "fs/webpack"
466
+ ]
467
+ },
468
+ {
469
+ "path": "../CoCreate-cron-jobs",
470
+ "repo": "github.com/CoCreate-app/CoCreate-cron-jobs.git",
471
+ "exclude": [
472
+ "fs/webpack"
473
+ ]
474
+ },
475
+ {
476
+ "path": "../CoCreate-crud-server",
477
+ "repo": "github.com/CoCreate-app/CoCreate-crud-server.git",
478
+ "exclude": [
479
+ "fs/webpack"
480
+ ]
481
+ },
482
+ {
483
+ "path": "../CoCreate-file-server",
484
+ "repo": "github.com/CoCreate-app/CoCreate-file-server.git",
485
+ "exclude": [
486
+ "fs/webpack"
487
+ ]
488
+ },
489
+ {
490
+ "path": "../CoCreate-metrics",
491
+ "repo": "github.com/CoCreate-app/CoCreate-metrics.git",
492
+ "exclude": [
493
+ "fs/webpack"
494
+ ]
495
+ },
496
+ {
497
+ "path": "../CoCreate-node-autoscaler",
498
+ "repo": "github.com/CoCreate-app/CoCreate-node-autoscaler.git",
499
+ "exclude": [
500
+ "fs/webpack"
501
+ ]
502
+ },
503
+ {
504
+ "path": "../../CoCreate-plugins/CoCreate-nginx",
505
+ "repo": "github.com/CoCreate-app/CoCreate-nginx.git",
506
+ "exclude": [
507
+ "fs/webpack"
508
+ ]
509
+ },
510
+ {
511
+ "path": "../CoCreate-server",
512
+ "repo": "github.com/CoCreate-app/CoCreate-server.git",
513
+ "exclude": [
514
+ "fs/webpack"
515
+ ]
516
+ },
517
+ {
518
+ "path": "../CoCreate-server-side-render",
519
+ "repo": "github.com/CoCreate-app/CoCreate-server-side-render.git",
520
+ "exclude": [
521
+ "fs/webpack"
522
+ ]
523
+ },
524
+ {
525
+ "path": "../CoCreate-socket-server",
526
+ "repo": "github.com/CoCreate-app/CoCreate-socket-server.git",
527
+ "exclude": [
528
+ "fs/webpack"
529
+ ]
530
+ },
531
+ {
532
+ "path": "../CoCreate-sitemap",
533
+ "repo": "github.com/CoCreate-app/CoCreate-sitemap.git",
534
+ "exclude": [
535
+ "fs/webpack"
536
+ ]
537
+ },
538
+ {
539
+ "path": "../CoCreate-url-uploader",
540
+ "repo": "github.com/CoCreate-app/CoCreate-url-uploader.git",
541
+ "exclude": [
542
+ "fs/webpack"
543
+ ]
544
+ },
545
+ {
546
+ "path": "../CoCreate-usage",
547
+ "repo": "github.com/CoCreate-app/CoCreate-usage.git",
548
+ "exclude": [
549
+ "fs/webpack"
550
+ ]
551
+ },
552
+ {
553
+ "path": "../../CoCreate-plugins/CoCreate-webpack",
554
+ "repo": "github.com/CoCreate-app/CoCreate-webpack.git",
555
+ "exclude": [
556
+ "fs/webpack"
557
+ ]
558
+ }
559
+ ],
560
+ "configPath": "/home/cocreate/CoCreate/CoCreate-modules/CoCreate-cli/CoCreate.config.js",
561
+ "filePath": "/home/cocreate/CoCreate/CoCreate-modules/CoCreate-cli/CoCreate.config.js",
562
+ "hideMessage": false
563
+ };