diff --git a/lib/cli-data.js b/lib/cli-data.js index 9649814..af69e49 100644 --- a/lib/cli-data.js +++ b/lib/cli-data.js @@ -158,6 +158,11 @@ const dmdDefinitions = [ name: 'monospace-links', type: Boolean, description: 'By default, all {bold \\{@link\\}} tags are rendered in plain text. If `--monospace-links` is set, all links are rendered in monospace format. This setting is ignored if {bold `--clever-links`} is set.' + }, + { + name: 'EOL', + type: String, + description: 'Specify ether `posix` or `win32`. Forces all line endings in the dmd output to use the specified EOL character.' } ] diff --git a/package-lock.json b/package-lock.json index 31c8dd5..88d24d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "jsdoc2md": "bin/cli.js" }, "engines": { - "node": ">=20" + "node": ">=12.17" }, "peerDependencies": { "@75lb/nature": "latest" @@ -345,9 +345,9 @@ } }, "node_modules/dmd": { - "version": "6.3.0-1", - "resolved": "https://registry.npmjs.org/dmd/-/dmd-6.3.0-1.tgz", - "integrity": "sha512-Th3D1kkRrGRoLOT1yEJzJ6Z6IFcWOFbCIFC43GtIRlzyn+mt5JxLnYSKOMBEguveCzKS3koSvszLXJOzx2w1HA==", + "version": "7.0.0-3", + "resolved": "https://registry.npmjs.org/dmd/-/dmd-7.0.0-3.tgz", + "integrity": "sha512-tm3idP7m02bUkmurbX3d+JJp2zwGAdTfc011Xxzq322+XmgWYv7/vGlurO3yMpC3KI/GpNtFfocUPg61e8+LUQ==", "license": "MIT", "dependencies": { "array-back": "^6.2.2",