@saltcorn/cli 0.5.6-beta.2 → 0.6.0-alpha.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.
- package/README.md +27 -27
- package/npm-shrinkwrap.json +360 -61
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @saltcorn/cli
|
|
|
20
20
|
$ saltcorn COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ saltcorn (-v|--version|version)
|
|
23
|
-
@saltcorn/cli/0.
|
|
23
|
+
@saltcorn/cli/0.6.0-alpha.0 darwin-x64 node-v14.16.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -68,7 +68,7 @@ USAGE
|
|
|
68
68
|
$ saltcorn add-schema
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
71
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/add-schema.js)_
|
|
72
72
|
|
|
73
73
|
## `saltcorn backup`
|
|
74
74
|
|
|
@@ -84,7 +84,7 @@ OPTIONS
|
|
|
84
84
|
-z, --zip zip format
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
87
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/backup.js)_
|
|
88
88
|
|
|
89
89
|
## `saltcorn create-tenant TENANT`
|
|
90
90
|
|
|
@@ -102,7 +102,7 @@ OPTIONS
|
|
|
102
102
|
-e, --email=email Email of owner of tenant
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
105
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/create-tenant.js)_
|
|
106
106
|
|
|
107
107
|
## `saltcorn create-user`
|
|
108
108
|
|
|
@@ -120,7 +120,7 @@ OPTIONS
|
|
|
120
120
|
-t, --tenant=tenant tenant
|
|
121
121
|
```
|
|
122
122
|
|
|
123
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
123
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/create-user.js)_
|
|
124
124
|
|
|
125
125
|
## `saltcorn fixtures`
|
|
126
126
|
|
|
@@ -138,7 +138,7 @@ DESCRIPTION
|
|
|
138
138
|
This manual step it is never required for users and rarely required for developers
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
141
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/fixtures.js)_
|
|
142
142
|
|
|
143
143
|
## `saltcorn help [COMMAND]`
|
|
144
144
|
|
|
@@ -176,7 +176,7 @@ ALIASES
|
|
|
176
176
|
$ saltcorn paths
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
179
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/info.js)_
|
|
180
180
|
|
|
181
181
|
## `saltcorn install-pack`
|
|
182
182
|
|
|
@@ -192,7 +192,7 @@ OPTIONS
|
|
|
192
192
|
-t, --tenant=tenant tenant
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
195
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/install-pack.js)_
|
|
196
196
|
|
|
197
197
|
## `saltcorn install-plugin`
|
|
198
198
|
|
|
@@ -208,7 +208,7 @@ OPTIONS
|
|
|
208
208
|
-t, --tenant=tenant tenant
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
211
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/install-plugin.js)_
|
|
212
212
|
|
|
213
213
|
## `saltcorn list-tenants`
|
|
214
214
|
|
|
@@ -219,7 +219,7 @@ USAGE
|
|
|
219
219
|
$ saltcorn list-tenants
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
222
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/list-tenants.js)_
|
|
223
223
|
|
|
224
224
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
225
225
|
|
|
@@ -234,7 +234,7 @@ ARGUMENTS
|
|
|
234
234
|
PATH path to local plugin
|
|
235
235
|
```
|
|
236
236
|
|
|
237
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
237
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/localize-plugin.js)_
|
|
238
238
|
|
|
239
239
|
## `saltcorn make-migration`
|
|
240
240
|
|
|
@@ -250,7 +250,7 @@ DESCRIPTION
|
|
|
250
250
|
unless you are a developer.
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
253
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/make-migration.js)_
|
|
254
254
|
|
|
255
255
|
## `saltcorn saltcorn migrate`
|
|
256
256
|
|
|
@@ -272,7 +272,7 @@ DESCRIPTION
|
|
|
272
272
|
servers and need to control when the migrations are run.
|
|
273
273
|
```
|
|
274
274
|
|
|
275
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
275
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/migrate.js)_
|
|
276
276
|
|
|
277
277
|
## `saltcorn plugins`
|
|
278
278
|
|
|
@@ -299,7 +299,7 @@ EXAMPLES
|
|
|
299
299
|
plugins -u -f - force plugin update
|
|
300
300
|
```
|
|
301
301
|
|
|
302
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
302
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/plugins.js)_
|
|
303
303
|
|
|
304
304
|
## `saltcorn release VERSION`
|
|
305
305
|
|
|
@@ -313,7 +313,7 @@ ARGUMENTS
|
|
|
313
313
|
VERSION New version number
|
|
314
314
|
```
|
|
315
315
|
|
|
316
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
316
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/release.js)_
|
|
317
317
|
|
|
318
318
|
## `saltcorn reset-schema`
|
|
319
319
|
|
|
@@ -332,7 +332,7 @@ DESCRIPTION
|
|
|
332
332
|
This will delete all existing information
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
335
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/reset-schema.js)_
|
|
336
336
|
|
|
337
337
|
## `saltcorn restore FILE`
|
|
338
338
|
|
|
@@ -349,7 +349,7 @@ OPTIONS
|
|
|
349
349
|
-t, --tenant=tenant tenant
|
|
350
350
|
```
|
|
351
351
|
|
|
352
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
352
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/restore.js)_
|
|
353
353
|
|
|
354
354
|
## `saltcorn rm-tenant TENANT`
|
|
355
355
|
|
|
@@ -363,7 +363,7 @@ ARGUMENTS
|
|
|
363
363
|
TENANT Tenant to remove
|
|
364
364
|
```
|
|
365
365
|
|
|
366
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
366
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/rm-tenant.js)_
|
|
367
367
|
|
|
368
368
|
## `saltcorn run-benchmark [BASEURL]`
|
|
369
369
|
|
|
@@ -382,7 +382,7 @@ OPTIONS
|
|
|
382
382
|
-t, --token=token API Token for reporting results
|
|
383
383
|
```
|
|
384
384
|
|
|
385
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
385
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/run-benchmark.js)_
|
|
386
386
|
|
|
387
387
|
## `saltcorn run-tests [PACKAGE]`
|
|
388
388
|
|
|
@@ -400,7 +400,7 @@ OPTIONS
|
|
|
400
400
|
-f, --forever Run forever till failure
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
403
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/run-tests.js)_
|
|
404
404
|
|
|
405
405
|
## `saltcorn scheduler`
|
|
406
406
|
|
|
@@ -414,7 +414,7 @@ OPTIONS
|
|
|
414
414
|
-v, --verbose Verbose
|
|
415
415
|
```
|
|
416
416
|
|
|
417
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
417
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/scheduler.js)_
|
|
418
418
|
|
|
419
419
|
## `saltcorn serve`
|
|
420
420
|
|
|
@@ -433,7 +433,7 @@ OPTIONS
|
|
|
433
433
|
-v, --verbose Verbose
|
|
434
434
|
```
|
|
435
435
|
|
|
436
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
436
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/serve.js)_
|
|
437
437
|
|
|
438
438
|
## `saltcorn set-cfg KEY VALUE`
|
|
439
439
|
|
|
@@ -452,7 +452,7 @@ OPTIONS
|
|
|
452
452
|
-t, --tenant=tenant tenant
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
455
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/set-cfg.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn setup`
|
|
458
458
|
|
|
@@ -471,7 +471,7 @@ DESCRIPTION
|
|
|
471
471
|
configuration file
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
474
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/setup.js)_
|
|
475
475
|
|
|
476
476
|
## `saltcorn setup-benchmark`
|
|
477
477
|
|
|
@@ -485,7 +485,7 @@ OPTIONS
|
|
|
485
485
|
-t, --tenant=tenant tenant
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
488
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/setup-benchmark.js)_
|
|
489
489
|
|
|
490
490
|
## `saltcorn test-plugin PATH`
|
|
491
491
|
|
|
@@ -503,7 +503,7 @@ DESCRIPTION
|
|
|
503
503
|
Extra documentation goes here
|
|
504
504
|
```
|
|
505
505
|
|
|
506
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
506
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/test-plugin.js)_
|
|
507
507
|
|
|
508
508
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
509
509
|
|
|
@@ -520,5 +520,5 @@ ARGUMENTS
|
|
|
520
520
|
TENANT tenant name
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.
|
|
523
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.0-alpha.0/src/commands/transform-field.js)_
|
|
524
524
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0-alpha.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -13,6 +13,73 @@
|
|
|
13
13
|
"@babel/highlight": "^7.12.13"
|
|
14
14
|
}
|
|
15
15
|
},
|
|
16
|
+
"@babel/generator": {
|
|
17
|
+
"version": "7.15.4",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.4.tgz",
|
|
19
|
+
"integrity": "sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==",
|
|
20
|
+
"requires": {
|
|
21
|
+
"@babel/types": "^7.15.4",
|
|
22
|
+
"jsesc": "^2.5.1",
|
|
23
|
+
"source-map": "^0.5.0"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"source-map": {
|
|
27
|
+
"version": "0.5.7",
|
|
28
|
+
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
|
|
29
|
+
"integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"@babel/helper-annotate-as-pure": {
|
|
34
|
+
"version": "7.15.4",
|
|
35
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz",
|
|
36
|
+
"integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==",
|
|
37
|
+
"requires": {
|
|
38
|
+
"@babel/types": "^7.15.4"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"@babel/helper-function-name": {
|
|
42
|
+
"version": "7.15.4",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz",
|
|
44
|
+
"integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==",
|
|
45
|
+
"requires": {
|
|
46
|
+
"@babel/helper-get-function-arity": "^7.15.4",
|
|
47
|
+
"@babel/template": "^7.15.4",
|
|
48
|
+
"@babel/types": "^7.15.4"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"@babel/helper-get-function-arity": {
|
|
52
|
+
"version": "7.15.4",
|
|
53
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz",
|
|
54
|
+
"integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==",
|
|
55
|
+
"requires": {
|
|
56
|
+
"@babel/types": "^7.15.4"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"@babel/helper-hoist-variables": {
|
|
60
|
+
"version": "7.15.4",
|
|
61
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz",
|
|
62
|
+
"integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==",
|
|
63
|
+
"requires": {
|
|
64
|
+
"@babel/types": "^7.15.4"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"@babel/helper-module-imports": {
|
|
68
|
+
"version": "7.15.4",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz",
|
|
70
|
+
"integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==",
|
|
71
|
+
"requires": {
|
|
72
|
+
"@babel/types": "^7.15.4"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
"@babel/helper-split-export-declaration": {
|
|
76
|
+
"version": "7.15.4",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz",
|
|
78
|
+
"integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==",
|
|
79
|
+
"requires": {
|
|
80
|
+
"@babel/types": "^7.15.4"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
16
83
|
"@babel/helper-validator-identifier": {
|
|
17
84
|
"version": "7.14.0",
|
|
18
85
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
|
|
@@ -30,6 +97,121 @@
|
|
|
30
97
|
"js-tokens": "^4.0.0"
|
|
31
98
|
}
|
|
32
99
|
},
|
|
100
|
+
"@babel/parser": {
|
|
101
|
+
"version": "7.15.7",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz",
|
|
103
|
+
"integrity": "sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g=="
|
|
104
|
+
},
|
|
105
|
+
"@babel/template": {
|
|
106
|
+
"version": "7.15.4",
|
|
107
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz",
|
|
108
|
+
"integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==",
|
|
109
|
+
"requires": {
|
|
110
|
+
"@babel/code-frame": "^7.14.5",
|
|
111
|
+
"@babel/parser": "^7.15.4",
|
|
112
|
+
"@babel/types": "^7.15.4"
|
|
113
|
+
},
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"@babel/code-frame": {
|
|
116
|
+
"version": "7.14.5",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
|
|
118
|
+
"integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
|
|
119
|
+
"requires": {
|
|
120
|
+
"@babel/highlight": "^7.14.5"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
"@babel/helper-validator-identifier": {
|
|
124
|
+
"version": "7.15.7",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
|
126
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
|
127
|
+
},
|
|
128
|
+
"@babel/highlight": {
|
|
129
|
+
"version": "7.14.5",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
|
|
131
|
+
"integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
|
|
132
|
+
"requires": {
|
|
133
|
+
"@babel/helper-validator-identifier": "^7.14.5",
|
|
134
|
+
"chalk": "^2.0.0",
|
|
135
|
+
"js-tokens": "^4.0.0"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"@babel/traverse": {
|
|
141
|
+
"version": "7.15.4",
|
|
142
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz",
|
|
143
|
+
"integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==",
|
|
144
|
+
"requires": {
|
|
145
|
+
"@babel/code-frame": "^7.14.5",
|
|
146
|
+
"@babel/generator": "^7.15.4",
|
|
147
|
+
"@babel/helper-function-name": "^7.15.4",
|
|
148
|
+
"@babel/helper-hoist-variables": "^7.15.4",
|
|
149
|
+
"@babel/helper-split-export-declaration": "^7.15.4",
|
|
150
|
+
"@babel/parser": "^7.15.4",
|
|
151
|
+
"@babel/types": "^7.15.4",
|
|
152
|
+
"debug": "^4.1.0",
|
|
153
|
+
"globals": "^11.1.0"
|
|
154
|
+
},
|
|
155
|
+
"dependencies": {
|
|
156
|
+
"@babel/code-frame": {
|
|
157
|
+
"version": "7.14.5",
|
|
158
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
|
|
159
|
+
"integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
|
|
160
|
+
"requires": {
|
|
161
|
+
"@babel/highlight": "^7.14.5"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"@babel/helper-validator-identifier": {
|
|
165
|
+
"version": "7.15.7",
|
|
166
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
|
167
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
|
168
|
+
},
|
|
169
|
+
"@babel/highlight": {
|
|
170
|
+
"version": "7.14.5",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
|
|
172
|
+
"integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
|
|
173
|
+
"requires": {
|
|
174
|
+
"@babel/helper-validator-identifier": "^7.14.5",
|
|
175
|
+
"chalk": "^2.0.0",
|
|
176
|
+
"js-tokens": "^4.0.0"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
"@babel/types": {
|
|
182
|
+
"version": "7.15.6",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz",
|
|
184
|
+
"integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==",
|
|
185
|
+
"requires": {
|
|
186
|
+
"@babel/helper-validator-identifier": "^7.14.9",
|
|
187
|
+
"to-fast-properties": "^2.0.0"
|
|
188
|
+
},
|
|
189
|
+
"dependencies": {
|
|
190
|
+
"@babel/helper-validator-identifier": {
|
|
191
|
+
"version": "7.15.7",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
|
193
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"@emotion/is-prop-valid": {
|
|
198
|
+
"version": "0.8.8",
|
|
199
|
+
"resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz",
|
|
200
|
+
"integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==",
|
|
201
|
+
"requires": {
|
|
202
|
+
"@emotion/memoize": "0.7.4"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"@emotion/memoize": {
|
|
206
|
+
"version": "0.7.4",
|
|
207
|
+
"resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz",
|
|
208
|
+
"integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw=="
|
|
209
|
+
},
|
|
210
|
+
"@emotion/unitless": {
|
|
211
|
+
"version": "0.7.5",
|
|
212
|
+
"resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.7.5.tgz",
|
|
213
|
+
"integrity": "sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg=="
|
|
214
|
+
},
|
|
33
215
|
"@fortawesome/fontawesome-free": {
|
|
34
216
|
"version": "5.15.3",
|
|
35
217
|
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.3.tgz",
|
|
@@ -728,24 +910,27 @@
|
|
|
728
910
|
}
|
|
729
911
|
},
|
|
730
912
|
"@saltcorn/base-plugin": {
|
|
731
|
-
"version": "0.
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.
|
|
733
|
-
"integrity": "sha512-
|
|
913
|
+
"version": "0.6.0-alpha.0",
|
|
914
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.0-alpha.0.tgz",
|
|
915
|
+
"integrity": "sha512-y794FefzMlauiXjVoLX+avKmZKDIudtRQL88WoCM9sYiJxD29AM0ntPemifCJrkSYwI+aqcAX5Ijf3K3GAqi6A==",
|
|
734
916
|
"requires": {
|
|
735
|
-
"@saltcorn/data": "0.
|
|
917
|
+
"@saltcorn/data": "0.6.0-alpha.0"
|
|
736
918
|
}
|
|
737
919
|
},
|
|
738
920
|
"@saltcorn/builder": {
|
|
739
|
-
"version": "0.
|
|
740
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.
|
|
741
|
-
"integrity": "sha512-
|
|
921
|
+
"version": "0.6.0-alpha.0",
|
|
922
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.0-alpha.0.tgz",
|
|
923
|
+
"integrity": "sha512-nRxA7TVJge4FCS3ddQvQZG8hCFprrR8JXaX8Dp3cz4dyBEKFQxse2xAU53Qwmhq7dk34/aamwUIINe95znCTLg==",
|
|
924
|
+
"requires": {
|
|
925
|
+
"styled-components": "^4.4.1"
|
|
926
|
+
}
|
|
742
927
|
},
|
|
743
928
|
"@saltcorn/data": {
|
|
744
|
-
"version": "0.
|
|
745
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.
|
|
746
|
-
"integrity": "sha512-
|
|
929
|
+
"version": "0.6.0-alpha.0",
|
|
930
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.0-alpha.0.tgz",
|
|
931
|
+
"integrity": "sha512-4UqWvE1NwDDcNP7VoOnJNPL4pL1D5Xztxg+8gUc2TfdqjiE8vN3YuK0rUUib2+U3Q/ZW79FGIcSVua/pCIIuaw==",
|
|
747
932
|
"requires": {
|
|
748
|
-
"@saltcorn/markup": "0.
|
|
933
|
+
"@saltcorn/markup": "0.6.0-alpha.0",
|
|
749
934
|
"acorn": "^8.0.3",
|
|
750
935
|
"adm-zip": "0.5.5",
|
|
751
936
|
"astring": "^1.4.3",
|
|
@@ -776,35 +961,36 @@
|
|
|
776
961
|
}
|
|
777
962
|
},
|
|
778
963
|
"@saltcorn/markup": {
|
|
779
|
-
"version": "0.
|
|
780
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.
|
|
781
|
-
"integrity": "sha512-
|
|
964
|
+
"version": "0.6.0-alpha.0",
|
|
965
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.0-alpha.0.tgz",
|
|
966
|
+
"integrity": "sha512-jOfoZoUGEGLX3OdeJDAe/P/I3DN7MyDcQYAYqJRB1ouTbanU1OqKdutwIQg6iju3XYjl7rQ7RdW19zEiStmV4Q==",
|
|
782
967
|
"requires": {
|
|
783
968
|
"contractis": "^0.1.0",
|
|
784
969
|
"escape-html": "^1.0.3",
|
|
970
|
+
"html-tags": "3.1.0",
|
|
785
971
|
"xss": "^1.0.8"
|
|
786
972
|
}
|
|
787
973
|
},
|
|
788
974
|
"@saltcorn/sbadmin2": {
|
|
789
|
-
"version": "0.
|
|
790
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.
|
|
791
|
-
"integrity": "sha512-
|
|
975
|
+
"version": "0.6.0-alpha.0",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.0-alpha.0.tgz",
|
|
977
|
+
"integrity": "sha512-w1CHjpiVUNguL7LtODvlu8jfcOnqd1Cg5FnovJ5j1ZQlRjooozrSt9wcTyL2KD97ZKkx/6eHvMxeRxJgqCO4Lw==",
|
|
792
978
|
"requires": {
|
|
793
|
-
"@saltcorn/data": "0.
|
|
794
|
-
"@saltcorn/markup": "0.
|
|
979
|
+
"@saltcorn/data": "0.6.0-alpha.0",
|
|
980
|
+
"@saltcorn/markup": "0.6.0-alpha.0",
|
|
795
981
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
796
982
|
}
|
|
797
983
|
},
|
|
798
984
|
"@saltcorn/server": {
|
|
799
|
-
"version": "0.
|
|
800
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.
|
|
801
|
-
"integrity": "sha512
|
|
802
|
-
"requires": {
|
|
803
|
-
"@saltcorn/base-plugin": "0.
|
|
804
|
-
"@saltcorn/builder": "0.
|
|
805
|
-
"@saltcorn/data": "0.
|
|
806
|
-
"@saltcorn/markup": "0.
|
|
807
|
-
"@saltcorn/sbadmin2": "0.
|
|
985
|
+
"version": "0.6.0-alpha.0",
|
|
986
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.0-alpha.0.tgz",
|
|
987
|
+
"integrity": "sha512-+0bXIOB8aZRSk2uvR/tgSBQyB8D9ZmZ7joWtrbDmg6he1nM+PuU0e+MGmm0rvyhBEIMyFQGhvKOyYmBqbOA5Bg==",
|
|
988
|
+
"requires": {
|
|
989
|
+
"@saltcorn/base-plugin": "0.6.0-alpha.0",
|
|
990
|
+
"@saltcorn/builder": "0.6.0-alpha.0",
|
|
991
|
+
"@saltcorn/data": "0.6.0-alpha.0",
|
|
992
|
+
"@saltcorn/markup": "0.6.0-alpha.0",
|
|
993
|
+
"@saltcorn/sbadmin2": "0.6.0-alpha.0",
|
|
808
994
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
809
995
|
"@socket.io/sticky": "^1.0.1",
|
|
810
996
|
"connect-flash": "^0.1.1",
|
|
@@ -1219,6 +1405,22 @@
|
|
|
1219
1405
|
"resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
|
|
1220
1406
|
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
|
1221
1407
|
},
|
|
1408
|
+
"babel-plugin-styled-components": {
|
|
1409
|
+
"version": "1.13.2",
|
|
1410
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.2.tgz",
|
|
1411
|
+
"integrity": "sha512-Vb1R3d4g+MUfPQPVDMCGjm3cDocJEUTR7Xq7QS95JWWeksN1wdFRYpD2kulDgI3Huuaf1CZd+NK4KQmqUFh5dA==",
|
|
1412
|
+
"requires": {
|
|
1413
|
+
"@babel/helper-annotate-as-pure": "^7.0.0",
|
|
1414
|
+
"@babel/helper-module-imports": "^7.0.0",
|
|
1415
|
+
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
1416
|
+
"lodash": "^4.17.11"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
"babel-plugin-syntax-jsx": {
|
|
1420
|
+
"version": "6.18.0",
|
|
1421
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
|
|
1422
|
+
"integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY="
|
|
1423
|
+
},
|
|
1222
1424
|
"balanced-match": {
|
|
1223
1425
|
"version": "1.0.0",
|
|
1224
1426
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
|
|
@@ -2048,6 +2250,11 @@
|
|
|
2048
2250
|
"uid-safe": "2.1.5"
|
|
2049
2251
|
}
|
|
2050
2252
|
},
|
|
2253
|
+
"css-color-keywords": {
|
|
2254
|
+
"version": "1.0.0",
|
|
2255
|
+
"resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
|
|
2256
|
+
"integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU="
|
|
2257
|
+
},
|
|
2051
2258
|
"css-select": {
|
|
2052
2259
|
"version": "4.1.3",
|
|
2053
2260
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz",
|
|
@@ -2060,6 +2267,16 @@
|
|
|
2060
2267
|
"nth-check": "^2.0.0"
|
|
2061
2268
|
}
|
|
2062
2269
|
},
|
|
2270
|
+
"css-to-react-native": {
|
|
2271
|
+
"version": "2.3.2",
|
|
2272
|
+
"resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-2.3.2.tgz",
|
|
2273
|
+
"integrity": "sha512-VOFaeZA053BqvvvqIA8c9n0+9vFppVBAHCp6JgFTtTMU3Mzi+XnelJ9XC9ul3BqFzZyQ5N+H0SnwsWT2Ebchxw==",
|
|
2274
|
+
"requires": {
|
|
2275
|
+
"camelize": "^1.0.0",
|
|
2276
|
+
"css-color-keywords": "^1.0.0",
|
|
2277
|
+
"postcss-value-parser": "^3.3.0"
|
|
2278
|
+
}
|
|
2279
|
+
},
|
|
2063
2280
|
"css-what": {
|
|
2064
2281
|
"version": "5.0.1",
|
|
2065
2282
|
"resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz",
|
|
@@ -2596,9 +2813,9 @@
|
|
|
2596
2813
|
}
|
|
2597
2814
|
},
|
|
2598
2815
|
"express-rate-limit": {
|
|
2599
|
-
"version": "5.
|
|
2600
|
-
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.
|
|
2601
|
-
"integrity": "sha512-
|
|
2816
|
+
"version": "5.4.0",
|
|
2817
|
+
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-5.4.0.tgz",
|
|
2818
|
+
"integrity": "sha512-sT+rk1wvj06+0MpEiij7y3kGdB4hoMyQ+a5zcESUpDMLhbLXoYIQI6JfsvLBz1wOhmfF//ALG/Q59FKMI0x2Eg=="
|
|
2602
2819
|
},
|
|
2603
2820
|
"express-session": {
|
|
2604
2821
|
"version": "1.17.2",
|
|
@@ -2971,6 +3188,11 @@
|
|
|
2971
3188
|
"is-glob": "^4.0.1"
|
|
2972
3189
|
}
|
|
2973
3190
|
},
|
|
3191
|
+
"globals": {
|
|
3192
|
+
"version": "11.12.0",
|
|
3193
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
3194
|
+
"integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
|
|
3195
|
+
},
|
|
2974
3196
|
"globby": {
|
|
2975
3197
|
"version": "10.0.2",
|
|
2976
3198
|
"resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz",
|
|
@@ -3200,6 +3422,11 @@
|
|
|
3200
3422
|
"whatwg-encoding": "^1.0.1"
|
|
3201
3423
|
}
|
|
3202
3424
|
},
|
|
3425
|
+
"html-tags": {
|
|
3426
|
+
"version": "3.1.0",
|
|
3427
|
+
"resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.1.0.tgz",
|
|
3428
|
+
"integrity": "sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg=="
|
|
3429
|
+
},
|
|
3203
3430
|
"htmlparser2": {
|
|
3204
3431
|
"version": "6.1.0",
|
|
3205
3432
|
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
|
|
@@ -3552,6 +3779,11 @@
|
|
|
3552
3779
|
"resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
|
|
3553
3780
|
"integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI="
|
|
3554
3781
|
},
|
|
3782
|
+
"is-what": {
|
|
3783
|
+
"version": "3.14.1",
|
|
3784
|
+
"resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz",
|
|
3785
|
+
"integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA=="
|
|
3786
|
+
},
|
|
3555
3787
|
"is-wsl": {
|
|
3556
3788
|
"version": "2.2.0",
|
|
3557
3789
|
"resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
|
|
@@ -3665,6 +3897,11 @@
|
|
|
3665
3897
|
}
|
|
3666
3898
|
}
|
|
3667
3899
|
},
|
|
3900
|
+
"jsesc": {
|
|
3901
|
+
"version": "2.5.2",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
|
|
3903
|
+
"integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
|
|
3904
|
+
},
|
|
3668
3905
|
"json-buffer": {
|
|
3669
3906
|
"version": "3.0.0",
|
|
3670
3907
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz",
|
|
@@ -4188,6 +4425,11 @@
|
|
|
4188
4425
|
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
|
|
4189
4426
|
"integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g="
|
|
4190
4427
|
},
|
|
4428
|
+
"memoize-one": {
|
|
4429
|
+
"version": "5.2.1",
|
|
4430
|
+
"resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz",
|
|
4431
|
+
"integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q=="
|
|
4432
|
+
},
|
|
4191
4433
|
"mensch": {
|
|
4192
4434
|
"version": "0.3.4",
|
|
4193
4435
|
"resolved": "https://registry.npmjs.org/mensch/-/mensch-0.3.4.tgz",
|
|
@@ -4233,6 +4475,14 @@
|
|
|
4233
4475
|
}
|
|
4234
4476
|
}
|
|
4235
4477
|
},
|
|
4478
|
+
"merge-anything": {
|
|
4479
|
+
"version": "2.4.4",
|
|
4480
|
+
"resolved": "https://registry.npmjs.org/merge-anything/-/merge-anything-2.4.4.tgz",
|
|
4481
|
+
"integrity": "sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ==",
|
|
4482
|
+
"requires": {
|
|
4483
|
+
"is-what": "^3.3.1"
|
|
4484
|
+
}
|
|
4485
|
+
},
|
|
4236
4486
|
"merge-descriptors": {
|
|
4237
4487
|
"version": "1.0.1",
|
|
4238
4488
|
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
|
|
@@ -4293,16 +4543,16 @@
|
|
|
4293
4543
|
"integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg=="
|
|
4294
4544
|
},
|
|
4295
4545
|
"mime-db": {
|
|
4296
|
-
"version": "1.
|
|
4297
|
-
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.
|
|
4298
|
-
"integrity": "sha512-
|
|
4546
|
+
"version": "1.50.0",
|
|
4547
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.50.0.tgz",
|
|
4548
|
+
"integrity": "sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A=="
|
|
4299
4549
|
},
|
|
4300
4550
|
"mime-types": {
|
|
4301
|
-
"version": "2.1.
|
|
4302
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.
|
|
4303
|
-
"integrity": "sha512-
|
|
4551
|
+
"version": "2.1.33",
|
|
4552
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.33.tgz",
|
|
4553
|
+
"integrity": "sha512-plLElXp7pRDd0bNZHw+nMd52vRYjLwQjygaNg7ddJ2uJtTlmnTCjWuPKxVu6//AdaRuME84SvLW91sIkBqGT0g==",
|
|
4304
4554
|
"requires": {
|
|
4305
|
-
"mime-db": "1.
|
|
4555
|
+
"mime-db": "1.50.0"
|
|
4306
4556
|
}
|
|
4307
4557
|
},
|
|
4308
4558
|
"mimer": {
|
|
@@ -4658,9 +4908,9 @@
|
|
|
4658
4908
|
}
|
|
4659
4909
|
},
|
|
4660
4910
|
"nodemailer": {
|
|
4661
|
-
"version": "6.6.
|
|
4662
|
-
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.
|
|
4663
|
-
"integrity": "sha512-
|
|
4911
|
+
"version": "6.6.5",
|
|
4912
|
+
"resolved": "https://registry.npmjs.org/nodemailer/-/nodemailer-6.6.5.tgz",
|
|
4913
|
+
"integrity": "sha512-C/v856DBijUzHcHIgGpQoTrfsH3suKIRAGliIzCstatM2cAa+MYX3LuyCrABiO/cdJTxgBBHXxV1ztiqUwst5A=="
|
|
4664
4914
|
},
|
|
4665
4915
|
"nopt": {
|
|
4666
4916
|
"version": "3.0.6",
|
|
@@ -5084,6 +5334,11 @@
|
|
|
5084
5334
|
"split2": "^3.1.1"
|
|
5085
5335
|
}
|
|
5086
5336
|
},
|
|
5337
|
+
"picocolors": {
|
|
5338
|
+
"version": "0.2.1",
|
|
5339
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
|
|
5340
|
+
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
|
|
5341
|
+
},
|
|
5087
5342
|
"picomatch": {
|
|
5088
5343
|
"version": "2.2.2",
|
|
5089
5344
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
|
|
@@ -5132,25 +5387,19 @@
|
|
|
5132
5387
|
"integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA=="
|
|
5133
5388
|
},
|
|
5134
5389
|
"postcss": {
|
|
5135
|
-
"version": "7.0.
|
|
5136
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.
|
|
5137
|
-
"integrity": "sha512-
|
|
5390
|
+
"version": "7.0.39",
|
|
5391
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
|
|
5392
|
+
"integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
|
|
5138
5393
|
"requires": {
|
|
5139
|
-
"
|
|
5140
|
-
"source-map": "^0.6.1"
|
|
5141
|
-
"supports-color": "^6.1.0"
|
|
5142
|
-
},
|
|
5143
|
-
"dependencies": {
|
|
5144
|
-
"supports-color": {
|
|
5145
|
-
"version": "6.1.0",
|
|
5146
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-6.1.0.tgz",
|
|
5147
|
-
"integrity": "sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==",
|
|
5148
|
-
"requires": {
|
|
5149
|
-
"has-flag": "^3.0.0"
|
|
5150
|
-
}
|
|
5151
|
-
}
|
|
5394
|
+
"picocolors": "^0.2.1",
|
|
5395
|
+
"source-map": "^0.6.1"
|
|
5152
5396
|
}
|
|
5153
5397
|
},
|
|
5398
|
+
"postcss-value-parser": {
|
|
5399
|
+
"version": "3.3.1",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz",
|
|
5401
|
+
"integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ=="
|
|
5402
|
+
},
|
|
5154
5403
|
"postgres-array": {
|
|
5155
5404
|
"version": "2.0.0",
|
|
5156
5405
|
"resolved": "https://registry.npmjs.org/postgres-array/-/postgres-array-2.0.0.tgz",
|
|
@@ -5189,6 +5438,16 @@
|
|
|
5189
5438
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
5190
5439
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
5191
5440
|
},
|
|
5441
|
+
"prop-types": {
|
|
5442
|
+
"version": "15.7.2",
|
|
5443
|
+
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.7.2.tgz",
|
|
5444
|
+
"integrity": "sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==",
|
|
5445
|
+
"requires": {
|
|
5446
|
+
"loose-envify": "^1.4.0",
|
|
5447
|
+
"object-assign": "^4.1.1",
|
|
5448
|
+
"react-is": "^16.8.1"
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5192
5451
|
"proxy-addr": {
|
|
5193
5452
|
"version": "2.0.7",
|
|
5194
5453
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
@@ -5325,6 +5584,11 @@
|
|
|
5325
5584
|
"strip-json-comments": "~2.0.1"
|
|
5326
5585
|
}
|
|
5327
5586
|
},
|
|
5587
|
+
"react-is": {
|
|
5588
|
+
"version": "16.13.1",
|
|
5589
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz",
|
|
5590
|
+
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
|
|
5591
|
+
},
|
|
5328
5592
|
"read": {
|
|
5329
5593
|
"version": "1.0.7",
|
|
5330
5594
|
"resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz",
|
|
@@ -6105,6 +6369,36 @@
|
|
|
6105
6369
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
|
|
6106
6370
|
"integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
|
|
6107
6371
|
},
|
|
6372
|
+
"styled-components": {
|
|
6373
|
+
"version": "4.4.1",
|
|
6374
|
+
"resolved": "https://registry.npmjs.org/styled-components/-/styled-components-4.4.1.tgz",
|
|
6375
|
+
"integrity": "sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==",
|
|
6376
|
+
"requires": {
|
|
6377
|
+
"@babel/helper-module-imports": "^7.0.0",
|
|
6378
|
+
"@babel/traverse": "^7.0.0",
|
|
6379
|
+
"@emotion/is-prop-valid": "^0.8.1",
|
|
6380
|
+
"@emotion/unitless": "^0.7.0",
|
|
6381
|
+
"babel-plugin-styled-components": ">= 1",
|
|
6382
|
+
"css-to-react-native": "^2.2.2",
|
|
6383
|
+
"memoize-one": "^5.0.0",
|
|
6384
|
+
"merge-anything": "^2.2.4",
|
|
6385
|
+
"prop-types": "^15.5.4",
|
|
6386
|
+
"react-is": "^16.6.0",
|
|
6387
|
+
"stylis": "^3.5.0",
|
|
6388
|
+
"stylis-rule-sheet": "^0.0.10",
|
|
6389
|
+
"supports-color": "^5.5.0"
|
|
6390
|
+
}
|
|
6391
|
+
},
|
|
6392
|
+
"stylis": {
|
|
6393
|
+
"version": "3.5.4",
|
|
6394
|
+
"resolved": "https://registry.npmjs.org/stylis/-/stylis-3.5.4.tgz",
|
|
6395
|
+
"integrity": "sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q=="
|
|
6396
|
+
},
|
|
6397
|
+
"stylis-rule-sheet": {
|
|
6398
|
+
"version": "0.0.10",
|
|
6399
|
+
"resolved": "https://registry.npmjs.org/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz",
|
|
6400
|
+
"integrity": "sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw=="
|
|
6401
|
+
},
|
|
6108
6402
|
"sudo": {
|
|
6109
6403
|
"version": "1.0.3",
|
|
6110
6404
|
"resolved": "https://registry.npmjs.org/sudo/-/sudo-1.0.3.tgz",
|
|
@@ -6153,9 +6447,9 @@
|
|
|
6153
6447
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
6154
6448
|
},
|
|
6155
6449
|
"systeminformation": {
|
|
6156
|
-
"version": "5.9.
|
|
6157
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.
|
|
6158
|
-
"integrity": "sha512-
|
|
6450
|
+
"version": "5.9.4",
|
|
6451
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.9.4.tgz",
|
|
6452
|
+
"integrity": "sha512-FOsiTn0CyJZoj9kIhla11ndsMzbbwwuriul81wpqIBt9IpbxHZ6P/oZCphIFgJrwqjTnme0Qp1HDzIkUD9Xr/g=="
|
|
6159
6453
|
},
|
|
6160
6454
|
"tar": {
|
|
6161
6455
|
"version": "2.2.2",
|
|
@@ -6251,6 +6545,11 @@
|
|
|
6251
6545
|
}
|
|
6252
6546
|
}
|
|
6253
6547
|
},
|
|
6548
|
+
"to-fast-properties": {
|
|
6549
|
+
"version": "2.0.0",
|
|
6550
|
+
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
6551
|
+
"integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
|
|
6552
|
+
},
|
|
6254
6553
|
"to-readable-stream": {
|
|
6255
6554
|
"version": "1.0.0",
|
|
6256
6555
|
"resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-1.0.0.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.5.6-beta.2","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"forever":{"name":"forever","type":"boolean","char":"f","description":"Run forever till failure","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
|
|
1
|
+
{"version":"0.6.0-alpha.0","commands":{"add-schema":{"id":"add-schema","description":"Add Saltcorn schema to existing database","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"backup":{"id":"backup","description":"Backup the PostgreSQL database to a file with pg_dump or zip","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"output":{"name":"output","type":"option","char":"o","description":"output filename"},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"zip":{"name":"zip","type":"boolean","char":"z","description":"zip format","allowNo":false}},"args":[]},"create-tenant":{"id":"create-tenant","description":"Create a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"email":{"name":"email","type":"option","char":"e","description":"Email of owner of tenant"},"description":{"name":"description","type":"option","char":"d","description":"Description of tenant"}},"args":[{"name":"tenant","description":"Tenant subdomain to create","required":true}]},"create-user":{"id":"create-user","description":"Create a new user","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"admin":{"name":"admin","type":"boolean","char":"a","description":"Admin user","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"email":{"name":"email","type":"option","char":"e","description":"email"},"role":{"name":"role","type":"option","char":"r","description":"role"},"password":{"name":"password","type":"option","char":"p","description":"password"}},"args":[]},"fixtures":{"id":"fixtures","description":"Load fixtures for testing\n...\nThis manual step it is never required for users and rarely required for developers\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"reset":{"name":"reset","type":"boolean","char":"r","description":"Also reset schema","allowNo":false}},"args":[]},"info":{"id":"info","description":"Show paths\n...\nShow configuration and file store paths\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":["paths"],"flags":{"json":{"name":"json","type":"boolean","char":"j","description":"json format","allowNo":false}},"args":[]},"install-pack":{"id":"install-pack","description":"Install a pack","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Pack name in store"},"file":{"name":"file","type":"option","char":"f","description":"File with pack JSON"}},"args":[]},"install-plugin":{"id":"install-plugin","description":"Install a plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"name":{"name":"name","type":"option","char":"n","description":"Plugin name in store"},"directory":{"name":"directory","type":"option","char":"d","description":"Directory with local plugin"}},"args":[]},"list-tenants":{"id":"list-tenants","description":"List tenants in CSV format","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"localize-plugin":{"id":"localize-plugin","description":"Convert plugin to local plugin","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"plugin","description":"Current plugin name","required":true},{"name":"path","description":"path to local plugin","required":true}]},"make-migration":{"id":"make-migration","description":"Create a new blank Database structure migration file.\nThese migrations update database structure.\nYou should not normally need to run this\nunless you are a developer.\n","usage":"make-migration","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"migrate":{"id":"migrate","description":"Run Database structure migrations\n...\nNOTE!\n- Please stop Saltcorn before run DB migrations.\n- Please make db backup before migration.\n- There are no way to rollback migration if you doesn't make backup.\n\nThis is not normally required as migrations will be run when the server starts.\nHowever, this command may be useful if you are running multiple application\nservers and need to control when the migrations are run.\n","usage":"saltcorn migrate","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"plugins":{"id":"plugins","description":"List and upgrade plugins for tenants\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"examples":["plugins -v - verbose output of commands","plugins -u -d - dry-run for plugin update","plugins -u -f - force plugin update"],"flags":{"upgrade":{"name":"upgrade","type":"boolean","char":"u","description":"Upgrade","allowNo":false},"dryRun":{"name":"dryRun","type":"boolean","char":"d","description":"Upgrade dry-run","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","description":"Force update","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"Plugin name"}},"args":[]},"release":{"id":"release","description":"Release a new saltcorn version","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"version","description":"New version number","required":true}]},"reset-schema":{"id":"reset-schema","description":"Reset the database\n...\nThis will delete all existing information\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"force":{"name":"force","type":"boolean","char":"f","description":"force","allowNo":false},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"restore":{"id":"restore","description":"Restore a previously backed up database (zip or sqlc format)","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[{"name":"file","description":"backup file to restore","required":true}]},"rm-tenant":{"id":"rm-tenant","description":"Remove a tenant","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"tenant","description":"Tenant to remove","required":true}]},"run-benchmark":{"id":"run-benchmark","description":"Run benchmark","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"API Token for reporting results"},"benchmark":{"name":"benchmark","type":"option","char":"b","description":"Which benchmark to run"},"delay":{"name":"delay","type":"option","char":"d","description":"delay between runs (s)","default":30}},"args":[{"name":"baseurl","description":"Base URL","required":false}]},"run-tests":{"id":"run-tests","description":"Run test suites","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false},"forever":{"name":"forever","type":"boolean","char":"f","description":"Run forever till failure","allowNo":false}},"args":[{"name":"package","description":"which package to run tests for"}]},"scheduler":{"id":"scheduler","description":"Run the Saltcorn scheduler","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false}},"args":[]},"serve":{"id":"serve","description":"Start the Saltcorn server","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"port":{"name":"port","type":"option","char":"p","description":"port","default":3000},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose","allowNo":false},"watchReaper":{"name":"watchReaper","type":"boolean","char":"r","description":"Watch reaper","allowNo":false},"addschema":{"name":"addschema","type":"boolean","char":"a","description":"Add schema if missing","allowNo":false},"nomigrate":{"name":"nomigrate","type":"boolean","char":"n","description":"No migrations","allowNo":false},"noscheduler":{"name":"noscheduler","type":"boolean","char":"s","description":"No scheduler","allowNo":false}},"args":[]},"set-cfg":{"id":"set-cfg","description":"Set a configuration value","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"},"plugin":{"name":"plugin","type":"option","char":"p","description":"plugin"}},"args":[{"name":"key","description":"Configuration key","required":true},{"name":"value","description":"Configuration value (JSON or string)","required":true}]},"setup-benchmark":{"id":"setup-benchmark","description":"Setup an instance for benchmarking","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"args":[]},"setup":{"id":"setup","description":"Set up a new system\n...\nThis will attempt to install or connect a database, and set up a \nconfiguration file\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{"coverage":{"name":"coverage","type":"boolean","char":"c","description":"Coverage","allowNo":false}},"args":[]},"test-plugin":{"id":"test-plugin","description":"Test a plugin\n...\nExtra documentation goes here\n","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"path to plugin package","required":true}]},"transform-field":{"id":"transform-field","description":"transform an existing field by applying a calculated expression","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"expression","description":"expression to calculate field","required":true},{"name":"field","description":"field name","required":true},{"name":"table","description":"table name","required":true},{"name":"tenant","description":"tenant name","required":false}]}}}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
3
|
"description": "Command-line interface for Saltcorn, open-source no-code platform",
|
|
4
4
|
"homepage": "https://saltcorn.com",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.6.0-alpha.0",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@oclif/command": "^1.8.0",
|
|
13
13
|
"@oclif/config": "^1.17.0",
|
|
14
14
|
"@oclif/plugin-help": "^3.2.3",
|
|
15
|
-
"@saltcorn/data": "0.
|
|
16
|
-
"@saltcorn/server": "0.
|
|
15
|
+
"@saltcorn/data": "0.6.0-alpha.0",
|
|
16
|
+
"@saltcorn/server": "0.6.0-alpha.0",
|
|
17
17
|
"cli-ux": "^5.6.3",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"js-yaml": "^4.1.0",
|
|
22
22
|
"node-fetch": "2.6.2",
|
|
23
23
|
"sudo": "^1.0.3",
|
|
24
|
-
"systeminformation": "^5.9.
|
|
24
|
+
"systeminformation": "^5.9.4",
|
|
25
25
|
"tcp-port-used": "^1.0.2",
|
|
26
26
|
"wrk": "^1.2.1"
|
|
27
27
|
},
|