postman-cs/Postman Node Runtime Policy

Enforce Node.js 22+ declarations and dependency engine compatibility across repositories.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
minimum-node-versionMinimum allowed Node.js version or major.no22
preferred-node-versionPreferred Node.js major used for safe first-party fixes.no24
dependency-policyDependency engine policy. floor fails packages whose engine range permits lower Node versions; compatible only fails packages that cannot run on Node 22+.nofloor
scan-dependenciesWhether to scan lockfile dependency engines.notrue
allow-floatingWhether floating Node declarations such as node, latest, or lts/* are allowed.nofalse
allow-missingWhether package.json files may omit engines.node.nofalse
fix-modeSafe fix mode. none reports only; write updates first-party Node declarations in the workspace.nonone
ignore-pathsComma- or newline-separated paths to ignore in addition to .git, node_modules, dist, coverage, .next, and .turbo.no""
namedescription
statuspassed or failed.
checked-countNumber of files scanned.
violation-countNumber of remaining policy violations.
fixed-countNumber of files changed by fix-mode=write.
changed-files-jsonJSON array of files changed by fix-mode=write.
summary-jsonMachine-readable summary of the policy result and violations.