has-strict-mode
Does the current JS environment have strict mode? ES5+ should; but let's not assume.
node-es5
A shim to always run node in es5 proper "strict mode"
assert-strict
node `assert` is deprecated in favour of `assert.strict`, but `commonjs-assert` doesn't support strict mode. Get the strictest assert possible today!