-
-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathmatchcode_import.json
More file actions
40 lines (40 loc) · 1.07 KB
/
matchcode_import.json
File metadata and controls
40 lines (40 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"files": [
{
"path": "src/utils.js",
"type": "file",
"for_packages": [
"pkg:npm/lodash@4.17.21?uuid=test-uuid-1234"
],
"extra_data": {
"matched_to": "lodash",
"path_score": 100,
"matched_fingerprints": [
"abc123def456"
]
}
},
{
"path": "src/helper.js",
"type": "file",
"for_packages": [
"pkg:npm/lodash@4.17.21?uuid=test-uuid-1234"
],
"extra_data": {
"matched_to": "lodash",
"path_score": 95
}
}
],
"packages": [
{
"purl": "pkg:npm/lodash@4.17.21",
"package_uid": "pkg:npm/lodash@4.17.21?uuid=test-uuid-1234",
"type": "npm",
"name": "lodash",
"version": "4.17.21",
"description": "Lodash modular utilities",
"declared_license_expression": "mit"
}
]
}