@hyrious/bun.lockb
v0.0.4
Published
Parse and print bun.lockb
Downloads
15
Readme
@hyrious/bun.lockb
Parse and print bun
's binary lockfile bun.lockb
. Try it online.
Usage
import { parse } from '@hyrious/bun.lockb'
console.log(parse(fs.readFileSync('bun.lockb')))
How it works?
Translate bun/src/install/lockfile.zig (MIT licensed) to JS.
What's next?
Let's see if bun
will decide to change its lockfile to text format (bun#5486).
License
MIT @ hyrious