package-lock.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. {
  2. "name": "codex-app-server-bridge",
  3. "version": "0.1.0",
  4. "lockfileVersion": 3,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "name": "codex-app-server-bridge",
  9. "version": "0.1.0",
  10. "bin": {
  11. "codex-app-server-bridge": "bin/codex-app-server-bridge.js"
  12. },
  13. "devDependencies": {
  14. "@types/node": "24.13.3",
  15. "typescript": "7.0.2"
  16. },
  17. "engines": {
  18. "node": ">=24"
  19. }
  20. },
  21. "node_modules/@types/node": {
  22. "version": "24.13.3",
  23. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@types/node/-/node-24.13.3.tgz",
  24. "integrity": "sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==",
  25. "dev": true,
  26. "license": "MIT",
  27. "dependencies": {
  28. "undici-types": "~7.18.0"
  29. }
  30. },
  31. "node_modules/@typescript/typescript-aix-ppc64": {
  32. "version": "7.0.2",
  33. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-aix-ppc64/-/typescript-aix-ppc64-7.0.2.tgz",
  34. "integrity": "sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==",
  35. "cpu": [
  36. "ppc64"
  37. ],
  38. "dev": true,
  39. "license": "Apache-2.0",
  40. "optional": true,
  41. "os": [
  42. "aix"
  43. ],
  44. "engines": {
  45. "node": ">=16.20.0"
  46. }
  47. },
  48. "node_modules/@typescript/typescript-darwin-arm64": {
  49. "version": "7.0.2",
  50. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-darwin-arm64/-/typescript-darwin-arm64-7.0.2.tgz",
  51. "integrity": "sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==",
  52. "cpu": [
  53. "arm64"
  54. ],
  55. "dev": true,
  56. "license": "Apache-2.0",
  57. "optional": true,
  58. "os": [
  59. "darwin"
  60. ],
  61. "engines": {
  62. "node": ">=16.20.0"
  63. }
  64. },
  65. "node_modules/@typescript/typescript-darwin-x64": {
  66. "version": "7.0.2",
  67. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-darwin-x64/-/typescript-darwin-x64-7.0.2.tgz",
  68. "integrity": "sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==",
  69. "cpu": [
  70. "x64"
  71. ],
  72. "dev": true,
  73. "license": "Apache-2.0",
  74. "optional": true,
  75. "os": [
  76. "darwin"
  77. ],
  78. "engines": {
  79. "node": ">=16.20.0"
  80. }
  81. },
  82. "node_modules/@typescript/typescript-freebsd-arm64": {
  83. "version": "7.0.2",
  84. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-freebsd-arm64/-/typescript-freebsd-arm64-7.0.2.tgz",
  85. "integrity": "sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==",
  86. "cpu": [
  87. "arm64"
  88. ],
  89. "dev": true,
  90. "license": "Apache-2.0",
  91. "optional": true,
  92. "os": [
  93. "freebsd"
  94. ],
  95. "engines": {
  96. "node": ">=16.20.0"
  97. }
  98. },
  99. "node_modules/@typescript/typescript-freebsd-x64": {
  100. "version": "7.0.2",
  101. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-freebsd-x64/-/typescript-freebsd-x64-7.0.2.tgz",
  102. "integrity": "sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==",
  103. "cpu": [
  104. "x64"
  105. ],
  106. "dev": true,
  107. "license": "Apache-2.0",
  108. "optional": true,
  109. "os": [
  110. "freebsd"
  111. ],
  112. "engines": {
  113. "node": ">=16.20.0"
  114. }
  115. },
  116. "node_modules/@typescript/typescript-linux-arm": {
  117. "version": "7.0.2",
  118. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-arm/-/typescript-linux-arm-7.0.2.tgz",
  119. "integrity": "sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==",
  120. "cpu": [
  121. "arm"
  122. ],
  123. "dev": true,
  124. "license": "Apache-2.0",
  125. "optional": true,
  126. "os": [
  127. "linux"
  128. ],
  129. "engines": {
  130. "node": ">=16.20.0"
  131. }
  132. },
  133. "node_modules/@typescript/typescript-linux-arm64": {
  134. "version": "7.0.2",
  135. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-arm64/-/typescript-linux-arm64-7.0.2.tgz",
  136. "integrity": "sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==",
  137. "cpu": [
  138. "arm64"
  139. ],
  140. "dev": true,
  141. "license": "Apache-2.0",
  142. "optional": true,
  143. "os": [
  144. "linux"
  145. ],
  146. "engines": {
  147. "node": ">=16.20.0"
  148. }
  149. },
  150. "node_modules/@typescript/typescript-linux-loong64": {
  151. "version": "7.0.2",
  152. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-loong64/-/typescript-linux-loong64-7.0.2.tgz",
  153. "integrity": "sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==",
  154. "cpu": [
  155. "loong64"
  156. ],
  157. "dev": true,
  158. "license": "Apache-2.0",
  159. "optional": true,
  160. "os": [
  161. "linux"
  162. ],
  163. "engines": {
  164. "node": ">=16.20.0"
  165. }
  166. },
  167. "node_modules/@typescript/typescript-linux-mips64el": {
  168. "version": "7.0.2",
  169. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-mips64el/-/typescript-linux-mips64el-7.0.2.tgz",
  170. "integrity": "sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==",
  171. "cpu": [
  172. "mips64el"
  173. ],
  174. "dev": true,
  175. "license": "Apache-2.0",
  176. "optional": true,
  177. "os": [
  178. "linux"
  179. ],
  180. "engines": {
  181. "node": ">=16.20.0"
  182. }
  183. },
  184. "node_modules/@typescript/typescript-linux-ppc64": {
  185. "version": "7.0.2",
  186. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-ppc64/-/typescript-linux-ppc64-7.0.2.tgz",
  187. "integrity": "sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==",
  188. "cpu": [
  189. "ppc64"
  190. ],
  191. "dev": true,
  192. "license": "Apache-2.0",
  193. "optional": true,
  194. "os": [
  195. "linux"
  196. ],
  197. "engines": {
  198. "node": ">=16.20.0"
  199. }
  200. },
  201. "node_modules/@typescript/typescript-linux-riscv64": {
  202. "version": "7.0.2",
  203. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-riscv64/-/typescript-linux-riscv64-7.0.2.tgz",
  204. "integrity": "sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==",
  205. "cpu": [
  206. "riscv64"
  207. ],
  208. "dev": true,
  209. "license": "Apache-2.0",
  210. "optional": true,
  211. "os": [
  212. "linux"
  213. ],
  214. "engines": {
  215. "node": ">=16.20.0"
  216. }
  217. },
  218. "node_modules/@typescript/typescript-linux-s390x": {
  219. "version": "7.0.2",
  220. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-s390x/-/typescript-linux-s390x-7.0.2.tgz",
  221. "integrity": "sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==",
  222. "cpu": [
  223. "s390x"
  224. ],
  225. "dev": true,
  226. "license": "Apache-2.0",
  227. "optional": true,
  228. "os": [
  229. "linux"
  230. ],
  231. "engines": {
  232. "node": ">=16.20.0"
  233. }
  234. },
  235. "node_modules/@typescript/typescript-linux-x64": {
  236. "version": "7.0.2",
  237. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-linux-x64/-/typescript-linux-x64-7.0.2.tgz",
  238. "integrity": "sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==",
  239. "cpu": [
  240. "x64"
  241. ],
  242. "dev": true,
  243. "license": "Apache-2.0",
  244. "optional": true,
  245. "os": [
  246. "linux"
  247. ],
  248. "engines": {
  249. "node": ">=16.20.0"
  250. }
  251. },
  252. "node_modules/@typescript/typescript-netbsd-arm64": {
  253. "version": "7.0.2",
  254. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-netbsd-arm64/-/typescript-netbsd-arm64-7.0.2.tgz",
  255. "integrity": "sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==",
  256. "cpu": [
  257. "arm64"
  258. ],
  259. "dev": true,
  260. "license": "Apache-2.0",
  261. "optional": true,
  262. "os": [
  263. "netbsd"
  264. ],
  265. "engines": {
  266. "node": ">=16.20.0"
  267. }
  268. },
  269. "node_modules/@typescript/typescript-netbsd-x64": {
  270. "version": "7.0.2",
  271. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-netbsd-x64/-/typescript-netbsd-x64-7.0.2.tgz",
  272. "integrity": "sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==",
  273. "cpu": [
  274. "x64"
  275. ],
  276. "dev": true,
  277. "license": "Apache-2.0",
  278. "optional": true,
  279. "os": [
  280. "netbsd"
  281. ],
  282. "engines": {
  283. "node": ">=16.20.0"
  284. }
  285. },
  286. "node_modules/@typescript/typescript-openbsd-arm64": {
  287. "version": "7.0.2",
  288. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-openbsd-arm64/-/typescript-openbsd-arm64-7.0.2.tgz",
  289. "integrity": "sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==",
  290. "cpu": [
  291. "arm64"
  292. ],
  293. "dev": true,
  294. "license": "Apache-2.0",
  295. "optional": true,
  296. "os": [
  297. "openbsd"
  298. ],
  299. "engines": {
  300. "node": ">=16.20.0"
  301. }
  302. },
  303. "node_modules/@typescript/typescript-openbsd-x64": {
  304. "version": "7.0.2",
  305. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-openbsd-x64/-/typescript-openbsd-x64-7.0.2.tgz",
  306. "integrity": "sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==",
  307. "cpu": [
  308. "x64"
  309. ],
  310. "dev": true,
  311. "license": "Apache-2.0",
  312. "optional": true,
  313. "os": [
  314. "openbsd"
  315. ],
  316. "engines": {
  317. "node": ">=16.20.0"
  318. }
  319. },
  320. "node_modules/@typescript/typescript-sunos-x64": {
  321. "version": "7.0.2",
  322. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-sunos-x64/-/typescript-sunos-x64-7.0.2.tgz",
  323. "integrity": "sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==",
  324. "cpu": [
  325. "x64"
  326. ],
  327. "dev": true,
  328. "license": "Apache-2.0",
  329. "optional": true,
  330. "os": [
  331. "sunos"
  332. ],
  333. "engines": {
  334. "node": ">=16.20.0"
  335. }
  336. },
  337. "node_modules/@typescript/typescript-win32-arm64": {
  338. "version": "7.0.2",
  339. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-win32-arm64/-/typescript-win32-arm64-7.0.2.tgz",
  340. "integrity": "sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==",
  341. "cpu": [
  342. "arm64"
  343. ],
  344. "dev": true,
  345. "license": "Apache-2.0",
  346. "optional": true,
  347. "os": [
  348. "win32"
  349. ],
  350. "engines": {
  351. "node": ">=16.20.0"
  352. }
  353. },
  354. "node_modules/@typescript/typescript-win32-x64": {
  355. "version": "7.0.2",
  356. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/@typescript/typescript-win32-x64/-/typescript-win32-x64-7.0.2.tgz",
  357. "integrity": "sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==",
  358. "cpu": [
  359. "x64"
  360. ],
  361. "dev": true,
  362. "license": "Apache-2.0",
  363. "optional": true,
  364. "os": [
  365. "win32"
  366. ],
  367. "engines": {
  368. "node": ">=16.20.0"
  369. }
  370. },
  371. "node_modules/typescript": {
  372. "version": "7.0.2",
  373. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/typescript/-/typescript-7.0.2.tgz",
  374. "integrity": "sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==",
  375. "dev": true,
  376. "license": "Apache-2.0",
  377. "bin": {
  378. "tsc": "bin/tsc"
  379. },
  380. "engines": {
  381. "node": ">=16.20.0"
  382. },
  383. "optionalDependencies": {
  384. "@typescript/typescript-aix-ppc64": "7.0.2",
  385. "@typescript/typescript-darwin-arm64": "7.0.2",
  386. "@typescript/typescript-darwin-x64": "7.0.2",
  387. "@typescript/typescript-freebsd-arm64": "7.0.2",
  388. "@typescript/typescript-freebsd-x64": "7.0.2",
  389. "@typescript/typescript-linux-arm": "7.0.2",
  390. "@typescript/typescript-linux-arm64": "7.0.2",
  391. "@typescript/typescript-linux-loong64": "7.0.2",
  392. "@typescript/typescript-linux-mips64el": "7.0.2",
  393. "@typescript/typescript-linux-ppc64": "7.0.2",
  394. "@typescript/typescript-linux-riscv64": "7.0.2",
  395. "@typescript/typescript-linux-s390x": "7.0.2",
  396. "@typescript/typescript-linux-x64": "7.0.2",
  397. "@typescript/typescript-netbsd-arm64": "7.0.2",
  398. "@typescript/typescript-netbsd-x64": "7.0.2",
  399. "@typescript/typescript-openbsd-arm64": "7.0.2",
  400. "@typescript/typescript-openbsd-x64": "7.0.2",
  401. "@typescript/typescript-sunos-x64": "7.0.2",
  402. "@typescript/typescript-win32-arm64": "7.0.2",
  403. "@typescript/typescript-win32-x64": "7.0.2"
  404. }
  405. },
  406. "node_modules/undici-types": {
  407. "version": "7.18.2",
  408. "resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-dev-npm/undici-types/-/undici-types-7.18.2.tgz",
  409. "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==",
  410. "dev": true,
  411. "license": "MIT"
  412. }
  413. }
  414. }