LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

bun-list

List installed packages in a Bun project

TLDR

List installed packages (top-level)
$ bun pm ls
copy
List all packages including nested dependencies
$ bun pm ls --all
copy

SYNOPSIS

bun pm ls [--all]

DESCRIPTION

bun pm ls (sometimes invoked as bun list) prints the packages installed in the current project's node_modules directory. By default it shows only the direct dependencies declared in package.json; pass --all to see the complete resolved dependency tree.The output includes each package's resolved version and location and is intended for quick auditing of what is installed. For machine-readable output, inspect bun.lockb with bun pm subcommands.

PARAMETERS

--all

Show the full dependency tree, including transitive dependencies.

INSTALL

sudo pacman -S bun
copy
brew install bun
copy
nix profile install nixpkgs#bun
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid