chaste

Crates.iochaste
lib.rschaste
version0.5.0
created_at2024-11-21 18:42:54.876791+00
updated_at2025-02-19 14:20:41.543077+00
descriptionParser for npmjs lockfiles
homepage
repositoryhttps://codeberg.org/selfisekai/chaste
max_upload_size
id1456554
size20,784
LN Liberda (selfisekai)

documentation

README

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

Commit count: 0

cargo fmt