incremental-compiler 16.5.15 → 16.5.17
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 +13 -13
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2022/lib/models.mjs +1 -1
- package/browser/lib/models.d.ts +5 -2
- package/client/README.md +24 -24
- package/client/esm2022/lib/models.mjs +1 -1
- package/client/lib/models.d.ts +5 -2
- package/client/package.json +32 -32
- package/lib/base-client-compiler.backend.d.ts +7 -6
- package/lib/base-client-compiler.backend.js +23 -19
- package/lib/base-client-compiler.backend.js.map +1 -1
- package/lib/change-of-file.backend.d.ts +2 -2
- package/lib/compiler-manager.backend.d.ts +4 -4
- package/lib/compiler-manager.backend.js +6 -6
- package/lib/compiler-manager.backend.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/models.d.ts +5 -2
- package/package.json +4 -4
- package/package.json_devDependencies.json +216 -216
- package/package.json_tnp.json5 +54 -54
- package/tmp-environment.json +36 -36
- package/websql/README.md +24 -24
- package/websql/esm2022/lib/models.mjs +1 -1
- package/websql/lib/models.d.ts +5 -2
@@ -56,7 +56,7 @@ var CompilerManager = /** @class */ (function () {
|
|
56
56
|
//#endregion
|
57
57
|
//#region methods
|
58
58
|
//#region methods / sync init
|
59
|
-
CompilerManager.prototype.syncInit = function (client) {
|
59
|
+
CompilerManager.prototype.syncInit = function (client, initalParams) {
|
60
60
|
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
61
61
|
var files, index, absFilePath, fileShouldBeCached;
|
62
62
|
return tslib_1.__generator(this, function (_a) {
|
@@ -99,7 +99,7 @@ var CompilerManager = /** @class */ (function () {
|
|
99
99
|
this.filesContentCache[absFilePath] = (tnp_helpers_1.Helpers.readFile(absFilePath) || '').trim();
|
100
100
|
}
|
101
101
|
}
|
102
|
-
return [4 /*yield*/, client.syncAction(files)];
|
102
|
+
return [4 /*yield*/, client.syncAction(files, initalParams)];
|
103
103
|
case 1:
|
104
104
|
_a.sent();
|
105
105
|
return [2 /*return*/];
|
@@ -109,7 +109,7 @@ var CompilerManager = /** @class */ (function () {
|
|
109
109
|
};
|
110
110
|
//#endregion
|
111
111
|
//#region methods / async init
|
112
|
-
CompilerManager.prototype.asyncInit = function (client) {
|
112
|
+
CompilerManager.prototype.asyncInit = function (client, initialParams) {
|
113
113
|
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
114
114
|
var _a, _b, newFoldersOrFiles_1;
|
115
115
|
var _this = this;
|
@@ -129,7 +129,7 @@ var CompilerManager = /** @class */ (function () {
|
|
129
129
|
switch (_a.label) {
|
130
130
|
case 0:
|
131
131
|
// console.log(`[ic] event ${event}, path: ${absoluteFilePath}`);
|
132
|
-
return [4 /*yield*/, this.actionForAsyncEvent(event, absoluteFilePath, client)];
|
132
|
+
return [4 /*yield*/, this.actionForAsyncEvent(event, absoluteFilePath, client, initialParams)];
|
133
133
|
case 1:
|
134
134
|
// console.log(`[ic] event ${event}, path: ${absoluteFilePath}`);
|
135
135
|
_a.sent();
|
@@ -162,7 +162,7 @@ var CompilerManager = /** @class */ (function () {
|
|
162
162
|
});
|
163
163
|
});
|
164
164
|
};
|
165
|
-
CompilerManager.prototype.actionForAsyncEvent = function (event, absoluteFilePath, client) {
|
165
|
+
CompilerManager.prototype.actionForAsyncEvent = function (event, absoluteFilePath, client, initalParams) {
|
166
166
|
return tslib_1.__awaiter(this, void 0, void 0, function () {
|
167
167
|
var toNotify, proceeedWithAsyncChange, fileShouldBeCached, currentContent, change, clients, index, clientAsyncAction;
|
168
168
|
return tslib_1.__generator(this, function (_a) {
|
@@ -241,7 +241,7 @@ var CompilerManager = /** @class */ (function () {
|
|
241
241
|
if (!(index < clients.length)) return [3 /*break*/, 8];
|
242
242
|
clientAsyncAction = clients[index];
|
243
243
|
if (!clientAsyncAction.executeOutsideScenario) return [3 /*break*/, 7];
|
244
|
-
return [4 /*yield*/, clientAsyncAction.asyncAction(change)];
|
244
|
+
return [4 /*yield*/, clientAsyncAction.asyncAction(change, initalParams)];
|
245
245
|
case 6:
|
246
246
|
_a.sent();
|
247
247
|
_a.label = 7;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"compiler-manager.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;AAAA,iBAAiB;AACjB,qCAAiE;AACjE,qEAAiD;AACjD,qDAA8D;AAC9D,2CAAsC;AACtC,mEAAwD;AAGxD,yCAA+C;AAC/C,6DAAuF;AAGvF,kCAAkC;AAClC,qBAAqB;AACrB,gCAAgC;AAChC,YAAY;AACZ,YAAY;AAEZ;IAkCE,YAAY;IAEZ,qBAAqB;IACrB;QA3BA,YAAY;QACZ,YAAY;QAEZ,0BAA0B;QAClB,aAAQ,GAAG,EAA4D,CAAC;QAExE,0BAAqB,GAAG,EAAyC,CAAC;QAClE,YAAO,
|
1
|
+
{"version":3,"file":"compiler-manager.backend.js","sourceRoot":"","sources":[""],"names":[],"mappings":"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"}
|
package/lib/index.d.ts
CHANGED
@@ -31,7 +31,7 @@ export declare namespace IncCompiler {
|
|
31
31
|
* 2. Only files changes not directories
|
32
32
|
* @deprecated
|
33
33
|
*/
|
34
|
-
function allClients<T>(clientNameOrClass?: string | Function, condition?: (c: T) => boolean): Base<any
|
34
|
+
function allClients<T>(clientNameOrClass?: string | Function, condition?: (c: T) => boolean): Base<any>[] | T[];
|
35
35
|
export import Base = incBase.BaseClientCompiler;
|
36
36
|
export import Class = deco.IncCompilerClass;
|
37
37
|
namespace methods {
|
package/lib/models.d.ts
CHANGED
@@ -1,9 +1,12 @@
|
|
1
1
|
import { ConfigModels } from 'tnp-config';
|
2
2
|
export declare namespace Models {
|
3
|
-
interface StartAndWatchOptions {
|
4
|
-
afterInitCallBack?: () => void;
|
3
|
+
interface StartAndWatchOptions<INIT_PARAMS = any> {
|
4
|
+
afterInitCallBack?: (initalParams?: INIT_PARAMS) => void;
|
5
5
|
watchOnly?: boolean;
|
6
|
+
taskName?: string;
|
7
|
+
initalParams?: INIT_PARAMS;
|
6
8
|
}
|
9
|
+
type StartOptions<T = any> = Omit<StartAndWatchOptions<T>, 'watchOnly'>;
|
7
10
|
interface BaseClientCompilerOptions {
|
8
11
|
folderPath?: string | string[];
|
9
12
|
/**
|
package/package.json
CHANGED
@@ -47,7 +47,7 @@
|
|
47
47
|
]
|
48
48
|
},
|
49
49
|
"name": "incremental-compiler",
|
50
|
-
"version": "16.5.
|
50
|
+
"version": "16.5.17",
|
51
51
|
"license": "MIT",
|
52
52
|
"dependencies": {
|
53
53
|
"@parcel/watcher": "2.3.0",
|
@@ -59,10 +59,10 @@
|
|
59
59
|
"dateformat": "3.0.3",
|
60
60
|
"fs-extra": "8.1.0",
|
61
61
|
"glob": "7.1.2",
|
62
|
-
"tnp-helpers": "~16.5.
|
63
|
-
"typescript-class-helpers": "~16.5.
|
62
|
+
"tnp-helpers": "~16.5.8",
|
63
|
+
"typescript-class-helpers": "~16.5.8"
|
64
64
|
},
|
65
65
|
"private": false,
|
66
|
-
"lastBuildTagHash": "
|
66
|
+
"lastBuildTagHash": "f6750db82315fbb0dd346aa894cc43e3890533b1",
|
67
67
|
"devDependencies": {}
|
68
68
|
}
|
@@ -1,216 +1,216 @@
|
|
1
|
-
{
|
2
|
-
"@angular-devkit/build-angular": "0.901.3",
|
3
|
-
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
4
|
-
"@angular-devkit/schematics": "9.0.0-rc.7",
|
5
|
-
"@angular/animations": "9.1.3",
|
6
|
-
"@angular/cdk": "9.2.1",
|
7
|
-
"@angular/cli": "9.1.3",
|
8
|
-
"@angular/common": "9.1.3",
|
9
|
-
"@angular/compiler": "9.1.3",
|
10
|
-
"@angular/compiler-cli": "9.1.3",
|
11
|
-
"@angular/core": "9.1.3",
|
12
|
-
"@angular/forms": "9.1.3",
|
13
|
-
"@angular/http": "7.2.15",
|
14
|
-
"@angular/language-service": "9.1.3",
|
15
|
-
"@angular/material": "9.2.1",
|
16
|
-
"@angular/platform-browser": "9.1.3",
|
17
|
-
"@angular/platform-browser-dynamic": "9.1.3",
|
18
|
-
"@angular/pwa": "0.900.0-rc.7",
|
19
|
-
"@angular/router": "9.1.3",
|
20
|
-
"@angular/service-worker": "9.1.3",
|
21
|
-
"@mdi/js": "5.8.55",
|
22
|
-
"@ngx-formly/bootstrap": "5.5.6",
|
23
|
-
"@ngx-formly/core": "5.5.6",
|
24
|
-
"@ngx-formly/ionic": "5.5.6",
|
25
|
-
"@ngx-formly/material": "5.5.6",
|
26
|
-
"@ngx-loading-bar/core": "4.2.0",
|
27
|
-
"@ngx-loading-bar/http": "4.2.0",
|
28
|
-
"@ngx-loading-bar/router": "4.2.0",
|
29
|
-
"@ngx-translate/core": "11.0.1",
|
30
|
-
"@ngx-translate/http-loader": "4.0.0",
|
31
|
-
"@swimlane/ngx-datatable": "16.0.2",
|
32
|
-
"@types/chai": "4.1.2",
|
33
|
-
"@types/diff": "3.2.2",
|
34
|
-
"@types/express": "4.11.0",
|
35
|
-
"@types/express-fileupload": "0.1.1",
|
36
|
-
"@types/http-proxy": "1.16.0",
|
37
|
-
"@types/http-proxy-middleware": "0.19.2",
|
38
|
-
"@types/inquirer": "7.3.1",
|
39
|
-
"@types/jasmine": "3.5.0",
|
40
|
-
"@types/jasminewd2": "2.0.3",
|
41
|
-
"@types/json-stringify-safe": "5.0.0",
|
42
|
-
"@types/json5": "0.0.29",
|
43
|
-
"@types/lockfile": "1.0.0",
|
44
|
-
"@types/lodash": "4.14.92",
|
45
|
-
"@types/lowdb": "1.0.6",
|
46
|
-
"@types/mocha": "5.2.5",
|
47
|
-
"@types/node": "12.11.1",
|
48
|
-
"@types/node-notifier": "5.4.0",
|
49
|
-
"@types/oauth2orize": "1.8.0",
|
50
|
-
"@types/password-hash": "1.2.19",
|
51
|
-
"@types/progress": "2.0.3",
|
52
|
-
"@types/q": "1.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-cli": "6.26.0",
|
61
|
-
"babel-preset-env": "1.7.0",
|
62
|
-
"background-worker-process": "~0.0.34",
|
63
|
-
"bcryptjs": "2.4.3",
|
64
|
-
"body-parser": "1.18.2",
|
65
|
-
"bootstrap": "4.3.1",
|
66
|
-
"bs4-breakpoint": "~2.0.40",
|
67
|
-
"buffer-shims": "1.0.0",
|
68
|
-
"button-dropdown": "~1.0.45",
|
69
|
-
"callsite-record": "4.1.3",
|
70
|
-
"chai": "4.2.0",
|
71
|
-
"chalk": "2.3.2",
|
72
|
-
"check-node-version": "3.2.0",
|
73
|
-
"cheerio": "1.0.0-rc.3",
|
74
|
-
"circular-json": "0.5.1",
|
75
|
-
"codelyzer": "5.1.2",
|
76
|
-
"command-exists": "1.2.2",
|
77
|
-
"compression": "1.7.4",
|
78
|
-
"concurrently": "3.5.1",
|
79
|
-
"content-type": "1.0.4",
|
80
|
-
"cookie-parser": "1.4.3",
|
81
|
-
"copy-paste": "1.3.0",
|
82
|
-
"core-js-compat": "3.4.0",
|
83
|
-
"cors": "2.8.4",
|
84
|
-
"cpr": "3.0.1",
|
85
|
-
"cross-spawn": "7.0.3",
|
86
|
-
"detect-mocha": "0.1.0",
|
87
|
-
"diff": "3.2.0",
|
88
|
-
"element-resize-detector": "1.1.15",
|
89
|
-
"enquirer": "2.3.0",
|
90
|
-
"enum-values": "1.2.1",
|
91
|
-
"errorhandler": "1.5.0",
|
92
|
-
"eslint": "7.13.0",
|
93
|
-
"eslint-plugin-import": "2.22.1",
|
94
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
95
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
96
|
-
"express": "4.16.3",
|
97
|
-
"express-fileupload": "0.4.0",
|
98
|
-
"fbgraph": "1.4.1",
|
99
|
-
"file-loader": "1.1.5",
|
100
|
-
"fkill": "6.1.0",
|
101
|
-
"font-awesome": "4.7.0",
|
102
|
-
"fuzzy": "0.1.3",
|
103
|
-
"gulp": "3.9.1",
|
104
|
-
"hammerjs": "2.0.8",
|
105
|
-
"hostile": "1.3.3",
|
106
|
-
"html-webpack-plugin": "4.3.0",
|
107
|
-
"http-proxy": "1.16.2",
|
108
|
-
"http-proxy-middleware": "0.19.1",
|
109
|
-
"http-server": "0.11.1",
|
110
|
-
"incremental-compiler": "~1.1.52",
|
111
|
-
"inquirer": "7.3.3",
|
112
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
113
|
-
"is-elevated": "3.0.0",
|
114
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
115
|
-
"jasmine-core": "3.5.0",
|
116
|
-
"jasmine-spec-reporter": "4.2.1",
|
117
|
-
"json-stringify-safe": "5.0.1",
|
118
|
-
"json10": "~1.0.34",
|
119
|
-
"json5": "2.1.3",
|
120
|
-
"json5-writer": "0.2.0",
|
121
|
-
"karma": "5.0.0",
|
122
|
-
"karma-chrome-launcher": "3.1.0",
|
123
|
-
"karma-cli": "1.0.1",
|
124
|
-
"karma-coverage-istanbul-reporter": "2.1.0",
|
125
|
-
"karma-jasmine": "3.0.1",
|
126
|
-
"karma-jasmine-html-reporter": "1.4.2",
|
127
|
-
"lnk": "1.0.1",
|
128
|
-
"lockfile": "1.0.4",
|
129
|
-
"lodash": "4.17.4",
|
130
|
-
"lodash-walk-object": "~1.0.35",
|
131
|
-
"lowdb": "1.0.0",
|
132
|
-
"magic-renamer": "~0.0.19",
|
133
|
-
"material-design-icons": "3.0.1",
|
134
|
-
"method-override": "2.3.10",
|
135
|
-
"minimist": "1.2.0",
|
136
|
-
"mkdirp": "0.5.1",
|
137
|
-
"mocha": "5.2.0",
|
138
|
-
"moment": "2.22.2",
|
139
|
-
"morphi": "~4.0.53",
|
140
|
-
"ng-modal-lib": "0.0.6",
|
141
|
-
"ng-packagr": "5.7.1",
|
142
|
-
"ng-talkback": "~2.4.24",
|
143
|
-
"ng2-file-upload": "1.3.0",
|
144
|
-
"ng2-logger": "~8.0.20",
|
145
|
-
"ng2-rest": "~11.0.41",
|
146
|
-
"ng4-icons": "~0.0.29",
|
147
|
-
"ng4-modal": "~0.0.29",
|
148
|
-
"ngx-bootstrap": "5.2.0",
|
149
|
-
"ngx-breadcrumbs": "0.0.3",
|
150
|
-
"ngx-editor": "4.1.0",
|
151
|
-
"ngx-moment": "3.5.0",
|
152
|
-
"ngx-pipes": "2.6.0",
|
153
|
-
"ngx-store": "2.1.0",
|
154
|
-
"ngx-toastr": "11.2.1",
|
155
|
-
"ngx-wig": "8.0.0",
|
156
|
-
"node-cli-test": "0.0.2",
|
157
|
-
"node-cli-tester": "~0.0.21",
|
158
|
-
"node-localstorage": "2.1.6",
|
159
|
-
"node-notifier": "6.0.0",
|
160
|
-
"nodemon": "1.14.11",
|
161
|
-
"npm-get-dependents": "1.0.1",
|
162
|
-
"npm-run": "4.1.2",
|
163
|
-
"omelette": "0.4.5",
|
164
|
-
"open": "7.2.1",
|
165
|
-
"ora": "3.4.0",
|
166
|
-
"passport": "0.3.2",
|
167
|
-
"passport-http-bearer": "1.0.1",
|
168
|
-
"password-hash": "1.2.2",
|
169
|
-
"portfinder": "1.0.21",
|
170
|
-
"prettier": "2.3.2",
|
171
|
-
"progress": "2.0.3",
|
172
|
-
"prompts": "0.1.8",
|
173
|
-
"protractor": "5.4.3",
|
174
|
-
"ps-list": "6.1.0",
|
175
|
-
"ps-node": "0.1.6",
|
176
|
-
"q": "1.5.1",
|
177
|
-
"randomcolor": "0.5.3",
|
178
|
-
"record-replay-req-res-scenario": "~0.0.25",
|
179
|
-
"reflect-metadata": "0.1.10",
|
180
|
-
"rimraf": "2.6.2",
|
181
|
-
"rxjs": "6.5.4",
|
182
|
-
"rxjs-compat": "6.5.3",
|
183
|
-
"simple-git": "1.96.0",
|
184
|
-
"sloc": "0.2.0",
|
185
|
-
"socket.io": "2.4.1",
|
186
|
-
"sort-package-json": "1.11.0",
|
187
|
-
"static-columns": "~2.0.12",
|
188
|
-
"string-similarity": "4.0.2",
|
189
|
-
"sudo-block": "3.0.0",
|
190
|
-
"systeminformation": "3.45.7",
|
191
|
-
"task.js": "0.1.5",
|
192
|
-
"tnp-cli": "~2.0.20",
|
193
|
-
"tnp-config": "~1.0.20",
|
194
|
-
"tnp-core": "~1.0.34",
|
195
|
-
"tnp-db": "~0.0.42",
|
196
|
-
"tnp-helpers": "~0.0.70",
|
197
|
-
"tnp-models": "~0.0.36",
|
198
|
-
"tnp-tools": "~0.0.45",
|
199
|
-
"tnp-ui": "~0.0.32",
|
200
|
-
"ts-loader": "7.0.4",
|
201
|
-
"ts-node": "8.3.0",
|
202
|
-
"tsickle": "0.26.0",
|
203
|
-
"tslib": "2.2.0",
|
204
|
-
"tslint": "6.1.0",
|
205
|
-
"typeorm": "~0.2.7",
|
206
|
-
"typescript": "4.1.5",
|
207
|
-
"typescript-formatter": "7.2.2",
|
208
|
-
"uglifyjs-webpack-plugin": "2.2.0",
|
209
|
-
"underscore": "1.9.1",
|
210
|
-
"uuid": "8.3.2",
|
211
|
-
"validator": "9.2.0",
|
212
|
-
"vpn-split": "~0.0.17",
|
213
|
-
"watch": "1.0.2",
|
214
|
-
"webpack-cli": "3.3.11",
|
215
|
-
"zone.js": "0.10.2"
|
216
|
-
}
|
1
|
+
{
|
2
|
+
"@angular-devkit/build-angular": "0.901.3",
|
3
|
+
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
4
|
+
"@angular-devkit/schematics": "9.0.0-rc.7",
|
5
|
+
"@angular/animations": "9.1.3",
|
6
|
+
"@angular/cdk": "9.2.1",
|
7
|
+
"@angular/cli": "9.1.3",
|
8
|
+
"@angular/common": "9.1.3",
|
9
|
+
"@angular/compiler": "9.1.3",
|
10
|
+
"@angular/compiler-cli": "9.1.3",
|
11
|
+
"@angular/core": "9.1.3",
|
12
|
+
"@angular/forms": "9.1.3",
|
13
|
+
"@angular/http": "7.2.15",
|
14
|
+
"@angular/language-service": "9.1.3",
|
15
|
+
"@angular/material": "9.2.1",
|
16
|
+
"@angular/platform-browser": "9.1.3",
|
17
|
+
"@angular/platform-browser-dynamic": "9.1.3",
|
18
|
+
"@angular/pwa": "0.900.0-rc.7",
|
19
|
+
"@angular/router": "9.1.3",
|
20
|
+
"@angular/service-worker": "9.1.3",
|
21
|
+
"@mdi/js": "5.8.55",
|
22
|
+
"@ngx-formly/bootstrap": "5.5.6",
|
23
|
+
"@ngx-formly/core": "5.5.6",
|
24
|
+
"@ngx-formly/ionic": "5.5.6",
|
25
|
+
"@ngx-formly/material": "5.5.6",
|
26
|
+
"@ngx-loading-bar/core": "4.2.0",
|
27
|
+
"@ngx-loading-bar/http": "4.2.0",
|
28
|
+
"@ngx-loading-bar/router": "4.2.0",
|
29
|
+
"@ngx-translate/core": "11.0.1",
|
30
|
+
"@ngx-translate/http-loader": "4.0.0",
|
31
|
+
"@swimlane/ngx-datatable": "16.0.2",
|
32
|
+
"@types/chai": "4.1.2",
|
33
|
+
"@types/diff": "3.2.2",
|
34
|
+
"@types/express": "4.11.0",
|
35
|
+
"@types/express-fileupload": "0.1.1",
|
36
|
+
"@types/http-proxy": "1.16.0",
|
37
|
+
"@types/http-proxy-middleware": "0.19.2",
|
38
|
+
"@types/inquirer": "7.3.1",
|
39
|
+
"@types/jasmine": "3.5.0",
|
40
|
+
"@types/jasminewd2": "2.0.3",
|
41
|
+
"@types/json-stringify-safe": "5.0.0",
|
42
|
+
"@types/json5": "0.0.29",
|
43
|
+
"@types/lockfile": "1.0.0",
|
44
|
+
"@types/lodash": "4.14.92",
|
45
|
+
"@types/lowdb": "1.0.6",
|
46
|
+
"@types/mocha": "5.2.5",
|
47
|
+
"@types/node": "12.11.1",
|
48
|
+
"@types/node-notifier": "5.4.0",
|
49
|
+
"@types/oauth2orize": "1.8.0",
|
50
|
+
"@types/password-hash": "1.2.19",
|
51
|
+
"@types/progress": "2.0.3",
|
52
|
+
"@types/q": "1.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-cli": "6.26.0",
|
61
|
+
"babel-preset-env": "1.7.0",
|
62
|
+
"background-worker-process": "~0.0.34",
|
63
|
+
"bcryptjs": "2.4.3",
|
64
|
+
"body-parser": "1.18.2",
|
65
|
+
"bootstrap": "4.3.1",
|
66
|
+
"bs4-breakpoint": "~2.0.40",
|
67
|
+
"buffer-shims": "1.0.0",
|
68
|
+
"button-dropdown": "~1.0.45",
|
69
|
+
"callsite-record": "4.1.3",
|
70
|
+
"chai": "4.2.0",
|
71
|
+
"chalk": "2.3.2",
|
72
|
+
"check-node-version": "3.2.0",
|
73
|
+
"cheerio": "1.0.0-rc.3",
|
74
|
+
"circular-json": "0.5.1",
|
75
|
+
"codelyzer": "5.1.2",
|
76
|
+
"command-exists": "1.2.2",
|
77
|
+
"compression": "1.7.4",
|
78
|
+
"concurrently": "3.5.1",
|
79
|
+
"content-type": "1.0.4",
|
80
|
+
"cookie-parser": "1.4.3",
|
81
|
+
"copy-paste": "1.3.0",
|
82
|
+
"core-js-compat": "3.4.0",
|
83
|
+
"cors": "2.8.4",
|
84
|
+
"cpr": "3.0.1",
|
85
|
+
"cross-spawn": "7.0.3",
|
86
|
+
"detect-mocha": "0.1.0",
|
87
|
+
"diff": "3.2.0",
|
88
|
+
"element-resize-detector": "1.1.15",
|
89
|
+
"enquirer": "2.3.0",
|
90
|
+
"enum-values": "1.2.1",
|
91
|
+
"errorhandler": "1.5.0",
|
92
|
+
"eslint": "7.13.0",
|
93
|
+
"eslint-plugin-import": "2.22.1",
|
94
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
95
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
96
|
+
"express": "4.16.3",
|
97
|
+
"express-fileupload": "0.4.0",
|
98
|
+
"fbgraph": "1.4.1",
|
99
|
+
"file-loader": "1.1.5",
|
100
|
+
"fkill": "6.1.0",
|
101
|
+
"font-awesome": "4.7.0",
|
102
|
+
"fuzzy": "0.1.3",
|
103
|
+
"gulp": "3.9.1",
|
104
|
+
"hammerjs": "2.0.8",
|
105
|
+
"hostile": "1.3.3",
|
106
|
+
"html-webpack-plugin": "4.3.0",
|
107
|
+
"http-proxy": "1.16.2",
|
108
|
+
"http-proxy-middleware": "0.19.1",
|
109
|
+
"http-server": "0.11.1",
|
110
|
+
"incremental-compiler": "~1.1.52",
|
111
|
+
"inquirer": "7.3.3",
|
112
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
113
|
+
"is-elevated": "3.0.0",
|
114
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
115
|
+
"jasmine-core": "3.5.0",
|
116
|
+
"jasmine-spec-reporter": "4.2.1",
|
117
|
+
"json-stringify-safe": "5.0.1",
|
118
|
+
"json10": "~1.0.34",
|
119
|
+
"json5": "2.1.3",
|
120
|
+
"json5-writer": "0.2.0",
|
121
|
+
"karma": "5.0.0",
|
122
|
+
"karma-chrome-launcher": "3.1.0",
|
123
|
+
"karma-cli": "1.0.1",
|
124
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
125
|
+
"karma-jasmine": "3.0.1",
|
126
|
+
"karma-jasmine-html-reporter": "1.4.2",
|
127
|
+
"lnk": "1.0.1",
|
128
|
+
"lockfile": "1.0.4",
|
129
|
+
"lodash": "4.17.4",
|
130
|
+
"lodash-walk-object": "~1.0.35",
|
131
|
+
"lowdb": "1.0.0",
|
132
|
+
"magic-renamer": "~0.0.19",
|
133
|
+
"material-design-icons": "3.0.1",
|
134
|
+
"method-override": "2.3.10",
|
135
|
+
"minimist": "1.2.0",
|
136
|
+
"mkdirp": "0.5.1",
|
137
|
+
"mocha": "5.2.0",
|
138
|
+
"moment": "2.22.2",
|
139
|
+
"morphi": "~4.0.53",
|
140
|
+
"ng-modal-lib": "0.0.6",
|
141
|
+
"ng-packagr": "5.7.1",
|
142
|
+
"ng-talkback": "~2.4.24",
|
143
|
+
"ng2-file-upload": "1.3.0",
|
144
|
+
"ng2-logger": "~8.0.20",
|
145
|
+
"ng2-rest": "~11.0.41",
|
146
|
+
"ng4-icons": "~0.0.29",
|
147
|
+
"ng4-modal": "~0.0.29",
|
148
|
+
"ngx-bootstrap": "5.2.0",
|
149
|
+
"ngx-breadcrumbs": "0.0.3",
|
150
|
+
"ngx-editor": "4.1.0",
|
151
|
+
"ngx-moment": "3.5.0",
|
152
|
+
"ngx-pipes": "2.6.0",
|
153
|
+
"ngx-store": "2.1.0",
|
154
|
+
"ngx-toastr": "11.2.1",
|
155
|
+
"ngx-wig": "8.0.0",
|
156
|
+
"node-cli-test": "0.0.2",
|
157
|
+
"node-cli-tester": "~0.0.21",
|
158
|
+
"node-localstorage": "2.1.6",
|
159
|
+
"node-notifier": "6.0.0",
|
160
|
+
"nodemon": "1.14.11",
|
161
|
+
"npm-get-dependents": "1.0.1",
|
162
|
+
"npm-run": "4.1.2",
|
163
|
+
"omelette": "0.4.5",
|
164
|
+
"open": "7.2.1",
|
165
|
+
"ora": "3.4.0",
|
166
|
+
"passport": "0.3.2",
|
167
|
+
"passport-http-bearer": "1.0.1",
|
168
|
+
"password-hash": "1.2.2",
|
169
|
+
"portfinder": "1.0.21",
|
170
|
+
"prettier": "2.3.2",
|
171
|
+
"progress": "2.0.3",
|
172
|
+
"prompts": "0.1.8",
|
173
|
+
"protractor": "5.4.3",
|
174
|
+
"ps-list": "6.1.0",
|
175
|
+
"ps-node": "0.1.6",
|
176
|
+
"q": "1.5.1",
|
177
|
+
"randomcolor": "0.5.3",
|
178
|
+
"record-replay-req-res-scenario": "~0.0.25",
|
179
|
+
"reflect-metadata": "0.1.10",
|
180
|
+
"rimraf": "2.6.2",
|
181
|
+
"rxjs": "6.5.4",
|
182
|
+
"rxjs-compat": "6.5.3",
|
183
|
+
"simple-git": "1.96.0",
|
184
|
+
"sloc": "0.2.0",
|
185
|
+
"socket.io": "2.4.1",
|
186
|
+
"sort-package-json": "1.11.0",
|
187
|
+
"static-columns": "~2.0.12",
|
188
|
+
"string-similarity": "4.0.2",
|
189
|
+
"sudo-block": "3.0.0",
|
190
|
+
"systeminformation": "3.45.7",
|
191
|
+
"task.js": "0.1.5",
|
192
|
+
"tnp-cli": "~2.0.20",
|
193
|
+
"tnp-config": "~1.0.20",
|
194
|
+
"tnp-core": "~1.0.34",
|
195
|
+
"tnp-db": "~0.0.42",
|
196
|
+
"tnp-helpers": "~0.0.70",
|
197
|
+
"tnp-models": "~0.0.36",
|
198
|
+
"tnp-tools": "~0.0.45",
|
199
|
+
"tnp-ui": "~0.0.32",
|
200
|
+
"ts-loader": "7.0.4",
|
201
|
+
"ts-node": "8.3.0",
|
202
|
+
"tsickle": "0.26.0",
|
203
|
+
"tslib": "2.2.0",
|
204
|
+
"tslint": "6.1.0",
|
205
|
+
"typeorm": "~0.2.7",
|
206
|
+
"typescript": "4.1.5",
|
207
|
+
"typescript-formatter": "7.2.2",
|
208
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
209
|
+
"underscore": "1.9.1",
|
210
|
+
"uuid": "8.3.2",
|
211
|
+
"validator": "9.2.0",
|
212
|
+
"vpn-split": "~0.0.17",
|
213
|
+
"watch": "1.0.2",
|
214
|
+
"webpack-cli": "3.3.11",
|
215
|
+
"zone.js": "0.10.2"
|
216
|
+
}
|