json10 1.0.28 → 1.0.32
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/client/package.json +3 -8
- package/package.json +3 -8
- package/package.json_devDependencies.json +25 -28
- package/tmp-environment.json +32 -40
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": "1.0.
|
|
4
|
+
"version": "1.0.32",
|
|
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"
|
|
@@ -20,15 +20,10 @@
|
|
|
20
20
|
"url": "https://github.com/darekf77/json10/issues"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
|
-
"husky": {
|
|
24
|
-
"hooks": {
|
|
25
|
-
"pre-push": "tnp deps:show:if:standalone"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
23
|
"dependencies": {
|
|
29
|
-
"lodash-walk-object": "~1.0.
|
|
24
|
+
"lodash-walk-object": "~1.0.33"
|
|
30
25
|
},
|
|
31
26
|
"license": "MIT",
|
|
32
27
|
"private": false,
|
|
33
|
-
"lastBuildTagHash": "
|
|
28
|
+
"lastBuildTagHash": "547d4f88d801972715c58f98f1acbf2a9960e292"
|
|
34
29
|
}
|
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": "1.0.
|
|
4
|
+
"version": "1.0.32",
|
|
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"
|
|
@@ -20,15 +20,10 @@
|
|
|
20
20
|
"url": "https://github.com/darekf77/json10/issues"
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
|
-
"husky": {
|
|
24
|
-
"hooks": {
|
|
25
|
-
"pre-push": "tnp deps:show:if:standalone"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
23
|
"dependencies": {
|
|
29
|
-
"lodash-walk-object": "~1.0.
|
|
24
|
+
"lodash-walk-object": "~1.0.33"
|
|
30
25
|
},
|
|
31
26
|
"license": "MIT",
|
|
32
27
|
"private": false,
|
|
33
|
-
"lastBuildTagHash": "
|
|
28
|
+
"lastBuildTagHash": "547d4f88d801972715c58f98f1acbf2a9960e292"
|
|
34
29
|
}
|
|
@@ -18,9 +18,6 @@
|
|
|
18
18
|
"@angular/pwa": "0.900.0-rc.7",
|
|
19
19
|
"@angular/router": "9.1.3",
|
|
20
20
|
"@angular/service-worker": "9.1.3",
|
|
21
|
-
"@iconify/icons-fa-solid": "1.0.1",
|
|
22
|
-
"@iconify/icons-mdi": "1.0.8",
|
|
23
|
-
"@iconify/react": "1.1.3",
|
|
24
21
|
"@mdi/js": "5.8.55",
|
|
25
22
|
"@ngx-formly/bootstrap": "5.5.6",
|
|
26
23
|
"@ngx-formly/core": "5.5.6",
|
|
@@ -66,13 +63,13 @@
|
|
|
66
63
|
"axios": "0.17.1",
|
|
67
64
|
"babel-cli": "6.26.0",
|
|
68
65
|
"babel-preset-env": "1.7.0",
|
|
69
|
-
"background-worker-process": "~0.0.
|
|
66
|
+
"background-worker-process": "~0.0.33",
|
|
70
67
|
"bcryptjs": "2.4.3",
|
|
71
68
|
"body-parser": "1.18.2",
|
|
72
69
|
"bootstrap": "4.3.1",
|
|
73
|
-
"bs4-breakpoint": "~2.0.
|
|
70
|
+
"bs4-breakpoint": "~2.0.38",
|
|
74
71
|
"buffer-shims": "1.0.0",
|
|
75
|
-
"button-dropdown": "~1.0.
|
|
72
|
+
"button-dropdown": "~1.0.43",
|
|
76
73
|
"callsite-record": "4.1.3",
|
|
77
74
|
"chai": "4.2.0",
|
|
78
75
|
"chalk": "2.3.2",
|
|
@@ -118,7 +115,7 @@
|
|
|
118
115
|
"http-proxy": "1.16.2",
|
|
119
116
|
"http-proxy-middleware": "0.19.1",
|
|
120
117
|
"http-server": "0.11.1",
|
|
121
|
-
"incremental-compiler": "~1.1.
|
|
118
|
+
"incremental-compiler": "~1.1.50",
|
|
122
119
|
"inquirer": "7.3.3",
|
|
123
120
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
124
121
|
"is-elevated": "3.0.0",
|
|
@@ -126,7 +123,7 @@
|
|
|
126
123
|
"jasmine-core": "3.5.0",
|
|
127
124
|
"jasmine-spec-reporter": "4.2.1",
|
|
128
125
|
"json-stringify-safe": "5.0.1",
|
|
129
|
-
"json10": "~1.0.
|
|
126
|
+
"json10": "~1.0.31",
|
|
130
127
|
"json5": "2.1.3",
|
|
131
128
|
"json5-writer": "0.2.0",
|
|
132
129
|
"karma": "5.0.0",
|
|
@@ -139,22 +136,22 @@
|
|
|
139
136
|
"lockfile": "1.0.4",
|
|
140
137
|
"lodash": "4.17.4",
|
|
141
138
|
"lowdb": "1.0.0",
|
|
142
|
-
"magic-renamer": "~0.0.
|
|
139
|
+
"magic-renamer": "~0.0.18",
|
|
143
140
|
"material-design-icons": "3.0.1",
|
|
144
141
|
"method-override": "2.3.10",
|
|
145
142
|
"minimist": "1.2.0",
|
|
146
143
|
"mkdirp": "0.5.1",
|
|
147
144
|
"mocha": "5.2.0",
|
|
148
145
|
"moment": "2.22.2",
|
|
149
|
-
"morphi": "~4.0.
|
|
146
|
+
"morphi": "~4.0.52",
|
|
150
147
|
"ng-modal-lib": "0.0.6",
|
|
151
148
|
"ng-packagr": "5.7.1",
|
|
152
|
-
"ng-talkback": "~2.4.
|
|
149
|
+
"ng-talkback": "~2.4.23",
|
|
153
150
|
"ng2-file-upload": "1.3.0",
|
|
154
|
-
"ng2-logger": "~8.0.
|
|
155
|
-
"ng2-rest": "~11.0.
|
|
156
|
-
"ng4-icons": "~0.0.
|
|
157
|
-
"ng4-modal": "~0.0.
|
|
151
|
+
"ng2-logger": "~8.0.18",
|
|
152
|
+
"ng2-rest": "~11.0.39",
|
|
153
|
+
"ng4-icons": "~0.0.28",
|
|
154
|
+
"ng4-modal": "~0.0.28",
|
|
158
155
|
"ngx-bootstrap": "5.2.0",
|
|
159
156
|
"ngx-breadcrumbs": "0.0.3",
|
|
160
157
|
"ngx-editor": "4.1.0",
|
|
@@ -164,7 +161,7 @@
|
|
|
164
161
|
"ngx-toastr": "11.2.1",
|
|
165
162
|
"ngx-wig": "8.0.0",
|
|
166
163
|
"node-cli-test": "0.0.2",
|
|
167
|
-
"node-cli-tester": "~0.0.
|
|
164
|
+
"node-cli-tester": "~0.0.20",
|
|
168
165
|
"node-localstorage": "2.1.6",
|
|
169
166
|
"node-notifier": "6.0.0",
|
|
170
167
|
"nodemon": "1.14.11",
|
|
@@ -185,7 +182,7 @@
|
|
|
185
182
|
"ps-node": "0.1.6",
|
|
186
183
|
"q": "1.5.1",
|
|
187
184
|
"randomcolor": "0.5.3",
|
|
188
|
-
"record-replay-req-res-scenario": "~0.0.
|
|
185
|
+
"record-replay-req-res-scenario": "~0.0.24",
|
|
189
186
|
"reflect-metadata": "0.1.10",
|
|
190
187
|
"rimraf": "2.6.2",
|
|
191
188
|
"rxjs": "6.5.4",
|
|
@@ -194,19 +191,19 @@
|
|
|
194
191
|
"sloc": "0.2.0",
|
|
195
192
|
"socket.io": "2.4.1",
|
|
196
193
|
"sort-package-json": "1.11.0",
|
|
197
|
-
"static-columns": "~2.0.
|
|
194
|
+
"static-columns": "~2.0.6",
|
|
198
195
|
"string-similarity": "4.0.2",
|
|
199
196
|
"sudo-block": "3.0.0",
|
|
200
197
|
"systeminformation": "3.45.7",
|
|
201
198
|
"task.js": "0.1.5",
|
|
202
|
-
"tnp-cli": "~2.0.
|
|
203
|
-
"tnp-config": "~1.0.
|
|
204
|
-
"tnp-core": "~1.0.
|
|
205
|
-
"tnp-db": "~0.0.
|
|
206
|
-
"tnp-helpers": "~0.0.
|
|
207
|
-
"tnp-models": "~0.0.
|
|
208
|
-
"tnp-tools": "~0.0.
|
|
209
|
-
"tnp-ui": "~0.0.
|
|
199
|
+
"tnp-cli": "~2.0.18",
|
|
200
|
+
"tnp-config": "~1.0.18",
|
|
201
|
+
"tnp-core": "~1.0.31",
|
|
202
|
+
"tnp-db": "~0.0.35",
|
|
203
|
+
"tnp-helpers": "~0.0.67",
|
|
204
|
+
"tnp-models": "~0.0.35",
|
|
205
|
+
"tnp-tools": "~0.0.44",
|
|
206
|
+
"tnp-ui": "~0.0.31",
|
|
210
207
|
"ts-loader": "7.0.4",
|
|
211
208
|
"ts-node": "8.3.0",
|
|
212
209
|
"tsickle": "0.26.0",
|
|
@@ -214,13 +211,13 @@
|
|
|
214
211
|
"tslint": "6.1.0",
|
|
215
212
|
"typeorm": "~0.2.7",
|
|
216
213
|
"typescript": "4.1.5",
|
|
217
|
-
"typescript-class-helpers": "~1.0.
|
|
214
|
+
"typescript-class-helpers": "~1.0.40",
|
|
218
215
|
"typescript-formatter": "7.2.2",
|
|
219
216
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
220
217
|
"underscore": "1.9.1",
|
|
221
218
|
"uuid": "8.3.2",
|
|
222
219
|
"validator": "9.2.0",
|
|
223
|
-
"vpn-split": "~0.0.
|
|
220
|
+
"vpn-split": "~0.0.16",
|
|
224
221
|
"watch": "1.0.2",
|
|
225
222
|
"webpack-cli": "3.3.11",
|
|
226
223
|
"zone.js": "0.10.2"
|
package/tmp-environment.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"name": "json10",
|
|
42
42
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
43
|
-
"version": "1.0.
|
|
43
|
+
"version": "1.0.32",
|
|
44
44
|
"scripts": {
|
|
45
45
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
46
46
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -59,11 +59,6 @@
|
|
|
59
59
|
"url": "https://github.com/darekf77/json10/issues"
|
|
60
60
|
},
|
|
61
61
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
62
|
-
"husky": {
|
|
63
|
-
"hooks": {
|
|
64
|
-
"pre-push": "tnp deps:show:if:standalone"
|
|
65
|
-
}
|
|
66
|
-
},
|
|
67
62
|
"devDependencies": {
|
|
68
63
|
"@angular-devkit/build-angular": "0.901.3",
|
|
69
64
|
"@angular-devkit/build-optimizer": "0.900.0-rc.7",
|
|
@@ -84,9 +79,6 @@
|
|
|
84
79
|
"@angular/pwa": "0.900.0-rc.7",
|
|
85
80
|
"@angular/router": "9.1.3",
|
|
86
81
|
"@angular/service-worker": "9.1.3",
|
|
87
|
-
"@iconify/icons-fa-solid": "1.0.1",
|
|
88
|
-
"@iconify/icons-mdi": "1.0.8",
|
|
89
|
-
"@iconify/react": "1.1.3",
|
|
90
82
|
"@mdi/js": "5.8.55",
|
|
91
83
|
"@ngx-formly/bootstrap": "5.5.6",
|
|
92
84
|
"@ngx-formly/core": "5.5.6",
|
|
@@ -132,13 +124,13 @@
|
|
|
132
124
|
"axios": "0.17.1",
|
|
133
125
|
"babel-cli": "6.26.0",
|
|
134
126
|
"babel-preset-env": "1.7.0",
|
|
135
|
-
"background-worker-process": "~0.0.
|
|
127
|
+
"background-worker-process": "~0.0.33",
|
|
136
128
|
"bcryptjs": "2.4.3",
|
|
137
129
|
"body-parser": "1.18.2",
|
|
138
130
|
"bootstrap": "4.3.1",
|
|
139
|
-
"bs4-breakpoint": "~2.0.
|
|
131
|
+
"bs4-breakpoint": "~2.0.38",
|
|
140
132
|
"buffer-shims": "1.0.0",
|
|
141
|
-
"button-dropdown": "~1.0.
|
|
133
|
+
"button-dropdown": "~1.0.43",
|
|
142
134
|
"callsite-record": "4.1.3",
|
|
143
135
|
"chai": "4.2.0",
|
|
144
136
|
"chalk": "2.3.2",
|
|
@@ -184,7 +176,7 @@
|
|
|
184
176
|
"http-proxy": "1.16.2",
|
|
185
177
|
"http-proxy-middleware": "0.19.1",
|
|
186
178
|
"http-server": "0.11.1",
|
|
187
|
-
"incremental-compiler": "~1.1.
|
|
179
|
+
"incremental-compiler": "~1.1.50",
|
|
188
180
|
"inquirer": "7.3.3",
|
|
189
181
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
190
182
|
"is-elevated": "3.0.0",
|
|
@@ -192,7 +184,7 @@
|
|
|
192
184
|
"jasmine-core": "3.5.0",
|
|
193
185
|
"jasmine-spec-reporter": "4.2.1",
|
|
194
186
|
"json-stringify-safe": "5.0.1",
|
|
195
|
-
"json10": "~1.0.
|
|
187
|
+
"json10": "~1.0.31",
|
|
196
188
|
"json5": "2.1.3",
|
|
197
189
|
"json5-writer": "0.2.0",
|
|
198
190
|
"karma": "5.0.0",
|
|
@@ -205,22 +197,22 @@
|
|
|
205
197
|
"lockfile": "1.0.4",
|
|
206
198
|
"lodash": "4.17.4",
|
|
207
199
|
"lowdb": "1.0.0",
|
|
208
|
-
"magic-renamer": "~0.0.
|
|
200
|
+
"magic-renamer": "~0.0.18",
|
|
209
201
|
"material-design-icons": "3.0.1",
|
|
210
202
|
"method-override": "2.3.10",
|
|
211
203
|
"minimist": "1.2.0",
|
|
212
204
|
"mkdirp": "0.5.1",
|
|
213
205
|
"mocha": "5.2.0",
|
|
214
206
|
"moment": "2.22.2",
|
|
215
|
-
"morphi": "~4.0.
|
|
207
|
+
"morphi": "~4.0.52",
|
|
216
208
|
"ng-modal-lib": "0.0.6",
|
|
217
209
|
"ng-packagr": "5.7.1",
|
|
218
|
-
"ng-talkback": "~2.4.
|
|
210
|
+
"ng-talkback": "~2.4.23",
|
|
219
211
|
"ng2-file-upload": "1.3.0",
|
|
220
|
-
"ng2-logger": "~8.0.
|
|
221
|
-
"ng2-rest": "~11.0.
|
|
222
|
-
"ng4-icons": "~0.0.
|
|
223
|
-
"ng4-modal": "~0.0.
|
|
212
|
+
"ng2-logger": "~8.0.18",
|
|
213
|
+
"ng2-rest": "~11.0.39",
|
|
214
|
+
"ng4-icons": "~0.0.28",
|
|
215
|
+
"ng4-modal": "~0.0.28",
|
|
224
216
|
"ngx-bootstrap": "5.2.0",
|
|
225
217
|
"ngx-breadcrumbs": "0.0.3",
|
|
226
218
|
"ngx-editor": "4.1.0",
|
|
@@ -230,7 +222,7 @@
|
|
|
230
222
|
"ngx-toastr": "11.2.1",
|
|
231
223
|
"ngx-wig": "8.0.0",
|
|
232
224
|
"node-cli-test": "0.0.2",
|
|
233
|
-
"node-cli-tester": "~0.0.
|
|
225
|
+
"node-cli-tester": "~0.0.20",
|
|
234
226
|
"node-localstorage": "2.1.6",
|
|
235
227
|
"node-notifier": "6.0.0",
|
|
236
228
|
"nodemon": "1.14.11",
|
|
@@ -251,7 +243,7 @@
|
|
|
251
243
|
"ps-node": "0.1.6",
|
|
252
244
|
"q": "1.5.1",
|
|
253
245
|
"randomcolor": "0.5.3",
|
|
254
|
-
"record-replay-req-res-scenario": "~0.0.
|
|
246
|
+
"record-replay-req-res-scenario": "~0.0.24",
|
|
255
247
|
"reflect-metadata": "0.1.10",
|
|
256
248
|
"rimraf": "2.6.2",
|
|
257
249
|
"rxjs": "6.5.4",
|
|
@@ -260,19 +252,19 @@
|
|
|
260
252
|
"sloc": "0.2.0",
|
|
261
253
|
"socket.io": "2.4.1",
|
|
262
254
|
"sort-package-json": "1.11.0",
|
|
263
|
-
"static-columns": "~2.0.
|
|
255
|
+
"static-columns": "~2.0.6",
|
|
264
256
|
"string-similarity": "4.0.2",
|
|
265
257
|
"sudo-block": "3.0.0",
|
|
266
258
|
"systeminformation": "3.45.7",
|
|
267
259
|
"task.js": "0.1.5",
|
|
268
|
-
"tnp-cli": "~2.0.
|
|
269
|
-
"tnp-config": "~1.0.
|
|
270
|
-
"tnp-core": "~1.0.
|
|
271
|
-
"tnp-db": "~0.0.
|
|
272
|
-
"tnp-helpers": "~0.0.
|
|
273
|
-
"tnp-models": "~0.0.
|
|
274
|
-
"tnp-tools": "~0.0.
|
|
275
|
-
"tnp-ui": "~0.0.
|
|
260
|
+
"tnp-cli": "~2.0.18",
|
|
261
|
+
"tnp-config": "~1.0.18",
|
|
262
|
+
"tnp-core": "~1.0.31",
|
|
263
|
+
"tnp-db": "~0.0.35",
|
|
264
|
+
"tnp-helpers": "~0.0.67",
|
|
265
|
+
"tnp-models": "~0.0.35",
|
|
266
|
+
"tnp-tools": "~0.0.44",
|
|
267
|
+
"tnp-ui": "~0.0.31",
|
|
276
268
|
"ts-loader": "7.0.4",
|
|
277
269
|
"ts-node": "8.3.0",
|
|
278
270
|
"tsickle": "0.26.0",
|
|
@@ -280,28 +272,28 @@
|
|
|
280
272
|
"tslint": "6.1.0",
|
|
281
273
|
"typeorm": "~0.2.7",
|
|
282
274
|
"typescript": "4.1.5",
|
|
283
|
-
"typescript-class-helpers": "~1.0.
|
|
275
|
+
"typescript-class-helpers": "~1.0.40",
|
|
284
276
|
"typescript-formatter": "7.2.2",
|
|
285
277
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
286
278
|
"underscore": "1.9.1",
|
|
287
279
|
"uuid": "8.3.2",
|
|
288
280
|
"validator": "9.2.0",
|
|
289
|
-
"vpn-split": "~0.0.
|
|
281
|
+
"vpn-split": "~0.0.16",
|
|
290
282
|
"watch": "1.0.2",
|
|
291
283
|
"webpack-cli": "3.3.11",
|
|
292
284
|
"zone.js": "0.10.2"
|
|
293
285
|
},
|
|
294
286
|
"dependencies": {
|
|
295
|
-
"lodash-walk-object": "~1.0.
|
|
287
|
+
"lodash-walk-object": "~1.0.33"
|
|
296
288
|
},
|
|
297
289
|
"license": "MIT",
|
|
298
290
|
"private": false,
|
|
299
|
-
"lastBuildTagHash": "
|
|
291
|
+
"lastBuildTagHash": "547d4f88d801972715c58f98f1acbf2a9960e292"
|
|
300
292
|
},
|
|
301
293
|
"build": {
|
|
302
|
-
"number":
|
|
303
|
-
"date": "2021-10-
|
|
304
|
-
"hash": "
|
|
294
|
+
"number": 119,
|
|
295
|
+
"date": "2021-10-18T07:54:42.000Z",
|
|
296
|
+
"hash": "f734afd680cd8895769cb20cc6fe5b63129c4207",
|
|
305
297
|
"options": {}
|
|
306
298
|
},
|
|
307
299
|
"currentProjectName": "json10",
|
|
@@ -309,7 +301,7 @@
|
|
|
309
301
|
"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\"]}]}",
|
|
310
302
|
"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\"}]}",
|
|
311
303
|
"currentProjectType": "isomorphic-lib",
|
|
312
|
-
"currentFrameworkVersion": "0.0.
|
|
304
|
+
"currentFrameworkVersion": "0.0.155",
|
|
313
305
|
"currentProjectIsStrictSite": false,
|
|
314
306
|
"currentProjectIsDependencySite": false,
|
|
315
307
|
"currentProjectIsStatic": false,
|