json10 16.100.3 → 16.100.4

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.
@@ -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 (json10@16.100.3)
3
+ Assets from this folder are being shipped with this npm package (json10@16.100.4)
4
4
  created from this project.
5
5
 
6
6
  THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
package/browser/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.
package/client/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.
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "name": "json10",
49
49
  "description": "Handle circural references, comments and many more inside JSON",
50
- "version": "16.100.3",
50
+ "version": "16.100.4",
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/json10#readme",
69
69
  "dependencies": {
70
- "lodash-walk-object": "~16.100.3"
70
+ "lodash-walk-object": "16.100.4"
71
71
  },
72
72
  "license": "MIT",
73
73
  "private": false,
74
- "lastBuildTagHash": "0c72d6383eae01c7e8c06d7b6f8d03e49682ee3d",
74
+ "lastBuildTagHash": "32e55ebe49cfe8cba2b7b31ab833a78704cfc9a2",
75
75
  "devDependencies": {
76
76
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
77
77
  "@angular-devkit/build-angular": "~16.0.5",
@@ -135,7 +135,6 @@
135
135
  "@types/json5": "0.0.29",
136
136
  "@types/lockfile": "1.0.0",
137
137
  "@types/lodash": "4.14.92",
138
- "@types/lowdb": "1.0.6",
139
138
  "@types/mocha": "5.2.5",
140
139
  "@types/node": "16.18.21",
141
140
  "@types/node-notifier": "5.4.0",
@@ -154,9 +153,9 @@
154
153
  "angular-material-css-vars": "5.0.2",
155
154
  "angular-resize-event": "3.2.0",
156
155
  "animate.css": "4.1.1 ",
157
- "any-project-cli": "~16.100.4",
156
+ "any-project-cli": "16.100.7",
158
157
  "axios": "1.3.5",
159
- "background-worker-process": "~16.100.4",
158
+ "background-worker-process": "16.100.4",
160
159
  "base32": "0.0.7",
161
160
  "bcryptjs": "2.4.3",
162
161
  "better-sqlite3": "9.5.0",
@@ -204,19 +203,20 @@
204
203
  "file-saver": "2.0.5",
205
204
  "file-type": "18.5.0",
206
205
  "firedev": "^16",
207
- "firedev-crud": "~16.100.4",
208
- "firedev-crud-deamon": "~16.100.4",
209
- "firedev-ports": "~16.100.4",
210
- "firedev-storage": "~16.100.3",
211
- "firedev-type-sql": "~16.100.3",
212
- "firedev-typeorm": "~16.100.3",
213
- "firedev-ui": "~16.100.5",
206
+ "firedev-crud": "16.100.6",
207
+ "firedev-crud-deamon": "16.100.6",
208
+ "firedev-ports": "16.100.6",
209
+ "firedev-storage": "16.100.3",
210
+ "firedev-type-sql": "16.100.3",
211
+ "firedev-typeorm": "16.100.3",
212
+ "firedev-ui": "16.100.5",
214
213
  "fkill": "6.1.0",
215
214
  "font-awesome": "4.7.0",
216
215
  "form-data": "4.0.0",
217
216
  "fs-extra": "8.1.0",
218
217
  "fuzzy": "0.1.3",
219
218
  "glob": "7.1.2",
219
+ "google-libphonenumber": "3.2.25",
220
220
  "gulp": "3.9.1",
221
221
  "helmet": "7.0.0",
222
222
  "hostile": "1.3.3",
@@ -227,11 +227,11 @@
227
227
  "image-focus": "1.2.1",
228
228
  "immer": "10.0.2",
229
229
  "immutable": "4.3.0",
230
- "incremental-compiler": "~16.100.4",
230
+ "incremental-compiler": "16.100.7",
231
231
  "inquirer": "7.3.3",
232
232
  "inquirer-autocomplete-prompt": "1.3.0",
233
233
  "is-elevated": "3.0.0",
234
- "isomorphic-region-loader": "~16.100.4",
234
+ "isomorphic-region-loader": "16.100.6",
235
235
  "istanbul-instrumenter-loader": "2.0.0",
236
236
  "jest": "29.5.0",
237
237
  "jest-date-mock": "1.0.8",
@@ -242,8 +242,8 @@
242
242
  "joi": "17.9.2",
243
243
  "jscodeshift": "0.6.3",
244
244
  "json-stringify-safe": "5.0.1",
245
- "json10": "~16.100.2",
246
- "json10-writer": "~16.100.4",
245
+ "json10": "16.100.3",
246
+ "json10-writer": "16.100.7",
247
247
  "json5": "2.2.1",
248
248
  "json5-writer": "0.2.0",
249
249
  "jszip": "3.10.1",
@@ -252,22 +252,22 @@
252
252
  "localforage": "1.10.0",
253
253
  "lockfile": "1.0.4",
254
254
  "lodash": "4.17.20",
255
- "lowdb": "1.0.0",
256
- "magic-renamer": "~16.100.4",
255
+ "lowdb": "7.0.1",
256
+ "magic-renamer": "16.100.6",
257
257
  "material-design-icons": "3.0.1",
258
258
  "method-override": "2.3.10",
259
259
  "minimist": "1.2.0",
260
260
  "mkdirp": "0.5.1",
261
261
  "mocha": "10.2.0",
262
262
  "moment": "2.29.3",
263
- "morphi": "~16.5.17",
264
263
  "ng-for-track-by-property": "16.0.1",
265
264
  "ng-in-viewport": "15.0.2",
266
265
  "ng-lock": "16.0.1",
267
266
  "ng-packagr": "16.0.1",
268
- "ng-talkback": "~16.100.2",
269
- "ng2-logger": "~16.100.4",
270
- "ng2-rest": "~16.100.2",
267
+ "ng-talkback": "16.100.3",
268
+ "ng2-logger": "16.100.7",
269
+ "ng2-pdfjs-viewer": "16.0.4",
270
+ "ng2-rest": "16.100.3",
271
271
  "ngx-ace-wrapper": "14.0.0",
272
272
  "ngx-editor": "15.3.0",
273
273
  "ngx-highlightjs": "9.0.0",
@@ -280,7 +280,7 @@
280
280
  "ngx-scrolltop": "6.0.0",
281
281
  "ngx-store": "3.1.1",
282
282
  "ngx-typed-js": "2.1.1",
283
- "node-cli-tester": "~16.100.2",
283
+ "node-cli-tester": "16.100.3",
284
284
  "node-localstorage": "2.1.6",
285
285
  "node-notifier": "6.0.0",
286
286
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -308,7 +308,7 @@
308
308
  "q": "1.5.1",
309
309
  "rallax.js": "2.0.4",
310
310
  "randomcolor": "0.5.3",
311
- "record-replay-req-res-scenario": "~16.100.2",
311
+ "record-replay-req-res-scenario": "16.100.3",
312
312
  "reflect-metadata": "0.1.10",
313
313
  "rimraf": "2.6.2",
314
314
  "rxjs": "~7.8.0",
@@ -319,7 +319,7 @@
319
319
  "socket.io": "2.4.1",
320
320
  "sort-package-json": "1.11.0",
321
321
  "sql.js": "1.8.0",
322
- "static-columns": "~16.100.3",
322
+ "static-columns": "16.100.3",
323
323
  "string-similarity": "4.0.2",
324
324
  "sudo-block": "3.0.0",
325
325
  "supertest": "6.3.3",
@@ -327,26 +327,27 @@
327
327
  "systeminformation": "3.45.7",
328
328
  "task.js": "0.1.5",
329
329
  "threads": "1.7.0",
330
- "tnp-cli": "~16.100.2",
331
- "tnp-config": "~16.100.4",
332
- "tnp-core": "~16.100.6",
333
- "tnp-db": "~16.100.4",
334
- "tnp-helpers": "~16.100.4",
335
- "tnp-models": "~16.100.4",
330
+ "tnp-cli": "16.100.3",
331
+ "tnp-config": "16.100.7",
332
+ "tnp-core": "16.100.17",
333
+ "tnp-db": "16.100.6",
334
+ "tnp-helpers": "16.100.7",
335
+ "tnp-models": "16.100.7",
336
336
  "ts-debug": "1.3.0",
337
+ "ts-json-schema-generator": "2.1.1",
337
338
  "ts-loader": "2.3.1",
338
339
  "ts-node": "10.9.1",
339
340
  "tslib": "~2.3.0",
340
341
  "tslint": "5.9.1",
341
342
  "turndown": "7.1.2",
342
343
  "typescript": "~5.0.2",
343
- "typescript-class-helpers": "~16.100.4",
344
+ "typescript-class-helpers": "~16.100.7",
344
345
  "typescript-formatter": "~7.2.2",
345
346
  "underscore": "1.9.1",
346
347
  "uuid": "8.3.2",
347
348
  "validator": "9.2.0",
348
349
  "video.js": "8.3.0",
349
- "vpn-split": "~16.100.2",
350
+ "vpn-split": "16.100.3",
350
351
  "watch": "1.0.2",
351
352
  "webpack": "~5.80",
352
353
  "webpack-dev-middleware": "~6.0.2",
@@ -1,58 +1,46 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "includeAsDev": [],
6
-
7
- "includeOnly": [
8
- "lodash-walk-object"
9
- ],
10
-
11
- "ignoreDepsPattern": [],
12
- "dependencies": {},
13
- "linkedFolders": [],
14
- 'npmFixes': [],
15
- },
16
-
17
- 'smartContainerBuildTarget': '',
18
- 'linkedRepos': [],
19
-
20
- "libReleaseOptions": {
21
- "nodts": false,
22
- "obscure": false,
23
- "ugly": false,
24
- 'includeNodeModules': false,
25
- 'cliBuildNoDts': false,
26
- 'cliBuildObscure': false,
27
- 'cliBuildIncludeNodeModules': false,
28
- 'cliBuildUglify': false,
29
- },
30
-
31
- 'smartContainerTarget': '',
32
- "type": "isomorphic-lib",
33
- "version": 'v4',
34
-
35
- "additionalNpmNames": [
36
- "firedev-json"
37
- ],
38
-
39
- "license": "MIT",
40
- "private": false,
41
-
42
- "scripts": {
43
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
44
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
45
- },
46
-
47
- "description": "Handle circural references, comments and many more inside JSON",
48
- "author": "Dariusz Filipiak",
49
- "homepage": "https://github.com/darekf77/json10#readme",
50
-
51
- "keywords": [
52
- "ng2-rest",
53
- "docs",
54
- "documentation"
55
- ],
56
-
57
- "workerPlugins": {},
1
+ {
2
+ "resources": [],
3
+ "overrided": {
4
+ "includeAsDev": [],
5
+ "includeOnly": [
6
+ "lodash-walk-object"
7
+ ],
8
+ "ignoreDepsPattern": [],
9
+ "dependencies": {},
10
+ "linkedFolders": [],
11
+ "npmFixes": [],
12
+ },
13
+ "smartContainerBuildTarget": "",
14
+ "linkedRepos": [],
15
+ "libReleaseOptions": {
16
+ "nodts": false,
17
+ "obscure": false,
18
+ "ugly": false,
19
+ "includeNodeModules": false,
20
+ "cliBuildNoDts": false,
21
+ "cliBuildObscure": false,
22
+ "cliBuildIncludeNodeModules": false,
23
+ "cliBuildUglify": false,
24
+ },
25
+ "smartContainerTarget": "",
26
+ "type": "isomorphic-lib",
27
+ "version": "v4",
28
+ "additionalNpmNames": [
29
+ "firedev-json"
30
+ ],
31
+ "license": "MIT",
32
+ "private": false,
33
+ "scripts": {
34
+ "test": "mocha --require ts-node/register src/**/*.spec.ts",
35
+ "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
36
+ },
37
+ "description": "Handle circural references, comments and many more inside JSON",
38
+ "author": "Dariusz Filipiak",
39
+ "homepage": "https://github.com/darekf77/json10#readme",
40
+ "keywords": [
41
+ "ng2-rest",
42
+ "docs",
43
+ "documentation"
44
+ ],
45
+ "workerPlugins": {},
58
46
  }
