mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
* Introduce `Bun.stringWidth` * [autofix.ci] apply automated fixes * Update utils.md --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
29 lines
931 B
JSON
29 lines
931 B
JSON
{
|
|
"name": "bench",
|
|
"dependencies": {
|
|
"@babel/core": "^7.16.10",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@swc/core": "^1.2.133",
|
|
"benchmark": "^2.1.4",
|
|
"braces": "^3.0.2",
|
|
"esbuild": "^0.14.12",
|
|
"eventemitter3": "^5.0.0",
|
|
"fast-glob": "3.3.1",
|
|
"fdir": "^6.1.0",
|
|
"mitata": "^0.1.6",
|
|
"string-width": "^7.0.0"
|
|
},
|
|
"scripts": {
|
|
"ffi": "cd ffi && bun run deps && bun run build && bun run bench",
|
|
"log": "cd log && bun run deps && bun run build && bun run bench",
|
|
"gzip": "cd gzip && bun run deps && bun run build && bun run bench",
|
|
"async": "cd async && bun run deps && bun run build && bun run bench",
|
|
"sqlite": "cd sqlite && bun run deps && bun run build && bun run bench",
|
|
"modules:node_os": "cd modules/node_os && bun run deps &&bun run build && bun run bench"
|
|
},
|
|
"devDependencies": {
|
|
"fast-deep-equal": "^3.1.3"
|
|
},
|
|
"prettier": "../.prettierrc.cjs"
|
|
}
|