tnp-helpers 13.1.13 → 13.1.14
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/app.js +3 -3
- package/browser/README.md +24 -24
- package/browser/esm2020/lib/base-component.mjs +49 -49
- package/browser/esm2020/lib/base-formly-component.mjs +112 -112
- package/browser/esm2020/lib/condition-wait.mjs +45 -45
- package/browser/esm2020/lib/constants.mjs +7 -7
- package/browser/esm2020/lib/dual-component-ctrl.mjs +118 -118
- package/browser/esm2020/lib/firedev-models.mjs +3 -3
- package/browser/esm2020/lib/helpers-array-obj.mjs +82 -82
- package/browser/esm2020/lib/helpers-environment.mjs +32 -32
- package/browser/esm2020/lib/helpers-numbers.mjs +8 -8
- package/browser/esm2020/lib/helpers-strings-regexes.mjs +50 -50
- package/browser/esm2020/lib/helpers-strings.mjs +252 -252
- package/browser/esm2020/lib/helpers.mjs +279 -279
- package/browser/esm2020/lib/index.mjs +14 -14
- package/browser/esm2020/lib/long-press.directive.mjs +112 -112
- package/browser/esm2020/lib/project.mjs +429 -429
- package/browser/esm2020/lib/resize-service.mjs +21 -21
- package/browser/esm2020/public-api.mjs +1 -1
- package/browser/esm2020/tnp-helpers.mjs +4 -4
- package/browser/fesm2015/tnp-helpers.mjs +1542 -1542
- package/browser/fesm2020/tnp-helpers.mjs +1534 -1534
- package/browser/lib/base-component.d.ts +16 -16
- package/browser/lib/base-formly-component.d.ts +30 -30
- package/browser/lib/condition-wait.d.ts +7 -7
- package/browser/lib/constants.d.ts +5 -5
- package/browser/lib/dual-component-ctrl.d.ts +24 -24
- package/browser/lib/firedev-models.d.ts +12 -12
- package/browser/lib/helpers-array-obj.d.ts +14 -14
- package/browser/lib/helpers-environment.d.ts +4 -4
- package/browser/lib/helpers-numbers.d.ts +2 -2
- package/browser/lib/helpers-strings-regexes.d.ts +27 -27
- package/browser/lib/helpers-strings.d.ts +49 -49
- package/browser/lib/helpers.d.ts +27 -27
- package/browser/lib/index.d.ts +10 -10
- package/browser/lib/long-press.directive.d.ts +24 -24
- package/browser/lib/project.d.ts +94 -94
- package/browser/lib/resize-service.d.ts +8 -8
- package/browser/tnp-helpers.d.ts +4 -4
- package/client/README.md +24 -24
- package/client/esm2020/lib/base-component.mjs +49 -49
- package/client/esm2020/lib/base-formly-component.mjs +112 -112
- package/client/esm2020/lib/condition-wait.mjs +45 -45
- package/client/esm2020/lib/constants.mjs +7 -7
- package/client/esm2020/lib/dual-component-ctrl.mjs +118 -118
- package/client/esm2020/lib/firedev-models.mjs +3 -3
- package/client/esm2020/lib/helpers-array-obj.mjs +82 -82
- package/client/esm2020/lib/helpers-environment.mjs +32 -32
- package/client/esm2020/lib/helpers-numbers.mjs +8 -8
- package/client/esm2020/lib/helpers-strings-regexes.mjs +50 -50
- package/client/esm2020/lib/helpers-strings.mjs +252 -252
- package/client/esm2020/lib/helpers.mjs +279 -279
- package/client/esm2020/lib/index.mjs +14 -14
- package/client/esm2020/lib/long-press.directive.mjs +112 -112
- package/client/esm2020/lib/project.mjs +429 -429
- package/client/esm2020/lib/resize-service.mjs +21 -21
- package/client/esm2020/public-api.mjs +1 -1
- package/client/esm2020/tnp-helpers.mjs +4 -4
- package/client/fesm2015/tnp-helpers.mjs +1542 -1542
- package/client/fesm2020/tnp-helpers.mjs +1534 -1534
- package/client/lib/base-component.d.ts +16 -16
- package/client/lib/base-formly-component.d.ts +30 -30
- package/client/lib/condition-wait.d.ts +7 -7
- package/client/lib/constants.d.ts +5 -5
- package/client/lib/dual-component-ctrl.d.ts +24 -24
- package/client/lib/firedev-models.d.ts +12 -12
- package/client/lib/helpers-array-obj.d.ts +14 -14
- package/client/lib/helpers-environment.d.ts +4 -4
- package/client/lib/helpers-numbers.d.ts +2 -2
- package/client/lib/helpers-strings-regexes.d.ts +27 -27
- package/client/lib/helpers-strings.d.ts +49 -49
- package/client/lib/helpers.d.ts +27 -27
- package/client/lib/index.d.ts +10 -10
- package/client/lib/long-press.directive.d.ts +24 -24
- package/client/lib/project.d.ts +94 -94
- package/client/lib/resize-service.d.ts +8 -8
- package/client/tnp-helpers.d.ts +4 -4
- package/index.d.ts +1 -1
- package/lib/angular.helper.d.ts +22 -22
- package/lib/base-component.d.ts +13 -13
- package/lib/base-component.js +3 -3
- package/lib/base-formly-component.d.ts +27 -27
- package/lib/base-formly-component.js +3 -3
- package/lib/condition-wait.d.ts +8 -8
- package/lib/constants.d.ts +6 -6
- package/lib/dual-component-ctrl.d.ts +24 -24
- package/lib/dual-component-ctrl.js +3 -3
- package/lib/firedev-models.d.ts +13 -13
- package/lib/git-project.d.ts +46 -46
- package/lib/helpers-array-obj.d.ts +15 -15
- package/lib/helpers-cli-tool.backend.d.ts +55 -55
- package/lib/helpers-dependencies.backend.d.ts +11 -11
- package/lib/helpers-environment.d.ts +5 -5
- package/lib/helpers-file-folders.backend.d.ts +83 -83
- package/lib/helpers-git.backend.d.ts +43 -43
- package/lib/helpers-json5.backend.d.ts +16 -16
- package/lib/helpers-morphi-framework.backend.d.ts +4 -4
- package/lib/helpers-network.backend.d.ts +8 -8
- package/lib/helpers-npm.backend.d.ts +3 -3
- package/lib/helpers-numbers.d.ts +3 -3
- package/lib/helpers-path.backend.d.ts +7 -7
- package/lib/helpers-process.backend.d.ts +55 -53
- package/lib/helpers-process.backend.js +30 -0
- package/lib/helpers-strings-regexes.d.ts +28 -28
- package/lib/helpers-strings.d.ts +50 -50
- package/lib/helpers-system-terminal.backend.d.ts +5 -5
- package/lib/helpers-vscode.backend.d.ts +5 -5
- package/lib/helpers.d.ts +69 -69
- package/lib/index.d.ts +11 -11
- package/lib/long-press.directive.d.ts +22 -22
- package/lib/merge-helpers.backend.d.ts +23 -23
- package/lib/project.d.ts +97 -97
- package/lib/resize-service.d.ts +6 -6
- package/lib/ts-code/index.d.ts +1 -1
- package/lib/ts-code/ts-code-extractor.d.ts +14 -14
- package/lib/ts-code/ts-code-modifier.backend.d.ts +12 -12
- package/package.json +2 -2
- package/package.json_devDependencies.json +222 -222
- package/package.json_tnp.json5 +44 -44
- package/tmp-environment.json +7 -7
- package/websql/README.md +24 -24
- package/websql/esm2020/lib/base-component.mjs +49 -49
- package/websql/esm2020/lib/base-formly-component.mjs +112 -112
- package/websql/esm2020/lib/condition-wait.mjs +45 -45
- package/websql/esm2020/lib/constants.mjs +7 -7
- package/websql/esm2020/lib/dual-component-ctrl.mjs +118 -118
- package/websql/esm2020/lib/firedev-models.mjs +3 -3
- package/websql/esm2020/lib/helpers-array-obj.mjs +82 -82
- package/websql/esm2020/lib/helpers-environment.mjs +32 -32
- package/websql/esm2020/lib/helpers-numbers.mjs +8 -8
- package/websql/esm2020/lib/helpers-strings-regexes.mjs +50 -50
- package/websql/esm2020/lib/helpers-strings.mjs +252 -252
- package/websql/esm2020/lib/helpers.mjs +279 -279
- package/websql/esm2020/lib/index.mjs +14 -14
- package/websql/esm2020/lib/long-press.directive.mjs +112 -112
- package/websql/esm2020/lib/project.mjs +429 -429
- package/websql/esm2020/lib/resize-service.mjs +21 -21
- package/websql/esm2020/public-api.mjs +1 -1
- package/websql/esm2020/tnp-helpers.mjs +4 -4
- package/websql/fesm2015/tnp-helpers.mjs +1542 -1542
- package/websql/fesm2020/tnp-helpers.mjs +1534 -1534
- package/websql/lib/base-component.d.ts +16 -16
- package/websql/lib/base-formly-component.d.ts +30 -30
- package/websql/lib/condition-wait.d.ts +7 -7
- package/websql/lib/constants.d.ts +5 -5
- package/websql/lib/dual-component-ctrl.d.ts +24 -24
- package/websql/lib/firedev-models.d.ts +12 -12
- package/websql/lib/helpers-array-obj.d.ts +14 -14
- package/websql/lib/helpers-environment.d.ts +4 -4
- package/websql/lib/helpers-numbers.d.ts +2 -2
- package/websql/lib/helpers-strings-regexes.d.ts +27 -27
- package/websql/lib/helpers-strings.d.ts +49 -49
- package/websql/lib/helpers.d.ts +27 -27
- package/websql/lib/index.d.ts +10 -10
- package/websql/lib/long-press.directive.d.ts +24 -24
- package/websql/lib/project.d.ts +94 -94
- package/websql/lib/resize-service.d.ts +8 -8
- package/websql/tnp-helpers.d.ts +4 -4
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
export declare type ClassMeta = {
|
|
2
|
-
className: string;
|
|
3
|
-
isDefault: boolean;
|
|
4
|
-
};
|
|
5
|
-
export declare class TsCodeExtractor {
|
|
6
|
-
get REGEX(): {
|
|
7
|
-
DEFAULT_CLASS: RegExp;
|
|
8
|
-
CLASS: RegExp;
|
|
9
|
-
};
|
|
10
|
-
getClassesFrom(absoluteFilePath: string): {
|
|
11
|
-
classes: ClassMeta[];
|
|
12
|
-
firstClass: ClassMeta;
|
|
13
|
-
};
|
|
14
|
-
}
|
|
1
|
+
export declare type ClassMeta = {
|
|
2
|
+
className: string;
|
|
3
|
+
isDefault: boolean;
|
|
4
|
+
};
|
|
5
|
+
export declare class TsCodeExtractor {
|
|
6
|
+
get REGEX(): {
|
|
7
|
+
DEFAULT_CLASS: RegExp;
|
|
8
|
+
CLASS: RegExp;
|
|
9
|
+
};
|
|
10
|
+
getClassesFrom(absoluteFilePath: string): {
|
|
11
|
+
classes: ClassMeta[];
|
|
12
|
+
firstClass: ClassMeta;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export declare class TsCodeModifer {
|
|
2
|
-
replace(input: string, regex: RegExp, replacement: string): string;
|
|
3
|
-
fixRegexes(input: string): string;
|
|
4
|
-
/**
|
|
5
|
-
* fix double apostrophes in imports,export, requires
|
|
6
|
-
*/
|
|
7
|
-
fixApostrphes(input: string): string;
|
|
8
|
-
/**
|
|
9
|
-
* Format JS, TS file
|
|
10
|
-
*/
|
|
11
|
-
formatFile(filePath: string): void;
|
|
12
|
-
}
|
|
1
|
+
export declare class TsCodeModifer {
|
|
2
|
+
replace(input: string, regex: RegExp, replacement: string): string;
|
|
3
|
+
fixRegexes(input: string): string;
|
|
4
|
+
/**
|
|
5
|
+
* fix double apostrophes in imports,export, requires
|
|
6
|
+
*/
|
|
7
|
+
fixApostrphes(input: string): string;
|
|
8
|
+
/**
|
|
9
|
+
* Format JS, TS file
|
|
10
|
+
*/
|
|
11
|
+
formatFile(filePath: string): void;
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "13.1.
|
|
2
|
+
"version": "13.1.14",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
"json10-writer": "~13.1.28",
|
|
5
5
|
"morphi": "~13.1.32",
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
16
16
|
"name": "tnp-helpers",
|
|
17
17
|
"devDependencies": {},
|
|
18
|
-
"lastBuildTagHash": "
|
|
18
|
+
"lastBuildTagHash": "0349e085e37e55f7d9a399ef0301fbf1d5738df2"
|
|
19
19
|
}
|
|
@@ -1,222 +1,222 @@
|
|
|
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/chokidar": "2.1.3",
|
|
34
|
-
"@types/dateformat": "1.0.1",
|
|
35
|
-
"@types/diff": "3.2.2",
|
|
36
|
-
"@types/express": "4.11.0",
|
|
37
|
-
"@types/express-fileupload": "0.1.1",
|
|
38
|
-
"@types/fs-extra": "7.0.0",
|
|
39
|
-
"@types/glob": "5.0.35",
|
|
40
|
-
"@types/http-proxy": "1.16.0",
|
|
41
|
-
"@types/http-proxy-middleware": "0.19.2",
|
|
42
|
-
"@types/inquirer": "7.3.1",
|
|
43
|
-
"@types/jasmine": "3.5.0",
|
|
44
|
-
"@types/jasminewd2": "2.0.3",
|
|
45
|
-
"@types/json-stringify-safe": "5.0.0",
|
|
46
|
-
"@types/json5": "0.0.29",
|
|
47
|
-
"@types/lockfile": "1.0.0",
|
|
48
|
-
"@types/lodash": "4.14.92",
|
|
49
|
-
"@types/lowdb": "1.0.6",
|
|
50
|
-
"@types/mocha": "5.2.5",
|
|
51
|
-
"@types/node": "12.11.1",
|
|
52
|
-
"@types/node-notifier": "5.4.0",
|
|
53
|
-
"@types/oauth2orize": "1.8.0",
|
|
54
|
-
"@types/password-hash": "1.2.19",
|
|
55
|
-
"@types/progress": "2.0.3",
|
|
56
|
-
"@types/q": "1.0.3",
|
|
57
|
-
"@types/rimraf": "2.0.2",
|
|
58
|
-
"@types/systeminformation": "3.23.0",
|
|
59
|
-
"@types/vinyl": "2.0.2",
|
|
60
|
-
"@types/watch": "1.0.0",
|
|
61
|
-
"accepts": "1.3.4",
|
|
62
|
-
"angular-tree-component": "7.0.0",
|
|
63
|
-
"axios": "0.17.1",
|
|
64
|
-
"babel-cli": "6.26.0",
|
|
65
|
-
"babel-preset-env": "1.7.0",
|
|
66
|
-
"background-worker-process": "~0.0.35",
|
|
67
|
-
"bcryptjs": "2.4.3",
|
|
68
|
-
"body-parser": "1.18.2",
|
|
69
|
-
"bootstrap": "4.3.1",
|
|
70
|
-
"bs4-breakpoint": "~2.0.40",
|
|
71
|
-
"buffer-shims": "1.0.0",
|
|
72
|
-
"button-dropdown": "~1.0.45",
|
|
73
|
-
"callsite-record": "4.1.3",
|
|
74
|
-
"chai": "4.2.0",
|
|
75
|
-
"chalk": "2.3.2",
|
|
76
|
-
"check-node-version": "3.2.0",
|
|
77
|
-
"cheerio": "1.0.0-rc.3",
|
|
78
|
-
"chokidar": "3.5.1",
|
|
79
|
-
"circular-json": "0.5.1",
|
|
80
|
-
"codelyzer": "5.1.2",
|
|
81
|
-
"command-exists": "1.2.2",
|
|
82
|
-
"compression": "1.7.4",
|
|
83
|
-
"concurrently": "3.5.1",
|
|
84
|
-
"content-type": "1.0.4",
|
|
85
|
-
"cookie-parser": "1.4.3",
|
|
86
|
-
"copy-paste": "1.3.0",
|
|
87
|
-
"core-js-compat": "3.4.0",
|
|
88
|
-
"cors": "2.8.4",
|
|
89
|
-
"cpr": "3.0.1",
|
|
90
|
-
"cross-spawn": "7.0.3",
|
|
91
|
-
"dateformat": "3.0.3",
|
|
92
|
-
"detect-mocha": "0.1.0",
|
|
93
|
-
"diff": "3.2.0",
|
|
94
|
-
"element-resize-detector": "1.1.15",
|
|
95
|
-
"enquirer": "2.3.0",
|
|
96
|
-
"enum-values": "1.2.1",
|
|
97
|
-
"errorhandler": "1.5.0",
|
|
98
|
-
"eslint": "7.13.0",
|
|
99
|
-
"eslint-plugin-import": "2.22.1",
|
|
100
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
|
101
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
102
|
-
"express": "4.16.3",
|
|
103
|
-
"express-fileupload": "0.4.0",
|
|
104
|
-
"fbgraph": "1.4.1",
|
|
105
|
-
"file-loader": "1.1.5",
|
|
106
|
-
"fkill": "6.1.0",
|
|
107
|
-
"font-awesome": "4.7.0",
|
|
108
|
-
"fs-extra": "8.1.0",
|
|
109
|
-
"fuzzy": "0.1.3",
|
|
110
|
-
"glob": "7.1.2",
|
|
111
|
-
"gulp": "3.9.1",
|
|
112
|
-
"hammerjs": "2.0.8",
|
|
113
|
-
"hostile": "1.3.3",
|
|
114
|
-
"html-webpack-plugin": "4.3.0",
|
|
115
|
-
"http-proxy": "1.16.2",
|
|
116
|
-
"http-proxy-middleware": "0.19.1",
|
|
117
|
-
"http-server": "0.11.1",
|
|
118
|
-
"incremental-compiler": "~1.1.53",
|
|
119
|
-
"inquirer": "7.3.3",
|
|
120
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
|
121
|
-
"is-elevated": "3.0.0",
|
|
122
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
|
123
|
-
"jasmine-core": "3.5.0",
|
|
124
|
-
"jasmine-spec-reporter": "4.2.1",
|
|
125
|
-
"json-stringify-safe": "5.0.1",
|
|
126
|
-
"json10": "~1.0.34",
|
|
127
|
-
"json5": "2.1.3",
|
|
128
|
-
"karma": "5.0.0",
|
|
129
|
-
"karma-chrome-launcher": "3.1.0",
|
|
130
|
-
"karma-cli": "1.0.1",
|
|
131
|
-
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
132
|
-
"karma-jasmine": "3.0.1",
|
|
133
|
-
"karma-jasmine-html-reporter": "1.4.2",
|
|
134
|
-
"lnk": "1.0.1",
|
|
135
|
-
"lockfile": "1.0.4",
|
|
136
|
-
"lodash": "4.17.4",
|
|
137
|
-
"lodash-walk-object": "~1.0.35",
|
|
138
|
-
"lowdb": "1.0.0",
|
|
139
|
-
"magic-renamer": "~0.0.20",
|
|
140
|
-
"material-design-icons": "3.0.1",
|
|
141
|
-
"method-override": "2.3.10",
|
|
142
|
-
"minimist": "1.2.0",
|
|
143
|
-
"mkdirp": "0.5.1",
|
|
144
|
-
"mocha": "5.2.0",
|
|
145
|
-
"moment": "2.22.2",
|
|
146
|
-
"ng-modal-lib": "0.0.6",
|
|
147
|
-
"ng-packagr": "5.7.1",
|
|
148
|
-
"ng-talkback": "~2.4.25",
|
|
149
|
-
"ng2-file-upload": "1.3.0",
|
|
150
|
-
"ng2-logger": "~8.0.20",
|
|
151
|
-
"ng2-rest": "~11.0.42",
|
|
152
|
-
"ng4-icons": "~0.0.30",
|
|
153
|
-
"ng4-modal": "~0.0.30",
|
|
154
|
-
"ngx-bootstrap": "5.2.0",
|
|
155
|
-
"ngx-breadcrumbs": "0.0.3",
|
|
156
|
-
"ngx-editor": "4.1.0",
|
|
157
|
-
"ngx-moment": "3.5.0",
|
|
158
|
-
"ngx-pipes": "2.6.0",
|
|
159
|
-
"ngx-store": "2.1.0",
|
|
160
|
-
"ngx-toastr": "11.2.1",
|
|
161
|
-
"ngx-wig": "8.0.0",
|
|
162
|
-
"node-cli-test": "0.0.2",
|
|
163
|
-
"node-cli-tester": "~0.0.22",
|
|
164
|
-
"node-localstorage": "2.1.6",
|
|
165
|
-
"node-notifier": "6.0.0",
|
|
166
|
-
"nodemon": "1.14.11",
|
|
167
|
-
"npm-get-dependents": "1.0.1",
|
|
168
|
-
"npm-run": "4.1.2",
|
|
169
|
-
"omelette": "0.4.5",
|
|
170
|
-
"open": "7.2.1",
|
|
171
|
-
"ora": "3.4.0",
|
|
172
|
-
"passport": "0.3.2",
|
|
173
|
-
"passport-http-bearer": "1.0.1",
|
|
174
|
-
"password-hash": "1.2.2",
|
|
175
|
-
"portfinder": "1.0.21",
|
|
176
|
-
"prettier": "2.3.2",
|
|
177
|
-
"progress": "2.0.3",
|
|
178
|
-
"prompts": "0.1.8",
|
|
179
|
-
"protractor": "5.4.3",
|
|
180
|
-
"ps-list": "6.1.0",
|
|
181
|
-
"ps-node": "0.1.6",
|
|
182
|
-
"q": "1.5.1",
|
|
183
|
-
"randomcolor": "0.5.3",
|
|
184
|
-
"record-replay-req-res-scenario": "~0.0.26",
|
|
185
|
-
"reflect-metadata": "0.1.10",
|
|
186
|
-
"rimraf": "2.6.2",
|
|
187
|
-
"rxjs": "~6.5.4",
|
|
188
|
-
"rxjs-compat": "~6.5.3",
|
|
189
|
-
"simple-git": "1.96.0",
|
|
190
|
-
"sloc": "0.2.0",
|
|
191
|
-
"socket.io": "2.4.1",
|
|
192
|
-
"sort-package-json": "1.11.0",
|
|
193
|
-
"static-columns": "~2.0.17",
|
|
194
|
-
"string-similarity": "4.0.2",
|
|
195
|
-
"sudo-block": "3.0.0",
|
|
196
|
-
"systeminformation": "3.45.7",
|
|
197
|
-
"task.js": "0.1.5",
|
|
198
|
-
"tnp-cli": "~2.0.20",
|
|
199
|
-
"tnp-config": "~1.0.20",
|
|
200
|
-
"tnp-core": "~1.0.35",
|
|
201
|
-
"tnp-db": "~0.0.44",
|
|
202
|
-
"tnp-helpers": "~0.0.73",
|
|
203
|
-
"tnp-tools": "~0.0.46",
|
|
204
|
-
"tnp-ui": "~0.0.33",
|
|
205
|
-
"ts-loader": "7.0.4",
|
|
206
|
-
"ts-node": "8.3.0",
|
|
207
|
-
"tsickle": "0.26.0",
|
|
208
|
-
"tslib": "~2.2.0",
|
|
209
|
-
"tslint": "6.1.0",
|
|
210
|
-
"typeorm": "~0.2.7",
|
|
211
|
-
"typescript": "~4.1.5",
|
|
212
|
-
"typescript-class-helpers": "~1.0.42",
|
|
213
|
-
"typescript-formatter": "~7.2.2",
|
|
214
|
-
"uglifyjs-webpack-plugin": "2.2.0",
|
|
215
|
-
"underscore": "1.9.1",
|
|
216
|
-
"uuid": "8.3.2",
|
|
217
|
-
"validator": "9.2.0",
|
|
218
|
-
"vpn-split": "~0.0.18",
|
|
219
|
-
"watch": "1.0.2",
|
|
220
|
-
"webpack-cli": "~3.3.11",
|
|
221
|
-
"zone.js": "~0.10.2"
|
|
222
|
-
}
|
|
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/chokidar": "2.1.3",
|
|
34
|
+
"@types/dateformat": "1.0.1",
|
|
35
|
+
"@types/diff": "3.2.2",
|
|
36
|
+
"@types/express": "4.11.0",
|
|
37
|
+
"@types/express-fileupload": "0.1.1",
|
|
38
|
+
"@types/fs-extra": "7.0.0",
|
|
39
|
+
"@types/glob": "5.0.35",
|
|
40
|
+
"@types/http-proxy": "1.16.0",
|
|
41
|
+
"@types/http-proxy-middleware": "0.19.2",
|
|
42
|
+
"@types/inquirer": "7.3.1",
|
|
43
|
+
"@types/jasmine": "3.5.0",
|
|
44
|
+
"@types/jasminewd2": "2.0.3",
|
|
45
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
46
|
+
"@types/json5": "0.0.29",
|
|
47
|
+
"@types/lockfile": "1.0.0",
|
|
48
|
+
"@types/lodash": "4.14.92",
|
|
49
|
+
"@types/lowdb": "1.0.6",
|
|
50
|
+
"@types/mocha": "5.2.5",
|
|
51
|
+
"@types/node": "12.11.1",
|
|
52
|
+
"@types/node-notifier": "5.4.0",
|
|
53
|
+
"@types/oauth2orize": "1.8.0",
|
|
54
|
+
"@types/password-hash": "1.2.19",
|
|
55
|
+
"@types/progress": "2.0.3",
|
|
56
|
+
"@types/q": "1.0.3",
|
|
57
|
+
"@types/rimraf": "2.0.2",
|
|
58
|
+
"@types/systeminformation": "3.23.0",
|
|
59
|
+
"@types/vinyl": "2.0.2",
|
|
60
|
+
"@types/watch": "1.0.0",
|
|
61
|
+
"accepts": "1.3.4",
|
|
62
|
+
"angular-tree-component": "7.0.0",
|
|
63
|
+
"axios": "0.17.1",
|
|
64
|
+
"babel-cli": "6.26.0",
|
|
65
|
+
"babel-preset-env": "1.7.0",
|
|
66
|
+
"background-worker-process": "~0.0.35",
|
|
67
|
+
"bcryptjs": "2.4.3",
|
|
68
|
+
"body-parser": "1.18.2",
|
|
69
|
+
"bootstrap": "4.3.1",
|
|
70
|
+
"bs4-breakpoint": "~2.0.40",
|
|
71
|
+
"buffer-shims": "1.0.0",
|
|
72
|
+
"button-dropdown": "~1.0.45",
|
|
73
|
+
"callsite-record": "4.1.3",
|
|
74
|
+
"chai": "4.2.0",
|
|
75
|
+
"chalk": "2.3.2",
|
|
76
|
+
"check-node-version": "3.2.0",
|
|
77
|
+
"cheerio": "1.0.0-rc.3",
|
|
78
|
+
"chokidar": "3.5.1",
|
|
79
|
+
"circular-json": "0.5.1",
|
|
80
|
+
"codelyzer": "5.1.2",
|
|
81
|
+
"command-exists": "1.2.2",
|
|
82
|
+
"compression": "1.7.4",
|
|
83
|
+
"concurrently": "3.5.1",
|
|
84
|
+
"content-type": "1.0.4",
|
|
85
|
+
"cookie-parser": "1.4.3",
|
|
86
|
+
"copy-paste": "1.3.0",
|
|
87
|
+
"core-js-compat": "3.4.0",
|
|
88
|
+
"cors": "2.8.4",
|
|
89
|
+
"cpr": "3.0.1",
|
|
90
|
+
"cross-spawn": "7.0.3",
|
|
91
|
+
"dateformat": "3.0.3",
|
|
92
|
+
"detect-mocha": "0.1.0",
|
|
93
|
+
"diff": "3.2.0",
|
|
94
|
+
"element-resize-detector": "1.1.15",
|
|
95
|
+
"enquirer": "2.3.0",
|
|
96
|
+
"enum-values": "1.2.1",
|
|
97
|
+
"errorhandler": "1.5.0",
|
|
98
|
+
"eslint": "7.13.0",
|
|
99
|
+
"eslint-plugin-import": "2.22.1",
|
|
100
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
|
101
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
102
|
+
"express": "4.16.3",
|
|
103
|
+
"express-fileupload": "0.4.0",
|
|
104
|
+
"fbgraph": "1.4.1",
|
|
105
|
+
"file-loader": "1.1.5",
|
|
106
|
+
"fkill": "6.1.0",
|
|
107
|
+
"font-awesome": "4.7.0",
|
|
108
|
+
"fs-extra": "8.1.0",
|
|
109
|
+
"fuzzy": "0.1.3",
|
|
110
|
+
"glob": "7.1.2",
|
|
111
|
+
"gulp": "3.9.1",
|
|
112
|
+
"hammerjs": "2.0.8",
|
|
113
|
+
"hostile": "1.3.3",
|
|
114
|
+
"html-webpack-plugin": "4.3.0",
|
|
115
|
+
"http-proxy": "1.16.2",
|
|
116
|
+
"http-proxy-middleware": "0.19.1",
|
|
117
|
+
"http-server": "0.11.1",
|
|
118
|
+
"incremental-compiler": "~1.1.53",
|
|
119
|
+
"inquirer": "7.3.3",
|
|
120
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
121
|
+
"is-elevated": "3.0.0",
|
|
122
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
123
|
+
"jasmine-core": "3.5.0",
|
|
124
|
+
"jasmine-spec-reporter": "4.2.1",
|
|
125
|
+
"json-stringify-safe": "5.0.1",
|
|
126
|
+
"json10": "~1.0.34",
|
|
127
|
+
"json5": "2.1.3",
|
|
128
|
+
"karma": "5.0.0",
|
|
129
|
+
"karma-chrome-launcher": "3.1.0",
|
|
130
|
+
"karma-cli": "1.0.1",
|
|
131
|
+
"karma-coverage-istanbul-reporter": "2.1.0",
|
|
132
|
+
"karma-jasmine": "3.0.1",
|
|
133
|
+
"karma-jasmine-html-reporter": "1.4.2",
|
|
134
|
+
"lnk": "1.0.1",
|
|
135
|
+
"lockfile": "1.0.4",
|
|
136
|
+
"lodash": "4.17.4",
|
|
137
|
+
"lodash-walk-object": "~1.0.35",
|
|
138
|
+
"lowdb": "1.0.0",
|
|
139
|
+
"magic-renamer": "~0.0.20",
|
|
140
|
+
"material-design-icons": "3.0.1",
|
|
141
|
+
"method-override": "2.3.10",
|
|
142
|
+
"minimist": "1.2.0",
|
|
143
|
+
"mkdirp": "0.5.1",
|
|
144
|
+
"mocha": "5.2.0",
|
|
145
|
+
"moment": "2.22.2",
|
|
146
|
+
"ng-modal-lib": "0.0.6",
|
|
147
|
+
"ng-packagr": "5.7.1",
|
|
148
|
+
"ng-talkback": "~2.4.25",
|
|
149
|
+
"ng2-file-upload": "1.3.0",
|
|
150
|
+
"ng2-logger": "~8.0.20",
|
|
151
|
+
"ng2-rest": "~11.0.42",
|
|
152
|
+
"ng4-icons": "~0.0.30",
|
|
153
|
+
"ng4-modal": "~0.0.30",
|
|
154
|
+
"ngx-bootstrap": "5.2.0",
|
|
155
|
+
"ngx-breadcrumbs": "0.0.3",
|
|
156
|
+
"ngx-editor": "4.1.0",
|
|
157
|
+
"ngx-moment": "3.5.0",
|
|
158
|
+
"ngx-pipes": "2.6.0",
|
|
159
|
+
"ngx-store": "2.1.0",
|
|
160
|
+
"ngx-toastr": "11.2.1",
|
|
161
|
+
"ngx-wig": "8.0.0",
|
|
162
|
+
"node-cli-test": "0.0.2",
|
|
163
|
+
"node-cli-tester": "~0.0.22",
|
|
164
|
+
"node-localstorage": "2.1.6",
|
|
165
|
+
"node-notifier": "6.0.0",
|
|
166
|
+
"nodemon": "1.14.11",
|
|
167
|
+
"npm-get-dependents": "1.0.1",
|
|
168
|
+
"npm-run": "4.1.2",
|
|
169
|
+
"omelette": "0.4.5",
|
|
170
|
+
"open": "7.2.1",
|
|
171
|
+
"ora": "3.4.0",
|
|
172
|
+
"passport": "0.3.2",
|
|
173
|
+
"passport-http-bearer": "1.0.1",
|
|
174
|
+
"password-hash": "1.2.2",
|
|
175
|
+
"portfinder": "1.0.21",
|
|
176
|
+
"prettier": "2.3.2",
|
|
177
|
+
"progress": "2.0.3",
|
|
178
|
+
"prompts": "0.1.8",
|
|
179
|
+
"protractor": "5.4.3",
|
|
180
|
+
"ps-list": "6.1.0",
|
|
181
|
+
"ps-node": "0.1.6",
|
|
182
|
+
"q": "1.5.1",
|
|
183
|
+
"randomcolor": "0.5.3",
|
|
184
|
+
"record-replay-req-res-scenario": "~0.0.26",
|
|
185
|
+
"reflect-metadata": "0.1.10",
|
|
186
|
+
"rimraf": "2.6.2",
|
|
187
|
+
"rxjs": "~6.5.4",
|
|
188
|
+
"rxjs-compat": "~6.5.3",
|
|
189
|
+
"simple-git": "1.96.0",
|
|
190
|
+
"sloc": "0.2.0",
|
|
191
|
+
"socket.io": "2.4.1",
|
|
192
|
+
"sort-package-json": "1.11.0",
|
|
193
|
+
"static-columns": "~2.0.17",
|
|
194
|
+
"string-similarity": "4.0.2",
|
|
195
|
+
"sudo-block": "3.0.0",
|
|
196
|
+
"systeminformation": "3.45.7",
|
|
197
|
+
"task.js": "0.1.5",
|
|
198
|
+
"tnp-cli": "~2.0.20",
|
|
199
|
+
"tnp-config": "~1.0.20",
|
|
200
|
+
"tnp-core": "~1.0.35",
|
|
201
|
+
"tnp-db": "~0.0.44",
|
|
202
|
+
"tnp-helpers": "~0.0.73",
|
|
203
|
+
"tnp-tools": "~0.0.46",
|
|
204
|
+
"tnp-ui": "~0.0.33",
|
|
205
|
+
"ts-loader": "7.0.4",
|
|
206
|
+
"ts-node": "8.3.0",
|
|
207
|
+
"tsickle": "0.26.0",
|
|
208
|
+
"tslib": "~2.2.0",
|
|
209
|
+
"tslint": "6.1.0",
|
|
210
|
+
"typeorm": "~0.2.7",
|
|
211
|
+
"typescript": "~4.1.5",
|
|
212
|
+
"typescript-class-helpers": "~1.0.42",
|
|
213
|
+
"typescript-formatter": "~7.2.2",
|
|
214
|
+
"uglifyjs-webpack-plugin": "2.2.0",
|
|
215
|
+
"underscore": "1.9.1",
|
|
216
|
+
"uuid": "8.3.2",
|
|
217
|
+
"validator": "9.2.0",
|
|
218
|
+
"vpn-split": "~0.0.18",
|
|
219
|
+
"watch": "1.0.2",
|
|
220
|
+
"webpack-cli": "~3.3.11",
|
|
221
|
+
"zone.js": "~0.10.2"
|
|
222
|
+
}
|
package/package.json_tnp.json5
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"ignoreDepsPattern": [],
|
|
6
|
-
"includeAsDev": [],
|
|
7
|
-
"includeOnly": [
|
|
8
|
-
"tnp-models",
|
|
9
|
-
"morphi",
|
|
10
|
-
"json10-writer"
|
|
11
|
-
],
|
|
12
|
-
"dependencies": {},
|
|
13
|
-
"linkedFolders": []
|
|
14
|
-
},
|
|
15
|
-
|
|
16
|
-
"linkedProjects": [],
|
|
17
|
-
'smartContainerBuildTarget': '',
|
|
18
|
-
'linkedRepos': [],
|
|
19
|
-
|
|
20
|
-
"libReleaseOptions": {
|
|
21
|
-
"nodts": false,
|
|
22
|
-
"obscure": false,
|
|
23
|
-
"ugly": false,
|
|
24
|
-
'includeNodeModules': false,
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
'smartContainerTarget': '',
|
|
28
|
-
"type": "isomorphic-lib",
|
|
29
|
-
"version": "v3",
|
|
30
|
-
|
|
31
|
-
"scripts": {
|
|
32
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
|
33
|
-
},
|
|
34
|
-
|
|
35
|
-
"description": "",
|
|
36
|
-
"license": "MIT",
|
|
37
|
-
"private": false,
|
|
38
|
-
"author": "",
|
|
39
|
-
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
40
|
-
"workerPlugins": {},
|
|
41
|
-
|
|
42
|
-
"additionalNpmNames": [
|
|
43
|
-
"firedev-helpers"
|
|
44
|
-
],
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"ignoreDepsPattern": [],
|
|
6
|
+
"includeAsDev": [],
|
|
7
|
+
"includeOnly": [
|
|
8
|
+
"tnp-models",
|
|
9
|
+
"morphi",
|
|
10
|
+
"json10-writer"
|
|
11
|
+
],
|
|
12
|
+
"dependencies": {},
|
|
13
|
+
"linkedFolders": []
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
"linkedProjects": [],
|
|
17
|
+
'smartContainerBuildTarget': '',
|
|
18
|
+
'linkedRepos': [],
|
|
19
|
+
|
|
20
|
+
"libReleaseOptions": {
|
|
21
|
+
"nodts": false,
|
|
22
|
+
"obscure": false,
|
|
23
|
+
"ugly": false,
|
|
24
|
+
'includeNodeModules': false,
|
|
25
|
+
},
|
|
26
|
+
|
|
27
|
+
'smartContainerTarget': '',
|
|
28
|
+
"type": "isomorphic-lib",
|
|
29
|
+
"version": "v3",
|
|
30
|
+
|
|
31
|
+
"scripts": {
|
|
32
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
33
|
+
},
|
|
34
|
+
|
|
35
|
+
"description": "",
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"private": false,
|
|
38
|
+
"author": "",
|
|
39
|
+
"homepage": "https://github.com/darekf77/tnp-helpers#readme",
|
|
40
|
+
"workerPlugins": {},
|
|
41
|
+
|
|
42
|
+
"additionalNpmNames": [
|
|
43
|
+
"firedev-helpers"
|
|
44
|
+
],
|
|
45
45
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"firedev-helpers"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
|
-
"version": "13.1.
|
|
45
|
+
"version": "13.1.14",
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"json10-writer": "~13.1.28",
|
|
48
48
|
"morphi": "~13.1.32",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"inquirer": "7.3.3",
|
|
188
188
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
189
189
|
"is-elevated": "3.0.0",
|
|
190
|
-
"isomorphic-region-loader": "~1.
|
|
190
|
+
"isomorphic-region-loader": "~13.1.24",
|
|
191
191
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
192
192
|
"jasmine-core": "4.0.0",
|
|
193
193
|
"jscodeshift": "0.6.3",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"tnp-config": "~13.1.54",
|
|
270
270
|
"tnp-core": "~13.1.58",
|
|
271
271
|
"tnp-db": "~13.1.7",
|
|
272
|
-
"tnp-helpers": "~13.1.
|
|
272
|
+
"tnp-helpers": "~13.1.13",
|
|
273
273
|
"tnp-ui": "~13.1.27",
|
|
274
274
|
"ts-debug": "1.3.0",
|
|
275
275
|
"ts-loader": "2.3.1",
|
|
@@ -286,12 +286,12 @@
|
|
|
286
286
|
"watch": "1.0.2",
|
|
287
287
|
"zone.js": "~0.11.4"
|
|
288
288
|
},
|
|
289
|
-
"lastBuildTagHash": "
|
|
289
|
+
"lastBuildTagHash": "0349e085e37e55f7d9a399ef0301fbf1d5738df2"
|
|
290
290
|
},
|
|
291
291
|
"build": {
|
|
292
|
-
"number":
|
|
293
|
-
"date": "2023-01-
|
|
294
|
-
"hash": "
|
|
292
|
+
"number": 478,
|
|
293
|
+
"date": "2023-01-27T02:17:24.000Z",
|
|
294
|
+
"hash": "2c756e7c4cdb90b17bcf88d4dddbd7954792994a",
|
|
295
295
|
"options": {}
|
|
296
296
|
},
|
|
297
297
|
"currentProjectName": "tnp-helpers",
|