@ngrx/eslint-plugin 15.0.0-beta.0 → 15.0.0-rc.0
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 +2 -224
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngrx/eslint-plugin",
|
|
3
|
-
"version": "15.0.0-
|
|
3
|
+
"version": "15.0.0-rc.0",
|
|
4
4
|
"description": "NgRx ESLint Plugin",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,229 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"eslint": ">=8.0.0",
|
|
47
|
-
"typescript": ">=4.4.0"
|
|
48
|
-
"@angular-devkit/core": "15.0.0-rc.0",
|
|
49
|
-
"ajv": "8.11.0",
|
|
50
|
-
"fast-deep-equal": "3.1.3",
|
|
51
|
-
"json-schema-traverse": "1.0.0",
|
|
52
|
-
"require-from-string": "2.0.2",
|
|
53
|
-
"uri-js": "4.4.1",
|
|
54
|
-
"punycode": "2.1.1",
|
|
55
|
-
"ajv-formats": "2.1.1",
|
|
56
|
-
"jsonc-parser": "3.2.0",
|
|
57
|
-
"rxjs": "6.6.7",
|
|
58
|
-
"tslib": "1.14.1",
|
|
59
|
-
"source-map": "0.7.4",
|
|
60
|
-
"magic-string": "0.26.7",
|
|
61
|
-
"sourcemap-codec": "1.4.8",
|
|
62
|
-
"bl": "4.1.0",
|
|
63
|
-
"buffer": "5.7.1",
|
|
64
|
-
"base64-js": "1.5.1",
|
|
65
|
-
"ieee754": "1.2.1",
|
|
66
|
-
"inherits": "2.0.4",
|
|
67
|
-
"readable-stream": "3.6.0",
|
|
68
|
-
"string_decoder": "1.3.0",
|
|
69
|
-
"safe-buffer": "5.2.1",
|
|
70
|
-
"util-deprecate": "1.0.2",
|
|
71
|
-
"chalk": "4.1.0",
|
|
72
|
-
"ansi-styles": "4.3.0",
|
|
73
|
-
"color-convert": "2.0.1",
|
|
74
|
-
"color-name": "1.1.4",
|
|
75
|
-
"supports-color": "7.2.0",
|
|
76
|
-
"has-flag": "4.0.0",
|
|
77
|
-
"cli-cursor": "3.1.0",
|
|
78
|
-
"restore-cursor": "3.1.0",
|
|
79
|
-
"onetime": "5.1.2",
|
|
80
|
-
"mimic-fn": "2.1.0",
|
|
81
|
-
"signal-exit": "3.0.3",
|
|
82
|
-
"cli-spinners": "2.6.1",
|
|
83
|
-
"is-interactive": "1.0.0",
|
|
84
|
-
"is-unicode-supported": "0.1.0",
|
|
85
|
-
"log-symbols": "4.1.0",
|
|
86
|
-
"strip-ansi": "6.0.0",
|
|
87
|
-
"ansi-regex": "5.0.0",
|
|
88
|
-
"wcwidth": "1.0.1",
|
|
89
|
-
"defaults": "1.0.3",
|
|
90
|
-
"clone": "1.0.4",
|
|
91
|
-
"@types/json-schema": "7.0.9",
|
|
92
|
-
"@typescript-eslint/scope-manager": "5.18.0",
|
|
93
|
-
"@typescript-eslint/types": "5.18.0",
|
|
94
|
-
"@typescript-eslint/visitor-keys": "5.18.0",
|
|
95
|
-
"eslint-visitor-keys": "3.3.0",
|
|
96
|
-
"@typescript-eslint/typescript-estree": "5.18.0",
|
|
97
|
-
"debug": "4.3.4",
|
|
98
|
-
"ms": "2.1.2",
|
|
99
|
-
"globby": "11.1.0",
|
|
100
|
-
"array-union": "2.1.0",
|
|
101
|
-
"dir-glob": "3.0.1",
|
|
102
|
-
"path-type": "4.0.0",
|
|
103
|
-
"fast-glob": "3.2.11",
|
|
104
|
-
"@nodelib/fs.stat": "2.0.4",
|
|
105
|
-
"@nodelib/fs.walk": "1.2.6",
|
|
106
|
-
"@nodelib/fs.scandir": "2.1.4",
|
|
107
|
-
"run-parallel": "1.2.0",
|
|
108
|
-
"queue-microtask": "1.2.3",
|
|
109
|
-
"fastq": "1.11.0",
|
|
110
|
-
"reusify": "1.0.4",
|
|
111
|
-
"glob-parent": "5.1.2",
|
|
112
|
-
"is-glob": "4.0.1",
|
|
113
|
-
"is-extglob": "2.1.1",
|
|
114
|
-
"merge2": "1.4.1",
|
|
115
|
-
"micromatch": "4.0.4",
|
|
116
|
-
"braces": "3.0.2",
|
|
117
|
-
"fill-range": "7.0.1",
|
|
118
|
-
"to-regex-range": "5.0.1",
|
|
119
|
-
"is-number": "7.0.0",
|
|
120
|
-
"picomatch": "2.2.3",
|
|
121
|
-
"ignore": "5.2.0",
|
|
122
|
-
"slash": "3.0.0",
|
|
123
|
-
"lru-cache": "6.0.0",
|
|
124
|
-
"yallist": "4.0.0",
|
|
125
|
-
"eslint-scope": "5.1.1",
|
|
126
|
-
"esrecurse": "4.3.0",
|
|
127
|
-
"estraverse": "5.2.0",
|
|
128
|
-
"eslint-utils": "3.0.0",
|
|
129
|
-
"tsutils-etc": "1.4.1",
|
|
130
|
-
"@types/yargs": "17.0.10",
|
|
131
|
-
"@types/yargs-parser": "20.2.0",
|
|
132
|
-
"yargs": "17.6.0",
|
|
133
|
-
"cliui": "8.0.1",
|
|
134
|
-
"string-width": "4.2.3",
|
|
135
|
-
"emoji-regex": "8.0.0",
|
|
136
|
-
"is-fullwidth-code-point": "3.0.0",
|
|
137
|
-
"wrap-ansi": "7.0.0",
|
|
138
|
-
"escalade": "3.1.1",
|
|
139
|
-
"get-caller-file": "2.0.5",
|
|
140
|
-
"require-directory": "2.1.1",
|
|
141
|
-
"y18n": "5.0.8",
|
|
142
|
-
"yargs-parser": "21.0.1",
|
|
143
|
-
"@eslint/eslintrc": "1.3.1",
|
|
144
|
-
"fast-json-stable-stringify": "2.1.0",
|
|
145
|
-
"espree": "9.4.0",
|
|
146
|
-
"acorn": "8.8.0",
|
|
147
|
-
"acorn-jsx": "5.3.2",
|
|
148
|
-
"globals": "13.17.0",
|
|
149
|
-
"type-fest": "0.20.2",
|
|
150
|
-
"import-fresh": "3.3.0",
|
|
151
|
-
"parent-module": "1.0.1",
|
|
152
|
-
"callsites": "3.1.0",
|
|
153
|
-
"resolve-from": "4.0.0",
|
|
154
|
-
"js-yaml": "4.1.0",
|
|
155
|
-
"argparse": "2.0.1",
|
|
156
|
-
"minimatch": "3.1.2",
|
|
157
|
-
"brace-expansion": "1.1.11",
|
|
158
|
-
"balanced-match": "1.0.2",
|
|
159
|
-
"concat-map": "0.0.1",
|
|
160
|
-
"@humanwhocodes/config-array": "0.9.5",
|
|
161
|
-
"@humanwhocodes/object-schema": "1.2.1",
|
|
162
|
-
"cross-spawn": "7.0.3",
|
|
163
|
-
"path-key": "3.1.1",
|
|
164
|
-
"shebang-command": "2.0.0",
|
|
165
|
-
"shebang-regex": "3.0.0",
|
|
166
|
-
"which": "2.0.2",
|
|
167
|
-
"isexe": "2.0.0",
|
|
168
|
-
"doctrine": "3.0.0",
|
|
169
|
-
"esutils": "2.0.3",
|
|
170
|
-
"escape-string-regexp": "4.0.0",
|
|
171
|
-
"esquery": "1.4.0",
|
|
172
|
-
"file-entry-cache": "6.0.1",
|
|
173
|
-
"flat-cache": "3.0.4",
|
|
174
|
-
"flatted": "3.1.1",
|
|
175
|
-
"fs.realpath": "1.0.0",
|
|
176
|
-
"inflight": "1.0.6",
|
|
177
|
-
"once": "1.4.0",
|
|
178
|
-
"wrappy": "1.0.2",
|
|
179
|
-
"path-is-absolute": "1.0.1",
|
|
180
|
-
"functional-red-black-tree": "1.0.1",
|
|
181
|
-
"imurmurhash": "0.1.4",
|
|
182
|
-
"json-stable-stringify-without-jsonify": "1.0.1",
|
|
183
|
-
"levn": "0.4.1",
|
|
184
|
-
"prelude-ls": "1.2.1",
|
|
185
|
-
"type-check": "0.4.0",
|
|
186
|
-
"lodash.merge": "4.6.2",
|
|
187
|
-
"natural-compare": "1.4.0",
|
|
188
|
-
"optionator": "0.9.1",
|
|
189
|
-
"deep-is": "0.1.3",
|
|
190
|
-
"fast-levenshtein": "2.0.6",
|
|
191
|
-
"word-wrap": "1.2.3",
|
|
192
|
-
"regexpp": "3.2.0",
|
|
193
|
-
"text-table": "0.2.0",
|
|
194
|
-
"v8-compile-cache": "2.3.0",
|
|
195
|
-
"bs-logger": "0.2.6",
|
|
196
|
-
"esbuild-wasm": "0.15.11",
|
|
197
|
-
"@jest/environment": "28.1.3",
|
|
198
|
-
"@jest/fake-timers": "28.1.3",
|
|
199
|
-
"@jest/types": "28.1.3",
|
|
200
|
-
"@jest/schemas": "28.1.3",
|
|
201
|
-
"@sinclair/typebox": "0.24.28",
|
|
202
|
-
"@types/istanbul-lib-coverage": "2.0.3",
|
|
203
|
-
"@types/istanbul-reports": "3.0.0",
|
|
204
|
-
"@types/istanbul-lib-report": "3.0.0",
|
|
205
|
-
"@sinonjs/fake-timers": "9.1.2",
|
|
206
|
-
"@sinonjs/commons": "1.8.3",
|
|
207
|
-
"type-detect": "4.0.8",
|
|
208
|
-
"jest-message-util": "28.1.3",
|
|
209
|
-
"@babel/code-frame": "7.12.13",
|
|
210
|
-
"@babel/highlight": "7.13.10",
|
|
211
|
-
"@babel/helper-validator-identifier": "7.12.11",
|
|
212
|
-
"js-tokens": "4.0.0",
|
|
213
|
-
"@types/stack-utils": "2.0.0",
|
|
214
|
-
"graceful-fs": "4.2.10",
|
|
215
|
-
"pretty-format": "28.1.3",
|
|
216
|
-
"react-is": "18.2.0",
|
|
217
|
-
"stack-utils": "2.0.3",
|
|
218
|
-
"jest-mock": "28.1.3",
|
|
219
|
-
"jest-util": "28.1.3",
|
|
220
|
-
"ci-info": "3.2.0",
|
|
221
|
-
"@types/jsdom": "16.2.15",
|
|
222
|
-
"@types/parse5": "6.0.3",
|
|
223
|
-
"@types/tough-cookie": "4.0.2",
|
|
224
|
-
"jsdom": "19.0.0",
|
|
225
|
-
"abab": "2.0.5",
|
|
226
|
-
"acorn-globals": "6.0.0",
|
|
227
|
-
"acorn-walk": "7.2.0",
|
|
228
|
-
"cssom": "0.5.0",
|
|
229
|
-
"cssstyle": "2.3.0",
|
|
230
|
-
"data-urls": "3.0.2",
|
|
231
|
-
"whatwg-mimetype": "3.0.0",
|
|
232
|
-
"whatwg-url": "11.0.0",
|
|
233
|
-
"tr46": "3.0.0",
|
|
234
|
-
"webidl-conversions": "7.0.0",
|
|
235
|
-
"decimal.js": "10.4.0",
|
|
236
|
-
"domexception": "4.0.0",
|
|
237
|
-
"escodegen": "2.0.0",
|
|
238
|
-
"esprima": "4.0.1",
|
|
239
|
-
"form-data": "4.0.0",
|
|
240
|
-
"asynckit": "0.4.0",
|
|
241
|
-
"combined-stream": "1.0.8",
|
|
242
|
-
"delayed-stream": "1.0.0",
|
|
243
|
-
"mime-types": "2.1.30",
|
|
244
|
-
"mime-db": "1.47.0",
|
|
245
|
-
"html-encoding-sniffer": "3.0.0",
|
|
246
|
-
"whatwg-encoding": "2.0.0",
|
|
247
|
-
"iconv-lite": "0.6.3",
|
|
248
|
-
"safer-buffer": "2.1.2",
|
|
249
|
-
"http-proxy-agent": "5.0.0",
|
|
250
|
-
"@tootallnate/once": "2.0.0",
|
|
251
|
-
"agent-base": "6.0.2",
|
|
252
|
-
"https-proxy-agent": "5.0.1",
|
|
253
|
-
"is-potential-custom-element-name": "1.0.1",
|
|
254
|
-
"nwsapi": "2.2.0",
|
|
255
|
-
"parse5": "6.0.1",
|
|
256
|
-
"saxes": "5.0.1",
|
|
257
|
-
"xmlchars": "2.2.0",
|
|
258
|
-
"symbol-tree": "3.2.4",
|
|
259
|
-
"tough-cookie": "4.0.0",
|
|
260
|
-
"psl": "1.8.0",
|
|
261
|
-
"universalify": "0.1.2",
|
|
262
|
-
"w3c-hr-time": "1.0.2",
|
|
263
|
-
"browser-process-hrtime": "1.0.0",
|
|
264
|
-
"w3c-xmlserializer": "3.0.0",
|
|
265
|
-
"xml-name-validator": "4.0.0",
|
|
266
|
-
"ws": "8.8.1",
|
|
267
|
-
"json5": "2.2.1",
|
|
268
|
-
"lodash.memoize": "4.1.2",
|
|
269
|
-
"make-error": "1.3.6"
|
|
47
|
+
"typescript": ">=4.4.0"
|
|
270
48
|
},
|
|
271
49
|
"main": "./src/index.js",
|
|
272
50
|
"types": "./src/index.d.ts"
|