-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
135 lines (135 loc) · 3.8 KB
/
package-lock.json
File metadata and controls
135 lines (135 loc) · 3.8 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "@withone/pipesync",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@withone/pipesync",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@withone/pipesync": "^0.1.1",
"commander": "^12.1.0",
"picocolors": "^1.1.1"
},
"bin": {
"pipesync": "bin/pipesync"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@withone/mem": "^0.2.1",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@withone/mem": ">=0.2.0"
},
"peerDependenciesMeta": {
"@withone/mem": {
"optional": true
}
}
},
"../mem": {
"name": "@withone/mem",
"version": "0.2.1",
"devOptional": true,
"license": "MIT",
"dependencies": {
"@clack/prompts": "^1.0.0",
"@supabase/supabase-js": "^2.49.1",
"commander": "^12.1.0",
"openai": "^4.77.0",
"picocolors": "^1.1.1"
},
"bin": {
"mem": "bin/mem"
},
"devDependencies": {
"@types/node": "^22.10.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
}
},
"node_modules/@types/node": {
"version": "22.19.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.11.tgz",
"integrity": "sha512-BH7YwL6rA93ReqeQS1c4bsPpcfOmJasG+Fkr6Y59q83f9M1WcBRHR2vM+P9eOisYRcN3ujQoiZY8uk5W+1WL8w==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"node_modules/@withone/mem": {
"resolved": "../mem",
"link": true
},
"node_modules/@withone/pipesync": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@withone/pipesync/-/pipesync-0.1.1.tgz",
"integrity": "sha512-fkozgfX2SS86cajwqi8nx8uwv0unfOSo2YAHLWQsakH+KaCSNskB0gq4zOAZy75cwvlO0zHR+lg/kUH1Oiqz0w==",
"license": "MIT",
"dependencies": {
"commander": "^12.1.0",
"picocolors": "^1.1.1"
},
"bin": {
"pipesync": "bin/pipesync"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"@withone/mem": ">=0.2.0"
},
"peerDependenciesMeta": {
"@withone/mem": {
"optional": true
}
}
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
"license": "MIT",
"engines": {
"node": ">=18"
}
},
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
"license": "ISC"
},
"node_modules/typescript": {
"version": "5.9.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"dev": true,
"license": "MIT"
}
}
}