<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <title>Node.js</title>
    <welcome file="welcome.html"/>
    <conclusion file="conclusion.html"/>
    <background alignment="topleft" file="osx_installer_logo.png"/>
    <pkg-ref id="org.nodejs.node.pkg" auth="root">
        <bundle-version/>
    </pkg-ref>
    <pkg-ref id="org.nodejs.npm.pkg" auth="root">
        <bundle-version/>
    </pkg-ref>
    <options customize="allow" require-scripts="false" hostArchitectures="x86_64,arm64"/>
    <license file="license.rtf"/>
    <choices-outline>
        <line choice="org.nodejs.node.pkg"/>
        <line choice="org.nodejs.npm.pkg"/>
    </choices-outline>
    <choice id="org.nodejs.node.pkg" visible="true" title="Node.js v25.0.0">
        <pkg-ref id="org.nodejs.node.pkg"/>
    </choice>
    <pkg-ref id="org.nodejs.node.pkg" version="v25.0.0" onConclusion="none" installKBytes="311574" updateKBytes="0">#node-v25.0.0.pkg</pkg-ref>
    <choice id="org.nodejs.npm.pkg" visible="true" title="npm v11.6.2">
        <pkg-ref id="org.nodejs.npm.pkg"/>
    </choice>
    <pkg-ref id="org.nodejs.npm.pkg" version="v11.6.2" onConclusion="none" installKBytes="12323" updateKBytes="0">#npm-v11.6.2.pkg</pkg-ref>
</installer-gui-script>