# A stale npm silently prunes transitive deps of platform-gated optional
# packages when it (re)writes package-lock.json, producing a lock that
# fails `npm ci` for everyone else (PR #786 dropped @emnapi/runtime that
# way). Refuse to run under toolchains older than the engines floor
# instead of quietly corrupting the lock.
engine-strict=true
