@peter.naydenov/cuts 2.1.0 → 2.1.2
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/.claude/settings.local.json +10 -0
- package/Changelog.md +17 -0
- package/dist/cuts.cjs +1 -1
- package/dist/cuts.esm.mjs +1 -1
- package/dist/cuts.umd.js +1 -1
- package/graphify-out/.graphify_labels.json +56 -0
- package/graphify-out/.graphify_root +1 -0
- package/graphify-out/GRAPH_REPORT.md +116 -247
- package/graphify-out/cache/ast/v0.8.39/043be2e32281a59e2bacb95418b95816b558a290aa581434b22666fb9a6a3a6c.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/151934b5e716a5f1d14f4954ebca16c64f767c94ea65182896565a0a845a99d8.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/2b64175ef58c779348b9f3b1bc212093f30455a8c3b30e90ec66bc0c83893a17.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/93e3201ab0f7055efb1bd85240bdae46fcc21d36089825bafeb9ba97e082b25d.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/a54f836214535c9d3ff5d4ba866f261748789984734e148a99dff099f0977cd4.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/ac32180db1477eed72583ce9d06051d06eb0336e02b1894789b5a039392b7255.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/b3a576733a49496a7d162b3a08710f6ca29fd2678532e9406755046f6250acb9.json +1 -0
- package/graphify-out/cache/ast/v0.8.39/c2b57052ba235afaf3195c026546eabbe2ab6274aa24bc3e4481f92904fe6a9d.json +1 -0
- package/graphify-out/cache/stat-index.json +1 -0
- package/graphify-out/graph.html +69 -28
- package/graphify-out/graph.json +4052 -1782
- package/graphify-out/manifest.json +300 -50
- package/package.json +10 -10
- package/src/main.js +8 -3
- package/src/methods/hide.js +16 -16
- package/src/methods/listShortcuts.js +1 -1
- package/src/methods/show.js +14 -5
- package/test/02-cuts.test.js +169 -0
- package/types/findInstructions.d.ts +1 -1
- package/types/findInstructions.d.ts.map +1 -1
- package/types/main.d.ts +76 -12
- package/types/main.d.ts.map +1 -1
- package/types/methods/hide.d.ts +1 -1
- package/types/methods/hide.d.ts.map +1 -1
- package/types/methods/jump.d.ts +1 -1
- package/types/methods/jump.d.ts.map +1 -1
- package/types/methods/jumpBack.d.ts +2 -2
- package/types/methods/jumpBack.d.ts.map +1 -1
- package/types/methods/jumpsReset.d.ts +1 -1
- package/types/methods/jumpsReset.d.ts.map +1 -1
- package/types/methods/listShortcuts.d.ts +1 -1
- package/types/methods/listShortcuts.d.ts.map +1 -1
- package/types/methods/setScenes.d.ts +11 -17
- package/types/methods/setScenes.d.ts.map +1 -1
- package/types/methods/show.d.ts +2 -2
- package/types/methods/show.d.ts.map +1 -1
- package/types/setInstruction.d.ts +1 -1
- package/types/setInstruction.d.ts.map +1 -1
|
@@ -1,37 +1,73 @@
|
|
|
1
|
-
# Graph Report -
|
|
1
|
+
# Graph Report - git-cuts (2026-07-08)
|
|
2
2
|
|
|
3
3
|
## Corpus Check
|
|
4
|
-
-
|
|
4
|
+
- 52 files · ~14,604 words
|
|
5
|
+
- Verdict: corpus is large enough that graph structure adds value.
|
|
5
6
|
|
|
6
7
|
## Summary
|
|
7
|
-
-
|
|
8
|
-
- Extraction:
|
|
8
|
+
- 257 nodes · 249 edges · 54 communities (48 shown, 6 thin omitted)
|
|
9
|
+
- Extraction: 88% EXTRACTED · 12% INFERRED · 0% AMBIGUOUS · INFERRED: 30 edges (avg confidence: 0.86)
|
|
9
10
|
- Token cost: 0 input · 0 output
|
|
10
11
|
|
|
12
|
+
## Graph Freshness
|
|
13
|
+
- Built from commit: `2f6beac4`
|
|
14
|
+
- Run `git rev-parse HEAD` and compare to check if the graph is stale.
|
|
15
|
+
- Run `graphify update .` after code changes (no API cost).
|
|
16
|
+
|
|
17
|
+
## Community Hubs (Navigation)
|
|
18
|
+
- [[_COMMUNITY_Community 0|Community 0]]
|
|
19
|
+
- [[_COMMUNITY_Community 1|Community 1]]
|
|
20
|
+
- [[_COMMUNITY_Community 2|Community 2]]
|
|
21
|
+
- [[_COMMUNITY_Community 3|Community 3]]
|
|
22
|
+
- [[_COMMUNITY_Community 4|Community 4]]
|
|
23
|
+
- [[_COMMUNITY_Community 5|Community 5]]
|
|
24
|
+
- [[_COMMUNITY_Community 6|Community 6]]
|
|
25
|
+
- [[_COMMUNITY_Community 7|Community 7]]
|
|
26
|
+
- [[_COMMUNITY_Community 8|Community 8]]
|
|
27
|
+
- [[_COMMUNITY_Community 9|Community 9]]
|
|
28
|
+
- [[_COMMUNITY_Community 10|Community 10]]
|
|
29
|
+
- [[_COMMUNITY_Community 11|Community 11]]
|
|
30
|
+
- [[_COMMUNITY_Community 12|Community 12]]
|
|
31
|
+
- [[_COMMUNITY_Community 13|Community 13]]
|
|
32
|
+
- [[_COMMUNITY_Community 14|Community 14]]
|
|
33
|
+
- [[_COMMUNITY_Community 15|Community 15]]
|
|
34
|
+
- [[_COMMUNITY_Community 16|Community 16]]
|
|
35
|
+
- [[_COMMUNITY_Community 17|Community 17]]
|
|
36
|
+
- [[_COMMUNITY_Community 18|Community 18]]
|
|
37
|
+
- [[_COMMUNITY_Community 38|Community 38]]
|
|
38
|
+
- [[_COMMUNITY_Community 39|Community 39]]
|
|
39
|
+
- [[_COMMUNITY_Community 40|Community 40]]
|
|
40
|
+
- [[_COMMUNITY_Community 41|Community 41]]
|
|
41
|
+
- [[_COMMUNITY_Community 42|Community 42]]
|
|
42
|
+
- [[_COMMUNITY_Community 43|Community 43]]
|
|
43
|
+
|
|
11
44
|
## God Nodes (most connected - your core abstractions)
|
|
12
|
-
1. `
|
|
13
|
-
2.
|
|
14
|
-
3. `
|
|
15
|
-
4. `
|
|
16
|
-
5. `
|
|
17
|
-
6. `
|
|
18
|
-
7. `
|
|
19
|
-
8. `
|
|
20
|
-
9. `
|
|
21
|
-
10. `
|
|
45
|
+
1. `Release History` - 16 edges
|
|
46
|
+
2. `Cuts (@peter.naydenov/cuts)` - 15 edges
|
|
47
|
+
3. `Scene` - 14 edges
|
|
48
|
+
4. `compilerOptions` - 12 edges
|
|
49
|
+
5. `1.2.8 ( 2025-05-03)` - 12 edges
|
|
50
|
+
6. `main()` - 11 edges
|
|
51
|
+
7. `@peter.naydenov/shortcuts` - 9 edges
|
|
52
|
+
8. `scripts` - 8 edges
|
|
53
|
+
9. `Cuts Library (@peter.naydenov/cuts)` - 8 edges
|
|
54
|
+
10. `exports` - 7 edges
|
|
22
55
|
|
|
23
56
|
## Surprising Connections (you probably didn't know these)
|
|
57
|
+
- `Scene Hooks: afterShow and beforeHide` --references--> `Scene` [INFERRED]
|
|
58
|
+
Changelog.md → README.md
|
|
24
59
|
- `@app-error Event` --conceptually_related_to--> `Cuts Library (@peter.naydenov/cuts)` [INFERRED]
|
|
25
60
|
Changelog.md → README.md
|
|
26
61
|
- `Cuts v2.0.0 Release` --references--> `Shortcuts v4.x Upgrade` [INFERRED]
|
|
27
62
|
Changelog.md → Migration.guide.md
|
|
28
|
-
- `Scene Hooks: afterShow and beforeHide` --references--> `Scene (SPA visual state)` [INFERRED]
|
|
29
|
-
Changelog.md → README.md
|
|
30
63
|
- `clickTarget Array Migration` --conceptually_related_to--> `Click plugin (mouse)` [INFERRED]
|
|
31
64
|
Migration.guide.md → README.md
|
|
32
65
|
- `hoverTarget Array Migration` --conceptually_related_to--> `Hover plugin` [INFERRED]
|
|
33
66
|
Migration.guide.md → README.md
|
|
34
67
|
|
|
68
|
+
## Import Cycles
|
|
69
|
+
- None detected.
|
|
70
|
+
|
|
35
71
|
## Hyperedges (group relationships)
|
|
36
72
|
- **v1.x to v2.x Migration Concerns** — migration_v1_to_v2, migration_shortcuts_v4, migration_click_target, migration_hover_target, migration_rationale [EXTRACTED 0.90]
|
|
37
73
|
- **Scene lifecycle methods** — readme_scene, readme_show, readme_hide, readme_aftershow, readme_beforehide [EXTRACTED 1.00]
|
|
@@ -39,270 +75,103 @@
|
|
|
39
75
|
- **Shortcut plugin system** — readme_loadplugins, readme_enableplugin, readme_disableplugin, readme_plugin_key, readme_plugin_click, readme_plugin_form, readme_plugin_hover, readme_plugin_scroll, readme_shortcuts [EXTRACTED 1.00]
|
|
40
76
|
- **Cuts Logo Visual Composition** — cuts_wordmark, cuts_film_strip_icon, cuts_background_pattern, cuts_dark_theme_design [INFERRED 0.85]
|
|
41
77
|
|
|
42
|
-
## Communities
|
|
78
|
+
## Communities (54 total, 6 thin omitted)
|
|
43
79
|
|
|
44
|
-
### Community 0 - "
|
|
80
|
+
### Community 0 - "Community 0"
|
|
45
81
|
Cohesion: 0.14
|
|
46
82
|
Nodes (17): Scene Hooks: afterShow and beforeHide, afterShow() method, beforeHide() method, hide() method, jump() method, jumpBack() method, jumpsReset() method, Jump Stack (+9 more)
|
|
47
83
|
|
|
48
|
-
### Community 1 - "
|
|
49
|
-
Cohesion: 0.
|
|
50
|
-
Nodes (
|
|
84
|
+
### Community 1 - "Community 1"
|
|
85
|
+
Cohesion: 0.15
|
|
86
|
+
Nodes (17): @app-error Event, Bug: SSR First Scene Loading, logLevel Configuration, Cuts v2.0.0 Release, clickTarget Array Migration, hoverTarget Array Migration, Rationale: Array Target Flexibility, Shortcuts v4.x Upgrade (+9 more)
|
|
51
87
|
|
|
52
|
-
### Community 2 - "
|
|
53
|
-
Cohesion: 0.
|
|
54
|
-
Nodes (
|
|
88
|
+
### Community 2 - "Community 2"
|
|
89
|
+
Cohesion: 0.08
|
|
90
|
+
Nodes (24): allowScripts, fsevents@2.3.2, fsevents@2.3.3, author, dependencies, ask-for-promise, @peter.naydenov/log, @peter.naydenov/shortcuts (+16 more)
|
|
55
91
|
|
|
56
|
-
### Community 3 - "
|
|
57
|
-
Cohesion: 0.
|
|
58
|
-
Nodes (
|
|
92
|
+
### Community 3 - "Community 3"
|
|
93
|
+
Cohesion: 0.12
|
|
94
|
+
Nodes (16): AfterShow and BeforeHide, Configuration, Credits, Custom events via `emit`, Cuts (@peter.naydenov/cuts), Description, Emitting from inside a handler, Events (+8 more)
|
|
59
95
|
|
|
60
|
-
### Community 4 - "
|
|
96
|
+
### Community 4 - "Community 4"
|
|
61
97
|
Cohesion: 0.33
|
|
62
98
|
Nodes (11): disablePlugin() method, emit() method, enablePlugin() method, loadPlugins() method, Click plugin (mouse), Form plugin (input), Hover plugin, Key plugin (keyboard) (+3 more)
|
|
63
99
|
|
|
64
|
-
### Community 5 - "
|
|
100
|
+
### Community 5 - "Community 5"
|
|
65
101
|
Cohesion: 0.38
|
|
66
102
|
Nodes (7): Decorative N-Pattern Background, Git-Cuts Brand Identity, Cuts Brand Logo, Dark Theme Visual Design, Film Editing Metaphor, Film Strip Icon, Cuts Wordmark
|
|
67
103
|
|
|
68
|
-
### Community 6 - "
|
|
69
|
-
Cohesion: 0.
|
|
70
|
-
Nodes (
|
|
104
|
+
### Community 6 - "Community 6"
|
|
105
|
+
Cohesion: 0.12
|
|
106
|
+
Nodes (15): 1.3.0 ( 2025-08-15), 1.3.1 ( 2025-08-15), 1.4.0 ( 2025-09-06), 1.4.1. ( 2025-09-24), 1.4.2 ( 2025-09-29), 1.4.3 ( 2025-09-30), 1.4.4 ( 2025-10-10), 1.5.0 ( 2025-10-23 ) (+7 more)
|
|
71
107
|
|
|
72
|
-
### Community 7 - "
|
|
73
|
-
Cohesion: 0.
|
|
74
|
-
Nodes (5): GRAPH_REPORT.md, graphify
|
|
108
|
+
### Community 7 - "Community 7"
|
|
109
|
+
Cohesion: 0.33
|
|
110
|
+
Nodes (5): GRAPH_REPORT.md, graphify, graphify-out/ Directory, graphify.watch._rebuild_code, wiki/index.md
|
|
75
111
|
|
|
76
|
-
### Community 8 - "
|
|
112
|
+
### Community 8 - "Community 8"
|
|
77
113
|
Cohesion: 0.67
|
|
78
114
|
Nodes (4): Dark architectural silhouette (dome + towers), lcov-report favicon, lcov HTML coverage report (parent context), Yellow/olive solid background fill
|
|
79
115
|
|
|
80
|
-
### Community 9 - "
|
|
116
|
+
### Community 9 - "Community 9"
|
|
81
117
|
Cohesion: 0.67
|
|
82
118
|
Nodes (3): Dependencies Object, getDependencies() method, setDependencies() method
|
|
83
119
|
|
|
84
|
-
### Community 10 - "
|
|
85
|
-
Cohesion:
|
|
86
|
-
Nodes (
|
|
87
|
-
|
|
88
|
-
### Community 11 - "Set Instruction Module"
|
|
89
|
-
Cohesion: 1.0
|
|
90
|
-
Nodes (0):
|
|
91
|
-
|
|
92
|
-
### Community 12 - "List Shortcuts Module"
|
|
93
|
-
Cohesion: 1.0
|
|
94
|
-
Nodes (0):
|
|
95
|
-
|
|
96
|
-
### Community 13 - "jumpsReset Module"
|
|
97
|
-
Cohesion: 1.0
|
|
98
|
-
Nodes (0):
|
|
99
|
-
|
|
100
|
-
### Community 14 - "jump Module"
|
|
101
|
-
Cohesion: 1.0
|
|
102
|
-
Nodes (0):
|
|
103
|
-
|
|
104
|
-
### Community 15 - "show Module"
|
|
105
|
-
Cohesion: 1.0
|
|
106
|
-
Nodes (0):
|
|
107
|
-
|
|
108
|
-
### Community 16 - "jumpBack Module"
|
|
109
|
-
Cohesion: 1.0
|
|
110
|
-
Nodes (0):
|
|
111
|
-
|
|
112
|
-
### Community 17 - "setScenes Module"
|
|
113
|
-
Cohesion: 1.0
|
|
114
|
-
Nodes (0):
|
|
115
|
-
|
|
116
|
-
### Community 18 - "hide Module"
|
|
117
|
-
Cohesion: 1.0
|
|
118
|
-
Nodes (0):
|
|
119
|
-
|
|
120
|
-
### Community 19 - "Playwright Config"
|
|
121
|
-
Cohesion: 1.0
|
|
122
|
-
Nodes (0):
|
|
123
|
-
|
|
124
|
-
### Community 20 - "Vite Config"
|
|
125
|
-
Cohesion: 1.0
|
|
126
|
-
Nodes (0):
|
|
127
|
-
|
|
128
|
-
### Community 21 - "Vitest Config"
|
|
129
|
-
Cohesion: 1.0
|
|
130
|
-
Nodes (0):
|
|
120
|
+
### Community 10 - "Community 10"
|
|
121
|
+
Cohesion: 0.17
|
|
122
|
+
Nodes (9): hide(), jump(), jumpBack(), jumpsReset(), listShortcuts(), setScenes(), show(), main() (+1 more)
|
|
131
123
|
|
|
132
|
-
### Community
|
|
133
|
-
Cohesion:
|
|
134
|
-
Nodes (
|
|
124
|
+
### Community 11 - "Community 11"
|
|
125
|
+
Cohesion: 0.13
|
|
126
|
+
Nodes (14): compilerOptions, allowJs, checkJs, declaration, declarationMap, emitDeclarationOnly, module, moduleResolution (+6 more)
|
|
135
127
|
|
|
136
|
-
### Community
|
|
137
|
-
Cohesion:
|
|
138
|
-
Nodes (
|
|
139
|
-
|
|
140
|
-
### Community 24 - "main.d.ts"
|
|
141
|
-
Cohesion: 1.0
|
|
142
|
-
Nodes (0):
|
|
143
|
-
|
|
144
|
-
### Community 25 - "setInstruction.d.ts"
|
|
145
|
-
Cohesion: 1.0
|
|
146
|
-
Nodes (0):
|
|
147
|
-
|
|
148
|
-
### Community 26 - "hide.d.ts"
|
|
149
|
-
Cohesion: 1.0
|
|
150
|
-
Nodes (0):
|
|
151
|
-
|
|
152
|
-
### Community 27 - "jumpsReset.d.ts"
|
|
153
|
-
Cohesion: 1.0
|
|
154
|
-
Nodes (0):
|
|
155
|
-
|
|
156
|
-
### Community 28 - "jump.d.ts"
|
|
157
|
-
Cohesion: 1.0
|
|
158
|
-
Nodes (0):
|
|
159
|
-
|
|
160
|
-
### Community 29 - "listShortcuts.d.ts"
|
|
161
|
-
Cohesion: 1.0
|
|
162
|
-
Nodes (0):
|
|
163
|
-
|
|
164
|
-
### Community 30 - "jumpBack.d.ts"
|
|
165
|
-
Cohesion: 1.0
|
|
166
|
-
Nodes (0):
|
|
167
|
-
|
|
168
|
-
### Community 31 - "index.d.ts"
|
|
169
|
-
Cohesion: 1.0
|
|
170
|
-
Nodes (0):
|
|
171
|
-
|
|
172
|
-
### Community 32 - "show.d.ts"
|
|
173
|
-
Cohesion: 1.0
|
|
174
|
-
Nodes (0):
|
|
175
|
-
|
|
176
|
-
### Community 33 - "setScenes.d.ts"
|
|
177
|
-
Cohesion: 1.0
|
|
178
|
-
Nodes (0):
|
|
179
|
-
|
|
180
|
-
### Community 34 - "findPosition test"
|
|
181
|
-
Cohesion: 1.0
|
|
182
|
-
Nodes (0):
|
|
183
|
-
|
|
184
|
-
### Community 35 - "cuts test"
|
|
185
|
-
Cohesion: 1.0
|
|
186
|
-
Nodes (0):
|
|
187
|
-
|
|
188
|
-
### Community 36 - "general test"
|
|
189
|
-
Cohesion: 1.0
|
|
190
|
-
Nodes (0):
|
|
191
|
-
|
|
192
|
-
### Community 37 - "findInstructions Module"
|
|
193
|
-
Cohesion: 1.0
|
|
194
|
-
Nodes (0):
|
|
128
|
+
### Community 12 - "Community 12"
|
|
129
|
+
Cohesion: 0.14
|
|
130
|
+
Nodes (14): devDependencies, @peter.naydenov/visual-controller-for-vue3, @playwright/test, rollup, @rollup/plugin-commonjs, @rollup/plugin-node-resolve, @rollup/plugin-terser, @types/node (+6 more)
|
|
195
131
|
|
|
196
|
-
### Community
|
|
197
|
-
Cohesion:
|
|
198
|
-
Nodes (
|
|
132
|
+
### Community 13 - "Community 13"
|
|
133
|
+
Cohesion: 0.15
|
|
134
|
+
Nodes (12): dependencies, @peter.naydenov/shortcuts, @peter.naydenov/visual-controller-for-vue3, vue, devDependencies, vite, @vitejs/plugin-vue, name (+4 more)
|
|
199
135
|
|
|
200
|
-
### Community
|
|
201
|
-
Cohesion:
|
|
202
|
-
Nodes (
|
|
136
|
+
### Community 14 - "Community 14"
|
|
137
|
+
Cohesion: 0.17
|
|
138
|
+
Nodes (12): 1.0.0 (2024-05-08), 1.0.1 (2024-05-10), 1.0.2 (2024-12-12), 1.1.0 (2024-12-13), 1.2.0 (2024-12-21), 1.2.1 ( 2024-12-21 ), 1.2.2 ( 2024-12-22 ), 1.2.3 ( 2024-12-23) (+4 more)
|
|
203
139
|
|
|
204
|
-
### Community
|
|
205
|
-
Cohesion:
|
|
206
|
-
Nodes (
|
|
140
|
+
### Community 15 - "Community 15"
|
|
141
|
+
Cohesion: 0.25
|
|
142
|
+
Nodes (7): Backward Compatibility, Example Migration, From version 1.x.x to version 2.x.x, Migration Guides, Package Dependencies Update, Per-Context Setup Examples Updated, Plugin Target Attributes Changes
|
|
207
143
|
|
|
208
|
-
### Community
|
|
209
|
-
Cohesion:
|
|
210
|
-
Nodes (
|
|
144
|
+
### Community 16 - "Community 16"
|
|
145
|
+
Cohesion: 0.29
|
|
146
|
+
Nodes (7): default, exports, ./dist/*, ./package.json, ./src/*, import, require
|
|
211
147
|
|
|
212
|
-
### Community
|
|
213
|
-
Cohesion:
|
|
214
|
-
Nodes (
|
|
148
|
+
### Community 17 - "Community 17"
|
|
149
|
+
Cohesion: 0.50
|
|
150
|
+
Nodes (3): AskObject, sceneDescription, SceneObject
|
|
215
151
|
|
|
216
|
-
### Community
|
|
217
|
-
Cohesion:
|
|
218
|
-
Nodes (
|
|
152
|
+
### Community 18 - "Community 18"
|
|
153
|
+
Cohesion: 0.50
|
|
154
|
+
Nodes (3): AskObject, sceneDescription, SceneObject
|
|
219
155
|
|
|
220
156
|
## Knowledge Gaps
|
|
221
|
-
- **
|
|
157
|
+
- **144 isolated node(s):** `name`, `description`, `version`, `license`, `author` (+139 more)
|
|
222
158
|
These have ≤1 connection - possible missing edges or undocumented components.
|
|
223
|
-
- **
|
|
224
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
225
|
-
- **Thin community `Set Instruction Module`** (2 nodes): `setInstruction.js`, `setInstruction()`
|
|
226
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
227
|
-
- **Thin community `List Shortcuts Module`** (2 nodes): `listShortcuts.js`, `listShortcuts()`
|
|
228
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
229
|
-
- **Thin community `jumpsReset Module`** (2 nodes): `jumpsReset.js`, `jumpsReset()`
|
|
230
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
231
|
-
- **Thin community `jump Module`** (2 nodes): `jump.js`, `jump()`
|
|
232
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
233
|
-
- **Thin community `show Module`** (2 nodes): `show.js`, `show()`
|
|
234
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
235
|
-
- **Thin community `jumpBack Module`** (2 nodes): `jumpBack.js`, `jumpBack()`
|
|
236
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
237
|
-
- **Thin community `setScenes Module`** (2 nodes): `setScenes.js`, `setScenes()`
|
|
238
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
239
|
-
- **Thin community `hide Module`** (2 nodes): `hide.js`, `hide()`
|
|
240
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
241
|
-
- **Thin community `Playwright Config`** (1 nodes): `playwright.config.js`
|
|
242
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
243
|
-
- **Thin community `Vite Config`** (1 nodes): `vite.config.js`
|
|
244
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
245
|
-
- **Thin community `Vitest Config`** (1 nodes): `vitest.config.js`
|
|
246
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
247
|
-
- **Thin community `Rollup Config`** (1 nodes): `rollup.config.js`
|
|
248
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
249
|
-
- **Thin community `findInstructions.d.ts`** (1 nodes): `findInstructions.d.ts`
|
|
250
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
251
|
-
- **Thin community `main.d.ts`** (1 nodes): `main.d.ts`
|
|
252
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
253
|
-
- **Thin community `setInstruction.d.ts`** (1 nodes): `setInstruction.d.ts`
|
|
254
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
255
|
-
- **Thin community `hide.d.ts`** (1 nodes): `hide.d.ts`
|
|
256
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
257
|
-
- **Thin community `jumpsReset.d.ts`** (1 nodes): `jumpsReset.d.ts`
|
|
258
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
259
|
-
- **Thin community `jump.d.ts`** (1 nodes): `jump.d.ts`
|
|
260
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
261
|
-
- **Thin community `listShortcuts.d.ts`** (1 nodes): `listShortcuts.d.ts`
|
|
262
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
263
|
-
- **Thin community `jumpBack.d.ts`** (1 nodes): `jumpBack.d.ts`
|
|
264
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
265
|
-
- **Thin community `index.d.ts`** (1 nodes): `index.d.ts`
|
|
266
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
267
|
-
- **Thin community `show.d.ts`** (1 nodes): `show.d.ts`
|
|
268
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
269
|
-
- **Thin community `setScenes.d.ts`** (1 nodes): `setScenes.d.ts`
|
|
270
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
271
|
-
- **Thin community `findPosition test`** (1 nodes): `01-findPosition.test.js`
|
|
272
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
273
|
-
- **Thin community `cuts test`** (1 nodes): `02-cuts.test.js`
|
|
274
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
275
|
-
- **Thin community `general test`** (1 nodes): `01-general.test.js`
|
|
276
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
277
|
-
- **Thin community `findInstructions Module`** (1 nodes): `findInstructions.js`
|
|
278
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
279
|
-
- **Thin community `Bug: Long Scene List`** (1 nodes): `Bug: Long Scene List State`
|
|
280
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
281
|
-
- **Thin community `Jump Methods (Changelog)`** (1 nodes): `Jump/JumpBack/JumpsReset Methods`
|
|
282
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
283
|
-
- **Thin community `listScenes() (doc)`** (1 nodes): `listScenes() method`
|
|
284
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
285
|
-
- **Thin community `listShortcuts() (doc)`** (1 nodes): `listShortcuts() method`
|
|
286
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
287
|
-
- **Thin community `getState() (doc)`** (1 nodes): `getState() method`
|
|
288
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
289
|
-
- **Thin community `Sort Arrow Sprite`** (1 nodes): `Sort Arrow Sprite (lcov report)`
|
|
290
|
-
Too small to be a meaningful cluster - may be noise or needs more connections extracted.
|
|
159
|
+
- **6 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
|
|
291
160
|
|
|
292
161
|
## Suggested Questions
|
|
293
162
|
_Questions this graph is uniquely positioned to answer:_
|
|
294
163
|
|
|
295
|
-
- **Why does
|
|
296
|
-
_High betweenness centrality (0.
|
|
297
|
-
- **Why does `
|
|
298
|
-
_High betweenness centrality (0.
|
|
299
|
-
- **Why does `Cuts
|
|
300
|
-
_High betweenness centrality (0.
|
|
301
|
-
- **
|
|
302
|
-
|
|
303
|
-
- **
|
|
304
|
-
|
|
305
|
-
- **
|
|
306
|
-
|
|
307
|
-
- **
|
|
308
|
-
|
|
164
|
+
- **Why does `Scene` connect `Community 0` to `Community 3`, `Community 4`?**
|
|
165
|
+
_High betweenness centrality (0.034) - this node is a cross-community bridge._
|
|
166
|
+
- **Why does `@peter.naydenov/shortcuts` connect `Community 4` to `Community 0`, `Community 1`?**
|
|
167
|
+
_High betweenness centrality (0.027) - this node is a cross-community bridge._
|
|
168
|
+
- **Why does `Cuts (@peter.naydenov/cuts)` connect `Community 3` to `Community 0`?**
|
|
169
|
+
_High betweenness centrality (0.024) - this node is a cross-community bridge._
|
|
170
|
+
- **What connects `name`, `description`, `version` to the rest of the system?**
|
|
171
|
+
_144 weakly-connected nodes found - possible documentation gaps or missing edges._
|
|
172
|
+
- **Should `Community 0` be split into smaller, more focused modules?**
|
|
173
|
+
_Cohesion score 0.13970588235294118 - nodes in this community are weakly interconnected._
|
|
174
|
+
- **Should `Community 1` be split into smaller, more focused modules?**
|
|
175
|
+
_Cohesion score 0.14705882352941177 - nodes in this community are weakly interconnected._
|
|
176
|
+
- **Should `Community 2` be split into smaller, more focused modules?**
|
|
177
|
+
_Cohesion score 0.08 - nodes in this community are weakly interconnected._
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_agents_md", "label": "AGENTS.md", "file_type": "document", "source_file": "AGENTS.md", "source_location": "L1"}, {"id": "git_cuts_agents_graphify", "label": "graphify", "file_type": "document", "source_file": "AGENTS.md", "source_location": "L1"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_agents_md", "target": "git_cuts_agents_graphify", "relation": "contains", "confidence": "EXTRACTED", "source_file": "AGENTS.md", "source_location": "L1", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_changelog_md", "label": "Changelog.md", "file_type": "document", "source_file": "Changelog.md", "source_location": "L1"}, {"id": "git_cuts_changelog_release_history", "label": "Release History", "file_type": "document", "source_file": "Changelog.md", "source_location": "L1"}, {"id": "git_cuts_changelog_2_1_1_2026_07_08", "label": "2.1.1 ( 2026-07-08 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L4"}, {"id": "git_cuts_changelog_2_1_0_2026_06_07", "label": "2.1.0 ( 2026-06-07 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L8"}, {"id": "git_cuts_changelog_2_0_3_2026_04_23", "label": "2.0.3 ( 2026-04-23 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L13"}, {"id": "git_cuts_changelog_2_0_2_2026_04_02", "label": "2.0.2 ( 2026-04-02 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L18"}, {"id": "git_cuts_changelog_2_0_1_2026_03_24", "label": "2.0.1 ( 2026-03-24 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L23"}, {"id": "git_cuts_changelog_2_0_0_2025_11_09", "label": "2.0.0 ( 2025-11-09 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L29"}, {"id": "git_cuts_changelog_1_5_0_2025_10_23", "label": "1.5.0 ( 2025-10-23 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L40"}, {"id": "git_cuts_changelog_1_4_4_2025_10_10", "label": "1.4.4 ( 2025-10-10)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L51"}, {"id": "git_cuts_changelog_1_4_3_2025_09_30", "label": "1.4.3 ( 2025-09-30)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L58"}, {"id": "git_cuts_changelog_1_4_2_2025_09_29", "label": "1.4.2 ( 2025-09-29)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L65"}, {"id": "git_cuts_changelog_1_4_1_2025_09_24", "label": "1.4.1. ( 2025-09-24)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L72"}, {"id": "git_cuts_changelog_1_4_0_2025_09_06", "label": "1.4.0 ( 2025-09-06)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L78"}, {"id": "git_cuts_changelog_1_3_1_2025_08_15", "label": "1.3.1 ( 2025-08-15)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L85"}, {"id": "git_cuts_changelog_1_3_0_2025_08_15", "label": "1.3.0 ( 2025-08-15)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L91"}, {"id": "git_cuts_changelog_1_2_8_2025_05_03", "label": "1.2.8 ( 2025-05-03)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L98"}, {"id": "git_cuts_changelog_1_2_7_2025_02_04", "label": "1.2.7 ( 2025-02-04)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L105"}, {"id": "git_cuts_changelog_1_2_6_2025_01_23", "label": "1.2.6 ( 2025-01-23)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L112"}, {"id": "git_cuts_changelog_1_2_4_2025_01_15", "label": "1.2.4 ( 2025-01-15)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L119"}, {"id": "git_cuts_changelog_1_2_3_2024_12_23", "label": "1.2.3 ( 2024-12-23)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L126"}, {"id": "git_cuts_changelog_1_2_2_2024_12_22", "label": "1.2.2 ( 2024-12-22 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L132"}, {"id": "git_cuts_changelog_1_2_1_2024_12_21", "label": "1.2.1 ( 2024-12-21 )", "file_type": "document", "source_file": "Changelog.md", "source_location": "L137"}, {"id": "git_cuts_changelog_1_2_0_2024_12_21", "label": "1.2.0 (2024-12-21)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L144"}, {"id": "git_cuts_changelog_1_1_0_2024_12_13", "label": "1.1.0 (2024-12-13)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L153"}, {"id": "git_cuts_changelog_1_0_2_2024_12_12", "label": "1.0.2 (2024-12-12)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L163"}, {"id": "git_cuts_changelog_1_0_1_2024_05_10", "label": "1.0.1 (2024-05-10)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L170"}, {"id": "git_cuts_changelog_1_0_0_2024_05_08", "label": "1.0.0 (2024-05-08)", "file_type": "document", "source_file": "Changelog.md", "source_location": "L177"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_changelog_md", "target": "git_cuts_changelog_release_history", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L1", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_2_1_1_2026_07_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L4", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_2_1_0_2026_06_07", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L8", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_2_0_3_2026_04_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L13", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_2_0_2_2026_04_02", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L18", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_2_0_1_2026_03_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L23", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_2_0_0_2025_11_09", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L29", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_5_0_2025_10_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L40", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_4_4_2025_10_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L51", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_4_3_2025_09_30", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L58", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_4_2_2025_09_29", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L65", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_4_1_2025_09_24", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L72", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_4_0_2025_09_06", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L78", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_3_1_2025_08_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L85", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_3_0_2025_08_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L91", "weight": 1.0}, {"source": "git_cuts_changelog_release_history", "target": "git_cuts_changelog_1_2_8_2025_05_03", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L98", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_7_2025_02_04", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L105", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_6_2025_01_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L112", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_4_2025_01_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L119", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_3_2024_12_23", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L126", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_2_2024_12_22", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L132", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_1_2024_12_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L137", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_2_0_2024_12_21", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L144", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_1_0_2024_12_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L153", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_0_2_2024_12_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L163", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_0_1_2024_05_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L170", "weight": 1.0}, {"source": "git_cuts_changelog_1_2_8_2025_05_03", "target": "git_cuts_changelog_1_0_0_2024_05_08", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Changelog.md", "source_location": "L177", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [], "edges": [], "skipped": "data json (not a config/manifest)"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_tsconfig_json", "label": "tsconfig.json", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L1"}, {"id": "git_cuts_tsconfig_include", "label": "include", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L2"}, {"id": "git_cuts_tsconfig_exclude", "label": "exclude", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L3"}, {"id": "git_cuts_tsconfig_compileroptions", "label": "compilerOptions", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L4"}, {"id": "git_cuts_tsconfig_compileroptions_allowjs", "label": "allowJs", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L5"}, {"id": "git_cuts_tsconfig_compileroptions_checkjs", "label": "checkJs", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L6"}, {"id": "git_cuts_tsconfig_compileroptions_declaration", "label": "declaration", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L7"}, {"id": "git_cuts_tsconfig_compileroptions_emitdeclarationonly", "label": "emitDeclarationOnly", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L8"}, {"id": "git_cuts_tsconfig_compileroptions_outdir", "label": "outDir", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L9"}, {"id": "git_cuts_tsconfig_compileroptions_rootdir", "label": "rootDir", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L10"}, {"id": "git_cuts_tsconfig_compileroptions_declarationmap", "label": "declarationMap", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L11"}, {"id": "git_cuts_tsconfig_compileroptions_moduleresolution", "label": "moduleResolution", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L12"}, {"id": "git_cuts_tsconfig_compileroptions_target", "label": "target", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L13"}, {"id": "git_cuts_tsconfig_compileroptions_module", "label": "module", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L14"}, {"id": "git_cuts_tsconfig_compileroptions_skiplibcheck", "label": "skipLibCheck", "file_type": "code", "source_file": "tsconfig.json", "source_location": "L15"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_tsconfig_json", "target": "git_cuts_tsconfig_include", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L2", "weight": 1.0}, {"source": "git_cuts_tsconfig_include", "target": "ref_src", "relation": "extends", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L2", "weight": 1.0, "context": "import"}, {"source": "users_peternaydenov_open_source_git_cuts_tsconfig_json", "target": "git_cuts_tsconfig_exclude", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L3", "weight": 1.0}, {"source": "git_cuts_tsconfig_exclude", "target": "ref_test_vitest", "relation": "extends", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L3", "weight": 1.0, "context": "import"}, {"source": "users_peternaydenov_open_source_git_cuts_tsconfig_json", "target": "git_cuts_tsconfig_compileroptions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L4", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_allowjs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L5", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_checkjs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L6", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_declaration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L7", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_emitdeclarationonly", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L8", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_outdir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L9", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_rootdir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L10", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_declarationmap", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L11", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_moduleresolution", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L12", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_target", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L13", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L14", "weight": 1.0}, {"source": "git_cuts_tsconfig_compileroptions", "target": "git_cuts_tsconfig_compileroptions_skiplibcheck", "relation": "contains", "confidence": "EXTRACTED", "source_file": "tsconfig.json", "source_location": "L15", "weight": 1.0}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "label": "package.json", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L1"}, {"id": "test_e2e_package_name", "label": "name", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L2"}, {"id": "test_e2e_package_version", "label": "version", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L3"}, {"id": "test_e2e_package_type", "label": "type", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L4"}, {"id": "test_e2e_package_scripts", "label": "scripts", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L5"}, {"id": "test_e2e_package_scripts_dev", "label": "dev", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L6"}, {"id": "test_e2e_package_dependencies", "label": "dependencies", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L8"}, {"id": "test_e2e_package_dependencies_peter_naydenov_shortcuts", "label": "@peter.naydenov/shortcuts", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L9"}, {"id": "test_e2e_package_dependencies_peter_naydenov_visual_controller_for_vue3", "label": "@peter.naydenov/visual-controller-for-vue3", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L10"}, {"id": "test_e2e_package_dependencies_vue", "label": "vue", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L11"}, {"id": "test_e2e_package_devdependencies", "label": "devDependencies", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L13"}, {"id": "test_e2e_package_devdependencies_vitejs_plugin_vue", "label": "@vitejs/plugin-vue", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L14"}, {"id": "test_e2e_package_devdependencies_vite", "label": "vite", "file_type": "code", "source_file": "test-e2e/package.json", "source_location": "L15"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "target": "test_e2e_package_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L2", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "target": "test_e2e_package_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L3", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "target": "test_e2e_package_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L4", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "target": "test_e2e_package_scripts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L5", "weight": 1.0}, {"source": "test_e2e_package_scripts", "target": "test_e2e_package_scripts_dev", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L6", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "target": "test_e2e_package_dependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L8", "weight": 1.0}, {"source": "test_e2e_package_dependencies", "target": "test_e2e_package_dependencies_peter_naydenov_shortcuts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L9", "weight": 1.0}, {"source": "test_e2e_package_dependencies_peter_naydenov_shortcuts", "target": "peter_naydenov_shortcuts", "relation": "imports", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L9", "weight": 1.0, "context": "import"}, {"source": "test_e2e_package_dependencies", "target": "test_e2e_package_dependencies_peter_naydenov_visual_controller_for_vue3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L10", "weight": 1.0}, {"source": "test_e2e_package_dependencies_peter_naydenov_visual_controller_for_vue3", "target": "peter_naydenov_visual_controller_for_vue3", "relation": "imports", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L10", "weight": 1.0, "context": "import"}, {"source": "test_e2e_package_dependencies", "target": "test_e2e_package_dependencies_vue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L11", "weight": 1.0}, {"source": "test_e2e_package_dependencies_vue", "target": "vue", "relation": "imports", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L11", "weight": 1.0, "context": "import"}, {"source": "users_peternaydenov_open_source_git_cuts_test_e2e_package_json", "target": "test_e2e_package_devdependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L13", "weight": 1.0}, {"source": "test_e2e_package_devdependencies", "target": "test_e2e_package_devdependencies_vitejs_plugin_vue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L14", "weight": 1.0}, {"source": "test_e2e_package_devdependencies_vitejs_plugin_vue", "target": "vitejs_plugin_vue", "relation": "imports", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L14", "weight": 1.0, "context": "import"}, {"source": "test_e2e_package_devdependencies", "target": "test_e2e_package_devdependencies_vite", "relation": "contains", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L15", "weight": 1.0}, {"source": "test_e2e_package_devdependencies_vite", "target": "vite", "relation": "imports", "confidence": "EXTRACTED", "source_file": "test-e2e/package.json", "source_location": "L15", "weight": 1.0, "context": "import"}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_package_json", "label": "package.json", "file_type": "code", "source_file": "package.json", "source_location": "L1"}, {"id": "git_cuts_package_name", "label": "name", "file_type": "code", "source_file": "package.json", "source_location": "L2"}, {"id": "git_cuts_package_description", "label": "description", "file_type": "code", "source_file": "package.json", "source_location": "L3"}, {"id": "git_cuts_package_version", "label": "version", "file_type": "code", "source_file": "package.json", "source_location": "L4"}, {"id": "git_cuts_package_license", "label": "license", "file_type": "code", "source_file": "package.json", "source_location": "L5"}, {"id": "git_cuts_package_author", "label": "author", "file_type": "code", "source_file": "package.json", "source_location": "L6"}, {"id": "git_cuts_package_main", "label": "main", "file_type": "code", "source_file": "package.json", "source_location": "L7"}, {"id": "git_cuts_package_type", "label": "type", "file_type": "code", "source_file": "package.json", "source_location": "L8"}, {"id": "git_cuts_package_types", "label": "types", "file_type": "code", "source_file": "package.json", "source_location": "L9"}, {"id": "git_cuts_package_exports", "label": "exports", "file_type": "code", "source_file": "package.json", "source_location": "L10"}, {"id": "git_cuts_package_import", "label": "import", "file_type": "code", "source_file": "package.json", "source_location": "L12"}, {"id": "git_cuts_package_require", "label": "require", "file_type": "code", "source_file": "package.json", "source_location": "L13"}, {"id": "git_cuts_package_default", "label": "default", "file_type": "code", "source_file": "package.json", "source_location": "L14"}, {"id": "git_cuts_package_exports_package_json", "label": "./package.json", "file_type": "code", "source_file": "package.json", "source_location": "L16"}, {"id": "git_cuts_package_exports_dist", "label": "./dist/*", "file_type": "code", "source_file": "package.json", "source_location": "L17"}, {"id": "git_cuts_package_exports_src", "label": "./src/*", "file_type": "code", "source_file": "package.json", "source_location": "L18"}, {"id": "git_cuts_package_scripts", "label": "scripts", "file_type": "code", "source_file": "package.json", "source_location": "L20"}, {"id": "git_cuts_package_scripts_dev", "label": "dev", "file_type": "code", "source_file": "package.json", "source_location": "L21"}, {"id": "git_cuts_package_scripts_build", "label": "build", "file_type": "code", "source_file": "package.json", "source_location": "L22"}, {"id": "git_cuts_package_scripts_postbuild", "label": "postbuild", "file_type": "code", "source_file": "package.json", "source_location": "L23"}, {"id": "git_cuts_package_scripts_preview", "label": "preview", "file_type": "code", "source_file": "package.json", "source_location": "L24"}, {"id": "git_cuts_package_scripts_test", "label": "test", "file_type": "code", "source_file": "package.json", "source_location": "L25"}, {"id": "git_cuts_package_scripts_test_e2e", "label": "test:e2e", "file_type": "code", "source_file": "package.json", "source_location": "L26"}, {"id": "git_cuts_package_scripts_cover", "label": "cover", "file_type": "code", "source_file": "package.json", "source_location": "L27"}, {"id": "git_cuts_package_devdependencies", "label": "devDependencies", "file_type": "code", "source_file": "package.json", "source_location": "L29"}, {"id": "git_cuts_package_devdependencies_peter_naydenov_visual_controller_for_vue3", "label": "@peter.naydenov/visual-controller-for-vue3", "file_type": "code", "source_file": "package.json", "source_location": "L30"}, {"id": "git_cuts_package_devdependencies_playwright_test", "label": "@playwright/test", "file_type": "code", "source_file": "package.json", "source_location": "L31"}, {"id": "git_cuts_package_devdependencies_rollup_plugin_commonjs", "label": "@rollup/plugin-commonjs", "file_type": "code", "source_file": "package.json", "source_location": "L32"}, {"id": "git_cuts_package_devdependencies_rollup_plugin_node_resolve", "label": "@rollup/plugin-node-resolve", "file_type": "code", "source_file": "package.json", "source_location": "L33"}, {"id": "git_cuts_package_devdependencies_rollup_plugin_terser", "label": "@rollup/plugin-terser", "file_type": "code", "source_file": "package.json", "source_location": "L34"}, {"id": "git_cuts_package_devdependencies_types_node", "label": "@types/node", "file_type": "code", "source_file": "package.json", "source_location": "L35"}, {"id": "git_cuts_package_devdependencies_vitejs_plugin_vue", "label": "@vitejs/plugin-vue", "file_type": "code", "source_file": "package.json", "source_location": "L36"}, {"id": "git_cuts_package_devdependencies_vitest_coverage_v8", "label": "@vitest/coverage-v8", "file_type": "code", "source_file": "package.json", "source_location": "L37"}, {"id": "git_cuts_package_devdependencies_rollup", "label": "rollup", "file_type": "code", "source_file": "package.json", "source_location": "L38"}, {"id": "git_cuts_package_devdependencies_typescript", "label": "typescript", "file_type": "code", "source_file": "package.json", "source_location": "L39"}, {"id": "git_cuts_package_devdependencies_vite", "label": "vite", "file_type": "code", "source_file": "package.json", "source_location": "L40"}, {"id": "git_cuts_package_devdependencies_vitest", "label": "vitest", "file_type": "code", "source_file": "package.json", "source_location": "L41"}, {"id": "git_cuts_package_devdependencies_vue", "label": "vue", "file_type": "code", "source_file": "package.json", "source_location": "L42"}, {"id": "git_cuts_package_dependencies", "label": "dependencies", "file_type": "code", "source_file": "package.json", "source_location": "L44"}, {"id": "git_cuts_package_dependencies_peter_naydenov_log", "label": "@peter.naydenov/log", "file_type": "code", "source_file": "package.json", "source_location": "L45"}, {"id": "git_cuts_package_dependencies_peter_naydenov_shortcuts", "label": "@peter.naydenov/shortcuts", "file_type": "code", "source_file": "package.json", "source_location": "L46"}, {"id": "git_cuts_package_dependencies_ask_for_promise", "label": "ask-for-promise", "file_type": "code", "source_file": "package.json", "source_location": "L47"}, {"id": "git_cuts_package_keywords", "label": "keywords", "file_type": "code", "source_file": "package.json", "source_location": "L49"}, {"id": "git_cuts_package_allowscripts", "label": "allowScripts", "file_type": "code", "source_file": "package.json", "source_location": "L55"}, {"id": "git_cuts_package_allowscripts_fsevents_2_3_3", "label": "fsevents@2.3.3", "file_type": "code", "source_file": "package.json", "source_location": "L56"}, {"id": "git_cuts_package_allowscripts_fsevents_2_3_2", "label": "fsevents@2.3.2", "file_type": "code", "source_file": "package.json", "source_location": "L57"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L2", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_description", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L3", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L4", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_license", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L5", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_author", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L6", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L7", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L8", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_types", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L9", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_exports", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L10", "weight": 1.0}, {"source": "git_cuts_package_exports", "target": "git_cuts_package_import", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L12", "weight": 1.0}, {"source": "git_cuts_package_exports", "target": "git_cuts_package_require", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L13", "weight": 1.0}, {"source": "git_cuts_package_exports", "target": "git_cuts_package_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L14", "weight": 1.0}, {"source": "git_cuts_package_exports", "target": "git_cuts_package_exports_package_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L16", "weight": 1.0}, {"source": "git_cuts_package_exports", "target": "git_cuts_package_exports_dist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L17", "weight": 1.0}, {"source": "git_cuts_package_exports", "target": "git_cuts_package_exports_src", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L18", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_scripts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L20", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_dev", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L21", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_build", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L22", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_postbuild", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L23", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_preview", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L24", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_test", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L25", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_test_e2e", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L26", "weight": 1.0}, {"source": "git_cuts_package_scripts", "target": "git_cuts_package_scripts_cover", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L27", "weight": 1.0}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_devdependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L29", "weight": 1.0}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_peter_naydenov_visual_controller_for_vue3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L30", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_peter_naydenov_visual_controller_for_vue3", "target": "peter_naydenov_visual_controller_for_vue3", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L30", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_playwright_test", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L31", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_playwright_test", "target": "playwright_test", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L31", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_rollup_plugin_commonjs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L32", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_rollup_plugin_commonjs", "target": "rollup_plugin_commonjs", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L32", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_rollup_plugin_node_resolve", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L33", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_rollup_plugin_node_resolve", "target": "rollup_plugin_node_resolve", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L33", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_rollup_plugin_terser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L34", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_rollup_plugin_terser", "target": "rollup_plugin_terser", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L34", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_types_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L35", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_types_node", "target": "types_node", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L35", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_vitejs_plugin_vue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L36", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_vitejs_plugin_vue", "target": "vitejs_plugin_vue", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L36", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_vitest_coverage_v8", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L37", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_vitest_coverage_v8", "target": "vitest_coverage_v8", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L37", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_rollup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L38", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_rollup", "target": "rollup", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L38", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_typescript", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L39", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_typescript", "target": "typescript", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L39", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_vite", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L40", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_vite", "target": "vite", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L40", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_vitest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L41", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_vitest", "target": "vitest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L41", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_devdependencies", "target": "git_cuts_package_devdependencies_vue", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L42", "weight": 1.0}, {"source": "git_cuts_package_devdependencies_vue", "target": "vue", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L42", "weight": 1.0, "context": "import"}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_dependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L44", "weight": 1.0}, {"source": "git_cuts_package_dependencies", "target": "git_cuts_package_dependencies_peter_naydenov_log", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L45", "weight": 1.0}, {"source": "git_cuts_package_dependencies_peter_naydenov_log", "target": "peter_naydenov_log", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L45", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_dependencies", "target": "git_cuts_package_dependencies_peter_naydenov_shortcuts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L46", "weight": 1.0}, {"source": "git_cuts_package_dependencies_peter_naydenov_shortcuts", "target": "peter_naydenov_shortcuts", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L46", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_dependencies", "target": "git_cuts_package_dependencies_ask_for_promise", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L47", "weight": 1.0}, {"source": "git_cuts_package_dependencies_ask_for_promise", "target": "ask_for_promise", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L47", "weight": 1.0, "context": "import"}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_keywords", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L49", "weight": 1.0}, {"source": "git_cuts_package_keywords", "target": "ref_script", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L49", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_keywords", "target": "ref_visual", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L49", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_keywords", "target": "ref_state", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L49", "weight": 1.0, "context": "import"}, {"source": "git_cuts_package_keywords", "target": "ref_manager", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L49", "weight": 1.0, "context": "import"}, {"source": "users_peternaydenov_open_source_git_cuts_package_json", "target": "git_cuts_package_allowscripts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L55", "weight": 1.0}, {"source": "git_cuts_package_allowscripts", "target": "git_cuts_package_allowscripts_fsevents_2_3_3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L56", "weight": 1.0}, {"source": "git_cuts_package_allowscripts", "target": "git_cuts_package_allowscripts_fsevents_2_3_2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L57", "weight": 1.0}]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"nodes": [{"id": "users_peternaydenov_open_source_git_cuts_migration_guide_md", "label": "Migration.guide.md", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L1"}, {"id": "git_cuts_migration_guide_migration_guides", "label": "Migration Guides", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L1"}, {"id": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "label": "From version 1.x.x to version 2.x.x", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L3"}, {"id": "git_cuts_migration_guide_plugin_target_attributes_changes", "label": "Plugin Target Attributes Changes", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L7"}, {"id": "git_cuts_migration_guide_per_context_setup_examples_updated", "label": "Per-Context Setup Examples Updated", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L34"}, {"id": "git_cuts_migration_guide_package_dependencies_update", "label": "Package Dependencies Update", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L52"}, {"id": "git_cuts_migration_guide_backward_compatibility", "label": "Backward Compatibility", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L65"}, {"id": "git_cuts_migration_guide_example_migration", "label": "Example Migration", "file_type": "document", "source_file": "Migration.guide.md", "source_location": "L76"}], "edges": [{"source": "users_peternaydenov_open_source_git_cuts_migration_guide_md", "target": "git_cuts_migration_guide_migration_guides", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L1", "weight": 1.0}, {"source": "git_cuts_migration_guide_migration_guides", "target": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L3", "weight": 1.0}, {"source": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "target": "git_cuts_migration_guide_plugin_target_attributes_changes", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L7", "weight": 1.0}, {"source": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "target": "git_cuts_migration_guide_per_context_setup_examples_updated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L34", "weight": 1.0}, {"source": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "target": "git_cuts_migration_guide_package_dependencies_update", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L52", "weight": 1.0}, {"source": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "target": "git_cuts_migration_guide_backward_compatibility", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L65", "weight": 1.0}, {"source": "git_cuts_migration_guide_from_version_1_x_x_to_version_2_x_x", "target": "git_cuts_migration_guide_example_migration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Migration.guide.md", "source_location": "L76", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}
|