@checkdigit/eslint-plugin 6.6.0-PR.75-0fc6 → 6.6.0-PR.77-885a

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 (64) hide show
  1. package/dist-cjs/index.cjs +779 -2464
  2. package/dist-cjs/metafile.json +203 -795
  3. package/dist-mjs/index.mjs +3 -77
  4. package/dist-mjs/require-resolve-full-response.mjs +5 -2
  5. package/dist-types/index.d.ts +1 -51
  6. package/dist-types/require-resolve-full-response.d.ts +3 -1
  7. package/package.json +1 -1
  8. package/src/index.ts +0 -74
  9. package/src/library/format.ts +1 -1
  10. package/src/library/tree.ts +1 -1
  11. package/src/library/ts-tree.ts +1 -1
  12. package/src/library/variable.ts +1 -1
  13. package/src/require-resolve-full-response.ts +2 -1
  14. package/dist-mjs/agent/add-url-domain.mjs +0 -61
  15. package/dist-mjs/agent/fetch-response-body-json.mjs +0 -63
  16. package/dist-mjs/agent/fetch-response-header-getter.mjs +0 -117
  17. package/dist-mjs/agent/fetch-then.mjs +0 -269
  18. package/dist-mjs/agent/fetch.mjs +0 -34
  19. package/dist-mjs/agent/no-fixture.mjs +0 -328
  20. package/dist-mjs/agent/no-full-response.mjs +0 -67
  21. package/dist-mjs/agent/no-mapped-response.mjs +0 -75
  22. package/dist-mjs/agent/no-service-wrapper.mjs +0 -184
  23. package/dist-mjs/agent/no-status-code.mjs +0 -59
  24. package/dist-mjs/agent/no-unused-function-argument.mjs +0 -79
  25. package/dist-mjs/agent/no-unused-service-variable.mjs +0 -75
  26. package/dist-mjs/agent/response-reference.mjs +0 -56
  27. package/dist-mjs/agent/url.mjs +0 -26
  28. package/dist-mjs/no-duplicated-imports.mjs +0 -87
  29. package/dist-mjs/require-fixed-services-import.mjs +0 -46
  30. package/dist-mjs/require-type-out-of-type-only-imports.mjs +0 -48
  31. package/dist-types/agent/add-url-domain.d.ts +0 -4
  32. package/dist-types/agent/fetch-response-body-json.d.ts +0 -4
  33. package/dist-types/agent/fetch-response-header-getter.d.ts +0 -4
  34. package/dist-types/agent/fetch-then.d.ts +0 -4
  35. package/dist-types/agent/fetch.d.ts +0 -4
  36. package/dist-types/agent/no-fixture.d.ts +0 -4
  37. package/dist-types/agent/no-full-response.d.ts +0 -4
  38. package/dist-types/agent/no-mapped-response.d.ts +0 -4
  39. package/dist-types/agent/no-service-wrapper.d.ts +0 -4
  40. package/dist-types/agent/no-status-code.d.ts +0 -4
  41. package/dist-types/agent/no-unused-function-argument.d.ts +0 -4
  42. package/dist-types/agent/no-unused-service-variable.d.ts +0 -4
  43. package/dist-types/agent/response-reference.d.ts +0 -16
  44. package/dist-types/agent/url.d.ts +0 -5
  45. package/dist-types/no-duplicated-imports.d.ts +0 -4
  46. package/dist-types/require-fixed-services-import.d.ts +0 -4
  47. package/dist-types/require-type-out-of-type-only-imports.d.ts +0 -4
  48. package/src/agent/add-url-domain.ts +0 -75
  49. package/src/agent/fetch-response-body-json.ts +0 -76
  50. package/src/agent/fetch-response-header-getter.ts +0 -148
  51. package/src/agent/fetch-then.ts +0 -354
  52. package/src/agent/fetch.ts +0 -52
  53. package/src/agent/no-fixture.ts +0 -453
  54. package/src/agent/no-full-response.ts +0 -75
  55. package/src/agent/no-mapped-response.ts +0 -84
  56. package/src/agent/no-service-wrapper.ts +0 -238
  57. package/src/agent/no-status-code.ts +0 -71
  58. package/src/agent/no-unused-function-argument.ts +0 -96
  59. package/src/agent/no-unused-service-variable.ts +0 -92
  60. package/src/agent/response-reference.ts +0 -100
  61. package/src/agent/url.ts +0 -23
  62. package/src/no-duplicated-imports.ts +0 -116
  63. package/src/require-fixed-services-import.ts +0 -52
  64. package/src/require-type-out-of-type-only-imports.ts +0 -63
@@ -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,35 +12204,19 @@
12160
12204
  ],
12161
12205
  "format": "cjs"
12162
12206
  },
