# `engines` of package.json is an install ERROR rather than a silent warning: on an old Node the
# cascade fails further down the chain and less legibly.
engine-strict=true

# Pins are exact; a `^` must not appear when a package is added later (STACK_DECISIONS §1 policy).
save-exact=true
