-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
71 lines (71 loc) · 1.75 KB
/
Copy pathpackage-lock.json
File metadata and controls
71 lines (71 loc) · 1.75 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
{
"name": "agent-integrations",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "agent-integrations",
"workspaces": [
"if-integration-clients/typescript",
"tests/examples/typescript"
]
},
"if-integration-clients/typescript": {
"name": "@if-integration/bridge-client",
"version": "0.1.0",
"dependencies": {
"undici": "^7.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0"
}
},
"if-integration-clients/typescript/node_modules/@types/node": {
"version": "22.20.0",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.21.0"
}
},
"if-integration-clients/typescript/node_modules/typescript": {
"version": "5.9.3",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"if-integration-clients/typescript/node_modules/undici": {
"version": "7.28.0",
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
},
"if-integration-clients/typescript/node_modules/undici-types": {
"version": "6.21.0",
"dev": true,
"license": "MIT"
},
"node_modules/@if-integration/bridge-client": {
"resolved": "if-integration-clients/typescript",
"link": true
},
"node_modules/if-integration-bridge-example-ts": {
"resolved": "tests/examples/typescript",
"link": true
},
"tests/examples/typescript": {
"name": "if-integration-bridge-example-ts",
"dependencies": {
"@if-integration/bridge-client": "*"
}
}
}
}