package/package.json CHANGED
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "name": "json10",
49
49
  "description": "Handle circural references, comments and many more inside JSON",
50
- "version": "16.100.3",
50
+ "version": "16.100.4",
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/json10#readme",
69
69
  "dependencies": {
70
- "lodash-walk-object": "~16.100.3"
70
+ "lodash-walk-object": "16.100.4"
71
71
  },
72
72
  "license": "MIT",
73
73
  "private": false,
74
- "lastBuildTagHash": "0c72d6383eae01c7e8c06d7b6f8d03e49682ee3d",
74
+ "lastBuildTagHash": "32e55ebe49cfe8cba2b7b31ab833a78704cfc9a2",
75
75
  "devDependencies": {},
76
76
  "main": "dist/app.electron.js"
77
77
  }
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "name": "json10",
53
53
  "description": "Handle circural references, comments and many more inside JSON",
54
- "version": "16.100.3",
54
+ "version": "16.100.4",
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,11 +71,11 @@
71
71
  },
72
72
  "homepage": "https://github.com/darekf77/json10#readme",
73
73
  "dependencies": {
74
- "lodash-walk-object": "~16.100.3"
74
+ "lodash-walk-object": "16.100.4"
75
75
  },
76
76
  "license": "MIT",
77
77
  "private": false,
