@hyrious/bun.lockb
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@hyrious/bun.lockb

Parse and print bun's binary lockfile bun.lockb.

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

Package Sidebar

Install

npm i @hyrious/bun.lockb

Weekly Downloads

6

Version

0.0.3

License

MIT

Unpacked Size

29.3 kB

Total Files

9

Last publish

Collaborators

  • hyrious