mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 06:12:08 +00:00
Implements npm-compatible JSON output for dependency listing with: - --json flag for JSON output matching npm's schema - --depth flag to limit tree depth (works for both JSON and tree output) - Proper dependency type separation (dependencies, devDependencies, optionalDependencies, peerDependencies) - Accurate resolved URLs from lockfile resolution data - "from" field showing original version specs (only at root level) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>