-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmlld.lock.json
More file actions
69 lines (69 loc) · 1.74 KB
/
mlld.lock.json
File metadata and controls
69 lines (69 loc) · 1.74 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"version": "1.0",
"config": {
"resolvers": {
"prefixes": [
{
"prefix": "@local/",
"resolver": "LOCAL",
"type": "input",
"priority": 20,
"config": {
"basePath": "./modules/llm/modules"
}
},
{
"prefix": "@adam/",
"resolver": "GITHUB",
"type": "input",
"priority": 10,
"config": {
"repository": "adamavenir/private-modules",
"branch": "main",
"basePath": "modules/llm/modules"
}
},
{
"prefix": "@example/",
"resolver": "LOCAL",
"config": {
"basePath": "examples"
}
},
{
"prefix": "@parent/",
"resolver": "LOCAL",
"config": {
"basePath": "/Users/adam/dev"
}
},
{
"prefix": "@modules/",
"resolver": "LOCAL",
"config": {
"basePath": "modules/llm/modules"
}
}
]
}
},
"modules": {},
"cache": {},
"imports": {
"@mlld/env": {
"resolved": "registry://@mlld/env",
"integrity": "sha256:2adb65cd63cc6e57fc194674dd04d5386ffc320d0677601c8a8602e494591b8d",
"approvedAt": "2025-07-20T03:33:03.718Z"
},
"@mlld/github": {
"resolved": "registry://@mlld/github",
"integrity": "sha256:f4faa6b25effdb9a9b75022c973a3a0bfa13842bb19a09c2c6480c0797ee2902",
"approvedAt": "2025-07-22T05:17:45.117Z"
},
"@mlld/ai-cli": {
"resolved": "registry://@mlld/ai-cli",
"integrity": "sha256:1d70d049c829bd70eb81735969f54079985860dd6e602305d279b408fe3f3e5f",
"approvedAt": "2025-07-20T03:33:04.018Z"
}
}
}