@saltcorn/cli 0.6.3-beta.0 → 0.6.3
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 +28 -28
- package/npm-shrinkwrap.json +393 -157
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/src/commands/release.js +2 -1
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.6.3
|
|
23
|
+
@saltcorn/cli/0.6.3 darwin-x64 node-v14.16.1
|
|
24
24
|
$ saltcorn --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ saltcorn COMMAND
|
|
@@ -69,7 +69,7 @@ USAGE
|
|
|
69
69
|
$ saltcorn add-schema
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
72
|
+
_See code: [src/commands/add-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/add-schema.js)_
|
|
73
73
|
|
|
74
74
|
## `saltcorn backup`
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ OPTIONS
|
|
|
85
85
|
-z, --zip zip format
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
88
|
+
_See code: [src/commands/backup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/backup.js)_
|
|
89
89
|
|
|
90
90
|
## `saltcorn create-tenant TENANT`
|
|
91
91
|
|
|
@@ -103,7 +103,7 @@ OPTIONS
|
|
|
103
103
|
-e, --email=email Email of owner of tenant
|
|
104
104
|
```
|
|
105
105
|
|
|
106
|
-
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
106
|
+
_See code: [src/commands/create-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/create-tenant.js)_
|
|
107
107
|
|
|
108
108
|
## `saltcorn create-user`
|
|
109
109
|
|
|
@@ -121,7 +121,7 @@ OPTIONS
|
|
|
121
121
|
-t, --tenant=tenant tenant
|
|
122
122
|
```
|
|
123
123
|
|
|
124
|
-
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
124
|
+
_See code: [src/commands/create-user.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/create-user.js)_
|
|
125
125
|
|
|
126
126
|
## `saltcorn delete-tenants`
|
|
127
127
|
|
|
@@ -132,7 +132,7 @@ USAGE
|
|
|
132
132
|
$ saltcorn delete-tenants
|
|
133
133
|
```
|
|
134
134
|
|
|
135
|
-
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
135
|
+
_See code: [src/commands/delete-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/delete-tenants.js)_
|
|
136
136
|
|
|
137
137
|
## `saltcorn fixtures`
|
|
138
138
|
|
|
@@ -151,7 +151,7 @@ DESCRIPTION
|
|
|
151
151
|
This manual step it is never required for users and rarely required for developers
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
154
|
+
_See code: [src/commands/fixtures.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/fixtures.js)_
|
|
155
155
|
|
|
156
156
|
## `saltcorn help [COMMAND]`
|
|
157
157
|
|
|
@@ -189,7 +189,7 @@ ALIASES
|
|
|
189
189
|
$ saltcorn paths
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
192
|
+
_See code: [src/commands/info.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/info.js)_
|
|
193
193
|
|
|
194
194
|
## `saltcorn install-pack`
|
|
195
195
|
|
|
@@ -205,7 +205,7 @@ OPTIONS
|
|
|
205
205
|
-t, --tenant=tenant tenant
|
|
206
206
|
```
|
|
207
207
|
|
|
208
|
-
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
208
|
+
_See code: [src/commands/install-pack.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/install-pack.js)_
|
|
209
209
|
|
|
210
210
|
## `saltcorn install-plugin`
|
|
211
211
|
|
|
@@ -221,7 +221,7 @@ OPTIONS
|
|
|
221
221
|
-t, --tenant=tenant tenant
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
224
|
+
_See code: [src/commands/install-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/install-plugin.js)_
|
|
225
225
|
|
|
226
226
|
## `saltcorn list-tenants`
|
|
227
227
|
|
|
@@ -232,7 +232,7 @@ USAGE
|
|
|
232
232
|
$ saltcorn list-tenants
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
235
|
+
_See code: [src/commands/list-tenants.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/list-tenants.js)_
|
|
236
236
|
|
|
237
237
|
## `saltcorn localize-plugin PLUGIN PATH`
|
|
238
238
|
|
|
@@ -250,7 +250,7 @@ OPTIONS
|
|
|
250
250
|
-t, --tenant=tenant tenant
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
253
|
+
_See code: [src/commands/localize-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/localize-plugin.js)_
|
|
254
254
|
|
|
255
255
|
## `saltcorn make-migration`
|
|
256
256
|
|
|
@@ -266,7 +266,7 @@ DESCRIPTION
|
|
|
266
266
|
unless you are a developer.
|
|
267
267
|
```
|
|
268
268
|
|
|
269
|
-
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
269
|
+
_See code: [src/commands/make-migration.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/make-migration.js)_
|
|
270
270
|
|
|
271
271
|
## `saltcorn saltcorn migrate`
|
|
272
272
|
|
|
@@ -288,7 +288,7 @@ DESCRIPTION
|
|
|
288
288
|
servers and need to control when the migrations are run.
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
291
|
+
_See code: [src/commands/migrate.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/migrate.js)_
|
|
292
292
|
|
|
293
293
|
## `saltcorn plugins`
|
|
294
294
|
|
|
@@ -315,7 +315,7 @@ EXAMPLES
|
|
|
315
315
|
plugins -u -f - force plugin update
|
|
316
316
|
```
|
|
317
317
|
|
|
318
|
-
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
318
|
+
_See code: [src/commands/plugins.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/plugins.js)_
|
|
319
319
|
|
|
320
320
|
## `saltcorn release VERSION`
|
|
321
321
|
|
|
@@ -329,7 +329,7 @@ ARGUMENTS
|
|
|
329
329
|
VERSION New version number
|
|
330
330
|
```
|
|
331
331
|
|
|
332
|
-
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
332
|
+
_See code: [src/commands/release.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/release.js)_
|
|
333
333
|
|
|
334
334
|
## `saltcorn reset-schema`
|
|
335
335
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
This will delete all existing information
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
351
|
+
_See code: [src/commands/reset-schema.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/reset-schema.js)_
|
|
352
352
|
|
|
353
353
|
## `saltcorn restore FILE`
|
|
354
354
|
|
|
@@ -365,7 +365,7 @@ OPTIONS
|
|
|
365
365
|
-t, --tenant=tenant tenant
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
368
|
+
_See code: [src/commands/restore.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/restore.js)_
|
|
369
369
|
|
|
370
370
|
## `saltcorn rm-tenant TENANT`
|
|
371
371
|
|
|
@@ -379,7 +379,7 @@ ARGUMENTS
|
|
|
379
379
|
TENANT Tenant to remove
|
|
380
380
|
```
|
|
381
381
|
|
|
382
|
-
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
382
|
+
_See code: [src/commands/rm-tenant.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/rm-tenant.js)_
|
|
383
383
|
|
|
384
384
|
## `saltcorn run-benchmark [BASEURL]`
|
|
385
385
|
|
|
@@ -398,7 +398,7 @@ OPTIONS
|
|
|
398
398
|
-t, --token=token API Token for reporting results
|
|
399
399
|
```
|
|
400
400
|
|
|
401
|
-
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
401
|
+
_See code: [src/commands/run-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/run-benchmark.js)_
|
|
402
402
|
|
|
403
403
|
## `saltcorn run-tests [PACKAGE]`
|
|
404
404
|
|
|
@@ -418,7 +418,7 @@ OPTIONS
|
|
|
418
418
|
--watchAll Watch files for changes and rerun all tests.
|
|
419
419
|
```
|
|
420
420
|
|
|
421
|
-
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
421
|
+
_See code: [src/commands/run-tests.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/run-tests.js)_
|
|
422
422
|
|
|
423
423
|
## `saltcorn scheduler`
|
|
424
424
|
|
|
@@ -432,7 +432,7 @@ OPTIONS
|
|
|
432
432
|
-v, --verbose Verbose
|
|
433
433
|
```
|
|
434
434
|
|
|
435
|
-
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
435
|
+
_See code: [src/commands/scheduler.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/scheduler.js)_
|
|
436
436
|
|
|
437
437
|
## `saltcorn serve`
|
|
438
438
|
|
|
@@ -452,7 +452,7 @@ OPTIONS
|
|
|
452
452
|
-v, --verbose Verbose
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
455
|
+
_See code: [src/commands/serve.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/serve.js)_
|
|
456
456
|
|
|
457
457
|
## `saltcorn set-cfg KEY VALUE`
|
|
458
458
|
|
|
@@ -471,7 +471,7 @@ OPTIONS
|
|
|
471
471
|
-t, --tenant=tenant tenant
|
|
472
472
|
```
|
|
473
473
|
|
|
474
|
-
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
474
|
+
_See code: [src/commands/set-cfg.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/set-cfg.js)_
|
|
475
475
|
|
|
476
476
|
## `saltcorn setup`
|
|
477
477
|
|
|
@@ -490,7 +490,7 @@ DESCRIPTION
|
|
|
490
490
|
configuration file
|
|
491
491
|
```
|
|
492
492
|
|
|
493
|
-
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
493
|
+
_See code: [src/commands/setup.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/setup.js)_
|
|
494
494
|
|
|
495
495
|
## `saltcorn setup-benchmark`
|
|
496
496
|
|
|
@@ -504,7 +504,7 @@ OPTIONS
|
|
|
504
504
|
-t, --tenant=tenant tenant
|
|
505
505
|
```
|
|
506
506
|
|
|
507
|
-
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
507
|
+
_See code: [src/commands/setup-benchmark.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/setup-benchmark.js)_
|
|
508
508
|
|
|
509
509
|
## `saltcorn test-plugin PATH`
|
|
510
510
|
|
|
@@ -522,7 +522,7 @@ DESCRIPTION
|
|
|
522
522
|
Extra documentation goes here
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
525
|
+
_See code: [src/commands/test-plugin.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/test-plugin.js)_
|
|
526
526
|
|
|
527
527
|
## `saltcorn transform-field EXPRESSION FIELD TABLE [TENANT]`
|
|
528
528
|
|
|
@@ -539,5 +539,5 @@ ARGUMENTS
|
|
|
539
539
|
TENANT tenant name
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3
|
|
542
|
+
_See code: [src/commands/transform-field.js](https://github.com/saltcorn/saltcorn/blob/v0.6.3/src/commands/transform-field.js)_
|
|
543
543
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltcorn/cli",
|
|
3
|
-
"version": "0.6.3
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -8,16 +8,17 @@
|
|
|
8
8
|
"version": "7.16.0",
|
|
9
9
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
|
|
10
10
|
"integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
|
|
11
|
+
"dev": true,
|
|
11
12
|
"requires": {
|
|
12
13
|
"@babel/highlight": "^7.16.0"
|
|
13
14
|
}
|
|
14
15
|
},
|
|
15
16
|
"@babel/generator": {
|
|
16
|
-
"version": "7.16.
|
|
17
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.
|
|
18
|
-
"integrity": "sha512-
|
|
17
|
+
"version": "7.16.8",
|
|
18
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz",
|
|
19
|
+
"integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==",
|
|
19
20
|
"requires": {
|
|
20
|
-
"@babel/types": "^7.16.
|
|
21
|
+
"@babel/types": "^7.16.8",
|
|
21
22
|
"jsesc": "^2.5.1",
|
|
22
23
|
"source-map": "^0.5.0"
|
|
23
24
|
},
|
|
@@ -30,72 +31,74 @@
|
|
|
30
31
|
}
|
|
31
32
|
},
|
|
32
33
|
"@babel/helper-annotate-as-pure": {
|
|
33
|
-
"version": "7.16.
|
|
34
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.
|
|
35
|
-
"integrity": "sha512-
|
|
34
|
+
"version": "7.16.7",
|
|
35
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
|
|
36
|
+
"integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
|
|
36
37
|
"requires": {
|
|
37
|
-
"@babel/types": "^7.16.
|
|
38
|
+
"@babel/types": "^7.16.7"
|
|
38
39
|
}
|
|
39
40
|
},
|
|
40
41
|
"@babel/helper-environment-visitor": {
|
|
41
|
-
"version": "7.16.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.
|
|
43
|
-
"integrity": "sha512-
|
|
42
|
+
"version": "7.16.7",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
|
|
44
|
+
"integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
|
|
44
45
|
"requires": {
|
|
45
|
-
"@babel/types": "^7.16.
|
|
46
|
+
"@babel/types": "^7.16.7"
|
|
46
47
|
}
|
|
47
48
|
},
|
|
48
49
|
"@babel/helper-function-name": {
|
|
49
|
-
"version": "7.16.
|
|
50
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.
|
|
51
|
-
"integrity": "sha512-
|
|
50
|
+
"version": "7.16.7",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
|
|
52
|
+
"integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
|
|
52
53
|
"requires": {
|
|
53
|
-
"@babel/helper-get-function-arity": "^7.16.
|
|
54
|
-
"@babel/template": "^7.16.
|
|
55
|
-
"@babel/types": "^7.16.
|
|
54
|
+
"@babel/helper-get-function-arity": "^7.16.7",
|
|
55
|
+
"@babel/template": "^7.16.7",
|
|
56
|
+
"@babel/types": "^7.16.7"
|
|
56
57
|
}
|
|
57
58
|
},
|
|
58
59
|
"@babel/helper-get-function-arity": {
|
|
59
|
-
"version": "7.16.
|
|
60
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.
|
|
61
|
-
"integrity": "sha512-
|
|
60
|
+
"version": "7.16.7",
|
|
61
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
|
|
62
|
+
"integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
|
|
62
63
|
"requires": {
|
|
63
|
-
"@babel/types": "^7.16.
|
|
64
|
+
"@babel/types": "^7.16.7"
|
|
64
65
|
}
|
|
65
66
|
},
|
|
66
67
|
"@babel/helper-hoist-variables": {
|
|
67
|
-
"version": "7.16.
|
|
68
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.
|
|
69
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "7.16.7",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
|
|
70
|
+
"integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
|
|
70
71
|
"requires": {
|
|
71
|
-
"@babel/types": "^7.16.
|
|
72
|
+
"@babel/types": "^7.16.7"
|
|
72
73
|
}
|
|
73
74
|
},
|
|
74
75
|
"@babel/helper-module-imports": {
|
|
75
|
-
"version": "7.16.
|
|
76
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.
|
|
77
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "7.16.7",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
|
|
78
|
+
"integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
|
|
78
79
|
"requires": {
|
|
79
|
-
"@babel/types": "^7.16.
|
|
80
|
+
"@babel/types": "^7.16.7"
|
|
80
81
|
}
|
|
81
82
|
},
|
|
82
83
|
"@babel/helper-split-export-declaration": {
|
|
83
|
-
"version": "7.16.
|
|
84
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.
|
|
85
|
-
"integrity": "sha512-
|
|
84
|
+
"version": "7.16.7",
|
|
85
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
|
|
86
|
+
"integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
|
|
86
87
|
"requires": {
|
|
87
|
-
"@babel/types": "^7.16.
|
|
88
|
+
"@babel/types": "^7.16.7"
|
|
88
89
|
}
|
|
89
90
|
},
|
|
90
91
|
"@babel/helper-validator-identifier": {
|
|
91
92
|
"version": "7.15.7",
|
|
92
93
|
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
|
93
|
-
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
|
94
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==",
|
|
95
|
+
"dev": true
|
|
94
96
|
},
|
|
95
97
|
"@babel/highlight": {
|
|
96
98
|
"version": "7.16.0",
|
|
97
99
|
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
|
|
98
100
|
"integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
|
|
101
|
+
"dev": true,
|
|
99
102
|
"requires": {
|
|
100
103
|
"@babel/helper-validator-identifier": "^7.15.7",
|
|
101
104
|
"chalk": "^2.0.0",
|
|
@@ -103,44 +106,101 @@
|
|
|
103
106
|
}
|
|
104
107
|
},
|
|
105
108
|
"@babel/parser": {
|
|
106
|
-
"version": "7.16.
|
|
107
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.
|
|
108
|
-
"integrity": "sha512-
|
|
109
|
+
"version": "7.16.8",
|
|
110
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
|
|
111
|
+
"integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
|
|
109
112
|
},
|
|
110
113
|
"@babel/template": {
|
|
111
|
-
"version": "7.16.
|
|
112
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.
|
|
113
|
-
"integrity": "sha512-
|
|
114
|
+
"version": "7.16.7",
|
|
115
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
|
|
116
|
+
"integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
|
|
114
117
|
"requires": {
|
|
115
|
-
"@babel/code-frame": "^7.16.
|
|
116
|
-
"@babel/parser": "^7.16.
|
|
117
|
-
"@babel/types": "^7.16.
|
|
118
|
+
"@babel/code-frame": "^7.16.7",
|
|
119
|
+
"@babel/parser": "^7.16.7",
|
|
120
|
+
"@babel/types": "^7.16.7"
|
|
121
|
+
},
|
|
122
|
+
"dependencies": {
|
|
123
|
+
"@babel/code-frame": {
|
|
124
|
+
"version": "7.16.7",
|
|
125
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
|
|
126
|
+
"integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
|
|
127
|
+
"requires": {
|
|
128
|
+
"@babel/highlight": "^7.16.7"
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
"@babel/helper-validator-identifier": {
|
|
132
|
+
"version": "7.16.7",
|
|
133
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
134
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
135
|
+
},
|
|
136
|
+
"@babel/highlight": {
|
|
137
|
+
"version": "7.16.7",
|
|
138
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
|
|
139
|
+
"integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
|
|
140
|
+
"requires": {
|
|
141
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
142
|
+
"chalk": "^2.0.0",
|
|
143
|
+
"js-tokens": "^4.0.0"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
118
146
|
}
|
|
119
147
|
},
|
|
120
148
|
"@babel/traverse": {
|
|
121
|
-
"version": "7.16.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.
|
|
123
|
-
"integrity": "sha512-
|
|
124
|
-
"requires": {
|
|
125
|
-
"@babel/code-frame": "^7.16.
|
|
126
|
-
"@babel/generator": "^7.16.
|
|
127
|
-
"@babel/helper-environment-visitor": "^7.16.
|
|
128
|
-
"@babel/helper-function-name": "^7.16.
|
|
129
|
-
"@babel/helper-hoist-variables": "^7.16.
|
|
130
|
-
"@babel/helper-split-export-declaration": "^7.16.
|
|
131
|
-
"@babel/parser": "^7.16.
|
|
132
|
-
"@babel/types": "^7.16.
|
|
149
|
+
"version": "7.16.8",
|
|
150
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
|
|
151
|
+
"integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
|
|
152
|
+
"requires": {
|
|
153
|
+
"@babel/code-frame": "^7.16.7",
|
|
154
|
+
"@babel/generator": "^7.16.8",
|
|
155
|
+
"@babel/helper-environment-visitor": "^7.16.7",
|
|
156
|
+
"@babel/helper-function-name": "^7.16.7",
|
|
157
|
+
"@babel/helper-hoist-variables": "^7.16.7",
|
|
158
|
+
"@babel/helper-split-export-declaration": "^7.16.7",
|
|
159
|
+
"@babel/parser": "^7.16.8",
|
|
160
|
+
"@babel/types": "^7.16.8",
|
|
133
161
|
"debug": "^4.1.0",
|
|
134
162
|
"globals": "^11.1.0"
|
|
163
|
+
},
|
|
164
|
+
"dependencies": {
|
|
165
|
+
"@babel/code-frame": {
|
|
166
|
+
"version": "7.16.7",
|
|
167
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
|
|
168
|
+
"integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
|
|
169
|
+
"requires": {
|
|
170
|
+
"@babel/highlight": "^7.16.7"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"@babel/helper-validator-identifier": {
|
|
174
|
+
"version": "7.16.7",
|
|
175
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
176
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
177
|
+
},
|
|
178
|
+
"@babel/highlight": {
|
|
179
|
+
"version": "7.16.7",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
|
|
181
|
+
"integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
|
|
182
|
+
"requires": {
|
|
183
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
184
|
+
"chalk": "^2.0.0",
|
|
185
|
+
"js-tokens": "^4.0.0"
|
|
186
|
+
}
|
|
187
|
+
}
|
|
135
188
|
}
|
|
136
189
|
},
|
|
137
190
|
"@babel/types": {
|
|
138
|
-
"version": "7.16.
|
|
139
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.
|
|
140
|
-
"integrity": "sha512-
|
|
191
|
+
"version": "7.16.8",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz",
|
|
193
|
+
"integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==",
|
|
141
194
|
"requires": {
|
|
142
|
-
"@babel/helper-validator-identifier": "^7.
|
|
195
|
+
"@babel/helper-validator-identifier": "^7.16.7",
|
|
143
196
|
"to-fast-properties": "^2.0.0"
|
|
197
|
+
},
|
|
198
|
+
"dependencies": {
|
|
199
|
+
"@babel/helper-validator-identifier": {
|
|
200
|
+
"version": "7.16.7",
|
|
201
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
|
|
202
|
+
"integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
|
|
203
|
+
}
|
|
144
204
|
}
|
|
145
205
|
},
|
|
146
206
|
"@emotion/is-prop-valid": {
|
|
@@ -788,9 +848,9 @@
|
|
|
788
848
|
"integrity": "sha512-rEUDiUsHtild8GfIjFE9wXtcVxeS+ehCJQBwbQQ3IVfORKHK93CFnRtkr69R75lZFjcmKYVc+AXDB+AeRFOULA=="
|
|
789
849
|
},
|
|
790
850
|
"@root/request": {
|
|
791
|
-
"version": "1.8.
|
|
792
|
-
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.8.
|
|
793
|
-
"integrity": "sha512-
|
|
851
|
+
"version": "1.8.1",
|
|
852
|
+
"resolved": "https://registry.npmjs.org/@root/request/-/request-1.8.1.tgz",
|
|
853
|
+
"integrity": "sha512-Ib6jLQj4P4Dnx3LMqdV+TaSDlc7tWz25wKorklQ1rMHzHfc7LKELIuWl3XDQybimOPvIvlDuVX6/Mb10dEdQYg=="
|
|
794
854
|
},
|
|
795
855
|
"@root/x509": {
|
|
796
856
|
"version": "0.7.2",
|
|
@@ -802,30 +862,31 @@
|
|
|
802
862
|
}
|
|
803
863
|
},
|
|
804
864
|
"@saltcorn/base-plugin": {
|
|
805
|
-
"version": "0.6.3
|
|
806
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.3
|
|
807
|
-
"integrity": "sha512-
|
|
865
|
+
"version": "0.6.3",
|
|
866
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/base-plugin/-/base-plugin-0.6.3.tgz",
|
|
867
|
+
"integrity": "sha512-0nZV57IMPQmbUUCasyadZ6hJeFk6lkLcMWUE9NQA+oVbzquR1qf1oWPT+Ps37hh24pKjJm9kdGHrIhi7Op0yvQ==",
|
|
808
868
|
"requires": {
|
|
809
|
-
"@saltcorn/data": "0.6.3
|
|
869
|
+
"@saltcorn/data": "0.6.3"
|
|
810
870
|
}
|
|
811
871
|
},
|
|
812
872
|
"@saltcorn/builder": {
|
|
813
|
-
"version": "0.6.3
|
|
814
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.3
|
|
815
|
-
"integrity": "sha512-
|
|
873
|
+
"version": "0.6.3",
|
|
874
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/builder/-/builder-0.6.3.tgz",
|
|
875
|
+
"integrity": "sha512-Ur57mJROzv6Mr3GPP6WDczwLDxyuqHgYRpwMxA6PrR2YhSsQZc0Tizp5Zr6miNVWMzfQA+4jEZ15oGp0v9BE5w==",
|
|
816
876
|
"requires": {
|
|
817
877
|
"styled-components": "^4.4.1"
|
|
818
878
|
}
|
|
819
879
|
},
|
|
820
880
|
"@saltcorn/data": {
|
|
821
|
-
"version": "0.6.3
|
|
822
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.3
|
|
823
|
-
"integrity": "sha512-
|
|
824
|
-
"requires": {
|
|
825
|
-
"@saltcorn/db-common": "0.6.3
|
|
826
|
-
"@saltcorn/markup": "0.6.3
|
|
827
|
-
"@saltcorn/postgres": "0.6.3
|
|
828
|
-
"@saltcorn/sqlite": "0.6.3
|
|
881
|
+
"version": "0.6.3",
|
|
882
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/data/-/data-0.6.3.tgz",
|
|
883
|
+
"integrity": "sha512-Y+sQ1yFDnyCTQc26i+2BhN8FjbMOU7D4i2XOqPtRkEuEfAuM3mw7fn38EcbkjPoYQvV4VJE+2bG1LvpUEJrM9w==",
|
|
884
|
+
"requires": {
|
|
885
|
+
"@saltcorn/db-common": "0.6.3",
|
|
886
|
+
"@saltcorn/markup": "0.6.3",
|
|
887
|
+
"@saltcorn/postgres": "0.6.3",
|
|
888
|
+
"@saltcorn/sqlite": "0.6.3",
|
|
889
|
+
"@saltcorn/types": "0.6.3",
|
|
829
890
|
"acorn": "^8.0.3",
|
|
830
891
|
"adm-zip": "0.5.5",
|
|
831
892
|
"astring": "^1.4.3",
|
|
@@ -853,14 +914,14 @@
|
|
|
853
914
|
}
|
|
854
915
|
},
|
|
855
916
|
"@saltcorn/db-common": {
|
|
856
|
-
"version": "0.6.3
|
|
857
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.3
|
|
858
|
-
"integrity": "sha512-
|
|
917
|
+
"version": "0.6.3",
|
|
918
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/db-common/-/db-common-0.6.3.tgz",
|
|
919
|
+
"integrity": "sha512-QabpYPifThvL+ZxoAl/9VJcxO4zEclzWiKCgdpo36vOHokPp106NmWjAEyE8/2XjODbTPVxEDDqK/taTE5XS/A=="
|
|
859
920
|
},
|
|
860
921
|
"@saltcorn/markup": {
|
|
861
|
-
"version": "0.6.3
|
|
862
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.3
|
|
863
|
-
"integrity": "sha512-
|
|
922
|
+
"version": "0.6.3",
|
|
923
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/markup/-/markup-0.6.3.tgz",
|
|
924
|
+
"integrity": "sha512-mpHZP8mrEhpmL1sXIyW6s/Pdc7qI1HRM637a4xhCoB9M85wAsk6bV17ztNLa/FG50B7ShPUW2dgC2VzVJkYKDw==",
|
|
864
925
|
"requires": {
|
|
865
926
|
"escape-html": "^1.0.3",
|
|
866
927
|
"html-tags": "3.1.0",
|
|
@@ -868,36 +929,36 @@
|
|
|
868
929
|
}
|
|
869
930
|
},
|
|
870
931
|
"@saltcorn/postgres": {
|
|
871
|
-
"version": "0.6.3
|
|
872
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.3
|
|
873
|
-
"integrity": "sha512
|
|
932
|
+
"version": "0.6.3",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/postgres/-/postgres-0.6.3.tgz",
|
|
934
|
+
"integrity": "sha512-+D2cApmgnKxoduIW274zjXhptvad3guNBRdfbqL9LETgXzhGIt/fbdpxnxN4a9uRWaAl+ps7fGuOQ1UGL/w07A==",
|
|
874
935
|
"optional": true,
|
|
875
936
|
"requires": {
|
|
876
|
-
"@saltcorn/db-common": "0.6.3
|
|
937
|
+
"@saltcorn/db-common": "0.6.3",
|
|
877
938
|
"pg": "^8.2.1",
|
|
878
939
|
"pg-copy-streams": "^5.1.1"
|
|
879
940
|
}
|
|
880
941
|
},
|
|
881
942
|
"@saltcorn/sbadmin2": {
|
|
882
|
-
"version": "0.6.3
|
|
883
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.3
|
|
884
|
-
"integrity": "sha512-
|
|
943
|
+
"version": "0.6.3",
|
|
944
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sbadmin2/-/sbadmin2-0.6.3.tgz",
|
|
945
|
+
"integrity": "sha512-Aqcnj2VRrwKUXuGEqG7bmjwQqaEpTwP7tNrdRnXSD1C66bRR6LmbvbTAFAPId8mhXi36+KsQm+0tq7+Mf0C6SA==",
|
|
885
946
|
"requires": {
|
|
886
|
-
"@saltcorn/data": "0.6.3
|
|
887
|
-
"@saltcorn/markup": "0.6.3
|
|
947
|
+
"@saltcorn/data": "0.6.3",
|
|
948
|
+
"@saltcorn/markup": "0.6.3",
|
|
888
949
|
"startbootstrap-sb-admin-2": "^4.1.4"
|
|
889
950
|
}
|
|
890
951
|
},
|
|
891
952
|
"@saltcorn/server": {
|
|
892
|
-
"version": "0.6.3
|
|
893
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.3
|
|
894
|
-
"integrity": "sha512-
|
|
895
|
-
"requires": {
|
|
896
|
-
"@saltcorn/base-plugin": "0.6.3
|
|
897
|
-
"@saltcorn/builder": "0.6.3
|
|
898
|
-
"@saltcorn/data": "0.6.3
|
|
899
|
-
"@saltcorn/markup": "0.6.3
|
|
900
|
-
"@saltcorn/sbadmin2": "0.6.3
|
|
953
|
+
"version": "0.6.3",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/server/-/server-0.6.3.tgz",
|
|
955
|
+
"integrity": "sha512-1Sx92oSHoFYfCFSWLVlT9DhQEBh7RygE0km3WfggHyABuYG2OkaFeG/8yS4khuDaiKVE2ayZceolvMJ+QVojvA==",
|
|
956
|
+
"requires": {
|
|
957
|
+
"@saltcorn/base-plugin": "0.6.3",
|
|
958
|
+
"@saltcorn/builder": "0.6.3",
|
|
959
|
+
"@saltcorn/data": "0.6.3",
|
|
960
|
+
"@saltcorn/markup": "0.6.3",
|
|
961
|
+
"@saltcorn/sbadmin2": "0.6.3",
|
|
901
962
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
902
963
|
"@socket.io/sticky": "^1.0.1",
|
|
903
964
|
"aws-sdk": "^2.1037.0",
|
|
@@ -925,27 +986,36 @@
|
|
|
925
986
|
"multer-s3": "^2.10.0",
|
|
926
987
|
"node-fetch": "2.6.2",
|
|
927
988
|
"node-watch": "^0.7.2",
|
|
989
|
+
"notp": "2.0.3",
|
|
928
990
|
"passport": "^0.4.1",
|
|
929
991
|
"passport-custom": "^1.1.1",
|
|
930
992
|
"passport-http-bearer": "^1.0.1",
|
|
993
|
+
"passport-totp": "0.0.2",
|
|
931
994
|
"pg": "^8.2.1",
|
|
932
995
|
"pluralize": "^8.0.0",
|
|
996
|
+
"qrcode": "1.5.0",
|
|
933
997
|
"sd-notify": "^2.8.0",
|
|
934
998
|
"socket.io": "4.2.0",
|
|
999
|
+
"thirty-two": "1.0.2",
|
|
935
1000
|
"tmp-promise": "^3.0.2",
|
|
936
1001
|
"uuid": "^8.2.0"
|
|
937
1002
|
}
|
|
938
1003
|
},
|
|
939
1004
|
"@saltcorn/sqlite": {
|
|
940
|
-
"version": "0.6.3
|
|
941
|
-
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.3
|
|
942
|
-
"integrity": "sha512-
|
|
1005
|
+
"version": "0.6.3",
|
|
1006
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/sqlite/-/sqlite-0.6.3.tgz",
|
|
1007
|
+
"integrity": "sha512-nVDkUMMem51G1rHtPqsiXzWxm4I72CFMvUBiBbruUf5dpZq5nx+khg2rPsmYvuU2D9EpSS7DW99lHZLNpQfBLw==",
|
|
943
1008
|
"optional": true,
|
|
944
1009
|
"requires": {
|
|
945
|
-
"@saltcorn/db-common": "0.6.3
|
|
1010
|
+
"@saltcorn/db-common": "0.6.3",
|
|
946
1011
|
"sqlite3": "^5.0.2"
|
|
947
1012
|
}
|
|
948
1013
|
},
|
|
1014
|
+
"@saltcorn/types": {
|
|
1015
|
+
"version": "0.6.3",
|
|
1016
|
+
"resolved": "https://registry.npmjs.org/@saltcorn/types/-/types-0.6.3.tgz",
|
|
1017
|
+
"integrity": "sha512-v1RdLA+JQcMh9I87PfErLbyMjqkFw2SfzfX1xTNTiTyzt5JjlulN0VOoUCG11lvBzA0DzXSdPZLCDBdJa3mKfQ=="
|
|
1018
|
+
},
|
|
949
1019
|
"@sindresorhus/is": {
|
|
950
1020
|
"version": "0.14.0",
|
|
951
1021
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
|
|
@@ -1043,9 +1113,9 @@
|
|
|
1043
1113
|
"dev": true
|
|
1044
1114
|
},
|
|
1045
1115
|
"@types/minipass": {
|
|
1046
|
-
"version": "3.1.
|
|
1047
|
-
"resolved": "https://registry.npmjs.org/@types/minipass/-/minipass-3.1.
|
|
1048
|
-
"integrity": "sha512-
|
|
1116
|
+
"version": "3.1.2",
|
|
1117
|
+
"resolved": "https://registry.npmjs.org/@types/minipass/-/minipass-3.1.2.tgz",
|
|
1118
|
+
"integrity": "sha512-foLGjgrJkUjLG/o2t2ymlZGEoBNBa/TfoUZ7oCTkOjP1T43UGBJspovJou/l3ZuHvye2ewR5cZNtp2zyWgILMA==",
|
|
1049
1119
|
"requires": {
|
|
1050
1120
|
"@types/node": "*"
|
|
1051
1121
|
}
|
|
@@ -1135,9 +1205,9 @@
|
|
|
1135
1205
|
"integrity": "sha512-W4GfK+39GZ+u0mvxRVUcVFCG6gposfzEnSBF20T/NUwWAKG59wQT1dUbS1NixRIAsRuhpGc4Jx659cErFQH0Pg=="
|
|
1136
1206
|
},
|
|
1137
1207
|
"acorn": {
|
|
1138
|
-
"version": "8.
|
|
1139
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
1140
|
-
"integrity": "sha512-
|
|
1208
|
+
"version": "8.7.0",
|
|
1209
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
|
|
1210
|
+
"integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
|
|
1141
1211
|
},
|
|
1142
1212
|
"acorn-globals": {
|
|
1143
1213
|
"version": "4.3.4",
|
|
@@ -1309,9 +1379,9 @@
|
|
|
1309
1379
|
"integrity": "sha512-Aj3mbwVzj7Vve4I/v2JYOPFkCGM2YS7OqQTNSxmUR+LECRpokuPgAYghePgr6SALDo5bD5DlfbSaYjOzGJZOLQ=="
|
|
1310
1380
|
},
|
|
1311
1381
|
"async": {
|
|
1312
|
-
"version": "3.2.
|
|
1313
|
-
"resolved": "https://registry.npmjs.org/async/-/async-3.2.
|
|
1314
|
-
"integrity": "sha512-
|
|
1382
|
+
"version": "3.2.3",
|
|
1383
|
+
"resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
|
|
1384
|
+
"integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
|
|
1315
1385
|
},
|
|
1316
1386
|
"async-foreach": {
|
|
1317
1387
|
"version": "0.1.3",
|
|
@@ -1324,9 +1394,9 @@
|
|
|
1324
1394
|
"integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
|
|
1325
1395
|
},
|
|
1326
1396
|
"aws-sdk": {
|
|
1327
|
-
"version": "2.
|
|
1328
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
1329
|
-
"integrity": "sha512-
|
|
1397
|
+
"version": "2.1058.0",
|
|
1398
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1058.0.tgz",
|
|
1399
|
+
"integrity": "sha512-q6bTq1DBBeBaU6GKKoTHmJj16WOQHhOoK7jwV93IT8pO0P1XH99gesFofhew3eT0h8Ev7quVKutk4B1kfnIXPQ==",
|
|
1330
1400
|
"requires": {
|
|
1331
1401
|
"buffer": "4.9.2",
|
|
1332
1402
|
"events": "1.1.1",
|
|
@@ -2269,9 +2339,9 @@
|
|
|
2269
2339
|
"integrity": "sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU="
|
|
2270
2340
|
},
|
|
2271
2341
|
"css-select": {
|
|
2272
|
-
"version": "4.2.
|
|
2273
|
-
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.
|
|
2274
|
-
"integrity": "sha512
|
|
2342
|
+
"version": "4.2.1",
|
|
2343
|
+
"resolved": "https://registry.npmjs.org/css-select/-/css-select-4.2.1.tgz",
|
|
2344
|
+
"integrity": "sha512-/aUslKhzkTNCQUB2qTX84lVmfia9NyjP3WpDGtj/WxhwBzWBYUV3DgUpurHTme8UTPcPlAD1DJ+b0nN/t50zDQ==",
|
|
2275
2345
|
"requires": {
|
|
2276
2346
|
"boolbase": "^1.0.0",
|
|
2277
2347
|
"css-what": "^5.1.0",
|
|
@@ -2500,6 +2570,11 @@
|
|
|
2500
2570
|
"streamsearch": "0.1.2"
|
|
2501
2571
|
}
|
|
2502
2572
|
},
|
|
2573
|
+
"dijkstrajs": {
|
|
2574
|
+
"version": "1.0.2",
|
|
2575
|
+
"resolved": "https://registry.npmjs.org/dijkstrajs/-/dijkstrajs-1.0.2.tgz",
|
|
2576
|
+
"integrity": "sha512-QV6PMaHTCNmKSeP6QoXhVTw9snc9VD8MulTT0Bd99Pacp4SS1cjcrYPgBPmibqKVtMJJfqC6XvOXgPMEEPH/fg=="
|
|
2577
|
+
},
|
|
2503
2578
|
"dir-glob": {
|
|
2504
2579
|
"version": "3.0.1",
|
|
2505
2580
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
@@ -2602,6 +2677,11 @@
|
|
|
2602
2677
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
2603
2678
|
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
|
2604
2679
|
},
|
|
2680
|
+
"encode-utf8": {
|
|
2681
|
+
"version": "1.0.3",
|
|
2682
|
+
"resolved": "https://registry.npmjs.org/encode-utf8/-/encode-utf8-1.0.3.tgz",
|
|
2683
|
+
"integrity": "sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw=="
|
|
2684
|
+
},
|
|
2605
2685
|
"encodeurl": {
|
|
2606
2686
|
"version": "1.0.2",
|
|
2607
2687
|
"resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
|
|
@@ -2616,9 +2696,9 @@
|
|
|
2616
2696
|
}
|
|
2617
2697
|
},
|
|
2618
2698
|
"engine.io": {
|
|
2619
|
-
"version": "5.2.
|
|
2620
|
-
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.2.
|
|
2621
|
-
"integrity": "sha512-
|
|
2699
|
+
"version": "5.2.1",
|
|
2700
|
+
"resolved": "https://registry.npmjs.org/engine.io/-/engine.io-5.2.1.tgz",
|
|
2701
|
+
"integrity": "sha512-hyNxjVgWp619QMfqi/+/6/LQF+ueOIWeVOza3TeyvxUGjeT9U/xPkkHW/NJNuhbStrxMujEoMadoc2EY7DDEnw==",
|
|
2622
2702
|
"requires": {
|
|
2623
2703
|
"accepts": "~1.3.4",
|
|
2624
2704
|
"base64id": "2.0.0",
|
|
@@ -3003,7 +3083,6 @@
|
|
|
3003
3083
|
"version": "4.1.0",
|
|
3004
3084
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
3005
3085
|
"integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
|
|
3006
|
-
"dev": true,
|
|
3007
3086
|
"requires": {
|
|
3008
3087
|
"locate-path": "^5.0.0",
|
|
3009
3088
|
"path-exists": "^4.0.0"
|
|
@@ -3474,16 +3553,26 @@
|
|
|
3474
3553
|
"integrity": "sha512-Ty8UblRWFEcfSuIaajM34LdPXIhbs1ajEX/BBPv24J+enSVaEVY63xQ6lTO9VRYS5LAoghIG0IDJ+p+IPzKUQQ=="
|
|
3475
3554
|
},
|
|
3476
3555
|
"i18n": {
|
|
3477
|
-
"version": "0.13.
|
|
3478
|
-
"resolved": "https://registry.npmjs.org/i18n/-/i18n-0.13.
|
|
3479
|
-
"integrity": "sha512-
|
|
3556
|
+
"version": "0.13.4",
|
|
3557
|
+
"resolved": "https://registry.npmjs.org/i18n/-/i18n-0.13.4.tgz",
|
|
3558
|
+
"integrity": "sha512-GZnXWeA15jTi9gc1jfgrJcSrNYDg7qbJXSYMuibqPYb1ThORmGCeM+gL6LrDagYRHh87/q/D0jRSOhAfv6wAow==",
|
|
3480
3559
|
"requires": {
|
|
3481
|
-
"debug": "^4.
|
|
3482
|
-
"make-plural": "^
|
|
3560
|
+
"debug": "^4.3.3",
|
|
3561
|
+
"make-plural": "^7.0.0",
|
|
3483
3562
|
"math-interval-parser": "^2.0.1",
|
|
3484
3563
|
"messageformat": "^2.3.0",
|
|
3485
|
-
"mustache": "^4.0
|
|
3564
|
+
"mustache": "^4.2.0",
|
|
3486
3565
|
"sprintf-js": "^1.1.2"
|
|
3566
|
+
},
|
|
3567
|
+
"dependencies": {
|
|
3568
|
+
"debug": {
|
|
3569
|
+
"version": "4.3.3",
|
|
3570
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
|
|
3571
|
+
"integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
|
|
3572
|
+
"requires": {
|
|
3573
|
+
"ms": "2.1.2"
|
|
3574
|
+
}
|
|
3575
|
+
}
|
|
3487
3576
|
}
|
|
3488
3577
|
},
|
|
3489
3578
|
"iconv-lite": {
|
|
@@ -4240,7 +4329,6 @@
|
|
|
4240
4329
|
"version": "5.0.0",
|
|
4241
4330
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
4242
4331
|
"integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
|
|
4243
|
-
"dev": true,
|
|
4244
4332
|
"requires": {
|
|
4245
4333
|
"p-locate": "^4.1.0"
|
|
4246
4334
|
}
|
|
@@ -4381,9 +4469,9 @@
|
|
|
4381
4469
|
}
|
|
4382
4470
|
},
|
|
4383
4471
|
"make-plural": {
|
|
4384
|
-
"version": "
|
|
4385
|
-
"resolved": "https://registry.npmjs.org/make-plural/-/make-plural-
|
|
4386
|
-
"integrity": "sha512-
|
|
4472
|
+
"version": "7.0.0",
|
|
4473
|
+
"resolved": "https://registry.npmjs.org/make-plural/-/make-plural-7.0.0.tgz",
|
|
4474
|
+
"integrity": "sha512-OTuzMnuhrc7G3LJU5upkhKy7EIAq/dRqANqTUh0B8au7jM5mXq9kVdla3sn3g2GCRIxgooCDQtSJ3s1fAjasbQ=="
|
|
4387
4475
|
},
|
|
4388
4476
|
"map-obj": {
|
|
4389
4477
|
"version": "1.0.1",
|
|
@@ -4970,6 +5058,11 @@
|
|
|
4970
5058
|
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz",
|
|
4971
5059
|
"integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA=="
|
|
4972
5060
|
},
|
|
5061
|
+
"notp": {
|
|
5062
|
+
"version": "2.0.3",
|
|
5063
|
+
"resolved": "https://registry.npmjs.org/notp/-/notp-2.0.3.tgz",
|
|
5064
|
+
"integrity": "sha1-qf0R4lz+HMs5/GaJVE7kwQ75pXc="
|
|
5065
|
+
},
|
|
4973
5066
|
"npm-bundled": {
|
|
4974
5067
|
"version": "1.1.2",
|
|
4975
5068
|
"resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz",
|
|
@@ -5136,7 +5229,6 @@
|
|
|
5136
5229
|
"version": "4.1.0",
|
|
5137
5230
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
|
|
5138
5231
|
"integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
|
|
5139
|
-
"dev": true,
|
|
5140
5232
|
"requires": {
|
|
5141
5233
|
"p-limit": "^2.2.0"
|
|
5142
5234
|
}
|
|
@@ -5249,6 +5341,16 @@
|
|
|
5249
5341
|
"resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
|
|
5250
5342
|
"integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="
|
|
5251
5343
|
},
|
|
5344
|
+
"passport-totp": {
|
|
5345
|
+
"version": "0.0.2",
|
|
5346
|
+
"resolved": "https://registry.npmjs.org/passport-totp/-/passport-totp-0.0.2.tgz",
|
|
5347
|
+
"integrity": "sha1-MXOBWva3UYb5af1CVr5//Uwb5Zo=",
|
|
5348
|
+
"requires": {
|
|
5349
|
+
"notp": "2.0.x",
|
|
5350
|
+
"passport-strategy": "1.0.0",
|
|
5351
|
+
"pkginfo": "0.2.x"
|
|
5352
|
+
}
|
|
5353
|
+
},
|
|
5252
5354
|
"password-prompt": {
|
|
5253
5355
|
"version": "1.1.2",
|
|
5254
5356
|
"resolved": "https://registry.npmjs.org/password-prompt/-/password-prompt-1.1.2.tgz",
|
|
@@ -5268,8 +5370,7 @@
|
|
|
5268
5370
|
"path-exists": {
|
|
5269
5371
|
"version": "4.0.0",
|
|
5270
5372
|
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
|
|
5271
|
-
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
|
|
5272
|
-
"dev": true
|
|
5373
|
+
"integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
|
|
5273
5374
|
},
|
|
5274
5375
|
"path-is-absolute": {
|
|
5275
5376
|
"version": "1.0.1",
|
|
@@ -5411,6 +5512,11 @@
|
|
|
5411
5512
|
"find-up": "^4.0.0"
|
|
5412
5513
|
}
|
|
5413
5514
|
},
|
|
5515
|
+
"pkginfo": {
|
|
5516
|
+
"version": "0.2.3",
|
|
5517
|
+
"resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz",
|
|
5518
|
+
"integrity": "sha1-cjnEKl72wwuPMoQ52bn/cQQkkPg="
|
|
5519
|
+
},
|
|
5414
5520
|
"pluralize": {
|
|
5415
5521
|
"version": "8.0.0",
|
|
5416
5522
|
"resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
|
|
@@ -5421,6 +5527,11 @@
|
|
|
5421
5527
|
"resolved": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
|
|
5422
5528
|
"integrity": "sha512-2qHaIQr2VLRFoxe2nASzsV6ef4yOOH+Fi9FBOVH6cqeSgUnoyySPZkxzLuzd+RYOQTRpROA0ztTMqxROKSb/nA=="
|
|
5423
5529
|
},
|
|
5530
|
+
"pngjs": {
|
|
5531
|
+
"version": "5.0.0",
|
|
5532
|
+
"resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz",
|
|
5533
|
+
"integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw=="
|
|
5534
|
+
},
|
|
5424
5535
|
"postcss": {
|
|
5425
5536
|
"version": "7.0.39",
|
|
5426
5537
|
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
|
|
@@ -5474,13 +5585,13 @@
|
|
|
5474
5585
|
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
|
|
5475
5586
|
},
|
|
5476
5587
|
"prop-types": {
|
|
5477
|
-
"version": "15.
|
|
5478
|
-
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.
|
|
5479
|
-
"integrity": "sha512-
|
|
5588
|
+
"version": "15.8.1",
|
|
5589
|
+
"resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
|
|
5590
|
+
"integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==",
|
|
5480
5591
|
"requires": {
|
|
5481
5592
|
"loose-envify": "^1.4.0",
|
|
5482
5593
|
"object-assign": "^4.1.1",
|
|
5483
|
-
"react-is": "^16.
|
|
5594
|
+
"react-is": "^16.13.1"
|
|
5484
5595
|
}
|
|
5485
5596
|
},
|
|
5486
5597
|
"proxy-addr": {
|
|
@@ -5550,10 +5661,124 @@
|
|
|
5550
5661
|
}
|
|
5551
5662
|
}
|
|
5552
5663
|
},
|
|
5664
|
+
"qrcode": {
|
|
5665
|
+
"version": "1.5.0",
|
|
5666
|
+
"resolved": "https://registry.npmjs.org/qrcode/-/qrcode-1.5.0.tgz",
|
|
5667
|
+
"integrity": "sha512-9MgRpgVc+/+47dFvQeD6U2s0Z92EsKzcHogtum4QB+UNd025WOJSHvn/hjk9xmzj7Stj95CyUAs31mrjxliEsQ==",
|
|
5668
|
+
"requires": {
|
|
5669
|
+
"dijkstrajs": "^1.0.1",
|
|
5670
|
+
"encode-utf8": "^1.0.3",
|
|
5671
|
+
"pngjs": "^5.0.0",
|
|
5672
|
+
"yargs": "^15.3.1"
|
|
5673
|
+
},
|
|
5674
|
+
"dependencies": {
|
|
5675
|
+
"ansi-regex": {
|
|
5676
|
+
"version": "5.0.1",
|
|
5677
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5678
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
|
5679
|
+
},
|
|
5680
|
+
"ansi-styles": {
|
|
5681
|
+
"version": "4.3.0",
|
|
5682
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
5683
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
5684
|
+
"requires": {
|
|
5685
|
+
"color-convert": "^2.0.1"
|
|
5686
|
+
}
|
|
5687
|
+
},
|
|
5688
|
+
"camelcase": {
|
|
5689
|
+
"version": "5.3.1",
|
|
5690
|
+
"resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
|
|
5691
|
+
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
|
|
5692
|
+
},
|
|
5693
|
+
"cliui": {
|
|
5694
|
+
"version": "6.0.0",
|
|
5695
|
+
"resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
|
|
5696
|
+
"integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==",
|
|
5697
|
+
"requires": {
|
|
5698
|
+
"string-width": "^4.2.0",
|
|
5699
|
+
"strip-ansi": "^6.0.0",
|
|
5700
|
+
"wrap-ansi": "^6.2.0"
|
|
5701
|
+
}
|
|
5702
|
+
},
|
|
5703
|
+
"color-convert": {
|
|
5704
|
+
"version": "2.0.1",
|
|
5705
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
5706
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
5707
|
+
"requires": {
|
|
5708
|
+
"color-name": "~1.1.4"
|
|
5709
|
+
}
|
|
5710
|
+
},
|
|
5711
|
+
"color-name": {
|
|
5712
|
+
"version": "1.1.4",
|
|
5713
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
5714
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
5715
|
+
},
|
|
5716
|
+
"is-fullwidth-code-point": {
|
|
5717
|
+
"version": "3.0.0",
|
|
5718
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
|
5719
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
|
5720
|
+
},
|
|
5721
|
+
"string-width": {
|
|
5722
|
+
"version": "4.2.3",
|
|
5723
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
5724
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
5725
|
+
"requires": {
|
|
5726
|
+
"emoji-regex": "^8.0.0",
|
|
5727
|
+
"is-fullwidth-code-point": "^3.0.0",
|
|
5728
|
+
"strip-ansi": "^6.0.1"
|
|
5729
|
+
}
|
|
5730
|
+
},
|
|
5731
|
+
"strip-ansi": {
|
|
5732
|
+
"version": "6.0.1",
|
|
5733
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5734
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5735
|
+
"requires": {
|
|
5736
|
+
"ansi-regex": "^5.0.1"
|
|
5737
|
+
}
|
|
5738
|
+
},
|
|
5739
|
+
"wrap-ansi": {
|
|
5740
|
+
"version": "6.2.0",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
5742
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
5743
|
+
"requires": {
|
|
5744
|
+
"ansi-styles": "^4.0.0",
|
|
5745
|
+
"string-width": "^4.1.0",
|
|
5746
|
+
"strip-ansi": "^6.0.0"
|
|
5747
|
+
}
|
|
5748
|
+
},
|
|
5749
|
+
"yargs": {
|
|
5750
|
+
"version": "15.4.1",
|
|
5751
|
+
"resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz",
|
|
5752
|
+
"integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==",
|
|
5753
|
+
"requires": {
|
|
5754
|
+
"cliui": "^6.0.0",
|
|
5755
|
+
"decamelize": "^1.2.0",
|
|
5756
|
+
"find-up": "^4.1.0",
|
|
5757
|
+
"get-caller-file": "^2.0.1",
|
|
5758
|
+
"require-directory": "^2.1.1",
|
|
5759
|
+
"require-main-filename": "^2.0.0",
|
|
5760
|
+
"set-blocking": "^2.0.0",
|
|
5761
|
+
"string-width": "^4.2.0",
|
|
5762
|
+
"which-module": "^2.0.0",
|
|
5763
|
+
"y18n": "^4.0.0",
|
|
5764
|
+
"yargs-parser": "^18.1.2"
|
|
5765
|
+
}
|
|
5766
|
+
},
|
|
5767
|
+
"yargs-parser": {
|
|
5768
|
+
"version": "18.1.3",
|
|
5769
|
+
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz",
|
|
5770
|
+
"integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==",
|
|
5771
|
+
"requires": {
|
|
5772
|
+
"camelcase": "^5.0.0",
|
|
5773
|
+
"decamelize": "^1.2.0"
|
|
5774
|
+
}
|
|
5775
|
+
}
|
|
5776
|
+
}
|
|
5777
|
+
},
|
|
5553
5778
|
"qs": {
|
|
5554
|
-
"version": "6.5.
|
|
5555
|
-
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.
|
|
5556
|
-
"integrity": "sha512-
|
|
5779
|
+
"version": "6.5.3",
|
|
5780
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
|
|
5781
|
+
"integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA=="
|
|
5557
5782
|
},
|
|
5558
5783
|
"query-ast": {
|
|
5559
5784
|
"version": "1.0.4",
|
|
@@ -5878,12 +6103,13 @@
|
|
|
5878
6103
|
"integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg=="
|
|
5879
6104
|
},
|
|
5880
6105
|
"resolve": {
|
|
5881
|
-
"version": "1.
|
|
5882
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.
|
|
5883
|
-
"integrity": "sha512-
|
|
6106
|
+
"version": "1.21.0",
|
|
6107
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz",
|
|
6108
|
+
"integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==",
|
|
5884
6109
|
"requires": {
|
|
5885
|
-
"is-core-module": "^2.
|
|
5886
|
-
"path-parse": "^1.0.
|
|
6110
|
+
"is-core-module": "^2.8.0",
|
|
6111
|
+
"path-parse": "^1.0.7",
|
|
6112
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
5887
6113
|
}
|
|
5888
6114
|
},
|
|
5889
6115
|
"responselike": {
|
|
@@ -6263,9 +6489,9 @@
|
|
|
6263
6489
|
}
|
|
6264
6490
|
},
|
|
6265
6491
|
"sshpk": {
|
|
6266
|
-
"version": "1.
|
|
6267
|
-
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.
|
|
6268
|
-
"integrity": "sha512
|
|
6492
|
+
"version": "1.17.0",
|
|
6493
|
+
"resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz",
|
|
6494
|
+
"integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==",
|
|
6269
6495
|
"requires": {
|
|
6270
6496
|
"asn1": "~0.2.3",
|
|
6271
6497
|
"assert-plus": "^1.0.0",
|
|
@@ -6471,15 +6697,20 @@
|
|
|
6471
6697
|
}
|
|
6472
6698
|
}
|
|
6473
6699
|
},
|
|
6700
|
+
"supports-preserve-symlinks-flag": {
|
|
6701
|
+
"version": "1.0.0",
|
|
6702
|
+
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
6703
|
+
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
|
|
6704
|
+
},
|
|
6474
6705
|
"symbol-tree": {
|
|
6475
6706
|
"version": "3.2.4",
|
|
6476
6707
|
"resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
|
|
6477
6708
|
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
|
|
6478
6709
|
},
|
|
6479
6710
|
"systeminformation": {
|
|
6480
|
-
"version": "5.
|
|
6481
|
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.
|
|
6482
|
-
"integrity": "sha512-
|
|
6711
|
+
"version": "5.10.0",
|
|
6712
|
+
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.10.0.tgz",
|
|
6713
|
+
"integrity": "sha512-9m05qqR8sQzWpW1q1/BXUiz1bnUXh7NkK/+w0MoSX7+dURYLj6e4zAkuBBWyTCKnhJjRsQXpoXiJCnakpZdJVA=="
|
|
6483
6714
|
},
|
|
6484
6715
|
"tar": {
|
|
6485
6716
|
"version": "2.2.2",
|
|
@@ -6535,6 +6766,11 @@
|
|
|
6535
6766
|
}
|
|
6536
6767
|
}
|
|
6537
6768
|
},
|
|
6769
|
+
"thirty-two": {
|
|
6770
|
+
"version": "1.0.2",
|
|
6771
|
+
"resolved": "https://registry.npmjs.org/thirty-two/-/thirty-two-1.0.2.tgz",
|
|
6772
|
+
"integrity": "sha1-TKL//AKlEpDSdEueP1V2k8prYno="
|
|
6773
|
+
},
|
|
6538
6774
|
"through": {
|
|
6539
6775
|
"version": "2.3.8",
|
|
6540
6776
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.3-beta.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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","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},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","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.3","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":[]},"delete-tenants":{"id":"delete-tenants","description":"Delete inactive tenants","pluginName":"@saltcorn/cli","pluginType":"core","aliases":[],"flags":{},"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},"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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":{"tenant":{"name":"tenant","type":"option","char":"t","description":"tenant"}},"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},"testFilter":{"name":"testFilter","type":"option","char":"t","description":"Filter tests by suite or test name"},"watch":{"name":"watch","type":"boolean","description":"Watch files for changes and rerun tests related to changed files.","allowNo":false},"watchAll":{"name":"watchAll","type":"boolean","description":"Watch files for changes and rerun all tests.","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},"dev":{"name":"dev","type":"boolean","char":"d","description":"Run in dev mode and re-start on file changes","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.6.3
|
|
5
|
+
"version": "0.6.3",
|
|
6
6
|
"author": "Tom Nielsen @glutamate",
|
|
7
7
|
"bin": {
|
|
8
8
|
"saltcorn": "./bin/saltcorn"
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@oclif/command": "^1.8.16",
|
|
13
13
|
"@oclif/config": "^1.18.2",
|
|
14
14
|
"@oclif/plugin-help": "^3.3.1",
|
|
15
|
-
"@saltcorn/data": "0.6.3
|
|
16
|
-
"@saltcorn/server": "0.6.3
|
|
15
|
+
"@saltcorn/data": "0.6.3",
|
|
16
|
+
"@saltcorn/server": "0.6.3",
|
|
17
17
|
"cli-ux": "^5.6.7",
|
|
18
18
|
"contractis": "^0.1.0",
|
|
19
19
|
"dateformat": "^3.0.3",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"node-fetch": "2.6.2",
|
|
23
23
|
"node-watch": "^0.7.2",
|
|
24
24
|
"sudo": "^1.0.3",
|
|
25
|
-
"systeminformation": "^5.
|
|
25
|
+
"systeminformation": "^5.10.0",
|
|
26
26
|
"tcp-port-used": "^1.0.2",
|
|
27
27
|
"wrk": "^1.2.1"
|
|
28
28
|
},
|
package/src/commands/release.js
CHANGED
|
@@ -25,6 +25,7 @@ class ReleaseCommand extends Command {
|
|
|
25
25
|
"@saltcorn/db-common": { dir: "db-common", publish: true },
|
|
26
26
|
"@saltcorn/sqlite": { dir: "sqlite", publish: true },
|
|
27
27
|
"@saltcorn/postgres": { dir: "postgres", publish: true },
|
|
28
|
+
"@saltcorn/types": { dir: "saltcorn-types", publish: true },
|
|
28
29
|
"@saltcorn/builder": { dir: "saltcorn-builder", publish: true },
|
|
29
30
|
"@saltcorn/data": { dir: "saltcorn-data", publish: true },
|
|
30
31
|
"@saltcorn/random-tests": { dir: "saltcorn-random-tests" },
|
|
@@ -61,7 +62,7 @@ class ReleaseCommand extends Command {
|
|
|
61
62
|
stdio: "inherit",
|
|
62
63
|
cwd: ".",
|
|
63
64
|
});
|
|
64
|
-
}
|
|
65
|
+
};
|
|
65
66
|
const publish = (dir) =>
|
|
66
67
|
spawnSync("npm", ["publish"], {
|
|
67
68
|
stdio: "inherit",
|