-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpnpm-lock.yaml
More file actions
148 lines (121 loc) · 3.99 KB
/
Copy pathpnpm-lock.yaml
File metadata and controls
148 lines (121 loc) · 3.99 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
136
137
138
139
140
141
142
143
144
145
146
147
148
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
devDependencies:
turbo:
specifier: ^2.5.6
version: 2.9.1
typescript:
specifier: ^5.9.2
version: 5.9.3
packages/browser:
dependencies:
'@rivet-dev/agentos-runtime-browser':
specifier: link:../../../agentos/packages/runtime-browser
version: link:../../../agentos/packages/runtime-browser
devDependencies:
typescript:
specifier: ^5.9.2
version: 5.9.3
packages/core:
dependencies:
'@rivet-dev/agentos-runtime-core':
specifier: link:../../../agentos/packages/runtime-core
version: link:../../../agentos/packages/runtime-core
devDependencies:
typescript:
specifier: ^5.9.2
version: 5.9.3
packages/sandbox:
dependencies:
'@rivet-dev/agentos-sandbox':
specifier: link:../../../agentos/packages/agentos-sandbox
version: link:../../../agentos/packages/agentos-sandbox
devDependencies:
typescript:
specifier: ^5.9.2
version: 5.9.3
packages/secure-exec:
dependencies:
'@rivet-dev/agentos-runtime-core':
specifier: link:../../../agentos/packages/runtime-core
version: link:../../../agentos/packages/runtime-core
devDependencies:
typescript:
specifier: ^5.9.2
version: 5.9.3
packages/sidecar:
dependencies:
'@rivet-dev/agentos-sidecar':
specifier: link:../../../agentos/packages/sidecar-binary
version: link:../../../agentos/packages/sidecar-binary
devDependencies:
typescript:
specifier: ^5.9.2
version: 5.9.3
packages/typescript:
dependencies:
'@rivet-dev/agentos-typescript':
specifier: link:../../../agentos/packages/typescript
version: link:../../../agentos/packages/typescript
devDependencies:
typescript:
specifier: ^5.9.2
version: 5.9.3
packages:
'@turbo/darwin-64@2.9.1':
resolution: {integrity: sha512-d1zTcIf6VWT7cdfjhi0X36C2PRsUi2HdEwYzVgkLHmuuYtL+1Y1Zu3JdlouoB/NjG2vX3q4NnKLMNhDOEweoIg==}
cpu: [x64]
os: [darwin]
'@turbo/darwin-arm64@2.9.1':
resolution: {integrity: sha512-AwJ4mA++Kpem33Lcov093hS1LrgqbKxqq5FCReoqsA8ayEG6eAJAo8ItDd9qQTdBiXxZH8GHCspLAMIe1t3Xyw==}
cpu: [arm64]
os: [darwin]
'@turbo/linux-64@2.9.1':
resolution: {integrity: sha512-HT9SjKkjEw9uvlgly/qwCGEm4wOXOwQPSPS+wkg+/O1Qan3F1uU/0PFYzxl3m4lfuV3CP9wr2Dq5dPrUX+B9Ag==}
cpu: [x64]
os: [linux]
'@turbo/linux-arm64@2.9.1':
resolution: {integrity: sha512-+4s5GZs3kjxc1KMhLBhoQy4UBkXjOhgidA9ipNllkA4JLivSqUCuOgU1Xbyp6vzYrsqHJ9vvwo/2mXgEtD6ZHg==}
cpu: [arm64]
os: [linux]
'@turbo/windows-64@2.9.1':
resolution: {integrity: sha512-ZO7GCyQd5HV564XWHc9KysjanFfM3DmnWquyEByu+hQMq42g9OMU/fYOCfHS6Xj2aXkIg2FHJeRV+iAck2YrbQ==}
cpu: [x64]
os: [win32]
'@turbo/windows-arm64@2.9.1':
resolution: {integrity: sha512-BjX2fdz38mBb/H94JXrD5cJ+mEq8NmsCbYdC42JzQebJ0X8EdNgyFoEhOydPGViOmaRmhhdZnPZKKn6wahSpcA==}
cpu: [arm64]
os: [win32]
turbo@2.9.1:
resolution: {integrity: sha512-TO9du8MwLTAKoXcGezekh9cPJabJUb0+8KxtpMR6kXdRASrmJ8qXf2GkVbCREgzbMQakzfNcux9cZtxheDY4RQ==}
hasBin: true
typescript@5.9.3:
resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==}
engines: {node: '>=14.17'}
hasBin: true
snapshots:
'@turbo/darwin-64@2.9.1':
optional: true
'@turbo/darwin-arm64@2.9.1':
optional: true
'@turbo/linux-64@2.9.1':
optional: true
'@turbo/linux-arm64@2.9.1':
optional: true
'@turbo/windows-64@2.9.1':
optional: true
'@turbo/windows-arm64@2.9.1':
optional: true
turbo@2.9.1:
optionalDependencies:
'@turbo/darwin-64': 2.9.1
'@turbo/darwin-arm64': 2.9.1
'@turbo/linux-64': 2.9.1
'@turbo/linux-arm64': 2.9.1
'@turbo/windows-64': 2.9.1
'@turbo/windows-arm64': 2.9.1
typescript@5.9.3: {}