json10 13.1.40 → 13.1.41
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 +7 -0
- package/client/package.json +264 -25
- package/index.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +245 -5
- package/tmp-environment.json +30 -29
- package/app.d.ts +0 -0
- package/app.js +0 -6
- package/app.js.map +0 -1
package/client/package.json
CHANGED
|
@@ -1,31 +1,270 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "json10",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
"
|
|
3
|
+
"description": "Handle circural references, comments and many more inside JSON",
|
|
4
|
+
"version": "13.1.41",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
|
+
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
7
8
|
},
|
|
8
|
-
"
|
|
9
|
-
"
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "git+https://github.com/darekf77/json10.git"
|
|
12
|
+
},
|
|
13
|
+
"keywords": [
|
|
14
|
+
"ng2-rest",
|
|
15
|
+
"docs",
|
|
16
|
+
"documentation"
|
|
17
|
+
],
|
|
18
|
+
"author": "Dariusz Filipiak",
|
|
19
|
+
"bugs": {
|
|
20
|
+
"url": "https://github.com/darekf77/json10/issues"
|
|
10
21
|
},
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
|
|
14
|
-
"fesm2020": "fesm2020/json10.mjs",
|
|
15
|
-
"fesm2015": "fesm2015/json10.mjs",
|
|
16
|
-
"typings": "json10.d.ts",
|
|
17
|
-
"exports": {
|
|
18
|
-
"./package.json": {
|
|
19
|
-
"default": "./package.json"
|
|
20
|
-
},
|
|
21
|
-
".": {
|
|
22
|
-
"types": "./json10.d.ts",
|
|
23
|
-
"esm2020": "./esm2020/json10.mjs",
|
|
24
|
-
"es2020": "./fesm2020/json10.mjs",
|
|
25
|
-
"es2015": "./fesm2015/json10.mjs",
|
|
26
|
-
"node": "./fesm2015/json10.mjs",
|
|
27
|
-
"default": "./fesm2020/json10.mjs"
|
|
28
|
-
}
|
|
22
|
+
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"lodash-walk-object": "~13.1.41"
|
|
29
25
|
},
|
|
30
|
-
"
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"private": false,
|
|
28
|
+
"lastBuildTagHash": "f7bd90e3094861c6c1c0c7249e399bbcc7bded86",
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@angular-devkit/build-angular": "~13.3.9",
|
|
31
|
+
"@angular-devkit/core": "~13.3.9",
|
|
32
|
+
"@angular/animations": "~13.3.0",
|
|
33
|
+
"@angular/cdk": "~13.3.9",
|
|
34
|
+
"@angular/cli": "~13.3.9",
|
|
35
|
+
"@angular/common": "~13.3.0",
|
|
36
|
+
"@angular/compiler": "~13.3.0",
|
|
37
|
+
"@angular/compiler-cli": "~13.3.0",
|
|
38
|
+
"@angular/core": "~13.3.0",
|
|
39
|
+
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
40
|
+
"@angular/forms": "~13.3.0",
|
|
41
|
+
"@angular/material": "~13.3.9",
|
|
42
|
+
"@angular/platform-browser": "~13.3.0",
|
|
43
|
+
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
44
|
+
"@angular/pwa": "~13.3.9",
|
|
45
|
+
"@angular/router": "~13.3.0",
|
|
46
|
+
"@angular/service-worker": "~13.3.11",
|
|
47
|
+
"@babel/cli": "7.18.6",
|
|
48
|
+
"@iconify/icons-fa-solid": "1.2.2",
|
|
49
|
+
"@iconify/icons-mdi": "1.2.1",
|
|
50
|
+
"@mdi/js": "6.5.95",
|
|
51
|
+
"@ngrx/component-store": "~13.0.2",
|
|
52
|
+
"@ngrx/data": "~13.0.2",
|
|
53
|
+
"@ngrx/effects": "~13.0.2",
|
|
54
|
+
"@ngrx/entity": "~13.0.2",
|
|
55
|
+
"@ngrx/router-store": "~13.0.2",
|
|
56
|
+
"@ngrx/schematics": "~13.0.2",
|
|
57
|
+
"@ngrx/store": "~13.0.2",
|
|
58
|
+
"@ngrx/store-devtools": "~13.0.2",
|
|
59
|
+
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
60
|
+
"@ngx-formly/core": "6.0.0-next.8",
|
|
61
|
+
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
62
|
+
"@ngx-formly/material": "6.0.0-next.8",
|
|
63
|
+
"@ngx-loading-bar/core": "6.0.2",
|
|
64
|
+
"@ngx-loading-bar/http-client": "6.0.2",
|
|
65
|
+
"@ngx-loading-bar/router": "6.0.2",
|
|
66
|
+
"@ngx-translate/core": "14.0.0",
|
|
67
|
+
"@ngx-translate/http-loader": "7.0.0",
|
|
68
|
+
"@swimlane/ngx-datatable": "20.0.0",
|
|
69
|
+
"@types/chai": "4.1.2",
|
|
70
|
+
"@types/chokidar": "2.1.3",
|
|
71
|
+
"@types/dateformat": "1.0.1",
|
|
72
|
+
"@types/diff": "3.2.2",
|
|
73
|
+
"@types/express": "4.11.0",
|
|
74
|
+
"@types/express-fileupload": "1.4.1",
|
|
75
|
+
"@types/fs-extra": "7.0.0",
|
|
76
|
+
"@types/glob": "5.0.35",
|
|
77
|
+
"@types/http-proxy": "1.16.0",
|
|
78
|
+
"@types/http-proxy-middleware": "0.19.2",
|
|
79
|
+
"@types/inquirer": "7.3.1",
|
|
80
|
+
"@types/jasmine": "3.10.0",
|
|
81
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
82
|
+
"@types/json5": "0.0.29",
|
|
83
|
+
"@types/lockfile": "1.0.0",
|
|
84
|
+
"@types/lodash": "4.14.92",
|
|
85
|
+
"@types/lowdb": "1.0.6",
|
|
86
|
+
"@types/mocha": "5.2.5",
|
|
87
|
+
"@types/node": "16.18.21",
|
|
88
|
+
"@types/node-notifier": "5.4.0",
|
|
89
|
+
"@types/oauth2orize": "1.8.0",
|
|
90
|
+
"@types/password-hash": "1.2.19",
|
|
91
|
+
"@types/progress": "2.0.3",
|
|
92
|
+
"@types/q": "1.5.5",
|
|
93
|
+
"@types/rimraf": "2.0.2",
|
|
94
|
+
"@types/semver": "6.0.1",
|
|
95
|
+
"@types/systeminformation": "3.23.0",
|
|
96
|
+
"@types/vinyl": "2.0.2",
|
|
97
|
+
"@types/watch": "1.0.0",
|
|
98
|
+
"accepts": "1.3.4",
|
|
99
|
+
"any-project-cli": "~13.1.23",
|
|
100
|
+
"axios": "1.3.5",
|
|
101
|
+
"background-worker-process": "~13.1.40",
|
|
102
|
+
"base32": "0.0.7",
|
|
103
|
+
"bcryptjs": "2.4.3",
|
|
104
|
+
"better-sqlite3": "7.6.2",
|
|
105
|
+
"body-parser": "1.18.2",
|
|
106
|
+
"bootstrap": "5.1.3",
|
|
107
|
+
"bs4-breakpoint": "13.0.33",
|
|
108
|
+
"buffer-shims": "1.0.0",
|
|
109
|
+
"callsite-record": "4.1.3",
|
|
110
|
+
"chai": "4.2.0",
|
|
111
|
+
"chalk": "2.3.2",
|
|
112
|
+
"check-node-version": "3.2.0",
|
|
113
|
+
"cheerio": "1.0.0-rc.3",
|
|
114
|
+
"chokidar": "3.5.1",
|
|
115
|
+
"circular-json": "0.5.1",
|
|
116
|
+
"command-exists": "1.2.2",
|
|
117
|
+
"compression": "1.7.4",
|
|
118
|
+
"concurrently": "3.5.1",
|
|
119
|
+
"content-type": "1.0.4",
|
|
120
|
+
"cookie-parser": "1.4.3",
|
|
121
|
+
"copy-paste": "1.3.0",
|
|
122
|
+
"cors": "2.8.4",
|
|
123
|
+
"cpr": "3.0.1",
|
|
124
|
+
"cross-spawn": "7.0.3",
|
|
125
|
+
"dateformat": "3.0.3",
|
|
126
|
+
"detect-mocha": "0.1.0",
|
|
127
|
+
"diff": "3.2.0",
|
|
128
|
+
"edit-table": "13.1.0",
|
|
129
|
+
"element-resize-detector": "1.1.15",
|
|
130
|
+
"enquirer": "2.3.0",
|
|
131
|
+
"enum-values": "1.2.1",
|
|
132
|
+
"errorhandler": "1.5.0",
|
|
133
|
+
"eslint": "7.13.0",
|
|
134
|
+
"eslint-plugin-import": "2.22.1",
|
|
135
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
|
136
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
137
|
+
"express": "4.16.3",
|
|
138
|
+
"express-fileupload": "1.4.0",
|
|
139
|
+
"express-session": "1.17.3",
|
|
140
|
+
"fbgraph": "1.4.1",
|
|
141
|
+
"file-loader": "1.1.5",
|
|
142
|
+
"file-saver": "2.0.5",
|
|
143
|
+
"firedev": "^13",
|
|
144
|
+
"firedev-crud": "~13.1.45",
|
|
145
|
+
"firedev-crud-deamon": "~13.1.35",
|
|
146
|
+
"firedev-ports": "~13.1.39",
|
|
147
|
+
"firedev-storage": "~13.1.28",
|
|
148
|
+
"firedev-typeorm": "~13.1.23",
|
|
149
|
+
"firedev-ui": "~13.1.18",
|
|
150
|
+
"fkill": "6.1.0",
|
|
151
|
+
"font-awesome": "4.7.0",
|
|
152
|
+
"form-data": "4.0.0",
|
|
153
|
+
"fs-extra": "8.1.0",
|
|
154
|
+
"fuzzy": "0.1.3",
|
|
155
|
+
"glob": "7.1.2",
|
|
156
|
+
"gulp": "3.9.1",
|
|
157
|
+
"hostile": "1.3.3",
|
|
158
|
+
"http-proxy": "1.16.2",
|
|
159
|
+
"http-proxy-middleware": "0.19.1",
|
|
160
|
+
"http-server": "0.11.1",
|
|
161
|
+
"incremental-compiler": "~13.1.22",
|
|
162
|
+
"inquirer": "7.3.3",
|
|
163
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
164
|
+
"is-elevated": "3.0.0",
|
|
165
|
+
"isomorphic-region-loader": "~13.1.33",
|
|
166
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
167
|
+
"jasmine-core": "4.0.0",
|
|
168
|
+
"jscodeshift": "0.6.3",
|
|
169
|
+
"json-stringify-safe": "5.0.1",
|
|
170
|
+
"json10": "~13.1.40",
|
|
171
|
+
"json10-writer": "~13.1.36",
|
|
172
|
+
"json5": "2.1.3",
|
|
173
|
+
"json5-writer": "0.2.0",
|
|
174
|
+
"jszip": "3.10.1",
|
|
175
|
+
"karma": "6.3.0",
|
|
176
|
+
"karma-chrome-launcher": "3.1.0",
|
|
177
|
+
"karma-cli": "1.0.1",
|
|
178
|
+
"karma-coverage": "2.1.0",
|
|
179
|
+
"karma-jasmine": "4.0.0",
|
|
180
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
|
181
|
+
"lnk": "1.0.1",
|
|
182
|
+
"localforage": "1.10.0",
|
|
183
|
+
"lockfile": "1.0.4",
|
|
184
|
+
"lodash": "4.17.4",
|
|
185
|
+
"lowdb": "1.0.0",
|
|
186
|
+
"magic-renamer": "~13.1.37",
|
|
187
|
+
"material-design-icons": "3.0.1",
|
|
188
|
+
"method-override": "2.3.10",
|
|
189
|
+
"minimist": "1.2.0",
|
|
190
|
+
"mkdirp": "0.5.1",
|
|
191
|
+
"mocha": "5.2.0",
|
|
192
|
+
"moment": "2.22.2",
|
|
193
|
+
"morphi": "~13.2.3",
|
|
194
|
+
"ng-packagr": "13.0.0",
|
|
195
|
+
"ng-talkback": "~13.1.19",
|
|
196
|
+
"ng2-file-upload": "1.3.0",
|
|
197
|
+
"ng2-logger": "~13.1.20",
|
|
198
|
+
"ng2-rest": "~13.2.3",
|
|
199
|
+
"ng4-icons": "~13.1.21",
|
|
200
|
+
"ng4-modal": "~13.1.23",
|
|
201
|
+
"ngx-ace-wrapper": "12",
|
|
202
|
+
"ngx-bootstrap": "8.0.0",
|
|
203
|
+
"ngx-editor": "12.2.1",
|
|
204
|
+
"ngx-highlightjs": "6.1.3",
|
|
205
|
+
"ngx-moment": "6.0.2",
|
|
206
|
+
"ngx-pipes": "3.0.0",
|
|
207
|
+
"ngx-progressbar": "8.0.0",
|
|
208
|
+
"ngx-scrollbar": "9.0.2",
|
|
209
|
+
"ngx-store": "3.1.1",
|
|
210
|
+
"ngx-toastr": "14.2.2",
|
|
211
|
+
"ngx-wig": "1.2.7",
|
|
212
|
+
"node-cli-tester": "~13.1.19",
|
|
213
|
+
"node-localstorage": "2.1.6",
|
|
214
|
+
"node-notifier": "6.0.0",
|
|
215
|
+
"nodemon": "1.14.11",
|
|
216
|
+
"npm-get-dependents": "1.0.1",
|
|
217
|
+
"npm-run": "4.1.2",
|
|
218
|
+
"omelette": "0.4.5",
|
|
219
|
+
"open": "7.2.1",
|
|
220
|
+
"ora": "3.4.0",
|
|
221
|
+
"passport": "0.3.2",
|
|
222
|
+
"passport-http-bearer": "1.0.1",
|
|
223
|
+
"password-hash": "1.2.2",
|
|
224
|
+
"portfinder": "1.0.21",
|
|
225
|
+
"prettier": "2.5.1",
|
|
226
|
+
"progress": "2.0.3",
|
|
227
|
+
"prompts": "0.1.8",
|
|
228
|
+
"ps-list": "6.1.0",
|
|
229
|
+
"ps-node": "0.1.6",
|
|
230
|
+
"q": "1.5.1",
|
|
231
|
+
"randomcolor": "0.5.3",
|
|
232
|
+
"record-replay-req-res-scenario": "~13.1.20",
|
|
233
|
+
"reflect-metadata": "0.1.10",
|
|
234
|
+
"rimraf": "2.6.2",
|
|
235
|
+
"rxjs": "~7.5.0",
|
|
236
|
+
"semver": "6.3.0",
|
|
237
|
+
"simple-git": "1.96.0",
|
|
238
|
+
"sloc": "0.2.0",
|
|
239
|
+
"socket.io": "2.4.1",
|
|
240
|
+
"sort-package-json": "1.11.0",
|
|
241
|
+
"sql.js": "1.8.0",
|
|
242
|
+
"static-columns": "~13.3.2",
|
|
243
|
+
"string-similarity": "4.0.2",
|
|
244
|
+
"sudo-block": "3.0.0",
|
|
245
|
+
"systeminformation": "3.45.7",
|
|
246
|
+
"task.js": "0.1.5",
|
|
247
|
+
"tnp-cli": "~13.1.55",
|
|
248
|
+
"tnp-config": "~13.1.71",
|
|
249
|
+
"tnp-core": "~13.2.13",
|
|
250
|
+
"tnp-db": "~13.1.17",
|
|
251
|
+
"tnp-helpers": "~13.1.28",
|
|
252
|
+
"tnp-models": "~13.1.20",
|
|
253
|
+
"tnp-ui": "~13.1.27",
|
|
254
|
+
"ts-debug": "1.3.0",
|
|
255
|
+
"ts-loader": "2.3.1",
|
|
256
|
+
"ts-node": "10.7.0",
|
|
257
|
+
"tslib": "~2.3.0",
|
|
258
|
+
"typeorm": "~0.3.10",
|
|
259
|
+
"typescript": "~4.6.2",
|
|
260
|
+
"typescript-class-helpers": "~13.2.6",
|
|
261
|
+
"typescript-formatter": "~7.2.2",
|
|
262
|
+
"underscore": "1.9.1",
|
|
263
|
+
"uuid": "8.3.2",
|
|
264
|
+
"validator": "9.2.0",
|
|
265
|
+
"vpn-split": "~13.1.23",
|
|
266
|
+
"watch": "1.0.2",
|
|
267
|
+
"yup": "1.1.1",
|
|
268
|
+
"zone.js": "~0.11.4"
|
|
269
|
+
}
|
|
31
270
|
}
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["./src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/lib/index.ts"],"names":[],"mappings":"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"}
|
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": "13.1.
|
|
4
|
+
"version": "13.1.41",
|
|
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,250 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"lodash-walk-object": "~13.1.
|
|
24
|
+
"lodash-walk-object": "~13.1.41"
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
29
|
-
"devDependencies": {
|
|
30
|
-
|
|
28
|
+
"lastBuildTagHash": "f7bd90e3094861c6c1c0c7249e399bbcc7bded86",
|
|
29
|
+
"devDependencies": {
|
|
30
|
+
"@angular-devkit/build-angular": "~13.3.9",
|
|
31
|
+
"@angular-devkit/core": "~13.3.9",
|
|
32
|
+
"@angular/animations": "~13.3.0",
|
|
33
|
+
"@angular/cdk": "~13.3.9",
|
|
34
|
+
"@angular/cli": "~13.3.9",
|
|
35
|
+
"@angular/common": "~13.3.0",
|
|
36
|
+
"@angular/compiler": "~13.3.0",
|
|
37
|
+
"@angular/compiler-cli": "~13.3.0",
|
|
38
|
+
"@angular/core": "~13.3.0",
|
|
39
|
+
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
40
|
+
"@angular/forms": "~13.3.0",
|
|
41
|
+
"@angular/material": "~13.3.9",
|
|
42
|
+
"@angular/platform-browser": "~13.3.0",
|
|
43
|
+
"@angular/platform-browser-dynamic": "~13.3.0",
|
|
44
|
+
"@angular/pwa": "~13.3.9",
|
|
45
|
+
"@angular/router": "~13.3.0",
|
|
46
|
+
"@angular/service-worker": "~13.3.11",
|
|
47
|
+
"@babel/cli": "7.18.6",
|
|
48
|
+
"@iconify/icons-fa-solid": "1.2.2",
|
|
49
|
+
"@iconify/icons-mdi": "1.2.1",
|
|
50
|
+
"@mdi/js": "6.5.95",
|
|
51
|
+
"@ngrx/component-store": "~13.0.2",
|
|
52
|
+
"@ngrx/data": "~13.0.2",
|
|
53
|
+
"@ngrx/effects": "~13.0.2",
|
|
54
|
+
"@ngrx/entity": "~13.0.2",
|
|
55
|
+
"@ngrx/router-store": "~13.0.2",
|
|
56
|
+
"@ngrx/schematics": "~13.0.2",
|
|
57
|
+
"@ngrx/store": "~13.0.2",
|
|
58
|
+
"@ngrx/store-devtools": "~13.0.2",
|
|
59
|
+
"@ngx-formly/bootstrap": "6.0.0-next.8",
|
|
60
|
+
"@ngx-formly/core": "6.0.0-next.8",
|
|
61
|
+
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
62
|
+
"@ngx-formly/material": "6.0.0-next.8",
|
|
63
|
+
"@ngx-loading-bar/core": "6.0.2",
|
|
64
|
+
"@ngx-loading-bar/http-client": "6.0.2",
|
|
65
|
+
"@ngx-loading-bar/router": "6.0.2",
|
|
66
|
+
"@ngx-translate/core": "14.0.0",
|
|
67
|
+
"@ngx-translate/http-loader": "7.0.0",
|
|
68
|
+
"@swimlane/ngx-datatable": "20.0.0",
|
|
69
|
+
"@types/chai": "4.1.2",
|
|
70
|
+
"@types/chokidar": "2.1.3",
|
|
71
|
+
"@types/dateformat": "1.0.1",
|
|
72
|
+
"@types/diff": "3.2.2",
|
|
73
|
+
"@types/express": "4.11.0",
|
|
74
|
+
"@types/express-fileupload": "1.4.1",
|
|
75
|
+
"@types/fs-extra": "7.0.0",
|
|
76
|
+
"@types/glob": "5.0.35",
|
|
77
|
+
"@types/http-proxy": "1.16.0",
|
|
78
|
+
"@types/http-proxy-middleware": "0.19.2",
|
|
79
|
+
"@types/inquirer": "7.3.1",
|
|
80
|
+
"@types/jasmine": "3.10.0",
|
|
81
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
82
|
+
"@types/json5": "0.0.29",
|
|
83
|
+
"@types/lockfile": "1.0.0",
|
|
84
|
+
"@types/lodash": "4.14.92",
|
|
85
|
+
"@types/lowdb": "1.0.6",
|
|
86
|
+
"@types/mocha": "5.2.5",
|
|
87
|
+
"@types/node": "16.18.21",
|
|
88
|
+
"@types/node-notifier": "5.4.0",
|
|
89
|
+
"@types/oauth2orize": "1.8.0",
|
|
90
|
+
"@types/password-hash": "1.2.19",
|
|
91
|
+
"@types/progress": "2.0.3",
|
|
92
|
+
"@types/q": "1.5.5",
|
|
93
|
+
"@types/rimraf": "2.0.2",
|
|
94
|
+
"@types/semver": "6.0.1",
|
|
95
|
+
"@types/systeminformation": "3.23.0",
|
|
96
|
+
"@types/vinyl": "2.0.2",
|
|
97
|
+
"@types/watch": "1.0.0",
|
|
98
|
+
"accepts": "1.3.4",
|
|
99
|
+
"any-project-cli": "~13.1.23",
|
|
100
|
+
"axios": "1.3.5",
|
|
101
|
+
"background-worker-process": "~13.1.40",
|
|
102
|
+
"base32": "0.0.7",
|
|
103
|
+
"bcryptjs": "2.4.3",
|
|
104
|
+
"better-sqlite3": "7.6.2",
|
|
105
|
+
"body-parser": "1.18.2",
|
|
106
|
+
"bootstrap": "5.1.3",
|
|
107
|
+
"bs4-breakpoint": "13.0.33",
|
|
108
|
+
"buffer-shims": "1.0.0",
|
|
109
|
+
"callsite-record": "4.1.3",
|
|
110
|
+
"chai": "4.2.0",
|
|
111
|
+
"chalk": "2.3.2",
|
|
112
|
+
"check-node-version": "3.2.0",
|
|
113
|
+
"cheerio": "1.0.0-rc.3",
|
|
114
|
+
"chokidar": "3.5.1",
|
|
115
|
+
"circular-json": "0.5.1",
|
|
116
|
+
"command-exists": "1.2.2",
|
|
117
|
+
"compression": "1.7.4",
|
|
118
|
+
"concurrently": "3.5.1",
|
|
119
|
+
"content-type": "1.0.4",
|
|
120
|
+
"cookie-parser": "1.4.3",
|
|
121
|
+
"copy-paste": "1.3.0",
|
|
122
|
+
"cors": "2.8.4",
|
|
123
|
+
"cpr": "3.0.1",
|
|
124
|
+
"cross-spawn": "7.0.3",
|
|
125
|
+
"dateformat": "3.0.3",
|
|
126
|
+
"detect-mocha": "0.1.0",
|
|
127
|
+
"diff": "3.2.0",
|
|
128
|
+
"edit-table": "13.1.0",
|
|
129
|
+
"element-resize-detector": "1.1.15",
|
|
130
|
+
"enquirer": "2.3.0",
|
|
131
|
+
"enum-values": "1.2.1",
|
|
132
|
+
"errorhandler": "1.5.0",
|
|
133
|
+
"eslint": "7.13.0",
|
|
134
|
+
"eslint-plugin-import": "2.22.1",
|
|
135
|
+
"eslint-plugin-jsdoc": "30.7.8",
|
|
136
|
+
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
137
|
+
"express": "4.16.3",
|
|
138
|
+
"express-fileupload": "1.4.0",
|
|
139
|
+
"express-session": "1.17.3",
|
|
140
|
+
"fbgraph": "1.4.1",
|
|
141
|
+
"file-loader": "1.1.5",
|
|
142
|
+
"file-saver": "2.0.5",
|
|
143
|
+
"firedev": "^13",
|
|
144
|
+
"firedev-crud": "~13.1.45",
|
|
145
|
+
"firedev-crud-deamon": "~13.1.35",
|
|
146
|
+
"firedev-ports": "~13.1.39",
|
|
147
|
+
"firedev-storage": "~13.1.28",
|
|
148
|
+
"firedev-typeorm": "~13.1.23",
|
|
149
|
+
"firedev-ui": "~13.1.18",
|
|
150
|
+
"fkill": "6.1.0",
|
|
151
|
+
"font-awesome": "4.7.0",
|
|
152
|
+
"form-data": "4.0.0",
|
|
153
|
+
"fs-extra": "8.1.0",
|
|
154
|
+
"fuzzy": "0.1.3",
|
|
155
|
+
"glob": "7.1.2",
|
|
156
|
+
"gulp": "3.9.1",
|
|
157
|
+
"hostile": "1.3.3",
|
|
158
|
+
"http-proxy": "1.16.2",
|
|
159
|
+
"http-proxy-middleware": "0.19.1",
|
|
160
|
+
"http-server": "0.11.1",
|
|
161
|
+
"incremental-compiler": "~13.1.22",
|
|
162
|
+
"inquirer": "7.3.3",
|
|
163
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
164
|
+
"is-elevated": "3.0.0",
|
|
165
|
+
"isomorphic-region-loader": "~13.1.33",
|
|
166
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
167
|
+
"jasmine-core": "4.0.0",
|
|
168
|
+
"jscodeshift": "0.6.3",
|
|
169
|
+
"json-stringify-safe": "5.0.1",
|
|
170
|
+
"json10": "~13.1.40",
|
|
171
|
+
"json10-writer": "~13.1.36",
|
|
172
|
+
"json5": "2.1.3",
|
|
173
|
+
"json5-writer": "0.2.0",
|
|
174
|
+
"jszip": "3.10.1",
|
|
175
|
+
"karma": "6.3.0",
|
|
176
|
+
"karma-chrome-launcher": "3.1.0",
|
|
177
|
+
"karma-cli": "1.0.1",
|
|
178
|
+
"karma-coverage": "2.1.0",
|
|
179
|
+
"karma-jasmine": "4.0.0",
|
|
180
|
+
"karma-jasmine-html-reporter": "1.7.0",
|
|
181
|
+
"lnk": "1.0.1",
|
|
182
|
+
"localforage": "1.10.0",
|
|
183
|
+
"lockfile": "1.0.4",
|
|
184
|
+
"lodash": "4.17.4",
|
|
185
|
+
"lowdb": "1.0.0",
|
|
186
|
+
"magic-renamer": "~13.1.37",
|
|
187
|
+
"material-design-icons": "3.0.1",
|
|
188
|
+
"method-override": "2.3.10",
|
|
189
|
+
"minimist": "1.2.0",
|
|
190
|
+
"mkdirp": "0.5.1",
|
|
191
|
+
"mocha": "5.2.0",
|
|
192
|
+
"moment": "2.22.2",
|
|
193
|
+
"morphi": "~13.2.3",
|
|
194
|
+
"ng-packagr": "13.0.0",
|
|
195
|
+
"ng-talkback": "~13.1.19",
|
|
196
|
+
"ng2-file-upload": "1.3.0",
|
|
197
|
+
"ng2-logger": "~13.1.20",
|
|
198
|
+
"ng2-rest": "~13.2.3",
|
|
199
|
+
"ng4-icons": "~13.1.21",
|
|
200
|
+
"ng4-modal": "~13.1.23",
|
|
201
|
+
"ngx-ace-wrapper": "12",
|
|
202
|
+
"ngx-bootstrap": "8.0.0",
|
|
203
|
+
"ngx-editor": "12.2.1",
|
|
204
|
+
"ngx-highlightjs": "6.1.3",
|
|
205
|
+
"ngx-moment": "6.0.2",
|
|
206
|
+
"ngx-pipes": "3.0.0",
|
|
207
|
+
"ngx-progressbar": "8.0.0",
|
|
208
|
+
"ngx-scrollbar": "9.0.2",
|
|
209
|
+
"ngx-store": "3.1.1",
|
|
210
|
+
"ngx-toastr": "14.2.2",
|
|
211
|
+
"ngx-wig": "1.2.7",
|
|
212
|
+
"node-cli-tester": "~13.1.19",
|
|
213
|
+
"node-localstorage": "2.1.6",
|
|
214
|
+
"node-notifier": "6.0.0",
|
|
215
|
+
"nodemon": "1.14.11",
|
|
216
|
+
"npm-get-dependents": "1.0.1",
|
|
217
|
+
"npm-run": "4.1.2",
|
|
218
|
+
"omelette": "0.4.5",
|
|
219
|
+
"open": "7.2.1",
|
|
220
|
+
"ora": "3.4.0",
|
|
221
|
+
"passport": "0.3.2",
|
|
222
|
+
"passport-http-bearer": "1.0.1",
|
|
223
|
+
"password-hash": "1.2.2",
|
|
224
|
+
"portfinder": "1.0.21",
|
|
225
|
+
"prettier": "2.5.1",
|
|
226
|
+
"progress": "2.0.3",
|
|
227
|
+
"prompts": "0.1.8",
|
|
228
|
+
"ps-list": "6.1.0",
|
|
229
|
+
"ps-node": "0.1.6",
|
|
230
|
+
"q": "1.5.1",
|
|
231
|
+
"randomcolor": "0.5.3",
|
|
232
|
+
"record-replay-req-res-scenario": "~13.1.20",
|
|
233
|
+
"reflect-metadata": "0.1.10",
|
|
234
|
+
"rimraf": "2.6.2",
|
|
235
|
+
"rxjs": "~7.5.0",
|
|
236
|
+
"semver": "6.3.0",
|
|
237
|
+
"simple-git": "1.96.0",
|
|
238
|
+
"sloc": "0.2.0",
|
|
239
|
+
"socket.io": "2.4.1",
|
|
240
|
+
"sort-package-json": "1.11.0",
|
|
241
|
+
"sql.js": "1.8.0",
|
|
242
|
+
"static-columns": "~13.3.2",
|
|
243
|
+
"string-similarity": "4.0.2",
|
|
244
|
+
"sudo-block": "3.0.0",
|
|
245
|
+
"systeminformation": "3.45.7",
|
|
246
|
+
"task.js": "0.1.5",
|
|
247
|
+
"tnp-cli": "~13.1.55",
|
|
248
|
+
"tnp-config": "~13.1.71",
|
|
249
|
+
"tnp-core": "~13.2.13",
|
|
250
|
+
"tnp-db": "~13.1.17",
|
|
251
|
+
"tnp-helpers": "~13.1.28",
|
|
252
|
+
"tnp-models": "~13.1.20",
|
|
253
|
+
"tnp-ui": "~13.1.27",
|
|
254
|
+
"ts-debug": "1.3.0",
|
|
255
|
+
"ts-loader": "2.3.1",
|
|
256
|
+
"ts-node": "10.7.0",
|
|
257
|
+
"tslib": "~2.3.0",
|
|
258
|
+
"typeorm": "~0.3.10",
|
|
259
|
+
"typescript": "~4.6.2",
|
|
260
|
+
"typescript-class-helpers": "~13.2.6",
|
|
261
|
+
"typescript-formatter": "~7.2.2",
|
|
262
|
+
"underscore": "1.9.1",
|
|
263
|
+
"uuid": "8.3.2",
|
|
264
|
+
"validator": "9.2.0",
|
|
265
|
+
"vpn-split": "~13.1.23",
|
|
266
|
+
"watch": "1.0.2",
|
|
267
|
+
"yup": "1.1.1",
|
|
268
|
+
"zone.js": "~0.11.4"
|
|
269
|
+
}
|
|
270
|
+
}
|
package/tmp-environment.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": "13.1.
|
|
50
|
+
"version": "13.1.41",
|
|
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,14 +67,15 @@
|
|
|
67
67
|
},
|
|
68
68
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"lodash-walk-object": "~13.1.
|
|
70
|
+
"lodash-walk-object": "~13.1.41"
|
|
71
71
|
},
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"private": false,
|
|
74
|
-
"lastBuildTagHash": "
|
|
74
|
+
"lastBuildTagHash": "f7bd90e3094861c6c1c0c7249e399bbcc7bded86",
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
77
77
|
"@angular-devkit/core": "~13.3.9",
|
|
78
|
+
"@angular/animations": "~13.3.0",
|
|
78
79
|
"@angular/cdk": "~13.3.9",
|
|
79
80
|
"@angular/cli": "~13.3.9",
|
|
80
81
|
"@angular/common": "~13.3.0",
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
"accepts": "1.3.4",
|
|
144
145
|
"any-project-cli": "~13.1.23",
|
|
145
146
|
"axios": "1.3.5",
|
|
146
|
-
"background-worker-process": "~13.1.
|
|
147
|
+
"background-worker-process": "~13.1.40",
|
|
147
148
|
"base32": "0.0.7",
|
|
148
149
|
"bcryptjs": "2.4.3",
|
|
149
150
|
"better-sqlite3": "7.6.2",
|
|
@@ -182,17 +183,16 @@
|
|
|
182
183
|
"express": "4.16.3",
|
|
183
184
|
"express-fileupload": "1.4.0",
|
|
184
185
|
"express-session": "1.17.3",
|
|
185
|
-
"favicons": "7.1.2",
|
|
186
186
|
"fbgraph": "1.4.1",
|
|
187
187
|
"file-loader": "1.1.5",
|
|
188
188
|
"file-saver": "2.0.5",
|
|
189
189
|
"firedev": "^13",
|
|
190
|
-
"firedev-crud": "~13.1.
|
|
191
|
-
"firedev-crud-deamon": "~13.1.
|
|
192
|
-
"firedev-ports": "~13.1.
|
|
190
|
+
"firedev-crud": "~13.1.45",
|
|
191
|
+
"firedev-crud-deamon": "~13.1.35",
|
|
192
|
+
"firedev-ports": "~13.1.39",
|
|
193
193
|
"firedev-storage": "~13.1.28",
|
|
194
|
-
"firedev-typeorm": "~13.1.
|
|
195
|
-
"firedev-ui": "~13.1.
|
|
194
|
+
"firedev-typeorm": "~13.1.23",
|
|
195
|
+
"firedev-ui": "~13.1.18",
|
|
196
196
|
"fkill": "6.1.0",
|
|
197
197
|
"font-awesome": "4.7.0",
|
|
198
198
|
"form-data": "4.0.0",
|
|
@@ -204,17 +204,17 @@
|
|
|
204
204
|
"http-proxy": "1.16.2",
|
|
205
205
|
"http-proxy-middleware": "0.19.1",
|
|
206
206
|
"http-server": "0.11.1",
|
|
207
|
-
"incremental-compiler": "~13.1.
|
|
207
|
+
"incremental-compiler": "~13.1.22",
|
|
208
208
|
"inquirer": "7.3.3",
|
|
209
209
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
210
210
|
"is-elevated": "3.0.0",
|
|
211
|
-
"isomorphic-region-loader": "~13.1.
|
|
211
|
+
"isomorphic-region-loader": "~13.1.33",
|
|
212
212
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
213
213
|
"jasmine-core": "4.0.0",
|
|
214
214
|
"jscodeshift": "0.6.3",
|
|
215
215
|
"json-stringify-safe": "5.0.1",
|
|
216
|
-
"json10": "~13.1.
|
|
217
|
-
"json10-writer": "~13.1.
|
|
216
|
+
"json10": "~13.1.40",
|
|
217
|
+
"json10-writer": "~13.1.36",
|
|
218
218
|
"json5": "2.1.3",
|
|
219
219
|
"json5-writer": "0.2.0",
|
|
220
220
|
"jszip": "3.10.1",
|
|
@@ -229,21 +229,22 @@
|
|
|
229
229
|
"lockfile": "1.0.4",
|
|
230
230
|
"lodash": "4.17.4",
|
|
231
231
|
"lowdb": "1.0.0",
|
|
232
|
-
"magic-renamer": "~13.1.
|
|
232
|
+
"magic-renamer": "~13.1.37",
|
|
233
233
|
"material-design-icons": "3.0.1",
|
|
234
234
|
"method-override": "2.3.10",
|
|
235
235
|
"minimist": "1.2.0",
|
|
236
236
|
"mkdirp": "0.5.1",
|
|
237
237
|
"mocha": "5.2.0",
|
|
238
238
|
"moment": "2.22.2",
|
|
239
|
-
"morphi": "~13.2.
|
|
239
|
+
"morphi": "~13.2.3",
|
|
240
240
|
"ng-packagr": "13.0.0",
|
|
241
241
|
"ng-talkback": "~13.1.19",
|
|
242
242
|
"ng2-file-upload": "1.3.0",
|
|
243
|
-
"ng2-logger": "~13.1.
|
|
244
|
-
"ng2-rest": "~13.2.
|
|
243
|
+
"ng2-logger": "~13.1.20",
|
|
244
|
+
"ng2-rest": "~13.2.3",
|
|
245
245
|
"ng4-icons": "~13.1.21",
|
|
246
246
|
"ng4-modal": "~13.1.23",
|
|
247
|
+
"ngx-ace-wrapper": "12",
|
|
247
248
|
"ngx-bootstrap": "8.0.0",
|
|
248
249
|
"ngx-editor": "12.2.1",
|
|
249
250
|
"ngx-highlightjs": "6.1.3",
|
|
@@ -289,12 +290,12 @@
|
|
|
289
290
|
"sudo-block": "3.0.0",
|
|
290
291
|
"systeminformation": "3.45.7",
|
|
291
292
|
"task.js": "0.1.5",
|
|
292
|
-
"tnp-cli": "~13.1.
|
|
293
|
-
"tnp-config": "~13.1.
|
|
294
|
-
"tnp-core": "~13.2.
|
|
295
|
-
"tnp-db": "~13.1.
|
|
296
|
-
"tnp-helpers": "~13.1.
|
|
297
|
-
"tnp-models": "~13.1.
|
|
293
|
+
"tnp-cli": "~13.1.55",
|
|
294
|
+
"tnp-config": "~13.1.71",
|
|
295
|
+
"tnp-core": "~13.2.13",
|
|
296
|
+
"tnp-db": "~13.1.17",
|
|
297
|
+
"tnp-helpers": "~13.1.28",
|
|
298
|
+
"tnp-models": "~13.1.20",
|
|
298
299
|
"tnp-ui": "~13.1.27",
|
|
299
300
|
"ts-debug": "1.3.0",
|
|
300
301
|
"ts-loader": "2.3.1",
|
|
@@ -302,7 +303,7 @@
|
|
|
302
303
|
"tslib": "~2.3.0",
|
|
303
304
|
"typeorm": "~0.3.10",
|
|
304
305
|
"typescript": "~4.6.2",
|
|
305
|
-
"typescript-class-helpers": "~13.2.
|
|
306
|
+
"typescript-class-helpers": "~13.2.6",
|
|
306
307
|
"typescript-formatter": "~7.2.2",
|
|
307
308
|
"underscore": "1.9.1",
|
|
308
309
|
"uuid": "8.3.2",
|
|
@@ -314,16 +315,16 @@
|
|
|
314
315
|
}
|
|
315
316
|
},
|
|
316
317
|
"build": {
|
|
317
|
-
"number":
|
|
318
|
-
"date": "2023-04-
|
|
319
|
-
"hash": "
|
|
318
|
+
"number": 243,
|
|
319
|
+
"date": "2023-04-30T05:44:20.000Z",
|
|
320
|
+
"hash": "d40c881b3e94077e0a1bfcc4c9c94dfbd373f4a0",
|
|
320
321
|
"options": {}
|
|
321
322
|
},
|
|
322
323
|
"currentProjectName": "json10",
|
|
323
324
|
"currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22json10%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
|
|
324
325
|
"currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
|
|
325
326
|
"currentProjectType": "isomorphic-lib",
|
|
326
|
-
"currentFrameworkVersion": "13.1.
|
|
327
|
+
"currentFrameworkVersion": "13.1.183",
|
|
327
328
|
"currentProjectIsStrictSite": false,
|
|
328
329
|
"currentProjectIsDependencySite": false,
|
|
329
330
|
"currentProjectIsStatic": false,
|
package/app.d.ts
DELETED
|
File without changes
|
package/app.js
DELETED
package/app.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;AAAA,SAAgB,kBAAkB,KAAK,CAAC;AAAxC,gDAAwC"}
|