arcvision 0.2.3 → 0.2.5

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/output1.json DELETED
@@ -1,281 +0,0 @@
1
- {
2
- "schema_version": "1.0.0",
3
- "generated_at": "2026-01-05T08:46:47.402Z",
4
- "system": {
5
- "name": "cli",
6
- "root_path": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\cli",
7
- "language": "javascript"
8
- },
9
- "nodes": [
10
- {
11
- "id": "0f08282f2659a43f",
12
- "type": "file",
13
- "path": "test/determinism-test.js",
14
- "role": "Implementation",
15
- "dependencies": [
16
- "fs",
17
- "path",
18
- "../src/core/scanner"
19
- ],
20
- "blast_radius": 0
21
- },
22
- {
23
- "id": "21f1909c480ac805",
24
- "type": "file",
25
- "path": "src/engine/id-generator.js",
26
- "role": "Implementation",
27
- "dependencies": [
28
- "crypto"
29
- ],
30
- "blast_radius": 1
31
- },
32
- {
33
- "id": "28ca1805674b8343",
34
- "type": "file",
35
- "path": "src/core/tsconfig-utils.js",
36
- "role": "Implementation",
37
- "dependencies": [
38
- "fs",
39
- "path"
40
- ],
41
- "blast_radius": 1
42
- },
43
- {
44
- "id": "3aa346846f0a84b0",
45
- "type": "file",
46
- "path": "src/core/watcher.js",
47
- "role": "Implementation",
48
- "dependencies": [
49
- "chokidar"
50
- ],
51
- "blast_radius": 0
52
- },
53
- {
54
- "id": "3fcbbe7cb70124b7",
55
- "type": "file",
56
- "path": "src/engine/context_validator.js",
57
- "role": "Implementation",
58
- "dependencies": [
59
- "fs",
60
- "path",
61
- "jsonschema"
62
- ],
63
- "blast_radius": 1
64
- },
65
- {
66
- "id": "4fc924ed165bd841",
67
- "type": "file",
68
- "path": "src/core/parser.js",
69
- "role": "Implementation",
70
- "dependencies": [
71
- "@babel/parser",
72
- "@babel/traverse",
73
- "fs",
74
- "path"
75
- ],
76
- "blast_radius": 1
77
- },
78
- {
79
- "id": "54ee84f03c335898",
80
- "type": "file",
81
- "path": "src/engine/context_builder.js",
82
- "role": "Implementation",
83
- "dependencies": [
84
- "path",
85
- "./id-generator"
86
- ],
87
- "blast_radius": 1
88
- },
89
- {
90
- "id": "5630c1d10d0cfa0e",
91
- "type": "file",
92
- "path": "src/plugins/plugin-manager.js",
93
- "role": "Structure",
94
- "dependencies": [
95
- "fs",
96
- "path"
97
- ],
98
- "blast_radius": 1
99
- },
100
- {
101
- "id": "5b1e77d935dc26c0",
102
- "type": "file",
103
- "path": "src/core/blastRadius.js",
104
- "role": "Implementation",
105
- "dependencies": [],
106
- "blast_radius": 2
107
- },
108
- {
109
- "id": "a5c440def525edb4",
110
- "type": "file",
111
- "path": "src/engine/context_sorter.js",
112
- "role": "Implementation",
113
- "dependencies": [],
114
- "blast_radius": 1
115
- },
116
- {
117
- "id": "a81ccb8745389ff3",
118
- "type": "file",
119
- "path": "src/plugins/react-plugin.js",
120
- "role": "Structure",
121
- "dependencies": [
122
- "@babel/parser",
123
- "@babel/traverse",
124
- "fs"
125
- ],
126
- "blast_radius": 0
127
- },
128
- {
129
- "id": "b59c6389c609c58f",
130
- "type": "file",
131
- "path": "src/core/path-resolver.js",
132
- "role": "Implementation",
133
- "dependencies": [
134
- "fs",
135
- "path"
136
- ],
137
- "blast_radius": 1
138
- },
139
- {
140
- "id": "bfe9874d23901496",
141
- "type": "file",
142
- "path": "src/index.js",
143
- "role": "Implementation",
144
- "dependencies": [
145
- "commander",
146
- "chalk",
147
- "path",
148
- "fs",
149
- "os",
150
- "./core/scanner",
151
- "./core/blastRadius"
152
- ],
153
- "blast_radius": 0
154
- },
155
- {
156
- "id": "ea3da8d7bc223798",
157
- "type": "file",
158
- "path": "src/core/scanner.js",
159
- "role": "Implementation",
160
- "dependencies": [
161
- "glob",
162
- "path",
163
- "./parser",
164
- "../plugins/plugin-manager",
165
- "./tsconfig-utils",
166
- "./path-resolver",
167
- "./blastRadius",
168
- "../engine/context_builder",
169
- "../engine/context_validator",
170
- "../engine/context_sorter",
171
- "./blastRadius"
172
- ],
173
- "blast_radius": 2
174
- },
175
- {
176
- "id": "ea48fa9f1523f614",
177
- "type": "file",
178
- "path": "src/plugins/express-plugin.js",
179
- "role": "Structure",
180
- "dependencies": [
181
- "@babel/parser",
182
- "@babel/traverse",
183
- "fs"
184
- ],
185
- "blast_radius": 0
186
- }
187
- ],
188
- "edges": [
189
- {
190
- "from": "0f08282f2659a43f",
191
- "to": "ea3da8d7bc223798",
192
- "relation": "imports"
193
- },
194
- {
195
- "from": "54ee84f03c335898",
196
- "to": "21f1909c480ac805",
197
- "relation": "imports"
198
- },
199
- {
200
- "from": "bfe9874d23901496",
201
- "to": "5b1e77d935dc26c0",
202
- "relation": "imports"
203
- },
204
- {
205
- "from": "bfe9874d23901496",
206
- "to": "ea3da8d7bc223798",
207
- "relation": "imports"
208
- },
209
- {
210
- "from": "ea3da8d7bc223798",
211
- "to": "28ca1805674b8343",
212
- "relation": "imports"
213
- },
214
- {
215
- "from": "ea3da8d7bc223798",
216
- "to": "3fcbbe7cb70124b7",
217
- "relation": "imports"
218
- },
219
- {
220
- "from": "ea3da8d7bc223798",
221
- "to": "4fc924ed165bd841",
222
- "relation": "imports"
223
- },
224
- {
225
- "from": "ea3da8d7bc223798",
226
- "to": "54ee84f03c335898",
227
- "relation": "imports"
228
- },
229
- {
230
- "from": "ea3da8d7bc223798",
231
- "to": "5630c1d10d0cfa0e",
232
- "relation": "imports"
233
- },
234
- {
235
- "from": "ea3da8d7bc223798",
236
- "to": "5b1e77d935dc26c0",
237
- "relation": "imports"
238
- },
239
- {
240
- "from": "ea3da8d7bc223798",
241
- "to": "5b1e77d935dc26c0",
242
- "relation": "imports"
243
- },
244
- {
245
- "from": "ea3da8d7bc223798",
246
- "to": "a5c440def525edb4",
247
- "relation": "imports"
248
- },
249
- {
250
- "from": "ea3da8d7bc223798",
251
- "to": "b59c6389c609c58f",
252
- "relation": "imports"
253
- }
254
- ],
255
- "metrics": {
256
- "files_with_functions": 12,
257
- "total_edges": 13,
258
- "total_files": 15,
259
- "total_imports": 13,
260
- "total_nodes": 15
261
- },
262
- "contextSurface": {
263
- "topBlastRadiusFiles": [
264
- {
265
- "file": "src/core/scanner.js",
266
- "blastRadius": 2,
267
- "percentOfGraph": 13.33
268
- },
269
- {
270
- "file": "src/core/blastRadius.js",
271
- "blastRadius": 2,
272
- "percentOfGraph": 13.33
273
- },
274
- {
275
- "file": "src/plugins/plugin-manager.js",
276
- "blastRadius": 1,
277
- "percentOfGraph": 6.67
278
- }
279
- ]
280
- }
281
- }
package/output2.json DELETED
@@ -1,281 +0,0 @@
1
- {
2
- "schema_version": "1.0.0",
3
- "generated_at": "2026-01-05T08:46:47.799Z",
4
- "system": {
5
- "name": "cli",
6
- "root_path": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\cli",
7
- "language": "javascript"
8
- },
9
- "nodes": [
10
- {
11
- "id": "0f08282f2659a43f",
12
- "type": "file",
13
- "path": "test/determinism-test.js",
14
- "role": "Implementation",
15
- "dependencies": [
16
- "fs",
17
- "path",
18
- "../src/core/scanner"
19
- ],
20
- "blast_radius": 0
21
- },
22
- {
23
- "id": "21f1909c480ac805",
24
- "type": "file",
25
- "path": "src/engine/id-generator.js",
26
- "role": "Implementation",
27
- "dependencies": [
28
- "crypto"
29
- ],
30
- "blast_radius": 1
31
- },
32
- {
33
- "id": "28ca1805674b8343",
34
- "type": "file",
35
- "path": "src/core/tsconfig-utils.js",
36
- "role": "Implementation",
37
- "dependencies": [
38
- "fs",
39
- "path"
40
- ],
41
- "blast_radius": 1
42
- },
43
- {
44
- "id": "3aa346846f0a84b0",
45
- "type": "file",
46
- "path": "src/core/watcher.js",
47
- "role": "Implementation",
48
- "dependencies": [
49
- "chokidar"
50
- ],
51
- "blast_radius": 0
52
- },
53
- {
54
- "id": "3fcbbe7cb70124b7",
55
- "type": "file",
56
- "path": "src/engine/context_validator.js",
57
- "role": "Implementation",
58
- "dependencies": [
59
- "fs",
60
- "path",
61
- "jsonschema"
62
- ],
63
- "blast_radius": 1
64
- },
65
- {
66
- "id": "4fc924ed165bd841",
67
- "type": "file",
68
- "path": "src/core/parser.js",
69
- "role": "Implementation",
70
- "dependencies": [
71
- "@babel/parser",
72
- "@babel/traverse",
73
- "fs",
74
- "path"
75
- ],
76
- "blast_radius": 1
77
- },
78
- {
79
- "id": "54ee84f03c335898",
80
- "type": "file",
81
- "path": "src/engine/context_builder.js",
82
- "role": "Implementation",
83
- "dependencies": [
84
- "path",
85
- "./id-generator"
86
- ],
87
- "blast_radius": 1
88
- },
89
- {
90
- "id": "5630c1d10d0cfa0e",
91
- "type": "file",
92
- "path": "src/plugins/plugin-manager.js",
93
- "role": "Structure",
94
- "dependencies": [
95
- "fs",
96
- "path"
97
- ],
98
- "blast_radius": 1
99
- },
100
- {
101
- "id": "5b1e77d935dc26c0",
102
- "type": "file",
103
- "path": "src/core/blastRadius.js",
104
- "role": "Implementation",
105
- "dependencies": [],
106
- "blast_radius": 2
107
- },
108
- {
109
- "id": "a5c440def525edb4",
110
- "type": "file",
111
- "path": "src/engine/context_sorter.js",
112
- "role": "Implementation",
113
- "dependencies": [],
114
- "blast_radius": 1
115
- },
116
- {
117
- "id": "a81ccb8745389ff3",
118
- "type": "file",
119
- "path": "src/plugins/react-plugin.js",
120
- "role": "Structure",
121
- "dependencies": [
122
- "@babel/parser",
123
- "@babel/traverse",
124
- "fs"
125
- ],
126
- "blast_radius": 0
127
- },
128
- {
129
- "id": "b59c6389c609c58f",
130
- "type": "file",
131
- "path": "src/core/path-resolver.js",
132
- "role": "Implementation",
133
- "dependencies": [
134
- "fs",
135
- "path"
136
- ],
137
- "blast_radius": 1
138
- },
139
- {
140
- "id": "bfe9874d23901496",
141
- "type": "file",
142
- "path": "src/index.js",
143
- "role": "Implementation",
144
- "dependencies": [
145
- "commander",
146
- "chalk",
147
- "path",
148
- "fs",
149
- "os",
150
- "./core/scanner",
151
- "./core/blastRadius"
152
- ],
153
- "blast_radius": 0
154
- },
155
- {
156
- "id": "ea3da8d7bc223798",
157
- "type": "file",
158
- "path": "src/core/scanner.js",
159
- "role": "Implementation",
160
- "dependencies": [
161
- "glob",
162
- "path",
163
- "./parser",
164
- "../plugins/plugin-manager",
165
- "./tsconfig-utils",
166
- "./path-resolver",
167
- "./blastRadius",
168
- "../engine/context_builder",
169
- "../engine/context_validator",
170
- "../engine/context_sorter",
171
- "./blastRadius"
172
- ],
173
- "blast_radius": 2
174
- },
175
- {
176
- "id": "ea48fa9f1523f614",
177
- "type": "file",
178
- "path": "src/plugins/express-plugin.js",
179
- "role": "Structure",
180
- "dependencies": [
181
- "@babel/parser",
182
- "@babel/traverse",
183
- "fs"
184
- ],
185
- "blast_radius": 0
186
- }
187
- ],
188
- "edges": [
189
- {
190
- "from": "0f08282f2659a43f",
191
- "to": "ea3da8d7bc223798",
192
- "relation": "imports"
193
- },
194
- {
195
- "from": "54ee84f03c335898",
196
- "to": "21f1909c480ac805",
197
- "relation": "imports"
198
- },
199
- {
200
- "from": "bfe9874d23901496",
201
- "to": "5b1e77d935dc26c0",
202
- "relation": "imports"
203
- },
204
- {
205
- "from": "bfe9874d23901496",
206
- "to": "ea3da8d7bc223798",
207
- "relation": "imports"
208
- },
209
- {
210
- "from": "ea3da8d7bc223798",
211
- "to": "28ca1805674b8343",
212
- "relation": "imports"
213
- },
214
- {
215
- "from": "ea3da8d7bc223798",
216
- "to": "3fcbbe7cb70124b7",
217
- "relation": "imports"
218
- },
219
- {
220
- "from": "ea3da8d7bc223798",
221
- "to": "4fc924ed165bd841",
222
- "relation": "imports"
223
- },
224
- {
225
- "from": "ea3da8d7bc223798",
226
- "to": "54ee84f03c335898",
227
- "relation": "imports"
228
- },
229
- {
230
- "from": "ea3da8d7bc223798",
231
- "to": "5630c1d10d0cfa0e",
232
- "relation": "imports"
233
- },
234
- {
235
- "from": "ea3da8d7bc223798",
236
- "to": "5b1e77d935dc26c0",
237
- "relation": "imports"
238
- },
239
- {
240
- "from": "ea3da8d7bc223798",
241
- "to": "5b1e77d935dc26c0",
242
- "relation": "imports"
243
- },
244
- {
245
- "from": "ea3da8d7bc223798",
246
- "to": "a5c440def525edb4",
247
- "relation": "imports"
248
- },
249
- {
250
- "from": "ea3da8d7bc223798",
251
- "to": "b59c6389c609c58f",
252
- "relation": "imports"
253
- }
254
- ],
255
- "metrics": {
256
- "files_with_functions": 12,
257
- "total_edges": 13,
258
- "total_files": 15,
259
- "total_imports": 13,
260
- "total_nodes": 15
261
- },
262
- "contextSurface": {
263
- "topBlastRadiusFiles": [
264
- {
265
- "file": "src/core/scanner.js",
266
- "blastRadius": 2,
267
- "percentOfGraph": 13.33
268
- },
269
- {
270
- "file": "src/core/blastRadius.js",
271
- "blastRadius": 2,
272
- "percentOfGraph": 13.33
273
- },
274
- {
275
- "file": "src/engine/id-generator.js",
276
- "blastRadius": 1,
277
- "percentOfGraph": 6.67
278
- }
279
- ]
280
- }
281
- }
package/scan_output.txt DELETED
Binary file