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