-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
67 lines (67 loc) · 1.84 KB
/
Copy pathpackage-lock.json
File metadata and controls
67 lines (67 loc) · 1.84 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
{
"name": "@sparkleideas/claude-flow-patch",
"version": "3.1.0-alpha.44.patch.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@sparkleideas/claude-flow-patch",
"version": "3.1.0-alpha.44.patch.11",
"license": "MIT",
"dependencies": {
"@sparkleideas/claude-flow-guidance": "file:../../claude-flow-guidance-implementation"
},
"bin": {
"claude-flow-patch": "bin/claude-flow-patch.mjs"
},
"engines": {
"node": ">=20"
}
},
"../../claude-flow-guidance-implementation": {
"name": "@sparkleideas/claude-flow-guidance",
"version": "3.0.0-alpha.1.wrapper.5",
"license": "MIT",
"dependencies": {
"@claude-flow/guidance": "^3.0.0-alpha.1",
"@claude-flow/hooks": "^3.0.0-alpha.7",
"@sparkleideas/claude-flow-guidance": "^3.0.0-alpha.1"
},
"bin": {
"cf-guidance": "bin/guidance.mjs",
"cf-guidance-impl": "bin/guidance.mjs"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.18",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=20"
}
},
"../claude-flow-guidance-implementation": {
"name": "@sparkleideas/ruflow-guidance",
"version": "3.0.0-alpha.1.wrapper.1",
"extraneous": true,
"license": "MIT",
"dependencies": {
"@claude-flow/guidance": "^3.0.0-alpha.1",
"@claude-flow/hooks": "^3.0.0-alpha.7"
},
"bin": {
"guidance": "bin/guidance.mjs"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.18",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=20"
}
},
"node_modules/@sparkleideas/claude-flow-guidance": {
"resolved": "../../claude-flow-guidance-implementation",
"link": true
}
}
}