@smartsoft001/trans-shell-nestjs 1.1.21 → 1.1.24
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/package.json +159 -32
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@smartsoft001/trans-shell-nestjs",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.24",
|
4
4
|
"description": "This library was generated with [Nx](https://nx.dev).",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,46 +17,173 @@
|
|
17
17
|
"dependencies": {},
|
18
18
|
"peerDependencies": {
|
19
19
|
"@nestjs/common": "9.0.9",
|
20
|
-
"
|
20
|
+
"iterare": "1.2.1",
|
21
|
+
"tslib": "2.4.0",
|
22
|
+
"uuid": "8.3.2",
|
23
|
+
"@smartsoft001/trans-shell-app-services": "1.1.24",
|
21
24
|
"@nestjs/core": "9.0.9",
|
22
|
-
"@
|
23
|
-
"
|
25
|
+
"@nuxtjs/opencollective": "0.3.2",
|
26
|
+
"chalk": "4.1.2",
|
27
|
+
"ansi-styles": "4.3.0",
|
28
|
+
"color-convert": "2.0.1",
|
29
|
+
"color-name": "1.1.4",
|
30
|
+
"supports-color": "7.2.0",
|
31
|
+
"has-flag": "4.0.0",
|
32
|
+
"consola": "2.15.3",
|
33
|
+
"node-fetch": "2.6.7",
|
34
|
+
"whatwg-url": "5.0.0",
|
35
|
+
"tr46": "0.0.3",
|
36
|
+
"webidl-conversions": "3.0.1",
|
37
|
+
"fast-safe-stringify": "2.1.1",
|
38
|
+
"object-hash": "3.0.0",
|
39
|
+
"path-to-regexp": "3.2.0",
|
40
|
+
"@nestjs/axios": "0.1.0",
|
41
|
+
"axios": "0.27.2",
|
42
|
+
"follow-redirects": "1.15.2",
|
43
|
+
"form-data": "4.0.0",
|
44
|
+
"asynckit": "0.4.0",
|
45
|
+
"combined-stream": "1.0.8",
|
46
|
+
"delayed-stream": "1.0.0",
|
47
|
+
"mime-types": "2.1.35",
|
48
|
+
"mime-db": "1.52.0",
|
49
|
+
"@smartsoft001/trans-domain": "1.1.24",
|
24
50
|
"typeorm": "0.2.29",
|
25
|
-
"@
|
26
|
-
"
|
51
|
+
"@sqltools/formatter": "1.2.2",
|
52
|
+
"app-root-path": "3.1.0",
|
53
|
+
"buffer": "5.7.1",
|
54
|
+
"base64-js": "1.5.1",
|
55
|
+
"ieee754": "1.2.1",
|
56
|
+
"cli-highlight": "2.1.11",
|
57
|
+
"highlight.js": "10.7.3",
|
58
|
+
"mz": "2.7.0",
|
59
|
+
"any-promise": "1.3.0",
|
60
|
+
"object-assign": "4.1.1",
|
61
|
+
"thenify-all": "1.6.0",
|
62
|
+
"thenify": "3.3.1",
|
63
|
+
"parse5": "5.1.1",
|
64
|
+
"parse5-htmlparser2-tree-adapter": "6.0.1",
|
65
|
+
"yargs": "16.2.0",
|
66
|
+
"cliui": "7.0.4",
|
67
|
+
"string-width": "4.2.3",
|
68
|
+
"emoji-regex": "8.0.0",
|
69
|
+
"is-fullwidth-code-point": "3.0.0",
|
70
|
+
"strip-ansi": "6.0.1",
|
71
|
+
"ansi-regex": "5.0.1",
|
72
|
+
"wrap-ansi": "7.0.0",
|
73
|
+
"escalade": "3.1.1",
|
74
|
+
"get-caller-file": "2.0.5",
|
75
|
+
"require-directory": "2.1.1",
|
76
|
+
"y18n": "5.0.8",
|
77
|
+
"yargs-parser": "20.2.9",
|
78
|
+
"debug": "4.3.4",
|
79
|
+
"ms": "2.1.2",
|
80
|
+
"glob": "7.2.3",
|
81
|
+
"fs.realpath": "1.0.0",
|
82
|
+
"inflight": "1.0.6",
|
83
|
+
"once": "1.4.0",
|
84
|
+
"wrappy": "1.0.2",
|
85
|
+
"inherits": "2.0.1",
|
86
|
+
"minimatch": "3.1.2",
|
87
|
+
"brace-expansion": "1.1.11",
|
88
|
+
"balanced-match": "1.0.2",
|
89
|
+
"concat-map": "0.0.1",
|
90
|
+
"path-is-absolute": "1.0.1",
|
91
|
+
"js-yaml": "3.14.1",
|
92
|
+
"argparse": "1.0.10",
|
93
|
+
"sprintf-js": "1.0.3",
|
94
|
+
"esprima": "4.0.1",
|
95
|
+
"mkdirp": "1.0.4",
|
27
96
|
"reflect-metadata": "0.1.13",
|
28
|
-
"
|
97
|
+
"sha.js": "2.4.11",
|
98
|
+
"safe-buffer": "5.2.1",
|
99
|
+
"xml2js": "0.4.23",
|
100
|
+
"sax": "1.2.4",
|
101
|
+
"xmlbuilder": "11.0.1",
|
102
|
+
"yargonaut": "1.1.4",
|
103
|
+
"escape-string-regexp": "1.0.5",
|
104
|
+
"has-ansi": "2.0.0",
|
105
|
+
"figlet": "1.5.2",
|
106
|
+
"parent-require": "1.0.0",
|
107
|
+
"@smartsoft001/domain-core": "1.1.24",
|
108
|
+
"@smartsoft001/models": "1.1.24",
|
109
|
+
"@smartsoft001/utils": "1.1.24",
|
29
110
|
"@angular/common": "14.2.2",
|
30
111
|
"@angular/core": "14.2.2",
|
31
|
-
"lodash": "
|
112
|
+
"lodash": "4.17.21",
|
32
113
|
"guid-typescript": "1.0.9",
|
33
|
-
"flatted": "
|
114
|
+
"flatted": "3.2.7",
|
34
115
|
"md5": "2.3.0",
|
116
|
+
"charenc": "0.0.2",
|
117
|
+
"crypt": "0.0.2",
|
118
|
+
"is-buffer": "1.1.6",
|
35
119
|
"rxjs": "7.5.6",
|
36
|
-
"@smartsoft001/users": "1.1.
|
120
|
+
"@smartsoft001/users": "1.1.24",
|
37
121
|
"@angular/platform-browser-dynamic": "14.2.2",
|
38
|
-
"@smartsoft001/payu": "1.1.
|
39
|
-
"@smartsoft001/paypal": "1.1.
|
40
|
-
"paypal-rest-sdk": "
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"@
|
45
|
-
"
|
46
|
-
"@
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
122
|
+
"@smartsoft001/payu": "1.1.24",
|
123
|
+
"@smartsoft001/paypal": "1.1.24",
|
124
|
+
"paypal-rest-sdk": "1.8.1",
|
125
|
+
"buffer-crc32": "0.2.13",
|
126
|
+
"semver": "5.7.1",
|
127
|
+
"@smartsoft001/revolut": "1.1.24",
|
128
|
+
"@smartsoft001/paynow": "1.1.24",
|
129
|
+
"crypto-js": "4.1.1",
|
130
|
+
"@nestjs/passport": "7.1.6",
|
131
|
+
"@nestjs/jwt": "7.2.0",
|
132
|
+
"@types/jsonwebtoken": "8.5.0",
|
133
|
+
"jsonwebtoken": "8.5.1",
|
134
|
+
"jws": "3.2.2",
|
135
|
+
"jwa": "1.4.1",
|
136
|
+
"buffer-equal-constant-time": "1.0.1",
|
137
|
+
"ecdsa-sig-formatter": "1.0.11",
|
138
|
+
"lodash.includes": "4.3.0",
|
139
|
+
"lodash.isboolean": "3.0.3",
|
140
|
+
"lodash.isinteger": "4.0.4",
|
141
|
+
"lodash.isnumber": "3.0.3",
|
142
|
+
"lodash.isplainobject": "4.0.6",
|
143
|
+
"lodash.isstring": "4.0.1",
|
144
|
+
"lodash.once": "4.1.1",
|
145
|
+
"@smartsoft001/crud-shell-nestjs": "1.1.24",
|
146
|
+
"json2csv": "5.0.7",
|
147
|
+
"commander": "6.2.1",
|
148
|
+
"jsonparse": "1.3.1",
|
149
|
+
"lodash.get": "4.4.2",
|
150
|
+
"xlsx": "0.17.5",
|
151
|
+
"adler-32": "1.2.0",
|
152
|
+
"exit-on-epipe": "1.0.1",
|
153
|
+
"printj": "1.1.2",
|
154
|
+
"cfb": "1.2.2",
|
155
|
+
"crc-32": "1.2.2",
|
156
|
+
"codepage": "1.15.0",
|
157
|
+
"ssf": "0.11.2",
|
158
|
+
"frac": "1.1.2",
|
159
|
+
"wmf": "1.0.2",
|
160
|
+
"word": "0.3.0",
|
161
|
+
"busboy": "0.3.1",
|
162
|
+
"dicer": "0.3.0",
|
163
|
+
"streamsearch": "0.1.2",
|
164
|
+
"@smartsoft001/crud-shell-app-services": "1.1.24",
|
165
|
+
"lodash-decorators": "6.0.1",
|
166
|
+
"@smartsoft001/crud-domain": "1.1.24",
|
167
|
+
"@smartsoft001/crud-shell-dtos": "1.1.24",
|
168
|
+
"@smartsoft001/nestjs": "1.1.24",
|
56
169
|
"passport-jwt": "4.0.0",
|
57
|
-
"
|
58
|
-
"@
|
59
|
-
"
|
60
|
-
"
|
170
|
+
"passport-strategy": "1.0.0",
|
171
|
+
"@nestjs/websockets": "7.6.18",
|
172
|
+
"@smartsoft001/mongo": "1.1.24",
|
173
|
+
"mongodb": "3.7.3",
|
174
|
+
"bl": "2.2.1",
|
175
|
+
"readable-stream": "2.3.7",
|
176
|
+
"core-util-is": "1.0.3",
|
177
|
+
"isarray": "1.0.0",
|
178
|
+
"process-nextick-args": "2.0.1",
|
179
|
+
"string_decoder": "1.1.1",
|
180
|
+
"util-deprecate": "1.0.2",
|
181
|
+
"bson": "1.1.6",
|
182
|
+
"denque": "1.5.1",
|
183
|
+
"optional-require": "1.1.8",
|
184
|
+
"require-at": "1.0.6",
|
185
|
+
"saslprep": "1.0.3",
|
186
|
+
"sparse-bitfield": "3.0.3",
|
187
|
+
"memory-pager": "1.5.0"
|
61
188
|
}
|
62
189
|
}
|