typescript-class-helpers 13.2.1 → 13.2.3

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.
Files changed (81) hide show
  1. package/app.js +3 -3
  2. package/browser/README.md +24 -24
  3. package/browser/esm2020/lib/classname.mjs +150 -150
  4. package/browser/esm2020/lib/describe-class.mjs +65 -65
  5. package/browser/esm2020/lib/errors-messages.mjs +3 -3
  6. package/browser/esm2020/lib/index.mjs +134 -134
  7. package/browser/esm2020/lib/models.mjs +26 -26
  8. package/browser/esm2020/lib/registerd-db.mjs +5 -5
  9. package/browser/esm2020/lib/set-class-name.mjs +89 -89
  10. package/browser/esm2020/lib/storage.mjs +23 -23
  11. package/browser/esm2020/lib/symbols.mjs +7 -7
  12. package/browser/esm2020/public-api.mjs +1 -1
  13. package/browser/esm2020/typescript-class-helpers.mjs +4 -4
  14. package/browser/fesm2015/typescript-class-helpers.mjs +470 -470
  15. package/browser/fesm2020/typescript-class-helpers.mjs +470 -470
  16. package/browser/lib/classname.d.ts +15 -15
  17. package/browser/lib/describe-class.d.ts +5 -5
  18. package/browser/lib/index.d.ts +32 -32
  19. package/browser/lib/models.d.ts +66 -66
  20. package/browser/lib/registerd-db.d.ts +4 -4
  21. package/browser/lib/set-class-name.d.ts +1 -1
  22. package/browser/lib/symbols.d.ts +5 -5
  23. package/browser/typescript-class-helpers.d.ts +4 -4
  24. package/client/README.md +24 -24
  25. package/client/esm2020/lib/classname.mjs +150 -150
  26. package/client/esm2020/lib/describe-class.mjs +65 -65
  27. package/client/esm2020/lib/errors-messages.mjs +3 -3
  28. package/client/esm2020/lib/index.mjs +134 -134
  29. package/client/esm2020/lib/models.mjs +26 -26
  30. package/client/esm2020/lib/registerd-db.mjs +5 -5
  31. package/client/esm2020/lib/set-class-name.mjs +89 -89
  32. package/client/esm2020/lib/storage.mjs +23 -23
  33. package/client/esm2020/lib/symbols.mjs +7 -7
  34. package/client/esm2020/public-api.mjs +1 -1
  35. package/client/esm2020/typescript-class-helpers.mjs +4 -4
  36. package/client/fesm2015/typescript-class-helpers.mjs +470 -470
  37. package/client/fesm2020/typescript-class-helpers.mjs +470 -470
  38. package/client/lib/classname.d.ts +15 -15
  39. package/client/lib/describe-class.d.ts +5 -5
  40. package/client/lib/index.d.ts +32 -32
  41. package/client/lib/models.d.ts +66 -66
  42. package/client/lib/registerd-db.d.ts +4 -4
  43. package/client/lib/set-class-name.d.ts +1 -1
  44. package/client/lib/symbols.d.ts +5 -5
  45. package/client/typescript-class-helpers.d.ts +4 -4
  46. package/index.d.ts +1 -1
  47. package/lib/classname.d.ts +16 -16
  48. package/lib/describe-class.d.ts +6 -6
  49. package/lib/errors-messages.d.ts +1 -1
  50. package/lib/index.d.ts +33 -33
  51. package/lib/models.d.ts +68 -68
  52. package/lib/registerd-db.d.ts +5 -5
  53. package/lib/set-class-name.d.ts +2 -2
  54. package/lib/storage.d.ts +1 -1
  55. package/lib/symbols.d.ts +6 -6
  56. package/package.json +3 -3
  57. package/package.json_devDependencies.json +223 -223
  58. package/package.json_tnp.json5 +48 -48
  59. package/tmp-environment.json +35 -38
  60. package/websql/README.md +24 -24
  61. package/websql/esm2020/lib/classname.mjs +150 -150
  62. package/websql/esm2020/lib/describe-class.mjs +65 -65
  63. package/websql/esm2020/lib/errors-messages.mjs +3 -3
  64. package/websql/esm2020/lib/index.mjs +134 -134
  65. package/websql/esm2020/lib/models.mjs +24 -24
  66. package/websql/esm2020/lib/registerd-db.mjs +5 -5
  67. package/websql/esm2020/lib/set-class-name.mjs +89 -89
  68. package/websql/esm2020/lib/storage.mjs +23 -23
  69. package/websql/esm2020/lib/symbols.mjs +7 -7
  70. package/websql/esm2020/public-api.mjs +1 -1
  71. package/websql/esm2020/typescript-class-helpers.mjs +4 -4
  72. package/websql/fesm2015/typescript-class-helpers.mjs +468 -468
  73. package/websql/fesm2020/typescript-class-helpers.mjs +468 -468
  74. package/websql/lib/classname.d.ts +15 -15
  75. package/websql/lib/describe-class.d.ts +5 -5
  76. package/websql/lib/index.d.ts +32 -32
  77. package/websql/lib/models.d.ts +67 -67
  78. package/websql/lib/registerd-db.d.ts +4 -4
  79. package/websql/lib/set-class-name.d.ts +1 -1
  80. package/websql/lib/symbols.d.ts +5 -5
  81. package/websql/typescript-class-helpers.d.ts +4 -4
