···11+22+## Ignore all lifecycle scripts by default. You can
33+## still allow them on a per-package basis with
44+## @lavamoat/allow-scripts
55+ignore-scripts=true
66+# Avoid installing packages published in last 2 days
77+min-release-age=3
88+## Don't install packages from git urls, which can
99+## be used to bypass the above two settings
1010+allow-git=none
1111+## allow direct git dependencies only
1212+# allow-git=root
1313+1414+## Enable this if you never want to use git dependencies
1515+## Break git usage for older npm versions that don't
1616+## support allow-git and repositories that override it
1717+# git=false
1818+1919+## Don't install packages without asking (only
2020+## applicable to old npx versions)
2121+install=false
2222+2323+## enable this if you don't really use npm and want to
2424+## avoid consequences of some script calling npm or npx
2525+## Don't install packages unless they're in local cache
2626+# offline=true
2727+## Don't put commands from packages in PATH
2828+# bin-links=false