json10 16.0.47 → 16.0.49
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/README.md +24 -24
- package/client/README.md +24 -24
- package/client/package.json +104 -44
- package/index.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +46 -3
- package/package.json_devDependencies.json +224 -224
- package/package.json_tnp.json5 +54 -54
- package/tmp-environment.json +65 -48
- package/websql/README.md +24 -24
|
@@ -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.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (json10@16.0.49)
|
|
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.
|
package/client/package.json
CHANGED
|
@@ -1,7 +1,50 @@
|
|
|
1
1
|
{
|
|
2
|
+
"tnp": {
|
|
3
|
+
"resources": [],
|
|
4
|
+
"overrided": {
|
|
5
|
+
"includeAsDev": [],
|
|
6
|
+
"includeOnly": [
|
|
7
|
+
"lodash-walk-object"
|
|
8
|
+
],
|
|
9
|
+
"ignoreDepsPattern": [],
|
|
10
|
+
"dependencies": {},
|
|
11
|
+
"linkedFolders": [],
|
|
12
|
+
"npmFixes": []
|
|
13
|
+
},
|
|
14
|
+
"linkedProjects": [],
|
|
15
|
+
"smartContainerBuildTarget": "",
|
|
16
|
+
"linkedRepos": [],
|
|
17
|
+
"libReleaseOptions": {
|
|
18
|
+
"nodts": false,
|
|
19
|
+
"obscure": false,
|
|
20
|
+
"ugly": false,
|
|
21
|
+
"includeNodeModules": false
|
|
22
|
+
},
|
|
23
|
+
"smartContainerTarget": "",
|
|
24
|
+
"type": "isomorphic-lib",
|
|
25
|
+
"version": "v4",
|
|
26
|
+
"additionalNpmNames": [
|
|
27
|
+
"firedev-json"
|
|
28
|
+
],
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"private": false,
|
|
31
|
+
"scripts": {
|
|
32
|
+
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
33
|
+
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
34
|
+
},
|
|
35
|
+
"description": "Handle circural references, comments and many more inside JSON",
|
|
36
|
+
"author": "Dariusz Filipiak",
|
|
37
|
+
"homepage": "https://github.com/darekf77/json10#readme",
|
|
38
|
+
"keywords": [
|
|
39
|
+
"ng2-rest",
|
|
40
|
+
"docs",
|
|
41
|
+
"documentation"
|
|
42
|
+
],
|
|
43
|
+
"workerPlugins": {}
|
|
44
|
+
},
|
|
2
45
|
"name": "json10",
|
|
3
46
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
4
|
-
"version": "16.0.
|
|
47
|
+
"version": "16.0.49",
|
|
5
48
|
"scripts": {
|
|
6
49
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
50
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -21,15 +64,15 @@
|
|
|
21
64
|
},
|
|
22
65
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
66
|
"dependencies": {
|
|
24
|
-
"lodash-walk-object": "~16.0.
|
|
67
|
+
"lodash-walk-object": "~16.0.49"
|
|
25
68
|
},
|
|
26
69
|
"license": "MIT",
|
|
27
70
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
71
|
+
"lastBuildTagHash": "543dbd8b242cf9324fc3c56de533c4fcfae51c8f",
|
|
29
72
|
"devDependencies": {
|
|
30
73
|
"@angular-devkit/build-angular": "~16.0.5",
|
|
31
74
|
"@angular-devkit/core": "~16.0.5",
|
|
32
|
-
"@angular-material-extensions/
|
|
75
|
+
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
33
76
|
"@angular/animations": "~16.0.0",
|
|
34
77
|
"@angular/cdk": "~16.0.3",
|
|
35
78
|
"@angular/cli": "~16.0.5",
|
|
@@ -46,6 +89,8 @@
|
|
|
46
89
|
"@angular/router": "~16.0.0",
|
|
47
90
|
"@angular/service-worker": "~16.0.4",
|
|
48
91
|
"@babel/cli": "7.18.6",
|
|
92
|
+
"@compodoc/compodoc": "1.1.20",
|
|
93
|
+
"@cypress/schematic": "2.5.0",
|
|
49
94
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
50
95
|
"@iconify/icons-mdi": "1.2.1",
|
|
51
96
|
"@mdi/js": "7.2.96",
|
|
@@ -66,7 +111,7 @@
|
|
|
66
111
|
"@ngx-formly/material": "6.1.7",
|
|
67
112
|
"@ngx-translate/core": "15.0.0",
|
|
68
113
|
"@ngx-translate/http-loader": "8.0.0",
|
|
69
|
-
"@
|
|
114
|
+
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
70
115
|
"@testdeck/jest": "0.3.3",
|
|
71
116
|
"@testdeck/mocha": "0.3.3",
|
|
72
117
|
"@types/chai": "4.1.2",
|
|
@@ -80,7 +125,7 @@
|
|
|
80
125
|
"@types/http-proxy": "1.16.0",
|
|
81
126
|
"@types/http-proxy-middleware": "0.19.2",
|
|
82
127
|
"@types/inquirer": "7.3.1",
|
|
83
|
-
"@types/
|
|
128
|
+
"@types/jest": "29.5.2",
|
|
84
129
|
"@types/json-stringify-safe": "5.0.0",
|
|
85
130
|
"@types/json5": "0.0.29",
|
|
86
131
|
"@types/lockfile": "1.0.0",
|
|
@@ -100,18 +145,18 @@
|
|
|
100
145
|
"@types/watch": "1.0.0",
|
|
101
146
|
"accepts": "1.3.4",
|
|
102
147
|
"angular-material-css-vars": "5.0.2",
|
|
103
|
-
"
|
|
148
|
+
"animate.css": "4.1.1 ",
|
|
149
|
+
"any-project-cli": "~16.0.31",
|
|
104
150
|
"axios": "1.3.5",
|
|
105
|
-
"background-worker-process": "~16.0.
|
|
151
|
+
"background-worker-process": "~16.0.48",
|
|
106
152
|
"base32": "0.0.7",
|
|
107
153
|
"bcryptjs": "2.4.3",
|
|
108
154
|
"better-sqlite3": "7.6.2",
|
|
109
155
|
"body-parser": "1.18.2",
|
|
110
156
|
"bootstrap": "4.6.2",
|
|
111
|
-
"bs4-breakpoint": "13.0.33",
|
|
112
157
|
"buffer-shims": "1.0.0",
|
|
113
158
|
"callsite-record": "4.1.3",
|
|
114
|
-
"chai": "4.
|
|
159
|
+
"chai": "4.3.7",
|
|
115
160
|
"chalk": "2.3.2",
|
|
116
161
|
"check-node-version": "3.2.0",
|
|
117
162
|
"cheerio": "1.0.0-rc.3",
|
|
@@ -127,6 +172,7 @@
|
|
|
127
172
|
"cors": "2.8.4",
|
|
128
173
|
"cpr": "3.0.1",
|
|
129
174
|
"cross-spawn": "7.0.3",
|
|
175
|
+
"cypress": "latest",
|
|
130
176
|
"dateformat": "3.0.3",
|
|
131
177
|
"detect-mocha": "0.1.0",
|
|
132
178
|
"diff": "3.2.0",
|
|
@@ -143,13 +189,15 @@
|
|
|
143
189
|
"express-session": "1.17.3",
|
|
144
190
|
"file-loader": "1.1.5",
|
|
145
191
|
"file-saver": "2.0.5",
|
|
192
|
+
"file-type": "18.5.0",
|
|
146
193
|
"firedev": "^16",
|
|
147
|
-
"firedev-crud": "~16.0.
|
|
148
|
-
"firedev-crud-deamon": "~16.0.
|
|
149
|
-
"firedev-ports": "~16.0.
|
|
150
|
-
"firedev-storage": "~16.0.
|
|
151
|
-
"firedev-
|
|
152
|
-
"firedev-
|
|
194
|
+
"firedev-crud": "~16.0.53",
|
|
195
|
+
"firedev-crud-deamon": "~16.0.43",
|
|
196
|
+
"firedev-ports": "~16.0.48",
|
|
197
|
+
"firedev-storage": "~16.0.40",
|
|
198
|
+
"firedev-type-sql": "~16.0.2",
|
|
199
|
+
"firedev-typeorm": "~16.0.37",
|
|
200
|
+
"firedev-ui": "~16.0.7",
|
|
153
201
|
"fkill": "6.1.0",
|
|
154
202
|
"font-awesome": "4.7.0",
|
|
155
203
|
"form-data": "4.0.0",
|
|
@@ -157,60 +205,67 @@
|
|
|
157
205
|
"fuzzy": "0.1.3",
|
|
158
206
|
"glob": "7.1.2",
|
|
159
207
|
"gulp": "3.9.1",
|
|
208
|
+
"helmet": "7.0.0",
|
|
160
209
|
"hostile": "1.3.3",
|
|
161
210
|
"howler": "2.2.3",
|
|
162
211
|
"http-proxy": "1.16.2",
|
|
163
212
|
"http-proxy-middleware": "0.19.1",
|
|
164
213
|
"http-server": "0.11.1",
|
|
214
|
+
"image-focus": "1.2.1",
|
|
215
|
+
"immer": "10.0.2",
|
|
165
216
|
"immutable": "4.3.0",
|
|
166
|
-
"incremental-compiler": "~16.0.
|
|
217
|
+
"incremental-compiler": "~16.0.31",
|
|
167
218
|
"inquirer": "7.3.3",
|
|
168
219
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
169
220
|
"is-elevated": "3.0.0",
|
|
170
|
-
"isomorphic-region-loader": "~16.0.
|
|
221
|
+
"isomorphic-region-loader": "~16.0.41",
|
|
171
222
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
172
|
-
"
|
|
223
|
+
"jest": "29.5.0",
|
|
224
|
+
"jest-date-mock": "1.0.8",
|
|
225
|
+
"jest-junit": "16.0.0",
|
|
226
|
+
"jest-marbles": "latest",
|
|
227
|
+
"jest-preset-angular": "13.1.1",
|
|
228
|
+
"jimp": "0.22.8",
|
|
229
|
+
"joi": "17.9.2",
|
|
173
230
|
"jscodeshift": "0.6.3",
|
|
174
231
|
"json-stringify-safe": "5.0.1",
|
|
175
|
-
"json10": "~16.0.
|
|
176
|
-
"json10-writer": "~16.0.
|
|
232
|
+
"json10": "~16.0.48",
|
|
233
|
+
"json10-writer": "~16.0.44",
|
|
177
234
|
"json5": "2.2.1",
|
|
178
235
|
"json5-writer": "0.2.0",
|
|
179
236
|
"jszip": "3.10.1",
|
|
180
|
-
"karma": "6.4.0",
|
|
181
|
-
"karma-chrome-launcher": "3.2.0",
|
|
182
237
|
"karma-cli": "1.0.1",
|
|
183
|
-
"karma-coverage": "2.2.0",
|
|
184
|
-
"karma-jasmine": "5.1.0",
|
|
185
|
-
"karma-jasmine-html-reporter": "2.0.0",
|
|
186
238
|
"lnk": "1.0.1",
|
|
187
239
|
"localforage": "1.10.0",
|
|
188
240
|
"lockfile": "1.0.4",
|
|
189
241
|
"lodash": "4.17.20",
|
|
190
242
|
"lowdb": "1.0.0",
|
|
191
|
-
"magic-renamer": "~16.0.
|
|
243
|
+
"magic-renamer": "~16.0.46",
|
|
192
244
|
"material-design-icons": "3.0.1",
|
|
193
245
|
"method-override": "2.3.10",
|
|
194
246
|
"minimist": "1.2.0",
|
|
195
247
|
"mkdirp": "0.5.1",
|
|
196
|
-
"mocha": "
|
|
248
|
+
"mocha": "10.2.0",
|
|
197
249
|
"moment": "2.29.3",
|
|
198
|
-
"morphi": "~16.0.
|
|
250
|
+
"morphi": "~16.0.7",
|
|
251
|
+
"ng-for-track-by-property": "16.0.1",
|
|
199
252
|
"ng-in-viewport": "15.0.2",
|
|
253
|
+
"ng-lock": "16.0.1",
|
|
200
254
|
"ng-packagr": "16.0.1",
|
|
201
|
-
"ng-talkback": "~
|
|
202
|
-
"ng2-logger": "~16.0.
|
|
203
|
-
"ng2-rest": "~16.0.
|
|
255
|
+
"ng-talkback": "~16.2.1",
|
|
256
|
+
"ng2-logger": "~16.0.7",
|
|
257
|
+
"ng2-rest": "~16.0.12",
|
|
204
258
|
"ngx-ace-wrapper": "14.0.0",
|
|
205
259
|
"ngx-editor": "15.3.0",
|
|
206
260
|
"ngx-highlightjs": "9.0.0",
|
|
207
261
|
"ngx-moment": "6.0.2",
|
|
208
|
-
"ngx-pipes": "3.
|
|
262
|
+
"ngx-pipes": "3.2.2",
|
|
209
263
|
"ngx-progressbar": "11.0.0",
|
|
210
264
|
"ngx-scrollbar": "12.0.0",
|
|
265
|
+
"ngx-scrolltop": "6.0.0",
|
|
211
266
|
"ngx-store": "3.1.1",
|
|
212
267
|
"ngx-typed-js": "2.1.1",
|
|
213
|
-
"node-cli-tester": "~
|
|
268
|
+
"node-cli-tester": "~16.0.2",
|
|
214
269
|
"node-localstorage": "2.1.6",
|
|
215
270
|
"node-notifier": "6.0.0",
|
|
216
271
|
"nodemon": "1.14.11",
|
|
@@ -230,43 +285,48 @@
|
|
|
230
285
|
"ps-list": "6.1.0",
|
|
231
286
|
"ps-node": "0.1.6",
|
|
232
287
|
"q": "1.5.1",
|
|
288
|
+
"rallax.js": "2.0.4",
|
|
233
289
|
"randomcolor": "0.5.3",
|
|
234
|
-
"record-replay-req-res-scenario": "~
|
|
290
|
+
"record-replay-req-res-scenario": "~16.0.1",
|
|
235
291
|
"reflect-metadata": "0.1.10",
|
|
236
292
|
"rimraf": "2.6.2",
|
|
237
293
|
"rxjs": "~7.8.0",
|
|
238
294
|
"semver": "6.3.0",
|
|
239
295
|
"simple-git": "1.96.0",
|
|
296
|
+
"sinon": "15.2.0",
|
|
240
297
|
"sloc": "0.2.0",
|
|
241
298
|
"socket.io": "2.4.1",
|
|
242
299
|
"sort-package-json": "1.11.0",
|
|
243
300
|
"sql.js": "1.8.0",
|
|
244
|
-
"static-columns": "~16.0.
|
|
301
|
+
"static-columns": "~16.0.5",
|
|
245
302
|
"string-similarity": "4.0.2",
|
|
246
303
|
"sudo-block": "3.0.0",
|
|
304
|
+
"supertest": "6.3.3",
|
|
305
|
+
"sweetalert2": "11.7.12",
|
|
247
306
|
"systeminformation": "3.45.7",
|
|
248
307
|
"task.js": "0.1.5",
|
|
249
308
|
"threads": "1.7.0",
|
|
250
|
-
"tnp-cli": "~16.0.
|
|
251
|
-
"tnp-config": "~16.0.
|
|
252
|
-
"tnp-core": "~16.0.
|
|
253
|
-
"tnp-db": "~16.0.
|
|
254
|
-
"tnp-helpers": "~16.0.
|
|
255
|
-
"tnp-models": "~16.0.
|
|
309
|
+
"tnp-cli": "~16.0.6",
|
|
310
|
+
"tnp-config": "~16.0.12",
|
|
311
|
+
"tnp-core": "~16.0.14",
|
|
312
|
+
"tnp-db": "~16.0.26",
|
|
313
|
+
"tnp-helpers": "~16.0.7",
|
|
314
|
+
"tnp-models": "~16.0.35",
|
|
256
315
|
"ts-debug": "1.3.0",
|
|
257
316
|
"ts-loader": "2.3.1",
|
|
258
317
|
"ts-node": "10.9.1",
|
|
259
318
|
"tslib": "~2.3.0",
|
|
319
|
+
"tslint": "5.9.1",
|
|
260
320
|
"turndown": "7.1.2",
|
|
261
321
|
"typeorm": "~0.3.10",
|
|
262
322
|
"typescript": "~5.0.2",
|
|
263
|
-
"typescript-class-helpers": "~16.0.
|
|
323
|
+
"typescript-class-helpers": "~16.0.17",
|
|
264
324
|
"typescript-formatter": "~7.2.2",
|
|
265
325
|
"underscore": "1.9.1",
|
|
266
326
|
"uuid": "8.3.2",
|
|
267
327
|
"validator": "9.2.0",
|
|
268
328
|
"video.js": "8.3.0",
|
|
269
|
-
"vpn-split": "~
|
|
329
|
+
"vpn-split": "~16.0.1",
|
|
270
330
|
"watch": "1.0.2",
|
|
271
331
|
"yup": "1.1.1",
|
|
272
332
|
"zone.js": "~0.13.0"
|
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,50 @@
|
|
|
1
1
|
{
|
|
2
|
+
"tnp": {
|
|
3
|
+
"resources": [],
|
|
4
|
+
"overrided": {
|
|
5
|
+
"includeAsDev": [],
|
|
6
|
+
"includeOnly": [
|
|
7
|
+
"lodash-walk-object"
|
|
8
|
+
],
|
|
9
|
+
"ignoreDepsPattern": [],
|
|
10
|
+
"dependencies": {},
|
|
11
|
+
"linkedFolders": [],
|
|
12
|
+
"npmFixes": []
|
|
13
|
+
},
|
|
14
|
+
"linkedProjects": [],
|
|
15
|
+
"smartContainerBuildTarget": "",
|
|
16
|
+
"linkedRepos": [],
|
|
17
|
+
"libReleaseOptions": {
|
|
18
|
+
"nodts": false,
|
|
19
|
+
"obscure": false,
|
|
20
|
+
"ugly": false,
|
|
21
|
+
"includeNodeModules": false
|
|
22
|
+
},
|
|
23
|
+
"smartContainerTarget": "",
|
|
24
|
+
"type": "isomorphic-lib",
|
|
25
|
+
"version": "v4",
|
|
26
|
+
"additionalNpmNames": [
|
|
27
|
+
"firedev-json"
|
|
28
|
+
],
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"private": false,
|
|
31
|
+
"scripts": {
|
|
32
|
+
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
33
|
+
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
34
|
+
},
|
|
35
|
+
"description": "Handle circural references, comments and many more inside JSON",
|
|
36
|
+
"author": "Dariusz Filipiak",
|
|
37
|
+
"homepage": "https://github.com/darekf77/json10#readme",
|
|
38
|
+
"keywords": [
|
|
39
|
+
"ng2-rest",
|
|
40
|
+
"docs",
|
|
41
|
+
"documentation"
|
|
42
|
+
],
|
|
43
|
+
"workerPlugins": {}
|
|
44
|
+
},
|
|
2
45
|
"name": "json10",
|
|
3
46
|
"description": "Handle circural references, comments and many more inside JSON",
|
|
4
|
-
"version": "16.0.
|
|
47
|
+
"version": "16.0.49",
|
|
5
48
|
"scripts": {
|
|
6
49
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
7
50
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -21,10 +64,10 @@
|
|
|
21
64
|
},
|
|
22
65
|
"homepage": "https://github.com/darekf77/json10#readme",
|
|
23
66
|
"dependencies": {
|
|
24
|
-
"lodash-walk-object": "~16.0.
|
|
67
|
+
"lodash-walk-object": "~16.0.49"
|
|
25
68
|
},
|
|
26
69
|
"license": "MIT",
|
|
27
70
|
"private": false,
|
|
28
|
-
"lastBuildTagHash": "
|
|
71
|
+
"lastBuildTagHash": "543dbd8b242cf9324fc3c56de533c4fcfae51c8f",
|
|
29
72
|
"devDependencies": {}
|
|
30
73
|
}
|