@checkdigit/eslint-plugin 6.6.0-PR.75-1f73 → 6.6.0-PR.77-5328
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/dist-cjs/index.cjs +755 -2126
- package/dist-cjs/metafile.json +82 -519
- package/dist-mjs/index.mjs +2 -60
- package/dist-mjs/require-resolve-full-response.mjs +5 -2
- package/dist-types/index.d.ts +1 -48
- package/dist-types/require-resolve-full-response.d.ts +3 -1
- package/package.json +1 -1
- package/src/index.ts +0 -58
- package/src/require-resolve-full-response.ts +2 -1
- package/dist-mjs/agent/add-url-domain.mjs +0 -61
- package/dist-mjs/agent/fetch-response-body-json.mjs +0 -63
- package/dist-mjs/agent/fetch-response-header-getter.mjs +0 -117
- package/dist-mjs/agent/fetch-then.mjs +0 -269
- package/dist-mjs/agent/fetch.mjs +0 -34
- package/dist-mjs/agent/no-fixture.mjs +0 -328
- package/dist-mjs/agent/no-full-response.mjs +0 -67
- package/dist-mjs/agent/no-mapped-response.mjs +0 -75
- package/dist-mjs/agent/no-service-wrapper.mjs +0 -184
- package/dist-mjs/agent/no-status-code.mjs +0 -59
- package/dist-mjs/agent/response-reference.mjs +0 -56
- package/dist-mjs/agent/url.mjs +0 -26
- package/dist-types/agent/add-url-domain.d.ts +0 -4
- package/dist-types/agent/fetch-response-body-json.d.ts +0 -4
- package/dist-types/agent/fetch-response-header-getter.d.ts +0 -4
- package/dist-types/agent/fetch-then.d.ts +0 -4
- package/dist-types/agent/fetch.d.ts +0 -4
- package/dist-types/agent/no-fixture.d.ts +0 -4
- package/dist-types/agent/no-full-response.d.ts +0 -4
- package/dist-types/agent/no-mapped-response.d.ts +0 -4
- package/dist-types/agent/no-service-wrapper.d.ts +0 -4
- package/dist-types/agent/no-status-code.d.ts +0 -4
- package/dist-types/agent/response-reference.d.ts +0 -16
- package/dist-types/agent/url.d.ts +0 -5
- package/src/agent/add-url-domain.ts +0 -75
- package/src/agent/fetch-response-body-json.ts +0 -76
- package/src/agent/fetch-response-header-getter.ts +0 -148
- package/src/agent/fetch-then.ts +0 -354
- package/src/agent/fetch.ts +0 -52
- package/src/agent/no-fixture.ts +0 -453
- package/src/agent/no-full-response.ts +0 -75
- package/src/agent/no-mapped-response.ts +0 -84
- package/src/agent/no-service-wrapper.ts +0 -238
- package/src/agent/no-status-code.ts +0 -71
- package/src/agent/response-reference.ts +0 -100
- package/src/agent/url.ts +0 -23
package/dist-cjs/metafile.json
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
|
+
"package.json": {
|
|
4
|
+
"bytes": 2898,
|
|
5
|
+
"imports": [],
|
|
6
|
+
"format": "esm",
|
|
7
|
+
"with": {
|
|
8
|
+
"type": "json"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
"src/get-documentation-url.ts": {
|
|
12
|
+
"bytes": 262,
|
|
13
|
+
"imports": [
|
|
14
|
+
{
|
|
15
|
+
"path": "package.json",
|
|
16
|
+
"kind": "import-statement",
|
|
17
|
+
"original": "../package.json",
|
|
18
|
+
"with": {
|
|
19
|
+
"type": "json"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"format": "esm"
|
|
24
|
+
},
|
|
25
|
+
"src/invalid-json-stringify.ts": {
|
|
26
|
+
"bytes": 2840,
|
|
27
|
+
"imports": [
|
|
28
|
+
{
|
|
29
|
+
"path": "src/get-documentation-url.ts",
|
|
30
|
+
"kind": "import-statement",
|
|
31
|
+
"original": "./get-documentation-url"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"format": "esm"
|
|
35
|
+
},
|
|
36
|
+
"src/no-promise-instance-method.ts": {
|
|
37
|
+
"bytes": 1617,
|
|
38
|
+
"imports": [
|
|
39
|
+
{
|
|
40
|
+
"path": "src/get-documentation-url.ts",
|
|
41
|
+
"kind": "import-statement",
|
|
42
|
+
"original": "./get-documentation-url"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"format": "esm"
|
|
46
|
+
},
|
|
3
47
|
"node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.cjs": {
|
|
4
48
|
"bytes": 7226,
|
|
5
49
|
"imports": [],
|
|
@@ -12160,252 +12204,6 @@
|
|
|
12160
12204
|
],
|
|
12161
12205
|
"format": "cjs"
|
|
12162
12206
|
},
|
|
12163
|
-
"src/agent/url.ts": {
|
|
12164
|
-
"bytes": 890,
|
|
12165
|
-
"imports": [],
|
|
12166
|
-
"format": "esm"
|
|
12167
|
-
},
|
|
12168
|
-
"package.json": {
|
|
12169
|
-
"bytes": 2871,
|
|
12170
|
-
"imports": [],
|
|
12171
|
-
"format": "esm",
|
|
12172
|
-
"with": {
|
|
12173
|
-
"type": "json"
|
|
12174
|
-
}
|
|
12175
|
-
},
|
|
12176
|
-
"src/get-documentation-url.ts": {
|
|
12177
|
-
"bytes": 262,
|
|
12178
|
-
"imports": [
|
|
12179
|
-
{
|
|
12180
|
-
"path": "package.json",
|
|
12181
|
-
"kind": "import-statement",
|
|
12182
|
-
"original": "../package.json",
|
|
12183
|
-
"with": {
|
|
12184
|
-
"type": "json"
|
|
12185
|
-
}
|
|
12186
|
-
}
|
|
12187
|
-
],
|
|
12188
|
-
"format": "esm"
|
|
12189
|
-
},
|
|
12190
|
-
"src/agent/add-url-domain.ts": {
|
|
12191
|
-
"bytes": 2340,
|
|
12192
|
-
"imports": [
|
|
12193
|
-
{
|
|
12194
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12195
|
-
"kind": "import-statement",
|
|
12196
|
-
"original": "@typescript-eslint/utils"
|
|
12197
|
-
},
|
|
12198
|
-
{
|
|
12199
|
-
"path": "src/agent/url.ts",
|
|
12200
|
-
"kind": "import-statement",
|
|
12201
|
-
"original": "./url"
|
|
12202
|
-
},
|
|
12203
|
-
{
|
|
12204
|
-
"path": "src/get-documentation-url.ts",
|
|
12205
|
-
"kind": "import-statement",
|
|
12206
|
-
"original": "../get-documentation-url"
|
|
12207
|
-
}
|
|
12208
|
-
],
|
|
12209
|
-
"format": "esm"
|
|
12210
|
-
},
|
|
12211
|
-
"src/agent/fetch-response-body-json.ts": {
|
|
12212
|
-
"bytes": 2633,
|
|
12213
|
-
"imports": [
|
|
12214
|
-
{
|
|
12215
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12216
|
-
"kind": "import-statement",
|
|
12217
|
-
"original": "@typescript-eslint/utils"
|
|
12218
|
-
},
|
|
12219
|
-
{
|
|
12220
|
-
"path": "src/get-documentation-url.ts",
|
|
12221
|
-
"kind": "import-statement",
|
|
12222
|
-
"original": "../get-documentation-url"
|
|
12223
|
-
}
|
|
12224
|
-
],
|
|
12225
|
-
"format": "esm"
|
|
12226
|
-
},
|
|
12227
|
-
"src/agent/fetch-response-header-getter.ts": {
|
|
12228
|
-
"bytes": 6087,
|
|
12229
|
-
"imports": [
|
|
12230
|
-
{
|
|
12231
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12232
|
-
"kind": "import-statement",
|
|
12233
|
-
"original": "@typescript-eslint/utils"
|
|
12234
|
-
},
|
|
12235
|
-
{
|
|
12236
|
-
"path": "src/get-documentation-url.ts",
|
|
12237
|
-
"kind": "import-statement",
|
|
12238
|
-
"original": "../get-documentation-url"
|
|
12239
|
-
}
|
|
12240
|
-
],
|
|
12241
|
-
"format": "esm"
|
|
12242
|
-
},
|
|
12243
|
-
"src/library/tree.ts": {
|
|
12244
|
-
"bytes": 2319,
|
|
12245
|
-
"imports": [],
|
|
12246
|
-
"format": "esm"
|
|
12247
|
-
},
|
|
12248
|
-
"src/agent/fetch.ts": {
|
|
12249
|
-
"bytes": 1431,
|
|
12250
|
-
"imports": [
|
|
12251
|
-
{
|
|
12252
|
-
"path": "src/library/tree.ts",
|
|
12253
|
-
"kind": "import-statement",
|
|
12254
|
-
"original": "../library/tree"
|
|
12255
|
-
}
|
|
12256
|
-
],
|
|
12257
|
-
"format": "esm"
|
|
12258
|
-
},
|
|
12259
|
-
"src/library/format.ts": {
|
|
12260
|
-
"bytes": 647,
|
|
12261
|
-
"imports": [
|
|
12262
|
-
{
|
|
12263
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12264
|
-
"kind": "import-statement",
|
|
12265
|
-
"original": "@typescript-eslint/utils"
|
|
12266
|
-
},
|
|
12267
|
-
{
|
|
12268
|
-
"path": "node:assert",
|
|
12269
|
-
"kind": "import-statement",
|
|
12270
|
-
"external": true
|
|
12271
|
-
}
|
|
12272
|
-
],
|
|
12273
|
-
"format": "esm"
|
|
12274
|
-
},
|
|
12275
|
-
"src/library/variable.ts": {
|
|
12276
|
-
"bytes": 158,
|
|
12277
|
-
"imports": [],
|
|
12278
|
-
"format": "esm"
|
|
12279
|
-
},
|
|
12280
|
-
"src/agent/fetch-then.ts": {
|
|
12281
|
-
"bytes": 14763,
|
|
12282
|
-
"imports": [
|
|
12283
|
-
{
|
|
12284
|
-
"path": "node_modules/eslint/lib/api.js",
|
|
12285
|
-
"kind": "import-statement",
|
|
12286
|
-
"original": "eslint"
|
|
12287
|
-
},
|
|
12288
|
-
{
|
|
12289
|
-
"path": "src/library/tree.ts",
|
|
12290
|
-
"kind": "import-statement",
|
|
12291
|
-
"original": "../library/tree"
|
|
12292
|
-
},
|
|
12293
|
-
{
|
|
12294
|
-
"path": "src/agent/fetch.ts",
|
|
12295
|
-
"kind": "import-statement",
|
|
12296
|
-
"original": "./fetch"
|
|
12297
|
-
},
|
|
12298
|
-
{
|
|
12299
|
-
"path": "node:assert",
|
|
12300
|
-
"kind": "import-statement",
|
|
12301
|
-
"external": true
|
|
12302
|
-
},
|
|
12303
|
-
{
|
|
12304
|
-
"path": "src/get-documentation-url.ts",
|
|
12305
|
-
"kind": "import-statement",
|
|
12306
|
-
"original": "../get-documentation-url"
|
|
12307
|
-
},
|
|
12308
|
-
{
|
|
12309
|
-
"path": "src/library/format.ts",
|
|
12310
|
-
"kind": "import-statement",
|
|
12311
|
-
"original": "../library/format"
|
|
12312
|
-
},
|
|
12313
|
-
{
|
|
12314
|
-
"path": "src/library/variable.ts",
|
|
12315
|
-
"kind": "import-statement",
|
|
12316
|
-
"original": "../library/variable"
|
|
12317
|
-
},
|
|
12318
|
-
{
|
|
12319
|
-
"path": "src/agent/url.ts",
|
|
12320
|
-
"kind": "import-statement",
|
|
12321
|
-
"original": "./url"
|
|
12322
|
-
}
|
|
12323
|
-
],
|
|
12324
|
-
"format": "esm"
|
|
12325
|
-
},
|
|
12326
|
-
"src/invalid-json-stringify.ts": {
|
|
12327
|
-
"bytes": 2840,
|
|
12328
|
-
"imports": [
|
|
12329
|
-
{
|
|
12330
|
-
"path": "src/get-documentation-url.ts",
|
|
12331
|
-
"kind": "import-statement",
|
|
12332
|
-
"original": "./get-documentation-url"
|
|
12333
|
-
}
|
|
12334
|
-
],
|
|
12335
|
-
"format": "esm"
|
|
12336
|
-
},
|
|
12337
|
-
"src/agent/response-reference.ts": {
|
|
12338
|
-
"bytes": 4007,
|
|
12339
|
-
"imports": [
|
|
12340
|
-
{
|
|
12341
|
-
"path": "node_modules/eslint/lib/api.js",
|
|
12342
|
-
"kind": "import-statement",
|
|
12343
|
-
"original": "eslint"
|
|
12344
|
-
},
|
|
12345
|
-
{
|
|
12346
|
-
"path": "node:assert",
|
|
12347
|
-
"kind": "import-statement",
|
|
12348
|
-
"external": true
|
|
12349
|
-
},
|
|
12350
|
-
{
|
|
12351
|
-
"path": "src/library/tree.ts",
|
|
12352
|
-
"kind": "import-statement",
|
|
12353
|
-
"original": "../library/tree"
|
|
12354
|
-
}
|
|
12355
|
-
],
|
|
12356
|
-
"format": "esm"
|
|
12357
|
-
},
|
|
12358
|
-
"src/agent/no-fixture.ts": {
|
|
12359
|
-
"bytes": 19851,
|
|
12360
|
-
"imports": [
|
|
12361
|
-
{
|
|
12362
|
-
"path": "node_modules/eslint/lib/api.js",
|
|
12363
|
-
"kind": "import-statement",
|
|
12364
|
-
"original": "eslint"
|
|
12365
|
-
},
|
|
12366
|
-
{
|
|
12367
|
-
"path": "src/library/tree.ts",
|
|
12368
|
-
"kind": "import-statement",
|
|
12369
|
-
"original": "../library/tree"
|
|
12370
|
-
},
|
|
12371
|
-
{
|
|
12372
|
-
"path": "src/agent/fetch.ts",
|
|
12373
|
-
"kind": "import-statement",
|
|
12374
|
-
"original": "./fetch"
|
|
12375
|
-
},
|
|
12376
|
-
{
|
|
12377
|
-
"path": "src/agent/response-reference.ts",
|
|
12378
|
-
"kind": "import-statement",
|
|
12379
|
-
"original": "./response-reference"
|
|
12380
|
-
},
|
|
12381
|
-
{
|
|
12382
|
-
"path": "node:assert",
|
|
12383
|
-
"kind": "import-statement",
|
|
12384
|
-
"external": true
|
|
12385
|
-
},
|
|
12386
|
-
{
|
|
12387
|
-
"path": "src/get-documentation-url.ts",
|
|
12388
|
-
"kind": "import-statement",
|
|
12389
|
-
"original": "../get-documentation-url"
|
|
12390
|
-
},
|
|
12391
|
-
{
|
|
12392
|
-
"path": "src/library/format.ts",
|
|
12393
|
-
"kind": "import-statement",
|
|
12394
|
-
"original": "../library/format"
|
|
12395
|
-
},
|
|
12396
|
-
{
|
|
12397
|
-
"path": "src/library/variable.ts",
|
|
12398
|
-
"kind": "import-statement",
|
|
12399
|
-
"original": "../library/variable"
|
|
12400
|
-
},
|
|
12401
|
-
{
|
|
12402
|
-
"path": "src/agent/url.ts",
|
|
12403
|
-
"kind": "import-statement",
|
|
12404
|
-
"original": "./url"
|
|
12405
|
-
}
|
|
12406
|
-
],
|
|
12407
|
-
"format": "esm"
|
|
12408
|
-
},
|
|
12409
12207
|
"src/library/ts-tree.ts": {
|
|
12410
12208
|
"bytes": 2872,
|
|
12411
12209
|
"imports": [
|
|
@@ -12417,118 +12215,8 @@
|
|
|
12417
12215
|
],
|
|
12418
12216
|
"format": "esm"
|
|
12419
12217
|
},
|
|
12420
|
-
"src/agent/no-full-response.ts": {
|
|
12421
|
-
"bytes": 2333,
|
|
12422
|
-
"imports": [
|
|
12423
|
-
{
|
|
12424
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12425
|
-
"kind": "import-statement",
|
|
12426
|
-
"original": "@typescript-eslint/utils"
|
|
12427
|
-
},
|
|
12428
|
-
{
|
|
12429
|
-
"path": "node:assert",
|
|
12430
|
-
"kind": "import-statement",
|
|
12431
|
-
"external": true
|
|
12432
|
-
},
|
|
12433
|
-
{
|
|
12434
|
-
"path": "src/get-documentation-url.ts",
|
|
12435
|
-
"kind": "import-statement",
|
|
12436
|
-
"original": "../get-documentation-url"
|
|
12437
|
-
},
|
|
12438
|
-
{
|
|
12439
|
-
"path": "src/library/ts-tree.ts",
|
|
12440
|
-
"kind": "import-statement",
|
|
12441
|
-
"original": "../library/ts-tree"
|
|
12442
|
-
}
|
|
12443
|
-
],
|
|
12444
|
-
"format": "esm"
|
|
12445
|
-
},
|
|
12446
|
-
"src/agent/no-mapped-response.ts": {
|
|
12447
|
-
"bytes": 2805,
|
|
12448
|
-
"imports": [
|
|
12449
|
-
{
|
|
12450
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12451
|
-
"kind": "import-statement",
|
|
12452
|
-
"original": "@typescript-eslint/utils"
|
|
12453
|
-
},
|
|
12454
|
-
{
|
|
12455
|
-
"path": "src/get-documentation-url.ts",
|
|
12456
|
-
"kind": "import-statement",
|
|
12457
|
-
"original": "../get-documentation-url"
|
|
12458
|
-
}
|
|
12459
|
-
],
|
|
12460
|
-
"format": "esm"
|
|
12461
|
-
},
|
|
12462
|
-
"src/no-promise-instance-method.ts": {
|
|
12463
|
-
"bytes": 1617,
|
|
12464
|
-
"imports": [
|
|
12465
|
-
{
|
|
12466
|
-
"path": "src/get-documentation-url.ts",
|
|
12467
|
-
"kind": "import-statement",
|
|
12468
|
-
"original": "./get-documentation-url"
|
|
12469
|
-
}
|
|
12470
|
-
],
|
|
12471
|
-
"format": "esm"
|
|
12472
|
-
},
|
|
12473
|
-
"src/agent/no-service-wrapper.ts": {
|
|
12474
|
-
"bytes": 9466,
|
|
12475
|
-
"imports": [
|
|
12476
|
-
{
|
|
12477
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12478
|
-
"kind": "import-statement",
|
|
12479
|
-
"original": "@typescript-eslint/utils"
|
|
12480
|
-
},
|
|
12481
|
-
{
|
|
12482
|
-
"path": "node_modules/@typescript-eslint/scope-manager/dist/index.js",
|
|
12483
|
-
"kind": "import-statement",
|
|
12484
|
-
"original": "@typescript-eslint/scope-manager"
|
|
12485
|
-
},
|
|
12486
|
-
{
|
|
12487
|
-
"path": "src/agent/url.ts",
|
|
12488
|
-
"kind": "import-statement",
|
|
12489
|
-
"original": "./url"
|
|
12490
|
-
},
|
|
12491
|
-
{
|
|
12492
|
-
"path": "node:assert",
|
|
12493
|
-
"kind": "import-statement",
|
|
12494
|
-
"external": true
|
|
12495
|
-
},
|
|
12496
|
-
{
|
|
12497
|
-
"path": "src/get-documentation-url.ts",
|
|
12498
|
-
"kind": "import-statement",
|
|
12499
|
-
"original": "../get-documentation-url"
|
|
12500
|
-
},
|
|
12501
|
-
{
|
|
12502
|
-
"path": "src/library/ts-tree.ts",
|
|
12503
|
-
"kind": "import-statement",
|
|
12504
|
-
"original": "../library/ts-tree"
|
|
12505
|
-
},
|
|
12506
|
-
{
|
|
12507
|
-
"path": "src/library/format.ts",
|
|
12508
|
-
"kind": "import-statement",
|
|
12509
|
-
"original": "../library/format"
|
|
12510
|
-
}
|
|
12511
|
-
],
|
|
12512
|
-
"format": "esm"
|
|
12513
|
-
},
|
|
12514
|
-
"src/agent/no-status-code.ts": {
|
|
12515
|
-
"bytes": 2353,
|
|
12516
|
-
"imports": [
|
|
12517
|
-
{
|
|
12518
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12519
|
-
"kind": "import-statement",
|
|
12520
|
-
"original": "@typescript-eslint/utils"
|
|
12521
|
-
},
|
|
12522
|
-
{
|
|
12523
|
-
"path": "src/get-documentation-url.ts",
|
|
12524
|
-
"kind": "import-statement",
|
|
12525
|
-
"original": "../get-documentation-url"
|
|
12526
|
-
}
|
|
12527
|
-
],
|
|
12528
|
-
"format": "esm"
|
|
12529
|
-
},
|
|
12530
12218
|
"src/require-resolve-full-response.ts": {
|
|
12531
|
-
"bytes":
|
|
12219
|
+
"bytes": 7652,
|
|
12532
12220
|
"imports": [
|
|
12533
12221
|
{
|
|
12534
12222
|
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
@@ -12540,11 +12228,6 @@
|
|
|
12540
12228
|
"kind": "import-statement",
|
|
12541
12229
|
"original": "@typescript-eslint/scope-manager"
|
|
12542
12230
|
},
|
|
12543
|
-
{
|
|
12544
|
-
"path": "src/agent/url.ts",
|
|
12545
|
-
"kind": "import-statement",
|
|
12546
|
-
"original": "./agent/url"
|
|
12547
|
-
},
|
|
12548
12231
|
{
|
|
12549
12232
|
"path": "node:assert",
|
|
12550
12233
|
"kind": "import-statement",
|
|
@@ -12609,63 +12292,18 @@
|
|
|
12609
12292
|
"format": "esm"
|
|
12610
12293
|
},
|
|
12611
12294
|
"src/index.ts": {
|
|
12612
|
-
"bytes":
|
|
12295
|
+
"bytes": 3021,
|
|
12613
12296
|
"imports": [
|
|
12614
|
-
{
|
|
12615
|
-
"path": "src/agent/add-url-domain.ts",
|
|
12616
|
-
"kind": "import-statement",
|
|
12617
|
-
"original": "./agent/add-url-domain"
|
|
12618
|
-
},
|
|
12619
|
-
{
|
|
12620
|
-
"path": "src/agent/fetch-response-body-json.ts",
|
|
12621
|
-
"kind": "import-statement",
|
|
12622
|
-
"original": "./agent/fetch-response-body-json"
|
|
12623
|
-
},
|
|
12624
|
-
{
|
|
12625
|
-
"path": "src/agent/fetch-response-header-getter.ts",
|
|
12626
|
-
"kind": "import-statement",
|
|
12627
|
-
"original": "./agent/fetch-response-header-getter"
|
|
12628
|
-
},
|
|
12629
|
-
{
|
|
12630
|
-
"path": "src/agent/fetch-then.ts",
|
|
12631
|
-
"kind": "import-statement",
|
|
12632
|
-
"original": "./agent/fetch-then"
|
|
12633
|
-
},
|
|
12634
12297
|
{
|
|
12635
12298
|
"path": "src/invalid-json-stringify.ts",
|
|
12636
12299
|
"kind": "import-statement",
|
|
12637
12300
|
"original": "./invalid-json-stringify"
|
|
12638
12301
|
},
|
|
12639
|
-
{
|
|
12640
|
-
"path": "src/agent/no-fixture.ts",
|
|
12641
|
-
"kind": "import-statement",
|
|
12642
|
-
"original": "./agent/no-fixture"
|
|
12643
|
-
},
|
|
12644
|
-
{
|
|
12645
|
-
"path": "src/agent/no-full-response.ts",
|
|
12646
|
-
"kind": "import-statement",
|
|
12647
|
-
"original": "./agent/no-full-response"
|
|
12648
|
-
},
|
|
12649
|
-
{
|
|
12650
|
-
"path": "src/agent/no-mapped-response.ts",
|
|
12651
|
-
"kind": "import-statement",
|
|
12652
|
-
"original": "./agent/no-mapped-response"
|
|
12653
|
-
},
|
|
12654
12302
|
{
|
|
12655
12303
|
"path": "src/no-promise-instance-method.ts",
|
|
12656
12304
|
"kind": "import-statement",
|
|
12657
12305
|
"original": "./no-promise-instance-method"
|
|
12658
12306
|
},
|
|
12659
|
-
{
|
|
12660
|
-
"path": "src/agent/no-service-wrapper.ts",
|
|
12661
|
-
"kind": "import-statement",
|
|
12662
|
-
"original": "./agent/no-service-wrapper"
|
|
12663
|
-
},
|
|
12664
|
-
{
|
|
12665
|
-
"path": "src/agent/no-status-code.ts",
|
|
12666
|
-
"kind": "import-statement",
|
|
12667
|
-
"original": "./agent/no-status-code"
|
|
12668
|
-
},
|
|
12669
12307
|
{
|
|
12670
12308
|
"path": "src/require-resolve-full-response.ts",
|
|
12671
12309
|
"kind": "import-statement",
|
|
@@ -13223,36 +12861,6 @@
|
|
|
13223
12861
|
"kind": "require-resolve",
|
|
13224
12862
|
"external": true
|
|
13225
12863
|
},
|
|
13226
|
-
{
|
|
13227
|
-
"path": "node:assert",
|
|
13228
|
-
"kind": "require-call",
|
|
13229
|
-
"external": true
|
|
13230
|
-
},
|
|
13231
|
-
{
|
|
13232
|
-
"path": "node:assert",
|
|
13233
|
-
"kind": "require-call",
|
|
13234
|
-
"external": true
|
|
13235
|
-
},
|
|
13236
|
-
{
|
|
13237
|
-
"path": "node:assert",
|
|
13238
|
-
"kind": "require-call",
|
|
13239
|
-
"external": true
|
|
13240
|
-
},
|
|
13241
|
-
{
|
|
13242
|
-
"path": "node:assert",
|
|
13243
|
-
"kind": "require-call",
|
|
13244
|
-
"external": true
|
|
13245
|
-
},
|
|
13246
|
-
{
|
|
13247
|
-
"path": "node:assert",
|
|
13248
|
-
"kind": "require-call",
|
|
13249
|
-
"external": true
|
|
13250
|
-
},
|
|
13251
|
-
{
|
|
13252
|
-
"path": "node:assert",
|
|
13253
|
-
"kind": "require-call",
|
|
13254
|
-
"external": true
|
|
13255
|
-
},
|
|
13256
12864
|
{
|
|
13257
12865
|
"path": "node:assert",
|
|
13258
12866
|
"kind": "require-call",
|
|
@@ -13335,7 +12943,7 @@
|
|
|
13335
12943
|
"bytesInOutput": 232
|
|
13336
12944
|
},
|
|
13337
12945
|
"node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js": {
|
|
13338
|
-
"bytesInOutput":
|
|
12946
|
+
"bytesInOutput": 1002
|
|
13339
12947
|
},
|
|
13340
12948
|
"node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js": {
|
|
13341
12949
|
"bytesInOutput": 692
|
|
@@ -13413,7 +13021,7 @@
|
|
|
13413
13021
|
"bytesInOutput": 2711
|
|
13414
13022
|
},
|
|
13415
13023
|
"node_modules/ignore/index.js": {
|
|
13416
|
-
"bytesInOutput":
|
|
13024
|
+
"bytesInOutput": 13296
|
|
13417
13025
|
},
|
|
13418
13026
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion/index.js": {
|
|
13419
13027
|
"bytesInOutput": 4594
|
|
@@ -13452,7 +13060,7 @@
|
|
|
13452
13060
|
"bytesInOutput": 21531
|
|
13453
13061
|
},
|
|
13454
13062
|
"node_modules/ajv/lib/compile/index.js": {
|
|
13455
|
-
"bytesInOutput":
|
|
13063
|
+
"bytesInOutput": 10002
|
|
13456
13064
|
},
|
|
13457
13065
|
"node_modules/ajv/lib/cache.js": {
|
|
13458
13066
|
"bytesInOutput": 560
|
|
@@ -13533,7 +13141,7 @@
|
|
|
13533
13141
|
"bytesInOutput": 1149
|
|
13534
13142
|
},
|
|
13535
13143
|
"node_modules/ajv/lib/compile/rules.js": {
|
|
13536
|
-
"bytesInOutput":
|
|
13144
|
+
"bytesInOutput": 2596
|
|
13537
13145
|
},
|
|
13538
13146
|
"node_modules/ajv/lib/data.js": {
|
|
13539
13147
|
"bytesInOutput": 1329
|
|
@@ -13551,7 +13159,7 @@
|
|
|
13551
13159
|
"bytesInOutput": 1141
|
|
13552
13160
|
},
|
|
13553
13161
|
"node_modules/ajv/lib/keyword.js": {
|
|
13554
|
-
"bytesInOutput":
|
|
13162
|
+
"bytesInOutput": 3304
|
|
13555
13163
|
},
|
|
13556
13164
|
"node_modules/ajv/lib/refs/data.json": {
|
|
13557
13165
|
"bytesInOutput": 654
|
|
@@ -13566,7 +13174,7 @@
|
|
|
13566
13174
|
"bytesInOutput": 157
|
|
13567
13175
|
},
|
|
13568
13176
|
"node_modules/@eslint/eslintrc/dist/eslintrc.cjs": {
|
|
13569
|
-
"bytesInOutput":
|
|
13177
|
+
"bytesInOutput": 103388
|
|
13570
13178
|
},
|
|
13571
13179
|
"node_modules/@eslint/js/src/configs/eslint-all.js": {
|
|
13572
13180
|
"bytesInOutput": 7567
|
|
@@ -13623,7 +13231,7 @@
|
|
|
13623
13231
|
"bytesInOutput": 302
|
|
13624
13232
|
},
|
|
13625
13233
|
"node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs": {
|
|
13626
|
-
"bytesInOutput":
|
|
13234
|
+
"bytesInOutput": 28030
|
|
13627
13235
|
},
|
|
13628
13236
|
"node_modules/eslint/lib/shared/traverser.js": {
|
|
13629
13237
|
"bytesInOutput": 4738
|
|
@@ -13710,7 +13318,7 @@
|
|
|
13710
13318
|
"bytesInOutput": 4696
|
|
13711
13319
|
},
|
|
13712
13320
|
"node_modules/eslint/lib/source-code/source-code.js": {
|
|
13713
|
-
"bytesInOutput":
|
|
13321
|
+
"bytesInOutput": 27531
|
|
13714
13322
|
},
|
|
13715
13323
|
"node_modules/eslint/lib/source-code/index.js": {
|
|
13716
13324
|
"bytesInOutput": 206
|
|
@@ -13737,7 +13345,7 @@
|
|
|
13737
13345
|
"bytesInOutput": 17032
|
|
13738
13346
|
},
|
|
13739
13347
|
"node_modules/eslint/lib/linter/apply-disable-directives.js": {
|
|
13740
|
-
"bytesInOutput":
|
|
13348
|
+
"bytesInOutput": 10134
|
|
13741
13349
|
},
|
|
13742
13350
|
"node_modules/esquery/dist/esquery.min.js": {
|
|
13743
13351
|
"bytesInOutput": 61887
|
|
@@ -13755,7 +13363,7 @@
|
|
|
13755
13363
|
"bytesInOutput": 7449
|
|
13756
13364
|
},
|
|
13757
13365
|
"node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js": {
|
|
13758
|
-
"bytesInOutput":
|
|
13366
|
+
"bytesInOutput": 2543
|
|
13759
13367
|
},
|
|
13760
13368
|
"node_modules/esutils/lib/ast.js": {
|
|
13761
13369
|
"bytesInOutput": 3324
|
|
@@ -13794,7 +13402,7 @@
|
|
|
13794
13402
|
"bytesInOutput": 4466
|
|
13795
13403
|
},
|
|
13796
13404
|
"node_modules/eslint/lib/rules/arrow-spacing.js": {
|
|
13797
|
-
"bytesInOutput":
|
|
13405
|
+
"bytesInOutput": 3507
|
|
13798
13406
|
},
|
|
13799
13407
|
"node_modules/eslint/lib/rules/block-scoped-var.js": {
|
|
13800
13408
|
"bytesInOutput": 2810
|
|
@@ -14541,7 +14149,7 @@
|
|
|
14541
14149
|
"bytesInOutput": 6570
|
|
14542
14150
|
},
|
|
14543
14151
|
"node_modules/eslint/lib/rules/padded-blocks.js": {
|
|
14544
|
-
"bytesInOutput":
|
|
14152
|
+
"bytesInOutput": 7843
|
|
14545
14153
|
},
|
|
14546
14154
|
"node_modules/eslint/lib/rules/padding-line-between-statements.js": {
|
|
14547
14155
|
"bytesInOutput": 12419
|
|
@@ -14652,10 +14260,10 @@
|
|
|
14652
14260
|
"bytesInOutput": 7924
|
|
14653
14261
|
},
|
|
14654
14262
|
"node_modules/eslint/lib/rules/spaced-comment.js": {
|
|
14655
|
-
"bytesInOutput":
|
|
14263
|
+
"bytesInOutput": 8277
|
|
14656
14264
|
},
|
|
14657
14265
|
"node_modules/eslint/lib/rules/strict.js": {
|
|
14658
|
-
"bytesInOutput":
|
|
14266
|
+
"bytesInOutput": 6638
|
|
14659
14267
|
},
|
|
14660
14268
|
"node_modules/eslint/lib/rules/switch-colon-spacing.js": {
|
|
14661
14269
|
"bytesInOutput": 3200
|
|
@@ -14712,7 +14320,7 @@
|
|
|
14712
14320
|
"bytesInOutput": 17805
|
|
14713
14321
|
},
|
|
14714
14322
|
"node_modules/eslint/lib/linter/rules.js": {
|
|
14715
|
-
"bytesInOutput":
|
|
14323
|
+
"bytesInOutput": 1573
|
|
14716
14324
|
},
|
|
14717
14325
|
"node_modules/eslint/lib/linter/safe-emitter.js": {
|
|
14718
14326
|
"bytesInOutput": 733
|
|
@@ -14727,7 +14335,7 @@
|
|
|
14727
14335
|
"bytesInOutput": 1183
|
|
14728
14336
|
},
|
|
14729
14337
|
"node_modules/eslint/lib/config/flat-config-helpers.js": {
|
|
14730
|
-
"bytesInOutput":
|
|
14338
|
+
"bytesInOutput": 1660
|
|
14731
14339
|
},
|
|
14732
14340
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion/index.js": {
|
|
14733
14341
|
"bytesInOutput": 4605
|
|
@@ -14766,7 +14374,7 @@
|
|
|
14766
14374
|
"bytesInOutput": 928
|
|
14767
14375
|
},
|
|
14768
14376
|
"node_modules/eslint/lib/config/flat-config-schema.js": {
|
|
14769
|
-
"bytesInOutput":
|
|
14377
|
+
"bytesInOutput": 11287
|
|
14770
14378
|
},
|
|
14771
14379
|
"node_modules/ajv/lib/refs/json-schema-draft-04.json": {
|
|
14772
14380
|
"bytesInOutput": 4080
|
|
@@ -14775,7 +14383,7 @@
|
|
|
14775
14383
|
"bytesInOutput": 579
|
|
14776
14384
|
},
|
|
14777
14385
|
"node_modules/eslint/lib/config/rule-validator.js": {
|
|
14778
|
-
"bytesInOutput":
|
|
14386
|
+
"bytesInOutput": 3159
|
|
14779
14387
|
},
|
|
14780
14388
|
"node_modules/eslint/lib/config/default-config.js": {
|
|
14781
14389
|
"bytesInOutput": 1424
|
|
@@ -14784,7 +14392,7 @@
|
|
|
14784
14392
|
"bytesInOutput": 6248
|
|
14785
14393
|
},
|
|
14786
14394
|
"node_modules/eslint/lib/linter/linter.js": {
|
|
14787
|
-
"bytesInOutput":
|
|
14395
|
+
"bytesInOutput": 56974
|
|
14788
14396
|
},
|
|
14789
14397
|
"node_modules/eslint/lib/linter/index.js": {
|
|
14790
14398
|
"bytesInOutput": 372
|
|
@@ -14952,10 +14560,10 @@
|
|
|
14952
14560
|
"bytesInOutput": 5074
|
|
14953
14561
|
},
|
|
14954
14562
|
"node_modules/eslint/lib/eslint/flat-eslint.js": {
|
|
14955
|
-
"bytesInOutput":
|
|
14563
|
+
"bytesInOutput": 25101
|
|
14956
14564
|
},
|
|
14957
14565
|
"node_modules/eslint/lib/rule-tester/flat-rule-tester.js": {
|
|
14958
|
-
"bytesInOutput":
|
|
14566
|
+
"bytesInOutput": 31581
|
|
14959
14567
|
},
|
|
14960
14568
|
"node_modules/eslint/conf/default-cli-options.js": {
|
|
14961
14569
|
"bytesInOutput": 783
|
|
@@ -14964,10 +14572,10 @@
|
|
|
14964
14572
|
"bytesInOutput": 745
|
|
14965
14573
|
},
|
|
14966
14574
|
"node_modules/eslint/lib/cli-engine/cli-engine.js": {
|
|
14967
|
-
"bytesInOutput":
|
|
14575
|
+
"bytesInOutput": 23868
|
|
14968
14576
|
},
|
|
14969
14577
|
"node_modules/eslint/lib/eslint/eslint.js": {
|
|
14970
|
-
"bytesInOutput":
|
|
14578
|
+
"bytesInOutput": 19428
|
|
14971
14579
|
},
|
|
14972
14580
|
"node_modules/eslint/lib/unsupported-api.js": {
|
|
14973
14581
|
"bytesInOutput": 538
|
|
@@ -14991,16 +14599,16 @@
|
|
|
14991
14599
|
"bytesInOutput": 940
|
|
14992
14600
|
},
|
|
14993
14601
|
"node_modules/eslint/lib/shared/config-validator.js": {
|
|
14994
|
-
"bytesInOutput":
|
|
14602
|
+
"bytesInOutput": 7249
|
|
14995
14603
|
},
|
|
14996
14604
|
"node_modules/eslint/lib/rule-tester/rule-tester.js": {
|
|
14997
|
-
"bytesInOutput":
|
|
14605
|
+
"bytesInOutput": 33164
|
|
14998
14606
|
},
|
|
14999
14607
|
"node_modules/eslint/lib/rule-tester/index.js": {
|
|
15000
14608
|
"bytesInOutput": 206
|
|
15001
14609
|
},
|
|
15002
14610
|
"node_modules/eslint/lib/api.js": {
|
|
15003
|
-
"bytesInOutput":
|
|
14611
|
+
"bytesInOutput": 746
|
|
15004
14612
|
},
|
|
15005
14613
|
"node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js": {
|
|
15006
14614
|
"bytesInOutput": 354
|
|
@@ -15495,7 +15103,7 @@
|
|
|
15495
15103
|
"bytesInOutput": 1650
|
|
15496
15104
|
},
|
|
15497
15105
|
"node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js": {
|
|
15498
|
-
"bytesInOutput":
|
|
15106
|
+
"bytesInOutput": 382
|
|
15499
15107
|
},
|
|
15500
15108
|
"node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js": {
|
|
15501
15109
|
"bytesInOutput": 1486
|
|
@@ -15507,73 +15115,28 @@
|
|
|
15507
15115
|
"bytesInOutput": 1022
|
|
15508
15116
|
},
|
|
15509
15117
|
"node_modules/@typescript-eslint/utils/dist/index.js": {
|
|
15510
|
-
"bytesInOutput":
|
|
15118
|
+
"bytesInOutput": 2215
|
|
15511
15119
|
},
|
|
15512
15120
|
"src/index.ts": {
|
|
15513
|
-
"bytesInOutput":
|
|
15514
|
-
},
|
|
15515
|
-
"src/agent/url.ts": {
|
|
15516
|
-
"bytesInOutput": 745
|
|
15121
|
+
"bytesInOutput": 2111
|
|
15517
15122
|
},
|
|
15518
15123
|
"package.json": {
|
|
15519
|
-
"bytesInOutput":
|
|
15124
|
+
"bytesInOutput": 2998
|
|
15520
15125
|
},
|
|
15521
15126
|
"src/get-documentation-url.ts": {
|
|
15522
|
-
"bytesInOutput":
|
|
15523
|
-
},
|
|
15524
|
-
"src/agent/add-url-domain.ts": {
|
|
15525
|
-
"bytesInOutput": 1915
|
|
15526
|
-
},
|
|
15527
|
-
"src/agent/fetch-response-body-json.ts": {
|
|
15528
|
-
"bytesInOutput": 2311
|
|
15529
|
-
},
|
|
15530
|
-
"src/agent/fetch-response-header-getter.ts": {
|
|
15531
|
-
"bytesInOutput": 5239
|
|
15532
|
-
},
|
|
15533
|
-
"src/library/tree.ts": {
|
|
15534
|
-
"bytesInOutput": 1648
|
|
15535
|
-
},
|
|
15536
|
-
"src/agent/fetch.ts": {
|
|
15537
|
-
"bytesInOutput": 1206
|
|
15538
|
-
},
|
|
15539
|
-
"src/library/format.ts": {
|
|
15540
|
-
"bytesInOutput": 380
|
|
15541
|
-
},
|
|
15542
|
-
"src/library/variable.ts": {
|
|
15543
|
-
"bytesInOutput": 118
|
|
15544
|
-
},
|
|
15545
|
-
"src/agent/fetch-then.ts": {
|
|
15546
|
-
"bytesInOutput": 12231
|
|
15127
|
+
"bytesInOutput": 146
|
|
15547
15128
|
},
|
|
15548
15129
|
"src/invalid-json-stringify.ts": {
|
|
15549
|
-
"bytesInOutput":
|
|
15550
|
-
},
|
|
15551
|
-
"src/agent/response-reference.ts": {
|
|
15552
|
-
"bytesInOutput": 2671
|
|
15553
|
-
},
|
|
15554
|
-
"src/agent/no-fixture.ts": {
|
|
15555
|
-
"bytesInOutput": 16455
|
|
15556
|
-
},
|
|
15557
|
-
"src/library/ts-tree.ts": {
|
|
15558
|
-
"bytesInOutput": 2095
|
|
15559
|
-
},
|
|
15560
|
-
"src/agent/no-full-response.ts": {
|
|
15561
|
-
"bytesInOutput": 2006
|
|
15562
|
-
},
|
|
15563
|
-
"src/agent/no-mapped-response.ts": {
|
|
15564
|
-
"bytesInOutput": 2417
|
|
15130
|
+
"bytesInOutput": 2471
|
|
15565
15131
|
},
|
|
15566
15132
|
"src/no-promise-instance-method.ts": {
|
|
15567
15133
|
"bytesInOutput": 1275
|
|
15568
15134
|
},
|
|
15569
|
-
"src/
|
|
15570
|
-
"bytesInOutput":
|
|
15571
|
-
},
|
|
15572
|
-
"src/agent/no-status-code.ts": {
|
|
15573
|
-
"bytesInOutput": 2037
|
|
15135
|
+
"src/library/ts-tree.ts": {
|
|
15136
|
+
"bytesInOutput": 2070
|
|
15574
15137
|
},
|
|
15575
15138
|
"src/require-resolve-full-response.ts": {
|
|
15576
|
-
"bytesInOutput":
|
|
15139
|
+
"bytesInOutput": 7342
|
|
15577
15140
|
},
|
|
15578
15141
|
"src/file-path-comment.ts": {
|
|
15579
15142
|
"bytesInOutput": 1961
|
|
@@ -15603,7 +15166,7 @@
|
|
|
15603
15166
|
"bytesInOutput": 3362
|
|
15604
15167
|
}
|
|
15605
15168
|
},
|
|
15606
|
-
"bytes":
|
|
15169
|
+
"bytes": 4225244
|
|
15607
15170
|
}
|
|
15608
15171
|
}
|
|
15609
15172
|
}
|