@@ -1,223 +1,223 @@
1
- {
2
- "@angular-devkit/build-angular": "0.901.3",
3
- "@angular-devkit/build-optimizer": "0.900.0-rc.7",
4
- "@angular-devkit/schematics": "9.0.0-rc.7",
5
- "@angular/animations": "9.1.3",
6
- "@angular/cdk": "9.2.1",
7
- "@angular/cli": "9.1.3",
8
- "@angular/common": "9.1.3",
9
- "@angular/compiler": "9.1.3",
10
- "@angular/compiler-cli": "9.1.3",
11
- "@angular/core": "9.1.3",
12
- "@angular/forms": "9.1.3",
13
- "@angular/http": "7.2.15",
14
- "@angular/language-service": "9.1.3",
15
- "@angular/material": "9.2.1",
16
- "@angular/platform-browser": "9.1.3",
17
- "@angular/platform-browser-dynamic": "9.1.3",
18
- "@angular/pwa": "0.900.0-rc.7",
19
- "@angular/router": "9.1.3",
20
- "@angular/service-worker": "9.1.3",
21
- "@mdi/js": "5.8.55",
22
- "@ngx-formly/bootstrap": "5.5.6",
23
- "@ngx-formly/core": "5.5.6",
24
- "@ngx-formly/ionic": "5.5.6",
25
- "@ngx-formly/material": "5.5.6",
26
- "@ngx-loading-bar/core": "4.2.0",
27
- "@ngx-loading-bar/http": "4.2.0",
28
- "@ngx-loading-bar/router": "4.2.0",
29
- "@ngx-translate/core": "11.0.1",
30
- "@ngx-translate/http-loader": "4.0.0",
31
- "@swimlane/ngx-datatable": "16.0.2",
32
- "@types/chai": "4.1.2",
33
- "@types/chokidar": "2.1.3",
34
- "@types/dateformat": "1.0.1",
35
- "@types/diff": "3.2.2",
36
- "@types/express": "4.11.0",
37
- "@types/express-fileupload": "0.1.1",
38
- "@types/fs-extra": "7.0.0",
39
- "@types/glob": "5.0.35",
40
- "@types/http-proxy": "1.16.0",
41
- "@types/http-proxy-middleware": "0.19.2",
42
- "@types/inquirer": "7.3.1",
43
- "@types/jasmine": "3.5.0",
44
- "@types/jasminewd2": "2.0.3",
45
- "@types/json-stringify-safe": "5.0.0",
46
- "@types/json5": "0.0.29",
47
- "@types/lockfile": "1.0.0",
48
- "@types/lodash": "4.14.92",
49
- "@types/lowdb": "1.0.6",
50
- "@types/mocha": "5.2.5",
51
- "@types/node": "12.11.1",
52
- "@types/node-notifier": "5.4.0",
53
- "@types/oauth2orize": "1.8.0",
54
- "@types/password-hash": "1.2.19",
55
- "@types/progress": "2.0.3",
56
- "@types/q": "1.0.3",
57
- "@types/rimraf": "2.0.2",
58
- "@types/systeminformation": "3.23.0",
59
- "@types/vinyl": "2.0.2",
60
- "@types/watch": "1.0.0",
61
- "accepts": "1.3.4",
62
- "angular-tree-component": "7.0.0",
63
- "axios": "0.17.1",
64
- "babel-cli": "6.26.0",
65
- "babel-preset-env": "1.7.0",
66
- "background-worker-process": "~0.0.34",
67
- "bcryptjs": "2.4.3",
68
- "body-parser": "1.18.2",
69
- "bootstrap": "4.3.1",
70
- "bs4-breakpoint": "~2.0.40",
71
- "buffer-shims": "1.0.0",
72
- "button-dropdown": "~1.0.44",
73
- "callsite-record": "4.1.3",
74
- "chai": "4.2.0",
75
- "chalk": "2.3.2",
76
- "check-node-version": "3.2.0",
77
- "cheerio": "1.0.0-rc.3",
78
- "chokidar": "3.5.1",
79
- "circular-json": "0.5.1",
80
- "codelyzer": "5.1.2",
81
- "command-exists": "1.2.2",
82
- "compression": "1.7.4",
83
- "concurrently": "3.5.1",
84
- "content-type": "1.0.4",
85
- "cookie-parser": "1.4.3",
86
- "copy-paste": "1.3.0",
87
- "core-js-compat": "3.4.0",
88
- "cors": "2.8.4",
89
- "cpr": "3.0.1",
90
- "cross-spawn": "7.0.3",
91
- "dateformat": "3.0.3",
92
- "detect-mocha": "0.1.0",
93
- "diff": "3.2.0",
94
- "element-resize-detector": "1.1.15",
95
- "enquirer": "2.3.0",
96
- "errorhandler": "1.5.0",
97
- "eslint": "7.13.0",
98
- "eslint-plugin-import": "2.22.1",
99
- "eslint-plugin-jsdoc": "30.7.8",
100
- "eslint-plugin-prefer-arrow": "1.2.2",
101
- "express": "4.16.3",
102
- "express-fileupload": "0.4.0",
103
- "fbgraph": "1.4.1",
104
- "file-loader": "1.1.5",
105
- "fkill": "6.1.0",
106
- "font-awesome": "4.7.0",
107
- "fs-extra": "8.1.0",
108
- "fuzzy": "0.1.3",
109
- "glob": "7.1.2",
110
- "gulp": "3.9.1",
111
- "hammerjs": "2.0.8",
112
- "hostile": "1.3.3",
113
- "html-webpack-plugin": "4.3.0",
114
- "http-proxy": "1.16.2",
115
- "http-proxy-middleware": "0.19.1",
116
- "http-server": "0.11.1",
117
- "incremental-compiler": "~1.1.52",
118
- "inquirer": "7.3.3",
119
- "inquirer-autocomplete-prompt": "1.3.0",
120
- "is-elevated": "3.0.0",
121
- "istanbul-instrumenter-loader": "2.0.0",
122
- "jasmine-core": "3.5.0",
123
- "jasmine-spec-reporter": "4.2.1",
124
- "json-stringify-safe": "5.0.1",
125
- "json10": "~1.0.33",
126
- "json5": "2.1.3",
127
- "json5-writer": "0.2.0",
128
- "karma": "5.0.0",
129
- "karma-chrome-launcher": "3.1.0",
130
- "karma-cli": "1.0.1",
131
- "karma-coverage-istanbul-reporter": "2.1.0",
132
- "karma-jasmine": "3.0.1",
133
- "karma-jasmine-html-reporter": "1.4.2",
134
- "lnk": "1.0.1",
135
- "lockfile": "1.0.4",
136
- "lodash": "4.17.4",
137
- "lodash-walk-object": "~1.0.34",
138
- "lowdb": "1.0.0",
139
- "magic-renamer": "~0.0.19",
140
- "material-design-icons": "3.0.1",
141
- "method-override": "2.3.10",
142
- "minimist": "1.2.0",
143
- "mkdirp": "0.5.1",
144
- "mocha": "5.2.0",
145
- "moment": "2.22.2",
146
- "morphi": "~4.0.53",
147
- "ng-modal-lib": "0.0.6",
148
- "ng-packagr": "5.7.1",
149
- "ng-talkback": "~2.4.24",
150
- "ng2-file-upload": "1.3.0",
151
- "ng2-rest": "~11.0.41",
152
- "ng4-icons": "~0.0.29",
153
- "ng4-modal": "~0.0.29",
154
- "ngx-bootstrap": "5.2.0",
155
- "ngx-breadcrumbs": "0.0.3",
156
- "ngx-editor": "4.1.0",
157
- "ngx-moment": "3.5.0",
158
- "ngx-pipes": "2.6.0",
159
- "ngx-store": "2.1.0",
160
- "ngx-toastr": "11.2.1",
161
- "ngx-wig": "8.0.0",
162
- "node-cli-test": "0.0.2",
163
- "node-cli-tester": "~0.0.21",
164
- "node-localstorage": "2.1.6",
165
- "node-notifier": "6.0.0",
166
- "nodemon": "1.14.11",
167
- "npm-get-dependents": "1.0.1",
168
- "npm-run": "4.1.2",
169
- "omelette": "0.4.5",
170
- "open": "7.2.1",
171
- "ora": "3.4.0",
172
- "passport": "0.3.2",
173
- "passport-http-bearer": "1.0.1",
174
- "password-hash": "1.2.2",
175
- "portfinder": "1.0.21",
176
- "prettier": "2.3.2",
177
- "progress": "2.0.3",
178
- "prompts": "0.1.8",
179
- "protractor": "5.4.3",
180
- "ps-list": "6.1.0",
181
- "ps-node": "0.1.6",
182
- "q": "1.5.1",
183
- "randomcolor": "0.5.3",
184
- "record-replay-req-res-scenario": "~0.0.25",
185
- "reflect-metadata": "0.1.10",
186
- "rimraf": "2.6.2",
187
- "rxjs": "6.5.4",
188
- "rxjs-compat": "6.5.3",
189
- "simple-git": "1.96.0",
190
- "sloc": "0.2.0",
191
- "socket.io": "2.4.1",
192
- "sort-package-json": "1.11.0",
193
- "static-columns": "~2.0.12",
194
- "string-similarity": "4.0.2",
195
- "sudo-block": "3.0.0",
196
- "systeminformation": "3.45.7",
197
- "task.js": "0.1.5",
198
- "tnp-cli": "~2.0.20",
199
- "tnp-config": "~1.0.20",
200
- "tnp-core": "~1.0.34",
201
- "tnp-db": "~0.0.42",
202
- "tnp-helpers": "~0.0.70",
203
- "tnp-models": "~0.0.36",
204
- "tnp-tools": "~0.0.45",
205
- "tnp-ui": "~0.0.32",
206
- "ts-loader": "7.0.4",
207
- "ts-node": "8.3.0",
208
- "tsickle": "0.26.0",
209
- "tslib": "2.2.0",
210
- "tslint": "6.1.0",
211
- "typeorm": "~0.2.7",
212
- "typescript": "4.1.5",
213
- "typescript-class-helpers": "~1.0.41",
214
- "typescript-formatter": "7.2.2",
215
- "uglifyjs-webpack-plugin": "2.2.0",
216
- "underscore": "1.9.1",
217
- "uuid": "8.3.2",
218
- "validator": "9.2.0",
219
- "vpn-split": "~0.0.17",
220
- "watch": "1.0.2",
221
- "webpack-cli": "3.3.11",
222
- "zone.js": "0.10.2"
223
- }
1
+ {
2
+ "@angular-devkit/build-angular": "0.901.3",
3
+ "@angular-devkit/build-optimizer": "0.900.0-rc.7",
4
+ "@angular-devkit/schematics": "9.0.0-rc.7",
5
+ "@angular/animations": "9.1.3",
6
+ "@angular/cdk": "9.2.1",
7
+ "@angular/cli": "9.1.3",
8
+ "@angular/common": "9.1.3",
9
+ "@angular/compiler": "9.1.3",
10
+ "@angular/compiler-cli": "9.1.3",
11
+ "@angular/core": "9.1.3",
12
+ "@angular/forms": "9.1.3",
13
+ "@angular/http": "7.2.15",
14
+ "@angular/language-service": "9.1.3",
15
+ "@angular/material": "9.2.1",
16
+ "@angular/platform-browser": "9.1.3",
17
+ "@angular/platform-browser-dynamic": "9.1.3",
18
+ "@angular/pwa": "0.900.0-rc.7",
19
+ "@angular/router": "9.1.3",
20
+ "@angular/service-worker": "9.1.3",
21
+ "@mdi/js": "5.8.55",
22
+ "@ngx-formly/bootstrap": "5.5.6",
23
+ "@ngx-formly/core": "5.5.6",
24
+ "@ngx-formly/ionic": "5.5.6",
25
+ "@ngx-formly/material": "5.5.6",
26
+ "@ngx-loading-bar/core": "4.2.0",
27
+ "@ngx-loading-bar/http": "4.2.0",
28
+ "@ngx-loading-bar/router": "4.2.0",
29
+ "@ngx-translate/core": "11.0.1",
30
+ "@ngx-translate/http-loader": "4.0.0",
31
+ "@swimlane/ngx-datatable": "16.0.2",
32
+ "@types/chai": "4.1.2",
33
+ "@types/chokidar": "2.1.3",
34
+ "@types/dateformat": "1.0.1",
35
+ "@types/diff": "3.2.2",
36
+ "@types/express": "4.11.0",
37
+ "@types/express-fileupload": "0.1.1",
38
+ "@types/fs-extra": "7.0.0",
39
+ "@types/glob": "5.0.35",
40
+ "@types/http-proxy": "1.16.0",
41
+ "@types/http-proxy-middleware": "0.19.2",
42
+ "@types/inquirer": "7.3.1",
43
+ "@types/jasmine": "3.5.0",
44
+ "@types/jasminewd2": "2.0.3",
45
+ "@types/json-stringify-safe": "5.0.0",
46
+ "@types/json5": "0.0.29",
47
+ "@types/lockfile": "1.0.0",
48
+ "@types/lodash": "4.14.92",
49
+ "@types/lowdb": "1.0.6",
50
+ "@types/mocha": "5.2.5",
51
+ "@types/node": "12.11.1",
52
+ "@types/node-notifier": "5.4.0",
53
+ "@types/oauth2orize": "1.8.0",
54
+ "@types/password-hash": "1.2.19",
55
+ "@types/progress": "2.0.3",
56
+ "@types/q": "1.0.3",
57
+ "@types/rimraf": "2.0.2",
58
+ "@types/systeminformation": "3.23.0",
59
+ "@types/vinyl": "2.0.2",
60
+ "@types/watch": "1.0.0",
61
+ "accepts": "1.3.4",
62
+ "angular-tree-component": "7.0.0",
63
+ "axios": "0.17.1",
64
+ "babel-cli": "6.26.0",
65
+ "babel-preset-env": "1.7.0",
66
+ "background-worker-process": "~0.0.34",
67
+ "bcryptjs": "2.4.3",
68
+ "body-parser": "1.18.2",
69
+ "bootstrap": "4.3.1",
70
+ "bs4-breakpoint": "~2.0.40",
71
+ "buffer-shims": "1.0.0",
72
+ "button-dropdown": "~1.0.44",
73
+ "callsite-record": "4.1.3",
74
+ "chai": "4.2.0",
75
+ "chalk": "2.3.2",
76
+ "check-node-version": "3.2.0",
77
+ "cheerio": "1.0.0-rc.3",
78
+ "chokidar": "3.5.1",
79
+ "circular-json": "0.5.1",
80
+ "codelyzer": "5.1.2",
81
+ "command-exists": "1.2.2",
82
+ "compression": "1.7.4",
83
+ "concurrently": "3.5.1",
84
+ "content-type": "1.0.4",
85
+ "cookie-parser": "1.4.3",
86
+ "copy-paste": "1.3.0",
87
+ "core-js-compat": "3.4.0",
88
+ "cors": "2.8.4",
89
+ "cpr": "3.0.1",
90
+ "cross-spawn": "7.0.3",
91
+ "dateformat": "3.0.3",
92
+ "detect-mocha": "0.1.0",
93
+ "diff": "3.2.0",
94
+ "element-resize-detector": "1.1.15",
95
+ "enquirer": "2.3.0",
96
+ "errorhandler": "1.5.0",
97
+ "eslint": "7.13.0",
98
+ "eslint-plugin-import": "2.22.1",
99
+ "eslint-plugin-jsdoc": "30.7.8",
100
+ "eslint-plugin-prefer-arrow": "1.2.2",
101
+ "express": "4.16.3",
102
+ "express-fileupload": "0.4.0",
103
+ "fbgraph": "1.4.1",
104
+ "file-loader": "1.1.5",
105
+ "fkill": "6.1.0",
106
+ "font-awesome": "4.7.0",
107
+ "fs-extra": "8.1.0",
108
+ "fuzzy": "0.1.3",
109
+ "glob": "7.1.2",
110
+ "gulp": "3.9.1",
111
+ "hammerjs": "2.0.8",
112
+ "hostile": "1.3.3",
113
+ "html-webpack-plugin": "4.3.0",
114
+ "http-proxy": "1.16.2",
115
+ "http-proxy-middleware": "0.19.1",
116
+ "http-server": "0.11.1",
117
+ "incremental-compiler": "~1.1.52",
118
+ "inquirer": "7.3.3",
119
+ "inquirer-autocomplete-prompt": "1.3.0",
120
+ "is-elevated": "3.0.0",
121
+ "istanbul-instrumenter-loader": "2.0.0",
122
+ "jasmine-core": "3.5.0",
123
+ "jasmine-spec-reporter": "4.2.1",
124
+ "json-stringify-safe": "5.0.1",
125
+ "json10": "~1.0.33",
126
+ "json5": "2.1.3",
127
+ "json5-writer": "0.2.0",
128
+ "karma": "5.0.0",
129
+ "karma-chrome-launcher": "3.1.0",
130
+ "karma-cli": "1.0.1",
131
+ "karma-coverage-istanbul-reporter": "2.1.0",
132
+ "karma-jasmine": "3.0.1",
133
+ "karma-jasmine-html-reporter": "1.4.2",
134
+ "lnk": "1.0.1",
135
+ "lockfile": "1.0.4",
136
+ "lodash": "4.17.4",
137
+ "lodash-walk-object": "~1.0.34",
138
+ "lowdb": "1.0.0",
139
+ "magic-renamer": "~0.0.19",
140
+ "material-design-icons": "3.0.1",
141
+ "method-override": "2.3.10",
142
+ "minimist": "1.2.0",
143
+ "mkdirp": "0.5.1",
144
+ "mocha": "5.2.0",
145
+ "moment": "2.22.2",
146
+ "morphi": "~4.0.53",
147
+ "ng-modal-lib": "0.0.6",
148
+ "ng-packagr": "5.7.1",
149
+ "ng-talkback": "~2.4.24",
150
+ "ng2-file-upload": "1.3.0",
151
+ "ng2-rest": "~11.0.41",
152
+ "ng4-icons": "~0.0.29",
153
+ "ng4-modal": "~0.0.29",
154
+ "ngx-bootstrap": "5.2.0",
155
+ "ngx-breadcrumbs": "0.0.3",
156
+ "ngx-editor": "4.1.0",
157
+ "ngx-moment": "3.5.0",
158
+ "ngx-pipes": "2.6.0",
159
+ "ngx-store": "2.1.0",
160
+ "ngx-toastr": "11.2.1",
161
+ "ngx-wig": "8.0.0",
162
+ "node-cli-test": "0.0.2",
163
+ "node-cli-tester": "~0.0.21",
164
+ "node-localstorage": "2.1.6",
165
+ "node-notifier": "6.0.0",
166
+ "nodemon": "1.14.11",
167
+ "npm-get-dependents": "1.0.1",
168
+ "npm-run": "4.1.2",
169
+ "omelette": "0.4.5",
170
+ "open": "7.2.1",
171
+ "ora": "3.4.0",
172
+ "passport": "0.3.2",
173
+ "passport-http-bearer": "1.0.1",
174
+ "password-hash": "1.2.2",
175
+ "portfinder": "1.0.21",
176
+ "prettier": "2.3.2",
177
+ "progress": "2.0.3",
178
+ "prompts": "0.1.8",
179
+ "protractor": "5.4.3",
180
+ "ps-list": "6.1.0",
181
+ "ps-node": "0.1.6",
182
+ "q": "1.5.1",
183
+ "randomcolor": "0.5.3",
184
+ "record-replay-req-res-scenario": "~0.0.25",
185
+ "reflect-metadata": "0.1.10",
186
+ "rimraf": "2.6.2",
187
+ "rxjs": "6.5.4",
188
+ "rxjs-compat": "6.5.3",
189
+ "simple-git": "1.96.0",
190
+ "sloc": "0.2.0",
191
+ "socket.io": "2.4.1",
192
+ "sort-package-json": "1.11.0",
193
+ "static-columns": "~2.0.12",
194
+ "string-similarity": "4.0.2",
195
+ "sudo-block": "3.0.0",
196
+ "systeminformation": "3.45.7",
197
+ "task.js": "0.1.5",
198
+ "tnp-cli": "~2.0.20",
199
+ "tnp-config": "~1.0.20",
200
+ "tnp-core": "~1.0.34",
201
+ "tnp-db": "~0.0.42",
202
+ "tnp-helpers": "~0.0.70",
203
+ "tnp-models": "~0.0.36",
204
+ "tnp-tools": "~0.0.45",
205
+ "tnp-ui": "~0.0.32",
206
+ "ts-loader": "7.0.4",
207
+ "ts-node": "8.3.0",
208
+ "tsickle": "0.26.0",
209
+ "tslib": "2.2.0",
210
+ "tslint": "6.1.0",
211
+ "typeorm": "~0.2.7",
212
+ "typescript": "4.1.5",
213
+ "typescript-class-helpers": "~1.0.41",
214
+ "typescript-formatter": "7.2.2",
215
+ "uglifyjs-webpack-plugin": "2.2.0",
216
+ "underscore": "1.9.1",
217
+ "uuid": "8.3.2",
218
+ "validator": "9.2.0",
219
+ "vpn-split": "~0.0.17",
220
+ "watch": "1.0.2",
221
+ "webpack-cli": "3.3.11",
222
+ "zone.js": "0.10.2"
223
+ }
@@ -1,49 +1,49 @@
1
- {
2
- "resources": [],
3
-
4
- "overrided": {
5
- "includeAsDev": [],
6
- "includeOnly": [
7
- "ng2-logger",
8
- "enum-values"
9
- ],
10
- "ignoreDepsPattern": [],
11
- "dependencies": {},
12
- "linkedFolders": []
13
- },
14
-
15
- "linkedProjects": [],
16
- smartContainerBuildTarget: '',
17
- linkedRepos: [],
18
-
19
- "libReleaseOptions": {
20
- "nodts": false,
21
- "obscure": false,
22
- "ugly": false,
23
- 'includeNodeModules': false,
24
- },
25
-
26
- smartContainerTarget: '',
27
- "type": "isomorphic-lib",
28
- "version": "v3",
29
- additionalNpmNames: ["firedev-class-helpers"],
30
- "license": "MIT",
31
- "private": false,
32
-
33
- "scripts": {
34
- "test": "mocha --require ts-node/register src/**/*.spec.ts",
35
- "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
36
- },
37
-
38
- "description": "Usefull helper to have in your typescript project",
39
- "author": "Dariusz Filipiak",
40
- "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
41
-
42
- "keywords": [
43
- "ng2-rest",
44
- "docs",
45
- "documentation"
46
- ],
47
-
48
- "workerPlugins": {},
1
+ {
2
+ "resources": [],
3
+
4
+ "overrided": {
5
+ "includeAsDev": [],
6
+ "includeOnly": [
7
+ "ng2-logger",
8
+ "enum-values"
9
+ ],
10
+ "ignoreDepsPattern": [],
11
+ "dependencies": {},
12
+ "linkedFolders": []
13
+ },
14
+
15
+ "linkedProjects": [],
16
+ smartContainerBuildTarget: '',
17
+ linkedRepos: [],
18
+
19
+ "libReleaseOptions": {
20
+ "nodts": false,
21
+ "obscure": false,
22
+ "ugly": false,
23
+ 'includeNodeModules': false,
24
+ },
25
+
26
+ smartContainerTarget: '',
27
+ "type": "isomorphic-lib",
28
+ "version": "v3",
29
+ additionalNpmNames: ["firedev-class-helpers"],
30
+ "license": "MIT",
31
+ "private": false,
32
+
33
+ "scripts": {
34
+ "test": "mocha --require ts-node/register src/**/*.spec.ts",
35
+ "test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
36
+ },
37
+
38
+ "description": "Usefull helper to have in your typescript project",
39
+ "author": "Dariusz Filipiak",
40
+ "homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
41
+
42
+ "keywords": [
43
+ "ng2-rest",
44
+ "docs",
45
+ "documentation"
46
+ ],
47
+
48
+ "workerPlugins": {},
49
49
  }