vpn-split 13.1.23 → 16.0.1
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/bin/vpn-split +11 -11
- package/bin/vpn-split-debug +11 -11
- package/browser/README.md +24 -24
- package/{client/esm2020 → browser/esm2022}/lib/index.mjs +2 -2
- package/{client/fesm2015 → browser/fesm2022}/vpn-split.mjs +1 -1
- package/browser/fesm2022/vpn-split.mjs.map +1 -0
- package/browser/package.json +6 -12
- package/client/README.md +24 -24
- package/{browser/esm2020 → client/esm2022}/lib/index.mjs +2 -2
- package/{browser/fesm2015 → client/fesm2022}/vpn-split.mjs +1 -1
- package/client/fesm2022/vpn-split.mjs.map +1 -0
- package/client/package.json +290 -25
- package/index.js.map +1 -1
- package/lib/hostile.backend.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib/models.backend.d.ts +2 -2
- package/lib/models.backend.js.map +1 -1
- package/lib/start.backend.js.map +1 -1
- package/lib/vpn-split.backend.d.ts +2 -1
- package/lib/vpn-split.backend.js +1 -2
- package/lib/vpn-split.backend.js.map +1 -1
- package/package.json +38 -6
- package/package.json_devDependencies.json +222 -222
- package/package.json_tnp.json5 +39 -33
- package/tmp-environment.json +226 -204
- package/websql/README.md +24 -24
- package/websql/{esm2020 → esm2022}/lib/index.mjs +2 -2
- package/{browser/fesm2020 → websql/fesm2022}/vpn-split.mjs +1 -1
- package/websql/fesm2022/vpn-split.mjs.map +1 -0
- package/websql/package.json +6 -12
- package/app.d.ts +0 -0
- package/app.js +0 -6
- package/app.js.map +0 -1
- package/browser/fesm2015/vpn-split.mjs.map +0 -1
- package/browser/fesm2020/vpn-split.mjs.map +0 -1
- package/client/fesm2015/vpn-split.mjs.map +0 -1
- package/client/fesm2020/vpn-split.mjs +0 -14
- package/client/fesm2020/vpn-split.mjs.map +0 -1
- package/websql/fesm2015/vpn-split.mjs +0 -14
- package/websql/fesm2015/vpn-split.mjs.map +0 -1
- package/websql/fesm2020/vpn-split.mjs +0 -14
- package/websql/fesm2020/vpn-split.mjs.map +0 -1
- /package/browser/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/browser/{esm2020 → esm2022}/vpn-split.mjs +0 -0
- /package/browser/{vpn-split.d.ts → index.d.ts} +0 -0
- /package/client/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/client/{esm2020 → esm2022}/vpn-split.mjs +0 -0
- /package/client/{vpn-split.d.ts → index.d.ts} +0 -0
- /package/websql/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/websql/{esm2020 → esm2022}/vpn-split.mjs +0 -0
- /package/websql/{vpn-split.d.ts → index.d.ts} +0 -0
package/package.json_tnp.json5
CHANGED
|
@@ -1,34 +1,40 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"linkedFolders": [],
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
{
|
|
2
|
+
"resources": [],
|
|
3
|
+
|
|
4
|
+
"overrided": {
|
|
5
|
+
"linkedFolders": [],
|
|
6
|
+
|
|
7
|
+
"ignoreDepsPattern": [
|
|
8
|
+
"*"
|
|
9
|
+
],
|
|
10
|
+
|
|
11
|
+
"includeAsDev": [],
|
|
12
|
+
|
|
13
|
+
"includeOnly": [
|
|
14
|
+
"tnp-db",
|
|
15
|
+
"hostile",
|
|
16
|
+
"is-elevated"
|
|
17
|
+
],
|
|
18
|
+
|
|
19
|
+
"dependencies": {},
|
|
20
|
+
'npmFixes': [],
|
|
21
|
+
},
|
|
22
|
+
|
|
23
|
+
"linkedProjects": [],
|
|
24
|
+
'smartContainerBuildTarget': '',
|
|
25
|
+
'linkedRepos': [],
|
|
26
|
+
|
|
27
|
+
"libReleaseOptions": {
|
|
28
|
+
"nodts": false,
|
|
29
|
+
"obscure": false,
|
|
30
|
+
"ugly": false,
|
|
31
|
+
'includeNodeModules': false,
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
'smartContainerTarget': '',
|
|
35
|
+
"type": "isomorphic-lib",
|
|
36
|
+
"version": "v4",
|
|
37
|
+
"license": "MIT",
|
|
38
|
+
"private": false,
|
|
39
|
+
"workerPlugins": {},
|
|
34
40
|
}
|
package/tmp-environment.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"domain": "vpn-split.example.domain.com",
|
|
3
|
-
"
|
|
3
|
+
"isCoreProject": false,
|
|
4
4
|
"ip": "localhost",
|
|
5
5
|
"packageJSON": {
|
|
6
6
|
"tnp": {
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"hostile",
|
|
17
17
|
"is-elevated"
|
|
18
18
|
],
|
|
19
|
-
"dependencies": {}
|
|
19
|
+
"dependencies": {},
|
|
20
|
+
"npmFixes": []
|
|
20
21
|
},
|
|
21
22
|
"linkedProjects": [],
|
|
22
23
|
"smartContainerBuildTarget": "",
|
|
@@ -24,19 +25,20 @@
|
|
|
24
25
|
"libReleaseOptions": {
|
|
25
26
|
"nodts": false,
|
|
26
27
|
"obscure": false,
|
|
27
|
-
"ugly": false
|
|
28
|
+
"ugly": false,
|
|
29
|
+
"includeNodeModules": false
|
|
28
30
|
},
|
|
29
31
|
"smartContainerTarget": "",
|
|
30
32
|
"type": "isomorphic-lib",
|
|
31
|
-
"version": "
|
|
33
|
+
"version": "v4",
|
|
32
34
|
"license": "MIT",
|
|
33
35
|
"private": false,
|
|
34
36
|
"workerPlugins": {}
|
|
35
37
|
},
|
|
36
38
|
"dependencies": {
|
|
37
|
-
"hostile": "
|
|
38
|
-
"is-elevated": "
|
|
39
|
-
"tnp-db": "~
|
|
39
|
+
"hostile": "1.3.3",
|
|
40
|
+
"is-elevated": "3.0.0",
|
|
41
|
+
"tnp-db": "~16.0.26"
|
|
40
42
|
},
|
|
41
43
|
"name": "vpn-split",
|
|
42
44
|
"license": "MIT",
|
|
@@ -45,249 +47,269 @@
|
|
|
45
47
|
"vpn-split": "bin/vpn-split",
|
|
46
48
|
"vpn-split-debug": "bin/vpn-split-debug"
|
|
47
49
|
},
|
|
48
|
-
"version": "
|
|
49
|
-
"lastBuildTagHash": "
|
|
50
|
+
"version": "16.0.1",
|
|
51
|
+
"lastBuildTagHash": "e882270b055cbac611b01e15159d18a481f69cc0",
|
|
50
52
|
"devDependencies": {
|
|
51
|
-
"@angular-devkit/build-angular": "~
|
|
52
|
-
"@angular-devkit/core": "~
|
|
53
|
-
"@angular/
|
|
54
|
-
"@angular/
|
|
55
|
-
"@angular/
|
|
56
|
-
"@angular/
|
|
57
|
-
"@angular/
|
|
58
|
-
"@angular/
|
|
59
|
-
"@angular/
|
|
60
|
-
"@angular/
|
|
61
|
-
"@angular/
|
|
62
|
-
"@angular/
|
|
63
|
-
"@angular/
|
|
64
|
-
"@angular/
|
|
65
|
-
"@angular/
|
|
66
|
-
"@angular/
|
|
67
|
-
"@
|
|
53
|
+
"@angular-devkit/build-angular": "~16.0.5",
|
|
54
|
+
"@angular-devkit/core": "~16.0.5",
|
|
55
|
+
"@angular-material-extensions/password-strength": "~12.1.0",
|
|
56
|
+
"@angular/animations": "~16.0.0",
|
|
57
|
+
"@angular/cdk": "~16.0.3",
|
|
58
|
+
"@angular/cli": "~16.0.5",
|
|
59
|
+
"@angular/common": "~16.0.0",
|
|
60
|
+
"@angular/compiler": "~16.0.0",
|
|
61
|
+
"@angular/compiler-cli": "~16.0.4",
|
|
62
|
+
"@angular/core": "~16.0.0",
|
|
63
|
+
"@angular/elements": "~16.0.4",
|
|
64
|
+
"@angular/forms": "~16.0.0",
|
|
65
|
+
"@angular/material": "~16.0.3",
|
|
66
|
+
"@angular/platform-browser": "~16.0.4",
|
|
67
|
+
"@angular/platform-browser-dynamic": "~16.0.4",
|
|
68
|
+
"@angular/pwa": "~16.0.5",
|
|
69
|
+
"@angular/router": "~16.0.0",
|
|
70
|
+
"@angular/service-worker": "~16.0.4",
|
|
71
|
+
"@babel/cli": "7.18.6",
|
|
68
72
|
"@iconify/icons-fa-solid": "1.2.2",
|
|
69
73
|
"@iconify/icons-mdi": "1.2.1",
|
|
70
|
-
"@mdi/js": "
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@ngrx/
|
|
77
|
-
"@ngrx/
|
|
78
|
-
"@ngrx/
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@
|
|
83
|
-
"@
|
|
84
|
-
"@ngx-
|
|
85
|
-
"@ngx-
|
|
86
|
-
"@ngx-translate/core": "
|
|
87
|
-
"@ngx-translate/http-loader": "
|
|
88
|
-
"@
|
|
89
|
-
"@
|
|
74
|
+
"@mdi/js": "7.2.96",
|
|
75
|
+
"@ng-matero/extensions": "16.0.0",
|
|
76
|
+
"@ngneat/falso": "6.4.0",
|
|
77
|
+
"@ngneat/hot-toast": "5.0.1",
|
|
78
|
+
"@ngneat/overview": "5.0.0",
|
|
79
|
+
"@ngneat/spectator": "15.0.0",
|
|
80
|
+
"@ngrx/component-store": "~16.0.1",
|
|
81
|
+
"@ngrx/data": "~16.0.1",
|
|
82
|
+
"@ngrx/effects": "~16.0.1",
|
|
83
|
+
"@ngrx/entity": "~16.0.1",
|
|
84
|
+
"@ngrx/router-store": "~16.0.1",
|
|
85
|
+
"@ngrx/schematics": "~16.0.1",
|
|
86
|
+
"@ngrx/store": "~16.0.1",
|
|
87
|
+
"@ngrx/store-devtools": "~16.0.1",
|
|
88
|
+
"@ngx-formly/core": "6.1.7",
|
|
89
|
+
"@ngx-formly/material": "6.1.7",
|
|
90
|
+
"@ngx-translate/core": "15.0.0",
|
|
91
|
+
"@ngx-translate/http-loader": "8.0.0",
|
|
92
|
+
"@sweetalert2/ngx-sweetalert2": "12.1.0",
|
|
93
|
+
"@testdeck/jasmine": "0.3.3",
|
|
94
|
+
"@testdeck/jest": "0.3.3",
|
|
95
|
+
"@testdeck/mocha": "0.3.3",
|
|
96
|
+
"@types/chai": "4.1.2",
|
|
90
97
|
"@types/chokidar": "2.1.3",
|
|
91
|
-
"@types/dateformat": "
|
|
92
|
-
"@types/diff": "
|
|
93
|
-
"@types/express": "
|
|
94
|
-
"@types/express-fileupload": "
|
|
95
|
-
"@types/fs-extra": "
|
|
96
|
-
"@types/glob": "
|
|
97
|
-
"@types/http-proxy": "
|
|
98
|
+
"@types/dateformat": "1.0.1",
|
|
99
|
+
"@types/diff": "3.2.2",
|
|
100
|
+
"@types/express": "4.11.0",
|
|
101
|
+
"@types/express-fileupload": "1.4.1",
|
|
102
|
+
"@types/fs-extra": "7.0.0",
|
|
103
|
+
"@types/glob": "5.0.35",
|
|
104
|
+
"@types/http-proxy": "1.16.0",
|
|
98
105
|
"@types/http-proxy-middleware": "0.19.2",
|
|
99
|
-
"@types/inquirer": "
|
|
100
|
-
"@types/jasmine": "
|
|
101
|
-
"@types/json-stringify-safe": "
|
|
106
|
+
"@types/inquirer": "7.3.1",
|
|
107
|
+
"@types/jasmine": "4.3.0",
|
|
108
|
+
"@types/json-stringify-safe": "5.0.0",
|
|
102
109
|
"@types/json5": "0.0.29",
|
|
103
|
-
"@types/lockfile": "
|
|
110
|
+
"@types/lockfile": "1.0.0",
|
|
104
111
|
"@types/lodash": "4.14.92",
|
|
105
|
-
"@types/lowdb": "
|
|
106
|
-
"@types/mocha": "
|
|
107
|
-
"@types/node": "
|
|
108
|
-
"@types/node-notifier": "
|
|
109
|
-
"@types/oauth2orize": "
|
|
110
|
-
"@types/password-hash": "
|
|
111
|
-
"@types/progress": "
|
|
112
|
+
"@types/lowdb": "1.0.6",
|
|
113
|
+
"@types/mocha": "5.2.5",
|
|
114
|
+
"@types/node": "16.18.21",
|
|
115
|
+
"@types/node-notifier": "5.4.0",
|
|
116
|
+
"@types/oauth2orize": "1.8.0",
|
|
117
|
+
"@types/password-hash": "1.2.19",
|
|
118
|
+
"@types/progress": "2.0.3",
|
|
112
119
|
"@types/q": "1.5.5",
|
|
113
|
-
"@types/rimraf": "
|
|
120
|
+
"@types/rimraf": "2.0.2",
|
|
114
121
|
"@types/semver": "6.0.1",
|
|
115
|
-
"@types/systeminformation": "
|
|
116
|
-
"@types/vinyl": "
|
|
117
|
-
"@types/watch": "
|
|
118
|
-
"accepts": "
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
+
"@types/systeminformation": "3.23.0",
|
|
123
|
+
"@types/vinyl": "2.0.2",
|
|
124
|
+
"@types/watch": "1.0.0",
|
|
125
|
+
"accepts": "1.3.4",
|
|
126
|
+
"angular-material-css-vars": "5.0.2",
|
|
127
|
+
"any-project-cli": "~16.0.31",
|
|
128
|
+
"axios": "1.3.5",
|
|
129
|
+
"background-worker-process": "~16.0.48",
|
|
130
|
+
"base32": "0.0.7",
|
|
122
131
|
"bcryptjs": "2.4.3",
|
|
123
132
|
"better-sqlite3": "7.6.2",
|
|
124
|
-
"body-parser": "
|
|
125
|
-
"bootstrap": "
|
|
126
|
-
"
|
|
127
|
-
"buffer-shims": "^1.0.0",
|
|
133
|
+
"body-parser": "1.18.2",
|
|
134
|
+
"bootstrap": "4.6.2",
|
|
135
|
+
"buffer-shims": "1.0.0",
|
|
128
136
|
"callsite-record": "4.1.3",
|
|
129
|
-
"chai": "
|
|
130
|
-
"chalk": "
|
|
131
|
-
"check-node-version": "
|
|
137
|
+
"chai": "4.2.0",
|
|
138
|
+
"chalk": "2.3.2",
|
|
139
|
+
"check-node-version": "3.2.0",
|
|
132
140
|
"cheerio": "1.0.0-rc.3",
|
|
133
141
|
"chokidar": "3.5.1",
|
|
134
|
-
"circular-json": "
|
|
135
|
-
"
|
|
142
|
+
"circular-json": "0.5.1",
|
|
143
|
+
"class-validator": "0.14.0",
|
|
144
|
+
"command-exists": "1.2.2",
|
|
136
145
|
"compression": "1.7.4",
|
|
137
|
-
"concurrently": "
|
|
138
|
-
"content-type": "
|
|
139
|
-
"cookie-parser": "
|
|
140
|
-
"copy-paste": "
|
|
141
|
-
"cors": "
|
|
142
|
-
"cpr": "
|
|
143
|
-
"cross-spawn": "
|
|
144
|
-
"dateformat": "
|
|
146
|
+
"concurrently": "3.5.1",
|
|
147
|
+
"content-type": "1.0.4",
|
|
148
|
+
"cookie-parser": "1.4.3",
|
|
149
|
+
"copy-paste": "1.5.3",
|
|
150
|
+
"cors": "2.8.4",
|
|
151
|
+
"cpr": "3.0.1",
|
|
152
|
+
"cross-spawn": "7.0.3",
|
|
153
|
+
"dateformat": "3.0.3",
|
|
145
154
|
"detect-mocha": "0.1.0",
|
|
146
|
-
"diff": "
|
|
155
|
+
"diff": "3.2.0",
|
|
147
156
|
"element-resize-detector": "1.1.15",
|
|
148
|
-
"enquirer": "
|
|
157
|
+
"enquirer": "2.3.0",
|
|
149
158
|
"enum-values": "1.2.1",
|
|
150
|
-
"errorhandler": "
|
|
159
|
+
"errorhandler": "1.5.0",
|
|
151
160
|
"eslint": "7.13.0",
|
|
152
161
|
"eslint-plugin-import": "2.22.1",
|
|
153
162
|
"eslint-plugin-jsdoc": "30.7.8",
|
|
154
163
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
155
|
-
"express": "
|
|
156
|
-
"express-fileupload": "
|
|
164
|
+
"express": "4.16.3",
|
|
165
|
+
"express-fileupload": "1.4.0",
|
|
157
166
|
"express-session": "1.17.3",
|
|
158
|
-
"
|
|
159
|
-
"file-
|
|
160
|
-
"firedev
|
|
161
|
-
"firedev-crud
|
|
162
|
-
"firedev-
|
|
163
|
-
"firedev-
|
|
164
|
-
"firedev-
|
|
167
|
+
"file-loader": "1.1.5",
|
|
168
|
+
"file-saver": "2.0.5",
|
|
169
|
+
"firedev": "^16",
|
|
170
|
+
"firedev-crud": "~16.0.53",
|
|
171
|
+
"firedev-crud-deamon": "~16.0.43",
|
|
172
|
+
"firedev-ports": "~16.0.48",
|
|
173
|
+
"firedev-storage": "~16.0.40",
|
|
174
|
+
"firedev-type-sql": "~16.0.1",
|
|
175
|
+
"firedev-typeorm": "~16.0.37",
|
|
176
|
+
"firedev-ui": "~16.0.7",
|
|
165
177
|
"fkill": "6.1.0",
|
|
166
|
-
"font-awesome": "
|
|
178
|
+
"font-awesome": "4.7.0",
|
|
179
|
+
"form-data": "4.0.0",
|
|
167
180
|
"fs-extra": "8.1.0",
|
|
168
|
-
"fuzzy": "
|
|
169
|
-
"glob": "
|
|
170
|
-
"gulp": "
|
|
171
|
-
"
|
|
181
|
+
"fuzzy": "0.1.3",
|
|
182
|
+
"glob": "7.1.2",
|
|
183
|
+
"gulp": "3.9.1",
|
|
184
|
+
"howler": "2.2.3",
|
|
185
|
+
"http-proxy": "1.16.2",
|
|
172
186
|
"http-proxy-middleware": "0.19.1",
|
|
173
187
|
"http-server": "0.11.1",
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"inquirer
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"karma
|
|
190
|
-
"karma-
|
|
191
|
-
"karma-
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"lodash
|
|
199
|
-
"lodash
|
|
200
|
-
"lowdb": "
|
|
201
|
-
"magic-renamer": "~
|
|
188
|
+
"immutable": "4.3.0",
|
|
189
|
+
"incremental-compiler": "~16.0.30",
|
|
190
|
+
"inquirer": "7.3.3",
|
|
191
|
+
"inquirer-autocomplete-prompt": "1.3.0",
|
|
192
|
+
"isomorphic-region-loader": "~16.0.41",
|
|
193
|
+
"istanbul-instrumenter-loader": "2.0.0",
|
|
194
|
+
"jasmine-core": "4.6.0",
|
|
195
|
+
"jimp": "0.22.8",
|
|
196
|
+
"jscodeshift": "0.6.3",
|
|
197
|
+
"json-stringify-safe": "5.0.1",
|
|
198
|
+
"json10": "~16.0.48",
|
|
199
|
+
"json10-writer": "~16.0.44",
|
|
200
|
+
"json5": "2.2.1",
|
|
201
|
+
"json5-writer": "0.2.0",
|
|
202
|
+
"jszip": "3.10.1",
|
|
203
|
+
"karma": "6.4.0",
|
|
204
|
+
"karma-chrome-launcher": "3.2.0",
|
|
205
|
+
"karma-cli": "1.0.1",
|
|
206
|
+
"karma-coverage": "2.2.0",
|
|
207
|
+
"karma-jasmine": "5.1.0",
|
|
208
|
+
"karma-jasmine-html-reporter": "2.0.0",
|
|
209
|
+
"lnk": "1.0.1",
|
|
210
|
+
"localforage": "1.10.0",
|
|
211
|
+
"lockfile": "1.0.4",
|
|
212
|
+
"lodash": "4.17.20",
|
|
213
|
+
"lodash-walk-object": "~16.0.48",
|
|
214
|
+
"lowdb": "1.0.0",
|
|
215
|
+
"magic-renamer": "~16.0.45",
|
|
202
216
|
"material-design-icons": "3.0.1",
|
|
203
|
-
"method-override": "
|
|
204
|
-
"minimist": "
|
|
205
|
-
"mkdirp": "
|
|
206
|
-
"mocha": "
|
|
207
|
-
"moment": "
|
|
208
|
-
"morphi": "~
|
|
209
|
-
"ng-
|
|
210
|
-
"ng-
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"ngx-
|
|
217
|
+
"method-override": "2.3.10",
|
|
218
|
+
"minimist": "1.2.0",
|
|
219
|
+
"mkdirp": "0.5.1",
|
|
220
|
+
"mocha": "5.2.0",
|
|
221
|
+
"moment": "2.29.3",
|
|
222
|
+
"morphi": "~16.0.5",
|
|
223
|
+
"ng-for-track-by-property": "16.0.1",
|
|
224
|
+
"ng-in-viewport": "15.0.2",
|
|
225
|
+
"ng-lock": "16.0.1",
|
|
226
|
+
"ng-packagr": "16.0.1",
|
|
227
|
+
"ng-talkback": "~16.0.1",
|
|
228
|
+
"ng2-logger": "~16.0.4",
|
|
229
|
+
"ng2-rest": "~16.0.12",
|
|
230
|
+
"ngx-ace-wrapper": "14.0.0",
|
|
231
|
+
"ngx-editor": "15.3.0",
|
|
232
|
+
"ngx-highlightjs": "9.0.0",
|
|
217
233
|
"ngx-moment": "6.0.2",
|
|
218
|
-
"ngx-pipes": "3.
|
|
234
|
+
"ngx-pipes": "3.2.2",
|
|
235
|
+
"ngx-progressbar": "11.0.0",
|
|
236
|
+
"ngx-scrollbar": "12.0.0",
|
|
237
|
+
"ngx-scrolltop": "6.0.0",
|
|
219
238
|
"ngx-store": "3.1.1",
|
|
220
|
-
"ngx-
|
|
221
|
-
"
|
|
222
|
-
"node-cli-tester": "~13.1.19",
|
|
239
|
+
"ngx-typed-js": "2.1.1",
|
|
240
|
+
"node-cli-tester": "~16.0.2",
|
|
223
241
|
"node-localstorage": "2.1.6",
|
|
224
|
-
"node-notifier": "
|
|
225
|
-
"nodemon": "
|
|
226
|
-
"npm-get-dependents": "
|
|
227
|
-
"npm-run": "
|
|
228
|
-
"omelette": "
|
|
242
|
+
"node-notifier": "6.0.0",
|
|
243
|
+
"nodemon": "1.14.11",
|
|
244
|
+
"npm-get-dependents": "1.0.1",
|
|
245
|
+
"npm-run": "4.1.2",
|
|
246
|
+
"omelette": "0.4.5",
|
|
229
247
|
"open": "7.2.1",
|
|
230
248
|
"ora": "3.4.0",
|
|
231
|
-
"passport": "
|
|
232
|
-
"passport-http-bearer": "
|
|
233
|
-
"password-hash": "
|
|
249
|
+
"passport": "0.3.2",
|
|
250
|
+
"passport-http-bearer": "1.0.1",
|
|
251
|
+
"password-hash": "1.2.2",
|
|
252
|
+
"pica": "9.0.1",
|
|
234
253
|
"portfinder": "1.0.21",
|
|
235
254
|
"prettier": "2.5.1",
|
|
236
|
-
"progress": "
|
|
237
|
-
"prompts": "
|
|
255
|
+
"progress": "2.0.3",
|
|
256
|
+
"prompts": "0.1.8",
|
|
238
257
|
"ps-list": "6.1.0",
|
|
239
|
-
"ps-node": "
|
|
240
|
-
"q": "
|
|
241
|
-
"randomcolor": "
|
|
242
|
-
"record-replay-req-res-scenario": "~
|
|
243
|
-
"reflect-metadata": "
|
|
244
|
-
"rimraf": "
|
|
245
|
-
"rxjs": "~7.
|
|
258
|
+
"ps-node": "0.1.6",
|
|
259
|
+
"q": "1.5.1",
|
|
260
|
+
"randomcolor": "0.5.3",
|
|
261
|
+
"record-replay-req-res-scenario": "~16.0.1",
|
|
262
|
+
"reflect-metadata": "0.1.10",
|
|
263
|
+
"rimraf": "2.6.2",
|
|
264
|
+
"rxjs": "~7.8.0",
|
|
246
265
|
"semver": "6.3.0",
|
|
247
|
-
"simple-git": "
|
|
248
|
-
"sloc": "
|
|
249
|
-
"socket.io": "
|
|
250
|
-
"sort-package-json": "
|
|
251
|
-
"sql.js": "
|
|
252
|
-
"static-columns": "~
|
|
253
|
-
"string-similarity": "
|
|
254
|
-
"sudo-block": "
|
|
255
|
-
"
|
|
256
|
-
"
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"tnp-
|
|
260
|
-
"tnp-
|
|
261
|
-
"tnp-
|
|
262
|
-
"tnp-
|
|
263
|
-
"
|
|
264
|
-
"ts-
|
|
265
|
-
"ts-
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
270
|
-
"typescript
|
|
271
|
-
"
|
|
272
|
-
"
|
|
273
|
-
"
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
266
|
+
"simple-git": "1.96.0",
|
|
267
|
+
"sloc": "0.2.0",
|
|
268
|
+
"socket.io": "2.4.1",
|
|
269
|
+
"sort-package-json": "1.11.0",
|
|
270
|
+
"sql.js": "1.8.0",
|
|
271
|
+
"static-columns": "~16.0.5",
|
|
272
|
+
"string-similarity": "4.0.2",
|
|
273
|
+
"sudo-block": "3.0.0",
|
|
274
|
+
"sweetalert2": "11.7.12",
|
|
275
|
+
"systeminformation": "3.45.7",
|
|
276
|
+
"task.js": "0.1.5",
|
|
277
|
+
"threads": "1.7.0",
|
|
278
|
+
"tnp-cli": "~16.0.5",
|
|
279
|
+
"tnp-config": "~16.0.8",
|
|
280
|
+
"tnp-core": "~16.0.10",
|
|
281
|
+
"tnp-helpers": "~16.0.6",
|
|
282
|
+
"tnp-models": "~16.0.35",
|
|
283
|
+
"ts-debug": "1.3.0",
|
|
284
|
+
"ts-loader": "2.3.1",
|
|
285
|
+
"ts-node": "10.9.1",
|
|
286
|
+
"tslib": "~2.3.0",
|
|
287
|
+
"turndown": "7.1.2",
|
|
288
|
+
"typeorm": "~0.3.10",
|
|
289
|
+
"typescript": "~5.0.2",
|
|
290
|
+
"typescript-class-helpers": "~16.0.16",
|
|
291
|
+
"underscore": "1.9.1",
|
|
292
|
+
"uuid": "8.3.2",
|
|
293
|
+
"validator": "9.2.0",
|
|
294
|
+
"video.js": "8.3.0",
|
|
295
|
+
"vpn-split": "~13.1.23",
|
|
296
|
+
"watch": "1.0.2",
|
|
297
|
+
"yup": "1.1.1",
|
|
298
|
+
"zone.js": "~0.13.0"
|
|
277
299
|
}
|
|
278
300
|
},
|
|
279
301
|
"build": {
|
|
280
|
-
"number":
|
|
281
|
-
"date": "
|
|
282
|
-
"hash": "
|
|
302
|
+
"number": 136,
|
|
303
|
+
"date": "2023-06-20T10:35:07.000Z",
|
|
304
|
+
"hash": "c60da2d17e14c6eeb448fb04f51775e94d984793",
|
|
283
305
|
"options": {}
|
|
284
306
|
},
|
|
285
307
|
"currentProjectName": "vpn-split",
|
|
286
|
-
"
|
|
308
|
+
"currentProjectGenericName": "vpn-split",
|
|
287
309
|
"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%22vpn-split%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\"]}]}",
|
|
288
310
|
"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\"}]}",
|
|
289
311
|
"currentProjectType": "isomorphic-lib",
|
|
290
|
-
"currentFrameworkVersion": "
|
|
312
|
+
"currentFrameworkVersion": "16.0.17",
|
|
291
313
|
"currentProjectIsStrictSite": false,
|
|
292
314
|
"currentProjectIsDependencySite": false,
|
|
293
315
|
"currentProjectIsStatic": false,
|