78
- "lastBuildTagHash": "0c72d6383eae01c7e8c06d7b6f8d03e49682ee3d",
78
+ "lastBuildTagHash": "32e55ebe49cfe8cba2b7b31ab833a78704cfc9a2",
79
79
  "devDependencies": {
80
80
  "@angular-builders/custom-webpack": "~16.0.2-beta.2",
81
81
  "@angular-devkit/build-angular": "~16.0.5",
@@ -139,7 +139,6 @@
139
139
  "@types/json5": "0.0.29",
140
140
  "@types/lockfile": "1.0.0",
141
141
  "@types/lodash": "4.14.92",
142
- "@types/lowdb": "1.0.6",
143
142
  "@types/mocha": "5.2.5",
144
143
  "@types/node": "16.18.21",
145
144
  "@types/node-notifier": "5.4.0",
@@ -158,9 +157,9 @@
158
157
  "angular-material-css-vars": "5.0.2",
159
158
  "angular-resize-event": "3.2.0",
160
159
  "animate.css": "4.1.1 ",
161
- "any-project-cli": "~16.100.4",
160
+ "any-project-cli": "16.100.7",
162
161
  "axios": "1.3.5",
163
- "background-worker-process": "~16.100.4",
162
+ "background-worker-process": "16.100.4",
164
163
  "base32": "0.0.7",
165
164
  "bcryptjs": "2.4.3",
166
165
  "better-sqlite3": "9.5.0",
@@ -208,19 +207,20 @@
208
207
  "file-saver": "2.0.5",
209
208
  "file-type": "18.5.0",
210
209
  "firedev": "^16",
211
- "firedev-crud": "~16.100.4",
212
- "firedev-crud-deamon": "~16.100.4",
213
- "firedev-ports": "~16.100.4",
214
- "firedev-storage": "~16.100.3",
215
- "firedev-type-sql": "~16.100.3",
216
- "firedev-typeorm": "~16.100.3",
217
- "firedev-ui": "~16.100.5",
210
+ "firedev-crud": "16.100.6",
211
+ "firedev-crud-deamon": "16.100.6",
212
+ "firedev-ports": "16.100.6",
213
+ "firedev-storage": "16.100.3",
214
+ "firedev-type-sql": "16.100.3",
215
+ "firedev-typeorm": "16.100.3",
216
+ "firedev-ui": "16.100.5",
218
217
  "fkill": "6.1.0",
219
218
  "font-awesome": "4.7.0",
220
219
  "form-data": "4.0.0",
221
220
  "fs-extra": "8.1.0",
222
221
  "fuzzy": "0.1.3",
223
222
  "glob": "7.1.2",
223
+ "google-libphonenumber": "3.2.25",
224
224
  "gulp": "3.9.1",
225
225
  "helmet": "7.0.0",
226
226
  "hostile": "1.3.3",
@@ -231,11 +231,11 @@
231
231
  "image-focus": "1.2.1",
232
232
  "immer": "10.0.2",
233
233
  "immutable": "4.3.0",
234
- "incremental-compiler": "~16.100.4",
234
+ "incremental-compiler": "16.100.7",
235
235
  "inquirer": "7.3.3",
236
236
  "inquirer-autocomplete-prompt": "1.3.0",
237
237
  "is-elevated": "3.0.0",
238
- "isomorphic-region-loader": "~16.100.4",
238
+ "isomorphic-region-loader": "16.100.6",
239
239
  "istanbul-instrumenter-loader": "2.0.0",
240
240
  "jest": "29.5.0",
241
241
  "jest-date-mock": "1.0.8",
@@ -246,8 +246,8 @@
246
246
  "joi": "17.9.2",
247
247
  "jscodeshift": "0.6.3",
248
248
  "json-stringify-safe": "5.0.1",
249
- "json10": "~16.100.2",
250
- "json10-writer": "~16.100.4",
249
+ "json10": "16.100.3",
250
+ "json10-writer": "16.100.7",
251
251
  "json5": "2.2.1",
252
252
  "json5-writer": "0.2.0",
253
253
  "jszip": "3.10.1",
@@ -256,22 +256,22 @@
256
256
  "localforage": "1.10.0",
257
257
  "lockfile": "1.0.4",
258
258
  "lodash": "4.17.20",
259
- "lowdb": "1.0.0",
260
- "magic-renamer": "~16.100.4",
259
+ "lowdb": "7.0.1",
260
+ "magic-renamer": "16.100.6",
261
261
  "material-design-icons": "3.0.1",
262
262
  "method-override": "2.3.10",
263
263
  "minimist": "1.2.0",
264
264
  "mkdirp": "0.5.1",
265
265
  "mocha": "10.2.0",
266
266
  "moment": "2.29.3",
267
- "morphi": "~16.5.17",
268
267
  "ng-for-track-by-property": "16.0.1",
269
268
  "ng-in-viewport": "15.0.2",
270
269
  "ng-lock": "16.0.1",
271
270
  "ng-packagr": "16.0.1",
272
- "ng-talkback": "~16.100.2",
273
- "ng2-logger": "~16.100.4",
274
- "ng2-rest": "~16.100.2",
271
+ "ng-talkback": "16.100.3",
272
+ "ng2-logger": "16.100.7",
273
+ "ng2-pdfjs-viewer": "16.0.4",
274
+ "ng2-rest": "16.100.3",
275
275
  "ngx-ace-wrapper": "14.0.0",
276
276
  "ngx-editor": "15.3.0",
277
277
  "ngx-highlightjs": "9.0.0",
@@ -284,7 +284,7 @@
284
284
  "ngx-scrolltop": "6.0.0",
285
285
  "ngx-store": "3.1.1",
286
286
  "ngx-typed-js": "2.1.1",
287
- "node-cli-tester": "~16.100.2",
287
+ "node-cli-tester": "16.100.3",
288
288
  "node-localstorage": "2.1.6",
289
289
  "node-notifier": "6.0.0",
290
290
  "node-polyfill-webpack-plugin": "2.0.1",
@@ -312,7 +312,7 @@
312
312
  "q": "1.5.1",
313
313
  "rallax.js": "2.0.4",
314
314
  "randomcolor": "0.5.3",
315
- "record-replay-req-res-scenario": "~16.100.2",
315
+ "record-replay-req-res-scenario": "16.100.3",
316
316
  "reflect-metadata": "0.1.10",
317
317
  "rimraf": "2.6.2",
318
318
  "rxjs": "~7.8.0",
@@ -323,7 +323,7 @@
323
323
  "socket.io": "2.4.1",
324
324
  "sort-package-json": "1.11.0",
325
325
  "sql.js": "1.8.0",
326
- "static-columns": "~16.100.3",
326
+ "static-columns": "16.100.3",
327
327
  "string-similarity": "4.0.2",
328
328
  "sudo-block": "3.0.0",
329
329
  "supertest": "6.3.3",
@@ -331,26 +331,27 @@
331
331
  "systeminformation": "3.45.7",
332
332
  "task.js": "0.1.5",
333
333
  "threads": "1.7.0",
334
- "tnp-cli": "~16.100.2",
335
- "tnp-config": "~16.100.4",
336
- "tnp-core": "~16.100.6",
337
- "tnp-db": "~16.100.4",
338
- "tnp-helpers": "~16.100.4",
339
- "tnp-models": "~16.100.4",
334
+ "tnp-cli": "16.100.3",
335
+ "tnp-config": "16.100.7",
336
+ "tnp-core": "16.100.17",
337
+ "tnp-db": "16.100.6",
338
+ "tnp-helpers": "16.100.7",
339
+ "tnp-models": "16.100.7",
340
340
  "ts-debug": "1.3.0",
341
+ "ts-json-schema-generator": "2.1.1",
341
342
  "ts-loader": "2.3.1",
342
343
  "ts-node": "10.9.1",
343
344
  "tslib": "~2.3.0",
344
345
  "tslint": "5.9.1",
345
346
  "turndown": "7.1.2",
346
347
  "typescript": "~5.0.2",
347
- "typescript-class-helpers": "~16.100.4",
348
+ "typescript-class-helpers": "~16.100.7",
348
349
  "typescript-formatter": "~7.2.2",
349
350
  "underscore": "1.9.1",
350
351
  "uuid": "8.3.2",
351
352
  "validator": "9.2.0",
352
353
  "video.js": "8.3.0",
353
- "vpn-split": "~16.100.2",
354
+ "vpn-split": "16.100.3",
354
355
  "watch": "1.0.2",
355
356
  "webpack": "~5.80",
356
357
  "webpack-dev-middleware": "~6.0.2",
@@ -361,14 +362,14 @@
361
362
  "main": "dist/app.electron.js"
362
363
  },
