lodash-walk-object 16.100.6 → 16.444.1
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/assets/shared/shared_folder_info.txt +1 -1
- package/client/package.json +48 -34
- package/firedev.jsonc +1 -1
- package/package.json +4 -4
- package/tmp-environment.json +52 -38
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder are being shipped with this npm package (lodash-walk-object@16.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (lodash-walk-object@16.444.1)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/client/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"smartContainerTarget": "",
|
|
27
27
|
"type": "isomorphic-lib",
|
|
28
|
-
"version": "
|
|
28
|
+
"version": "v16",
|
|
29
29
|
"additionalNpmNames": [
|
|
30
30
|
"firedev-walk-object"
|
|
31
31
|
],
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"name": "lodash-walk-object",
|
|
49
49
|
"description": "Walk all properties deep in object with lodash help",
|
|
50
|
-
"version": "16.
|
|
50
|
+
"version": "16.444.1",
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
53
53
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -67,15 +67,20 @@
|
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://github.com/darekf77/lodash-walk-object#readme",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"typescript-class-helpers": "~16.
|
|
70
|
+
"typescript-class-helpers": "~16.444.2"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"private": false,
|
|
74
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "3d90326f213aa980786c787cb1c56ac053d6ecaa",
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
|
77
77
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
78
78
|
"@angular-devkit/core": "~16.0.5",
|
|
79
|
+
"@angular-eslint/builder": "~16.3.1",
|
|
80
|
+
"@angular-eslint/eslint-plugin": "~16.3.1",
|
|
81
|
+
"@angular-eslint/eslint-plugin-template": "~16.3.1",
|
|
82
|
+
"@angular-eslint/schematics": "~16.3.1",
|
|
83
|
+
"@angular-eslint/template-parser": "~16.3.1",
|
|
79
84
|
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
80
85
|
"@angular/animations": "~16.0.0",
|
|
81
86
|
"@angular/cdk": "~16.0.3",
|
|
@@ -93,9 +98,6 @@
|
|
|
93
98
|
"@angular/router": "~16.0.0",
|
|
94
99
|
"@angular/service-worker": "~16.0.4",
|
|
95
100
|
"@babel/cli": "7.18.6",
|
|
96
|
-
"@commitlint/cli": "12.1.1",
|
|
97
|
-
"@commitlint/config-conventional": "12.1.1",
|
|
98
|
-
"@commitlint/prompt-cli": "12.1.1",
|
|
99
101
|
"@compodoc/compodoc": "1.1.20",
|
|
100
102
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
101
103
|
"@iconify/icons-mdi": "1.2.1",
|
|
@@ -117,6 +119,7 @@
|
|
|
117
119
|
"@ngx-formly/material": "6.1.8",
|
|
118
120
|
"@ngx-translate/core": "15.0.0",
|
|
119
121
|
"@ngx-translate/http-loader": "8.0.0",
|
|
122
|
+
"@sqltools/formatter": "1.2.2",
|
|
120
123
|
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
121
124
|
"@testdeck/jest": "0.3.3",
|
|
122
125
|
"@testdeck/mocha": "0.3.3",
|
|
@@ -147,13 +150,16 @@
|
|
|
147
150
|
"@types/systeminformation": "3.23.0",
|
|
148
151
|
"@types/vinyl": "2.0.2",
|
|
149
152
|
"@types/watch": "1.0.0",
|
|
153
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
154
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
150
155
|
"@vercel/ncc": "0.38.1",
|
|
151
156
|
"accepts": "1.3.4",
|
|
152
157
|
"ajv": "8.12.0",
|
|
153
158
|
"angular-material-css-vars": "5.0.2",
|
|
154
159
|
"angular-resize-event": "3.2.0",
|
|
155
160
|
"animate.css": "4.1.1 ",
|
|
156
|
-
"any-project-cli": "16.
|
|
161
|
+
"any-project-cli": "16.444.1",
|
|
162
|
+
"app-root-path": "3.0.0",
|
|
157
163
|
"axios": "1.3.5",
|
|
158
164
|
"background-worker-process": "16.100.10",
|
|
159
165
|
"base32": "0.0.7",
|
|
@@ -171,6 +177,7 @@
|
|
|
171
177
|
"circular-json": "0.5.1",
|
|
172
178
|
"class-transformer": "0.5.1",
|
|
173
179
|
"class-validator": "0.14.0",
|
|
180
|
+
"cli-highlight": "2.1.11",
|
|
174
181
|
"command-exists": "1.2.2",
|
|
175
182
|
"compression": "1.7.4",
|
|
176
183
|
"concurrently": "3.5.1",
|
|
@@ -180,6 +187,7 @@
|
|
|
180
187
|
"copy-paste": "1.5.3",
|
|
181
188
|
"cors": "2.8.4",
|
|
182
189
|
"cpr": "3.0.1",
|
|
190
|
+
"cross-env": "7.0.2",
|
|
183
191
|
"cross-spawn": "7.0.3",
|
|
184
192
|
"dateformat": "3.0.3",
|
|
185
193
|
"detect-mocha": "0.1.0",
|
|
@@ -192,10 +200,13 @@
|
|
|
192
200
|
"enquirer": "2.3.0",
|
|
193
201
|
"enum-values": "1.2.1",
|
|
194
202
|
"errorhandler": "1.5.0",
|
|
195
|
-
"eslint": "
|
|
196
|
-
"eslint-
|
|
197
|
-
"eslint-plugin-
|
|
198
|
-
"eslint-plugin-
|
|
203
|
+
"eslint": "8.51.0",
|
|
204
|
+
"eslint-config-prettier": "9.1.0",
|
|
205
|
+
"eslint-plugin-import": "latest",
|
|
206
|
+
"eslint-plugin-jsdoc": "latest",
|
|
207
|
+
"eslint-plugin-prefer-arrow": "latest",
|
|
208
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
209
|
+
"eslint-plugin-react": "latest",
|
|
199
210
|
"express": "4.16.3",
|
|
200
211
|
"express-fileupload": "1.4.0",
|
|
201
212
|
"express-session": "1.17.3",
|
|
@@ -203,13 +214,13 @@
|
|
|
203
214
|
"file-saver": "2.0.5",
|
|
204
215
|
"file-type": "18.5.0",
|
|
205
216
|
"firedev": "^16",
|
|
206
|
-
"firedev-crud": "16.100.
|
|
207
|
-
"firedev-crud-deamon": "16.
|
|
208
|
-
"firedev-ports": "16.100.
|
|
209
|
-
"firedev-storage": "16.100.
|
|
210
|
-
"firedev-type-sql": "16.100.
|
|
211
|
-
"firedev-typeorm": "16.100.
|
|
212
|
-
"firedev-ui": "16.100.
|
|
217
|
+
"firedev-crud": "16.100.10",
|
|
218
|
+
"firedev-crud-deamon": "16.444.1",
|
|
219
|
+
"firedev-ports": "16.100.10",
|
|
220
|
+
"firedev-storage": "16.100.6",
|
|
221
|
+
"firedev-type-sql": "16.100.7",
|
|
222
|
+
"firedev-typeorm": "16.100.7",
|
|
223
|
+
"firedev-ui": "16.100.10",
|
|
213
224
|
"fkill": "6.1.0",
|
|
214
225
|
"font-awesome": "4.7.0",
|
|
215
226
|
"form-data": "4.0.0",
|
|
@@ -227,11 +238,11 @@
|
|
|
227
238
|
"image-focus": "1.2.1",
|
|
228
239
|
"immer": "10.0.2",
|
|
229
240
|
"immutable": "4.3.0",
|
|
230
|
-
"incremental-compiler": "16.
|
|
241
|
+
"incremental-compiler": "16.444.2",
|
|
231
242
|
"inquirer": "7.3.3",
|
|
232
243
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
233
244
|
"is-elevated": "3.0.0",
|
|
234
|
-
"isomorphic-region-loader": "16.
|
|
245
|
+
"isomorphic-region-loader": "16.444.1",
|
|
235
246
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
236
247
|
"jest": "29.5.0",
|
|
237
248
|
"jest-date-mock": "1.0.8",
|
|
@@ -242,8 +253,8 @@
|
|
|
242
253
|
"joi": "17.9.2",
|
|
243
254
|
"jscodeshift": "0.6.3",
|
|
244
255
|
"json-stringify-safe": "5.0.1",
|
|
245
|
-
"json10": "16.100.
|
|
246
|
-
"json10-writer": "16.
|
|
256
|
+
"json10": "16.100.7",
|
|
257
|
+
"json10-writer": "16.444.2",
|
|
247
258
|
"json5": "2.2.1",
|
|
248
259
|
"json5-writer": "0.2.0",
|
|
249
260
|
"jszip": "3.10.1",
|
|
@@ -252,9 +263,9 @@
|
|
|
252
263
|
"localforage": "1.10.0",
|
|
253
264
|
"lockfile": "1.0.4",
|
|
254
265
|
"lodash": "4.17.20",
|
|
255
|
-
"lodash-walk-object": "16.100.
|
|
266
|
+
"lodash-walk-object": "16.100.7",
|
|
256
267
|
"lowdb": "7.0.1",
|
|
257
|
-
"magic-renamer": "16.
|
|
268
|
+
"magic-renamer": "16.444.1",
|
|
258
269
|
"material-design-icons": "3.0.1",
|
|
259
270
|
"method-override": "2.3.10",
|
|
260
271
|
"minimist": "1.2.0",
|
|
@@ -266,9 +277,9 @@
|
|
|
266
277
|
"ng-lock": "16.0.1",
|
|
267
278
|
"ng-packagr": "16.0.1",
|
|
268
279
|
"ng-talkback": "16.100.5",
|
|
269
|
-
"ng2-logger": "16.
|
|
280
|
+
"ng2-logger": "16.444.2",
|
|
270
281
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
271
|
-
"ng2-rest": "16.100.
|
|
282
|
+
"ng2-rest": "16.100.7",
|
|
272
283
|
"ngx-ace-wrapper": "14.0.0",
|
|
273
284
|
"ngx-editor": "15.3.0",
|
|
274
285
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -297,7 +308,8 @@
|
|
|
297
308
|
"path-to-regexp": "6.2.2",
|
|
298
309
|
"pica": "9.0.1",
|
|
299
310
|
"portfinder": "1.0.21",
|
|
300
|
-
"prettier": "3.
|
|
311
|
+
"prettier": "3.2.5",
|
|
312
|
+
"prettier-eslint": "16.3.0",
|
|
301
313
|
"pretty-error": "4.0.0",
|
|
302
314
|
"primeflex": "3.3.1",
|
|
303
315
|
"primeicons": "6.0.1",
|
|
@@ -320,7 +332,7 @@
|
|
|
320
332
|
"socket.io": "2.4.1",
|
|
321
333
|
"sort-package-json": "1.11.0",
|
|
322
334
|
"sql.js": "1.8.0",
|
|
323
|
-
"static-columns": "16.100.
|
|
335
|
+
"static-columns": "16.100.6",
|
|
324
336
|
"string-similarity": "4.0.2",
|
|
325
337
|
"sudo-block": "3.0.0",
|
|
326
338
|
"supertest": "6.3.3",
|
|
@@ -329,11 +341,11 @@
|
|
|
329
341
|
"task.js": "0.1.5",
|
|
330
342
|
"threads": "1.7.0",
|
|
331
343
|
"tnp-cli": "16.100.5",
|
|
332
|
-
"tnp-config": "16.
|
|
333
|
-
"tnp-core": "16.
|
|
334
|
-
"tnp-db": "16.
|
|
335
|
-
"tnp-helpers": "16.
|
|
336
|
-
"tnp-models": "16.
|
|
344
|
+
"tnp-config": "16.444.2",
|
|
345
|
+
"tnp-core": "16.444.2",
|
|
346
|
+
"tnp-db": "16.444.1",
|
|
347
|
+
"tnp-helpers": "16.444.2",
|
|
348
|
+
"tnp-models": "16.444.2",
|
|
337
349
|
"ts-debug": "1.3.0",
|
|
338
350
|
"ts-json-schema-generator": "2.1.1",
|
|
339
351
|
"ts-loader": "2.3.1",
|
|
@@ -348,6 +360,8 @@
|
|
|
348
360
|
"validator": "9.2.0",
|
|
349
361
|
"video.js": "8.3.0",
|
|
350
362
|
"vpn-split": "16.100.5",
|
|
363
|
+
"vscode": "1.1.37",
|
|
364
|
+
"wait-on": "7.0.1",
|
|
351
365
|
"watch": "1.0.2",
|
|
352
366
|
"webpack": "~5.80",
|
|
353
367
|
"webpack-dev-middleware": "~6.0.2",
|
package/firedev.jsonc
CHANGED
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"smartContainerTarget": "",
|
|
27
27
|
"type": "isomorphic-lib",
|
|
28
|
-
"version": "
|
|
28
|
+
"version": "v16",
|
|
29
29
|
"additionalNpmNames": [
|
|
30
30
|
"firedev-walk-object"
|
|
31
31
|
],
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"name": "lodash-walk-object",
|
|
49
49
|
"description": "Walk all properties deep in object with lodash help",
|
|
50
|
-
"version": "16.
|
|
50
|
+
"version": "16.444.1",
|
|
51
51
|
"scripts": {
|
|
52
52
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
53
53
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://github.com/darekf77/lodash-walk-object#readme",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"typescript-class-helpers": "~16.
|
|
70
|
+
"typescript-class-helpers": "~16.444.2"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"private": false,
|
|
74
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "3d90326f213aa980786c787cb1c56ac053d6ecaa",
|
|
75
75
|
"devDependencies": {},
|
|
76
76
|
"main": "dist/app.electron.js"
|
|
77
77
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"smartContainerTarget": "",
|
|
31
31
|
"type": "isomorphic-lib",
|
|
32
|
-
"version": "
|
|
32
|
+
"version": "v16",
|
|
33
33
|
"additionalNpmNames": [
|
|
34
34
|
"firedev-walk-object"
|
|
35
35
|
],
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"name": "lodash-walk-object",
|
|
53
53
|
"description": "Walk all properties deep in object with lodash help",
|
|
54
|
-
"version": "16.
|
|
54
|
+
"version": "16.444.1",
|
|
55
55
|
"scripts": {
|
|
56
56
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
57
57
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -71,15 +71,20 @@
|
|
|
71
71
|
},
|
|
72
72
|
"homepage": "https://github.com/darekf77/lodash-walk-object#readme",
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"typescript-class-helpers": "~16.
|
|
74
|
+
"typescript-class-helpers": "~16.444.2"
|
|
75
75
|
},
|
|
76
76
|
"license": "MIT",
|
|
77
77
|
"private": false,
|
|
78
|
-
"lastBuildTagHash": "
|
|
78
|
+
"lastBuildTagHash": "3d90326f213aa980786c787cb1c56ac053d6ecaa",
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@angular-builders/custom-webpack": "~16.0.2-beta.2",
|
|
81
81
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
82
82
|
"@angular-devkit/core": "~16.0.5",
|
|
83
|
+
"@angular-eslint/builder": "~16.3.1",
|
|
84
|
+
"@angular-eslint/eslint-plugin": "~16.3.1",
|
|
85
|
+
"@angular-eslint/eslint-plugin-template": "~16.3.1",
|
|
86
|
+
"@angular-eslint/schematics": "~16.3.1",
|
|
87
|
+
"@angular-eslint/template-parser": "~16.3.1",
|
|
83
88
|
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
84
89
|
"@angular/animations": "~16.0.0",
|
|
85
90
|
"@angular/cdk": "~16.0.3",
|
|
@@ -97,9 +102,6 @@
|
|
|
97
102
|
"@angular/router": "~16.0.0",
|
|
98
103
|
"@angular/service-worker": "~16.0.4",
|
|
99
104
|
"@babel/cli": "7.18.6",
|
|
100
|
-
"@commitlint/cli": "12.1.1",
|
|
101
|
-
"@commitlint/config-conventional": "12.1.1",
|
|
102
|
-
"@commitlint/prompt-cli": "12.1.1",
|
|
103
105
|
"@compodoc/compodoc": "1.1.20",
|
|
104
106
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
105
107
|
"@iconify/icons-mdi": "1.2.1",
|
|
@@ -121,6 +123,7 @@
|
|
|
121
123
|
"@ngx-formly/material": "6.1.8",
|
|
122
124
|
"@ngx-translate/core": "15.0.0",
|
|
123
125
|
"@ngx-translate/http-loader": "8.0.0",
|
|
126
|
+
"@sqltools/formatter": "1.2.2",
|
|
124
127
|
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
125
128
|
"@testdeck/jest": "0.3.3",
|
|
126
129
|
"@testdeck/mocha": "0.3.3",
|
|
@@ -151,13 +154,16 @@
|
|
|
151
154
|
"@types/systeminformation": "3.23.0",
|
|
152
155
|
"@types/vinyl": "2.0.2",
|
|
153
156
|
"@types/watch": "1.0.0",
|
|
157
|
+
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
158
|
+
"@typescript-eslint/parser": "5.62.0",
|
|
154
159
|
"@vercel/ncc": "0.38.1",
|
|
155
160
|
"accepts": "1.3.4",
|
|
156
161
|
"ajv": "8.12.0",
|
|
157
162
|
"angular-material-css-vars": "5.0.2",
|
|
158
163
|
"angular-resize-event": "3.2.0",
|
|
159
164
|
"animate.css": "4.1.1 ",
|
|
160
|
-
"any-project-cli": "16.
|
|
165
|
+
"any-project-cli": "16.444.1",
|
|
166
|
+
"app-root-path": "3.0.0",
|
|
161
167
|
"axios": "1.3.5",
|
|
162
168
|
"background-worker-process": "16.100.10",
|
|
163
169
|
"base32": "0.0.7",
|
|
@@ -175,6 +181,7 @@
|
|
|
175
181
|
"circular-json": "0.5.1",
|
|
176
182
|
"class-transformer": "0.5.1",
|
|
177
183
|
"class-validator": "0.14.0",
|
|
184
|
+
"cli-highlight": "2.1.11",
|
|
178
185
|
"command-exists": "1.2.2",
|
|
179
186
|
"compression": "1.7.4",
|
|
180
187
|
"concurrently": "3.5.1",
|
|
@@ -184,6 +191,7 @@
|
|
|
184
191
|
"copy-paste": "1.5.3",
|
|
185
192
|
"cors": "2.8.4",
|
|
186
193
|
"cpr": "3.0.1",
|
|
194
|
+
"cross-env": "7.0.2",
|
|
187
195
|
"cross-spawn": "7.0.3",
|
|
188
196
|
"dateformat": "3.0.3",
|
|
189
197
|
"detect-mocha": "0.1.0",
|
|
@@ -196,10 +204,13 @@
|
|
|
196
204
|
"enquirer": "2.3.0",
|
|
197
205
|
"enum-values": "1.2.1",
|
|
198
206
|
"errorhandler": "1.5.0",
|
|
199
|
-
"eslint": "
|
|
200
|
-
"eslint-
|
|
201
|
-
"eslint-plugin-
|
|
202
|
-
"eslint-plugin-
|
|
207
|
+
"eslint": "8.51.0",
|
|
208
|
+
"eslint-config-prettier": "9.1.0",
|
|
209
|
+
"eslint-plugin-import": "latest",
|
|
210
|
+
"eslint-plugin-jsdoc": "latest",
|
|
211
|
+
"eslint-plugin-prefer-arrow": "latest",
|
|
212
|
+
"eslint-plugin-prettier": "5.1.3",
|
|
213
|
+
"eslint-plugin-react": "latest",
|
|
203
214
|
"express": "4.16.3",
|
|
204
215
|
"express-fileupload": "1.4.0",
|
|
205
216
|
"express-session": "1.17.3",
|
|
@@ -207,13 +218,13 @@
|
|
|
207
218
|
"file-saver": "2.0.5",
|
|
208
219
|
"file-type": "18.5.0",
|
|
209
220
|
"firedev": "^16",
|
|
210
|
-
"firedev-crud": "16.100.
|
|
211
|
-
"firedev-crud-deamon": "16.
|
|
212
|
-
"firedev-ports": "16.100.
|
|
213
|
-
"firedev-storage": "16.100.
|
|
214
|
-
"firedev-type-sql": "16.100.
|
|
215
|
-
"firedev-typeorm": "16.100.
|
|
216
|
-
"firedev-ui": "16.100.
|
|
221
|
+
"firedev-crud": "16.100.10",
|
|
222
|
+
"firedev-crud-deamon": "16.444.1",
|
|
223
|
+
"firedev-ports": "16.100.10",
|
|
224
|
+
"firedev-storage": "16.100.6",
|
|
225
|
+
"firedev-type-sql": "16.100.7",
|
|
226
|
+
"firedev-typeorm": "16.100.7",
|
|
227
|
+
"firedev-ui": "16.100.10",
|
|
217
228
|
"fkill": "6.1.0",
|
|
218
229
|
"font-awesome": "4.7.0",
|
|
219
230
|
"form-data": "4.0.0",
|
|
@@ -231,11 +242,11 @@
|
|
|
231
242
|
"image-focus": "1.2.1",
|
|
232
243
|
"immer": "10.0.2",
|
|
233
244
|
"immutable": "4.3.0",
|
|
234
|
-
"incremental-compiler": "16.
|
|
245
|
+
"incremental-compiler": "16.444.2",
|
|
235
246
|
"inquirer": "7.3.3",
|
|
236
247
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
237
248
|
"is-elevated": "3.0.0",
|
|
238
|
-
"isomorphic-region-loader": "16.
|
|
249
|
+
"isomorphic-region-loader": "16.444.1",
|
|
239
250
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
240
251
|
"jest": "29.5.0",
|
|
241
252
|
"jest-date-mock": "1.0.8",
|
|
@@ -246,8 +257,8 @@
|
|
|
246
257
|
"joi": "17.9.2",
|
|
247
258
|
"jscodeshift": "0.6.3",
|
|
248
259
|
"json-stringify-safe": "5.0.1",
|
|
249
|
-
"json10": "16.100.
|
|
250
|
-
"json10-writer": "16.
|
|
260
|
+
"json10": "16.100.7",
|
|
261
|
+
"json10-writer": "16.444.2",
|
|
251
262
|
"json5": "2.2.1",
|
|
252
263
|
"json5-writer": "0.2.0",
|
|
253
264
|
"jszip": "3.10.1",
|
|
@@ -256,9 +267,9 @@
|
|
|
256
267
|
"localforage": "1.10.0",
|
|
257
268
|
"lockfile": "1.0.4",
|
|
258
269
|
"lodash": "4.17.20",
|
|
259
|
-
"lodash-walk-object": "16.100.
|
|
270
|
+
"lodash-walk-object": "16.100.7",
|
|
260
271
|
"lowdb": "7.0.1",
|
|
261
|
-
"magic-renamer": "16.
|
|
272
|
+
"magic-renamer": "16.444.1",
|
|
262
273
|
"material-design-icons": "3.0.1",
|
|
263
274
|
"method-override": "2.3.10",
|
|
264
275
|
"minimist": "1.2.0",
|
|
@@ -270,9 +281,9 @@
|
|
|
270
281
|
"ng-lock": "16.0.1",
|
|
271
282
|
"ng-packagr": "16.0.1",
|
|
272
283
|
"ng-talkback": "16.100.5",
|
|
273
|
-
"ng2-logger": "16.
|
|
284
|
+
"ng2-logger": "16.444.2",
|
|
274
285
|
"ng2-pdfjs-viewer": "16.0.4",
|
|
275
|
-
"ng2-rest": "16.100.
|
|
286
|
+
"ng2-rest": "16.100.7",
|
|
276
287
|
"ngx-ace-wrapper": "14.0.0",
|
|
277
288
|
"ngx-editor": "15.3.0",
|
|
278
289
|
"ngx-highlightjs": "9.0.0",
|
|
@@ -301,7 +312,8 @@
|
|
|
301
312
|
"path-to-regexp": "6.2.2",
|
|
302
313
|
"pica": "9.0.1",
|
|
303
314
|
"portfinder": "1.0.21",
|
|
304
|
-
"prettier": "3.
|
|
315
|
+
"prettier": "3.2.5",
|
|
316
|
+
"prettier-eslint": "16.3.0",
|
|
305
317
|
"pretty-error": "4.0.0",
|
|
306
318
|
"primeflex": "3.3.1",
|
|
307
319
|
"primeicons": "6.0.1",
|
|
@@ -324,7 +336,7 @@
|
|
|
324
336
|
"socket.io": "2.4.1",
|
|
325
337
|
"sort-package-json": "1.11.0",
|
|
326
338
|
"sql.js": "1.8.0",
|
|
327
|
-
"static-columns": "16.100.
|
|
339
|
+
"static-columns": "16.100.6",
|
|
328
340
|
"string-similarity": "4.0.2",
|
|
329
341
|
"sudo-block": "3.0.0",
|
|
330
342
|
"supertest": "6.3.3",
|
|
@@ -333,11 +345,11 @@
|
|
|
333
345
|
"task.js": "0.1.5",
|
|
334
346
|
"threads": "1.7.0",
|
|
335
347
|
"tnp-cli": "16.100.5",
|
|
336
|
-
"tnp-config": "16.
|
|
337
|
-
"tnp-core": "16.
|
|
338
|
-
"tnp-db": "16.
|
|
339
|
-
"tnp-helpers": "16.
|
|
340
|
-
"tnp-models": "16.
|
|
348
|
+
"tnp-config": "16.444.2",
|
|
349
|
+
"tnp-core": "16.444.2",
|
|
350
|
+
"tnp-db": "16.444.1",
|
|
351
|
+
"tnp-helpers": "16.444.2",
|
|
352
|
+
"tnp-models": "16.444.2",
|
|
341
353
|
"ts-debug": "1.3.0",
|
|
342
354
|
"ts-json-schema-generator": "2.1.1",
|
|
343
355
|
"ts-loader": "2.3.1",
|
|
@@ -352,6 +364,8 @@
|
|
|
352
364
|
"validator": "9.2.0",
|
|
353
365
|
"video.js": "8.3.0",
|
|
354
366
|
"vpn-split": "16.100.5",
|
|
367
|
+
"vscode": "1.1.37",
|
|
368
|
+
"wait-on": "7.0.1",
|
|
355
369
|
"watch": "1.0.2",
|
|
356
370
|
"webpack": "~5.80",
|
|
357
371
|
"webpack-dev-middleware": "~6.0.2",
|
|
@@ -362,14 +376,14 @@
|
|
|
362
376
|
"main": "dist/app.electron.js"
|
|
363
377
|
},
|
|
364
378
|
"build": {
|
|
365
|
-
"number":
|
|
366
|
-
"date": "2024-
|
|
367
|
-
"hash": "
|
|
379
|
+
"number": 328,
|
|
380
|
+
"date": "2024-06-05T11:34:55.000Z",
|
|
381
|
+
"hash": "e47c497c11b74ebb3fbdd33e1172082477ccfe44"
|
|
368
382
|
},
|
|
369
383
|
"currentProjectName": "lodash-walk-object",
|
|
370
384
|
"currentProjectGenericName": "lodash-walk-object",
|
|
371
385
|
"currentProjectType": "isomorphic-lib",
|
|
372
|
-
"currentFrameworkVersion": "16.
|
|
386
|
+
"currentFrameworkVersion": "16.444.1",
|
|
373
387
|
"isStandaloneProject": true,
|
|
374
388
|
"isSmartContainer": false,
|
|
375
389
|
"pathesTsconfig": "\"paths\": {\"lodash-walk-object\":[\"./src/lib\"],\"lodash-walk-object/*\":[\"./src/lib/*\"]},",
|