json10 13.1.45 → 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/README.md +24 -24
- package/browser/lib/index.d.ts +1 -1
- package/browser/package.json +6 -12
- package/client/README.md +24 -24
- package/client/lib/index.d.ts +1 -1
- package/client/package.json +84 -82
- package/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/package.json_devDependencies.json +224 -224
- package/package.json_tnp.json5 +54 -54
- package/tmp-environment.json +89 -87
- package/websql/README.md +24 -24
- package/websql/lib/index.d.ts +1 -1
- package/websql/package.json +6 -12
- package/client/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/{esm2020 → esm2022}/json10.mjs +0 -0
- /package/browser/{esm2020 → esm2022}/lib/index.mjs +0 -0
- /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/browser/{fesm2015 → fesm2022}/json10.mjs +0 -0
- /package/browser/{fesm2015 → fesm2022}/json10.mjs.map +0 -0
- /package/browser/{json10.d.ts → index.d.ts} +0 -0
- /package/client/{esm2020 → esm2022}/json10.mjs +0 -0
- /package/client/{esm2020 → esm2022}/lib/index.mjs +0 -0
- /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{browser/fesm2020 → client/fesm2022}/json10.mjs +0 -0
- /package/{browser/fesm2020 → client/fesm2022}/json10.mjs.map +0 -0
- /package/client/{json10.d.ts → index.d.ts} +0 -0
- /package/websql/{esm2020 → esm2022}/json10.mjs +0 -0
- /package/websql/{esm2020 → esm2022}/lib/index.mjs +0 -0
- /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/websql/{fesm2015 → fesm2022}/json10.mjs +0 -0
- /package/websql/{fesm2015 → fesm2022}/json10.mjs.map +0 -0
- /package/websql/{json10.d.ts → index.d.ts} +0 -0
|
@@ -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@
|
|
3
|
+
Assets from this folder are being shipped with this npm package (json10@16.0.46)
|
|
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/browser/lib/index.d.ts
CHANGED
package/browser/package.json
CHANGED
|
@@ -8,23 +8,17 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
|
10
10
|
},
|
|
11
|
-
"module": "
|
|
12
|
-
"
|
|
13
|
-
"esm2020": "esm2020/json10.mjs",
|
|
14
|
-
"fesm2020": "fesm2020/json10.mjs",
|
|
15
|
-
"fesm2015": "fesm2015/json10.mjs",
|
|
16
|
-
"typings": "json10.d.ts",
|
|
11
|
+
"module": "fesm2022/json10.mjs",
|
|
12
|
+
"typings": "index.d.ts",
|
|
17
13
|
"exports": {
|
|
18
14
|
"./package.json": {
|
|
19
15
|
"default": "./package.json"
|
|
20
16
|
},
|
|
21
17
|
".": {
|
|
22
|
-
"types": "./
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"node": "./fesm2015/json10.mjs",
|
|
27
|
-
"default": "./fesm2020/json10.mjs"
|
|
18
|
+
"types": "./index.d.ts",
|
|
19
|
+
"esm2022": "./esm2022/json10.mjs",
|
|
20
|
+
"esm": "./esm2022/json10.mjs",
|
|
21
|
+
"default": "./fesm2022/json10.mjs"
|
|
28
22
|
}
|
|
29
23
|
},
|
|
30
24
|
"sideEffects": false
|
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/lib/index.d.ts
CHANGED
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,52 +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/elements": "~
|
|
41
|
-
"@angular/
|
|
42
|
-
"@angular/
|
|
43
|
-
"@angular/
|
|
44
|
-
"@angular/platform-browser": "~
|
|
45
|
-
"@angular/
|
|
46
|
-
"@angular/
|
|
47
|
-
"@angular/
|
|
48
|
-
"@angular/service-worker": "~13.3.11",
|
|
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",
|
|
49
48
|
"@babel/cli": "7.18.6",
|
|
50
49
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
51
50
|
"@iconify/icons-mdi": "1.2.1",
|
|
52
|
-
"@mdi/js": "
|
|
53
|
-
"@ng-matero/extensions": "
|
|
51
|
+
"@mdi/js": "7.2.96",
|
|
52
|
+
"@ng-matero/extensions": "16.0.0",
|
|
54
53
|
"@ngneat/falso": "6.4.0",
|
|
55
|
-
"@ngneat/hot-toast": "
|
|
56
|
-
"@ngneat/overview": "
|
|
57
|
-
"@ngneat/
|
|
58
|
-
"@ngrx/component-store": "~
|
|
59
|
-
"@ngrx/data": "~
|
|
60
|
-
"@ngrx/effects": "~
|
|
61
|
-
"@ngrx/entity": "~
|
|
62
|
-
"@ngrx/router-store": "~
|
|
63
|
-
"@ngrx/schematics": "~
|
|
64
|
-
"@ngrx/store": "~
|
|
65
|
-
"@ngrx/store-devtools": "~
|
|
66
|
-
"@ngx-formly/core": "6.
|
|
67
|
-
"@ngx-formly/material": "6.
|
|
68
|
-
"@ngx-translate/core": "
|
|
69
|
-
"@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",
|
|
70
72
|
"@types/chai": "4.1.2",
|
|
71
73
|
"@types/chokidar": "2.1.3",
|
|
72
74
|
"@types/dateformat": "1.0.1",
|
|
@@ -78,7 +80,7 @@
|
|
|
78
80
|
"@types/http-proxy": "1.16.0",
|
|
79
81
|
"@types/http-proxy-middleware": "0.19.2",
|
|
80
82
|
"@types/inquirer": "7.3.1",
|
|
81
|
-
"@types/jasmine": "3.
|
|
83
|
+
"@types/jasmine": "4.3.0",
|
|
82
84
|
"@types/json-stringify-safe": "5.0.0",
|
|
83
85
|
"@types/json5": "0.0.29",
|
|
84
86
|
"@types/lockfile": "1.0.0",
|
|
@@ -97,10 +99,10 @@
|
|
|
97
99
|
"@types/vinyl": "2.0.2",
|
|
98
100
|
"@types/watch": "1.0.0",
|
|
99
101
|
"accepts": "1.3.4",
|
|
100
|
-
"angular-material-css-vars": "5.0.
|
|
101
|
-
"any-project-cli": "~13.1.
|
|
102
|
+
"angular-material-css-vars": "5.0.2",
|
|
103
|
+
"any-project-cli": "~13.1.28",
|
|
102
104
|
"axios": "1.3.5",
|
|
103
|
-
"background-worker-process": "~13.1.
|
|
105
|
+
"background-worker-process": "~13.1.45",
|
|
104
106
|
"base32": "0.0.7",
|
|
105
107
|
"bcryptjs": "2.4.3",
|
|
106
108
|
"better-sqlite3": "7.6.2",
|
|
@@ -141,13 +143,13 @@
|
|
|
141
143
|
"express-session": "1.17.3",
|
|
142
144
|
"file-loader": "1.1.5",
|
|
143
145
|
"file-saver": "2.0.5",
|
|
144
|
-
"firedev": "^
|
|
145
|
-
"firedev-crud": "~13.1.
|
|
146
|
-
"firedev-crud-deamon": "~13.1.
|
|
147
|
-
"firedev-ports": "~13.1.
|
|
148
|
-
"firedev-storage": "~13.2.
|
|
149
|
-
"firedev-typeorm": "~13.1.
|
|
150
|
-
"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",
|
|
151
153
|
"fkill": "6.1.0",
|
|
152
154
|
"font-awesome": "4.7.0",
|
|
153
155
|
"form-data": "4.0.0",
|
|
@@ -161,51 +163,51 @@
|
|
|
161
163
|
"http-proxy-middleware": "0.19.1",
|
|
162
164
|
"http-server": "0.11.1",
|
|
163
165
|
"immutable": "4.3.0",
|
|
164
|
-
"incremental-compiler": "~
|
|
166
|
+
"incremental-compiler": "~16.0.28",
|
|
165
167
|
"inquirer": "7.3.3",
|
|
166
168
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
167
169
|
"is-elevated": "3.0.0",
|
|
168
|
-
"isomorphic-region-loader": "~13.1.
|
|
170
|
+
"isomorphic-region-loader": "~13.1.38",
|
|
169
171
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
170
|
-
"jasmine-core": "4.
|
|
172
|
+
"jasmine-core": "4.6.0",
|
|
171
173
|
"jscodeshift": "0.6.3",
|
|
172
174
|
"json-stringify-safe": "5.0.1",
|
|
173
|
-
"json10": "~13.1.
|
|
174
|
-
"json10-writer": "~13.1.
|
|
175
|
+
"json10": "~13.1.45",
|
|
176
|
+
"json10-writer": "~13.1.41",
|
|
175
177
|
"json5": "2.2.1",
|
|
176
178
|
"json5-writer": "0.2.0",
|
|
177
179
|
"jszip": "3.10.1",
|
|
178
|
-
"karma": "6.
|
|
179
|
-
"karma-chrome-launcher": "3.
|
|
180
|
+
"karma": "6.4.0",
|
|
181
|
+
"karma-chrome-launcher": "3.2.0",
|
|
180
182
|
"karma-cli": "1.0.1",
|
|
181
|
-
"karma-coverage": "2.
|
|
182
|
-
"karma-jasmine": "
|
|
183
|
-
"karma-jasmine-html-reporter": "
|
|
183
|
+
"karma-coverage": "2.2.0",
|
|
184
|
+
"karma-jasmine": "5.1.0",
|
|
185
|
+
"karma-jasmine-html-reporter": "2.0.0",
|
|
184
186
|
"lnk": "1.0.1",
|
|
185
187
|
"localforage": "1.10.0",
|
|
186
188
|
"lockfile": "1.0.4",
|
|
187
189
|
"lodash": "4.17.20",
|
|
188
190
|
"lowdb": "1.0.0",
|
|
189
|
-
"magic-renamer": "~13.1.
|
|
191
|
+
"magic-renamer": "~13.1.42",
|
|
190
192
|
"material-design-icons": "3.0.1",
|
|
191
193
|
"method-override": "2.3.10",
|
|
192
194
|
"minimist": "1.2.0",
|
|
193
195
|
"mkdirp": "0.5.1",
|
|
194
196
|
"mocha": "5.2.0",
|
|
195
197
|
"moment": "2.29.3",
|
|
196
|
-
"morphi": "~
|
|
197
|
-
"ng-in-viewport": "
|
|
198
|
-
"ng-packagr": "
|
|
198
|
+
"morphi": "~16.0.2",
|
|
199
|
+
"ng-in-viewport": "15.0.2",
|
|
200
|
+
"ng-packagr": "16.0.1",
|
|
199
201
|
"ng-talkback": "~13.1.19",
|
|
200
|
-
"ng2-logger": "~
|
|
201
|
-
"ng2-rest": "~13.2.
|
|
202
|
-
"ngx-ace-wrapper": "
|
|
203
|
-
"ngx-editor": "
|
|
204
|
-
"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",
|
|
205
207
|
"ngx-moment": "6.0.2",
|
|
206
208
|
"ngx-pipes": "3.0.0",
|
|
207
|
-
"ngx-progressbar": "
|
|
208
|
-
"ngx-scrollbar": "
|
|
209
|
+
"ngx-progressbar": "11.0.0",
|
|
210
|
+
"ngx-scrollbar": "12.0.0",
|
|
209
211
|
"ngx-store": "3.1.1",
|
|
210
212
|
"ngx-typed-js": "2.1.1",
|
|
211
213
|
"node-cli-tester": "~13.1.19",
|
|
@@ -232,33 +234,33 @@
|
|
|
232
234
|
"record-replay-req-res-scenario": "~13.1.20",
|
|
233
235
|
"reflect-metadata": "0.1.10",
|
|
234
236
|
"rimraf": "2.6.2",
|
|
235
|
-
"rxjs": "~7.
|
|
237
|
+
"rxjs": "~7.8.0",
|
|
236
238
|
"semver": "6.3.0",
|
|
237
239
|
"simple-git": "1.96.0",
|
|
238
240
|
"sloc": "0.2.0",
|
|
239
241
|
"socket.io": "2.4.1",
|
|
240
242
|
"sort-package-json": "1.11.0",
|
|
241
243
|
"sql.js": "1.8.0",
|
|
242
|
-
"static-columns": "~
|
|
244
|
+
"static-columns": "~16.0.1",
|
|
243
245
|
"string-similarity": "4.0.2",
|
|
244
246
|
"sudo-block": "3.0.0",
|
|
245
247
|
"systeminformation": "3.45.7",
|
|
246
248
|
"task.js": "0.1.5",
|
|
247
249
|
"threads": "1.7.0",
|
|
248
|
-
"tnp-cli": "~
|
|
249
|
-
"tnp-config": "~
|
|
250
|
-
"tnp-core": "~
|
|
251
|
-
"tnp-db": "~13.1.
|
|
252
|
-
"tnp-helpers": "~13.1.
|
|
253
|
-
"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",
|
|
254
256
|
"ts-debug": "1.3.0",
|
|
255
257
|
"ts-loader": "2.3.1",
|
|
256
|
-
"ts-node": "10.
|
|
258
|
+
"ts-node": "10.9.1",
|
|
257
259
|
"tslib": "~2.3.0",
|
|
258
260
|
"turndown": "7.1.2",
|
|
259
261
|
"typeorm": "~0.3.10",
|
|
260
|
-
"typescript": "~
|
|
261
|
-
"typescript-class-helpers": "~
|
|
262
|
+
"typescript": "~5.0.2",
|
|
263
|
+
"typescript-class-helpers": "~16.0.14",
|
|
262
264
|
"typescript-formatter": "~7.2.2",
|
|
263
265
|
"underscore": "1.9.1",
|
|
264
266
|
"uuid": "8.3.2",
|
|
@@ -267,6 +269,6 @@
|
|
|
267
269
|
"vpn-split": "~13.1.23",
|
|
268
270
|
"watch": "1.0.2",
|
|
269
271
|
"yup": "1.1.1",
|
|
270
|
-
"zone.js": "~0.
|
|
272
|
+
"zone.js": "~0.13.0"
|
|
271
273
|
}
|
|
272
274
|
}
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/json10/tmp-bundle-release/bundle/project/json10/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
|
package/lib/index.d.ts
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["C:/Users/darek/projects/npm/firedev-io/json10/tmp-bundle-release/bundle/project/json10/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": "
|
|
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
|
}
|