mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* init * WIP fix post data/refactor * make it compile again * more things * undo padding and continue + fix posting + update lshpack * re-add fixes * really simple tests + fixes * add aborted event * fix trailers * add getDefaultSettings, getPackedSettings and getUnpackedSettings * fix + fmt * fixes * fix enablePush o be boolean * fix sendTrailers * fmt * fix goaway, fix some error messages * oops * revert some changes * more reverts * WIP * get CMAKE building lspack + ping behavior * remove files that should not be added anymore * remove old out files * remove old file * fix header reduce * bunch of fixes * fix socket unref * fix abort signal, rebase and fmt * socket unref tests * oops re-add cmake * fix stream state * more tests and fixes * fixes and ping tests * lshpack in Dockerfile * just copy lshpack * oops * fix end * wantTrailers * encode/decode fixes + grpc * channel credentials test * rebase * support h2c * fix h2c * fix h2c connect event + h2c tests * 'copy ls-hpack * ls-hpack build sh * oops * changing CMake + Docker * add ps1 build for ls-hpack fix clean * optimizations + fixes * remove protect/unprotect from handlers * more consistent errors * fix error code * oops * add goaway tests * oops uncoment tests * better errors more tests * add broken priority frame * better memory leak, some fixes and less flask tests * zig update .Big -> .big * closer threshold + h2 fix * remove log * test should not be flask * increase timeout on leak memory test * windows build * less flasky * always 127.0.0.1 * [autofix.ci] apply automated fixes * remove .call and use primordials * apply socket fix * fix win-build * should properly mark inactive * postgres fix * increase deadline * test tests * high light deadline timeouts * event loop test * make memory leak test faster * use buffer on payload test * check for socket.data before use * reduce iterations to see if timeout on mac intel * fix assertions * avoid localhost and simplify things * refactor memory leak test * Update src/js/node/tls.js * fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: cirospaciari <ciro.spaciai@gmail.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"name": "test",
|
|
"devDependencies": {
|
|
"@types/dedent": "0.7.0",
|
|
"@types/utf-8-validate": "5.0.0",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"@types/supertest": "2.0.12"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "5.1.1",
|
|
"@resvg/resvg-js": "2.4.1",
|
|
"@swc/core": "1.3.38",
|
|
"body-parser": "1.20.2",
|
|
"comlink": "4.4.1",
|
|
"dedent": "0.7.0",
|
|
"es-module-lexer": "1.3.0",
|
|
"esbuild": "0.18.6",
|
|
"express": "4.18.2",
|
|
"fsevents": "2.3.2",
|
|
"iconv-lite": "0.6.3",
|
|
"jest-extended": "4.0.0",
|
|
"jsonwebtoken": "9.0.2",
|
|
"jws": "4.0.0",
|
|
"lodash": "4.17.21",
|
|
"mongodb": "6.0.0",
|
|
"msgpackr-extract": "3.0.2",
|
|
"node-gyp": "10.0.1",
|
|
"nodemailer": "6.9.3",
|
|
"pg": "8.11.1",
|
|
"pg-connection-string": "2.6.1",
|
|
"postgres": "3.3.5",
|
|
"prisma": "5.1.1",
|
|
"prompts": "2.4.2",
|
|
"reflect-metadata": "0.1.13",
|
|
"rollup": "4.4.1",
|
|
"sinon": "6.0.0",
|
|
"socket.io": "4.7.1",
|
|
"socket.io-client": "4.7.1",
|
|
"supertest": "6.3.3",
|
|
"svelte": "3.55.1",
|
|
"typescript": "5.0.2",
|
|
"undici": "5.20.0",
|
|
"verdaccio": "5.27.0",
|
|
"vitest": "0.32.2",
|
|
"webpack": "5.88.0",
|
|
"webpack-cli": "4.7.2",
|
|
"yargs": "17.7.2",
|
|
"@grpc/grpc-js": "1.9.9",
|
|
"@grpc/proto-loader": "0.7.10"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
}
|
|
}
|