<?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 v26.0.0-test202604306782821ec6">
        <pkg-ref id="org.nodejs.node.pkg"/>
    </choice>
    <pkg-ref id="org.nodejs.node.pkg" version="v26.0.0-test202604306782821ec6" onConclusion="none" installKBytes="340704" updateKBytes="0">#node-v26.0.0-test202604306782821ec6.pkg</pkg-ref>
    <choice id="org.nodejs.npm.pkg" visible="true" title="npm v11.13.0">
        <pkg-ref id="org.nodejs.npm.pkg"/>
    </choice>
    <pkg-ref id="org.nodejs.npm.pkg" version="v11.13.0" onConclusion="none" installKBytes="11977" updateKBytes="0">#npm-v11.13.0.pkg</pkg-ref>
</installer-gui-script>