tnp-config 16.100.4 → 16.100.5
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 +17 -17
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/browser/esm2022/lib/config.mjs +17 -10
- package/browser/fesm2022/tnp-config.mjs +16 -9
- package/browser/fesm2022/tnp-config.mjs.map +1 -1
- package/browser/lib/config.d.ts +16 -3
- package/client/README.md +24 -24
- package/client/esm2022/lib/config.mjs +17 -10
- package/client/fesm2022/tnp-config.mjs +16 -9
- package/client/fesm2022/tnp-config.mjs.map +1 -1
- package/client/lib/config.d.ts +16 -3
- package/client/package.json +35 -34
- package/firedev.jsonc +40 -0
- package/lib/config.d.ts +16 -3
- package/lib/config.js +17 -11
- package/lib/config.js.map +1 -1
- package/package.json +3 -3
- package/tmp-environment.json +39 -38
- package/websql/README.md +24 -24
- package/websql/esm2022/lib/config.mjs +17 -10
- package/websql/fesm2022/tnp-config.mjs +16 -9
- package/websql/fesm2022/tnp-config.mjs.map +1 -1
- package/websql/lib/config.d.ts +16 -3
- package/package.json_devDependencies.json +0 -218
- package/package.json_tnp.json5 +0 -40
@@ -1,218 +0,0 @@
|
|
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/lodash": "4.14.92",
|
47
|
-
"@types/lowdb": "1.0.6",
|
48
|
-
"@types/mocha": "5.2.5",
|
49
|
-
"@types/node": "14.18.9",
|
50
|
-
"@types/node-notifier": "5.4.0",
|
51
|
-
"@types/oauth2orize": "1.8.0",
|
52
|
-
"@types/password-hash": "1.2.19",
|
53
|
-
"@types/progress": "2.0.3",
|
54
|
-
"@types/q": "1.5.5",
|
55
|
-
"@types/rimraf": "2.0.2",
|
56
|
-
"@types/systeminformation": "3.23.0",
|
57
|
-
"@types/vinyl": "2.0.2",
|
58
|
-
"@types/watch": "1.0.0",
|
59
|
-
"accepts": "1.3.4",
|
60
|
-
"angular-tree-component": "7.0.0",
|
61
|
-
"axios": "0.17.1",
|
62
|
-
"babel-preset-env": "1.7.0",
|
63
|
-
"background-worker-process": "~0.0.35",
|
64
|
-
"bcryptjs": "2.4.3",
|
65
|
-
"body-parser": "1.18.2",
|
66
|
-
"bootstrap": "5.1.3",
|
67
|
-
"bs4-breakpoint": "~2.0.40",
|
68
|
-
"buffer-shims": "1.0.0",
|
69
|
-
"button-dropdown": "~1.0.45",
|
70
|
-
"callsite-record": "4.1.3",
|
71
|
-
"chai": "4.2.0",
|
72
|
-
"chalk": "2.3.2",
|
73
|
-
"check-node-version": "3.2.0",
|
74
|
-
"cheerio": "1.0.0-rc.3",
|
75
|
-
"chokidar": "3.5.1",
|
76
|
-
"circular-json": "0.5.1",
|
77
|
-
"codelyzer": "6.0.0",
|
78
|
-
"command-exists": "1.2.2",
|
79
|
-
"compression": "1.7.4",
|
80
|
-
"concurrently": "3.5.1",
|
81
|
-
"content-type": "1.0.4",
|
82
|
-
"cookie-parser": "1.4.3",
|
83
|
-
"copy-paste": "1.3.0",
|
84
|
-
"core-js-compat": "3.4.0",
|
85
|
-
"cors": "2.8.4",
|
86
|
-
"cpr": "3.0.1",
|
87
|
-
"cross-spawn": "7.0.3",
|
88
|
-
"dateformat": "3.0.3",
|
89
|
-
"detect-mocha": "0.1.0",
|
90
|
-
"diff": "3.2.0",
|
91
|
-
"element-resize-detector": "1.1.15",
|
92
|
-
"enquirer": "2.3.0",
|
93
|
-
"enum-values": "1.2.1",
|
94
|
-
"errorhandler": "1.5.0",
|
95
|
-
"eslint": "7.13.0",
|
96
|
-
"eslint-plugin-import": "2.22.1",
|
97
|
-
"eslint-plugin-jsdoc": "30.7.8",
|
98
|
-
"eslint-plugin-prefer-arrow": "1.2.2",
|
99
|
-
"express": "4.16.3",
|
100
|
-
"express-fileupload": "0.4.0",
|
101
|
-
"fbgraph": "1.4.1",
|
102
|
-
"file-loader": "1.1.5",
|
103
|
-
"fkill": "6.1.0",
|
104
|
-
"font-awesome": "4.7.0",
|
105
|
-
"fs-extra": "8.1.0",
|
106
|
-
"fuzzy": "0.1.3",
|
107
|
-
"glob": "7.1.2",
|
108
|
-
"gulp": "3.9.1",
|
109
|
-
"hostile": "1.3.3",
|
110
|
-
"html-webpack-plugin": "4.3.0",
|
111
|
-
"http-proxy": "1.16.2",
|
112
|
-
"http-proxy-middleware": "0.19.1",
|
113
|
-
"http-server": "0.11.1",
|
114
|
-
"incremental-compiler": "~1.1.53",
|
115
|
-
"inquirer": "7.3.3",
|
116
|
-
"inquirer-autocomplete-prompt": "1.3.0",
|
117
|
-
"is-elevated": "3.0.0",
|
118
|
-
"istanbul-instrumenter-loader": "2.0.0",
|
119
|
-
"jasmine-core": "3.10.0",
|
120
|
-
"jasmine-spec-reporter": "5.0.0",
|
121
|
-
"json-stringify-safe": "5.0.1",
|
122
|
-
"json10": "~1.0.34",
|
123
|
-
"json5": "2.1.3",
|
124
|
-
"json5-writer": "0.2.0",
|
125
|
-
"karma": "6.3.0",
|
126
|
-
"karma-chrome-launcher": "3.1.0",
|
127
|
-
"karma-cli": "1.0.1",
|
128
|
-
"karma-coverage": "2.1.0",
|
129
|
-
"karma-coverage-istanbul-reporter": "2.1.0",
|
130
|
-
"karma-jasmine": "4.0.0",
|
131
|
-
"karma-jasmine-html-reporter": "1.7.0",
|
132
|
-
"lnk": "1.0.1",
|
133
|
-
"lockfile": "1.0.4",
|
134
|
-
"lodash": "4.17.4",
|
135
|
-
"lodash-walk-object": "~1.0.35",
|
136
|
-
"lowdb": "1.0.0",
|
137
|
-
"magic-renamer": "~0.0.20",
|
138
|
-
"material-design-icons": "3.0.1",
|
139
|
-
"method-override": "2.3.10",
|
140
|
-
"minimist": "1.2.0",
|
141
|
-
"mkdirp": "0.5.1",
|
142
|
-
"mocha": "5.2.0",
|
143
|
-
"moment": "2.22.2",
|
144
|
-
"morphi": "~4.0.54",
|
145
|
-
"ng-modal-lib": "0.0.6",
|
146
|
-
"ng-packagr": "5.7.1",
|
147
|
-
"ng-talkback": "~2.4.25",
|
148
|
-
"ng2-file-upload": "1.3.0",
|
149
|
-
"ng2-logger": "~8.0.20",
|
150
|
-
"ng2-rest": "~11.0.42",
|
151
|
-
"ng4-icons": "~0.0.30",
|
152
|
-
"ng4-modal": "~0.0.30",
|
153
|
-
"ngx-bootstrap": "8.0.0",
|
154
|
-
"ngx-breadcrumbs": "0.0.3",
|
155
|
-
"ngx-editor": "4.1.0",
|
156
|
-
"ngx-moment": "3.5.0",
|
157
|
-
"ngx-pipes": "2.6.0",
|
158
|
-
"ngx-store": "2.1.0",
|
159
|
-
"ngx-toastr": "11.2.1",
|
160
|
-
"ngx-wig": "8.0.0",
|
161
|
-
"node-cli-test": "0.0.2",
|
162
|
-
"node-cli-tester": "~0.0.22",
|
163
|
-
"node-localstorage": "2.1.6",
|
164
|
-
"node-notifier": "6.0.0",
|
165
|
-
"nodemon": "1.14.11",
|
166
|
-
"npm-get-dependents": "1.0.1",
|
167
|
-
"npm-run": "4.1.2",
|
168
|
-
"omelette": "0.4.5",
|
169
|
-
"open": "7.2.1",
|
170
|
-
"ora": "3.4.0",
|
171
|
-
"passport": "0.3.2",
|
172
|
-
"passport-http-bearer": "1.0.1",
|
173
|
-
"password-hash": "1.2.2",
|
174
|
-
"portfinder": "1.0.21",
|
175
|
-
"progress": "2.0.3",
|
176
|
-
"prompts": "0.1.8",
|
177
|
-
"protractor": "7.0.0",
|
178
|
-
"ps-list": "6.1.0",
|
179
|
-
"ps-node": "0.1.6",
|
180
|
-
"q": "1.5.1",
|
181
|
-
"randomcolor": "0.5.3",
|
182
|
-
"record-replay-req-res-scenario": "~0.0.26",
|
183
|
-
"reflect-metadata": "0.1.10",
|
184
|
-
"rimraf": "2.6.2",
|
185
|
-
"rxjs": "~7.4.0",
|
186
|
-
"rxjs-compat": "~6.5.3",
|
187
|
-
"simple-git": "1.96.0",
|
188
|
-
"sloc": "0.2.0",
|
189
|
-
"socket.io": "2.4.1",
|
190
|
-
"sort-package-json": "1.11.0",
|
191
|
-
"static-columns": "~2.0.17",
|
192
|
-
"string-similarity": "4.0.2",
|
193
|
-
"sudo-block": "3.0.0",
|
194
|
-
"systeminformation": "3.45.7",
|
195
|
-
"task.js": "0.1.5",
|
196
|
-
"tnp-cli": "~2.0.20",
|
197
|
-
"tnp-config": "~1.0.20",
|
198
|
-
"tnp-db": "~0.0.44",
|
199
|
-
"tnp-helpers": "~0.0.73",
|
200
|
-
"tnp-models": "~0.0.37",
|
201
|
-
"tnp-tools": "~0.0.46",
|
202
|
-
"tnp-ui": "~0.0.33",
|
203
|
-
"ts-node": "8.3.0",
|
204
|
-
"tsickle": "0.26.0",
|
205
|
-
"tslib": "~2.3.0",
|
206
|
-
"tslint": "6.1.0",
|
207
|
-
"typeorm": "~0.2.7",
|
208
|
-
"typescript": "~4.5.2",
|
209
|
-
"typescript-class-helpers": "~1.0.42",
|
210
|
-
"typescript-formatter": "~7.2.2",
|
211
|
-
"uglifyjs-webpack-plugin": "2.2.0",
|
212
|
-
"underscore": "1.9.1",
|
213
|
-
"uuid": "8.3.2",
|
214
|
-
"validator": "9.2.0",
|
215
|
-
"vpn-split": "~0.0.18",
|
216
|
-
"watch": "1.0.2",
|
217
|
-
"zone.js": "~0.11.4"
|
218
|
-
}
|
package/package.json_tnp.json5
DELETED
@@ -1,40 +0,0 @@
|
|
1
|
-
{
|
2
|
-
resources: ["README.md"],
|
3
|
-
|
4
|
-
overrided: {
|
5
|
-
ignoreDepsPattern: [],
|
6
|
-
includeAsDev: [],
|
7
|
-
includeOnly: ["tnp-core"],
|
8
|
-
dependencies: {},
|
9
|
-
linkedFolders: [],
|
10
|
-
npmFixes: [],
|
11
|
-
},
|
12
|
-
|
13
|
-
smartContainerBuildTarget: '',
|
14
|
-
linkedRepos: [],
|
15
|
-
|
16
|
-
libReleaseOptions: {
|
17
|
-
nodts: false,
|
18
|
-
obscure: false,
|
19
|
-
ugly: false,
|
20
|
-
includeNodeModules: false,
|
21
|
-
cliBuildNoDts: false,
|
22
|
-
cliBuildObscure: false,
|
23
|
-
cliBuildIncludeNodeModules: false,
|
24
|
-
cliBuildUglify: false,
|
25
|
-
},
|
26
|
-
|
27
|
-
smartContainerTarget: '',
|
28
|
-
type: "isomorphic-lib",
|
29
|
-
isCoreProject: false,
|
30
|
-
useFramework: false,
|
31
|
-
required: [],
|
32
|
-
version: "v4",
|
33
|
-
additionalNpmNames: ["firedev-config"],
|
34
|
-
isGenerated: false,
|
35
|
-
requiredServers: [],
|
36
|
-
license: "MIT",
|
37
|
-
private: false,
|
38
|
-
main: "index.js",
|
39
|
-
workerPlugins: {},
|
40
|
-
}
|