json10 13.1.34 → 13.1.36
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/app.js +3 -3
- package/package.json +3 -3
- package/tmp-environment.json +40 -35
package/app.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
function
|
|
5
|
-
exports.
|
|
3
|
+
exports.dummy1681934065410 = void 0;
|
|
4
|
+
function dummy1681934065410() { }
|
|
5
|
+
exports.dummy1681934065410 = dummy1681934065410;
|
|
6
6
|
//# sourceMappingURL=app.js.map
|
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.36",
|
|
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": "~13.1.
|
|
24
|
+
"lodash-walk-object": "~13.1.36"
|
|
25
25
|
},
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
28
|
+
"lastBuildTagHash": "036c3ad04adb05b469d1aedff364c2aeeb9bbe91",
|
|
29
29
|
"devDependencies": {}
|
|
30
30
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
},
|
|
49
49
|
"name": "json10",
|
|
50
50
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
51
|
-
"version": "13.1.
|
|
51
|
+
"version": "13.1.36",
|
|
52
52
|
"scripts": {
|
|
53
53
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
54
54
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
},
|
|
69
69
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"lodash-walk-object": "~13.1.
|
|
71
|
+
"lodash-walk-object": "~13.1.36"
|
|
72
72
|
},
|
|
73
73
|
"license": "MIT",
|
|
74
74
|
"private": false,
|
|
75
|
-
"lastBuildTagHash": "
|
|
75
|
+
"lastBuildTagHash": "036c3ad04adb05b469d1aedff364c2aeeb9bbe91",
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@angular-devkit/build-angular": "~13.3.9",
|
|
78
78
|
"@angular-devkit/core": "~13.3.9",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@types/dateformat": "1.0.1",
|
|
118
118
|
"@types/diff": "3.2.2",
|
|
119
119
|
"@types/express": "4.11.0",
|
|
120
|
-
"@types/express-fileupload": "
|
|
120
|
+
"@types/express-fileupload": "1.4.1",
|
|
121
121
|
"@types/fs-extra": "7.0.0",
|
|
122
122
|
"@types/glob": "5.0.35",
|
|
123
123
|
"@types/http-proxy": "1.16.0",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"@types/lodash": "4.14.92",
|
|
131
131
|
"@types/lowdb": "1.0.6",
|
|
132
132
|
"@types/mocha": "5.2.5",
|
|
133
|
-
"@types/node": "
|
|
133
|
+
"@types/node": "16.18.21",
|
|
134
134
|
"@types/node-notifier": "5.4.0",
|
|
135
135
|
"@types/oauth2orize": "1.8.0",
|
|
136
136
|
"@types/password-hash": "1.2.19",
|
|
@@ -142,9 +142,10 @@
|
|
|
142
142
|
"@types/vinyl": "2.0.2",
|
|
143
143
|
"@types/watch": "1.0.0",
|
|
144
144
|
"accepts": "1.3.4",
|
|
145
|
-
"any-project-cli": "~13.1.
|
|
146
|
-
"axios": "
|
|
147
|
-
"background-worker-process": "~13.1.
|
|
145
|
+
"any-project-cli": "~13.1.22",
|
|
146
|
+
"axios": "1.3.5",
|
|
147
|
+
"background-worker-process": "~13.1.37",
|
|
148
|
+
"base32": "0.0.7",
|
|
148
149
|
"bcryptjs": "2.4.3",
|
|
149
150
|
"better-sqlite3": "7.6.2",
|
|
150
151
|
"body-parser": "1.18.2",
|
|
@@ -180,20 +181,22 @@
|
|
|
180
181
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
181
182
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
182
183
|
"express": "4.16.3",
|
|
183
|
-
"express-fileupload": "
|
|
184
|
+
"express-fileupload": "1.4.0",
|
|
184
185
|
"express-session": "1.17.3",
|
|
186
|
+
"favicons": "7.1.2",
|
|
185
187
|
"fbgraph": "1.4.1",
|
|
186
188
|
"file-loader": "1.1.5",
|
|
187
189
|
"file-saver": "2.0.5",
|
|
188
190
|
"firedev": "^13",
|
|
189
|
-
"firedev-crud": "~13.1.
|
|
190
|
-
"firedev-crud-deamon": "~13.1.
|
|
191
|
-
"firedev-ports": "~13.1.
|
|
192
|
-
"firedev-storage": "~13.1.
|
|
193
|
-
"firedev-typeorm": "~13.1.
|
|
194
|
-
"firedev-ui": "~13.1.
|
|
191
|
+
"firedev-crud": "~13.1.42",
|
|
192
|
+
"firedev-crud-deamon": "~13.1.32",
|
|
193
|
+
"firedev-ports": "~13.1.36",
|
|
194
|
+
"firedev-storage": "~13.1.27",
|
|
195
|
+
"firedev-typeorm": "~13.1.17",
|
|
196
|
+
"firedev-ui": "~13.1.6",
|
|
195
197
|
"fkill": "6.1.0",
|
|
196
198
|
"font-awesome": "4.7.0",
|
|
199
|
+
"form-data": "4.0.0",
|
|
197
200
|
"fs-extra": "8.1.0",
|
|
198
201
|
"fuzzy": "0.1.3",
|
|
199
202
|
"glob": "7.1.2",
|
|
@@ -202,17 +205,17 @@
|
|
|
202
205
|
"http-proxy": "1.16.2",
|
|
203
206
|
"http-proxy-middleware": "0.19.1",
|
|
204
207
|
"http-server": "0.11.1",
|
|
205
|
-
"incremental-compiler": "~13.1.
|
|
208
|
+
"incremental-compiler": "~13.1.17",
|
|
206
209
|
"inquirer": "7.3.3",
|
|
207
210
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
208
211
|
"is-elevated": "3.0.0",
|
|
209
|
-
"isomorphic-region-loader": "~13.1.
|
|
212
|
+
"isomorphic-region-loader": "~13.1.30",
|
|
210
213
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
211
214
|
"jasmine-core": "4.0.0",
|
|
212
215
|
"jscodeshift": "0.6.3",
|
|
213
216
|
"json-stringify-safe": "5.0.1",
|
|
214
|
-
"json10": "~13.1.
|
|
215
|
-
"json10-writer": "~13.1.
|
|
217
|
+
"json10": "~13.1.35",
|
|
218
|
+
"json10-writer": "~13.1.33",
|
|
216
219
|
"json5": "2.1.3",
|
|
217
220
|
"json5-writer": "0.2.0",
|
|
218
221
|
"jszip": "3.10.1",
|
|
@@ -231,18 +234,19 @@
|
|
|
231
234
|
"lodash.merge": ">= 4",
|
|
232
235
|
"lodash.set": ">= 4",
|
|
233
236
|
"lowdb": "1.0.0",
|
|
234
|
-
"magic-renamer": "~13.1.
|
|
237
|
+
"magic-renamer": "~13.1.24",
|
|
235
238
|
"material-design-icons": "3.0.1",
|
|
236
239
|
"method-override": "2.3.10",
|
|
237
240
|
"minimist": "1.2.0",
|
|
238
241
|
"mkdirp": "0.5.1",
|
|
239
242
|
"mocha": "5.2.0",
|
|
240
243
|
"moment": "2.22.2",
|
|
241
|
-
"morphi": "~13.1.
|
|
244
|
+
"morphi": "~13.1.41",
|
|
242
245
|
"ng-packagr": "13.0.0",
|
|
243
246
|
"ng-talkback": "~13.1.19",
|
|
244
|
-
"ng2-
|
|
245
|
-
"ng2-
|
|
247
|
+
"ng2-file-upload": "1.3.0",
|
|
248
|
+
"ng2-logger": "~13.1.15",
|
|
249
|
+
"ng2-rest": "~13.1.13",
|
|
246
250
|
"ng4-icons": "~13.1.21",
|
|
247
251
|
"ng4-modal": "~13.1.23",
|
|
248
252
|
"ngx-bootstrap": "8.0.0",
|
|
@@ -282,17 +286,17 @@
|
|
|
282
286
|
"socket.io": "2.4.1",
|
|
283
287
|
"sort-package-json": "1.11.0",
|
|
284
288
|
"sql.js": "1.8.0",
|
|
285
|
-
"static-columns": "~13.1.
|
|
289
|
+
"static-columns": "~13.1.31",
|
|
286
290
|
"string-similarity": "4.0.2",
|
|
287
291
|
"sudo-block": "3.0.0",
|
|
288
292
|
"systeminformation": "3.45.7",
|
|
289
293
|
"task.js": "0.1.5",
|
|
290
|
-
"tnp-cli": "~13.1.
|
|
291
|
-
"tnp-config": "~13.1.
|
|
292
|
-
"tnp-core": "~13.2.
|
|
293
|
-
"tnp-db": "~13.1.
|
|
294
|
-
"tnp-helpers": "~13.1.
|
|
295
|
-
"tnp-models": "~13.1.
|
|
294
|
+
"tnp-cli": "~13.1.50",
|
|
295
|
+
"tnp-config": "~13.1.62",
|
|
296
|
+
"tnp-core": "~13.2.7",
|
|
297
|
+
"tnp-db": "~13.1.15",
|
|
298
|
+
"tnp-helpers": "~13.1.24",
|
|
299
|
+
"tnp-models": "~13.1.15",
|
|
296
300
|
"tnp-ui": "~13.1.27",
|
|
297
301
|
"ts-debug": "1.3.0",
|
|
298
302
|
"ts-loader": "2.3.1",
|
|
@@ -300,20 +304,21 @@
|
|
|
300
304
|
"tslib": "~2.3.0",
|
|
301
305
|
"typeorm": "~0.3.10",
|
|
302
306
|
"typescript": "~4.6.2",
|
|
303
|
-
"typescript-class-helpers": "~13.1
|
|
307
|
+
"typescript-class-helpers": "~13.2.1",
|
|
304
308
|
"typescript-formatter": "~7.2.2",
|
|
305
309
|
"underscore": "1.9.1",
|
|
306
310
|
"uuid": "8.3.2",
|
|
307
311
|
"validator": "9.2.0",
|
|
308
312
|
"vpn-split": "~13.1.23",
|
|
309
313
|
"watch": "1.0.2",
|
|
314
|
+
"yup": "1.1.1",
|
|
310
315
|
"zone.js": "~0.11.4"
|
|
311
316
|
}
|
|
312
317
|
},
|
|
313
318
|
"build": {
|
|
314
|
-
"number":
|
|
315
|
-
"date": "2023-04-
|
|
316
|
-
"hash": "
|
|
319
|
+
"number": 233,
|
|
320
|
+
"date": "2023-04-19T19:54:22.000Z",
|
|
321
|
+
"hash": "e7e442310caa98c8a8038f7fc13327ddfc692a9c",
|
|
317
322
|
"options": {}
|
|
318
323
|
},
|
|
319
324
|
"currentProjectName": "json10",
|
|
@@ -321,7 +326,7 @@
|
|
|
321
326
|
"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\"]}]}",
|
|
322
327
|
"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\"}]}",
|
|
323
328
|
"currentProjectType": "isomorphic-lib",
|
|
324
|
-
"currentFrameworkVersion": "13.1.
|
|
329
|
+
"currentFrameworkVersion": "13.1.178",
|
|
325
330
|
"currentProjectIsStrictSite": false,
|
|
326
331
|
"currentProjectIsDependencySite": false,
|
|
327
332
|
"currentProjectIsStatic": false,
|