Feature: #86759 - Support nomodule attribute for JavaScript includes

See forge#86759

Description

When including JavaScript files in TypoScript, the HTML5 attribute nomodule is now supported.

See https://html.spec.whatwg.org/multipage/scripting.html#attr-script-nomodule

page.includeJSFooter.file = path/to/file.js
page.includeJSFooter.file.nomodule = 1