5 releases (breaking)

new 0.5.0 Feb 19, 2025
0.4.0 Jan 9, 2025
0.3.0 Dec 22, 2024
0.2.0 Dec 18, 2024
0.1.0 Nov 21, 2024

#1783 in Parser implementations

Download history 144/week @ 2024-11-19 58/week @ 2024-11-26 62/week @ 2024-12-03 78/week @ 2024-12-10 248/week @ 2024-12-17 71/week @ 2024-12-24 48/week @ 2024-12-31 186/week @ 2025-01-07 110/week @ 2025-01-14 100/week @ 2025-01-21 105/week @ 2025-01-28 123/week @ 2025-02-04 109/week @ 2025-02-11

458 downloads per month
Used in chaste-cli

Apache-2.0 OR BSD-2-Clause

73KB
1.5K SLoC

Chaste parses npmjs lockfiles.

Development status: alpha.

This crate exports everything at one place:

  • returned types: same unified format for all package managers,
  • parser for Bun's bun.lock (bun feature),
  • parser for npm's package-lock.json (npm feature),
  • parser for pnpm's pnpm-lock.yaml (pnpm feature),
  • parser for yarn's (both Classic and Berry) yarn.lock (yarn feature).

Documentation: https://docs.rs/chaste

Dependencies

~4.5–6MB
~126K SLoC