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