@peter.naydenov/notice 2.4.2 → 2.4.4

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 (39) hide show
  1. package/.claude/settings.local.json +10 -0
  2. package/Changelog.md +16 -0
  3. package/coverage/lcov-report/block-navigation.js +1 -1
  4. package/coverage/lcov-report/index.html +20 -20
  5. package/coverage/lcov-report/main.js.html +171 -168
  6. package/coverage/lcov-report/sorter.js +21 -7
  7. package/coverage/lcov.info +136 -218
  8. package/graphify-out/.graphify_ast.json +1003 -0
  9. package/graphify-out/.graphify_detect.json +1 -0
  10. package/graphify-out/.graphify_python +1 -0
  11. package/graphify-out/.graphify_uncached.txt +15 -0
  12. package/graphify-out/GRAPH_REPORT.md +143 -0
  13. package/graphify-out/cache/0851b0e27934e7cb51d3d94f9e4d981e83b80e7047ebea01d717486978255d66.json +1 -0
  14. package/graphify-out/cache/313b49fbec137bd0ec64660ace8991e0ed210d1782fec8e86ca1a131901ff58d.json +1 -0
  15. package/graphify-out/cache/324c4626d3d3315ed33b0eec6c2158c55fcc53bb501ffe6a852f6e17e8164667.json +1 -0
  16. package/graphify-out/cache/3335588971cea52118dc77fccba5c33701442c573224f845a638cabe71c34240.json +1 -0
  17. package/graphify-out/cache/362bc8f53fda674a6b0ef29bda4b1be41833ddda276e0a3262ac101a5b5bba83.json +1 -0
  18. package/graphify-out/cache/3cd7d97905369ba8190edae73532006c760e252754e064ea6d9fffa261b552e6.json +1 -0
  19. package/graphify-out/cache/5d53ce3027d393c8fe8b1763ed54a0262ba10e18988e26cf273bcb179522bf4d.json +1 -0
  20. package/graphify-out/cache/68e13aab864f52d3708a714958556b7e25ff8233ab8173893de892b323e26d1a.json +1 -0
  21. package/graphify-out/cache/6f0048e5fcf58195aa0c14d4bcbcb2193f818dfe56904f151fd5cc8c406e2ffa.json +1 -0
  22. package/graphify-out/cache/8218f61ff570b6f101de672ba486677b4fb579677ce88ef537f21b9a40f9728d.json +1 -0
  23. package/graphify-out/cache/a65de5e681850c06dc779842b61d7468c9816b72a92417e3c6a8c7eaa005ecb6.json +1 -0
  24. package/graphify-out/cache/a97f881a55f97de2392f6fa86d8dd11ff9e0e0d40ec302ab9d240ec175bce333.json +1 -0
  25. package/graphify-out/cache/ab5f5634b51fc23275d76e77db87f37c1fec389b14b0228b0c8dbe70d0683c84.json +1 -0
  26. package/graphify-out/cache/ast/v0.8.39/234d10784603a5cf5a6f44fe83948a6c3a014590660e4ea32e3ef72f7b485a4b.json +1 -0
  27. package/graphify-out/cache/ast/v0.8.39/74c9623e575baefe69331b1ab4d1ad96ac2bc0f6552f04e59ff556f95a6dd2a7.json +1 -0
  28. package/graphify-out/cache/c7df89e129098aa0a6723787757bd7c58c92f7a50d365f16f92b44391a6a3256.json +1 -0
  29. package/graphify-out/cache/eda9833c7da551691f85741b4b2ac73e9eca5578b842c62002cd120c7bc70eb2.json +1 -0
  30. package/graphify-out/cache/stat-index.json +1 -0
  31. package/graphify-out/cost.json +12 -0
  32. package/graphify-out/graph.html +266 -0
  33. package/graphify-out/graph.json +2470 -0
  34. package/graphify-out/manifest.json +17 -0
  35. package/package.json +12 -27
  36. package/src/main.js +18 -15
  37. package/vitest.config.js +12 -0
  38. package/coverage/tmp/coverage-46509-1760816753149-0.json +0 -1
  39. package/coverage/tmp/coverage-46510-1760816753116-0.json +0 -1