363
364
  "build": {
364
- "number": 306,
365
- "date": "2024-05-16T08:01:20.000Z",
366
- "hash": "32e55ebe49cfe8cba2b7b31ab833a78704cfc9a2"
365
+ "number": 309,
366
+ "date": "2024-05-20T11:14:15.000Z",
367
+ "hash": "77da2b072d1f6276efdd68a037ef24d92fbdb3be"
367
368
  },
368
369
  "currentProjectName": "json10",
369
370
  "currentProjectGenericName": "json10",
370
371
  "currentProjectType": "isomorphic-lib",
371
- "currentFrameworkVersion": "16.100.5",
372
+ "currentFrameworkVersion": "16.100.7",
372
373
  "isStandaloneProject": true,
373
374
  "isSmartContainer": false,
374
375
  "pathesTsconfig": "\"paths\": {\"json10\":[\"./src/lib\"],\"json10/*\":[\"./src/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.
@@ -1,224 +0,0 @@
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.34",
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.52",
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.33",
127
- "json5": "2.1.3",
128
- "json5-writer": "0.2.0",
129
- "karma": "5.0.0",
130
- "karma-chrome-launcher": "3.1.0",
131
- "karma-cli": "1.0.1",
132
- "karma-coverage-istanbul-reporter": "2.1.0",
133
- "karma-jasmine": "3.0.1",
134
- "karma-jasmine-html-reporter": "1.4.2",
135
- "lnk": "1.0.1",
136
- "lockfile": "1.0.4",
137
- "lodash": "4.17.4",
138
- "lowdb": "1.0.0",
139
- "magic-renamer": "~0.0.19",
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
- "morphi": "~4.0.53",
147
- "ng-modal-lib": "0.0.6",
148
- "ng-packagr": "5.7.1",
149
- "ng-talkback": "~2.4.24",
150
- "ng2-file-upload": "1.3.0",
151
- "ng2-logger": "~8.0.20",
152
- "ng2-rest": "~11.0.41",
153
- "ng4-icons": "~0.0.29",
154
- "ng4-modal": "~0.0.29",
155
- "ngx-bootstrap": "5.2.0",
156
- "ngx-breadcrumbs": "0.0.3",
157
- "ngx-editor": "4.1.0",
158
- "ngx-moment": "3.5.0",
159
- "ngx-pipes": "2.6.0",
160
- "ngx-store": "2.1.0",
161
- "ngx-toastr": "11.2.1",
162
- "ngx-wig": "8.0.0",
163
- "node-cli-test": "0.0.2",
164
- "node-cli-tester": "~0.0.21",
165
- "node-localstorage": "2.1.6",
166
- "node-notifier": "6.0.0",
167
- "nodemon": "1.14.11",
168
- "npm-get-dependents": "1.0.1",
169
- "npm-run": "4.1.2",
170
- "omelette": "0.4.5",
171
- "open": "7.2.1",
172
- "ora": "3.4.0",
173
- "passport": "0.3.2",
174
- "passport-http-bearer": "1.0.1",
175
- "password-hash": "1.2.2",
176
- "portfinder": "1.0.21",
177
- "prettier": "2.3.2",
178
- "progress": "2.0.3",
179
- "prompts": "0.1.8",
180
- "protractor": "5.4.3",
181
- "ps-list": "6.1.0",
182
- "ps-node": "0.1.6",
183
- "q": "1.5.1",
184
- "randomcolor": "0.5.3",
185
- "record-replay-req-res-scenario": "~0.0.25",
186
- "reflect-metadata": "0.1.10",
187
- "rimraf": "2.6.2",
188
- "rxjs": "6.5.4",
189
- "rxjs-compat": "6.5.3",
190
- "simple-git": "1.96.0",
191
- "sloc": "0.2.0",
192
- "socket.io": "2.4.1",
193
- "sort-package-json": "1.11.0",
194
- "static-columns": "~2.0.12",
195
- "string-similarity": "4.0.2",
196
- "sudo-block": "3.0.0",
197
- "systeminformation": "3.45.7",
198
- "task.js": "0.1.5",
199
- "tnp-cli": "~2.0.20",
200
- "tnp-config": "~1.0.20",
201
- "tnp-core": "~1.0.34",
202
- "tnp-db": "~0.0.42",
203
- "tnp-helpers": "~0.0.70",
204
- "tnp-models": "~0.0.36",
205
- "tnp-tools": "~0.0.45",
206
- "tnp-ui": "~0.0.32",
207
- "ts-loader": "7.0.4",
208
- "ts-node": "8.3.0",
209
- "tsickle": "0.26.0",
210
- "tslib": "2.2.0",
211
- "tslint": "6.1.0",
212
- "typeorm": "~0.2.7",
213
- "typescript": "4.1.5",
214
- "typescript-class-helpers": "~1.0.42",
215
- "typescript-formatter": "7.2.2",
216
- "uglifyjs-webpack-plugin": "2.2.0",
217
- "underscore": "1.9.1",
218
- "uuid": "8.3.2",
219
- "validator": "9.2.0",
220
- "vpn-split": "~0.0.17",
221
- "watch": "1.0.2",
222
- "webpack-cli": "3.3.11",
223
- "zone.js": "0.10.2"
224
- }