12163
- "src/agent/url.ts": {
12164
- "bytes": 888,
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,
12207
+ "src/library/ts-tree.ts": {
12208
+ "bytes": 2872,
12178
12209
  "imports": [
12179
12210
  {
12180
- "path": "package.json",
12211
+ "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12181
12212
  "kind": "import-statement",
12182
- "original": "../package.json",
12183
- "with": {
12184
- "type": "json"
12185
- }
12213
+ "original": "@typescript-eslint/utils"
12186
12214
  }
12187
12215
  ],
12188
12216
  "format": "esm"
12189
12217
  },
12190
- "src/agent/add-url-domain.ts": {
12191
- "bytes": 2338,
12218
+ "src/require-resolve-full-response.ts": {
12219
+ "bytes": 7652,
12192
12220
  "imports": [
12193
12221
  {
12194
12222
  "path": "node_modules/@typescript-eslint/utils/dist/index.js",
@@ -12196,712 +12224,197 @@
12196
12224
  "original": "@typescript-eslint/utils"
12197
12225
  },
12198
12226
  {
12199
- "path": "src/agent/url.ts",
12227
+ "path": "node_modules/@typescript-eslint/scope-manager/dist/index.js",
12200
12228
  "kind": "import-statement",
12201
- "original": "./url"
12229
+ "original": "@typescript-eslint/scope-manager"
12202
12230
  },
12203
12231
  {
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": 2631,
12213
- "imports": [
12214
- {
12215
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12232
+ "path": "node:assert",
12216
12233
  "kind": "import-statement",
12217
- "original": "@typescript-eslint/utils"
12234
+ "external": true
12218
12235
  },
12219
12236
  {
12220
12237
  "path": "src/get-documentation-url.ts",
12221
12238
  "kind": "import-statement",
12222
- "original": "../get-documentation-url"
12223
- }
12224
- ],
12225
- "format": "esm"
12226
- },
12227
- "src/agent/fetch-response-header-getter.ts": {
12228
- "bytes": 6085,
12229
- "imports": [
12230
- {
12231
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12232
- "kind": "import-statement",
12233
- "original": "@typescript-eslint/utils"
12239
+ "original": "./get-documentation-url"
12234
12240
  },
12235
12241
  {
12236
- "path": "src/get-documentation-url.ts",
12242
+ "path": "src/library/ts-tree.ts",
12237
12243
  "kind": "import-statement",
12238
- "original": "../get-documentation-url"
12244
+ "original": "./library/ts-tree"
12239
12245
  }
12240
12246
  ],
12241
12247
  "format": "esm"
12242
12248
  },
12243
- "src/library/tree.ts": {
12244
- "bytes": 2327,
12249
+ "src/file-path-comment.ts": {
12250
+ "bytes": 2234,
12245
12251
  "imports": [],
12246
12252
  "format": "esm"
12247
12253
  },
12248
- "src/agent/fetch.ts": {
12249
- "bytes": 1429,
12250
- "imports": [
12251
- {
12252
- "path": "src/library/tree.ts",
12253
- "kind": "import-statement",
12254
- "original": "../library/tree"
12255
- }
12256
- ],
12254
+ "src/no-card-numbers.ts": {
12255
+ "bytes": 3901,
12256
+ "imports": [],
12257
12257
  "format": "esm"
12258
12258
  },
12259
- "src/library/format.ts": {
12260
- "bytes": 655,
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
- ],
12259
+ "src/no-test-import.ts": {
12260
+ "bytes": 1874,
12261
+ "imports": [],
12262
+ "format": "esm"
12263
+ },
12264
+ "src/no-uuid.ts": {
12265
+ "bytes": 2595,
12266
+ "imports": [],
12267
+ "format": "esm"
12268
+ },
12269
+ "src/no-wallaby-comment.ts": {
12270
+ "bytes": 3476,
12271
+ "imports": [],
12272
+ "format": "esm"
12273
+ },
12274
+ "src/object-literal-response.ts": {
12275
+ "bytes": 4547,
12276
+ "imports": [],
12277
+ "format": "esm"
12278
+ },
12279
+ "src/regular-expression-comment.ts": {
12280
+ "bytes": 2586,
12281
+ "imports": [],
12273
12282
  "format": "esm"
12274
12283
  },
12275
- "src/library/variable.ts": {
12276
- "bytes": 158,
12284
+ "src/require-assert-predicate-rejects-throws.ts": {
12285
+ "bytes": 2148,
12286
+ "imports": [],
12287
+ "format": "esm"
12288
+ },
12289
+ "src/require-strict-assert.ts": {
12290
+ "bytes": 3759,
12277
12291
  "imports": [],
12278
12292
  "format": "esm"
12279
12293
  },
12280
- "src/agent/fetch-then.ts": {
12281
- "bytes": 14761,
12294
+ "src/index.ts": {
12295
+ "bytes": 3021,
12282
12296
  "imports": [
12283
12297
  {
12284
- "path": "node_modules/eslint/lib/api.js",
12298
+ "path": "src/invalid-json-stringify.ts",
12285
12299
  "kind": "import-statement",
12286
- "original": "eslint"
12300
+ "original": "./invalid-json-stringify"
12287
12301
  },
12288
12302
  {
12289
- "path": "src/library/tree.ts",
12303
+ "path": "src/no-promise-instance-method.ts",
12290
12304
  "kind": "import-statement",
12291
- "original": "../library/tree"
12305
+ "original": "./no-promise-instance-method"
12292
12306
  },
12293
12307
  {
12294
- "path": "src/agent/fetch.ts",
12308
+ "path": "src/require-resolve-full-response.ts",
12295
12309
  "kind": "import-statement",
12296
- "original": "./fetch"
12310
+ "original": "./require-resolve-full-response"
12297
12311
  },
12298
12312
  {
12299
- "path": "node:assert",
12313
+ "path": "src/file-path-comment.ts",
12300
12314
  "kind": "import-statement",
12301
- "external": true
12315
+ "original": "./file-path-comment"
12302
12316
  },
12303
12317
  {
12304
- "path": "src/get-documentation-url.ts",
12318
+ "path": "src/no-card-numbers.ts",
12305
12319
  "kind": "import-statement",
12306
- "original": "../get-documentation-url"
12320
+ "original": "./no-card-numbers"
12307
12321
  },
12308
12322
  {
12309
- "path": "src/library/format.ts",
12323
+ "path": "src/no-test-import.ts",
12310
12324
  "kind": "import-statement",
12311
- "original": "../library/format"
12325
+ "original": "./no-test-import"
12312
12326
  },
12313
12327
  {
12314
- "path": "src/library/variable.ts",
12328
+ "path": "src/no-uuid.ts",
12315
12329
  "kind": "import-statement",
12316
- "original": "../library/variable"
12330
+ "original": "./no-uuid"
12317
12331
  },
12318
12332
  {
12319
- "path": "src/agent/url.ts",
12333
+ "path": "src/no-wallaby-comment.ts",
12320
12334
  "kind": "import-statement",
12321
- "original": "./url"
12322
- }
12323
- ],
12324
- "format": "esm"
12325
- },
12326
- "src/invalid-json-stringify.ts": {
12327
- "bytes": 2840,
12328
- "imports": [
12335
+ "original": "./no-wallaby-comment"
12336
+ },
12329
12337
  {
12330
- "path": "src/get-documentation-url.ts",
12338
+ "path": "src/object-literal-response.ts",
12331
12339
  "kind": "import-statement",
12332
- "original": "./get-documentation-url"
12333
- }
12334
- ],
12335
- "format": "esm"
12336
- },
12337
- "src/no-duplicated-imports.ts": {
12338
- "bytes": 4278,
12339
- "imports": [
12340
+ "original": "./object-literal-response"
12341
+ },
12340
12342
  {
12341
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12343
+ "path": "src/regular-expression-comment.ts",
12342
12344
  "kind": "import-statement",
12343
- "original": "@typescript-eslint/utils"
12345
+ "original": "./regular-expression-comment"
12344
12346
  },
12345
12347
  {
12346
- "path": "node:assert",
12348
+ "path": "src/require-assert-predicate-rejects-throws.ts",
12347
12349
  "kind": "import-statement",
12348
- "external": true
12350
+ "original": "./require-assert-predicate-rejects-throws"
12349
12351
  },
12350
12352
  {
12351
- "path": "src/get-documentation-url.ts",
12353
+ "path": "src/require-strict-assert.ts",
12352
12354
  "kind": "import-statement",
12353
- "original": "./get-documentation-url"
12355
+ "original": "./require-strict-assert"
12354
12356
  }
12355
12357
  ],
12356
12358
  "format": "esm"
12357
- },
12358
- "src/agent/response-reference.ts": {
12359
- "bytes": 4005,
12359
+ }
12360
+ },
12361
+ "outputs": {
12362
+ "dist-cjs/index.cjs": {
12360
12363
  "imports": [
12361
12364
  {
12362
- "path": "node_modules/eslint/lib/api.js",
12363
- "kind": "import-statement",
12364
- "original": "eslint"
12365
+ "path": "path",
12366
+ "kind": "require-call",
12367
+ "external": true
12365
12368
  },
12366
12369
  {
12367
- "path": "node:assert",
12368
- "kind": "import-statement",
12370
+ "path": "os",
12371
+ "kind": "require-call",
12369
12372
  "external": true
12370
12373
  },
12371
12374
  {
12372
- "path": "src/library/tree.ts",
12373
- "kind": "import-statement",
12374
- "original": "../library/tree"
12375
- }
12376
- ],
12377
- "format": "esm"
12378
- },
12379
- "src/agent/no-fixture.ts": {
12380
- "bytes": 19849,
12381
- "imports": [
12375
+ "path": "path",
12376
+ "kind": "require-call",
12377
+ "external": true
12378
+ },
12382
12379
  {
12383
- "path": "node_modules/eslint/lib/api.js",
12384
- "kind": "import-statement",
12385
- "original": "eslint"
12380
+ "path": "os",
12381
+ "kind": "require-call",
12382
+ "external": true
12386
12383
  },
12387
12384
  {
12388
- "path": "src/library/tree.ts",
12389
- "kind": "import-statement",
12390
- "original": "../library/tree"
12385
+ "path": "tty",
12386
+ "kind": "require-call",
12387
+ "external": true
12391
12388
  },
12392
12389
  {
12393
- "path": "src/agent/fetch.ts",
12394
- "kind": "import-statement",
12395
- "original": "./fetch"
12390
+ "path": "tty",
12391
+ "kind": "require-call",
12392
+ "external": true
12396
12393
  },
12397
12394
  {
12398
- "path": "src/agent/response-reference.ts",
12399
- "kind": "import-statement",
12400
- "original": "./response-reference"
12395
+ "path": "util",
12396
+ "kind": "require-call",
12397
+ "external": true
12401
12398
  },
12402
12399
  {
12403
- "path": "node:assert",
12404
- "kind": "import-statement",
12400
+ "path": "path",
12401
+ "kind": "require-call",
12405
12402
  "external": true
12406
12403
  },
12407
12404
  {
12408
- "path": "src/get-documentation-url.ts",
12409
- "kind": "import-statement",
12410
- "original": "../get-documentation-url"
12405
+ "path": "module",
12406
+ "kind": "require-call",
12407
+ "external": true
12411
12408
  },
12412
12409
  {
12413
- "path": "src/library/format.ts",
12414
- "kind": "import-statement",
12415
- "original": "../library/format"
12410
+ "path": "fs",
12411
+ "kind": "require-call",
12412
+ "external": true
12416
12413
  },
12417
12414
  {
12418
- "path": "src/library/variable.ts",
12419
- "kind": "import-statement",
12420
- "original": "../library/variable"
12421
- },
12422
- {
12423
- "path": "src/agent/url.ts",
12424
- "kind": "import-statement",
12425
- "original": "./url"
12426
- }
12427
- ],
12428
- "format": "esm"
12429
- },
12430
- "src/library/ts-tree.ts": {
12431
- "bytes": 2883,
12432
- "imports": [
12433
- {
12434
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12435
- "kind": "import-statement",
12436
- "original": "@typescript-eslint/utils"
12437
- }
12438
- ],
12439
- "format": "esm"
12440
- },
12441
- "src/agent/no-full-response.ts": {
12442
- "bytes": 2331,
12443
- "imports": [
12444
- {
12445
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12446
- "kind": "import-statement",
12447
- "original": "@typescript-eslint/utils"
12448
- },
12449
- {
12450
- "path": "node:assert",
12451
- "kind": "import-statement",
12452
- "external": true
12453
- },
12454
- {
12455
- "path": "src/get-documentation-url.ts",
12456
- "kind": "import-statement",
12457
- "original": "../get-documentation-url"
12458
- },
12459
- {
12460
- "path": "src/library/ts-tree.ts",
12461
- "kind": "import-statement",
12462
- "original": "../library/ts-tree"
12463
- }
12464
- ],
12465
- "format": "esm"
12466
- },
12467
- "src/agent/no-mapped-response.ts": {
12468
- "bytes": 2803,
12469
- "imports": [
12470
- {
12471
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12472
- "kind": "import-statement",
12473
- "original": "@typescript-eslint/utils"
12474
- },
12475
- {
12476
- "path": "src/get-documentation-url.ts",
12477
- "kind": "import-statement",
12478
- "original": "../get-documentation-url"
12479
- }
12480
- ],
12481
- "format": "esm"
12482
- },
12483
- "src/no-promise-instance-method.ts": {
12484
- "bytes": 1617,
12485
- "imports": [
12486
- {
12487
- "path": "src/get-documentation-url.ts",
12488
- "kind": "import-statement",
12489
- "original": "./get-documentation-url"
12490
- }
12491
- ],
12492
- "format": "esm"
12493
- },
12494
- "src/agent/no-service-wrapper.ts": {
12495
- "bytes": 9464,
12496
- "imports": [
12497
- {
12498
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12499
- "kind": "import-statement",
12500
- "original": "@typescript-eslint/utils"
12501
- },
12502
- {
12503
- "path": "node_modules/@typescript-eslint/scope-manager/dist/index.js",
12504
- "kind": "import-statement",
12505
- "original": "@typescript-eslint/scope-manager"
12506
- },
12507
- {
12508
- "path": "src/agent/url.ts",
12509
- "kind": "import-statement",
12510
- "original": "./url"
12511
- },
12512
- {
12513
- "path": "node:assert",
12514
- "kind": "import-statement",
12515
- "external": true
12516
- },
12517
- {
12518
- "path": "src/get-documentation-url.ts",
12519
- "kind": "import-statement",
12520
- "original": "../get-documentation-url"
12521
- },
12522
- {
12523
- "path": "src/library/ts-tree.ts",
12524
- "kind": "import-statement",
12525
- "original": "../library/ts-tree"
12526
- },
12527
- {
12528
- "path": "src/library/format.ts",
12529
- "kind": "import-statement",
12530
- "original": "../library/format"
12531
- }
12532
- ],
12533
- "format": "esm"
12534
- },
12535
- "src/agent/no-status-code.ts": {
12536
- "bytes": 2351,
12537
- "imports": [
12538
- {
12539
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12540
- "kind": "import-statement",
12541
- "original": "@typescript-eslint/utils"
12542
- },
12543
- {
12544
- "path": "src/get-documentation-url.ts",
12545
- "kind": "import-statement",
12546
- "original": "../get-documentation-url"
12547
- }
12548
- ],
12549
- "format": "esm"
12550
- },
12551
- "src/agent/no-unused-function-argument.ts": {
12552
- "bytes": 3290,
12553
- "imports": [
12554
- {
12555
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12556
- "kind": "import-statement",
12557
- "original": "@typescript-eslint/utils"
12558
- },
12559
- {
12560
- "path": "node:assert",
12561
- "kind": "import-statement",
12562
- "external": true
12563
- },
12564
- {
12565
- "path": "src/get-documentation-url.ts",
12566
- "kind": "import-statement",
12567
- "original": "../get-documentation-url"
12568
- }
12569
- ],
12570
- "format": "esm"
12571
- },
12572
- "src/agent/no-unused-service-variable.ts": {
12573
- "bytes": 3080,
12574
- "imports": [
12575
- {
12576
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12577
- "kind": "import-statement",
12578
- "original": "@typescript-eslint/utils"
12579
- },
12580
- {
12581
- "path": "node:assert",
12582
- "kind": "import-statement",
12583
- "external": true
12584
- },
12585
- {
12586
- "path": "src/get-documentation-url.ts",
12587
- "kind": "import-statement",
12588
- "original": "../get-documentation-url"
12589
- },
12590
- {
12591
- "path": "src/library/ts-tree.ts",
12592
- "kind": "import-statement",
12593
- "original": "../library/ts-tree"
12594
- }
12595
- ],
12596
- "format": "esm"
12597
- },
12598
- "src/require-fixed-services-import.ts": {
12599
- "bytes": 1467,
12600
- "imports": [
12601
- {
12602
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12603
- "kind": "import-statement",
12604
- "original": "@typescript-eslint/utils"
12605
- },
12606
- {
12607
- "path": "src/get-documentation-url.ts",
12608
- "kind": "import-statement",
12609
- "original": "./get-documentation-url"
12610
- }
12611
- ],
12612
- "format": "esm"
12613
- },
12614
- "src/require-resolve-full-response.ts": {
12615
- "bytes": 7515,
12616
- "imports": [
12617
- {
12618
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12619
- "kind": "import-statement",
12620
- "original": "@typescript-eslint/utils"
12621
- },
12622
- {
12623
- "path": "node_modules/@typescript-eslint/scope-manager/dist/index.js",
12624
- "kind": "import-statement",
12625
- "original": "@typescript-eslint/scope-manager"
12626
- },
12627
- {
12628
- "path": "src/agent/url.ts",
12629
- "kind": "import-statement",
12630
- "original": "./agent/url"
12631
- },
12632
- {
12633
- "path": "node:assert",
12634
- "kind": "import-statement",
12635
- "external": true
12636
- },
12637
- {
12638
- "path": "src/get-documentation-url.ts",
12639
- "kind": "import-statement",
12640
- "original": "./get-documentation-url"
12641
- },
12642
- {
12643
- "path": "src/library/ts-tree.ts",
12644
- "kind": "import-statement",
12645
- "original": "./library/ts-tree"
12646
- }
12647
- ],
12648
- "format": "esm"
12649
- },
12650
- "src/require-type-out-of-type-only-imports.ts": {
12651
- "bytes": 1901,
12652
- "imports": [
12653
- {
12654
- "path": "node_modules/@typescript-eslint/utils/dist/index.js",
12655
- "kind": "import-statement",
12656
- "original": "@typescript-eslint/utils"
12657
- },
12658
- {
12659
- "path": "src/get-documentation-url.ts",
12660
- "kind": "import-statement",
12661
- "original": "./get-documentation-url"
12662
- }
12663
- ],
12664
- "format": "esm"
12665
- },
12666
- "src/file-path-comment.ts": {
12667
- "bytes": 2234,
12668
- "imports": [],
12669
- "format": "esm"
12670
- },
12671
- "src/no-card-numbers.ts": {
12672
- "bytes": 3901,
12673
- "imports": [],
12674
- "format": "esm"
12675
- },
12676
- "src/no-test-import.ts": {
12677
- "bytes": 1874,
12678
- "imports": [],
12679
- "format": "esm"
12680
- },
12681
- "src/no-uuid.ts": {
12682
- "bytes": 2595,
12683
- "imports": [],
12684
- "format": "esm"
12685
- },
12686
- "src/no-wallaby-comment.ts": {
12687
- "bytes": 3476,
12688
- "imports": [],
12689
- "format": "esm"
12690
- },
12691
- "src/object-literal-response.ts": {
12692
- "bytes": 4547,
12693
- "imports": [],
12694
- "format": "esm"
12695
- },
12696
- "src/regular-expression-comment.ts": {
12697
- "bytes": 2586,
12698
- "imports": [],
12699
- "format": "esm"
12700
- },
12701
- "src/require-assert-predicate-rejects-throws.ts": {
12702
- "bytes": 2148,
12703
- "imports": [],
12704
- "format": "esm"
12705
- },
12706
- "src/require-strict-assert.ts": {
12707
- "bytes": 3759,
12708
- "imports": [],
12709
- "format": "esm"
12710
- },
12711
- "src/index.ts": {
12712
- "bytes": 6998,
12713
- "imports": [
12714
- {
12715
- "path": "src/agent/add-url-domain.ts",
12716
- "kind": "import-statement",
12717
- "original": "./agent/add-url-domain"
12718
- },
12719
- {
12720
- "path": "src/agent/fetch-response-body-json.ts",
12721
- "kind": "import-statement",
12722
- "original": "./agent/fetch-response-body-json"
12723
- },
12724
- {
12725
- "path": "src/agent/fetch-response-header-getter.ts",
12726
- "kind": "import-statement",
12727
- "original": "./agent/fetch-response-header-getter"
12728
- },
12729
- {
12730
- "path": "src/agent/fetch-then.ts",
12731
- "kind": "import-statement",
12732
- "original": "./agent/fetch-then"
12733
- },
12734
- {
12735
- "path": "src/invalid-json-stringify.ts",
12736
- "kind": "import-statement",
12737
- "original": "./invalid-json-stringify"
12738
- },
12739
- {
12740
- "path": "src/no-duplicated-imports.ts",
12741
- "kind": "import-statement",
12742
- "original": "./no-duplicated-imports"
12743
- },
12744
- {
12745
- "path": "src/agent/no-fixture.ts",
12746
- "kind": "import-statement",
12747
- "original": "./agent/no-fixture"
12748
- },
12749
- {
12750
- "path": "src/agent/no-full-response.ts",
12751
- "kind": "import-statement",
12752
- "original": "./agent/no-full-response"
12753
- },
12754
- {
12755
- "path": "src/agent/no-mapped-response.ts",
12756
- "kind": "import-statement",
12757
- "original": "./agent/no-mapped-response"
12758
- },
12759
- {
12760
- "path": "src/no-promise-instance-method.ts",
12761
- "kind": "import-statement",
12762
- "original": "./no-promise-instance-method"
12763
- },
12764
- {
12765
- "path": "src/agent/no-service-wrapper.ts",
12766
- "kind": "import-statement",
12767
- "original": "./agent/no-service-wrapper"
12768
- },
12769
- {
12770
- "path": "src/agent/no-status-code.ts",
12771
- "kind": "import-statement",
12772
- "original": "./agent/no-status-code"
12773
- },
12774
- {
12775
- "path": "src/agent/no-unused-function-argument.ts",
12776
- "kind": "import-statement",
12777
- "original": "./agent/no-unused-function-argument"
12778
- },
12779
- {
12780
- "path": "src/agent/no-unused-service-variable.ts",
12781
- "kind": "import-statement",
12782
- "original": "./agent/no-unused-service-variable"
12783
- },
12784
- {
12785
- "path": "src/require-fixed-services-import.ts",
12786
- "kind": "import-statement",
12787
- "original": "./require-fixed-services-import"
12788
- },
12789
- {
12790
- "path": "src/require-resolve-full-response.ts",
12791
- "kind": "import-statement",
12792
- "original": "./require-resolve-full-response"
12793
- },
12794
- {
12795
- "path": "src/require-type-out-of-type-only-imports.ts",
12796
- "kind": "import-statement",
12797
- "original": "./require-type-out-of-type-only-imports"
12798
- },
12799
- {
12800
- "path": "src/file-path-comment.ts",
12801
- "kind": "import-statement",
12802
- "original": "./file-path-comment"
12803
- },
12804
- {
12805
- "path": "src/no-card-numbers.ts",
12806
- "kind": "import-statement",
12807
- "original": "./no-card-numbers"
12808
- },
12809
- {
12810
- "path": "src/no-test-import.ts",
12811
- "kind": "import-statement",
12812
- "original": "./no-test-import"
12813
- },
12814
- {
12815
- "path": "src/no-uuid.ts",
12816
- "kind": "import-statement",
12817
- "original": "./no-uuid"
12818
- },
12819
- {
12820
- "path": "src/no-wallaby-comment.ts",
12821
- "kind": "import-statement",
12822
- "original": "./no-wallaby-comment"
12823
- },
12824
- {
12825
- "path": "src/object-literal-response.ts",
12826
- "kind": "import-statement",
12827
- "original": "./object-literal-response"
12828
- },
12829
- {
12830
- "path": "src/regular-expression-comment.ts",
12831
- "kind": "import-statement",
12832
- "original": "./regular-expression-comment"
12833
- },
12834
- {
12835
- "path": "src/require-assert-predicate-rejects-throws.ts",
12836
- "kind": "import-statement",
12837
- "original": "./require-assert-predicate-rejects-throws"
12838
- },
12839
- {
12840
- "path": "src/require-strict-assert.ts",
12841
- "kind": "import-statement",
12842
- "original": "./require-strict-assert"
12843
- }
12844
- ],
12845
- "format": "esm"
12846
- }
12847
- },
12848
- "outputs": {
12849
- "dist-cjs/index.cjs": {
12850
- "imports": [
12851
- {
12852
- "path": "path",
12853
- "kind": "require-call",
12854
- "external": true
12855
- },
12856
- {
12857
- "path": "os",
12858
- "kind": "require-call",
12859
- "external": true
12860
- },
12861
- {
12862
- "path": "path",
12863
- "kind": "require-call",
12864
- "external": true
12865
- },
12866
- {
12867
- "path": "os",
12868
- "kind": "require-call",
12869
- "external": true
12870
- },
12871
- {
12872
- "path": "tty",
12873
- "kind": "require-call",
12874
- "external": true
12875
- },
12876
- {
12877
- "path": "tty",
12878
- "kind": "require-call",
12879
- "external": true
12880
- },
12881
- {
12882
- "path": "util",
12883
- "kind": "require-call",
12884
- "external": true
12885
- },
12886
- {
12887
- "path": "path",
12888
- "kind": "require-call",
12889
- "external": true
12890
- },
12891
- {
12892
- "path": "module",
12893
- "kind": "require-call",
12894
- "external": true
12895
- },
12896
- {
12897
- "path": "fs",
12898
- "kind": "require-call",
12899
- "external": true
12900
- },
12901
- {
12902
- "path": "path",
12903
- "kind": "require-call",
12904
- "external": true
12415
+ "path": "path",
12416
+ "kind": "require-call",
12417
+ "external": true
12905
12418
  },
12906
12419
  {
12907
12420
  "path": "path",
@@ -13348,51 +12861,6 @@
13348
12861
  "kind": "require-resolve",
13349
12862
  "external": true
13350
12863
  },
13351
- {
13352
- "path": "node:assert",
13353
- "kind": "require-call",
13354
- "external": true
13355
- },
13356
- {
13357
- "path": "node:assert",
13358
- "kind": "require-call",
13359
- "external": true
13360
- },
13361
- {
13362
- "path": "node:assert",
13363
- "kind": "require-call",
13364
- "external": true
13365
- },
13366
- {
13367
- "path": "node:assert",
13368
- "kind": "require-call",
13369
- "external": true
13370
- },
13371
- {
13372
- "path": "node:assert",
13373
- "kind": "require-call",
13374
- "external": true
13375
- },
13376
- {
13377
- "path": "node:assert",
13378
- "kind": "require-call",
13379
- "external": true
13380
- },
13381
- {
13382
- "path": "node:assert",
13383
- "kind": "require-call",
13384
- "external": true
13385
- },
13386
- {
13387
- "path": "node:assert",
13388
- "kind": "require-call",
13389
- "external": true
13390
- },
13391
- {
13392
- "path": "node:assert",
13393
- "kind": "require-call",
13394
- "external": true
13395
- },
13396
12864
  {
13397
12865
  "path": "node:assert",
13398
12866
  "kind": "require-call",
@@ -13475,7 +12943,7 @@
13475
12943
  "bytesInOutput": 232
13476
12944
  },
13477
12945
  "node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js": {
13478
- "bytesInOutput": 1007
12946
+ "bytesInOutput": 1002
13479
12947
  },
13480
12948
  "node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js": {
13481
12949
  "bytesInOutput": 692
@@ -13553,7 +13021,7 @@
13553
13021
  "bytesInOutput": 2711
13554
13022
  },
13555
13023
  "node_modules/ignore/index.js": {
13556
- "bytesInOutput": 13303
13024
+ "bytesInOutput": 13296
13557
13025
  },
13558
13026
  "node_modules/@eslint/eslintrc/node_modules/brace-expansion/index.js": {
13559
13027
  "bytesInOutput": 4594
@@ -13592,7 +13060,7 @@
13592
13060
  "bytesInOutput": 21531
13593
13061
  },
13594
13062
  "node_modules/ajv/lib/compile/index.js": {
13595
- "bytesInOutput": 10011
13063
+ "bytesInOutput": 10002
13596
13064
  },
13597
13065
  "node_modules/ajv/lib/cache.js": {
13598
13066
  "bytesInOutput": 560
@@ -13673,7 +13141,7 @@
13673
13141
  "bytesInOutput": 1149
13674
13142
  },
13675
13143
  "node_modules/ajv/lib/compile/rules.js": {
13676
- "bytesInOutput": 2598
13144
+ "bytesInOutput": 2596
13677
13145
  },
13678
13146
  "node_modules/ajv/lib/data.js": {
13679
13147
  "bytesInOutput": 1329
@@ -13691,7 +13159,7 @@
13691
13159
  "bytesInOutput": 1141
13692
13160
  },
13693
13161
  "node_modules/ajv/lib/keyword.js": {
13694
- "bytesInOutput": 3310
13162
+ "bytesInOutput": 3304
13695
13163
  },
13696
13164
  "node_modules/ajv/lib/refs/data.json": {
13697
13165
  "bytesInOutput": 654
@@ -13706,7 +13174,7 @@
13706
13174
  "bytesInOutput": 157
13707
13175
  },
13708
13176
  "node_modules/@eslint/eslintrc/dist/eslintrc.cjs": {
13709
- "bytesInOutput": 103415
13177
+ "bytesInOutput": 103388
13710
13178
  },
13711
13179
  "node_modules/@eslint/js/src/configs/eslint-all.js": {
13712
13180
  "bytesInOutput": 7567
@@ -13751,7 +13219,7 @@
13751
13219
  "bytesInOutput": 2610
13752
13220
  },
13753
13221
  "node_modules/eslint-scope/dist/eslint-scope.cjs": {
13754
- "bytesInOutput": 44545
13222
+ "bytesInOutput": 44543
13755
13223
  },
13756
13224
  "node_modules/lodash.merge/index.js": {
13757
13225
  "bytesInOutput": 25626
@@ -13763,7 +13231,7 @@
13763
13231
  "bytesInOutput": 302
13764
13232
  },
13765
13233
  "node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs": {
13766
- "bytesInOutput": 28051
13234
+ "bytesInOutput": 28030
13767
13235
  },
13768
13236
  "node_modules/eslint/lib/shared/traverser.js": {
13769
13237
  "bytesInOutput": 4738
@@ -13805,7 +13273,7 @@
13805
13273
  "bytesInOutput": 1193
13806
13274
  },
13807
13275
  "node_modules/eslint/lib/source-code/token-store/index.js": {
13808
- "bytesInOutput": 19918
13276
+ "bytesInOutput": 19913
13809
13277
  },
13810
13278
  "node_modules/eslint/conf/globals.js": {
13811
13279
  "bytesInOutput": 2513
@@ -13850,7 +13318,7 @@
13850
13318
  "bytesInOutput": 4696
13851
13319
  },
13852
13320
  "node_modules/eslint/lib/source-code/source-code.js": {
13853
- "bytesInOutput": 27533
13321
+ "bytesInOutput": 27531
13854
13322
  },
13855
13323
  "node_modules/eslint/lib/source-code/index.js": {
13856
13324
  "bytesInOutput": 206
@@ -13862,7 +13330,7 @@
13862
13330
  "bytesInOutput": 5777
13863
13331
  },
13864
13332
  "node_modules/eslint/lib/linter/code-path-analysis/fork-context.js": {
13865
- "bytesInOutput": 7677
13333
+ "bytesInOutput": 7673
13866
13334
  },
13867
13335
  "node_modules/eslint/lib/linter/code-path-analysis/code-path-state.js": {
13868
13336
  "bytesInOutput": 45357
@@ -13874,10 +13342,10 @@
13874
13342
  "bytesInOutput": 7482
13875
13343
  },
13876
13344
  "node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js": {
13877
- "bytesInOutput": 17036
13345
+ "bytesInOutput": 17032
13878
13346
  },
13879
13347
  "node_modules/eslint/lib/linter/apply-disable-directives.js": {
13880
- "bytesInOutput": 10137
13348
+ "bytesInOutput": 10134
13881
13349
  },
13882
13350
  "node_modules/esquery/dist/esquery.min.js": {
13883
13351
  "bytesInOutput": 61887
@@ -13892,10 +13360,10 @@
13892
13360
  "bytesInOutput": 467
13893
13361
  },
13894
13362
  "node_modules/eslint/lib/linter/report-translator.js": {
13895
- "bytesInOutput": 7454
13363
+ "bytesInOutput": 7449
13896
13364
  },
13897
13365
  "node_modules/eslint/lib/rules/utils/lazy-loading-rule-map.js": {
13898
- "bytesInOutput": 2552
13366
+ "bytesInOutput": 2543
13899
13367
  },
13900
13368
  "node_modules/esutils/lib/ast.js": {
13901
13369
  "bytesInOutput": 3324
@@ -13934,7 +13402,7 @@
13934
13402
  "bytesInOutput": 4466
13935
13403
  },
13936
13404
  "node_modules/eslint/lib/rules/arrow-spacing.js": {
13937
- "bytesInOutput": 3514
13405
+ "bytesInOutput": 3507
13938
13406
  },
13939
13407
  "node_modules/eslint/lib/rules/block-scoped-var.js": {
13940
13408
  "bytesInOutput": 2810
@@ -14681,7 +14149,7 @@
14681
14149
  "bytesInOutput": 6570
14682
14150
  },
14683
14151
  "node_modules/eslint/lib/rules/padded-blocks.js": {
14684
- "bytesInOutput": 7850
14152
+ "bytesInOutput": 7843
14685
14153
  },
14686
14154
  "node_modules/eslint/lib/rules/padding-line-between-statements.js": {
14687
14155
  "bytesInOutput": 12419
@@ -14792,10 +14260,10 @@
14792
14260
  "bytesInOutput": 7924
14793
14261
  },
14794
14262
  "node_modules/eslint/lib/rules/spaced-comment.js": {
14795
- "bytesInOutput": 8286
14263
+ "bytesInOutput": 8277
14796
14264
  },
14797
14265
  "node_modules/eslint/lib/rules/strict.js": {
14798
- "bytesInOutput": 6641
14266
+ "bytesInOutput": 6638
14799
14267
  },
14800
14268
  "node_modules/eslint/lib/rules/switch-colon-spacing.js": {
14801
14269
  "bytesInOutput": 3200
@@ -14852,7 +14320,7 @@
14852
14320
  "bytesInOutput": 17805
14853
14321
  },
14854
14322
  "node_modules/eslint/lib/linter/rules.js": {
14855
- "bytesInOutput": 1591
14323
+ "bytesInOutput": 1573
14856
14324
  },
14857
14325
  "node_modules/eslint/lib/linter/safe-emitter.js": {
14858
14326
  "bytesInOutput": 733
@@ -14867,7 +14335,7 @@
14867
14335
  "bytesInOutput": 1183
14868
14336
  },
14869
14337
  "node_modules/eslint/lib/config/flat-config-helpers.js": {
14870
- "bytesInOutput": 1682
14338
+ "bytesInOutput": 1660
14871
14339
  },
14872
14340
  "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion/index.js": {
14873
14341
  "bytesInOutput": 4605
@@ -14906,7 +14374,7 @@
14906
14374
  "bytesInOutput": 928
14907
14375
  },
14908
14376
  "node_modules/eslint/lib/config/flat-config-schema.js": {
14909
- "bytesInOutput": 11313
14377
+ "bytesInOutput": 11287
14910
14378
  },
14911
14379
  "node_modules/ajv/lib/refs/json-schema-draft-04.json": {
14912
14380
  "bytesInOutput": 4080
@@ -14915,7 +14383,7 @@
14915
14383
  "bytesInOutput": 579
14916
14384
  },
14917
14385
  "node_modules/eslint/lib/config/rule-validator.js": {
14918
- "bytesInOutput": 3172
14386
+ "bytesInOutput": 3159
14919
14387
  },
14920
14388
  "node_modules/eslint/lib/config/default-config.js": {
14921
14389
  "bytesInOutput": 1424
@@ -14924,7 +14392,7 @@
14924
14392
  "bytesInOutput": 6248
14925
14393
  },
14926
14394
  "node_modules/eslint/lib/linter/linter.js": {
14927
- "bytesInOutput": 57060
14395
+ "bytesInOutput": 56974
14928
14396
  },
14929
14397
  "node_modules/eslint/lib/linter/index.js": {
14930
14398
  "bytesInOutput": 372
@@ -15059,7 +14527,7 @@
15059
14527
  "bytesInOutput": 6454
15060
14528
  },
15061
14529
  "node_modules/glob/sync.js": {
15062
- "bytesInOutput": 11019
14530
+ "bytesInOutput": 11016
15063
14531
  },
15064
14532
  "node_modules/wrappy/wrappy.js": {
15065
14533
  "bytesInOutput": 841
@@ -15071,10 +14539,10 @@
15071
14539
  "bytesInOutput": 1156
15072
14540
  },
15073
14541
  "node_modules/glob/glob.js": {
15074
- "bytesInOutput": 16997
14542
+ "bytesInOutput": 16993
15075
14543
  },
15076
14544
  "node_modules/rimraf/rimraf.js": {
15077
- "bytesInOutput": 8427
14545
+ "bytesInOutput": 8399
15078
14546
  },
15079
14547
  "node_modules/flat-cache/src/del.js": {
15080
14548
  "bytesInOutput": 355
@@ -15089,13 +14557,13 @@
15089
14557
  "bytesInOutput": 2959
15090
14558
  },
15091
14559
  "node_modules/eslint/lib/cli-engine/lint-result-cache.js": {
15092
- "bytesInOutput": 5078
14560
+ "bytesInOutput": 5074
15093
14561
  },
15094
14562
  "node_modules/eslint/lib/eslint/flat-eslint.js": {
15095
- "bytesInOutput": 25120
14563
+ "bytesInOutput": 25101
15096
14564
  },
15097
14565
  "node_modules/eslint/lib/rule-tester/flat-rule-tester.js": {
15098
- "bytesInOutput": 31667
14566
+ "bytesInOutput": 31581
15099
14567
  },
15100
14568
  "node_modules/eslint/conf/default-cli-options.js": {
15101
14569
  "bytesInOutput": 783
@@ -15104,10 +14572,10 @@
15104
14572
  "bytesInOutput": 745
15105
14573
  },
15106
14574
  "node_modules/eslint/lib/cli-engine/cli-engine.js": {
15107
- "bytesInOutput": 23888
14575
+ "bytesInOutput": 23868
15108
14576
  },
15109
14577
  "node_modules/eslint/lib/eslint/eslint.js": {
15110
- "bytesInOutput": 19446
14578
+ "bytesInOutput": 19428
15111
14579
  },
15112
14580
  "node_modules/eslint/lib/unsupported-api.js": {
15113
14581
  "bytesInOutput": 538
@@ -15131,16 +14599,16 @@
15131
14599
  "bytesInOutput": 940
15132
14600
  },
15133
14601
  "node_modules/eslint/lib/shared/config-validator.js": {
15134
- "bytesInOutput": 7265
14602
+ "bytesInOutput": 7249
15135
14603
  },
15136
14604
  "node_modules/eslint/lib/rule-tester/rule-tester.js": {
15137
- "bytesInOutput": 33257
14605
+ "bytesInOutput": 33164
15138
14606
  },
15139
14607
  "node_modules/eslint/lib/rule-tester/index.js": {
15140
14608
  "bytesInOutput": 206
15141
14609
  },
15142
14610
  "node_modules/eslint/lib/api.js": {
15143
- "bytesInOutput": 772
14611
+ "bytesInOutput": 746
15144
14612
  },
15145
14613
  "node_modules/@typescript-eslint/utils/dist/ts-eslint/Linter.js": {
15146
14614
  "bytesInOutput": 354
@@ -15170,7 +14638,7 @@
15170
14638
  "bytesInOutput": 608
15171
14639
  },
15172
14640
  "node_modules/@typescript-eslint/scope-manager/dist/assert.js": {
15173
- "bytesInOutput": 349
14641
+ "bytesInOutput": 347
15174
14642
  },
15175
14643
  "node_modules/@typescript-eslint/scope-manager/dist/ID.js": {
15176
14644
  "bytesInOutput": 671
@@ -15635,7 +15103,7 @@
15635
15103
  "bytesInOutput": 1650
15636
15104
  },
15637
15105
  "node_modules/@typescript-eslint/utils/dist/ts-eslint/SourceCode.js": {
15638
- "bytesInOutput": 384
15106
+ "bytesInOutput": 382
15639
15107
  },
15640
15108
  "node_modules/@typescript-eslint/utils/dist/ts-eslint/index.js": {
15641
15109
  "bytesInOutput": 1486
@@ -15647,88 +15115,28 @@
15647
15115
  "bytesInOutput": 1022
15648
15116
  },
15649
15117
  "node_modules/@typescript-eslint/utils/dist/index.js": {
15650
- "bytesInOutput": 2219
15118
+ "bytesInOutput": 2215
15651
15119
  },
15652
15120
  "src/index.ts": {
15653
- "bytesInOutput": 4137
15654
- },
15655
- "src/agent/url.ts": {
15656
- "bytesInOutput": 745
15121
+ "bytesInOutput": 2111
15657
15122
  },
15658
15123
  "package.json": {
15659
- "bytesInOutput": 2971
15124
+ "bytesInOutput": 2998
15660
15125
  },
15661
15126
  "src/get-documentation-url.ts": {
15662
- "bytesInOutput": 148
15663
- },
15664
- "src/agent/add-url-domain.ts": {
15665
- "bytesInOutput": 1915
15666
- },
15667
- "src/agent/fetch-response-body-json.ts": {
15668
- "bytesInOutput": 2311
15669
- },
15670
- "src/agent/fetch-response-header-getter.ts": {
15671
- "bytesInOutput": 5239
15672
- },
15673
- "src/library/tree.ts": {
15674
- "bytesInOutput": 1648
15675
- },
15676
- "src/agent/fetch.ts": {
15677
- "bytesInOutput": 1206
15678
- },
15679
- "src/library/format.ts": {
15680
- "bytesInOutput": 380
15681
- },
15682
- "src/library/variable.ts": {
15683
- "bytesInOutput": 118
15684
- },
15685
- "src/agent/fetch-then.ts": {
15686
- "bytesInOutput": 12231
15127
+ "bytesInOutput": 146
15687
15128
  },
15688
15129
  "src/invalid-json-stringify.ts": {
15689
- "bytesInOutput": 2473
15690
- },
15691
- "src/no-duplicated-imports.ts": {
15692
- "bytesInOutput": 3736
15693
- },
15694
- "src/agent/response-reference.ts": {
15695
- "bytesInOutput": 2671
15696
- },
15697
- "src/agent/no-fixture.ts": {
15698
- "bytesInOutput": 16455
15699
- },
15700
- "src/library/ts-tree.ts": {
15701
- "bytesInOutput": 2095
15702
- },
15703
- "src/agent/no-full-response.ts": {
15704
- "bytesInOutput": 2006
15705
- },
15706
- "src/agent/no-mapped-response.ts": {
15707
- "bytesInOutput": 2417
15130
+ "bytesInOutput": 2471
15708
15131
  },
15709
15132
  "src/no-promise-instance-method.ts": {
15710
- "bytesInOutput": 1277
15711
- },
15712
- "src/agent/no-service-wrapper.ts": {
15713
- "bytesInOutput": 8914
15714
- },
15715
- "src/agent/no-status-code.ts": {
15716
- "bytesInOutput": 2042
15717
- },
15718
- "src/agent/no-unused-function-argument.ts": {
15719
- "bytesInOutput": 2865
15133
+ "bytesInOutput": 1275
15720
15134
  },
15721
- "src/agent/no-unused-service-variable.ts": {
15722
- "bytesInOutput": 2647
15723
- },
15724
- "src/require-fixed-services-import.ts": {
15725
- "bytesInOutput": 1262
15135
+ "src/library/ts-tree.ts": {
15136
+ "bytesInOutput": 2070
15726
15137
  },
15727
15138
  "src/require-resolve-full-response.ts": {
15728
- "bytesInOutput": 7208
15729
- },
15730
- "src/require-type-out-of-type-only-imports.ts": {
15731
- "bytesInOutput": 1637
15139
+ "bytesInOutput": 7342
15732
15140
  },
15733
15141
  "src/file-path-comment.ts": {
15734
15142
  "bytesInOutput": 1961
@@ -15758,7 +15166,7 @@
15758
15166
  "bytesInOutput": 3362
15759
15167
  }
15760
15168
  },
15761
- "bytes": 4355564
15169
+ "bytes": 4225244
15762
15170
  }
15763
15171
  }
15764
15172
  }