@@ -0,0 +1,1003 @@
1
+ {
2
+ "nodes": [
3
+ {
4
+ "id": "package",
5
+ "label": "package.json",
6
+ "file_type": "code",
7
+ "source_file": "package.json",
8
+ "source_location": "L1",
9
+ "_origin": "ast"
10
+ },
11
+ {
12
+ "id": "package_name",
13
+ "label": "name",
14
+ "file_type": "code",
15
+ "source_file": "package.json",
16
+ "source_location": "L2",
17
+ "_origin": "ast"
18
+ },
19
+ {
20
+ "id": "package_description",
21
+ "label": "description",
22
+ "file_type": "code",
23
+ "source_file": "package.json",
24
+ "source_location": "L3",
25
+ "_origin": "ast"
26
+ },
27
+ {
28
+ "id": "package_version",
29
+ "label": "version",
30
+ "file_type": "code",
31
+ "source_file": "package.json",
32
+ "source_location": "L4",
33
+ "_origin": "ast"
34
+ },
35
+ {
36
+ "id": "package_license",
37
+ "label": "license",
38
+ "file_type": "code",
39
+ "source_file": "package.json",
40
+ "source_location": "L5",
41
+ "_origin": "ast"
42
+ },
43
+ {
44
+ "id": "package_author",
45
+ "label": "author",
46
+ "file_type": "code",
47
+ "source_file": "package.json",
48
+ "source_location": "L6",
49
+ "_origin": "ast"
50
+ },
51
+ {
52
+ "id": "package_main",
53
+ "label": "main",
54
+ "file_type": "code",
55
+ "source_file": "package.json",
56
+ "source_location": "L7",
57
+ "_origin": "ast"
58
+ },
59
+ {
60
+ "id": "package_type",
61
+ "label": "type",
62
+ "file_type": "code",
63
+ "source_file": "package.json",
64
+ "source_location": "L8",
65
+ "_origin": "ast"
66
+ },
67
+ {
68
+ "id": "package_types",
69
+ "label": "types",
70
+ "file_type": "code",
71
+ "source_file": "package.json",
72
+ "source_location": "L9",
73
+ "_origin": "ast"
74
+ },
75
+ {
76
+ "id": "package_exports",
77
+ "label": "exports",
78
+ "file_type": "code",
79
+ "source_file": "package.json",
80
+ "source_location": "L10",
81
+ "_origin": "ast"
82
+ },
83
+ {
84
+ "id": "package_import",
85
+ "label": "import",
86
+ "file_type": "code",
87
+ "source_file": "package.json",
88
+ "source_location": "L12",
89
+ "_origin": "ast"
90
+ },
91
+ {
92
+ "id": "package_require",
93
+ "label": "require",
94
+ "file_type": "code",
95
+ "source_file": "package.json",
96
+ "source_location": "L13",
97
+ "_origin": "ast"
98
+ },
99
+ {
100
+ "id": "package_default",
101
+ "label": "default",
102
+ "file_type": "code",
103
+ "source_file": "package.json",
104
+ "source_location": "L14",
105
+ "_origin": "ast"
106
+ },
107
+ {
108
+ "id": "package_exports_package_json",
109
+ "label": "./package.json",
110
+ "file_type": "code",
111
+ "source_file": "package.json",
112
+ "source_location": "L16",
113
+ "_origin": "ast"
114
+ },
115
+ {
116
+ "id": "package_exports_dist",
117
+ "label": "./dist/*",
118
+ "file_type": "code",
119
+ "source_file": "package.json",
120
+ "source_location": "L17",
121
+ "_origin": "ast"
122
+ },
123
+ {
124
+ "id": "package_exports_src",
125
+ "label": "./src/*",
126
+ "file_type": "code",
127
+ "source_file": "package.json",
128
+ "source_location": "L18",
129
+ "_origin": "ast"
130
+ },
131
+ {
132
+ "id": "package_scripts",
133
+ "label": "scripts",
134
+ "file_type": "code",
135
+ "source_file": "package.json",
136
+ "source_location": "L20",
137
+ "_origin": "ast"
138
+ },
139
+ {
140
+ "id": "package_scripts_test",
141
+ "label": "test",
142
+ "file_type": "code",
143
+ "source_file": "package.json",
144
+ "source_location": "L21",
145
+ "_origin": "ast"
146
+ },
147
+ {
148
+ "id": "package_scripts_cover",
149
+ "label": "cover",
150
+ "file_type": "code",
151
+ "source_file": "package.json",
152
+ "source_location": "L22",
153
+ "_origin": "ast"
154
+ },
155
+ {
156
+ "id": "package_scripts_build",
157
+ "label": "build",
158
+ "file_type": "code",
159
+ "source_file": "package.json",
160
+ "source_location": "L23",
161
+ "_origin": "ast"
162
+ },
163
+ {
164
+ "id": "package_scripts_postbuild",
165
+ "label": "postbuild",
166
+ "file_type": "code",
167
+ "source_file": "package.json",
168
+ "source_location": "L24",
169
+ "_origin": "ast"
170
+ },
171
+ {
172
+ "id": "package_repository",
173
+ "label": "repository",
174
+ "file_type": "code",
175
+ "source_file": "package.json",
176
+ "source_location": "L26",
177
+ "_origin": "ast"
178
+ },
179
+ {
180
+ "id": "package_repository_type",
181
+ "label": "type",
182
+ "file_type": "code",
183
+ "source_file": "package.json",
184
+ "source_location": "L27",
185
+ "_origin": "ast"
186
+ },
187
+ {
188
+ "id": "package_repository_url",
189
+ "label": "url",
190
+ "file_type": "code",
191
+ "source_file": "package.json",
192
+ "source_location": "L28",
193
+ "_origin": "ast"
194
+ },
195
+ {
196
+ "id": "package_devdependencies",
197
+ "label": "devDependencies",
198
+ "file_type": "code",
199
+ "source_file": "package.json",
200
+ "source_location": "L30",
201
+ "_origin": "ast"
202
+ },
203
+ {
204
+ "id": "package_devdependencies_rollup_plugin_commonjs",
205
+ "label": "@rollup/plugin-commonjs",
206
+ "file_type": "code",
207
+ "source_file": "package.json",
208
+ "source_location": "L31",
209
+ "_origin": "ast"
210
+ },
211
+ {
212
+ "id": "package_devdependencies_rollup_plugin_node_resolve",
213
+ "label": "@rollup/plugin-node-resolve",
214
+ "file_type": "code",
215
+ "source_file": "package.json",
216
+ "source_location": "L32",
217
+ "_origin": "ast"
218
+ },
219
+ {
220
+ "id": "package_devdependencies_rollup_plugin_terser",
221
+ "label": "@rollup/plugin-terser",
222
+ "file_type": "code",
223
+ "source_file": "package.json",
224
+ "source_location": "L33",
225
+ "_origin": "ast"
226
+ },
227
+ {
228
+ "id": "package_devdependencies_vitest_coverage_v8",
229
+ "label": "@vitest/coverage-v8",
230
+ "file_type": "code",
231
+ "source_file": "package.json",
232
+ "source_location": "L34",
233
+ "_origin": "ast"
234
+ },
235
+ {
236
+ "id": "package_devdependencies_rollup",
237
+ "label": "rollup",
238
+ "file_type": "code",
239
+ "source_file": "package.json",
240
+ "source_location": "L35",
241
+ "_origin": "ast"
242
+ },
243
+ {
244
+ "id": "package_devdependencies_typescript",
245
+ "label": "typescript",
246
+ "file_type": "code",
247
+ "source_file": "package.json",
248
+ "source_location": "L36",
249
+ "_origin": "ast"
250
+ },
251
+ {
252
+ "id": "package_devdependencies_vitest",
253
+ "label": "vitest",
254
+ "file_type": "code",
255
+ "source_file": "package.json",
256
+ "source_location": "L37",
257
+ "_origin": "ast"
258
+ },
259
+ {
260
+ "id": "package_keywords",
261
+ "label": "keywords",
262
+ "file_type": "code",
263
+ "source_file": "package.json",
264
+ "source_location": "L39",
265
+ "_origin": "ast"
266
+ },
267
+ {
268
+ "id": "package_allowscripts",
269
+ "label": "allowScripts",
270
+ "file_type": "code",
271
+ "source_file": "package.json",
272
+ "source_location": "L46",
273
+ "_origin": "ast"
274
+ },
275
+ {
276
+ "id": "package_allowscripts_fsevents_2_3_2",
277
+ "label": "fsevents@2.3.2",
278
+ "file_type": "code",
279
+ "source_file": "package.json",
280
+ "source_location": "L47",
281
+ "_origin": "ast"
282
+ },
283
+ {
284
+ "id": "rollup_config",
285
+ "label": "rollup.config.js",
286
+ "file_type": "code",
287
+ "source_file": "rollup.config.js",
288
+ "source_location": "L1",
289
+ "_origin": "ast"
290
+ },
291
+ {
292
+ "id": "src_main",
293
+ "label": "main.js",
294
+ "file_type": "code",
295
+ "source_file": "src/main.js",
296
+ "source_location": "L1",
297
+ "_origin": "ast"
298
+ },
299
+ {
300
+ "id": "src_main_notice",
301
+ "label": "notice()",
302
+ "file_type": "code",
303
+ "source_file": "src/main.js",
304
+ "source_location": "L2",
305
+ "_origin": "ast"
306
+ },
307
+ {
308
+ "id": "test_notice_test",
309
+ "label": "notice.test.js",
310
+ "file_type": "code",
311
+ "source_file": "test/notice.test.js",
312
+ "source_location": "L1",
313
+ "_origin": "ast"
314
+ },
315
+ {
316
+ "id": "tsconfig",
317
+ "label": "tsconfig.json",
318
+ "file_type": "code",
319
+ "source_file": "tsconfig.json",
320
+ "source_location": "L1",
321
+ "_origin": "ast"
322
+ },
323
+ {
324
+ "id": "tsconfig_include",
325
+ "label": "include",
326
+ "file_type": "code",
327
+ "source_file": "tsconfig.json",
328
+ "source_location": "L2",
329
+ "_origin": "ast"
330
+ },
331
+ {
332
+ "id": "tsconfig_compileroptions",
333
+ "label": "compilerOptions",
334
+ "file_type": "code",
335
+ "source_file": "tsconfig.json",
336
+ "source_location": "L3",
337
+ "_origin": "ast"
338
+ },
339
+ {
340
+ "id": "tsconfig_compileroptions_allowjs",
341
+ "label": "allowJs",
342
+ "file_type": "code",
343
+ "source_file": "tsconfig.json",
344
+ "source_location": "L4",
345
+ "_origin": "ast"
346
+ },
347
+ {
348
+ "id": "tsconfig_compileroptions_declaration",
349
+ "label": "declaration",
350
+ "file_type": "code",
351
+ "source_file": "tsconfig.json",
352
+ "source_location": "L5",
353
+ "_origin": "ast"
354
+ },
355
+ {
356
+ "id": "tsconfig_compileroptions_emitdeclarationonly",
357
+ "label": "emitDeclarationOnly",
358
+ "file_type": "code",
359
+ "source_file": "tsconfig.json",
360
+ "source_location": "L6",
361
+ "_origin": "ast"
362
+ },
363
+ {
364
+ "id": "tsconfig_compileroptions_rootdir",
365
+ "label": "rootDir",
366
+ "file_type": "code",
367
+ "source_file": "tsconfig.json",
368
+ "source_location": "L7",
369
+ "_origin": "ast"
370
+ },
371
+ {
372
+ "id": "tsconfig_compileroptions_outdir",
373
+ "label": "outDir",
374
+ "file_type": "code",
375
+ "source_file": "tsconfig.json",
376
+ "source_location": "L8",
377
+ "_origin": "ast"
378
+ },
379
+ {
380
+ "id": "tsconfig_compileroptions_declarationmap",
381
+ "label": "declarationMap",
382
+ "file_type": "code",
383
+ "source_file": "tsconfig.json",
384
+ "source_location": "L9",
385
+ "_origin": "ast"
386
+ },
387
+ {
388
+ "id": "types_main_d",
389
+ "label": "main.d.ts",
390
+ "file_type": "code",
391
+ "source_file": "types/main.d.ts",
392
+ "source_location": "L1",
393
+ "_origin": "ast"
394
+ },
395
+ {
396
+ "id": "src_main_d",
397
+ "label": "main.d.ts",
398
+ "file_type": "code",
399
+ "source_file": "types/src/main.d.ts",
400
+ "source_location": "L1",
401
+ "_origin": "ast"
402
+ },
403
+ {
404
+ "id": "vitest_config",
405
+ "label": "vitest.config.js",
406
+ "file_type": "code",
407
+ "source_file": "vitest.config.js",
408
+ "source_location": "L1",
409
+ "_origin": "ast"
410
+ }
411
+ ],
412
+ "edges": [
413
+ {
414
+ "source": "package",
415
+ "target": "package_name",
416
+ "relation": "contains",
417
+ "confidence": "EXTRACTED",
418
+ "source_file": "package.json",
419
+ "source_location": "L2",
420
+ "weight": 1.0
421
+ },
422
+ {
423
+ "source": "package",
424
+ "target": "package_description",
425
+ "relation": "contains",
426
+ "confidence": "EXTRACTED",
427
+ "source_file": "package.json",
428
+ "source_location": "L3",
429
+ "weight": 1.0
430
+ },
431
+ {
432
+ "source": "package",
433
+ "target": "package_version",
434
+ "relation": "contains",
435
+ "confidence": "EXTRACTED",
436
+ "source_file": "package.json",
437
+ "source_location": "L4",
438
+ "weight": 1.0
439
+ },
440
+ {
441
+ "source": "package",
442
+ "target": "package_license",
443
+ "relation": "contains",
444
+ "confidence": "EXTRACTED",
445
+ "source_file": "package.json",
446
+ "source_location": "L5",
447
+ "weight": 1.0
448
+ },
449
+ {
450
+ "source": "package",
451
+ "target": "package_author",
452
+ "relation": "contains",
453
+ "confidence": "EXTRACTED",
454
+ "source_file": "package.json",
455
+ "source_location": "L6",
456
+ "weight": 1.0
457
+ },
458
+ {
459
+ "source": "package",
460
+ "target": "package_main",
461
+ "relation": "contains",
462
+ "confidence": "EXTRACTED",
463
+ "source_file": "package.json",
464
+ "source_location": "L7",
465
+ "weight": 1.0
466
+ },
467
+ {
468
+ "source": "package",
469
+ "target": "package_type",
470
+ "relation": "contains",
471
+ "confidence": "EXTRACTED",
472
+ "source_file": "package.json",
473
+ "source_location": "L8",
474
+ "weight": 1.0
475
+ },
476
+ {
477
+ "source": "package",
478
+ "target": "package_types",
479
+ "relation": "contains",
480
+ "confidence": "EXTRACTED",
481
+ "source_file": "package.json",
482
+ "source_location": "L9",
483
+ "weight": 1.0
484
+ },
485
+ {
486
+ "source": "package",
487
+ "target": "package_exports",
488
+ "relation": "contains",
489
+ "confidence": "EXTRACTED",
490
+ "source_file": "package.json",
491
+ "source_location": "L10",
492
+ "weight": 1.0
493
+ },
494
+ {
495
+ "source": "package_exports",
496
+ "target": "package_import",
497
+ "relation": "contains",
498
+ "confidence": "EXTRACTED",
499
+ "source_file": "package.json",
500
+ "source_location": "L12",
501
+ "weight": 1.0
502
+ },
503
+ {
504
+ "source": "package_exports",
505
+ "target": "package_require",
506
+ "relation": "contains",
507
+ "confidence": "EXTRACTED",
508
+ "source_file": "package.json",
509
+ "source_location": "L13",
510
+ "weight": 1.0
511
+ },
512
+ {
513
+ "source": "package_exports",
514
+ "target": "package_default",
515
+ "relation": "contains",
516
+ "confidence": "EXTRACTED",
517
+ "source_file": "package.json",
518
+ "source_location": "L14",
519
+ "weight": 1.0
520
+ },
521
+ {
522
+ "source": "package_exports",
523
+ "target": "package_exports_package_json",
524
+ "relation": "contains",
525
+ "confidence": "EXTRACTED",
526
+ "source_file": "package.json",
527
+ "source_location": "L16",
528
+ "weight": 1.0
529
+ },
530
+ {
531
+ "source": "package_exports",
532
+ "target": "package_exports_dist",
533
+ "relation": "contains",
534
+ "confidence": "EXTRACTED",
535
+ "source_file": "package.json",
536
+ "source_location": "L17",
537
+ "weight": 1.0
538
+ },
539
+ {
540
+ "source": "package_exports",
541
+ "target": "package_exports_src",
542
+ "relation": "contains",
543
+ "confidence": "EXTRACTED",
544
+ "source_file": "package.json",
545
+ "source_location": "L18",
546
+ "weight": 1.0
547
+ },
548
+ {
549
+ "source": "package",
550
+ "target": "package_scripts",
551
+ "relation": "contains",
552
+ "confidence": "EXTRACTED",
553
+ "source_file": "package.json",
554
+ "source_location": "L20",
555
+ "weight": 1.0
556
+ },
557
+ {
558
+ "source": "package_scripts",
559
+ "target": "package_scripts_test",
560
+ "relation": "contains",
561
+ "confidence": "EXTRACTED",
562
+ "source_file": "package.json",
563
+ "source_location": "L21",
564
+ "weight": 1.0
565
+ },
566
+ {
567
+ "source": "package_scripts",
568
+ "target": "package_scripts_cover",
569
+ "relation": "contains",
570
+ "confidence": "EXTRACTED",
571
+ "source_file": "package.json",
572
+ "source_location": "L22",
573
+ "weight": 1.0
574
+ },
575
+ {
576
+ "source": "package_scripts",
577
+ "target": "package_scripts_build",
578
+ "relation": "contains",
579
+ "confidence": "EXTRACTED",
580
+ "source_file": "package.json",
581
+ "source_location": "L23",
582
+ "weight": 1.0
583
+ },
584
+ {
585
+ "source": "package_scripts",
586
+ "target": "package_scripts_postbuild",
587
+ "relation": "contains",
588
+ "confidence": "EXTRACTED",
589
+ "source_file": "package.json",
590
+ "source_location": "L24",
591
+ "weight": 1.0
592
+ },
593
+ {
594
+ "source": "package",
595
+ "target": "package_repository",
596
+ "relation": "contains",
597
+ "confidence": "EXTRACTED",
598
+ "source_file": "package.json",
599
+ "source_location": "L26",
600
+ "weight": 1.0
601
+ },
602
+ {
603
+ "source": "package_repository",
604
+ "target": "package_repository_type",
605
+ "relation": "contains",
606
+ "confidence": "EXTRACTED",
607
+ "source_file": "package.json",
608
+ "source_location": "L27",
609
+ "weight": 1.0
610
+ },
611
+ {
612
+ "source": "package_repository",
613
+ "target": "package_repository_url",
614
+ "relation": "contains",
615
+ "confidence": "EXTRACTED",
616
+ "source_file": "package.json",
617
+ "source_location": "L28",
618
+ "weight": 1.0
619
+ },
620
+ {
621
+ "source": "package",
622
+ "target": "package_devdependencies",
623
+ "relation": "contains",
624
+ "confidence": "EXTRACTED",
625
+ "source_file": "package.json",
626
+ "source_location": "L30",
627
+ "weight": 1.0
628
+ },
629
+ {
630
+ "source": "package_devdependencies",
631
+ "target": "package_devdependencies_rollup_plugin_commonjs",
632
+ "relation": "contains",
633
+ "confidence": "EXTRACTED",
634
+ "source_file": "package.json",
635
+ "source_location": "L31",
636
+ "weight": 1.0
637
+ },
638
+ {
639
+ "source": "package_devdependencies_rollup_plugin_commonjs",
640
+ "target": "rollup_plugin_commonjs",
641
+ "relation": "imports",
642
+ "confidence": "EXTRACTED",
643
+ "source_file": "package.json",
644
+ "source_location": "L31",
645
+ "weight": 1.0,
646
+ "context": "import"
647
+ },
648
+ {
649
+ "source": "package_devdependencies",
650
+ "target": "package_devdependencies_rollup_plugin_node_resolve",
651
+ "relation": "contains",
652
+ "confidence": "EXTRACTED",
653
+ "source_file": "package.json",
654
+ "source_location": "L32",
655
+ "weight": 1.0
656
+ },
657
+ {
658
+ "source": "package_devdependencies_rollup_plugin_node_resolve",
659
+ "target": "rollup_plugin_node_resolve",
660
+ "relation": "imports",
661
+ "confidence": "EXTRACTED",
662
+ "source_file": "package.json",
663
+ "source_location": "L32",
664
+ "weight": 1.0,
665
+ "context": "import"
666
+ },
667
+ {
668
+ "source": "package_devdependencies",
669
+ "target": "package_devdependencies_rollup_plugin_terser",
670
+ "relation": "contains",
671
+ "confidence": "EXTRACTED",
672
+ "source_file": "package.json",
673
+ "source_location": "L33",
674
+ "weight": 1.0
675
+ },
676
+ {
677
+ "source": "package_devdependencies_rollup_plugin_terser",
678
+ "target": "rollup_plugin_terser",
679
+ "relation": "imports",
680
+ "confidence": "EXTRACTED",
681
+ "source_file": "package.json",
682
+ "source_location": "L33",
683
+ "weight": 1.0,
684
+ "context": "import"
685
+ },
686
+ {
687
+ "source": "package_devdependencies",
688
+ "target": "package_devdependencies_vitest_coverage_v8",
689
+ "relation": "contains",
690
+ "confidence": "EXTRACTED",
691
+ "source_file": "package.json",
692
+ "source_location": "L34",
693
+ "weight": 1.0
694
+ },
695
+ {
696
+ "source": "package_devdependencies_vitest_coverage_v8",
697
+ "target": "vitest_coverage_v8",
698
+ "relation": "imports",
699
+ "confidence": "EXTRACTED",
700
+ "source_file": "package.json",
701
+ "source_location": "L34",
702
+ "weight": 1.0,
703
+ "context": "import"
704
+ },
705
+ {
706
+ "source": "package_devdependencies",
707
+ "target": "package_devdependencies_rollup",
708
+ "relation": "contains",
709
+ "confidence": "EXTRACTED",
710
+ "source_file": "package.json",
711
+ "source_location": "L35",
712
+ "weight": 1.0
713
+ },
714
+ {
715
+ "source": "package_devdependencies_rollup",
716
+ "target": "rollup",
717
+ "relation": "imports",
718
+ "confidence": "EXTRACTED",
719
+ "source_file": "package.json",
720
+ "source_location": "L35",
721
+ "weight": 1.0,
722
+ "context": "import"
723
+ },
724
+ {
725
+ "source": "package_devdependencies",
726
+ "target": "package_devdependencies_typescript",
727
+ "relation": "contains",
728
+ "confidence": "EXTRACTED",
729
+ "source_file": "package.json",
730
+ "source_location": "L36",
731
+ "weight": 1.0
732
+ },
733
+ {
734
+ "source": "package_devdependencies_typescript",
735
+ "target": "typescript",
736
+ "relation": "imports",
737
+ "confidence": "EXTRACTED",
738
+ "source_file": "package.json",
739
+ "source_location": "L36",
740
+ "weight": 1.0,
741
+ "context": "import"
742
+ },
743
+ {
744
+ "source": "package_devdependencies",
745
+ "target": "package_devdependencies_vitest",
746
+ "relation": "contains",
747
+ "confidence": "EXTRACTED",
748
+ "source_file": "package.json",
749
+ "source_location": "L37",
750
+ "weight": 1.0
751
+ },
752
+ {
753
+ "source": "package_devdependencies_vitest",
754
+ "target": "vitest",
755
+ "relation": "imports",
756
+ "confidence": "EXTRACTED",
757
+ "source_file": "package.json",
758
+ "source_location": "L37",
759
+ "weight": 1.0,
760
+ "context": "import"
761
+ },
762
+ {
763
+ "source": "package",
764
+ "target": "package_keywords",
765
+ "relation": "contains",
766
+ "confidence": "EXTRACTED",
767
+ "source_file": "package.json",
768
+ "source_location": "L39",
769
+ "weight": 1.0
770
+ },
771
+ {
772
+ "source": "package_keywords",
773
+ "target": "ref_events",
774
+ "relation": "extends",
775
+ "confidence": "EXTRACTED",
776
+ "source_file": "package.json",
777
+ "source_location": "L39",
778
+ "weight": 1.0,
779
+ "context": "import"
780
+ },
781
+ {
782
+ "source": "package_keywords",
783
+ "target": "ref_emitter",
784
+ "relation": "extends",
785
+ "confidence": "EXTRACTED",
786
+ "source_file": "package.json",
787
+ "source_location": "L39",
788
+ "weight": 1.0,
789
+ "context": "import"
790
+ },
791
+ {
792
+ "source": "package_keywords",
793
+ "target": "ref_publisher",
794
+ "relation": "extends",
795
+ "confidence": "EXTRACTED",
796
+ "source_file": "package.json",
797
+ "source_location": "L39",
798
+ "weight": 1.0,
799
+ "context": "import"
800
+ },
801
+ {
802
+ "source": "package_keywords",
803
+ "target": "ref_subscriber",
804
+ "relation": "extends",
805
+ "confidence": "EXTRACTED",
806
+ "source_file": "package.json",
807
+ "source_location": "L39",
808
+ "weight": 1.0,
809
+ "context": "import"
810
+ },
811
+ {
812
+ "source": "package_keywords",
813
+ "target": "ref_pubsub",
814
+ "relation": "extends",
815
+ "confidence": "EXTRACTED",
816
+ "source_file": "package.json",
817
+ "source_location": "L39",
818
+ "weight": 1.0,
819
+ "context": "import"
820
+ },
821
+ {
822
+ "source": "package",
823
+ "target": "package_allowscripts",
824
+ "relation": "contains",
825
+ "confidence": "EXTRACTED",
826
+ "source_file": "package.json",
827
+ "source_location": "L46",
828
+ "weight": 1.0
829
+ },
830
+ {
831
+ "source": "package_allowscripts",
832
+ "target": "package_allowscripts_fsevents_2_3_2",
833
+ "relation": "contains",
834
+ "confidence": "EXTRACTED",
835
+ "source_file": "package.json",
836
+ "source_location": "L47",
837
+ "weight": 1.0
838
+ },
839
+ {
840
+ "source": "rollup_config",
841
+ "target": "plugin_node_resolve",
842
+ "relation": "imports_from",
843
+ "context": "import",
844
+ "confidence": "EXTRACTED",
845
+ "source_file": "rollup.config.js",
846
+ "source_location": "L1",
847
+ "weight": 1.0
848
+ },
849
+ {
850
+ "source": "rollup_config",
851
+ "target": "plugin_commonjs",
852
+ "relation": "imports_from",
853
+ "context": "import",
854
+ "confidence": "EXTRACTED",
855
+ "source_file": "rollup.config.js",
856
+ "source_location": "L2",
857
+ "weight": 1.0
858
+ },
859
+ {
860
+ "source": "rollup_config",
861
+ "target": "plugin_terser",
862
+ "relation": "imports_from",
863
+ "context": "import",
864
+ "confidence": "EXTRACTED",
865
+ "source_file": "rollup.config.js",
866
+ "source_location": "L3",
867
+ "weight": 1.0
868
+ },
869
+ {
870
+ "source": "src_main",
871
+ "target": "src_main_notice",
872
+ "relation": "contains",
873
+ "confidence": "EXTRACTED",
874
+ "source_file": "src/main.js",
875
+ "source_location": "L2",
876
+ "weight": 1.0
877
+ },
878
+ {
879
+ "source": "test_notice_test",
880
+ "target": "src_main",
881
+ "relation": "imports_from",
882
+ "context": "import",
883
+ "confidence": "EXTRACTED",
884
+ "source_file": "test/notice.test.js",
885
+ "source_location": "L1",
886
+ "weight": 1.0
887
+ },
888
+ {
889
+ "source": "test_notice_test",
890
+ "target": "vitest",
891
+ "relation": "imports_from",
892
+ "context": "import",
893
+ "confidence": "EXTRACTED",
894
+ "source_file": "test/notice.test.js",
895
+ "source_location": "L2",
896
+ "weight": 1.0
897
+ },
898
+ {
899
+ "source": "tsconfig",
900
+ "target": "tsconfig_include",
901
+ "relation": "contains",
902
+ "confidence": "EXTRACTED",
903
+ "source_file": "tsconfig.json",
904
+ "source_location": "L2",
905
+ "weight": 1.0
906
+ },
907
+ {
908
+ "source": "tsconfig_include",
909
+ "target": "ref_src",
910
+ "relation": "extends",
911
+ "confidence": "EXTRACTED",
912
+ "source_file": "tsconfig.json",
913
+ "source_location": "L2",
914
+ "weight": 1.0,
915
+ "context": "import"
916
+ },
917
+ {
918
+ "source": "tsconfig",
919
+ "target": "tsconfig_compileroptions",
920
+ "relation": "contains",
921
+ "confidence": "EXTRACTED",
922
+ "source_file": "tsconfig.json",
923
+ "source_location": "L3",
924
+ "weight": 1.0
925
+ },
926
+ {
927
+ "source": "tsconfig_compileroptions",
928
+ "target": "tsconfig_compileroptions_allowjs",
929
+ "relation": "contains",
930
+ "confidence": "EXTRACTED",
931
+ "source_file": "tsconfig.json",
932
+ "source_location": "L4",
933
+ "weight": 1.0
934
+ },
935
+ {
936
+ "source": "tsconfig_compileroptions",
937
+ "target": "tsconfig_compileroptions_declaration",
938
+ "relation": "contains",
939
+ "confidence": "EXTRACTED",
940
+ "source_file": "tsconfig.json",
941
+ "source_location": "L5",
942
+ "weight": 1.0
943
+ },
944
+ {
945
+ "source": "tsconfig_compileroptions",
946
+ "target": "tsconfig_compileroptions_emitdeclarationonly",
947
+ "relation": "contains",
948
+ "confidence": "EXTRACTED",
949
+ "source_file": "tsconfig.json",
950
+ "source_location": "L6",
951
+ "weight": 1.0
952
+ },
953
+ {
954
+ "source": "tsconfig_compileroptions",
955
+ "target": "tsconfig_compileroptions_rootdir",
956
+ "relation": "contains",
957
+ "confidence": "EXTRACTED",
958
+ "source_file": "tsconfig.json",
959
+ "source_location": "L7",
960
+ "weight": 1.0
961
+ },
962
+ {
963
+ "source": "tsconfig_compileroptions",
964
+ "target": "tsconfig_compileroptions_outdir",
965
+ "relation": "contains",
966
+ "confidence": "EXTRACTED",
967
+ "source_file": "tsconfig.json",
968
+ "source_location": "L8",
969
+ "weight": 1.0
970
+ },
971
+ {
972
+ "source": "tsconfig_compileroptions",
973
+ "target": "tsconfig_compileroptions_declarationmap",
974
+ "relation": "contains",
975
+ "confidence": "EXTRACTED",
976
+ "source_file": "tsconfig.json",
977
+ "source_location": "L9",
978
+ "weight": 1.0
979
+ },
980
+ {
981
+ "source": "vitest_config",
982
+ "target": "config",
983
+ "relation": "imports_from",
984
+ "context": "import",
985
+ "confidence": "EXTRACTED",
986
+ "source_file": "vitest.config.js",
987
+ "source_location": "L1",
988
+ "weight": 1.0
989
+ },
990
+ {
991
+ "source": "test_notice_test",
992
+ "target": "src_main_notice",
993
+ "relation": "imports",
994
+ "context": "import",
995
+ "confidence": "EXTRACTED",
996
+ "source_file": "test/notice.test.js",
997
+ "source_location": "L1",
998
+ "weight": 1.0
999
+ }
1000
+ ],
1001
+ "input_tokens": 0,
1002
+ "output_tokens": 0
1003
+ }