【Bun】bun.lockb の中身を確認する
2023/09/28
Bun のロックファイル(bun.lockb)はバイナリで出力されるので、そのままでは中身を確認するのが難しい
$ cat bun.lockb
#!/usr/bin/env bun
bun-lockfile-format-v0
\Ԭ2 q'uF87oZhonowranglerfseventsc
QG
1
=
/nanoid& zodyouch
&as-tablemustachecookiewsworkerddG' undicibusboy
capnp-tstslibdebugms
*cornesbuild.
確認する方法
bun bun.lockb で確認することができる
$ bun bun.lockb
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# bun ./bun.lockb --hash: 5C898E10A3D4ACB2-b518322071ef2789-D875B246A5BDFA38-b4d881ac37988ca4
"@cloudflare/kv-asset-handler@^0.2.0":
version "0.2.0"
resolved "https://registry.npmjs.org/@cloudflare/kv-asset-handler/-/kv-asset-handler-0.2.0.tgz"
integrity sha512-MVbXLbTcAotOPUj0pAMhVtJ+3/kFkwJqc5qNOleOZTv6QkZZABDMS21dSrSlVswEHwrpWC03e4fWytjqKvuE2A==
dependencies:
mime "^3.0.0"
"@cloudflare/[email protected]":
version "1.20230922.0"
resolved "https://registry.npmjs.org/@cloudflare/workerd-darwin-64/-/workerd-darwin-64-1.20230922.0.tgz"
integrity sha512-g1hkVhLna0ICfg1l4iYOTAlfvqzZ4RD/wu5yYFaEOVwA9HlKcB9axmQxCSmeHTHfC763RqXdfBFVgBabp0SK+A==
"@cloudflare/[email protected]":
version "1.20230922.0"
resolved "https://registry.npmjs.org/@cloudflare/workerd-darwin-arm64/-/workerd-darwin-arm64-1.20230922.0.tgz"
integrity sha512-FMPN7VO6tG3DWUw4XLTB3bL/UKIo0P2aghXC6BG6QxdzLqPMxXWRRfLahdFYc3uPz0ehqrZaQR5Wybck7b9Bdg==
yarn のロックファイル形式で出力される