json10 13.1.44 → 16.0.46
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/browser/{esm2020 → esm2022}/json10.mjs +4 -4
- package/{client/esm2020 → browser/esm2022}/lib/index.mjs +53 -53
- package/browser/{esm2020 → esm2022}/public-api.mjs +1 -1
- package/{client/fesm2015 → browser/fesm2022}/json10.mjs +51 -51
- package/browser/{json10.d.ts → index.d.ts} +4 -4
- package/browser/lib/index.d.ts +14 -14
- package/browser/package.json +6 -12
- package/client/{esm2020 → esm2022}/json10.mjs +4 -4
- package/{browser/esm2020 → client/esm2022}/lib/index.mjs +53 -53
- package/client/{esm2020 → esm2022}/public-api.mjs +1 -1
- package/{browser/fesm2020 → client/fesm2022}/json10.mjs +51 -51
- package/client/{json10.d.ts → index.d.ts} +4 -4
- package/client/lib/index.d.ts +14 -14
- package/client/package.json +89 -85
- package/index.d.ts +1 -1
- package/lib/index.d.ts +15 -15
- package/package.json +3 -3
- package/package.json_tnp.json5 +1 -1
- package/tmp-environment.json +94 -90
- package/websql/{esm2020 → esm2022}/json10.mjs +4 -4
- package/websql/{esm2020 → esm2022}/lib/index.mjs +53 -53
- package/websql/{esm2020 → esm2022}/public-api.mjs +1 -1
- package/websql/{fesm2015 → fesm2022}/json10.mjs +51 -51
- package/websql/{json10.d.ts → index.d.ts} +4 -4
- package/websql/lib/index.d.ts +14 -14
- package/websql/package.json +6 -12
- package/browser/fesm2015/json10.mjs +0 -61
- package/client/fesm2015/json10.mjs.map +0 -1
- package/client/fesm2020/json10.mjs +0 -61
- package/client/fesm2020/json10.mjs.map +0 -1
- package/websql/fesm2020/json10.mjs +0 -61
- package/websql/fesm2020/json10.mjs.map +0 -1
- /package/browser/{fesm2015 → fesm2022}/json10.mjs.map +0 -0
- /package/{browser/fesm2020 → client/fesm2022}/json10.mjs.map +0 -0
- /package/websql/{fesm2015 → fesm2022}/json10.mjs.map +0 -0
package/client/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "json10",
|
|
3
3
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "16.0.46",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
7
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -21,51 +21,54 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"lodash-walk-object": "~
|
|
24
|
+
"lodash-walk-object": "~16.0.46"
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
28
|
+
"lastBuildTagHash": "3e6591b0a3cea51cb9036823366c2d286dc57d5d",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@angular-devkit/build-angular": "~
|
|
31
|
-
"@angular-devkit/core": "~
|
|
30
|
+
"@angular-devkit/build-angular": "~16.0.5",
|
|
31
|
+
"@angular-devkit/core": "~16.0.5",
|
|
32
32
|
"@angular-material-extensions/fab-menu": "~6.1.0",
|
|
33
|
-
"@angular/animations": "~
|
|
34
|
-
"@angular/cdk": "~
|
|
35
|
-
"@angular/cli": "~
|
|
36
|
-
"@angular/common": "~
|
|
37
|
-
"@angular/compiler": "~
|
|
38
|
-
"@angular/compiler-cli": "~
|
|
39
|
-
"@angular/core": "~
|
|
40
|
-
"@angular/
|
|
41
|
-
"@angular/forms": "~
|
|
42
|
-
"@angular/material": "~
|
|
43
|
-
"@angular/platform-browser": "~
|
|
44
|
-
"@angular/platform-browser-dynamic": "~
|
|
45
|
-
"@angular/pwa": "~
|
|
46
|
-
"@angular/router": "~
|
|
47
|
-
"@angular/service-worker": "~
|
|
33
|
+
"@angular/animations": "~16.0.0",
|
|
34
|
+
"@angular/cdk": "~16.0.3",
|
|
35
|
+
"@angular/cli": "~16.0.5",
|
|
36
|
+
"@angular/common": "~16.0.0",
|
|
37
|
+
"@angular/compiler": "~16.0.0",
|
|
38
|
+
"@angular/compiler-cli": "~16.0.4",
|
|
39
|
+
"@angular/core": "~16.0.0",
|
|
40
|
+
"@angular/elements": "~16.0.4",
|
|
41
|
+
"@angular/forms": "~16.0.0",
|
|
42
|
+
"@angular/material": "~16.0.3",
|
|
43
|
+
"@angular/platform-browser": "~16.0.4",
|
|
44
|
+
"@angular/platform-browser-dynamic": "~16.0.4",
|
|
45
|
+
"@angular/pwa": "~16.0.5",
|
|
46
|
+
"@angular/router": "~16.0.0",
|
|
47
|
+
"@angular/service-worker": "~16.0.4",
|
|
48
48
|
"@babel/cli": "7.18.6",
|
|
49
49
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
50
50
|
"@iconify/icons-mdi": "1.2.1",
|
|
51
|
-
"@mdi/js": "
|
|
52
|
-
"@ng-matero/extensions": "
|
|
51
|
+
"@mdi/js": "7.2.96",
|
|
52
|
+
"@ng-matero/extensions": "16.0.0",
|
|
53
53
|
"@ngneat/falso": "6.4.0",
|
|
54
|
-
"@ngneat/hot-toast": "
|
|
55
|
-
"@ngneat/overview": "
|
|
56
|
-
"@ngneat/
|
|
57
|
-
"@ngrx/component-store": "~
|
|
58
|
-
"@ngrx/data": "~
|
|
59
|
-
"@ngrx/effects": "~
|
|
60
|
-
"@ngrx/entity": "~
|
|
61
|
-
"@ngrx/router-store": "~
|
|
62
|
-
"@ngrx/schematics": "~
|
|
63
|
-
"@ngrx/store": "~
|
|
64
|
-
"@ngrx/store-devtools": "~
|
|
65
|
-
"@ngx-formly/core": "6.
|
|
66
|
-
"@ngx-formly/material": "6.
|
|
67
|
-
"@ngx-translate/core": "
|
|
68
|
-
"@ngx-translate/http-loader": "
|
|
54
|
+
"@ngneat/hot-toast": "5.0.1",
|
|
55
|
+
"@ngneat/overview": "5.0.0",
|
|
56
|
+
"@ngneat/spectator": "15.0.0",
|
|
57
|
+
"@ngrx/component-store": "~16.0.1",
|
|
58
|
+
"@ngrx/data": "~16.0.1",
|
|
59
|
+
"@ngrx/effects": "~16.0.1",
|
|
60
|
+
"@ngrx/entity": "~16.0.1",
|
|
61
|
+
"@ngrx/router-store": "~16.0.1",
|
|
62
|
+
"@ngrx/schematics": "~16.0.1",
|
|
63
|
+
"@ngrx/store": "~16.0.1",
|
|
64
|
+
"@ngrx/store-devtools": "~16.0.1",
|
|
65
|
+
"@ngx-formly/core": "6.1.7",
|
|
66
|
+
"@ngx-formly/material": "6.1.7",
|
|
67
|
+
"@ngx-translate/core": "15.0.0",
|
|
68
|
+
"@ngx-translate/http-loader": "8.0.0",
|
|
69
|
+
"@testdeck/jasmine": "0.3.3",
|
|
70
|
+
"@testdeck/jest": "0.3.3",
|
|
71
|
+
"@testdeck/mocha": "0.3.3",
|
|
69
72
|
"@types/chai": "4.1.2",
|
|
70
73
|
"@types/chokidar": "2.1.3",
|
|
71
74
|
"@types/dateformat": "1.0.1",
|
|
@@ -77,7 +80,7 @@
|
|
|
77
80
|
"@types/http-proxy": "1.16.0",
|
|
78
81
|
"@types/http-proxy-middleware": "0.19.2",
|
|
79
82
|
"@types/inquirer": "7.3.1",
|
|
80
|
-
"@types/jasmine": "3.
|
|
83
|
+
"@types/jasmine": "4.3.0",
|
|
81
84
|
"@types/json-stringify-safe": "5.0.0",
|
|
82
85
|
"@types/json5": "0.0.29",
|
|
83
86
|
"@types/lockfile": "1.0.0",
|
|
@@ -96,10 +99,10 @@
|
|
|
96
99
|
"@types/vinyl": "2.0.2",
|
|
97
100
|
"@types/watch": "1.0.0",
|
|
98
101
|
"accepts": "1.3.4",
|
|
99
|
-
"angular-material-css-vars": "5.0.
|
|
100
|
-
"any-project-cli": "~13.1.
|
|
102
|
+
"angular-material-css-vars": "5.0.2",
|
|
103
|
+
"any-project-cli": "~13.1.28",
|
|
101
104
|
"axios": "1.3.5",
|
|
102
|
-
"background-worker-process": "~13.1.
|
|
105
|
+
"background-worker-process": "~13.1.45",
|
|
103
106
|
"base32": "0.0.7",
|
|
104
107
|
"bcryptjs": "2.4.3",
|
|
105
108
|
"better-sqlite3": "7.6.2",
|
|
@@ -120,7 +123,7 @@
|
|
|
120
123
|
"concurrently": "3.5.1",
|
|
121
124
|
"content-type": "1.0.4",
|
|
122
125
|
"cookie-parser": "1.4.3",
|
|
123
|
-
"copy-paste": "1.3
|
|
126
|
+
"copy-paste": "1.5.3",
|
|
124
127
|
"cors": "2.8.4",
|
|
125
128
|
"cpr": "3.0.1",
|
|
126
129
|
"cross-spawn": "7.0.3",
|
|
@@ -140,13 +143,13 @@
|
|
|
140
143
|
"express-session": "1.17.3",
|
|
141
144
|
"file-loader": "1.1.5",
|
|
142
145
|
"file-saver": "2.0.5",
|
|
143
|
-
"firedev": "^
|
|
144
|
-
"firedev-crud": "~13.1.
|
|
145
|
-
"firedev-crud-deamon": "~13.1.
|
|
146
|
-
"firedev-ports": "~13.1.
|
|
147
|
-
"firedev-storage": "~13.2.
|
|
148
|
-
"firedev-typeorm": "~13.1.
|
|
149
|
-
"firedev-ui": "~
|
|
146
|
+
"firedev": "^16",
|
|
147
|
+
"firedev-crud": "~13.1.50",
|
|
148
|
+
"firedev-crud-deamon": "~13.1.40",
|
|
149
|
+
"firedev-ports": "~13.1.45",
|
|
150
|
+
"firedev-storage": "~13.2.37",
|
|
151
|
+
"firedev-typeorm": "~13.1.32",
|
|
152
|
+
"firedev-ui": "~16.0.1",
|
|
150
153
|
"fkill": "6.1.0",
|
|
151
154
|
"font-awesome": "4.7.0",
|
|
152
155
|
"form-data": "4.0.0",
|
|
@@ -160,51 +163,51 @@
|
|
|
160
163
|
"http-proxy-middleware": "0.19.1",
|
|
161
164
|
"http-server": "0.11.1",
|
|
162
165
|
"immutable": "4.3.0",
|
|
163
|
-
"incremental-compiler": "~
|
|
166
|
+
"incremental-compiler": "~16.0.28",
|
|
164
167
|
"inquirer": "7.3.3",
|
|
165
168
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
166
169
|
"is-elevated": "3.0.0",
|
|
167
|
-
"isomorphic-region-loader": "~13.1.
|
|
170
|
+
"isomorphic-region-loader": "~13.1.38",
|
|
168
171
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
169
|
-
"jasmine-core": "4.
|
|
172
|
+
"jasmine-core": "4.6.0",
|
|
170
173
|
"jscodeshift": "0.6.3",
|
|
171
174
|
"json-stringify-safe": "5.0.1",
|
|
172
|
-
"json10": "~13.1.
|
|
173
|
-
"json10-writer": "~13.1.
|
|
174
|
-
"json5": "2.1
|
|
175
|
+
"json10": "~13.1.45",
|
|
176
|
+
"json10-writer": "~13.1.41",
|
|
177
|
+
"json5": "2.2.1",
|
|
175
178
|
"json5-writer": "0.2.0",
|
|
176
179
|
"jszip": "3.10.1",
|
|
177
|
-
"karma": "6.
|
|
178
|
-
"karma-chrome-launcher": "3.
|
|
180
|
+
"karma": "6.4.0",
|
|
181
|
+
"karma-chrome-launcher": "3.2.0",
|
|
179
182
|
"karma-cli": "1.0.1",
|
|
180
|
-
"karma-coverage": "2.
|
|
181
|
-
"karma-jasmine": "
|
|
182
|
-
"karma-jasmine-html-reporter": "
|
|
183
|
+
"karma-coverage": "2.2.0",
|
|
184
|
+
"karma-jasmine": "5.1.0",
|
|
185
|
+
"karma-jasmine-html-reporter": "2.0.0",
|
|
183
186
|
"lnk": "1.0.1",
|
|
184
187
|
"localforage": "1.10.0",
|
|
185
188
|
"lockfile": "1.0.4",
|
|
186
|
-
"lodash": "4.17.
|
|
189
|
+
"lodash": "4.17.20",
|
|
187
190
|
"lowdb": "1.0.0",
|
|
188
|
-
"magic-renamer": "~13.1.
|
|
191
|
+
"magic-renamer": "~13.1.42",
|
|
189
192
|
"material-design-icons": "3.0.1",
|
|
190
193
|
"method-override": "2.3.10",
|
|
191
194
|
"minimist": "1.2.0",
|
|
192
195
|
"mkdirp": "0.5.1",
|
|
193
196
|
"mocha": "5.2.0",
|
|
194
|
-
"moment": "2.
|
|
195
|
-
"morphi": "~
|
|
196
|
-
"ng-in-viewport": "
|
|
197
|
-
"ng-packagr": "
|
|
197
|
+
"moment": "2.29.3",
|
|
198
|
+
"morphi": "~16.0.2",
|
|
199
|
+
"ng-in-viewport": "15.0.2",
|
|
200
|
+
"ng-packagr": "16.0.1",
|
|
198
201
|
"ng-talkback": "~13.1.19",
|
|
199
|
-
"ng2-logger": "~
|
|
200
|
-
"ng2-rest": "~13.2.
|
|
201
|
-
"ngx-ace-wrapper": "
|
|
202
|
-
"ngx-editor": "
|
|
203
|
-
"ngx-highlightjs": "
|
|
202
|
+
"ng2-logger": "~16.0.2",
|
|
203
|
+
"ng2-rest": "~13.2.9",
|
|
204
|
+
"ngx-ace-wrapper": "14.0.0",
|
|
205
|
+
"ngx-editor": "15.3.0",
|
|
206
|
+
"ngx-highlightjs": "9.0.0",
|
|
204
207
|
"ngx-moment": "6.0.2",
|
|
205
208
|
"ngx-pipes": "3.0.0",
|
|
206
|
-
"ngx-progressbar": "
|
|
207
|
-
"ngx-scrollbar": "
|
|
209
|
+
"ngx-progressbar": "11.0.0",
|
|
210
|
+
"ngx-scrollbar": "12.0.0",
|
|
208
211
|
"ngx-store": "3.1.1",
|
|
209
212
|
"ngx-typed-js": "2.1.1",
|
|
210
213
|
"node-cli-tester": "~13.1.19",
|
|
@@ -231,32 +234,33 @@
|
|
|
231
234
|
"record-replay-req-res-scenario": "~13.1.20",
|
|
232
235
|
"reflect-metadata": "0.1.10",
|
|
233
236
|
"rimraf": "2.6.2",
|
|
234
|
-
"rxjs": "~7.
|
|
237
|
+
"rxjs": "~7.8.0",
|
|
235
238
|
"semver": "6.3.0",
|
|
236
239
|
"simple-git": "1.96.0",
|
|
237
240
|
"sloc": "0.2.0",
|
|
238
241
|
"socket.io": "2.4.1",
|
|
239
242
|
"sort-package-json": "1.11.0",
|
|
240
243
|
"sql.js": "1.8.0",
|
|
241
|
-
"static-columns": "~
|
|
244
|
+
"static-columns": "~16.0.1",
|
|
242
245
|
"string-similarity": "4.0.2",
|
|
243
246
|
"sudo-block": "3.0.0",
|
|
244
247
|
"systeminformation": "3.45.7",
|
|
245
248
|
"task.js": "0.1.5",
|
|
246
249
|
"threads": "1.7.0",
|
|
247
|
-
"tnp-cli": "~
|
|
248
|
-
"tnp-config": "~
|
|
249
|
-
"tnp-core": "~
|
|
250
|
-
"tnp-db": "~13.1.
|
|
251
|
-
"tnp-helpers": "~13.1.
|
|
252
|
-
"tnp-models": "~13.1.
|
|
250
|
+
"tnp-cli": "~16.0.3",
|
|
251
|
+
"tnp-config": "~16.0.3",
|
|
252
|
+
"tnp-core": "~16.0.6",
|
|
253
|
+
"tnp-db": "~13.1.22",
|
|
254
|
+
"tnp-helpers": "~13.1.39",
|
|
255
|
+
"tnp-models": "~13.1.28",
|
|
253
256
|
"ts-debug": "1.3.0",
|
|
254
257
|
"ts-loader": "2.3.1",
|
|
255
|
-
"ts-node": "10.
|
|
258
|
+
"ts-node": "10.9.1",
|
|
256
259
|
"tslib": "~2.3.0",
|
|
260
|
+
"turndown": "7.1.2",
|
|
257
261
|
"typeorm": "~0.3.10",
|
|
258
|
-
"typescript": "~
|
|
259
|
-
"typescript-class-helpers": "~
|
|
262
|
+
"typescript": "~5.0.2",
|
|
263
|
+
"typescript-class-helpers": "~16.0.14",
|
|
260
264
|
"typescript-formatter": "~7.2.2",
|
|
261
265
|
"underscore": "1.9.1",
|
|
262
266
|
"uuid": "8.3.2",
|
|
@@ -265,6 +269,6 @@
|
|
|
265
269
|
"vpn-split": "~13.1.23",
|
|
266
270
|
"watch": "1.0.2",
|
|
267
271
|
"yup": "1.1.1",
|
|
268
|
-
"zone.js": "~0.
|
|
272
|
+
"zone.js": "~0.13.0"
|
|
269
273
|
}
|
|
270
274
|
}
|
package/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './lib';
|
|
1
|
+
export * from './lib';
|
package/lib/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { Models } from 'lodash-walk-object';
|
|
2
|
-
export
|
|
3
|
-
export declare class JSON10 {
|
|
4
|
-
static structureArray(anyJSON: Object, options?: {
|
|
5
|
-
include?: string[];
|
|
6
|
-
exclude?: string[];
|
|
7
|
-
}): any[];
|
|
8
|
-
static cleaned(json: any, onCircs?: (circs: Circ[]) => any, options?: {
|
|
9
|
-
exclude?: string[];
|
|
10
|
-
include?: string[];
|
|
11
|
-
breadthWalk?: boolean;
|
|
12
|
-
}): any;
|
|
13
|
-
static stringify(anyJSON: Object, replace?: any, spaces?: number, onCircs?: (circs: Circ[]) => any): string;
|
|
14
|
-
static parse(json: string, circs?: Circ[]): any;
|
|
15
|
-
}
|
|
1
|
+
import { Models } from 'lodash-walk-object';
|
|
2
|
+
export type Circ = Models.Circ;
|
|
3
|
+
export declare class JSON10 {
|
|
4
|
+
static structureArray(anyJSON: Object, options?: {
|
|
5
|
+
include?: string[];
|
|
6
|
+
exclude?: string[];
|
|
7
|
+
}): any[];
|
|
8
|
+
static cleaned(json: any, onCircs?: (circs: Circ[]) => any, options?: {
|
|
9
|
+
exclude?: string[];
|
|
10
|
+
include?: string[];
|
|
11
|
+
breadthWalk?: boolean;
|
|
12
|
+
}): any;
|
|
13
|
+
static stringify(anyJSON: Object, replace?: any, spaces?: number, onCircs?: (circs: Circ[]) => any): string;
|
|
14
|
+
static parse(json: string, circs?: Circ[]): any;
|
|
15
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "json10",
|
|
3
3
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "16.0.46",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
7
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"lodash-walk-object": "~
|
|
24
|
+
"lodash-walk-object": "~16.0.46"
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
28
|
+
"lastBuildTagHash": "3e6591b0a3cea51cb9036823366c2d286dc57d5d",
|
|
29
29
|
"devDependencies": {}
|
|
30
30
|
}
|