-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpantry.lock
More file actions
81 lines (81 loc) · 2.32 KB
/
pantry.lock
File metadata and controls
81 lines (81 loc) · 2.32 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
70
71
72
73
74
75
76
77
78
79
80
81
{
"version": "1.0.0",
"lockfileVersion": 2,
"workspaces": {
"": {
"name": "@cwcss/crosswind",
"devDependencies": {
"better-dx": "^0.2.7"
}
},
"packages/crosswind": {
"name": "@cwcss/crosswind",
"version": "0.1.6",
"dependencies": {
"@stacksjs/clapp": "^0.2.0",
"bunfig": "^0.15.0"
}
},
"packages/vscode": {
"name": "crosswind-vscode",
"version": "0.1.6"
}
},
"packages": {
"@stacksjs/clapp@0.2.0": {
"name": "@stacksjs/clapp",
"version": "0.2.0",
"source": "npm",
"resolved": "https://registry.npmjs.org/@stacksjs/clapp/-/clapp-0.2.0.tgz",
"integrity": "sha512-dSqnbeZjXnQLLvVxC5NU7D9Vpjxc6cC9Bo2ZwaqjgruK7pbVoFCI0goc9Mtf/lfSTbTx6Uvv/mbY7+cOW/j3Og==",
"dependencies": {
"mri": "^1.2.0",
"wrap-ansi": "^9.0.0"
},
"bin": {
"@stacksjs/clapp": "./dist/bin/cli.js",
"clapp": "./dist/bin/cli.js"
}
},
"better-dx@0.2.7": {
"name": "better-dx",
"version": "0.2.7",
"source": "npm",
"resolved": "https://registry.npmjs.org/better-dx/-/better-dx-0.2.7.tgz",
"integrity": "sha512-J5Msp8jYKl4/YrTt/IWE32ZZg36/+M5klkAhSZb6Av5LGuFd7tylTerKq/8AwZxAYl9h8ZXV79Paygc+YjmCyw==",
"peerDependencies": {
"@stacksjs/bumpx": "^0.2.4",
"@stacksjs/bunpress": "^0.1.1",
"@stacksjs/clarity": "^0.3.24",
"@stacksjs/gitlint": "^0.1.5",
"@stacksjs/logsmith": "^0.2.1",
"@types/bun": "^1.3.10",
"buddy-bot": "^0.9.17",
"bun-git-hooks": "^0.3.1",
"bun-plugin-dtsx": "^0.9.13",
"bunfig": "^0.15.6",
"pickier": "^0.1.20",
"ts-error-handling": "^0.1.1",
"typescript": "^5.9.3"
},
"bin": {
"better-dx": "./dist/bin/cli.js",
"dx": "./dist/bin/cli.js"
}
},
"bunfig@0.15.6": {
"name": "bunfig",
"version": "0.15.6",
"source": "npm",
"resolved": "https://registry.npmjs.org/bunfig/-/bunfig-0.15.6.tgz",
"integrity": "sha512-7ynPmrn1dN5F+0DtUVY0Vo2MZOOnSdb6hpQePwABEYIJ+d/rSb3vaOVUs3MFxwxWuaVc1FEStVJG6+kCgbLuyg==",
"dependencies": {
"@stacksjs/clapp": "^0.2.0",
"@stacksjs/clarity": "^0.3.24"
},
"bin": {
"bunfig": "./bin/cli.js"
}
}
}
}