tnp-core 13.2.17 → 13.2.18
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 +20 -20
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/core-config.mjs +6 -6
- package/browser/esm2020/lib/core-imports.mjs +68 -68
- package/browser/esm2020/lib/core-models.mjs +3 -3
- package/browser/esm2020/lib/framework-name.mjs +9 -9
- package/browser/esm2020/lib/helpers-isomorphic.mjs +35 -35
- package/browser/esm2020/lib/helpers-messages.mjs +493 -493
- package/browser/esm2020/lib/helpers.mjs +1184 -1184
- package/browser/esm2020/lib/index.mjs +10 -10
- package/browser/esm2020/lib/node-path-mock.mjs +414 -414
- package/browser/esm2020/lib/progress-data.mjs +51 -51
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-core.mjs +4 -4
- package/browser/fesm2015/tnp-core.mjs +2198 -2198
- package/browser/fesm2020/tnp-core.mjs +2196 -2196
- package/browser/lib/core-config.d.ts +4 -4
- package/browser/lib/core-imports.d.ts +7 -7
- package/browser/lib/core-models.d.ts +41 -41
- package/browser/lib/framework-name.d.ts +1 -1
- package/browser/lib/helpers-isomorphic.d.ts +5 -5
- package/browser/lib/helpers-messages.d.ts +16 -16
- package/browser/lib/helpers.d.ts +50 -50
- package/browser/lib/index.d.ts +7 -7
- package/browser/lib/node-path-mock.d.ts +24 -24
- package/browser/lib/progress-data.d.ts +17 -17
- package/browser/tnp-core.d.ts +4 -4
- package/cli.backend.js +3 -3
- package/client/README.md +24 -24
- package/client/esm2020/lib/core-config.mjs +6 -6
- package/client/esm2020/lib/core-imports.mjs +68 -68
- package/client/esm2020/lib/core-models.mjs +3 -3
- package/client/esm2020/lib/framework-name.mjs +9 -9
- package/client/esm2020/lib/helpers-isomorphic.mjs +35 -35
- package/client/esm2020/lib/helpers-messages.mjs +493 -493
- package/client/esm2020/lib/helpers.mjs +1184 -1184
- package/client/esm2020/lib/index.mjs +10 -10
- package/client/esm2020/lib/node-path-mock.mjs +414 -414
- package/client/esm2020/lib/progress-data.mjs +51 -51
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-core.mjs +4 -4
- package/client/fesm2015/tnp-core.mjs +2198 -2198
- package/client/fesm2020/tnp-core.mjs +2196 -2196
- package/client/lib/core-config.d.ts +4 -4
- package/client/lib/core-imports.d.ts +7 -7
- package/client/lib/core-models.d.ts +41 -41
- package/client/lib/framework-name.d.ts +1 -1
- package/client/lib/helpers-isomorphic.d.ts +5 -5
- package/client/lib/helpers-messages.d.ts +16 -16
- package/client/lib/helpers.d.ts +50 -50
- package/client/lib/index.d.ts +7 -7
- package/client/lib/node-path-mock.d.ts +24 -24
- package/client/lib/progress-data.d.ts +17 -17
- package/client/package.json +8 -8
- package/client/tnp-core.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/core-config.d.ts +5 -5
- package/lib/core-imports.d.ts +30 -30
- package/lib/core-models.d.ts +42 -42
- package/lib/framework-name.d.ts +2 -2
- package/lib/helpers-isomorphic.d.ts +6 -6
- package/lib/helpers-messages.d.ts +33 -33
- package/lib/helpers.d.ts +129 -129
- package/lib/index.d.ts +8 -8
- package/lib/node-path-mock.d.ts +24 -24
- package/lib/node-path-mock.js +3 -3
- package/lib/progress-data.d.ts +18 -18
- package/lib/public-api.d.ts +7 -7
- package/package.json +2 -2
- package/package.json_devDependencies.json +202 -202
- package/package.json_tnp.json5 +65 -65
- package/tmp-environment.json +12 -11
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/core-config.mjs +6 -6
- package/websql/esm2020/lib/core-imports.mjs +68 -68
- package/websql/esm2020/lib/core-models.mjs +3 -3
- package/websql/esm2020/lib/framework-name.mjs +9 -9
- package/websql/esm2020/lib/helpers-isomorphic.mjs +34 -34
- package/websql/esm2020/lib/helpers-messages.mjs +493 -493
- package/websql/esm2020/lib/helpers.mjs +1182 -1182
- package/websql/esm2020/lib/index.mjs +10 -10
- package/websql/esm2020/lib/node-path-mock.mjs +414 -414
- package/websql/esm2020/lib/progress-data.mjs +51 -51
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-core.mjs +4 -4
- package/websql/fesm2015/tnp-core.mjs +2195 -2195
- package/websql/fesm2020/tnp-core.mjs +2193 -2193
- package/websql/lib/core-config.d.ts +4 -4
- package/websql/lib/core-imports.d.ts +7 -7
- package/websql/lib/core-models.d.ts +41 -41
- package/websql/lib/framework-name.d.ts +1 -1
- package/websql/lib/helpers-isomorphic.d.ts +5 -5
- package/websql/lib/helpers-messages.d.ts +16 -16
- package/websql/lib/helpers.d.ts +50 -50
- package/websql/lib/index.d.ts +7 -7
- package/websql/lib/node-path-mock.d.ts +24 -24
- package/websql/lib/progress-data.d.ts +17 -17
- package/websql/tnp-core.d.ts +4 -4
@@ -1,202 +1,202 @@
|
|
1
|
-
{
|
2
|
-
"@angular-devkit/build-angular": "~13.1.4",
|
3
|
-
"@angular/animations": "~13.1.0",
|
4
|
-
"@angular/cdk": "~13.1.3",
|
5
|
-
"@angular/cli": "~13.1.4",
|
6
|
-
"@angular/common": "~13.1.0",
|
7
|
-
"@angular/compiler": "~13.1.0",
|
8
|
-
"@angular/compiler-cli": "~13.1.0",
|
9
|
-
"@angular/core": "~13.1.0",
|
10
|
-
"@angular/forms": "~13.1.0",
|
11
|
-
"@angular/material": "~13.1.3",
|
12
|
-
"@angular/platform-browser": "~13.1.0",
|
13
|
-
"@angular/platform-browser-dynamic": "~13.1.0",
|
14
|
-
"@angular/pwa": "~13.1.4",
|
15
|
-
"@angular/router": "~13.1.0",
|
16
|
-
"@angular/service-worker": "~13.1.0",
|
17
|
-
"@mdi/js": "5.8.55",
|
18
|
-
"@ngrx/component-store": "~13.0.2",
|
19
|
-
"@ngrx/data": "~13.0.2",
|
20
|
-
"@ngrx/effects": "~13.0.2",
|
21
|
-
"@ngrx/entity": "~13.0.2",
|
22
|
-
"@ngrx/router-store": "~13.0.2",
|
23
|
-
"@ngrx/schematics": "~13.0.2",
|
24
|
-
"@ngrx/store": "~13.0.2",
|
25
|
-
"@ngrx/store-devtools": "~13.0.2",
|
26
|
-
"@ngx-formly/bootstrap": "6.0.0-next.7",
|
27
|
-
"@ngx-formly/core": "6.0.0-next.7",
|
28
|
-
"@ngx-formly/ionic": "6.0.0-next.7",
|
29
|
-
"@ngx-formly/material": "6.0.0-next.7",
|
30
|
-
"@types/chai": "4.1.2",
|
31
|
-
"@types/chokidar": "2.1.3",
|
32
|
-
"@types/dateformat": "1.0.1",
|
33
|
-
"@types/diff": "3.2.2",
|
34
|
-
"@types/express": "4.11.0",
|
35
|
-
"@types/express-fileupload": "0.1.1",
|
36
|
-
"@types/fs-extra": "7.0.0",
|
37
|
-
"@types/glob": "5.0.35",
|
38
|
-
"@types/http-proxy": "1.16.0",
|
39
|
-
"@types/http-proxy-middleware": "0.19.2",
|
40
|
-
"@types/inquirer": "7.3.1",
|
41
|
-
"@types/jasmine": "3.10.0",
|
42
|
-
"@types/jasminewd2": "2.0.3",
|
43
|
-
"@types/json-stringify-safe": "5.0.0",
|
44
|
-
"@types/json5": "0.0.29",
|
45
|
-
"@types/lockfile": "1.0.0",
|
46
|
-
"@types/lowdb": "1.0.6",
|
47
|
-
"@types/mocha": "5.2.5",
|
48
|
-
"@types/node": "14.18.9",
|
49
|
-
"@types/node-notifier": "5.4.0",
|
50
|
-
"@types/oauth2orize": "1.8.0",
|
51
|
-
"@types/password-hash": "1.2.19",
|
52
|
-
"@types/progress": "2.0.3",
|
53
|
-
"@types/rimraf": "2.0.2",
|
54
|
-
"@types/systeminformation": "3.23.0",
|
55
|
-
"@types/vinyl": "2.0.2",
|
56
|
-
"@types/watch": "1.0.0",
|
57
|
-
"accepts": "1.3.4",
|
58
|
-
"angular-tree-component": "7.0.0",
|
59
|
-
"axios": "0.17.1",
|
60
|
-
"babel-preset-env": "1.7.0",
|
61
|
-
"background-worker-process": "~0.0.35",
|
62
|
-
"bcryptjs": "2.4.3",
|
63
|
-
"body-parser": "1.18.2",
|
64
|
-
"bootstrap": "5.1.3",
|
65
|
-
"bs4-breakpoint": "~2.0.40",
|
66
|
-
"buffer-shims": "1.0.0",
|
67
|
-
"button-dropdown": "~1.0.45",
|
68
|
-
"callsite-record": "4.1.3",
|
69
|
-
"chai": "4.2.0",
|
70
|
-
"chalk": "2.3.2",
|
71
|
-
"check-node-version": "3.2.0",
|
72
|
-
"cheerio": "1.0.0-rc.3",
|
73
|
-
"circular-json": "0.5.1",
|
74
|
-
"codelyzer": "6.0.0",
|
75
|
-
"command-exists": "1.2.2",
|
76
|
-
"compression": "1.7.4",
|
77
|
-
"concurrently": "3.5.1",
|
78
|
-
"content-type": "1.0.4",
|
79
|
-
"cookie-parser": "1.4.3",
|
80
|
-
"core-js-compat": "3.4.0",
|
81
|
-
"cors": "2.8.4",
|
82
|
-
"cpr": "3.0.1",
|
83
|
-
"cross-spawn": "7.0.3",
|
84
|
-
"dateformat": "3.0.3",
|
85
|
-
"detect-mocha": "0.1.0",
|
86
|
-
"diff": "3.2.0",
|
87
|
-
"element-resize-detector": "1.1.15",
|
88
|
-
"enquirer": "2.3.0",
|
89
|
-
"enum-values": "1.2.1",
|
90
|
-
"errorhandler": "1.5.0",
|
91
|
-
"eslint": "7.13.0",
|
92
|
-
"eslint-plugin-import": "2.22.1",
|
93
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
94
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
95
|
-
"express": "4.16.3",
|
96
|
-
"express-fileupload": "0.4.0",
|
97
|
-
"fbgraph": "1.4.1",
|
98
|
-
"file-loader": "1.1.5",
|
99
|
-
"font-awesome": "4.7.0",
|
100
|
-
"fuzzy": "0.1.3",
|
101
|
-
"gulp": "3.9.1",
|
102
|
-
"hostile": "1.3.3",
|
103
|
-
"html-webpack-plugin": "4.3.0",
|
104
|
-
"http-proxy": "1.16.2",
|
105
|
-
"http-proxy-middleware": "0.19.1",
|
106
|
-
"http-server": "0.11.1",
|
107
|
-
"incremental-compiler": "~1.1.53",
|
108
|
-
"inquirer": "7.3.3",
|
109
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
110
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
111
|
-
"jasmine-core": "3.10.0",
|
112
|
-
"jasmine-spec-reporter": "5.0.0",
|
113
|
-
"json-stringify-safe": "5.0.1",
|
114
|
-
"json10": "~1.0.34",
|
115
|
-
"json5-writer": "0.2.0",
|
116
|
-
"karma": "6.3.0",
|
117
|
-
"karma-chrome-launcher": "3.1.0",
|
118
|
-
"karma-cli": "1.0.1",
|
119
|
-
"karma-coverage": "2.1.0",
|
120
|
-
"karma-coverage-istanbul-reporter": "2.1.0",
|
121
|
-
"karma-jasmine": "4.0.0",
|
122
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
123
|
-
"lnk": "1.0.1",
|
124
|
-
"lockfile": "1.0.4",
|
125
|
-
"lodash-walk-object": "~1.0.35",
|
126
|
-
"lowdb": "1.0.0",
|
127
|
-
"magic-renamer": "~0.0.20",
|
128
|
-
"material-design-icons": "3.0.1",
|
129
|
-
"method-override": "2.3.10",
|
130
|
-
"minimist": "1.2.0",
|
131
|
-
"mocha": "5.2.0",
|
132
|
-
"moment": "2.22.2",
|
133
|
-
"morphi": "~4.0.54",
|
134
|
-
"ng-modal-lib": "0.0.6",
|
135
|
-
"ng-packagr": "5.7.1",
|
136
|
-
"ng-talkback": "~2.4.25",
|
137
|
-
"ng2-file-upload": "1.3.0",
|
138
|
-
"ng2-logger": "~8.0.20",
|
139
|
-
"ng2-rest": "~11.0.42",
|
140
|
-
"ng4-icons": "~0.0.30",
|
141
|
-
"ng4-modal": "~0.0.30",
|
142
|
-
"ngx-bootstrap": "8.0.0",
|
143
|
-
"ngx-breadcrumbs": "0.0.3",
|
144
|
-
"ngx-editor": "4.1.0",
|
145
|
-
"ngx-moment": "3.5.0",
|
146
|
-
"ngx-pipes": "2.6.0",
|
147
|
-
"ngx-store": "2.1.0",
|
148
|
-
"ngx-toastr": "11.2.1",
|
149
|
-
"ngx-wig": "8.0.0",
|
150
|
-
"node-cli-test": "0.0.2",
|
151
|
-
"node-cli-tester": "~0.0.22",
|
152
|
-
"node-localstorage": "2.1.6",
|
153
|
-
"node-notifier": "6.0.0",
|
154
|
-
"nodemon": "1.14.11",
|
155
|
-
"npm-get-dependents": "1.0.1",
|
156
|
-
"npm-run": "4.1.2",
|
157
|
-
"omelette": "0.4.5",
|
158
|
-
"open": "7.2.1",
|
159
|
-
"ora": "3.4.0",
|
160
|
-
"passport": "0.3.2",
|
161
|
-
"passport-http-bearer": "1.0.1",
|
162
|
-
"password-hash": "1.2.2",
|
163
|
-
"progress": "2.0.3",
|
164
|
-
"prompts": "0.1.8",
|
165
|
-
"protractor": "7.0.0",
|
166
|
-
"randomcolor": "0.5.3",
|
167
|
-
"record-replay-req-res-scenario": "~0.0.26",
|
168
|
-
"reflect-metadata": "0.1.10",
|
169
|
-
"rxjs": "~7.4.0",
|
170
|
-
"simple-git": "1.96.0",
|
171
|
-
"sloc": "0.2.0",
|
172
|
-
"socket.io": "2.4.1",
|
173
|
-
"sort-package-json": "1.11.0",
|
174
|
-
"static-columns": "~2.0.17",
|
175
|
-
"string-similarity": "4.0.2",
|
176
|
-
"sudo-block": "3.0.0",
|
177
|
-
"systeminformation": "3.45.7",
|
178
|
-
"task.js": "0.1.5",
|
179
|
-
"tnp-cli": "~2.0.20",
|
180
|
-
"tnp-config": "~1.0.20",
|
181
|
-
"tnp-core": "~1.0.35",
|
182
|
-
"tnp-db": "~0.0.44",
|
183
|
-
"tnp-helpers": "~0.0.73",
|
184
|
-
"tnp-models": "~0.0.37",
|
185
|
-
"tnp-tools": "~0.0.46",
|
186
|
-
"tnp-ui": "~0.0.33",
|
187
|
-
"ts-node": "8.3.0",
|
188
|
-
"tsickle": "0.26.0",
|
189
|
-
"tslib": "~2.3.0",
|
190
|
-
"tslint": "6.1.0",
|
191
|
-
"typeorm": "~0.2.7",
|
192
|
-
"typescript": "~4.5.2",
|
193
|
-
"typescript-class-helpers": "~1.0.42",
|
194
|
-
"typescript-formatter": "~7.2.2",
|
195
|
-
"uglifyjs-webpack-plugin": "2.2.0",
|
196
|
-
"underscore": "1.9.1",
|
197
|
-
"uuid": "8.3.2",
|
198
|
-
"validator": "9.2.0",
|
199
|
-
"vpn-split": "~0.0.18",
|
200
|
-
"watch": "1.0.2",
|
201
|
-
"zone.js": "~0.11.4"
|
202
|
-
}
|
1
|
+
{
|
2
|
+
"@angular-devkit/build-angular": "~13.1.4",
|
3
|
+
"@angular/animations": "~13.1.0",
|
4
|
+
"@angular/cdk": "~13.1.3",
|
5
|
+
"@angular/cli": "~13.1.4",
|
6
|
+
"@angular/common": "~13.1.0",
|
7
|
+
"@angular/compiler": "~13.1.0",
|
8
|
+
"@angular/compiler-cli": "~13.1.0",
|
9
|
+
"@angular/core": "~13.1.0",
|
10
|
+
"@angular/forms": "~13.1.0",
|
11
|
+
"@angular/material": "~13.1.3",
|
12
|
+
"@angular/platform-browser": "~13.1.0",
|
13
|
+
"@angular/platform-browser-dynamic": "~13.1.0",
|
14
|
+
"@angular/pwa": "~13.1.4",
|
15
|
+
"@angular/router": "~13.1.0",
|
16
|
+
"@angular/service-worker": "~13.1.0",
|
17
|
+
"@mdi/js": "5.8.55",
|
18
|
+
"@ngrx/component-store": "~13.0.2",
|
19
|
+
"@ngrx/data": "~13.0.2",
|
20
|
+
"@ngrx/effects": "~13.0.2",
|
21
|
+
"@ngrx/entity": "~13.0.2",
|
22
|
+
"@ngrx/router-store": "~13.0.2",
|
23
|
+
"@ngrx/schematics": "~13.0.2",
|
24
|
+
"@ngrx/store": "~13.0.2",
|
25
|
+
"@ngrx/store-devtools": "~13.0.2",
|
26
|
+
"@ngx-formly/bootstrap": "6.0.0-next.7",
|
27
|
+
"@ngx-formly/core": "6.0.0-next.7",
|
28
|
+
"@ngx-formly/ionic": "6.0.0-next.7",
|
29
|
+
"@ngx-formly/material": "6.0.0-next.7",
|
30
|
+
"@types/chai": "4.1.2",
|
31
|
+
"@types/chokidar": "2.1.3",
|
32
|
+
"@types/dateformat": "1.0.1",
|
33
|
+
"@types/diff": "3.2.2",
|
34
|
+
"@types/express": "4.11.0",
|
35
|
+
"@types/express-fileupload": "0.1.1",
|
36
|
+
"@types/fs-extra": "7.0.0",
|
37
|
+
"@types/glob": "5.0.35",
|
38
|
+
"@types/http-proxy": "1.16.0",
|
39
|
+
"@types/http-proxy-middleware": "0.19.2",
|
40
|
+
"@types/inquirer": "7.3.1",
|
41
|
+
"@types/jasmine": "3.10.0",
|
42
|
+
"@types/jasminewd2": "2.0.3",
|
43
|
+
"@types/json-stringify-safe": "5.0.0",
|
44
|
+
"@types/json5": "0.0.29",
|
45
|
+
"@types/lockfile": "1.0.0",
|
46
|
+
"@types/lowdb": "1.0.6",
|
47
|
+
"@types/mocha": "5.2.5",
|
48
|
+
"@types/node": "14.18.9",
|
49
|
+
"@types/node-notifier": "5.4.0",
|
50
|
+
"@types/oauth2orize": "1.8.0",
|
51
|
+
"@types/password-hash": "1.2.19",
|
52
|
+
"@types/progress": "2.0.3",
|
53
|
+
"@types/rimraf": "2.0.2",
|
54
|
+
"@types/systeminformation": "3.23.0",
|
55
|
+
"@types/vinyl": "2.0.2",
|
56
|
+
"@types/watch": "1.0.0",
|
57
|
+
"accepts": "1.3.4",
|
58
|
+
"angular-tree-component": "7.0.0",
|
59
|
+
"axios": "0.17.1",
|
60
|
+
"babel-preset-env": "1.7.0",
|
61
|
+
"background-worker-process": "~0.0.35",
|
62
|
+
"bcryptjs": "2.4.3",
|
63
|
+
"body-parser": "1.18.2",
|
64
|
+
"bootstrap": "5.1.3",
|
65
|
+
"bs4-breakpoint": "~2.0.40",
|
66
|
+
"buffer-shims": "1.0.0",
|
67
|
+
"button-dropdown": "~1.0.45",
|
68
|
+
"callsite-record": "4.1.3",
|
69
|
+
"chai": "4.2.0",
|
70
|
+
"chalk": "2.3.2",
|
71
|
+
"check-node-version": "3.2.0",
|
72
|
+
"cheerio": "1.0.0-rc.3",
|
73
|
+
"circular-json": "0.5.1",
|
74
|
+
"codelyzer": "6.0.0",
|
75
|
+
"command-exists": "1.2.2",
|
76
|
+
"compression": "1.7.4",
|
77
|
+
"concurrently": "3.5.1",
|
78
|
+
"content-type": "1.0.4",
|
79
|
+
"cookie-parser": "1.4.3",
|
80
|
+
"core-js-compat": "3.4.0",
|
81
|
+
"cors": "2.8.4",
|
82
|
+
"cpr": "3.0.1",
|
83
|
+
"cross-spawn": "7.0.3",
|
84
|
+
"dateformat": "3.0.3",
|
85
|
+
"detect-mocha": "0.1.0",
|
86
|
+
"diff": "3.2.0",
|
87
|
+
"element-resize-detector": "1.1.15",
|
88
|
+
"enquirer": "2.3.0",
|
89
|
+
"enum-values": "1.2.1",
|
90
|
+
"errorhandler": "1.5.0",
|
91
|
+
"eslint": "7.13.0",
|
92
|
+
"eslint-plugin-import": "2.22.1",
|
93
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
94
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
95
|
+
"express": "4.16.3",
|
96
|
+
"express-fileupload": "0.4.0",
|
97
|
+
"fbgraph": "1.4.1",
|
98
|
+
"file-loader": "1.1.5",
|
99
|
+
"font-awesome": "4.7.0",
|
100
|
+
"fuzzy": "0.1.3",
|
101
|
+
"gulp": "3.9.1",
|
102
|
+
"hostile": "1.3.3",
|
103
|
+
"html-webpack-plugin": "4.3.0",
|
104
|
+
"http-proxy": "1.16.2",
|
105
|
+
"http-proxy-middleware": "0.19.1",
|
106
|
+
"http-server": "0.11.1",
|
107
|
+
"incremental-compiler": "~1.1.53",
|
108
|
+
"inquirer": "7.3.3",
|
109
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
110
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
111
|
+
"jasmine-core": "3.10.0",
|
112
|
+
"jasmine-spec-reporter": "5.0.0",
|
113
|
+
"json-stringify-safe": "5.0.1",
|
114
|
+
"json10": "~1.0.34",
|
115
|
+
"json5-writer": "0.2.0",
|
116
|
+
"karma": "6.3.0",
|
117
|
+
"karma-chrome-launcher": "3.1.0",
|
118
|
+
"karma-cli": "1.0.1",
|
119
|
+
"karma-coverage": "2.1.0",
|
120
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
121
|
+
"karma-jasmine": "4.0.0",
|
122
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
123
|
+
"lnk": "1.0.1",
|
124
|
+
"lockfile": "1.0.4",
|
125
|
+
"lodash-walk-object": "~1.0.35",
|
126
|
+
"lowdb": "1.0.0",
|
127
|
+
"magic-renamer": "~0.0.20",
|
128
|
+
"material-design-icons": "3.0.1",
|
129
|
+
"method-override": "2.3.10",
|
130
|
+
"minimist": "1.2.0",
|
131
|
+
"mocha": "5.2.0",
|
132
|
+
"moment": "2.22.2",
|
133
|
+
"morphi": "~4.0.54",
|
134
|
+
"ng-modal-lib": "0.0.6",
|
135
|
+
"ng-packagr": "5.7.1",
|
136
|
+
"ng-talkback": "~2.4.25",
|
137
|
+
"ng2-file-upload": "1.3.0",
|
138
|
+
"ng2-logger": "~8.0.20",
|
139
|
+
"ng2-rest": "~11.0.42",
|
140
|
+
"ng4-icons": "~0.0.30",
|
141
|
+
"ng4-modal": "~0.0.30",
|
142
|
+
"ngx-bootstrap": "8.0.0",
|
143
|
+
"ngx-breadcrumbs": "0.0.3",
|
144
|
+
"ngx-editor": "4.1.0",
|
145
|
+
"ngx-moment": "3.5.0",
|
146
|
+
"ngx-pipes": "2.6.0",
|
147
|
+
"ngx-store": "2.1.0",
|
148
|
+
"ngx-toastr": "11.2.1",
|
149
|
+
"ngx-wig": "8.0.0",
|
150
|
+
"node-cli-test": "0.0.2",
|
151
|
+
"node-cli-tester": "~0.0.22",
|
152
|
+
"node-localstorage": "2.1.6",
|
153
|
+
"node-notifier": "6.0.0",
|
154
|
+
"nodemon": "1.14.11",
|
155
|
+
"npm-get-dependents": "1.0.1",
|
156
|
+
"npm-run": "4.1.2",
|
157
|
+
"omelette": "0.4.5",
|
158
|
+
"open": "7.2.1",
|
159
|
+
"ora": "3.4.0",
|
160
|
+
"passport": "0.3.2",
|
161
|
+
"passport-http-bearer": "1.0.1",
|
162
|
+
"password-hash": "1.2.2",
|
163
|
+
"progress": "2.0.3",
|
164
|
+
"prompts": "0.1.8",
|
165
|
+
"protractor": "7.0.0",
|
166
|
+
"randomcolor": "0.5.3",
|
167
|
+
"record-replay-req-res-scenario": "~0.0.26",
|
168
|
+
"reflect-metadata": "0.1.10",
|
169
|
+
"rxjs": "~7.4.0",
|
170
|
+
"simple-git": "1.96.0",
|
171
|
+
"sloc": "0.2.0",
|
172
|
+
"socket.io": "2.4.1",
|
173
|
+
"sort-package-json": "1.11.0",
|
174
|
+
"static-columns": "~2.0.17",
|
175
|
+
"string-similarity": "4.0.2",
|
176
|
+
"sudo-block": "3.0.0",
|
177
|
+
"systeminformation": "3.45.7",
|
178
|
+
"task.js": "0.1.5",
|
179
|
+
"tnp-cli": "~2.0.20",
|
180
|
+
"tnp-config": "~1.0.20",
|
181
|
+
"tnp-core": "~1.0.35",
|
182
|
+
"tnp-db": "~0.0.44",
|
183
|
+
"tnp-helpers": "~0.0.73",
|
184
|
+
"tnp-models": "~0.0.37",
|
185
|
+
"tnp-tools": "~0.0.46",
|
186
|
+
"tnp-ui": "~0.0.33",
|
187
|
+
"ts-node": "8.3.0",
|
188
|
+
"tsickle": "0.26.0",
|
189
|
+
"tslib": "~2.3.0",
|
190
|
+
"tslint": "6.1.0",
|
191
|
+
"typeorm": "~0.2.7",
|
192
|
+
"typescript": "~4.5.2",
|
193
|
+
"typescript-class-helpers": "~1.0.42",
|
194
|
+
"typescript-formatter": "~7.2.2",
|
195
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
196
|
+
"underscore": "1.9.1",
|
197
|
+
"uuid": "8.3.2",
|
198
|
+
"validator": "9.2.0",
|
199
|
+
"vpn-split": "~0.0.18",
|
200
|
+
"watch": "1.0.2",
|
201
|
+
"zone.js": "~0.11.4"
|
202
|
+
}
|
package/package.json_tnp.json5
CHANGED
@@ -1,66 +1,66 @@
|
|
1
|
-
{
|
2
|
-
"resources": [
|
3
|
-
"README.md"
|
4
|
-
],
|
5
|
-
|
6
|
-
"overrided": {
|
7
|
-
"ignoreDepsPattern": [],
|
8
|
-
"includeAsDev": [],
|
9
|
-
"includeOnly": [
|
10
|
-
"glob",
|
11
|
-
'moment',
|
12
|
-
"fkill",
|
13
|
-
"copy-paste",
|
14
|
-
"chokidar",
|
15
|
-
"fs-extra",
|
16
|
-
"rimraf",
|
17
|
-
"mkdirp",
|
18
|
-
"lodash",
|
19
|
-
"@types/lodash",
|
20
|
-
"ps-list",
|
21
|
-
"ps-node",
|
22
|
-
"q",
|
23
|
-
"@types/q",
|
24
|
-
"json5",
|
25
|
-
"is-elevated",
|
26
|
-
"portfinder",
|
27
|
-
"cross-spawn",
|
28
|
-
"chalk",
|
29
|
-
"copy-paste",
|
30
|
-
"is-root",
|
31
|
-
"is-admin",
|
32
|
-
"dateformat"
|
33
|
-
],
|
34
|
-
"dependencies": {},
|
35
|
-
"linkedFolders": []
|
36
|
-
},
|
37
|
-
|
38
|
-
"linkedProjects": [],
|
39
|
-
'smartContainerBuildTarget': '',
|
40
|
-
'linkedRepos': [],
|
41
|
-
|
42
|
-
"libReleaseOptions": {
|
43
|
-
"nodts": false,
|
44
|
-
"obscure": false,
|
45
|
-
"ugly": false,
|
46
|
-
'includeNodeModules': false,
|
47
|
-
},
|
48
|
-
|
49
|
-
'smartContainerTarget': '',
|
50
|
-
"type": "isomorphic-lib",
|
51
|
-
"isCoreProject": false,
|
52
|
-
"useFramework": false,
|
53
|
-
"required": [],
|
54
|
-
"version": "v3",
|
55
|
-
|
56
|
-
"additionalNpmNames": [
|
57
|
-
"firedev-core"
|
58
|
-
],
|
59
|
-
|
60
|
-
"isGenerated": false,
|
61
|
-
"requiredServers": [],
|
62
|
-
"license": "MIT",
|
63
|
-
"private": false,
|
64
|
-
"main": "index.js",
|
65
|
-
"workerPlugins": {},
|
1
|
+
{
|
2
|
+
"resources": [
|
3
|
+
"README.md"
|
4
|
+
],
|
5
|
+
|
6
|
+
"overrided": {
|
7
|
+
"ignoreDepsPattern": [],
|
8
|
+
"includeAsDev": [],
|
9
|
+
"includeOnly": [
|
10
|
+
"glob",
|
11
|
+
'moment',
|
12
|
+
"fkill",
|
13
|
+
"copy-paste",
|
14
|
+
"chokidar",
|
15
|
+
"fs-extra",
|
16
|
+
"rimraf",
|
17
|
+
"mkdirp",
|
18
|
+
"lodash",
|
19
|
+
"@types/lodash",
|
20
|
+
"ps-list",
|
21
|
+
"ps-node",
|
22
|
+
"q",
|
23
|
+
"@types/q",
|
24
|
+
"json5",
|
25
|
+
"is-elevated",
|
26
|
+
"portfinder",
|
27
|
+
"cross-spawn",
|
28
|
+
"chalk",
|
29
|
+
"copy-paste",
|
30
|
+
"is-root",
|
31
|
+
"is-admin",
|
32
|
+
"dateformat"
|
33
|
+
],
|
34
|
+
"dependencies": {},
|
35
|
+
"linkedFolders": []
|
36
|
+
},
|
37
|
+
|
38
|
+
"linkedProjects": [],
|
39
|
+
'smartContainerBuildTarget': '',
|
40
|
+
'linkedRepos': [],
|
41
|
+
|
42
|
+
"libReleaseOptions": {
|
43
|
+
"nodts": false,
|
44
|
+
"obscure": false,
|
45
|
+
"ugly": false,
|
46
|
+
'includeNodeModules': false,
|
47
|
+
},
|
48
|
+
|
49
|
+
'smartContainerTarget': '',
|
50
|
+
"type": "isomorphic-lib",
|
51
|
+
"isCoreProject": false,
|
52
|
+
"useFramework": false,
|
53
|
+
"required": [],
|
54
|
+
"version": "v3",
|
55
|
+
|
56
|
+
"additionalNpmNames": [
|
57
|
+
"firedev-core"
|
58
|
+
],
|
59
|
+
|
60
|
+
"isGenerated": false,
|
61
|
+
"requiredServers": [],
|
62
|
+
"license": "MIT",
|
63
|
+
"private": false,
|
64
|
+
"main": "index.js",
|
65
|
+
"workerPlugins": {},
|
66
66
|
}
|
package/tmp-environment.json
CHANGED
@@ -195,8 +195,8 @@
|
|
195
195
|
"firedev-crud": "~13.1.47",
|
196
196
|
"firedev-crud-deamon": "~13.1.37",
|
197
197
|
"firedev-ports": "~13.1.41",
|
198
|
-
"firedev-storage": "~13.2.
|
199
|
-
"firedev-typeorm": "~13.1.
|
198
|
+
"firedev-storage": "~13.2.34",
|
199
|
+
"firedev-typeorm": "~13.1.29",
|
200
200
|
"firedev-ui": "~13.1.20",
|
201
201
|
"font-awesome": "4.7.0",
|
202
202
|
"form-data": "4.0.0",
|
@@ -242,7 +242,7 @@
|
|
242
242
|
"ng-packagr": "13.0.0",
|
243
243
|
"ng-talkback": "~13.1.19",
|
244
244
|
"ng2-logger": "~13.1.22",
|
245
|
-
"ng2-rest": "~13.2.
|
245
|
+
"ng2-rest": "~13.2.6",
|
246
246
|
"ngx-ace-wrapper": "12",
|
247
247
|
"ngx-editor": "12.2.1",
|
248
248
|
"ngx-highlightjs": "6.1.3",
|
@@ -278,17 +278,17 @@
|
|
278
278
|
"socket.io": "2.4.1",
|
279
279
|
"sort-package-json": "1.11.0",
|
280
280
|
"sql.js": "1.8.0",
|
281
|
-
"static-columns": "~13.3.
|
281
|
+
"static-columns": "~13.3.6",
|
282
282
|
"string-similarity": "4.0.2",
|
283
283
|
"sudo-block": "3.0.0",
|
284
284
|
"systeminformation": "3.45.7",
|
285
285
|
"threads": "1.7.0",
|
286
286
|
"tnp-cli": "~13.1.57",
|
287
287
|
"tnp-config": "~13.1.73",
|
288
|
-
"tnp-core": "~13.2.
|
288
|
+
"tnp-core": "~13.2.17",
|
289
289
|
"tnp-db": "~13.1.19",
|
290
290
|
"tnp-helpers": "~13.1.32",
|
291
|
-
"tnp-models": "~13.1.
|
291
|
+
"tnp-models": "~13.1.25",
|
292
292
|
"tnp-ui": "~13.1.27",
|
293
293
|
"ts-debug": "1.3.0",
|
294
294
|
"ts-loader": "2.3.1",
|
@@ -311,16 +311,17 @@
|
|
311
311
|
"private": false,
|
312
312
|
"main": "index.js",
|
313
313
|
"name": "tnp-core",
|
314
|
-
"version": "13.2.
|
315
|
-
"lastBuildTagHash": "
|
314
|
+
"version": "13.2.18",
|
315
|
+
"lastBuildTagHash": "7effc128432ffa88123aa0bcc1543c044e3d66c4"
|
316
316
|
},
|
317
317
|
"build": {
|
318
|
-
"number":
|
319
|
-
"date": "2023-05-
|
320
|
-
"hash": "
|
318
|
+
"number": 626,
|
319
|
+
"date": "2023-05-27T19:06:03.000Z",
|
320
|
+
"hash": "8378b0af37a6ba6006c86411e3883f28fb91ca64",
|
321
321
|
"options": {}
|
322
322
|
},
|
323
323
|
"currentProjectName": "tnp-core",
|
324
|
+
"currentProjectGenericName": "tnp-core",
|
324
325
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22tnp-core%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
325
326
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
326
327
|
"currentProjectType": "isomorphic-lib",
|
package/websql/README.md
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
# MyLib
|
2
|
-
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
-
|
5
|
-
## Code scaffolding
|
6
|
-
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
-
|
10
|
-
## Build
|
11
|
-
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
-
|
14
|
-
## Publishing
|
15
|
-
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
-
|
18
|
-
## Running unit tests
|
19
|
-
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
-
|
22
|
-
## Further help
|
23
|
-
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
1
|
+
# MyLib
|
2
|
+
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
4
|
+
|
5
|
+
## Code scaffolding
|
6
|
+
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
9
|
+
|
10
|
+
## Build
|
11
|
+
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
13
|
+
|
14
|
+
## Publishing
|
15
|
+
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
17
|
+
|
18
|
+
## Running unit tests
|
19
|
+
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
21
|
+
|
22
|
+
## Further help
|
23
|
+
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|