-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
48 lines (48 loc) · 1.28 KB
/
Copy pathpackage-lock.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "pi-langfuse-extension",
"version": "1.1.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pi-langfuse-extension",
"version": "1.1.4",
"dependencies": {
"langfuse": "^3.0.0"
}
},
"node_modules/langfuse": {
"version": "3.38.20",
"resolved": "https://registry.npmjs.org/langfuse/-/langfuse-3.38.20.tgz",
"integrity": "sha512-MAmBAASSzJtmK1O9HQegA1mFsQhT8Yf+OJRGvE7FXkyv3g/eiBE0glLD0Ohg3pkxhoPdggM5SejK7ue9ctlaMA==",
"license": "MIT",
"dependencies": {
"langfuse-core": "^3.38.20"
},
"engines": {
"node": ">=18"
}
},
"node_modules/langfuse-core": {
"version": "3.38.20",
"resolved": "https://registry.npmjs.org/langfuse-core/-/langfuse-core-3.38.20.tgz",
"integrity": "sha512-zBKVmQN/1oT5VWZUBYlWzvokIlkC/6mnpgr/2atMyTeAm+jR3ia7w2iJMjlrF5/oG8ukO1s8+LDRCzJpF1QeEA==",
"license": "MIT",
"dependencies": {
"mustache": "^4.2.0"
},
"engines": {
"node": ">=18"
}
},
"node_modules/mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"license": "MIT",
"bin": {
"mustache": "bin/mustache"
}
}
}
}